/*
 Theme Name: DinLemn
 Theme URI: http://dinlemn.theclient.org/
 Author: VeryCreative
 Author URI: https://verycreative.ro/
 Version: 1.0.0
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&amp;subset=latin-ext");
@charset "UTF-8";

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: star;
  src: url("../../plugins/woocommerce/assets/fonts/star.eot");
  src: url("../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: WooCommerce;
  src: url("../../plugins/woocommerce/assets/fonts/WooCommerce.eot");
  src: url("../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../../plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("../../plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: 400;
  font-style: normal;
}

.woocommerce-store-notice,
p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
  display: none;
}

.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline;
}

.admin-bar p.demo_store {
  top: 32px;
}

.clear {
  clear: both;
}

.woocommerce .blockUI.blockOverlay {
  position: relative;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url("../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: #000000;
  color: rgba(0, 0, 0, .75);
}

.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.woocommerce a.remove:hover {
  color: #fff!important;
  background: red;
}

.woocommerce small.note {
  display: block;
  color: #777;
  font-size: .857em;
  margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: .92em;
  color: #777;
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
  content: ' ';
  display: table;
}

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

.woocommerce .woocommerce-breadcrumb a {
  color: #777;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}

.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce .products ul:after,
.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products:after {
  clear: both;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.25em;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
}



.woocommerce div.product p.stock {
  font-size: .92em;
}

.woocommerce div.product .stock {
  color: #77a464;
}

.woocommerce div.product .out-of-stock {
  color: red;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}

.woocommerce div.product div.images {
  margin-bottom: 2em;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
}

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

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
}

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

.woocommerce div.product div.summary {
  margin-bottom: 2em;
}

.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}

.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
  margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}

.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
  display: table;
  content: ' ';
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: ' ';
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  left: -6px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  right: -6px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: ' ';
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}

.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}

.woocommerce div.product form.cart table td {
  padding-left: 0;
}

.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}

.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 700;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: .83em;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}

.woocommerce div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
  border: 0;
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: .857em;
  -webkit-font-smoothing: antialiased;
  z-index: 9;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  clear: both;
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
  content: ' ';
  display: table;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none;
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -.5em -.5em 0 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
}

.woocommerce ul.products li.product a {
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}

.woocommerce ul.products li.product strong {
  display: block;
}

.woocommerce ul.products li.product .star-rating {
  font-size: .857em;
}

.woocommerce ul.products li.product .button {
  margin-top: 1em;
}

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: .857em;
}

.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: block;
}

.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
}

.woocommerce ul.products li.product .price .from {
  font-size: .67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: #848484;
  color: rgba(132, 132, 132, .5);
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 1em;
  display: block;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
  color: #8a7e88;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: .25;
  padding-right: 2.618em;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  font-family: WooCommerce;
  content: '\e01c';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: .618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  font-family: WooCommerce;
  content: '\e017';
  margin-left: .53em;
  vertical-align: bottom;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #dad8da;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #935386;
  color: #fff;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #7f7f7f;
  color: #fff;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: .5;
  padding: .618em 1em;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}

.woocommerce a.added_to_cart {
  padding-top: .5em;
  white-space: nowrap;
  display: inline-block;
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
  content: ' ';
  display: table;
}

.woocommerce #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0;
}

.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #777;
}

.woocommerce #reviews h3 {
  margin: 0;
}

.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}

.woocommerce #reviews #comment {
  height: 75px;
}

.woocommerce #reviews #comments h2 {
  clear: none;
}

.woocommerce #review_form #respond:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce .woocommerce-product-rating:after,
.woocommerce td.product-name dl.variation:after {
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  background: 0;
  border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #777;
  font-size: .75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: .83em;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none;
  margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist>li:before {
  content: '';
}

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

.woocommerce .star-rating:before {
  content: '\73\73\73\73\73';
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
  content: ' ';
  display: table;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
}

.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none;
}

.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: 0 0;
  border: 0;
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
  content: ' ';
  display: table;
}

.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before {
  content: '\e021';
}

.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}

.woocommerce #review_form #respond .form-submit input {
  left: auto;
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.woocommerce p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  text-indent: 0;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  line-height: 1.5;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  border-top: 0;
  margin: 0;
}

.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  content: '\e020';
}

.woocommerce p.stars.selected a.active~a:before {
  content: '\e021';
}

.woocommerce p.stars.selected a:not(.active):before {
  content: '\e020';
}

.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, .1);
  margin-bottom: 1.618em;
  width: 100%;
}

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
}

.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
}

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: #000000;
  background: rgba(0, 0, 0, .025);
}

.woocommerce table.shop_table {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 6px 12px;
  vertical-align: middle;
}

.woocommerce table.shop_table td small {
  font-weight: 400;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.my_account_orders {
  font-size: .85em;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions {
  text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
  content: '\2193';
  display: inline-block;
}

.woocommerce td.product-name dl.variation {
  margin: .25em 0;
}

.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
  content: ' ';
  display: table;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}

.woocommerce td.product-name dl.variation dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left;
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}

.woocommerce td.product-name dl.variation dd {
  padding: 0 0 .25em;
}

.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
  font-size: .83em;
}

.woocommerce td.product-quantity {
  min-width: 80px;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
  content: ' ';
  display: table;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, .1);
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
  content: ' ';
  display: table;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left;
}

#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-account .woocommerce:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after,
.woocommerce.widget_shopping_cart .buttons:after {
  clear: both;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 .25em;
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0;
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
  content: ' ';
  display: table;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity .5s .5s ease;
  opacity: 0;
}

.woocommerce form .form-row label {
  line-height: 2;
}

.woocommerce form .form-row label.hidden {
  visibility: hidden;
}

.woocommerce form .form-row label.inline {
  display: inline;
}

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}

.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0;
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
}

.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #69bf29;
}

.woocommerce form .form-row::-webkit-input-placeholder {
  line-height: normal;
}

.woocommerce form .form-row:-moz-placeholder {
  line-height: normal;
}

.woocommerce form .form-row:-ms-input-placeholder {
  line-height: normal;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}

.woocommerce ul#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  padding: .25em 0 .25em 22px;
  text-indent: -22px;
  list-style: none;
}

.woocommerce ul#shipping_method li input {
  margin: 3px .5ex;
}

.woocommerce ul#shipping_method li label {
  display: inline;
}

.woocommerce .order_details:after,
.woocommerce .order_details:before,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
  content: ' ';
  display: table;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}

.woocommerce .order_details {
  margin: 0 0 1.5em;
  list-style: none;
}

.woocommerce .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.woocommerce .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}

.woocommerce .order_details li:last-of-type {
  border: none;
}

.woocommerce .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce .widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
  line-height: 1;
  content: "";
  font-weight: 400;
  color: #a00;
  font-family: WooCommerce;
  speak: none;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 1px 0;
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
  margin-right: .618em;
}

.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
  margin-right: .618em;
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #602053;
  border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
  content: ' ';
  display: table;
}

.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}

.rtl.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #a00;
}

.pswp {
  z-index: 999999;
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  max-width: none;
}

button.pswp__button {
  box-shadow: none!important;
  background-image: url("photoswipe/default-skin/default-skin.png")!important;
}

button.pswp__button,
button.pswp__button--arrow--left:before,
button.pswp__button--arrow--right:before,
button.pswp__button:hover {
  background-color: transparent!important;
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
  background-image: none!important;
}

button.pswp__button--close:hover {
  background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
  background-position: -88px 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
  content: ' ';
  display: table;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-family: WooCommerce;
  content: '\e028';
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none!important;
  padding-left: 0!important;
  margin-left: 0!important;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}

.woocommerce-message:before {
  content: '\e015';
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}

.woocommerce-info:before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}

.woocommerce-error:before {
  content: '\e016';
  color: #b81c23;
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before,
.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
  content: ' ';
  display: table;
}

.woocommerce-account .addresses .title h3 {
  float: left;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  box-shadow: none;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0;
}

#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
  content: ' ';
  display: table;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}

#add_payment_method .cart-collaterals .shipping_calculator .button,
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}

#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "";
  text-decoration: none;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
  content: ' ';
  display: table;
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: .83em;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 40%;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #777;
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}

#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: 400;
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method .checkout .shipping_address,
.single-product .twentythirteen p.stars,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
  margin-left: 2px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

#add_payment_method #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box:-moz-placeholder,
.woocommerce-cart #payment div.payment_box:-moz-placeholder,
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box:-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box:-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 .5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url("../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg");
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #777;
  font-weight: 400;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: '';
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em;
}

.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}

.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}

.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: .5em 0 0;
  display: block;
}

.product.has-default-attributes.has-children>.images {
  opacity: 0;
}

#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

.twentyfourteen ul.products li.product {
  margin-top: 0!important;
}

body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}
/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: #000000;
  background: rgba(0, 0, 0, .8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  height: 350px;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container:before,
.container:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.container:after {
  clear: both;
}

.cell {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px;
}

@media screen and (max-width: 960px) {
  .cell {
    padding: 0 10px;
  }
}

.cell.parent {
  padding: 0;
}

.x1 {
  width: 8.33333%;
}

.x2 {
  width: 16.66667%;
}

.x3 {
  width: 25%;
}

.x4 {
  width: 33.33333%;
}

.x5 {
  width: 41.66667%;
}

.x6 {
  width: 50%;
}

.x7 {
  width: 58.33333%;
}

.x8 {
  width: 66.66667%;
}

.x9 {
  width: 75%;
}

.x10 {
  width: 83.33333%;
}

.x11 {
  width: 91.66667%;
}

.by2 {
  width: 50%;
}

.by3 {
  width: 33.33333%;
}

.by4 {
  width: 25%;
}

.by5 {
  width: 20%;
}

.by6 {
  width: 16.66667%;
}

.by7 {
  width: 14.28571%;
}

.by8 {
  width: 12.5%;
}

.by9 {
  width: 11.11111%;
}

.by10 {
  width: 10%;
}

.by11 {
  width: 9.09091%;
}

.by12 {
  width: 8.33333%;
}

body {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #040404;
}

h1 {
  font-size: 36px;
  line-height: 1.16666;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

h3 {
  font-size: 26px;
  line-height: 1.230;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 22px;
  line-height: 1.272727;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  h4 {
    margin-bottom: 15px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.444;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

p,
span,
label,
li {
  color: #666666;
}

p {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  p {
    margin-top: 10px;
  }
}

p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
}

p strong {
  font-weight: 700;
}

a {
  color: #666666;
  margin: 0;
}

a:hover {
  text-decoration: underline;
}

a span {
  color: inherit;
}

span,
label,
a {
  display: inline-block;
}

blockquote {
  padding: 0 0 0 50px;
  position: relative;
  margin: 30px 0;
}

@media screen and (max-width: 960px) {
  blockquote {
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  blockquote {
    padding-left: 0;
    padding-top: 10px;
  }
}

blockquote:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 4px;
  width: 22px;
  background: #d6d6d6;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 480px) {
  blockquote:before {
    top: 0;
    left: 0;
  }
}

blockquote p {
  margin: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  color: gray;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 15px;
  border-style: none;
  border: 1px solid #d6d6d6;
  color: #666666;
  width: 100%;
  line-height: 1;
  padding: 11px 10px;
  margin-bottom: 20px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: #040404;
  background: white;
}

input[disabled] {
  background: #d9d9d9;
}

input[disabled]:hover,
input[disabled]:focus {
  border-color: #d6d6d6;
  background: #d9d9d9;
}

button[type="submit"],
input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-style: none;
  background: #040404;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 15px 30px;
  text-align: center;
  border-radius: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  text-transform: uppercase;
  outline: none;
  margin-top: 10px;
  margin-bottom: 0;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  background: #1e1e1e;
}

textarea {
  height: 100px;
  line-height: 1.5;
  padding-top: 10px;
  margin-bottom: 20px;
  border-radius: 0;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  margin-right: 4px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: white;
  line-height: normal;
  cursor: pointer;
  margin-left: 0;
  margin-right: 5px;
  color: #f54627;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 12px;
  left: 1px;
  text-align: center;
  width: 12px;
  color: #f54627;
}

input[type="checkbox"]:checked:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
}

input[type="radio"]:checked:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #f54627;
  display: block;
  border-radius: 50%;
  margin-top: 2px;
  margin-left: 2px;
}

input[type="radio"]:checked:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
}

.button,
.button--black,
.woocommerce .fb-top a.button {
  border: 2px solid #040404;
  font-size: 16px;
  color: #040404;
  background: transparent;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 480px) {
  .button,
  .button--black,
  .woocommerce .fb-top a.button {
    font-size: 15px;
    padding: 10px 20px;
  }
}

.button:hover,
.button--black:hover,
.woocommerce .fb-top a.button:hover {
  color: white;
  text-decoration: none;
  background: #040404;
}

.fb-top a.button {
  text-transform: none !important;
}

.button--black {
  background: #040404;
  color: white;
  border: none;
}

.button--black:hover {
  background: #1e1e1e;
}

.button--big {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .button--big {
    font-size: 16px;
  }
}

.button--small {
  font-size: 14px;
}

.button--ttn {
  text-transform: none;
}

ul li {
  list-style: none;
}

.top-header {
  background: #393939;
  padding: 10px 40px;
  font-size: 15px;
}

.top-header:before,
.top-header:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.top-header:after {
  clear: both;
}

@media screen and (max-width: 1450px) {
  .top-header {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 960px) {
  .top-header {
    padding: 10px;
  }
}

.top-header span,
.top-header a {
  font-weight: 500;
  vertical-align: middle;
}

.bottom-header {
  padding: 20px 40px;
  display: table;
  width: 100%;
  background: #fff;
}

.bottom-header:before,
.bottom-header:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.bottom-header:after {
  clear: both;
}

@media screen and (max-width: 1450px) {
  .bottom-header {
    padding: 15px;
  }
}

@media screen and (max-width: 960px) {
  .bottom-header {
    padding: 10px;
  }
}

.top-menu {
  float: right;
  line-height: 17px;
}

.top-menu:before,
.top-menu:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.top-menu:after {
  clear: both;
}

@media screen and (max-width: 640px) {
  .top-menu li {
    display: none;
  }

  .top-menu .facebook-top {
    display: block;
  }
}

.top-menu a {
  color: white;
  line-height: 17px;
}

.top-menu a:hover {
  text-decoration: none;
  opacity: 0.4;
}

.top-menu li {
  float: left;
  padding-right: 16px;
  position: relative;
}

.top-menu li:after {
  content: '|';
  color: white;
  width: 14px;
  top: 1px;
  position: absolute;
  right: 0;
  opacity: 0.2;
  vertical-align: middle;
  display: block;
  text-align: center;
}

.logo-cell,
.menu-categories,
.search-cell {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1045px) {
  .logo-cell,
  .menu-categories,
  .search-cell {
    display: block;
  }
}

@media screen and (max-width: 1045px) {
  .logo-cell {
    float: left;
  }
}

.logo {
  display: block;
  height: 38px;
}

@media screen and (max-width: 1370px) {
  .logo {
    height: 35px;
  }
}

.logo img {
  height: 38px;
  width: inherit;
}

@media screen and (max-width: 1370px) {
  .logo img {
    height: 35px;
  }
}

.menu-categories {
  margin-left: 30px;
  padding-top: 0;
  text-align: center;
}

@media screen and (max-width: 1450px) {
  .menu-categories {
    margin-left: 0;
  }
}

.nav-menu li {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 1450px) {
  .nav-menu li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .nav-menu li {
    margin-left: 10px;
  }
}

.nav-menu a {
  text-transform: uppercase;
  font-weight: 700;
  /*font-size: 15px;*/
  font-size: 14px;
  color: #040404;
}

@media screen and (max-width: 1280px) {
  .nav-menu a {
    font-size: 14px;
  }
}

.nav-menu a:hover {
  text-decoration: none;
  color: #f54627;
}

.top-header-call {
  float: left;
  line-height: 17px;
}

.top-header-call:before {
  content: '';
  width: 14px;
  height: 17px;
  background-image: url("img/call.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}

.top-header-call span {
  color: white;
}

@media screen and (max-width: 550px) {
  .top-header-call span {
    display: none;
  }
}

.top-header-call a {
  color: #db6b48;
}

.top-header-call a:hover {
  color: #f54627;
  text-decoration: none;
}

.top-account {
  float: right;
  line-height: 17px;
}

.top-account:before,
.top-account:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.top-account:after {
  clear: both;
}

.top-account li:before {
  content: '|';
  color: white;
  padding: 0 5px;
  opacity: 0.2;
  vertical-align: middle;
}

.top-account li:first-child:before {
  display: none;
}

.top-account-text {
  padding-right: 5px;
}

.top-account-text .mobile {
  display: none;
}

@media screen and (max-width: 575px) {
  .top-account-text .mobile {
    display: block;
  }

  .top-account-text .deskop {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .top-account-text {
    display: none;
  }
}

.account-cell {
  float: left;
  position: relative;
}

.account-cell img {
  height: 17px;
}

.account-cell a,
.account-cell span {
  color: white;
}

.account-cell a:hover {
  text-decoration: none;
}

.account-cell a:hover .top-account-text {
  opacity: 0.4;
}

.cart-cell {
  padding-right: 5px;
}

.widget_shopping_cart_count,
.favorites_count {
  position: absolute;
  background: #f54627;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  right: -2px;
  top: 0;
}

.search-cell {
  width: 270px;
}

@media screen and (max-width: 1360px) {
  .search-cell {
    width: 200px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .search-cell {
    width: 28px;
  }
}

@media screen and (max-width: 1045px) {
  .search-cell {
    float: right;
    width: 30px;
    padding-left: 0;
  }
}

.search-cell form {
  position: relative;
}

.search-cell form:before {
  content: '\f002';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  right: 0;
  color: white;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  z-index: 1;
}

.search-cell input {
  margin: 0;
}

.search-cell input[type="search"] {
  background: #f2f2f2;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
  height: 38px;
}

@media screen and (max-width: 1280px) {
  .search-cell input[type="search"] {
    line-height: 50px;
    height: 50px;
  }
}

.search-cell input[type="submit"] {
  width: 38px;
  height: 38px;
  padding: 0;
  text-indent: -999px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #393939;
  background-image: url("img/search.png");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1280px) {
  .search-cell input[type="submit"] {
    z-index: 222;
    background-color: #f54627;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}

.search-cell input[type="submit"]:hover {
  background-color: #040404;
}

@media screen and (max-width: 1280px) {
  .search-cell input[type="submit"]:hover {
    background-color: #db6b48;
  }
}

.search-mobile {
  display: none;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #393939;
  color: white;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .search-mobile {
    display: block;
  }
}

@media screen and (max-width: 1045px) {
  .search-mobile {
    background: transparent;
    color: #040404;
    width: 30px;
    text-align: right;
  }
}

.search-close {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  float: right;
}

.search-close:before,
.search-close:after {
  content: '';
  display: block;
  width: 2px;
  height: 21px;
  background: white;
  position: absolute;
  right: 11px;
}

.search-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sub-menu {
  display: none;
}

.search-box {
  float: right;
  width: 100%;
}

.search-box h5 {
  display: none;
}

@media screen and (max-width: 1280px) {
  .search-box {
    float: none;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 888;
    left: 0;
    top: -300px;
    right: 0;
    padding: 20px 10px;
    background: #040404;
  }

  .search-box h5 {
    display: block;
    color: white;
    text-transform: uppercase;
  }
}

.close-search {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 887;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .8);
}

.search-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.search-open .search-box {
  display: block;
  top: 0;
}

.search-open .close-search {
  display: block;
}

.hamburger-cell {
  display: none;
  float: right;
}

@media screen and (max-width: 1045px) {
  .hamburger-cell {
    display: block;
  }
}

.mobile-menu {
  float: right;
  display: none;
  position: relative;
  width: 30px;
  height: 38px;
  z-index: 333;
  cursor: pointer;
}

@media screen and (max-width: 1045px) {
  .mobile-menu {
    display: block;
  }
}

.button-menu-line {
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #040404;
  transition: all 0.3;
  -moz-transition: all 0.3;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  -webkit-transition-timing-function: ease;
}

.button-menu-line--1 {
  top: 14px;
  -webkit-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--2 {
  top: 19px;
  -webkit-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line--3 {
  top: 24px;
  -webkit-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#menu h3{
  display: none;
}
#menu .logo_pe_meniu{
  display: none;
}
@media screen and (max-width: 1045px) {
  #menu {
    background-color: #303030;
    height: 100%;
    top: -1px;
    right: -260px;
    width: 260px;
    position: fixed;
    height: 100%;
    overflow-x: auto;
    z-index: 888;
    padding-top: 30px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
  }
  #menu h3{
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
  }

  #menu .logo_pe_meniu{
    display: block;
    width: 100%;
  }
  #menu .logo_pe_meniu img{
    width: 100%;
    height: auto;
  }

  #menu ul {
    width: 100%;
    vertical-align: middle;
    position: relative;
  }

  #menu a {
    display: block;
    color: white;
    font-size: 16px;
    padding: 12px 10px 12px 20px;
  }

  #menu li {
    display: block;
    float: none;
    margin: 0;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid rgba(219,107,72,.8);
  }

  #menu .current-menu-item a {
    color: #db6b48;
  }
}

.menu-open {
  z-index: 1;
  right: 260px;
}

.menu-open .close-menu {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  z-index: 4;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .8);
}

.menu-open #menu {
  right: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

.menu-open .button-menu-line {
  background-color: white;
}

.menu-open .button-menu-line--1 {
  -webkit-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
  -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
}

.menu-open .button-menu-line--2 {
  -webkit-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
  -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
}

.menu-open .button-menu-line--3 {
  -webkit-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 3);
  -ms-transform: matrix(1, 0, 0, 1, 0, 3);
  transform: matrix(1, 0, 0, 1, 0, 3);
}

.facebook-top a {
  display: block;
  background: #3b5998;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.favorites.account-cell .top-account-text {
  padding-right: 10px;
}

.favorites.account-cell img {
  position: relative;
  right: 7px;
}

.main-footer {
  padding: 60px 0 20px;
}

@media screen and (max-width: 640px) {
  .main-footer {
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .main-footer .cell.x4 {
    width: 100%;
  }
}

.top-footer {
  padding-bottom: 25px;
  text-align: center;
}

.footer-logo {
  float: left;
}

@media screen and (max-width: 480px) {
  .footer-logo {
    float: none;
    text-align: center;
  }
}

.footer-logo a {
  display: block;
  height: 38px;
}

.footer-logo a img {
  height: 38px;
  width: inherit;
}

@media screen and (max-width: 480px) {
  .footer-logo a img {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-center {
  /*max-width: 128px !important;*/
  text-align: center;
  display: inline-block;
}
.footer-center .footer-center-img {
  max-width: 128px;
}

@media screen and (max-width: 530px) {
  .footer-center {
    max-width: 80px !important;
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .footer-center {
    float: none;
    max-width: 100px !important;
  }
}

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

@media screen and (max-width: 480px) {
  .footer-right {
    float: none;
    text-align: center;
    padding-left: 0;
    margin-top: 15px;
  }
}

.footer-right a {
  font-weight: 700;
  color: #040404;
}

.footer-right a:hover {
  text-decoration: none;
  color: #f54627;
}

.footer-social:before,
.footer-social:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.footer-social:after {
  clear: both;
}

.footer-social li {
  display: inline-block;
}

.footer-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  font-size: 14px;
}

.footer-social a:before {
  content: '';
  width: 0;
  height: 0;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  right: 50%;
  left: 50%;
  top: 50%;
  bottom: 50%;
}

.footer-social a:hover i {
  color: white;
  z-index: 1;
  position: relative;
}

.footer-social a:hover:before {
  background: #f54627;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.footer-list {
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .footer-list {
    margin-top: 0;
    text-align: center;
  }
}

.footer-list a {
  font-size: 15px;
}

.footer-list a:hover {
  text-decoration: none;
  color: #040404;
}

.footer-list li {
  margin-top: 5px;
}

.footer-bottom {
  margin-top: 40px;
}

.footer-bottom p {
  margin: 0;
  font-size: 15px;
  opacity: 0.7;
}

.footer_partners {
  padding-bottom: 25px;
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer_partners a {
  min-width: 150px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 10px;
}

.footer_partners img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  counter-reset: item;
  right: 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}

.container {
  width: 1070px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .container {
    width: 100%;
  }
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.p-t-xxl {
  padding-top: 110px;
}

@media screen and (max-width: 960px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 70px;
}

@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}

@media screen and (max-width: 960px) {
  .p-b-xxl {
    padding-bottom: 60px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p-v-xl {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}

@media screen and (max-width: 700px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}

@media screen and (max-width: 700px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}

@media screen and (max-width: 960px) {
  .m-v-xxl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.m-v-xl {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .m-v-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 70px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}

@media screen and (max-width: 960px) {
  .m-t-xxl {
    margin-top: 60px;
  }
}

.m-t-100 {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 70px;
}

@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}

@media screen and (max-width: 960px) {
  .m-b-xxl {
    margin-bottom: 60px;
  }
}

.m-t-lm {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}

.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before,
.ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.big-h2 {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .big-h2 {
    font-size: 30px;
  }
}

.huge-h2 {
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .huge-h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .huge-h2 {
    font-size: 30px;
  }
}

.big-p p {
  font-size: 18px;
  line-height: 34px;
}

@media screen and (max-width: 640px) {
  .big-p p {
    font-size: 16px;
    line-height: 30px;
  }
}

.small-p p {
  font-size: 14px;
  line-height: 24px;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.grey {
  background-color: #f2f2f2;
}

.black {
  background: #040404;
}

.newsletter-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-text,
.newsletter-form {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .newsletter-text,
  .newsletter-form {
    display: block;
    width: 100%;
  }
}

.newsletter {
  background: #393939;
  padding: 60px 0 70px;
}

@media screen and (max-width: 640px) {
  .newsletter {
    padding: 30px 0;
  }
}

.newsletter form {
  position: relative;
}

.newsletter form p {
  margin: 0;
}

.newsletter input {
  margin: 0;
  height: 44px;
  line-height: 44px;
}

.newsletter input[type="text"] {
  padding-right: 50px;
  border-color: white;
}

.newsletter input[type="text"]:hover,
.newsletter input[type="text"]:focus {
  border-color: #f54627;
}

.newsletter input[type="submit"] {
  background: #f54627;
  width: 44px;
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  margin: 0;
  background-image: url("img/submit.png");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .newsletter input[type="submit"] {
    bottom: 0;
    top: auto;
  }
}

.newsletter input[type="submit"]:hover {
  background-color: #db6b48;
}

.newsletter .widget_wysija_cont {
  position: relative;
}

.newsletter .widget_wysija {
  display: block !important;
}

.newsletter .formError,
.newsletter .wysija-msg.ajax {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  margin-top: 6px !important;
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .newsletter .formError,
  .newsletter .wysija-msg.ajax {
    position: relative !important;
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
}

.newsletter .formError .formErrorContent {
  width: 100%;
  height: auto;
}

.widget_wysija_cont .updated {
  margin: 0;
}

.newsletter-text p {
  margin: 0;
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5555;
}

@media screen and (max-width: 640px) {
  .newsletter-text p {
    margin-bottom: 10px;
  }
}

.formError .formErrorContent {
  background: #f54627;
  border: none;
  color: #FFFFFF;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  line-height: 1.66;
  padding: 5px 10px;
  position: relative;
}

.widget_wysija_cont .updated,
.widget_wysija_cont .login .message {
  background-color: #289314;
  border: none;
  color: white;
}

.widget_wysija_cont .updated li,
.widget_wysija_cont .login .message li {
  color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  line-height: 1.3;
  padding: 5px 10px;
}

.newsletter .formError,
.newsletter .wysija-msg.ajax {
  z-index: 333;
}

.phone-fixed {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 33;
}

@media screen and (max-width: 640px) {
  .phone-fixed {
    right: 10px;
    bottom: 20px;
  }
}

.phone-fixed a,
.phone-fixed span {
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .phone-fixed span {
    display: none;
  }
}

.phone-fixed a:hover {
  text-decoration: none;
}

.phone-fixed a {
  background: #303030;
  padding: 15px 30px;
}

@media screen and (max-width: 640px) {
  .phone-fixed a {
    padding: 0;
    width: 42px;
    height: 42px;
    background: transparent;
  }
}

.phone-fixed a:before {
  content: '';
  background-image: url("img/call-w.png");
  background-repeat: no-repeat;
  background-size: 18px 22px;
  background-position: center;
  background-color: #f54627;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -21px;
  top: 50%;
  margin-top: -21px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

@media screen and (max-width: 640px) {
  .phone-fixed a:before {
    left: 0;
  }
}

.phone-fixed a:hover {
  text-decoration: none;
}

.phone-fixed a:hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.phone_text {
  color: white;
  line-height: 1;
  font-size: 14px;
}

.phone_number {
  color: #db6b48;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.fb-top h2 {
  margin-bottom: 10px;
}

.fb-top .button i {
  margin-right: 10px;
  font-size: 18px;
  color: #3b5998;
  transition: all .25s;
}

.fb-top .button:hover i {
  color: #fff;
}

.fb-gallery {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .fb-gallery {
    margin-top: 30px;
  }
}

.fbps-album h3 {
  display: none;
}

.fb-wrapper {
  padding: 50px 0;
  border-top: 1px solid #d6d6d6;
}

@media screen and (max-width: 960px) {
  .fb-wrapper {
    padding: 40px 0;
  }
}

@media screen and (max-width: 640px) {
  .fb-wrapper {
    padding: 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .fb-wrapper {
    padding: 25px 0;
  }
}

.fb-wrapper .button {
  letter-spacing: 0 !important;
}

.fbps-album ul li.fbps-photo {
  margin: 0;
  display: inline-block;
  width: 20%;
  margin-left: -4px;
  font-size: 0;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .fbps-album ul li.fbps-photo {
    height: 100px;
  }
}

.fbps-album ul li.fbps-photo:hover {
  opacity: 0.7;
}

.fbps-album ul {
  display: block;
  text-align: center;
}

.fbps-album ul:before,
.fbps-album ul:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.fbps-album ul:after {
  clear: both;
}

li.fbps-photo > div {
  border: none;
  width: 100% !important;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  li.fbps-photo > div {
    height: inherit !important;
  }
}

.breadcrumbs-wrapper {
  background: #f2f2f2;
  padding: 10px 40px;
}

@media screen and (max-width: 1400px) {
  .breadcrumbs-wrapper {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 960px) {
  .breadcrumbs-wrapper {
    padding: 10px;
  }
}

.breadcrumbs-wrapper span {
  line-height: 1.2;
  font-size: 15px;
}

.breadcrumbs-wrapper a:hover {
  text-decoration: none;
  color: #040404;
}

.breadcrumbs {
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.text_sub_breadcrumb_nou .breadcrumbs{
  white-space: normal;
}
.entry-summary p {
  text-align: justify;
}

.owl-stage {
  z-index: 22;
}

.woocommerce-info {
  border: none;
  background: white;
  border: 1px solid #d6d6d6;
  padding: 15px;
  color: #040404;
  line-height: 1.333;
}

.woocommerce-info a {
  color: #040404;
  text-decoration: underline;
  font-weight: 700;
}

.woocommerce-info:before {
  content: '';
  width: 4px;
  height: 60%;
  top: 20%;
  background: #040404;
  left: 0;
}

.search-no-results .woocommerce-info {
  font-size: 18px;
  color: #040404;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.search-no-results .woocommerce-info:before {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: none;
  background: white;
  border: 1px solid #d6d6d6;
  padding: 15px;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  content: '';
  width: 4px;
  height: 60%;
  top: 20%;
  background: #040404;
  left: 0;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
  padding: 10px 15px !important;
}

.woocommerce-error:before {
  background: #f54627;
}

.reset-password-wrap {
  background: #f2f2f2;
  padding: 20px;
}

.reset-password-wrap p {
  margin: 0;
}

.yarpp-related-none {
  display: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

.slider-home .table {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.slider-home .owl-nav {
  width: 100%;
  top: -50px;
}

.slider-home .owl-prev {
  left: -50px;
}

@media screen and (max-width: 1200px) {
  .slider-home .owl-prev {
    left: 0;
  }
}

.slider-home .owl-next {
  right: -50px;
}

@media screen and (max-width: 1200px) {
  .slider-home .owl-next {
    right: 0;
  }
}

.slide-item {
  background: #f2f2f2;
  height: 530px;
}

@media screen and (max-width: 960px) {
  .slide-item {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .slide-item {
    height: 400px;
  }
}

@media screen and (max-width: 640px) {
  .slide-item {
    height: 360px;
  }
}

@media screen and (max-width: 480px) {
  .slide-item {
    /*height: 320px;*/
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .slide-item a {
    padding: 0 10px;
  }
}

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

.slide-item a:hover .button {
  background: #040404;
  color: white;
}

.slider-left {
  padding-left: 60px;
}

@media screen and (max-width: 640px) {
  .slider-left {
    padding-left: 0;
  }
}

.slider-right {
  text-align: center;
  width: 60%;
}

@media screen and (max-width: 1100px) {
  .slider-right {
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .slider-right {
    padding-right: 0;
  }
}

.slider-right img {
  max-width: 100%;
  width: auto !important;
  height: auto;
  display: inline-block !important;
}

@media screen and (max-width: 640px) {
  .slider-right img {
    max-height: 360px;
  }
}

@media screen and (max-width: 480px) {
  .slider-right img {
    max-height: 170px;
    margin-top: 15px;
  }
}

.slider-text {
  width: 410px;
}

@media screen and (max-width: 960px) {
  .slider-text {
    width: 280px;
  }
}

@media screen and (max-width: 640px) {
  .slider-text {
    width: 230px;
  }
}

@media screen and (max-width: 480px) {
  .slider-text {
    width: 100%;
    margin-top: 15px;
  }
}

.slider-text h2 {
  font-size: 46px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .slider-text h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slider-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .slider-text h2 {
    font-size: 28px;
  }
}

.slider-text p {
  color: #040404;
}

@media screen and (max-width: 960px) {
  .slider-text p {
    font-size: 16px;
    line-height: 28px;
  }
}

/*@media screen and (max-width: 480px) {
  .slider-text p {
    display: none;
  }
}*/

.slider-text .button {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .slider-text .button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 960px) {
  .slider-text .button {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .slider-text .button {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 480px) {
  .slider-text .button {
    font-size: 14px;
    padding: 10px;
  }
}

.slider-left,
.slider-right {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .slider-left,
  .slider-right {
    display: block;
    width: 100%;
  }
}

.owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 0;
  height: 0;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .owl-controls {
    display: none;
  }
}

.owl-nav {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .owl-nav {
    width: 100%;
    padding: 0 10px;
  }
}

.owl-prev,
.owl-next {
  position: absolute;
  color: transparent;
  text-indent: -999999px;
  width: 25px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.2;
}

@media screen and (max-width: 1200px) {
  .owl-prev,
  .owl-next {
    width: 20px;
    height: 40px;
  }
}

@media screen and (max-width: 640px) {
  .owl-prev,
  .owl-next {
    display: none;
  }
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}

.owl-prev {
  background-image: url("img/prev.png");
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .owl-prev {
    left: 10px;
  }
}

.owl-next {
  right: 0;
  background-image: url("img/next.png");
  top: 0;
}
@media(min-width: 1150px){
  .single-product .owl-prev {
    left: -35px;
  }

  .single-product .owl-next {
    right: -35px;
  }
}

@media screen and (max-width: 960px) {
  .owl-next {
    right: 10px;
  }
}

.trust-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background: #303030;
}

@media screen and (max-width: 960px) {
  .trust-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .trust-icon {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
  }
}

.trust-icon img {
  max-width: 63px;
  max-height: 63px;
}

@media screen and (max-width: 960px) {
  .trust-icon img {
    max-width: 43px;
  }
}

@media screen and (max-width: 480px) {
  .trust-icon img {
    max-width: 27px;
  }
}

.trust-box {
  display: inline-block;
  width: 25%;
  text-align: center;
  margin-left: -4px;
  vertical-align: top;
}

@media screen and (max-width: 960px) {
  .trust-box {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .trust-box {
    display: block;
    width: 100%;
    padding: 0;
    min-height: 60px;
    padding-left: 70px;
    text-align: left;
    position: relative;
    margin: 10px 0;
  }
}

.trust-box h5 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .trust-box h5 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 480px) {
  .trust-box h5 {
    margin-bottom: 0;
  }
}

.trust-box p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 640px) {
  .trust-box p {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .trust-box p {
    display: block;
  }
}

.trust-wrapper {
  padding: 65px 0;
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (max-width: 960px) {
  .trust-wrapper {
    padding: 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .trust-wrapper {
    padding: 30px 0;
  }
}

.home-product-image {
  width: 58.33333%;
}

@media screen and (max-width: 767px) {
  .home-product-image {
    width: 53%;
  }
}

@media screen and (max-width: 640px) {
  .home-product-image {
    width: 100%;
  }
}

.home-product-text {
  width: 41.66667%;
}

@media screen and (max-width: 767px) {
  .home-product-text {
    width: 47%;
  }
}

@media screen and (max-width: 640px) {
  .home-product-text {
    width: 100%;
  }
}

.home-product-text p {
  text-align: justify;
}

.home-product-image,
.home-product-text {
  float: left;
}

@media screen and (max-width: 640px) {
  .home-product-image,
  .home-product-text {
    float: none;
  }
}

.home-products:before,
.home-products:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.home-products:after {
  clear: both;
}

.home-products li {
  position: relative;
  padding: 55px 0;
}

@media screen and (max-width: 960px) {
  .home-products li {
    padding: 35px 0;
  }
}

.home-products li:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #d6d6d6;
  position: absolute;
  visibility: visible;
}

.home-products li:nth-child(2n+1) .home-product-image {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #d6d6d6;
}

@media screen and (max-width: 640px) {
  .home-products li:nth-child(2n+1) .home-product-image {
    border-right: 0;
  }
}

.home-products li:nth-child(2n+1) .home-product-text {
  float: right;
}

.home-product-text {
  padding: 90px 70px;
  float: left;
}

@media screen and (max-width: 960px) {
  .home-product-text {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .home-product-text {
    padding: 25px 20px;
  }

  .home-product-text h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .home-product-text {
    padding: 0;
  }
}

.home-product-link {
  display: table-cell;
  vertical-align: middle;
}

.home-product-image {
  text-align: center;
  height: calc( 100% - 110px);
  position: absolute;
  top: 55px;
  right: 0;
  vertical-align: middle;
  border-left: 1px solid #d6d6d6;
}

@media screen and (max-width: 960px) {
  .home-product-image {
    top: 35px;
    height: calc( 100% - 70px);
  }
}

@media screen and (max-width: 640px) {
  .home-product-image {
    position: static;
    position: initial;
    height: auto;
    top: 0;
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .home-product-image .table {
    height: inherit;
  }
}

.home-product-image img {
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .home-product-image img {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}

.home_categories {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 960px) {
  .home_categories {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 640px) {
  .home_categories {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .home_categories {
    margin-top: 30px;
  }
}

.home-category-box {
  float: left;
  width: 33.33333%;
  padding: 0 15px;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .home-category-box {
    padding: 0 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .home-category-box {
    width: 50%;
    padding: 0 5px;
    margin-top: 10px;
  }
}

.home-category-image {
  display: block;
  overflow: hidden;
}

.home-category-image:hover {
  text-decoration: none;
}

.home-category-image:hover h5 {
  background: #040404;
}

.home-category-image:hover span {
  opacity: 0.7;
}

.home-category-image h5 {
  display: block;
  text-transform: uppercase;
  color: white;
  background: #393939;
  padding: 15px 10px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .home-category-image h5 {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .home-category-image h5 {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .home-category-image h5 {
    text-transform: none;
    letter-spacing: 0;
    padding: 5px;
    font-weight: 500;
  }
}

.categ-img {
  display: block;
  width: 100%;
  height: 340px;
}

@media screen and (max-width: 960px) {
  .categ-img {
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .categ-img {
    height: 240px;
  }
}

@media screen and (max-width: 640px) {
  .categ-img {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .categ-img {
    height: 160px;
  }
}

.top-products {
  border-top: 1px solid #d6d6d6;
}

.top-products .price {
  margin-top: 10px;
}

.top-products .price del span {
  font-size: 14px;
  color: #999999;
}

@media screen and (max-width: 480px) {
  .top-products .price del span {
    font-size: 12px;
  }
}

.top-products .price ins span {
  color: #f54627;
}

.top-products .price span {
  font-weight: 700;
  font-size: 18px;
  color: #040404;
}

@media screen and (max-width: 480px) {
  .top-products .price span {
    font-size: 15px;
  }
}

.top-products .products .button {
  display: none;
}

.top-products .onsale {
  left: 10px;
  top: 10px;
}

.top-products .owl-nav {
  margin-left: -55px;
}

@media screen and (max-width: 1200px) {
  .top-products .owl-nav {
    margin-left: 0;
  }
}

.top-products .product {
  padding: 0 15px;
  overflow: hidden;
}

.top-products .product a {
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .top-products .product {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-products .product {
    padding: 0 5px;
  }
}

.top-products .woocommerce-LoopProduct-link img {
  height: auto;
}

.top-products .woocommerce-LoopProduct-link h3 {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 960px) {
  .top-products .woocommerce-LoopProduct-link h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 480px) {
  .top-products .woocommerce-LoopProduct-link h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .top-products .woocommerce-LoopProduct-link h3 {
    text-transform: none;
    font-weight: 500;
  }
}

.top-products li {
  display: block;
}

.top-products .attributes {
  font-size: 13px;
  height: 22px;
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .top-products .attributes {
    height: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 374px) {
  .top-products .attributes {
    font-size: 12px;
  }
}

.carousel-products {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .carousel-products {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-products {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 640px) {
  .carousel-products {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}

.sidebar,
.woocommerce-MyAccount-navigation {
  width: 23% !important;
  display: table-cell;
  padding-right: 30px;
  vertical-align: top;
  float: none !important;
}

@media screen and (max-width: 960px) {
  .sidebar,
  .woocommerce-MyAccount-navigation {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sidebar,
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
    display: block;
    padding-right: 0;
  }
}

.right-content,
.woocommerce-MyAccount-content {
  width: 77% !important;
  display: table-cell;
  border: 1px solid #d6d6d6;
  padding: 50px;
  float: none !important;
}

@media screen and (max-width: 960px) {
  .right-content,
  .woocommerce-MyAccount-content {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .right-content,
  .woocommerce-MyAccount-content {
    width: 100% !important;
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .right-content,
  .woocommerce-MyAccount-content {
    border: none;
    padding: 0;
  }
}

.mobile-sidebar {
  display: none;
  background: #303030;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  padding: 5px 15px;
}

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

@media screen and (max-width: 767px) {
  .mobile-sidebar {
    display: block;
  }
}

.inner-wrapper {
  margin: 50px 0 50px;
}

@media screen and (max-width: 960px) {
  .inner-wrapper {
    margin: 40px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .inner-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.terms-wrapper {
  display: table;
  width: 100%;
}

.tabs-ul {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .tabs-ul {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .tabs-ul {
    margin-top: 0;
    display: none;
  }
}

.tabs-ul li {
  font-size: 15px;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .tabs-ul li {
    margin: 10px 0;
  }
}

.tabs-ul a {
  color: #1e1e1e;
  display: block;
  position: relative;
}

.tabs-ul a:after {
  content: '\f105';
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  margin-top: -9px;
  font-family: 'FontAwesome';
}

@media screen and (min-width: 769px) {
  .tabs-ul a:hover {
    color: #040404;
    font-weight: bold;
    text-decoration: none;
  }

  .tabs-ul a:hover:after {
    display: block;
  }
}

.tabs-ul .current-menu-item a,
.tabs-ul .is-active a {
  color: #040404;
  font-weight: bold;
}

.tabs-ul .current-menu-item a:after,
.tabs-ul .is-active a:after {
  display: block;
}

.the-content h2,
.the-content h3 {
  margin-top: 45px;
}

@media screen and (max-width: 960px) {
  .the-content h2,
  .the-content h3 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 640px) {
  .the-content h2,
  .the-content h3 {
    margin-top: 25px;
  }
}

.the-content h4,
.the-content h5 {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .the-content h4,
  .the-content h5 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  .the-content h4,
  .the-content h5 {
    margin-top: 15px;
  }
}

.the-content ul strong,
.the-content li strong {
  font-weight: 700;
}

.the-content ul,
.the-content ol {
  margin: 25px 0;
  list-style-type: none;
}

@media screen and (max-width: 640px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}

.the-content ul li,
.the-content ol li {
  counter-increment: my-counter;
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}

.the-content ul li:first-child,
.the-content ol li:first-child {
  margin-top: 0;
}

.the-content ul li:before,
.the-content ol li:before {
  display: block;
  position: absolute;
  left: 0;
}

.the-content ol li:before {
  content: counter(my-counter) ".";
  color: #040404;
  display: block;
  position: absolute;
  left: 0;
  font-weight: 700;
}

.the-content ul li:before {
  content: '';
  top: 12px;
  width: 7px;
  height: 2px;
  background-color: #040404;
}

.inner-title {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .inner-title {
    margin-bottom: 30px;
  }
}

.blog-postImg {
  float: right;
  padding: 0 30px;
  width: 58.33333%;
}

@media screen and (max-width: 960px) {
  .blog-postImg {
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .blog-postImg {
    width: 53%;
  }
}

@media screen and (max-width: 640px) {
  .blog-postImg {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.blog-postImg a {
  display: block;
  height: 310px;
}

@media screen and (max-width: 640px) {
  .blog-postImg a {
    height: 260px;
  }
}

@media screen and (max-width: 480px) {
  .blog-postImg a {
    height: 200px;
  }
}

.blog-postText {
  float: left;
  padding: 15px 30px 0;
  width: 41.66667%;
}

@media screen and (max-width: 960px) {
  .blog-postText {
    padding: 0 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .blog-postText {
    width: 47%;
  }
}

@media screen and (max-width: 640px) {
  .blog-postText {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.blog-postText .button {
  margin-top: 15px;
}

.blog-postText p {
  margin: 0;
}

.blog-intro p {
  margin: 0;
}

.blog-title {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .blog-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .blog-title {
    margin-bottom: 10px;
  }
}

.blog-title a {
  color: #040404;
}

.blog-wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .blog-post {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.blog-post:before {
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  left: 10%;
  height: 1px;
  background: #d6d6d6;
  visibility: visible;
  top: 0;
}

@media screen and (max-width: 960px) {
  .blog-post:before {
    width: 100%;
    left: 0;
  }
}

.blog-post:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-post:first-child:before {
  display: none;
}

.blog-post:nth-child(2n+1) .blog-postText {
  float: right;
}

@media screen and (max-width: 960px) {
  .blog-post:nth-child(2n+1) .blog-postText {
    padding-right: 0;
    padding-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .blog-post:nth-child(2n+1) .blog-postText {
    padding: 0;
  }
}

.blog-post:nth-child(2n+1) .blog-postImg {
  float: left;
}

@media screen and (max-width: 960px) {
  .blog-post:nth-child(2n+1) .blog-postImg {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .blog-post:nth-child(2n+1) .blog-postImg {
    padding: 0;
  }
}

.blog-wrapper .inner-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  .blog-wrapper .inner-title {
    margin-bottom: 30px;
  }
}

.blog-wrapper h1 {
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .blog-wrapper h1 {
    font-size: 30px;
  }
}

.blog-main-img {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .blog-main-img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .blog-main-img {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 640px) {
  .blog-main-img {
    margin-bottom: 20px;
  }
}

.blog-main-img img {
  width: 100%;
}

.blog-content-main {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.top-date {
  font-size: 15px;
}

.top-date span,
.top-date a {
  color: gray;
  display: inline;
}

.top-date a {
  text-decoration: underline;
}

.top-date a:hover {
  color: #040404;
}

.blog-tags {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .blog-tags {
    margin-top: 40px;
  }
}

.blog-tags a {
  background: #f2f2f2;
  padding: 5px 10px;
  font-size: 15px;
  margin-right: 10px;
}

.blog-tags a:hover {
  background: #393939;
  color: white;
  text-decoration: none;
}

.blog-share {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #d6d6d6;
}

@media screen and (max-width: 767px) {
  .blog-share {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .blog-share {
    margin-top: 30px;
    padding-top: 20px;
  }
}

.blog-share li {
  margin-right: 5px;
  float: left;
}

.blog-share a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  color: #040404;
  border: 2px solid #040404;
  border-radius: 50%;
}

.blog-share a:hover {
  background: #040404;
  color: white;
}

.blog-recommended {
  margin-top: 60px;
}

.blog-recommended:before,
.blog-recommended:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.blog-recommended:after {
  clear: both;
}

@media screen and (max-width: 960px) {
  .blog-recommended {
    margin-top: 40px;
  }
}

.recommended-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 960px) {
  .recommended-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 480px) {
  .recommended-wrapper {
    margin: 0;
  }
}

.recommended-box {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
}

@media screen and (max-width: 960px) {
  .recommended-box {
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .recommended-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .recommended-box:first-child {
    margin-top: 0;
  }
}

.recommended-box:hover .recommended-img {
  opacity: 0.7;
}

.recommended-box:hover .recommended-title a {
  text-decoration: underline;
}

.recommended-img {
  height: 270px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .recommended-img {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .recommended-img {
    height: 180px;
  }
}

@media screen and (max-width: 640px) {
  .recommended-img {
    height: 150px;
  }
}

@media screen and (max-width: 480px) {
  .recommended-img {
    height: 200px;
  }
}

.recommended-title {
  margin: 0;
}

.recommended-title a {
  color: #040404;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .recommended-title a {
    padding-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .recommended-title a {
    padding-top: 5px;
  }
}

.blog-comments {
  background: #f9f9f9;
  padding: 50px 20px;
}

@media screen and (max-width: 960px) {
  .blog-comments {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .blog-comments {
    padding: 30px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.blog-comments-cell {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.commentlist {
  list-style-type: none;
  margin-bottom: 50px;
}

.commentlist .avatar,
.commentlist .says {
  display: none;
}

.comment {
  margin: 25px 0;
}

@media screen and (max-width: 640px) {
  .comment {
    margin: 15px 0;
  }
}

.comment .children {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .comment .children {
    margin-left: 15px;
  }
}

.comment-body {
  position: relative;
}

.comment-body:before,
.comment-body:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.comment-body:after {
  clear: both;
}

.comment-body br {
  display: none;
}

.comment-body cite {
  font-style: normal;
  color: #040404;
  font-weight: 700;
  display: inline-block;
}

.comment-body .comment-awaiting-moderation {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  max-width: 240px;
}

@media screen and (max-width: 480px) {
  .comment-body .comment-awaiting-moderation {
    max-width: 150px;
    font-size: 14px;
  }
}

.comment-body .comment-meta,
.comment-body .comment-author {
  display: inline-block;
}

.comment-body .comment-meta {
  font-size: 15px;
}

.comment-body .comment-meta:before {
  content: '- ';
}

.comment-body p {
  padding: 20px;
  background: white;
  border: 1px solid #d6d6d6;
}

@media screen and (max-width: 640px) {
  .comment-body p {
    padding: 10px;
    font-size: 15px;
    line-height: 1.6;
  }
}

.comment-body .reply {
  text-align: right;
  padding-left: 240px;
}

@media screen and (max-width: 480px) {
  .comment-body .reply {
    padding-left: 150px;
  }
}

.comment-body .reply a {
  color: #040404;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
}

.comment-form {
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form:before,
.comment-form:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.comment-form:after {
  clear: both;
}

.comment-form p {
  padding: 0 10px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 50%;
  float: left;
}

@media screen and (max-width: 640px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 100%;
  }
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-comment {
  margin: 0;
}

.comment-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .comment-form input[type="submit"] {
    width: 100%;
    padding: 15px 5px;
    margin-top: 0;
  }
}

span.required {
  color: #f54627;
}

.comment-reply-title a {
  color: inherit;
  text-decoration: underline;
}

.comment-blog {
  border: 1px solid #d6d6d6;
  padding: 40px;
  background: white;
  margin-top: 0 !important;
  position: relative;
}

@media screen and (max-width: 960px) {
  .comment-blog {
    padding: 35px;
  }
}

@media screen and (max-width: 640px) {
  .comment-blog {
    padding: 40px 10px 20px;
  }
}

@media screen and (max-width: 640px) {
  .contact-wrapper .cell {
    width: 100%;
  }
}

.contact-links {
  max-width: 300px;
  margin:0 auto;
}

@media screen and (max-width: 960px) {
  .contact-links {
    max-width: 100%;
  }
}

.contact-links span {
  color: #040404;
  font-size: 22px;
  display: inline;
}

.contact-links a {
  font-size: 18px;
  display: inline;
}

@media screen and (max-width: 960px) {
  .contact-links a {
    font-size: 16px;
  }
}

.contact-links li {
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .contact-links li {
    margin-top: 10px;
  }
}

.contact_box {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .contact_box {
    margin-top: 20px;
  }

  .contact_box h3 {
    margin-bottom: 10px;
  }
}

.contact-social a {
  font-size: 22px;
  color: #040404;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.contact-form-wrapper {
  padding: 50px;
}

@media screen and (max-width: 960px) {
  .contact-form-wrapper {
    padding: 35px;
  }
}

@media screen and (max-width: 640px) {
  .contact-form-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
  }
}

.contact-form {
  border: 1px solid #d6d6d6;
  padding: 50px;
  background: white;
}

@media screen and (max-width: 960px) {
  .contact-form {
    padding: 35px;
  }
}

@media screen and (max-width: 640px) {
  .contact-form {
    padding: 40px 10px 20px;
  }
}

.contact-form form {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-form form:before,
.contact-form form:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.contact-form form:after {
  clear: both;
}

.contact-form form span {
  display: block;
}

.contact-form form span.required {
  display: inline;
}

.contact-form input[type="submit"] {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-form .cell {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .contact-form .cell {
    width: 100%;
  }
}

.contact-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.logo-form {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 120px;
}

@media screen and (max-width: 640px) {
  .logo-form {
    top: 10px;
    right: 10px;
    width: 100px;
  }
}

.logo-form img {
  max-width: 100%;
}

div.wpcf7-response-output {
  border: none;
  overflow: hidden;
  clear: both;
  margin: 20px 10px 0;
  padding: 10px 20px;
  line-height: 1.5;
  position: relative;
  top: 20px;
}

div.wpcf7-response-output:before,
div.wpcf7-response-output:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

div.wpcf7-response-output:after {
  clear: both;
}

div.wpcf7-validation-errors {
  background: #f54627;
  color: white;
}

div.wpcf7-mail-sent-ok {
  background: #393939;
  color: white;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #f54627;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 640px) {
  .contact_image {
    text-align: center;
    margin-top: 20px;
  }
}

.contact_image img {
  max-width: 100%;
}

.error-wrapper {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (max-width: 960px) {
  .error-wrapper {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .error-wrapper {
    padding: 0;
    background-size: 200px;
    background-position: right bottom;
  }
}

.error-wrapper h1 {
  font-size: 48px;
  margin-bottom: 40px;
  color: #f54627;
}

@media screen and (max-width: 960px) {
  .error-wrapper h1 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .error-wrapper h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.error-subtitle {
  font-size: 36px;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .error-subtitle {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .error-subtitle {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .error-text {
    font-size: 18px;
  }
}

.error-links {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}

.error-links:before,
.error-links:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.error-links:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .error-links {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .error-links {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.error-links li {
  margin-top: 10px;
  width: 50%;
  float: left;
  padding: 0 10px;
}

.error-links li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .error-links li {
    padding: 0;
    width: 100%;
  }
}

.error-links a {
  text-decoration: underline;
  color: #393939;
}

.error-links a:hover {
  color: #040404;
}

.error-box {
  max-width: 510px;
}

@media screen and (max-width: 960px) {
  .error-box {
    max-width: 430px;
  }
}

.attributes {
  text-transform: uppercase;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding: 0 5px;
  height: 22px;
}

@media screen and (max-width: 960px) {
  .attributes {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .attributes {
    height: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 374px) {
  .attributes {
    font-size: 12px;
  }
}

.woocommerce ul.products li.product h3 {
  padding: 0 5px;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 960px) {
  .woocommerce ul.products li.product h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce ul.products li.product h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .woocommerce ul.products li.product h3 {
    font-weight: 500;
    font-size: 13px;
    text-transform: none;
  }
}

.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  text-align: center;
}

.woocommerce-LoopProduct-link img {
  margin-bottom: 15px;
}

.woocommerce-LoopProduct-link h3 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

.woocommerce-LoopProduct-link .product_image {
  position: relative;
}

.woocommerce-LoopProduct-link .product_image .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .25s ease;
}

.woocommerce-LoopProduct-link .product_image:hover .hover {
  opacity: 1;
}

.product .pin_save {
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  overflow: hidden;
  color: #bc081d;
  font-size: 44px;
  line-height: 44px;
  cursor: pointer;
}

.products .pin_save {
  top: 25px;
  right: 25px;
}

.products .out_of_stock .pin_save {
  top: 60px;
  right: 25px;
}

.top-products .pin_save {
  top: 10px;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
span.onsale {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 42px;
  color: white;
  background: #f54627;
  border: 1px solid #040404;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 2;
  padding: 0 !important;
}

@media screen and (max-width: 480px) {
  .woocommerce ul.products li.product .onsale,
  .woocommerce span.onsale,
  span.onsale {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
  }
}

.woocommerce ul.products li.product .onsale {
  top: 10px;
  left: 10px;
  right: auto;
  margin: 0;
}

.products li {
  opacity: 0;
  transition: all .25s ease-in-out;
}

.products li.product {
  -webkit-animation: fade 5s;
  animation: fade 5s;
  opacity: 1;
}

.products li a {
  border: 1px solid #d6d6d6;
  display: block;
  position: relative;
}

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

.woocommerce ul.products li.product .price {
  margin-bottom: 0;
}

.price {
  display: block;
  border-top: 1px solid #d6d6d6;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.price del span.amount {
  text-decoration: line-through;
  color: #999999;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  opacity: 1;
}

.price del span.amount span {
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: line-through;
}

@media screen and (max-width: 480px) {
  .price del span.amount {
    font-size: 12px;
  }
}

.price ins {
  color: #f54627;
  text-decoration: none;
}

.single-product .price span {
  color: #f54627;
}

.price span {
  font-weight: 700;
  font-size: 20px;
  color: #040404;
}

@media screen and (max-width: 960px) {
  .price span {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .price span {
    font-size: 15px;
  }
}

/*.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n),
.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
  float: left;
  clear: none !important;
}*/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 33.33333%;
  margin: 0;
  padding: 15px;
  clear: none;
}

.woocommerce ul.products li.product:nth-child(3n+1),
.woocommerce-page ul.products li.product:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product:nth-child(3n+1),
  .woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: none;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product:nth-child(2n+1),
  .woocommerce-page ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 960px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50%;
    padding: 5px;
  }
}

.related.products .products {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}

.related.products .owl-nav {
  margin-left: -65px;
}

@media screen and (max-width: 1200px) {
  .related.products .owl-nav {
    margin-left: 0;
  }
}

.related.products li.product {
  width: 100% !important;
  margin: 0;
  padding: 15px;
  clear: none;
}

.related.products li.product h3 {
  font-size: 18px;
}

.woocommerce ul.products li.product .price del {
  opacity: 1;
  display: inline;
}

.inner-wrapper ul.products {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

@media screen and (max-width: 960px) {
  .inner-wrapper ul.products {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner-wrapper ul.products {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}

.inner-wrapper .stars a {
  color: #f54627;
}

.woocommerce #respond input#submit {
  background: #040404;
  color: white;
  border-radius: 0;
  padding: 15px 30px;
}

.out_of_stock .woocommerce-LoopProduct-link {
  opacity: 0.5;
}

.out_of_stock .onsale {
  display: none !important;
}

.stock_availability {
  background: #040404;
  color: white;
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  line-height: 1;
  padding: 10px;
  z-index: 22;
  top: 30%;
  right: 50%;
  line-height: 1;
  padding: 10px;
  z-index: 22;
  margin-right: -60px;
}

@media screen and (max-width: 480px) {
  .stock_availability {
    font-size: 11px;
    padding: 5px;
  }
}

.single-product div.summary {
  width: 41.66667% !important;
  padding-left: 50px !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 960px) {
  .single-product div.summary {
    width: 50% !important;
    padding-left: 30px !important;
    float: right !important;
  }
}

@media screen and (max-width: 767px) {
  .single-product div.summary {
    width: 100% !important;
    padding-left: 0 !important;
    float: none !important;
    margin-top: 30px;
  }
}

.single-product div.summary .price {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  font-size: 24px;
}

.single-product div.summary .price span {
  font-size: 28px;
}

.single-product div.summary .price span del {
  outline: 1px;
}

.single-product div.summary .price del span {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .single-product div.summary ins {
    display: block;
    line-height: 1;
  }
}

.single-product div.summary .variations {
  font-size: 15px;
  position: relative;
  padding-right: 44px;
  display: block;
  margin-top: 20px;
}

.single-product div.summary .variations:before,
.single-product div.summary .variations:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.single-product div.summary .variations:after {
  clear: both;
}

@media screen and (max-width: 960px) {
  .single-product div.summary .variations {
    margin-top: 0;
  }
}

.single-product div.summary .variations tbody {
  display: block;
}

.single-product div.summary .variations tr {
  display: block;
  width: 100%;
  float: left;
  padding-right: 5px;
}

.single-product div.summary .variations label {
  font-weight: 500 !important;
  font-size: 14px;
}

.single-product div.summary .variations td.label {
  padding-right: 5px !important;
  vertical-align: middle !important;
  line-height: 1;
  display: block;
}

.single-product div.summary .variations td {
  display: block;
}

.single-product div.summary .variations select {
  margin: 0 !important;
  color: #666666;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  padding: 0 0 0 7px;
  width: 100%;
  display: block !important;
}

@media screen and (max-width: 480px) {
  .single-product div.summary .variations select {
    font-size: 13px;
  }
}

.single-product div.summary input,
.single-product div.summary button {
  height: 50px;
  line-height: 50px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single-product div.summary button {
  width: 70%;
  width: calc(100% - 85px);
  padding: 0 !important;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .single-product div.summary button {
    width: calc(100% - 80px);
  }
}

.single-product div.summary .qty {
  width: 80px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .single-product div.summary .qty {
    width: 70px;
  }
}

@media screen and (max-width: 480px) {
  .single-product .onsale {
    width: 42px !important;
    height: 42px !important;
    line-height: 40px !important;
  }
}

.single-product .images {
  width: 58.33333% !important;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .single-product .images {
    width: 50% !important;
    padding-right: 10px;
    float: left !important;
  }
}

@media screen and (max-width: 767px) {
  .single-product .images {
    width: 100% !important;
    padding-right: 0 !important;
    float: none !important;
  }
}

.single-product .woocommerce-main-image {
  height: 600px;
  text-align: center;
  line-height: 600px;
}

@media screen and (max-width: 960px) {
  .single-product .woocommerce-main-image {
    height: 400px;
    line-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .single-product .woocommerce-main-image {
    height: 450px;
    line-height: 450px;
  }
}

@media screen and (max-width: 480px) {
  .single-product .woocommerce-main-image {
    height: 350px;
    line-height: 350px;
  }
}

.single-product .woocommerce-main-image img {
  max-height: 100%;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}

.single-product .onsale {
  top: 10px !important;
  left: 10px !important;
}

.single-product .thumbnails {
  text-align: center;
}

.single-product .thumbnails .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}

.single-product .thumbnails img {
  border: 2px solid #d6d6d6;
}

.single-product .thumbnails img:hover {
  opacity: 0.5;
}

.single-product .thumbnails .owl-item.activ img {
  border: 2px solid #353535;
}

.single-product h1 {
  font-size: 42px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .single-product h1 {
    font-size: 36px;
  }
}

.single-product .woocommerce-product-rating {
  margin-bottom: 20px !important;
  line-height: 1;
}

.single-product .star-rating:before {
  color: #f54627;
  font-size: 12px;
  margin-left: 1px;
  content: '\53 \53 \53 \53 \53';
}

.single-product .star-rating span {
  color: #f54627;
  font-size: 12px;
  margin-left: 1px;
}

.single-product .star-rating {
  width: 70px !important;
  height: 14px !important;
  margin: 0 !important;
  top: 3px;
}

.single-product .woocommerce-review-link {
  font-size: 14px;
  opacity: 0.7;
  text-decoration: underline;
  line-height: 1;
}

.single-product .woocommerce-review-link span {
  text-decoration: underline;
}

.woocommerce-main-image {
  display: block;
}

.woocommerce button.button.alt {
  background: #040404;
  padding: 15px 30px;
  border-radius: 0;
}

.woocommerce button.button.alt:hover {
  background: #1e1e1e;
}

.adv-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.adv-links li {
  width: 33.33333%;
  padding: 1px;
  float: left;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.adv-links div {
  background: #303030;
  color: #f76b52;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  height: 100%;
}

.product-icon {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.product-icon img {
  max-width: 100%;
}

.product-icon-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: #f76b52;
  margin-bottom: 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .product-icon-text {
    max-width: 75px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pay-safe {
  font-size: 15px;
  margin: 10px 0;
}

.pay-safe span {
  margin-right: 5px;
}

.adv-links {
  margin-top: 20px;
}

.call-product {
  margin: 10px 0;
  font-size: 15px;
}

.call-product a {
  color: #f54627;
  font-weight: 700;
}

.reset_variations {
  position: absolute;
  background: #393939;
  color: white;
  width: 42px;
  height: 42px;
  right: 0;
  bottom: 1px;
}

.reset_variations:before,
.reset_variations:after {
  content: '';
  display: block;
  height: 16px;
  width: 2px;
  background: white;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -8px;
  margin-left: -1px;
}

.reset_variations:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reset_variations:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wc-tabs-wrapper {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .wc-tabs-wrapper {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 480px) {
  .wc-tabs-wrapper {
    margin-top: 30px !important;
  }
}

.wc-tabs {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #d6d6d6;
}

@media screen and (max-width: 480px) {
  .wc-tabs {
    border: none !important;
  }
}

.wc-tabs:before {
  border-bottom-color: #d6d6d6;
}

@media screen and (max-width: 480px) {
  .wc-tabs:before {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 480px) {
  .wc-tabs:after {
    background: transparent;
  }
}

.wc-tabs li {
  background-color: transparent !important;
  text-transform: uppercase;
  border: none !important;
}

.wc-tabs li:before,
.wc-tabs li:after {
  display: none !important;
}

.wc-tabs li.active a {
  color: #040404 !important;
}

.wc-tabs li.active a:after {
  background: #040404;
}

.wc-tabs li a {
  color: #666666 !important;
  font-weight: 700 !important;
  display: block;
  padding: 15px 0 !important;
}

.wc-tabs li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .wc-tabs li {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .wc-tabs li.active a {
    font-weight: 700 !important;
  }

  .wc-tabs li.active a:after {
    display: block;
    background: white;
  }

  .wc-tabs li a {
    display: block !important;
    padding: 5px 0 !important;
    border-top: none;
    position: relative;
    text-transform: none;
    font-weight: 400 !important;
  }

  .wc-tabs li a:after {
    content: '\f105';
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    font-size: 18px;
    line-height: 1;
    top: 50%;
    margin-top: -9px;
    border: none;
    width: 10px;
    font-family: 'FontAwesome';
  }
}

.woocommerce div.product div.images {
  margin-bottom: 0;
}

.wc-tab {
  background: #f2f2f2;
  border: 1px solid #d6d6d6;
  padding: 30px !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .wc-tab {
    padding: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .wc-tab {
    border: none !important;
    padding: 0 !important;
    background: white;
    border-top: none;
    margin-top: 20px !important;
  }
}

.wc-tab h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .wc-tab h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  line-height: 1.5;
  border-bottom: none;
  border-top: 0;
  margin: 0;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  background: white;
  text-align: left;
}

.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(even) td {
  background: white;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: 1px solid #d6d6d6;
  background: white;
  border-radius: 0;
  padding: 20px;
}

.woocommerce-Reviews-title span {
  color: #040404;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 15px;
  color: #040404;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}

#comments {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  #comments {
    margin-bottom: 10px;
  }
}

.comment-form-rating .stars {
  padding: 0;
}

.woocommerce #reviews #comment {
  height: 100px;
  margin-bottom: 0;
}

div.pp_woocommerce div.ppt,
div.pp_woocommerce .pp_nav,
.pp_description {
  display: none !important;
}

div.pp_woocommerce .pp_content_container {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

div.pp_woocommerce .pp_details {
  padding: 0;
}

.pp_gallery {
  margin-top: 10px;
}

div.pp_woocommerce .pp_gallery ul li a {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  display: block;
}

.pp_nav p {
  line-height: 1;
}

div.pp_woocommerce .pp_next,
div.pp_woocommerce .pp_previous {
  padding: 3px;
}

div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
  position: absolute;
  color: transparent;
  text-indent: -999999px;
  width: 20px;
  height: 42px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
  opacity: 0.5;
  border-radius: 0;
  padding: 3px;
  content: '';
}

div.pp_woocommerce .pp_next:before:hover,
div.pp_woocommerce .pp_previous:before:hover {
  opacity: 1;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  display: none !important;
}

div.pp_woocommerce .pp_next:before {
  background-image: url("img/next.png");
  text-align: left;
  right: 0;
}

div.pp_woocommerce .pp_previous:before {
  background-image: url("img/prev.png");
  left: 0;
}

@media screen and (max-width: 767px) {
  .tabs-wrap {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-result-count {
    float: none;
    text-align: center;
  }
}

.product-slider .owl-item {
  line-height: 600px;
  height: 600px;
  text-align: center;
}

.product-slider .product_image {
  display: none;
}

.product-slider .product_image:first-child {
  display: block;
}

@media screen and (max-width: 960px) {
  .product-slider .owl-item {
    height: 400px;
    line-height: 400px;
  }
}

.woocommerce.single-product div.product div.images img{
  display: none;
}

.woocommerce.single-product div.product div.images .owl-item img {
  display: block;
}

@media screen and (max-width: 767px) {
  .product-slider .owl-item {
    height: 450px;
    line-height: 450px;
  }
}

@media screen and (max-width: 480px) {
  .product-slider .owl-item {
    height: 350px;
    line-height: 350px;
  }
}

.product-slider .owl-item img {
  max-height: 100%;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}

.product-slider .owl-nav {
  width: 100%;
}

.thumbnails .owl-controls {
  display: none;
}

.button-heart {
  position: relative;
}

.button-heart:before {
  content: '\f08a';
  font-family: 'FontAwesome';
  font-size: 16px;
}

.button-heart:hover,
.button-heart.active {
  background: white !important;
}

.button-heart:hover:before,
.button-heart.active:before {
  content: '\f004';
  color: #f54627;
}

.woocommerce div.product form.cart .button.button-heart {
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  margin-left: 3px;
}

.products li a.button-archive {
  border: none;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 20px;
  width: 22px;
  text-align: center;
  line-height: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .products li a.button-archive {
    top: 15px;
    right: 15px;
  }
}

.products li a.button-archive:before {
  font-size: 20px;
  display: block;
}

.products li a.button-archive:hover,
.products li a.button-archive.active {
  background: transparent !important;
}

.product_variations {
  margin-bottom: 35px;
}

.account-relative {
  background: #f2f2f2;
  padding: 50px 35px;
}

@media screen and (max-width: 1100px) {
  .account-relative {
    padding: 50px 25px;
  }
}

@media screen and (max-width: 960px) {
  .account-relative {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 767px) {
  .account-relative {
    padding: 20px 10px;
    margin-left: -10px;
    margin-right: -10px;
    width: auto !important;
  }
}

.account-relative .relative {
  position: relative;
  background: white;
  padding: 40px 25px 25px;
  border: 1px solid #d6d6d6;
}

@media screen and (max-width: 960px) {
  .account-relative .relative {
    padding: 40px 15px 25px;
  }
}

.account-relative input.button {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .account-relative input.button {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .account-relative label.inline {
    display: block !important;
    margin-top: 10px;
  }
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 1100px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: left !important;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
    padding: 0;
  }
}

.woocommerce form .form-row label {
  font-weight: 500;
  margin-bottom: 10px;
}

.woocommerce input.button {
  background: #040404;
  color: white;
  padding: 15px 30px;
  border-radius: 0;
}

.woocommerce input.button.disabled,
.woocommerce input.button[disabled] {
  padding: 15px 30px !important;
}

.woocommerce input.button.disabled:hover,
.woocommerce input.button[disabled]:hover {
  background: #040404;
}

.woocommerce input.button:hover {
  background: #1e1e1e;
  color: white;
}

.woocommerce-LostPassword {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .woocommerce-LostPassword {
    margin-top: 0;
  }
}

.woocommerce-LostPassword a {
  text-decoration: underline;
  color: #040404;
}

#customer_login .col-1 .relative,
#customer_login .col-2 .relative {
  min-height: 453px;
}

@media screen and (max-width: 1100px) {
  #customer_login .col-1 .relative,
  #customer_login .col-2 .relative {
    min-height: 490px;
  }
}

@media screen and (max-width: 767px) {
  #customer_login .col-1 .relative,
  #customer_login .col-2 .relative {
    min-height: 1px;
  }
}

@media screen and (max-width: 767px) {
  #customer_login .col-2 {
    margin-top: 10px;
  }
}

.no-float {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-MyAccount-content {
  padding: 70px 40px 50px;
}

@media screen and (max-width: 960px) {
  .woocommerce-MyAccount-content {
    padding: 70px 30px 30px;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-content {
    padding: 50px 15px 30px;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce-MyAccount-content {
    padding: 40px 0 0;
  }

  .woocommerce-MyAccount-content .logo-form {
    top: 0;
    right: 0;
  }
}

.woocommerce-MyAccount-content p a {
  text-decoration: underline;
}

.woocommerce-MyAccount-content mark {
  font-weight: 700;
  color: #040404;
}

.woocommerce-MyAccount-content mark.order-status {
  color: #f54627;
}

.woocommerce-MyAccount-content h2 {
  margin-top: 45px;
}

@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-content h2 {
    margin-top: 35px;
  }
}

.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h4 {
  margin-top: 35px;
}

@media screen and (max-width: 640px) {
  .woocommerce-MyAccount-content h3,
  .woocommerce-MyAccount-content h4 {
    margin-top: 25px;
  }
}

.woocommerce a.button {
  background: white;
  border: 2px solid #040404;
  color: #040404;
  background: white;
  border-radius: 0;
  padding: 15px 30px;
}

.woocommerce a.button:hover {
  background: #040404;
  color: white;
}

.page-template-my-account.logged-in .inner-title {
  width: 77%;
  margin-left: 23%;
}

@media screen and (max-width: 767px) {
  .page-template-my-account.logged-in .inner-title {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce table.my_account_orders {
    border: none !important;
  }
}

.woocommerce table.my_account_orders th {
  background: #f2f2f2;
  text-transform: uppercase;
  color: #040404;
  font-size: 15px;
}

.woocommerce table.my_account_orders th span {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .woocommerce table.my_account_orders td {
    display: table-cell !important;
    text-align: left !important;
  }

  .woocommerce table.my_account_orders td:before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce table.my_account_orders td {
    display: block !important;
  }

  .woocommerce table.my_account_orders td:before {
    display: block;
    color: #040404;
    margin-right: 5px;
  }
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 15px 7px;
  vertical-align: top;
}

.woocommerce table.my_account_orders td.order-number,
.woocommerce table.my_account_orders th.order-number {
  padding-left: 15px;
}

@media screen and (max-width: 640px) {
  .woocommerce table.my_account_orders td.order-number,
  .woocommerce table.my_account_orders th.order-number {
    padding-left: 10px;
  }
}

.woocommerce table.my_account_orders td.order-actions,
.woocommerce table.my_account_orders th.order-actions {
  padding-right: 15px;
}

@media screen and (max-width: 640px) {
  .woocommerce table.my_account_orders td.order-actions,
  .woocommerce table.my_account_orders th.order-actions {
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  /*
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
  */
  .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
      padding-left: 10px;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    padding: 0 10px;
    margin: 15px 0;
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: table-header-group;
  }

  .woocommerce table.shop_table_responsive thead tr,
  .woocommerce-page table.shop_table_responsive thead tr {
    display: table-row;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
    margin-top: 20px;
    border: 1px solid #d6d6d6;
  }
}

.woocommerce table.shop_table {
  border: 1px solid #d6d6d6;
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.333;
  border-radius: 0;
}

@media screen and (max-width: 960px) {
  .woocommerce table.shop_table {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce table.shop_table {
    width: 100%;
  }
}

.woocommerce table.shop_table a.button {
  padding: 10px 15px;
}

.order-number a {
  font-weight: bold;
  color: #040404;
}

.order-status {
  color: #f54627;
}

.order-total .amount {
  color: #040404;
  font-weight: bold;
  display: block;
}

.order-total .amount span {
  color: inherit;
}

.order-actions {
  padding-right: 15px;
}

.order-actions a.button {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  padding: 7px 10px !important;
}

mark {
  background: transparent;
  color: inherit;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 15px 10px;
}

table.order_details thead th {
  background: #f2f2f2;
  text-transform: uppercase;
  color: #040404;
}

@media screen and (max-width: 640px) {
  table.order_details td,
  table.order_details th {
    padding: 10px 5px !important;
  }
}

table.order_details .product-total {
  width: 160px;
  font-weight: 700;
  color: #040404;
}

@media screen and (max-width: 640px) {
  table.order_details .product-total {
    width: 140px;
  }
}

table.order_details .product-total span {
  color: inherit;
}

table.order_details .product-name a {
  font-weight: bold;
  font-style: italic;
  color: #040404;
}

table.order_details .product-name strong {
  color: #040404;
}

table.order_details tfoot th,
table.order_details tfoot td {
  border-top: none !important;
  background: #f2f2f2;
  padding: 8px 10px !important;
  color: #040404;
}

table.order_details tfoot th span,
table.order_details tfoot td span {
  color: inherit;
}

table.order_details tfoot th {
  text-align: right;
  font-weight: 500 !important;
  font-size: 15px;
}

table.order_details tfoot tr:first-child th,
table.order_details tfoot tr:first-child td {
  padding-top: 20px !important;
  border-top: 1px solid #d6d6d6 !important;
}

table.order_details tfoot tr:last-child th,
table.order_details tfoot tr:last-child td {
  padding-bottom: 20px !important;
}

table.order_details tfoot tr:last-child td span.amount {
  color: #f54627;
}

table.order_details tfoot tr:last-child td span.amount span {
  color: inherit;
}

table.customer_details td {
  text-align: right;
  color: #040404;
  font-weight: bold;
}

table.customer_details th {
  font-weight: 400 !important;
}

address {
  font-style: normal;
}

.woocommerce-Address {
  position: relative;
  margin-top: 40px;
}

.woocommerce-Address h2 {
  margin-top: 0;
  padding-right: 110px;
  margin-bottom: 15px;
}

.woocommerce-Address a.button {
  padding: 10px;
  text-transform: none;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}

.select2-container .select2-choice {
  line-height: 44px;
  border: 1px solid #d6d6d6;
  color: #666666;
  border-radius: 0;
}

.select2-search input {
  line-height: 36px;
  margin-bottom: 0;
}

.select2-drop-active {
  border: 1px solid #d6d6d6;
  border-top: none;
}

.account-wrapper .woocommerce form .form-row {
  padding: 0 15px;
}

@media screen and (max-width: 960px) {
  .account-wrapper .woocommerce form .form-row {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .account-wrapper .woocommerce form .form-row {
    padding: 0;
  }
}

.account-wrapper .woocommerce form .form-row.form-row-first,
.account-wrapper .woocommerce form .form-row.form-row-last {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .account-wrapper .woocommerce form .form-row.form-row-first,
  .account-wrapper .woocommerce form .form-row.form-row-last {
    width: 100%;
  }
}

.edit-account {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 960px) {
  .edit-account {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 640px) {
  .edit-account {
    margin: 0;
  }
}

.edit-account .form-row {
  margin-bottom: 15px;
}

.edit-account fieldset h4 {
  padding: 0 15px;
}

@media screen and (max-width: 960px) {
  .edit-account fieldset h4 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .edit-account fieldset h4 {
    padding: 0;
  }
}

.edit-account input.button {
  margin-left: 15px;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .edit-account input.button {
    margin-left: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .edit-account input.button {
    margin-left: 0;
    padding: 15px;
  }
}

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

@media screen and (max-width: 960px) {
  .margin-negative {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 640px) {
  .margin-negative {
    margin: 0;
  }
}

.margin-negative .form-row {
  margin-bottom: 15px !important;
}

h2.margin-no {
  margin-top: 0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

.woo-cart form .shop_table {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

@media screen and (max-width: 640px) {
  .woo-cart form .shop_table {
    border-top: none !important;
  }
}

.woo-cart form .shop_table th {
  text-transform: uppercase;
  color: #040404;
}

@media screen and (max-width: 640px) {
  .woo-cart form .shop_table td {
    display: block !important;
    border-top: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .woo-cart form .shop_table tr {
    position: relative;
  }

  .woo-cart form .shop_table tr:before,
  .woo-cart form .shop_table tr:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
  }

  .woo-cart form .shop_table tr:after {
    clear: both;
  }

  .woo-cart form .shop_table tr:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .woo-cart form .shop_table tbody {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .woo-cart .product-price {
    padding-left: 60px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #d6d6d6 !important;
  }
}

.woo-cart .product-price span {
  font-weight: 700;
  color: #040404;
}

@media screen and (max-width: 640px) {
  .woo-cart .product-price span {
    font-weight: 500;
    display: block;
    text-align: right;
  }

  .woo-cart .product-price span span {
    display: inline;
  }
}

.woo-cart .product-remove {
  width: 50px;
  border-right: 1px solid #d6d6d6;
}

@media screen and (max-width: 640px) {
  .woo-cart .product-remove {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    width: 30px;
    top: -10px;
    right: -10px;
  }
}

.woo-cart .product-thumbnail {
  border-left: 1px solid #d6d6d6;
}

@media screen and (max-width: 640px) {
  .woo-cart .product-thumbnail {
    position: absolute;
    left: 0;
    padding: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .woo-cart .product-quantity {
    clear: left;
    width: 30%;
    float: left;
    margin-top: 5px !important;
  }
}

.woo-cart .product-quantity .qty {
  width: 80px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .woo-cart .product-quantity .qty {
    height: 34px;
    line-height: 34px;
  }
}

@media screen and (max-width: 640px) {
  .woo-cart .product-subtotal {
    width: 70%;
    float: right;
    margin-top: 5px !important;
    padding-top: 5px !important;
    text-align: right !important;
  }
}

.woo-cart .product-subtotal span {
  font-weight: 700;
  color: #040404;
}

@media screen and (max-width: 640px) {
  .woo-cart .product-subtotal span {
    display: block;
    text-align: right;
  }

  .woo-cart .product-subtotal span span {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  .woo-cart .product-name {
    padding-left: 60px !important;
    margin-bottom: 5px !important;
  }
}

.woo-cart .product-name a {
  display: block;
  color: #040404;
  font-weight: 700;
}

.woo-cart .product-name dl.variation dt {
  float: none !important;
}

@media screen and (max-width: 640px) {
  .woo-cart .product-name dl.variation dt {
    font-size: 14px;
    padding: 0;
  }
}

.woo-cart .product-name dl.variation dd {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .woo-cart .product-name dl.variation dd {
    font-size: 14px;
  }
}

.woo-cart .product-name dl.variation dd p {
  margin: 0 !important;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .woo-cart .product-name dl.variation dd p {
    font-size: 14px;
  }
}

.woo-cart td.actions {
  padding: 30px 0 0 !important;
}

@media screen and (max-width: 640px) {
  .woo-cart td.actions {
    padding: 0 !important;
    border: none !important;
  }
}

.woo-cart td.actions .button {
  vertical-align: bottom;
}

.woo-cart td.actions h5 {
  text-align: left;
  text-transform: uppercase;
}

.woocommerce .cart-collaterals {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .woocommerce .cart-collaterals {
    margin-top: 50px;
  }
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 30%;
}

@media screen and (max-width: 960px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    max-width: 50%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 100%;
  }
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 70%;
  padding-right: 30px;
}

@media screen and (max-width: 960px) {
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    padding-right: 0;
    clear: both;
  }
}

.woocommerce-cart table.cart img {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart img {
    width: 40px;
  }
}

.woocommerce-cart table.cart .product-thumbnail {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart .product-thumbnail {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce-cart table.cart .product-thumbnail {
    position: absolute;
    left: 10px;
    padding: 0 !important;
  }
}

.woocommerce a.remove {
  display: block;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 100%;
  color: white !important;
  background: #393939;
}

.woocommerce a.remove:hover {
  background: #040404;
}

.woocommerce a.button.alt {
  background: #040404;
  border: none;
}

.woocommerce a.button.alt:hover {
  background: #1e1e1e;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 15px 30px;
  margin: 0;
  font-size: 16px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 0 0 0 10px;
  line-height: 46px;
  height: 46px;
  width: 230px;
  background: #f2f2f2;
  border: 1px solid #d6d6d6;
}

@media screen and (max-width: 960px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 10px;
  }
}

.woocommerce-cart table.cart td.actions .coupon .input-text:hover,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
  background: white;
}

.total_table {
  font-size: 15px;
}

.total_table td,
.total_table th {
  background: #f2f2f2 !important;
  border-top: none !important;
  padding: 10px !important;
}

@media screen and (max-width: 768px) {
  .total_table td,
  .total_table th {
    display: table-cell !important;
  }

  .total_table td:before,
  .total_table th:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .total_table td,
  .total_table th {
    padding-left: 80px;
  }

  .total_table td:before,
  .total_table th:before {
    display: block;
    color: #393939;
    font-weight: 500;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .total_table th {
    display: none !important;
  }
}

.total_table td {
  color: #040404;
  text-align: right !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .total_table td {
    text-align: right !important;
  }
}

@media screen and (max-width: 767px) {
  .total_table td {
    display: block;
  }
}

.total_table td span {
  color: inherit;
  font-weight: 700;
}

.total_table tr:first-child td,
.total_table tr:first-child th {
  padding-top: 20px !important;
}

.total_table tr:last-child td,
.total_table tr:last-child th {
  padding-bottom: 20px !important;
}

.total_table .shipping #shipping_method {
  text-align: left;
  display: block;
}

.total_table .shipping #shipping_method .amount {
  float: right;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 33.33333%;
}

@media screen and (max-width: 640px) {
  .woocommerce .cart-collaterals .cross-sells ul.products li,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 50%;
  }
}

.woocommerce .cart-collaterals .cross-sells ul.products li h3,
.woocommerce-page .cart-collaterals .cross-sells ul.products li h3 {
  font-size: 17px;
}

@media screen and (max-width: 480px) {
  .woocommerce .cart-collaterals .cross-sells ul.products li h3,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li h3 {
    font-size: 14px;
  }
}

.woocommerce .cart-collaterals .cross-sells ul.products li .attributes,
.woocommerce-page .cart-collaterals .cross-sells ul.products li .attributes {
  font-size: 13px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li .price span,
.woocommerce-page .cart-collaterals .cross-sells ul.products li .price span {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .woocommerce .cart-collaterals .cross-sells ul.products li .price span,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li .price span {
    font-size: 14px;
  }
}

.woocommerce .cart-collaterals .cross-sells ul.products li .price del span.amount,
.woocommerce-page .cart-collaterals .cross-sells ul.products li .price del span.amount {
  font-size: 14px;
}

.woo-cart td.actions .button.button--orange {
  background: #f54627;
  float: left;
  line-height: 46px;
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 960px) {
  .woo-cart td.actions .button.button--orange {
    float: left !important;
  }
}

.woo-cart td.actions .button.button--orange:hover {
  background: #df2a0a;
}

.action-submit {
  display: table-cell;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .action-submit {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

.woocommerce-page table.cart td.actions .coupon {
  display: table-cell;
  vertical-align: bottom;
  float: none;
}

@media screen and (max-width: 768px) {
  .woocommerce-page table.cart td.actions .coupon {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-page table.cart td.actions .coupon {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce-page table.cart td.actions .coupon input {
    display: block;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-page table.cart.shop_table .product-thumbnail {
    display: table-cell;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-page table.cart.shop_table tr:first-child td,
  .woocommerce-page table.cart.shop_table tr:first-child td:first-child {
    border-top: 1px solid #d6d6d6;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-page table.cart.shop_table td {
    display: table-cell;
  }

  .woocommerce-page table.cart.shop_table td:before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  tr.last {
    border: none !important;
  }
}

@media screen and (max-width: 640px) {
  .cart_totals table {
    border: none !important;
  }
}

@media screen and (max-width: 640px) {
  .cart_totals tr {
    margin-top: -1px !important;
  }
}

@media screen and (max-width: 640px) {
  .cart_totals td {
    width: 100%;
    display: block !important;
    margin: 0 !important;
  }
}

.cart_totals .woocommerce-shipping-calculator p {
  margin: 0;
}

.shipping #shipping_method {
  display: inline-block;
}

.shipping label span {
  display: inline;
  color: #040404;
}

.shipping label span span {
  color: inherit;
  display: inline;
}

.shipping .shipping-calculator-form .button {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  border-radius: 0;
  background: #393939;
  color: white;
}

.shipping .shipping-calculator-form .button:hover {
  background: #040404;
  color: white;
}

.shipping .shipping-calculator-form input,
.shipping .shipping-calculator-form select {
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.shipping-calculator-button {
  color: #040404;
  text-decoration: underline;
  line-height: 1.333;
  font-size: 13px;
}

.margin-checkout {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
}

.margin-checkout:before,
.margin-checkout:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}

.margin-checkout:after {
  clear: both;
}

@media screen and (max-width: 960px) {
  .margin-checkout {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .margin-checkout .cell {
    width: 100%;
  }

  .margin-checkout .x8 {
    margin-bottom: 30px;
  }
}

.woocommerce form .customer_checkout {
  background: #f2f2f2;
  padding: 40px 30px;
}

@media screen and (max-width: 960px) {
  .woocommerce form .customer_checkout {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce form .customer_checkout {
    padding: 25px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.woocommerce form .customer_checkout h3,
.woocommerce form .customer_checkout p {
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
  .woocommerce form .customer_checkout h3,
  .woocommerce form .customer_checkout p {
    padding: 0;
  }
}

.woocommerce form .customer_checkout .clear {
  display: none;
}

.woocommerce form .customer_checkout p {
  margin: 15px 0;
}

@media screen and (max-width: 960px) {
  .woocommerce form .customer_checkout p {
    margin: 10px 0;
  }
}

.woocommerce form .customer_checkout .form-row-first,
.woocommerce form .customer_checkout .form-row-last {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .woocommerce form .customer_checkout .form-row-first,
  .woocommerce form .customer_checkout .form-row-last {
    width: 100%;
  }
}

.woocommerce form .customer_checkout textarea {
  height: 100px;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #f54627;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-color: #f54627;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table thead th,
.woocommerce-order-received .woocommerce .shop_table thead th {
  text-transform: uppercase;
  color: #393939;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce-order-received .woocommerce .shop_table .product-total {
  text-align: right;
  font-weight: 700;
  color: #040404;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .product-total span,
.woocommerce-order-received .woocommerce .shop_table .product-total span {
  color: inherit;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
.woocommerce-order-received .woocommerce .shop_table tfoot tr:first-child th,
.woocommerce-order-received .woocommerce .shop_table tfoot tr:first-child td {
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-order-received .woocommerce .shop_table tfoot th,
.woocommerce-order-received .woocommerce .shop_table tfoot td {
  padding-top: 5px;
  border-top: none;
  background: #f2f2f2;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-order-received .woocommerce .shop_table tfoot th {
  color: #393939;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-order-received .woocommerce .shop_table tfoot td {
  text-align: right;
  font-weight: 700;
  color: #040404;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td span,
.woocommerce-order-received .woocommerce .shop_table tfoot td span {
  color: inherit;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td.product-name,
.woocommerce-order-received .woocommerce .shop_table td.product-name {
  color: #040404;
  font-weight: 500;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation,
.woocommerce-order-received .woocommerce .shop_table td.product-name dl.variation {
  font-size: 15px;
  color: #393939;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dt,
.woocommerce-order-received .woocommerce .shop_table td.product-name dl.variation dt {
  line-height: 1.33;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dd,
.woocommerce-order-received .woocommerce .shop_table td.product-name dl.variation dd {
  padding: 0;
  margin: 0;
  line-height: 1.33;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td.product-name dl.variation dd p,
.woocommerce-order-received .woocommerce .shop_table td.product-name dl.variation dd p {
  font-size: 15px;
  margin: 0;
  line-height: 1.33;
}

.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.woocommerce-checkout #payment ul {
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 0;
  border-bottom: none;
  margin: 0;
  list-style: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  font-size: 15px;
  border-radius: 0;
  line-height: 1.5;
  background-color: #f2f2f2;
  color: #666666;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
  margin: 0;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: '';
  display: block;
  border: 10px solid #f2f2f2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -10px;
  left: 0;
  margin: -10px 0 0 20px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 5px 0 0;
}

.woocommerce-checkout-payment {
  color: #040404;
}

.woocommerce-checkout-payment .title-method {
  margin-top: 30px;
  margin-bottom: 10px;
}

.woocommerce-checkout-payment #shipping_method span {
  display: inline;
}

#payment label {
  display: inline;
  color: #040404;
}

#payment label span {
  color: inherit;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce input.button.alt {
  background-color: #040404;
}

.woocommerce input.button.alt:hover {
  background-color: #1e1e1e;
  color: white;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}

.woocommerce ul#shipping_method li input {
  margin: 0 5px 0 0;
}

.woo-checkout .login,
.woo-checkout .checkout_coupon {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: 20px !important;
}

.woo-checkout .login p,
.woo-checkout .checkout_coupon p {
  padding: 0 10px;
  margin: 15px 0;
}

@media screen and (max-width: 640px) {
  .woo-checkout .login p,
  .woo-checkout .checkout_coupon p {
    margin: 10px 0 !important;
    float: none !important;
  }
}

.woo-checkout .login p a,
.woo-checkout .checkout_coupon p a {
  text-decoration: underline;
  color: #040404;
}

.woo-checkout .login .form-row-first,
.woo-checkout .login .form-row-last,
.woo-checkout .checkout_coupon .form-row-first,
.woo-checkout .checkout_coupon .form-row-last {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .woo-checkout .login .form-row-first,
  .woo-checkout .login .form-row-last,
  .woo-checkout .checkout_coupon .form-row-first,
  .woo-checkout .checkout_coupon .form-row-last {
    width: 100%;
  }
}

.woo-checkout .checkout_coupon p {
  margin: 0;
}

.woo-checkout .input-text {
  height: 46px;
  line-height: 46px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-thankyou-order-details.order_details {
  border: 1px solid #d6d6d6;
  background: #f2f2f2;
  padding: 15px 0;
}

.woocommerce-thankyou-order-details.order_details li {
  display: block;
  width: 100%;
  float: none;
  margin-right: 0;
  font-size: 15px;
  border-right: none;
  padding-right: 0;
  line-height: 1.333;
  margin: 0;
  padding: 10px 15px;
  color: #393939;
  font-weight: 500;
  text-transform: none;
}

@media screen and (max-width: 480px) {
  .woocommerce-thankyou-order-details.order_details li {
    padding: 5px 10px;
  }
}

.woocommerce-thankyou-order-details.order_details li strong {
  font-size: 16px;
  color: #040404;
  float: right;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .woocommerce-thankyou-order-details.order_details li strong {
    display: block;
    float: none;
  }
}

.woocommerce-thankyou-order-details.order_details li strong span {
  color: inherit;
}

.woocommerce-order-received .woocommerce {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-thankyou-order-received {
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  background: #f54627;
  padding: 10px;
  line-height: 1.333;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #d6d6d6;
  border-top-color: transparent;
  border-radius: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #d6d6d6;
}

.full-img {
  display: block;
  width: 100%;
  margin: 50px auto;
}

@media screen and (max-width: 640px) {
  .full-img {
    margin: 30px auto;
  }
}

.blog-content-main.the-content {
  margin: 50px auto;
}

@media screen and (max-width: 640px) {
  .blog-content-main.the-content {
    margin: 30px auto;
  }
}

.blog-content-main.the-content *:first-child {
  margin-top: 0;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.favorites-table {
  border: 1px solid #d6d6d6;
  font-size: 16px;
  line-height: 1.333;
  border-radius: 0;
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
}

@media screen and (max-width: 640px) {
  .favorites-table {
    font-size: 15px;
  }
}

.favorites-table th {
  text-transform: uppercase;
  color: #040404;
  font-weight: 700;
  padding: 15px 10px;
}

@media screen and (max-width: 640px) {
  .favorites-table th {
    padding: 10px 5px;
  }
}

.favorites-table td {
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
}

@media screen and (max-width: 640px) {
  .favorites-table td {
    padding: 10px 5px;
  }
}

.favorites-table .fav-remove {
  width: 40px;
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  .favorites-table .fav-remove {
    padding-left: 10px;
    padding-right: 0;
    width: 20px;
  }
}

.favorites-table .fav-image {
  width: 110px;
}

@media screen and (max-width: 640px) {
  .favorites-table .fav-image {
    width: 60px;
  }
}

.favorites-table a {
  display: block;
  font-weight: 700;
  color: #040404;
}

.fav-image-link {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .fav-image-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.fav-image-link img {
  max-width: 100%;
}

.remove_favorite {
  display: block;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 100%;
  color: white !important;
  background: #393939;
}

@media screen and (max-width: 640px) {
  .remove_favorite {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
  }
}

.remove_favorite:hover {
  background: #040404;
}

.fav-product-price span {
  color: #040404;
  font-weight: 700;
}

.fav-product-price ins span {
  color: #f54627;
}

.fav-product-price del span {
  text-decoration: line-through;
  color: #666666;
}
.hidden {
  display: none;
}

.fbps-album ul li.fbps-photo {
  display: none;
}

.fbps-album ul li.fbps-photo:first-child,
.fbps-album ul li.fbps-photo:first-child + li,
.fbps-album ul li.fbps-photo:first-child + li + li,
.fbps-album ul li.fbps-photo:first-child + li + li + li,
.fbps-album ul li.fbps-photo:first-child + li + li + li + li {
  display: inline-block;
}
@media (max-width: 1366px) {
  .woocommerce .page-title {
    margin-bottom: 0;
  }

  .woocommerce .inner-title {
    margin-bottom: 20px;
  }

  .woocommerce .inner-wrapper {
    margin-top: 20px;
  }

  .woocommerce.archive .woocommerce-ordering,
  .woocommerce.archive .woocommerce-ordering .orderby{
    margin-bottom: 0;
  }
}

.single-product div.summary .price span {
  text-transform: capitalize;
}

.entry-content pre {
  margin-top: 10px;
}
.entry-content {
  padding: 20px!important;
}

.main-header.fixed .top-header {
  margin-bottom: 58px;
}
.main-header.fixed .bottom-header{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 2;
  background: #fff;
}
.tax-product_cat .subcategorii {
  margin-bottom: 50px;
  margin-top: 40px;
  text-align: center;
}
.tax-product_cat .subcategorii .subcat-box {
  display: inline-block;
  width: 18%;
  margin-right: 2%;
  border: 1px solid #d6d6d6;
}
.tax-product_cat .subcategorii .subcat-box:last-child {
  margin-right: 0;
}
.tax-product_cat .subcategorii .subcat-box a {
  display: block;
  text-align: center;
}

.tax-product_cat .subcategorii .subcat-box img {
  display: inline-block;
  width: 150px;
  max-width: 100%;
}

.tax-product_cat .subcategorii .subcat-box .img {
  margin-bottom: 10px;
}

.tax-product_cat .subcategorii .subcat-box .name {
  border-top: 1px solid #d6d6d6;
  padding-top: 3px;
  padding-bottom: 2px;
}

.woocommerce a.arata-subcategorii {
  display: none;
  width: 100%;
}

.woocommerce-cart .backorder_notification {
  display: none;
}

.woocommerce-order-received .wc-item-meta {
  display: none;
}

@media (max-width: 767px) {
	.tax-product_cat .subcategorii .subcat-box {
		/*width: 49%;
		margin-right: 2%;*/
		margin-bottom: 10px;
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
	}
	/*.tax-product_cat .subcategorii .subcat-box:nth-child(2n) {
		margin-right: 0;
	}*/
	.tax-product_cat .subcategorii {
		margin-bottom: 20px;
    margin-top: 20px;
    /*display: none;*/
	}
  .woocommerce a.arata-subcategorii {
    display: block;
    margin-bottom: 30px;
  }
}

#billing_country_field,
#shipping_country_field{
  display: none;
}
.woocommerce form .form-row .required{
  text-decoration: none;
}
.relative_emblema_nou{
  position: relative;
}
.emblema_nou{
  position: absolute;
  width: 120px;
  height: 120px;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.emblema_nou img{
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 900px){
  .emblema_nou{
    display: none;
  }
}
.text_sub_breadcrumb_nou p{
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0;
}
.trust_pagina_produsului .trust-box{
  width: 50%;
}
.trust_pagina_produsului .trust-icon{
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 10px;
}
.trust_pagina_produsului .trust-icon img{
  max-width: 42px;
  max-height: 42px;
}
@media screen and (max-width: 480px){
  .trust_pagina_produsului .trust-box{
    width: 100%;
    margin-bottom: 20px;
  }
}
.trust_pagina_produsului.trust-wrapper{
  border-bottom: none;
  border-top: 1px solid #d6d6d6;
}
#anunt_gdpr{
  position: fixed;
  z-index: 100;
  width: 70%;
  bottom: 0;
  left: 50%;
  margin-left: -35%;
  background: rgba(0,0,0,.8);
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px 10px 0 0;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1024px){
  #anunt_gdpr {
      width: 100%;
      left: 0;
      margin-left: 0;
      border-radius: 0;
      line-height: 16px;
  }
}
#anunt_gdpr p{
  color: #fff;
}
#anunt_gdpr p a,
#anunt_gdpr p a:hover{
  color: #f54627;
}
#am_inteles_gdpr{
  border-radius: 10px;
  height: 20px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  border-radius: 50px;
  background: #e72c23;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 2em;
  color: #fff;
  font-size: 1em;
  font-family: he-400;
  position: relative;
  vertical-align: middle;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}
#accepta_termeni_checkout{
  position: relative;
  display: inline-block;
}
#accepta_termeni_checkout > span{
  position: relative;
  padding-left: 24px;
  display: block;
}
#accepta_termeni_checkout input{
  position: absolute;
  top: 10px;
  left: 0px;
}

/* Hide quantity on product variable page 20/10/2020 */
.quantity{
  display:none;
}
.input-text{
  display:none;
}

/* Hide second price */
ul.products .price {
  color:#fff !important;
}
ul.products  span.price span:nth-child(2){
  display:none !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  display:block;
}


body .wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}


body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
    background: #dc3232;
}

body .wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
    background: #f56e28;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
    background: #ffb900;
}

.wpcf7 .wpcf7-recaptcha iframe {
width: revert-layer;
}
.owl-carousel .owl-item img {
	width: 100%;
	height: auto;
}
.trust-icon img {
	object-fit: contain;
}
.account-cell img {
    width: auto;
}
.home-product-image img {
width: auto;
    height: auto;
}
.logo-form img,
.trust_pagina_produsului .trust-icon img,
.single-product .thumbnails .owl-item img,
.footer-center .footer-center-img,
.dialog .close-btn img {
        width: auto;
        height: auto;
}

.blog-main-img img {
    height: auto;
}