@charset "UTF-8";
/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/
body {
  position: relative;
  font: 400 16px/1.4 "proxima-nova", sans-serif;
  /* ... */
}
a[href^="mailto:"] {
  color: #e31720;
}
.btn, .top-image a, .btn-desc a {
  padding: 10px 25px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #e31720;
  text-transform: uppercase;
  border: none;
}
.btn:hover, .top-image a:hover, .btn-desc a:hover {
  background: #59db7e;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
  display: block;
}
audio, canvas, video, progress {
  vertical-align: baseline;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]), [hidden], template, .jEmpty {
  display: none;
  height: 0;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
mark {
  background: none;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
html, body {
  height: 100%;
  margin: 0;
}
html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html > body {
  height: auto;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
a {
  color: #00c2cb;
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  outline: 0 none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="color"], input[type="url"], input[type="image"], input[type="tel"], input[type="submit"], input[type="file"], input[type="range"], input[type="reset"], input[type="button"], input[type="search"], button, textarea, select {
  outline: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}
a > img {
  border: 0;
}
p {
  padding-bottom: 20px;
}
ul, ol {
  list-style: none;
}
#wrap {
  min-height: 100%;
}
.clear {
  clear: both;
}
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .cfx {
  display: block;
}
* html .cfx {
  height: 1%;
}
::-moz-selection {
  color: #fff;
  background: #00c2cb;
}
::selection {
  color: #fff;
  background: #00c2cb;
}
/* Let's get this party started */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background: #e31720;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img {
  display: block;
}
img.aligncenter {
  margin: 20px auto;
}
img.alignleft {
  margin: 0 20px 20px 0;
}
img.alignright {
  margin: 0 0 20px 20px;
}
.googlemap img {
  max-width: none;
}
hr {
  background: #e1e1e1;
  height: 1px;
  border: 0 none;
  display: block;
  clear: both;
  margin: 20px 0;
}
strong {
  font-weight: 700;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  z-index: 0;
}
.fullframe > iframe, .fullframe > object, .fullframe > embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border: none;
}
input[type="submit"] {
  cursor: pointer;
}
textarea, button, a, input, .btn, .top-image a, .btn-desc a {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
body {
  position: relative;
  font: 400 16px/1.4 "proxima-nova", sans-serif;
  color: #2d2e33;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font: 400 14px/40px "proxima-nova", sans-serif;
  height: 40px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #555;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.selbel_w select + span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 16px;
}
.selbel_w select + span:before {
  background: #eee;
  bottom: 7px;
  content: "";
  position: absolute;
  right: 35px;
  top: 7px;
  width: 1px;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
ul {
  margin: 0;
}
.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  background: #eee;
  color: #ff5f5f;
  font: 500 12px/45px "Museo Sans";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.wpcf7 .wpcf7-response-output {
  background: #fff;
  padding: 2%;
  float: left;
  width: 100%;
  display: none;
  margin: 20px 0;
  text-align: center;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #FF5F5F;
  color: #fff;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
  color: #fff;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16A085;
  color: #fff;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  position: relative;
}
.ajax-loader {
  height: 0;
  width: 0;
}
.ajax-loader.is-active {
  background: url("../img/spinner.gif");
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
.row {
  margin: 0 auto;
  max-width: 96%;
  position: relative;
  width: 1360px;
}
/*=== Start Style ===*/
.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_type_external {
  display: none !important;
}
h1, h2, h3 {
  font-weight: 700;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
}
.after-line, .home-slider h2, .home-slider-mobile h2, .hot_action .right_offer h1, .hot_action .right_offer h2, .hot_action .right_offer h3, .hot_action .right_offer h4, .hot_action .right_offer h5, .hot_action .right_offer h6, .hot_action .left_offer h1, .hot_action .left_offer h2, .hot_action .left_offer h3, .hot_action .left_offer h4, .hot_action .left_offer h5, .hot_action .left_offer h6, .hot_action .right_offer h1 span, .hot_action .right_offer h2 span, .hot_action .right_offer h3 span, .hot_action .right_offer h4 span, .hot_action .right_offer h5 span, .hot_action .right_offer h6 span, .hot_action .left_offer h1 span, .hot_action .left_offer h2 span, .hot_action .left_offer h3 span, .hot_action .left_offer h4 span, .hot_action .left_offer h5 span, .hot_action .left_offer h6 span, .tpl-policy h1, .tpl-policy h3, .our-showroom h3, .white-description h3, .single-gallery .sg-description h5, .cb_image h5, .left_right h3, .payment h3, .left_right_plans h3, .made h3, .content-blog h2, .more-posts h4, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .collection-box mark, .collection .row > h2, .wcopc-product-single div.product div.summary .product_title, .woocommerce-checkout .-page-ex article h1, .woocommerce-checkout #order_review_heading, .product_title.entry-title, .related.products > h2, .woocommerce-loop-product__title, .desc_tax h3, .woo-wrapper > mark {
  position: relative;
}
.after-line:after, .home-slider h2:after, .home-slider-mobile h2:after, .hot_action .right_offer h1:after, .hot_action .right_offer h2:after, .hot_action .right_offer h3:after, .hot_action .right_offer h4:after, .hot_action .right_offer h5:after, .hot_action .right_offer h6:after, .hot_action .left_offer h1:after, .hot_action .left_offer h2:after, .hot_action .left_offer h3:after, .hot_action .left_offer h4:after, .hot_action .left_offer h5:after, .hot_action .left_offer h6:after, .hot_action .right_offer h1 span:after, .hot_action .right_offer h2 span:after, .hot_action .right_offer h3 span:after, .hot_action .right_offer h4 span:after, .hot_action .right_offer h5 span:after, .hot_action .right_offer h6 span:after, .hot_action .left_offer h1 span:after, .hot_action .left_offer h2 span:after, .hot_action .left_offer h3 span:after, .hot_action .left_offer h4 span:after, .hot_action .left_offer h5 span:after, .hot_action .left_offer h6 span:after, .tpl-policy h1:after, .tpl-policy h3:after, .our-showroom h3:after, .white-description h3:after, .single-gallery .sg-description h5:after, .cb_image h5:after, .left_right h3:after, .payment h3:after, .left_right_plans h3:after, .made h3:after, .content-blog h2:after, .more-posts h4:after, .wysiwyg h2:after, .wysiwyg h3:after, .wysiwyg h4:after, .wysiwyg h5:after, .collection-box mark:after, .collection .row > h2:after, .wcopc-product-single div.product div.summary .product_title:after, .woocommerce-checkout .-page-ex article h1:after, .woocommerce-checkout #order_review_heading:after, .product_title.entry-title:after, .related.products > h2:after, .woocommerce-loop-product__title:after, .desc_tax h3:after, .woo-wrapper > mark:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #e31720;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 2px;
}
.social {
  margin-left: 20px;
}
.social li {
  margin-right: 10px;
}
.social a {
  font-size: 18px;
  color: #2d2e33;
}
.social a:hover {
  color: #e31a23;
}
input.hidden {
  display: none;
}
.header-top {
  padding: 15px 0;
  background: #e8edf0;
}
.header-top > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header-top .ht-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header-top .ht-left > div {
  position: relative;
  padding: 0 20px;
}
.header-top .ht-left > div a {
  color: #2d2e33;
}
.header-top .ht-left > div a:hover {
  color: #e31720;
}
.header-top .ht-left > div:first-of-type {
  padding-left: 0;
}
.header-top .ht-left > div:last-of-type {
  padding-right: 0;
}
.header-top .ht-left > div:last-of-type:after {
  display: none;
}
.header-top .ht-left > div:after {
  position: absolute;
  right: 0;
  width: 1px;
  top: 6px;
  height: 10px;
  content: "";
  background: #2d2e33;
}
.header-top .search-header:after {
  top: 14px !important;
}
.navigation-site {
  padding: 15px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.navigation-site > .box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.navigation-site .logo img {
  width: auto;
  height: auto;
}
.navigation-site nav > ul > li {
  margin-right: 30px;
}
.navigation-site nav > ul > li:last-of-type {
  margin-right: 0;
}
.navigation-site nav > ul > li > a {
  color: #2d2e33;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}
.navigation-site nav > ul > li > a:hover {
  color: #e31720;
}
.navigation-site nav > ul > li > ul {
  background: #fff;
  z-index: 999;
  position: absolute;
  display: none;
  -webkit-animation: slide 0.1s linear 0s normal;
  animation: slide 0.1s linear 0s normal;
  border-top: 2px solid #e31720;
}
.navigation-site nav > ul > li > ul > li {
  display: block;
  background: #fff;
}
.navigation-site nav > ul > li > ul > li > a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 15px;
  font-size: 14px;
}
.navigation-site nav > ul > li:hover > ul {
  display: block;
  -webkit-animation: slide 0.1s linear 0s normal;
  animation: slide 0.1s linear 0s normal;
}
.navigation-site nav > ul > li:hover > ul li:hover > a {
  background: #e31720;
  color: #fff;
}
.search-header {
  width: 280px;
}
.search-header form {
  position: relative;
}
.search-header input {
  border: none;
  height: 40px;
  width: 100%;
  padding: 0 50px 0 10px;
}
.search-header input::placeholder {
  color: #2d2e33;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
.search-header button {
  color: #e31720;
  top: 0;
  background-color: transparent;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
}
.search-header button:hover {
  background: #e31720;
  color: #fff;
  cursor: pointer;
}
.pay-form {
  padding: 20px;
}
.pay-form form {
  position: relative;
}
.pay-form input {
  height: 40px;
  width: 100%;
  padding: 0 50px 0 10px;
  margin-bottom: 10px;
}
.pay-form input::placeholder {
  color: #2d2e33;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
.pay-form textarea {
  height: 120px;
  resize: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.pay-form textarea::placeholder {
  color: #2d2e33;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
.pay-form button {
  color: #e31720;
  top: 0;
  background-color: transparent;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
}
.pay-form button:hover {
  background: #e31720;
  color: #fff;
  cursor: pointer;
}
.subscribe-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-position: center center;
}
.subscribe-email .se-desc {
  margin-bottom: 30px;
}
.subscribe-email .se-desc:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.subscribe-email input:not([type=submit]) {
  height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
}
.subscribe-email input:not([type=submit]):focus {
  border: 1px solid #d50000;
}
.subscribe-email label {
  position: relative;
  display: block;
}
.subscribe-email label i {
  position: absolute;
  right: 15px;
  font-size: 20px;
  top: 15px;
  color: #d6dcdf;
}
.subscribe-email input[type="submit"] {
  margin: 10px auto 0;
  display: inherit;
}
.subscribe-email .wpcf7 .wpcf7-form-control-wrap {
  display: inline-block !important;
}
.subscribe-email form {
  position: relative;
}
.subscribe-email .wpcf7-response-output {
  position: absolute;
  padding: 10px;
  bottom: -100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home-slider .swiper-slide, .home-slider-mobile .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.home-slider .row > div, .home-slider-mobile .row > div {
  padding: 40px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
}
.home-slider h2, .home-slider-mobile h2 {
  margin-bottom: 25px;
  font-size: 50px;
  color: #2d2e33;
  font-weight: 400;
  line-height: 1.3;
}
.home-slider .btn, .home-slider .top-image a, .top-image .home-slider a, .home-slider .btn-desc a, .btn-desc .home-slider a, .home-slider-mobile .btn, .home-slider-mobile .top-image a, .top-image .home-slider-mobile a, .home-slider-mobile .btn-desc a, .btn-desc .home-slider-mobile a {
  background: #2d2e33;
}
.home-slider .btn:hover, .home-slider .top-image a:hover, .top-image .home-slider a:hover, .home-slider .btn-desc a:hover, .btn-desc .home-slider a:hover, .home-slider-mobile .btn:hover, .home-slider-mobile .top-image a:hover, .top-image .home-slider-mobile a:hover, .home-slider-mobile .btn-desc a:hover, .btn-desc .home-slider-mobile a:hover {
  background: #59db7e;
}
@media screen and (max-width: 1024px) {
  .home-slider p span, .home-slider-mobile p span {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 480px) {
  .home-slider p span, .home-slider-mobile p span {
    font-size: 15px !important;
  }
}
.home-slider .swiper-button-next, .home-slider .swiper-button-prev, .home-slider-mobile .swiper-button-next, .home-slider-mobile .swiper-button-prev {
  width: 20px;
  height: 30px;
  z-index: 10;
  background-size: 20px 40px;
  padding: 28px;
  background-color: transparent;
  border-radius: 50%;
}
.home-slider .swiper-button-next:hover, .home-slider .swiper-button-prev:hover, .home-slider-mobile .swiper-button-next:hover, .home-slider-mobile .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.home-slider .swiper-button-next, .home-slider-mobile .swiper-button-next {
  right: 100px;
}
.home-slider .swiper-button-prev, .home-slider-mobile .swiper-button-prev {
  left: 100px;
}
.home-slider .swiper-pagination-bullet, .home-slider-mobile .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  position: relative;
  opacity: 1;
}
.home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .home-slider-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #2d2e33;
}
.home-slider .swiper-pagination-bullet:after, .home-slider-mobile .swiper-pagination-bullet:after {
  content: "";
  background: #2d2e33;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-slider .swiper-container-horizontal > .swiper-pagination-bullets, .home-slider-mobile .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}
.home-slider .swiper-slide, .home-slider-mobile .swiper-slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home-slider .swiper-slide img, .home-slider-mobile .swiper-slide img {
  width: auto;
  height: auto;
}
.sale_pro .swiper-pagination-bullet {
  bottom: -6px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  position: relative;
  opacity: 1;
}
.sale_pro .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #2d2e33;
}
.sale_pro .swiper-pagination-bullet:after {
  content: "";
  background: #2d2e33;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-wishlist .-page-ex > .row {
  width: 1600px;
}
.hot_action .box div {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}
.hot_action .right_offer h1, .hot_action .right_offer h2, .hot_action .right_offer h3, .hot_action .right_offer h4, .hot_action .right_offer h5, .hot_action .right_offer h6, .hot_action .left_offer h1, .hot_action .left_offer h2, .hot_action .left_offer h3, .hot_action .left_offer h4, .hot_action .left_offer h5, .hot_action .left_offer h6 {
  font-weight: 700;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 40px;
  color: #2d2e33;
}
@media screen and (max-width: 1024px) {
  .hot_action .right_offer h1, .hot_action .right_offer h2, .hot_action .right_offer h3, .hot_action .right_offer h4, .hot_action .right_offer h5, .hot_action .right_offer h6, .hot_action .left_offer h1, .hot_action .left_offer h2, .hot_action .left_offer h3, .hot_action .left_offer h4, .hot_action .left_offer h5, .hot_action .left_offer h6 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .hot_action .right_offer h1, .hot_action .right_offer h2, .hot_action .right_offer h3, .hot_action .right_offer h4, .hot_action .right_offer h5, .hot_action .right_offer h6, .hot_action .left_offer h1, .hot_action .left_offer h2, .hot_action .left_offer h3, .hot_action .left_offer h4, .hot_action .left_offer h5, .hot_action .left_offer h6 {
    font-size: 16px !important;
  }
  .hot_action .right_offer h1:after, .hot_action .right_offer h2:after, .hot_action .right_offer h3:after, .hot_action .right_offer h4:after, .hot_action .right_offer h5:after, .hot_action .right_offer h6:after, .hot_action .left_offer h1:after, .hot_action .left_offer h2:after, .hot_action .left_offer h3:after, .hot_action .left_offer h4:after, .hot_action .left_offer h5:after, .hot_action .left_offer h6:after {
    display: none;
  }
}
.hot_action .right_offer h1 span, .hot_action .right_offer h2 span, .hot_action .right_offer h3 span, .hot_action .right_offer h4 span, .hot_action .right_offer h5 span, .hot_action .right_offer h6 span, .hot_action .left_offer h1 span, .hot_action .left_offer h2 span, .hot_action .left_offer h3 span, .hot_action .left_offer h4 span, .hot_action .left_offer h5 span, .hot_action .left_offer h6 span {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 1.1;
  margin-bottom: 40px;
  color: #2d2e33;
}
@media screen and (max-width: 1024px) {
  .hot_action .right_offer h1 span, .hot_action .right_offer h2 span, .hot_action .right_offer h3 span, .hot_action .right_offer h4 span, .hot_action .right_offer h5 span, .hot_action .right_offer h6 span, .hot_action .left_offer h1 span, .hot_action .left_offer h2 span, .hot_action .left_offer h3 span, .hot_action .left_offer h4 span, .hot_action .left_offer h5 span, .hot_action .left_offer h6 span {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .hot_action .right_offer h1 span, .hot_action .right_offer h2 span, .hot_action .right_offer h3 span, .hot_action .right_offer h4 span, .hot_action .right_offer h5 span, .hot_action .right_offer h6 span, .hot_action .left_offer h1 span, .hot_action .left_offer h2 span, .hot_action .left_offer h3 span, .hot_action .left_offer h4 span, .hot_action .left_offer h5 span, .hot_action .left_offer h6 span {
    font-size: 16px !important;
  }
  .hot_action .right_offer h1 span:after, .hot_action .right_offer h2 span:after, .hot_action .right_offer h3 span:after, .hot_action .right_offer h4 span:after, .hot_action .right_offer h5 span:after, .hot_action .right_offer h6 span:after, .hot_action .left_offer h1 span:after, .hot_action .left_offer h2 span:after, .hot_action .left_offer h3 span:after, .hot_action .left_offer h4 span:after, .hot_action .left_offer h5 span:after, .hot_action .left_offer h6 span:after {
    display: none;
  }
}
.hot_action .left_offer, .hot_action .right_offer {
  position: relative;
}
.hot_action .left_offer > div, .hot_action .right_offer > div {
  max-width: 60%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 35px;
}
@media screen and (max-width: 640px) {
  .hot_action .left_offer > div, .hot_action .right_offer > div {
    max-width: 100%;
    text-align: center;
  }
}
.hot_action .right_offer strong {
  font-size: 24px;
  font-weight: 400;
}
.hot_action .right_offer img.alignleft {
  margin-right: 10px;
  margin-bottom: 10px;
}
input[type="submit"] {
  padding: 10px 25px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #e31720;
  text-transform: uppercase;
  border: none;
}
input[type="submit"]:hover {
  background: #59db7e;
}
.comment-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.comment-email .se-desc p {
  padding-bottom: 30px;
  line-height: 1.6;
}
.comment-email .after-line, .comment-email .home-slider h2, .home-slider .comment-email h2, .comment-email .home-slider-mobile h2, .home-slider-mobile .comment-email h2, .comment-email .hot_action .right_offer h1, .hot_action .right_offer .comment-email h1, .comment-email .hot_action .right_offer h2, .hot_action .right_offer .comment-email h2, .comment-email .hot_action .right_offer h3, .hot_action .right_offer .comment-email h3, .comment-email .hot_action .right_offer h4, .hot_action .right_offer .comment-email h4, .comment-email .hot_action .right_offer h5, .hot_action .right_offer .comment-email h5, .comment-email .hot_action .right_offer h6, .hot_action .right_offer .comment-email h6, .comment-email .hot_action .left_offer h1, .hot_action .left_offer .comment-email h1, .comment-email .hot_action .left_offer h2, .hot_action .left_offer .comment-email h2, .comment-email .hot_action .left_offer h3, .hot_action .left_offer .comment-email h3, .comment-email .hot_action .left_offer h4, .hot_action .left_offer .comment-email h4, .comment-email .hot_action .left_offer h5, .hot_action .left_offer .comment-email h5, .comment-email .hot_action .left_offer h6, .hot_action .left_offer .comment-email h6, .comment-email .hot_action .right_offer h1 span, .hot_action .right_offer h1 .comment-email span, .comment-email .hot_action .right_offer h2 span, .hot_action .right_offer h2 .comment-email span, .comment-email .hot_action .right_offer h3 span, .hot_action .right_offer h3 .comment-email span, .comment-email .hot_action .right_offer h4 span, .hot_action .right_offer h4 .comment-email span, .comment-email .hot_action .right_offer h5 span, .hot_action .right_offer h5 .comment-email span, .comment-email .hot_action .right_offer h6 span, .hot_action .right_offer h6 .comment-email span, .comment-email .hot_action .left_offer h1 span, .hot_action .left_offer h1 .comment-email span, .comment-email .hot_action .left_offer h2 span, .hot_action .left_offer h2 .comment-email span, .comment-email .hot_action .left_offer h3 span, .hot_action .left_offer h3 .comment-email span, .comment-email .hot_action .left_offer h4 span, .hot_action .left_offer h4 .comment-email span, .comment-email .hot_action .left_offer h5 span, .hot_action .left_offer h5 .comment-email span, .comment-email .hot_action .left_offer h6 span, .hot_action .left_offer h6 .comment-email span, .comment-email .tpl-policy h1, .tpl-policy .comment-email h1, .comment-email .tpl-policy h3, .tpl-policy .comment-email h3, .comment-email .our-showroom h3, .our-showroom .comment-email h3, .comment-email .white-description h3, .white-description .comment-email h3, .comment-email .single-gallery .sg-description h5, .single-gallery .sg-description .comment-email h5, .comment-email .cb_image h5, .cb_image .comment-email h5, .comment-email .left_right h3, .left_right .comment-email h3, .comment-email .payment h3, .payment .comment-email h3, .comment-email .left_right_plans h3, .left_right_plans .comment-email h3, .comment-email .made h3, .made .comment-email h3, .comment-email .content-blog h2, .content-blog .comment-email h2, .comment-email .more-posts h4, .more-posts .comment-email h4, .comment-email .wysiwyg h2, .wysiwyg .comment-email h2, .comment-email .wysiwyg h3, .wysiwyg .comment-email h3, .comment-email .wysiwyg h4, .wysiwyg .comment-email h4, .comment-email .wysiwyg h5, .wysiwyg .comment-email h5, .comment-email .collection-box mark, .collection-box .comment-email mark, .comment-email .collection .row > h2, .collection .comment-email .row > h2, .comment-email .wcopc-product-single div.product div.summary .product_title, .wcopc-product-single div.product div.summary .comment-email .product_title, .comment-email .woocommerce-checkout .-page-ex article h1, .woocommerce-checkout .-page-ex article .comment-email h1, .comment-email .woocommerce-checkout #order_review_heading, .woocommerce-checkout .comment-email #order_review_heading, .comment-email .product_title.entry-title, .comment-email .related.products > h2, .comment-email .woocommerce-loop-product__title, .comment-email .desc_tax h3, .desc_tax .comment-email h3, .comment-email .woo-wrapper > mark {
  margin-bottom: 30px;
}
.comment-email .after-line:after, .comment-email .home-slider h2:after, .home-slider .comment-email h2:after, .comment-email .home-slider-mobile h2:after, .home-slider-mobile .comment-email h2:after, .comment-email .hot_action .right_offer h1:after, .hot_action .right_offer .comment-email h1:after, .comment-email .hot_action .right_offer h2:after, .hot_action .right_offer .comment-email h2:after, .comment-email .hot_action .right_offer h3:after, .hot_action .right_offer .comment-email h3:after, .comment-email .hot_action .right_offer h4:after, .hot_action .right_offer .comment-email h4:after, .comment-email .hot_action .right_offer h5:after, .hot_action .right_offer .comment-email h5:after, .comment-email .hot_action .right_offer h6:after, .hot_action .right_offer .comment-email h6:after, .comment-email .hot_action .left_offer h1:after, .hot_action .left_offer .comment-email h1:after, .comment-email .hot_action .left_offer h2:after, .hot_action .left_offer .comment-email h2:after, .comment-email .hot_action .left_offer h3:after, .hot_action .left_offer .comment-email h3:after, .comment-email .hot_action .left_offer h4:after, .hot_action .left_offer .comment-email h4:after, .comment-email .hot_action .left_offer h5:after, .hot_action .left_offer .comment-email h5:after, .comment-email .hot_action .left_offer h6:after, .hot_action .left_offer .comment-email h6:after, .comment-email .hot_action .right_offer h1 span:after, .hot_action .right_offer h1 .comment-email span:after, .comment-email .hot_action .right_offer h2 span:after, .hot_action .right_offer h2 .comment-email span:after, .comment-email .hot_action .right_offer h3 span:after, .hot_action .right_offer h3 .comment-email span:after, .comment-email .hot_action .right_offer h4 span:after, .hot_action .right_offer h4 .comment-email span:after, .comment-email .hot_action .right_offer h5 span:after, .hot_action .right_offer h5 .comment-email span:after, .comment-email .hot_action .right_offer h6 span:after, .hot_action .right_offer h6 .comment-email span:after, .comment-email .hot_action .left_offer h1 span:after, .hot_action .left_offer h1 .comment-email span:after, .comment-email .hot_action .left_offer h2 span:after, .hot_action .left_offer h2 .comment-email span:after, .comment-email .hot_action .left_offer h3 span:after, .hot_action .left_offer h3 .comment-email span:after, .comment-email .hot_action .left_offer h4 span:after, .hot_action .left_offer h4 .comment-email span:after, .comment-email .hot_action .left_offer h5 span:after, .hot_action .left_offer h5 .comment-email span:after, .comment-email .hot_action .left_offer h6 span:after, .hot_action .left_offer h6 .comment-email span:after, .comment-email .tpl-policy h1:after, .tpl-policy .comment-email h1:after, .comment-email .tpl-policy h3:after, .tpl-policy .comment-email h3:after, .comment-email .our-showroom h3:after, .our-showroom .comment-email h3:after, .comment-email .white-description h3:after, .white-description .comment-email h3:after, .comment-email .single-gallery .sg-description h5:after, .single-gallery .sg-description .comment-email h5:after, .comment-email .cb_image h5:after, .cb_image .comment-email h5:after, .comment-email .left_right h3:after, .left_right .comment-email h3:after, .comment-email .payment h3:after, .payment .comment-email h3:after, .comment-email .left_right_plans h3:after, .left_right_plans .comment-email h3:after, .comment-email .made h3:after, .made .comment-email h3:after, .comment-email .content-blog h2:after, .content-blog .comment-email h2:after, .comment-email .more-posts h4:after, .more-posts .comment-email h4:after, .comment-email .wysiwyg h2:after, .wysiwyg .comment-email h2:after, .comment-email .wysiwyg h3:after, .wysiwyg .comment-email h3:after, .comment-email .wysiwyg h4:after, .wysiwyg .comment-email h4:after, .comment-email .wysiwyg h5:after, .wysiwyg .comment-email h5:after, .comment-email .collection-box mark:after, .collection-box .comment-email mark:after, .comment-email .collection .row > h2:after, .collection .comment-email .row > h2:after, .comment-email .wcopc-product-single div.product div.summary .product_title:after, .wcopc-product-single div.product div.summary .comment-email .product_title:after, .comment-email .woocommerce-checkout .-page-ex article h1:after, .woocommerce-checkout .-page-ex article .comment-email h1:after, .comment-email .woocommerce-checkout #order_review_heading:after, .woocommerce-checkout .comment-email #order_review_heading:after, .comment-email .product_title.entry-title:after, .comment-email .related.products > h2:after, .comment-email .woocommerce-loop-product__title:after, .comment-email .desc_tax h3:after, .desc_tax .comment-email h3:after, .comment-email .woo-wrapper > mark:after {
  left: 0;
  bottom: -5px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.comment-email > div {
  margin: auto;
}
.comment-email input[type="submit"] {
  margin: 10px 0 0;
  display: inherit;
}
.comment-email input:not([type=submit]) {
  height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  margin-bottom: 15px;
}
.comment-email input:not([type=submit])::placeholder {
  font-family: "ProximaNova", sans-serif;
  font-size: 16px;
  color: #2d2e33;
}
.comment-email input:not([type=submit]):last-of-type {
  margin-bottom: 0;
}
.comment-email input:not([type=submit]):focus {
  border: 1px solid #d50000;
}
.comment-email textarea {
  padding: 10px;
  margin-left: 25px;
  font-family: "ProximaNova", sans-serif;
  font-size: 16px;
  color: #2d2e33;
  height: 171px;
  resize: none;
  border: 1px solid transparent;
}
.comment-email textarea::placeholder {
  font-family: "ProximaNova", sans-serif;
  font-size: 16px;
  color: #2d2e33;
}
.comment-email textarea:focus {
  border: 1px solid #d50000;
}
.comment-email .box-wr > span {
  margin-bottom: 10px;
}
.-page-ex > .row {
  width: 900px;
}
.-page-ex article {
  padding: 90px 0;
}
.-page-ex article h1 {
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 90px;
}
.tpl-policy h1:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tpl-policy h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.top-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.top-image > div {
  width: 100%;
  margin: auto;
}
.top-image h1, .top-image h2, .top-image h3, .top-image h4, .top-image h5 {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
}
.our-showroom {
  background: #e8edf0;
  position: relative;
}
.our-showroom h3 {
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
}
.our-showroom h3:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.our-showroom:after {
  content: "Our Showroom";
  position: absolute;
  font-size: 200px;
  font-weight: 700;
  left: 0;
  bottom: 0;
  color: rgba(45, 46, 51, 0.11);
  line-height: 0.6;
  letter-spacing: -10px;
}
.white-description {
  padding: 80px 0;
}
.white-description .row {
  width: 900px;
}
.white-description h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.our-showroom {
  padding: 80px 0 140px;
}
.our-showroom .row {
  width: 900px;
}
.gallery-about {
  padding: 0 0 80px;
  background: #e8edf0;
}
.gallery-about .row {
  width: 1920px;
  max-width: 100%;
}
.gallery-about .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery-about .swiper-slide a {
  display: block;
  width: 100%;
}
.gallery-about .swiper-slide:hover {
  opacity: 0.8;
}
.gallery-about .swiper-button-prev {
  right: auto;
  left: 0;
}
.gallery-about .swiper-button-next, .gallery-about .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #000;
  color: #fff;
  line-height: 45px;
  background-size: 20px 20px;
  right: 0;
}
.single-gallery {
  position: relative;
}
.single-gallery .sg-description {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 550px;
  z-index: 9999;
  background: #fff;
  padding: 30px;
}
.single-gallery .sg-description .btn, .single-gallery .sg-description .top-image a, .top-image .single-gallery .sg-description a, .single-gallery .sg-description .btn-desc a, .btn-desc .single-gallery .sg-description a {
  background: #2d2e33;
}
.single-gallery .sg-description .btn:hover, .single-gallery .sg-description .top-image a:hover, .top-image .single-gallery .sg-description a:hover, .single-gallery .sg-description .btn-desc a:hover, .btn-desc .single-gallery .sg-description a:hover {
  background: #59db7e;
}
.single-gallery .sg-description h5 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .single-gallery .sg-description {
    position: static;
    width: 100%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}
.single-gallery .row {
  width: 1920px;
  max-width: 100%;
}
.single-gallery .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-gallery .swiper-slide a {
  display: block;
  width: 100%;
}
.single-gallery .swiper-slide:hover {
  opacity: 0.8;
}
.single-gallery .swiper-button-prev {
  right: auto;
  left: 0;
}
.single-gallery .swiper-button-next, .single-gallery .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #000;
  color: #fff;
  line-height: 45px;
  background-size: 20px 20px;
  right: 0;
}
.brands {
  padding: 80px 0;
}
.brands > .box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brands > .box > figure {
  flex-basis: 220px;
  text-align: center;
}
.brands > .box > figure img {
  display: inline-block;
}
.slider-testimonial {
  background-image: url(../img/qoute.png);
  background-position: 65% 32%;
  background-color: #e8edf0;
  background-repeat: no-repeat;
  padding: 90px 0 25px;
}
.slider-testimonial .row {
  width: 900px;
}
.slider-testimonial h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 70px;
}
.slider-testimonial h4:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.slider-testimonial .swiper-slide {
  text-align: center;
  padding-bottom: 30px;
}
.slider-testimonial .swiper-slide a {
  color: #2d2e33;
  font-size: 25px;
}
.slider-testimonial .swiper-slide a:hover {
  color: #e31720;
}
.slider-testimonial figure {
  margin-bottom: 20px;
}
.slider-testimonial figure img {
  display: inline-block;
}
.slider-testimonial .swiper-button-next, .slider-testimonial .swiper-button-prev {
  height: 30px;
  background-size: 15px 15px;
}
.slider-testimonial .swiper-pagination-bullet-active {
  background: #e31720;
}
.gm_wrap {
  position: relative;
}
.gm_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../img/map-image.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 9999;
}
.gm_wrap .title-map {
  position: absolute;
  z-index: 99999;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gm_wrap h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 30px;
}
.conf-inf {
  padding: 70px 0;
}
.conf-inf h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 35px;
}
.conf-inf h3:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.conf-inf strong {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
}
.conf-inf .row > .box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.conf-inf .row > .box > * {
  width: 24%;
  margin: 0 0.5% 0.625em;
}
.conf-inf .row > .box div p:first-of-type {
  padding-bottom: 5px;
}
.conf-inf .row > .box div a {
  color: #e31720;
  font-weight: 800;
}
.conf-inf .row > .box div a:hover {
  text-decoration: underline;
}
.conf-inf .social {
  margin-left: 0;
  margin-top: 5px;
}
.conf-inf .social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  background: #e31720;
}
.conf-inf .social a i {
  color: #fff;
}
.conf-inf .social a:hover {
  opacity: 0.7;
}
.conf-inf span {
  text-transform: uppercase;
  color: #b3b5c0;
}
.cb_image {
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb_image .row {
  width: 900px;
}
.cb_image div {
  margin: auto;
}
.cb_image h5 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 35px;
}
.left_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.left_right .row {
  margin: auto;
}
.left_right .row > div {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.left_right .row > div > p strong {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
}
.left_right .row > div > p:first-of-type {
  padding-bottom: 0;
}
.left_right h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
.left_right.no-bg {
  padding: 100px 0;
}
.left_right.no-bg div {
  padding: 0 10px;
}
.payment {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.payment .row {
  margin: auto;
}
.payment .row > div {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.payment .row > div > p strong {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
}
.payment .row > div > p:first-of-type {
  padding-bottom: 0;
}
.payment h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
.payment:before {
  content: attr(data-content);
  position: absolute;
  font-size: 180px;
  font-weight: 700;
  left: 0;
  top: 80px;
  color: rgba(45, 46, 51, 0.11);
  line-height: 0.6;
}
.left_right_plans {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.left_right_plans:nth-of-type(odd) .box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.left_right_plans .box > div {
  width: 50%;
}
.left_right_plans h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
.left_right_plans:before {
  content: attr(data-content);
  position: absolute;
  font-size: 180px;
  font-weight: 700;
  left: 0;
  top: 80px;
  color: rgba(45, 46, 51, 0.11);
  line-height: 0.6;
}
.made {
  position: relative;
  padding: 170px 0 70px;
}
.made:before {
  content: attr(data-content);
  position: absolute;
  font-size: 150px;
  font-weight: 700;
  left: 0;
  text-align: center;
  width: 100%;
  top: 95px;
  color: rgba(45, 46, 51, 0.11);
  line-height: 0.6;
}
.made h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
.made h3:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.content-blog {
  background: #e8edf0;
  padding: 100px 0;
  position: relative;
}
.content-blog:before {
  content: "News";
  position: absolute;
  font-size: 180px;
  font-weight: 700;
  left: 10px;
  top: 100px;
  color: rgba(45, 46, 51, 0.11);
  line-height: 0.6;
}
.content-blog h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 35px;
}
.content-blog h2:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.content-blog .box-blogpost {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.content-blog .box-blogpost > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.content-blog .box-blogpost .thumb {
  margin-bottom: 15px;
}
.content-blog .list-category {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.content-blog .list-category li {
  margin: 0 20px;
}
.content-blog .list-category li.current-cat a {
  color: #e31720;
}
.content-blog .list-category a {
  text-transform: uppercase;
  color: #2d2e33;
  font-size: 18px;
  font-weight: 800;
}
.content-blog .list-category a:hover {
  color: #e31720;
}
.content-blog .blogpost {
  border: 15px solid #fff;
  padding: 30px;
  background: #f6f6f6;
}
.content-blog time {
  font-size: 12px;
  color: #b3b5c0;
  margin-bottom: 10px;
  display: block;
}
.content-blog .blogtitle {
  display: block;
  color: #2d2e33;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
.content-blog .blogtitle:after {
  bottom: -10px;
}
.content-blog .desc {
  line-height: 2;
  font-size: 20px;
  margin-bottom: 20px;
}
.content-blog .btn, .content-blog .top-image a, .top-image .content-blog a, .content-blog .btn-desc a, .btn-desc .content-blog a {
  background: #2d2e33;
}
.content-blog .btn:hover, .content-blog .top-image a:hover, .top-image .content-blog a:hover, .content-blog .btn-desc a:hover, .btn-desc .content-blog a:hover {
  background: #e31720;
}
.more-posts {
  background: #e8edf0;
  padding: 100px 0;
}
.more-posts h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 35px;
}
.more-posts h4:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.more-posts .box-blogpost {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.more-posts .box-blogpost > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.more-posts .list-category {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.more-posts .list-category li {
  margin: 0 20px;
}
.more-posts .list-category li.current-cat a {
  color: #e31720;
}
.more-posts .list-category a {
  text-transform: uppercase;
  color: #2d2e33;
  font-size: 18px;
  font-weight: 800;
}
.more-posts .list-category a:hover {
  color: #e31720;
}
.more-posts .blogpost {
  border: 15px solid #fff;
  padding: 30px;
  background: #f6f6f6;
}
.more-posts time {
  font-size: 12px;
  color: #b3b5c0;
  margin-bottom: 10px;
  display: block;
}
.more-posts .blogtitle {
  display: block;
  color: #2d2e33;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
.more-posts .blogtitle:after {
  bottom: -10px;
}
.more-posts .desc {
  line-height: 2;
  font-size: 20px;
  margin-bottom: 20px;
}
.more-posts .btn, .more-posts .top-image a, .top-image .more-posts a, .more-posts .btn-desc a, .btn-desc .more-posts a {
  background: #2d2e33;
}
.more-posts .btn:hover, .more-posts .top-image a:hover, .top-image .more-posts a:hover, .more-posts .btn-desc a:hover, .btn-desc .more-posts a:hover {
  background: #e31720;
}
.breadcrumbs {
  text-align: center;
  padding: 25px 0;
  color: #2d2e33;
  font-size: 14px;
}
.breadcrumbs a {
  color: #b3b5c0;
}
.breadcrumbs a:hover {
  color: #e31720;
}
.-single .wysiwyg {
  width: 900px;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  font-size: 30px;
  margin-bottom: 35px;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg ul li:before {
  width: 5px;
  height: 5px;
  background: #2d2e33;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
}
.collection-box {
  border: 20px solid #fff;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #f6f6f6;
  position: relative;
}
.collection-box mark {
  font-size: 30px;
  margin-bottom: 20px;
  color: #2d2e33;
  display: block;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
}
.collection-box ul {
  margin-bottom: 20px;
}
.collection-box ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.collection-box ul li:before {
  width: 5px;
  height: 5px;
  background: #2d2e33;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
}
.collection-box ul a {
  color: #2d2e33;
  font-size: 20px;
  font-weight: 700;
}
.collection-box ul a:hover {
  color: #e31720;
}
.collection-box .btn, .collection-box .top-image a, .top-image .collection-box a, .collection-box .btn-desc a, .btn-desc .collection-box a {
  background: #2d2e33;
}
.collection-box .btn:hover, .collection-box .top-image a:hover, .top-image .collection-box a:hover, .collection-box .btn-desc a:hover, .btn-desc .collection-box a:hover {
  background: #59db7e;
}
.collection-box > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.collection-box > div > div {
  opacity: 0;
  visibility: hidden;
  margin-bottom: -20px;
}
.collection-box:hover > div {
  background: rgba(246, 246, 246, 0.86);
}
.collection-box:hover > div > div {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.collection {
  padding: 80px 0;
  background: #e8edf0;
  position: relative;
}
.collection .box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.collection .box > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.collection .row > h2 {
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
  color: #2d2e33;
  text-transform: uppercase;
  font-weight: 400;
}
.collection .row > h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.collection:before {
  content: attr(data-content);
  position: absolute;
  font-size: 150px;
  font-weight: 700;
  left: 0;
  width: 100%;
  top: 95px;
  color: rgba(45, 46, 51, 0.11);
  line-height: 0.6;
}
.footer-top {
  background: #2d2e33;
  padding: 70px 0 35px;
  color: #b3b5c0;
  font-size: 14px;
}
.footer-top .footer-logo {
  margin-bottom: 50px;
  display: block;
}
.footer-top .footer-logo img {
  width: auto;
  height: auto;
}
.footer-top p {
  padding-bottom: 0;
}
.footer-top .ex {
  padding-bottom: 30px;
  line-height: 2;
}
.footer-top a {
  color: #b3b5c0;
}
.footer-top a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-top strong {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.footer-top li {
  margin-bottom: 10px;
  /* &:last-of-type {
      margin-bottom: 0;
    }*/
}
.footer-top mark {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 29px;
}
.footer-top .row > .box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.footer-top .row > .box > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
.footer-top .row > .box > div {
  padding-left: 40px;
  padding-bottom: 20px;
  border-left: 1px solid #404148;
}
.footer-top .row > .box > div:first-of-type {
  border-left: 0;
  padding-left: 0;
}
.copy {
  color: #5f6066;
  font-size: 14px;
  background: #212125;
  padding: 15px 0;
}
.copy a {
  color: #5f6066;
}
.copy a:hover {
  text-decoration: underline;
  color: #fff;
}
.copy > .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.copy .pp li {
  position: relative;
}
.copy .pp li:first-of-type {
  padding-right: 20px;
  margin-right: 20px;
}
.copy .pp li:first-of-type:after {
  width: 1px;
  height: 15px;
  background: #5f6066;
  right: 0;
  top: 3px;
  position: absolute;
  content: "";
}
.navigation.pagination {
  text-align: center;
  margin-top: 50px;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.navigation.pagination .nav-links a {
  color: #000;
}
.navigation.pagination .nav-links span.current {
  color: #e31720;
  text-decoration: underline;
}
.navigation.pagination .nav-links a.page-numbers {
  margin: 0 10px;
}
.navigation.pagination .nav-links a.next, .navigation.pagination .nav-links a.prev {
  text-align: center;
  background: #e31720;
  display: inline-block;
  line-height: 25px;
  height: 25px;
  width: 25px;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
}
.navigation.pagination .nav-links a.next:hover, .navigation.pagination .nav-links a.prev:hover {
  background: #cccccc;
}
.navigation.pagination .nav-links a.prev {
  margin-left: 0;
  margin-right: 30px;
}
.navigation.pagination .nav-links a.next {
  margin-right: 0;
  margin-left: 30px;
}
.search-results .content-blog:before {
  display: none;
}
.hidden-search {
  display: none;
  position: absolute;
  right: 50px;
  top: 10px;
  background-color: transparent;
  border: none;
  height: 40px;
  width: 32px;
  line-height: 40px;
  text-align: center;
  border-bottom: 2px solid #e31720;
}
.hidden-search a {
  color: #e31720;
}
.best-value {
  color: #e31720;
  margin-bottom: 20px;
  cursor: pointer;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}
.product-add-to-cart {
  display: none;
}
.wcopc-product-single .woocommerce-product-gallery {
  display: none !important;
}
.wcopc-product-single .woocommerce-breadcrumb {
  display: none;
}
.wcopc-product-single div.product div.summary {
  margin-bottom: 0;
  margin-top: 100px;
  width: 100%;
  text-align: center;
}
.wcopc-product-single div.product div.summary .product_title {
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.wcopc-product-single div.product div.summary .product_title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wcopc-product-single .product_meta {
  display: none;
}
.wcopc-product-single .sharedaddy {
  display: none;
}
.wcopc-product-single .product .nyp .nyp-input {
  height: 40px;
}
.wcopc-product-single .quantity {
  display: none;
}
.wcopc-product-single div.product form.cart .button {
  float: none;
}
.wcopc-product-single .nyp {
  margin-bottom: 0;
}
.wcopc-product-single .checkout {
  margin-bottom: 40px;
}
.wcopc-product-single .woocommerce-form-coupon-toggle {
  display: none;
}
.wcopc-product-single .opc_order_review .product-quantity {
  display: none !important;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-checkout input:not([type="submit"]) {
  height: 50px;
  padding: 0 20px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .-page-ex article h1 {
  margin-bottom: 30px;
  font-weight: 700;
}
.woocommerce-checkout .-page-ex article h1:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woocommerce-checkout #order_review_heading {
  font-size: 30px;
  margin: 30px 0;
  text-transform: uppercase;
  text-align: center;
}
.woocommerce-checkout #order_review_heading:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #e31720;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #59db7e;
}
form.woocommerce-checkout #customer_details .col-2 {
  display: none;
}
form.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper > * {
  width: 49%;
  margin: 0 0.5% 0.75em;
}
.woocommerce-cart-form {
  display: none;
}
.woocommerce span.onsale {
  background: #59db7e;
  color: #fff;
  border-radius: 0;
  right: 20px !important;
}
.woocommerce ul.products li.product .onsale {
  writing-mode: tb-rl;
  transform: rotate(180deg);
  width: 30px;
  line-height: 28px;
  min-width: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.single-product p.price {
  padding-bottom: 5px;
}
.single-product .woocommerce-product-details__short-description {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #e3e3e3;
}
.single-product .woocommerce-product-details__short-description ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.single-product .woocommerce-product-details__short-description ul li:before {
  width: 5px;
  height: 5px;
  background: #2d2e33;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
}
.single-product .product_meta > span {
  font-weight: 700;
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.single-product .product_meta > span:before {
  background-color: #f5245f;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 0px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
}
.single-product .product_meta > span > span {
  font-weight: 500;
  color: #919191;
}
.single-product .product_meta a {
  color: #919191;
}
.single-product .product_meta a:hover {
  color: #e31720;
}
.single-product .sharedaddy {
  margin: 30px 0;
}
.single-product .add_to_wishlist {
  padding: 15px 30px;
  color: #e31720;
  text-transform: uppercase;
  border: 2px solid #e31720;
  display: inline-block;
}
.single-product .wpp-buttons {
  margin: 20px 0;
}
.single-product .wpp-buttons > a {
  margin-right: 10px;
}
.single-product .wc-tab h2 {
  display: none;
}
div.price {
  font-size: 13px;
  display: block;
  color: #c9c9c9 !important;
}
.product_title.entry-title {
  margin-bottom: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 16px;
  color: #919191;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background-color: #f3f3f3;
  margin-right: 5px;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #2e2e2e;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #2e2e2e;
  color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 50px 0;
}
.related.products {
  float: left;
  width: 100%;
}
.related.products .add_to_cart_button {
  display: none;
}
.related.products > h2 {
  display: block;
  font-size: 30px;
  margin-bottom: 35px;
}
.related.products .price {
  color: #e31720 !important;
  text-decoration: none !important;
  font-size: 18px !important;
}
.related.products .price ins {
  text-decoration: none !important;
}
.woocommerce-loop-product__title {
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 20px !important;
}
.woocommerce-LoopProduct-link:hover .view {
  margin-top: -47px;
  opacity: 1;
  visibility: visible;
}
.view {
  opacity: 0;
  visibility: hidden;
  margin-top: -40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
}
.archive.woocommerce .woocommerce-breadcrumb {
  margin: -40px 0 0 0;
  padding: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.desc_tax {
  padding: 120px 0;
}
.desc_tax .row {
  width: 960px;
}
.desc_tax h3 {
  display: block;
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: 700;
}
.woo-wrapper {
  padding: 70px 0;
}
.woo-wrapper > mark {
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
  color: #2d2e33;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
.woo-wrapper > mark:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woo-wrapper > .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.woo-wrapper span.price {
  color: #e31720 !important;
  text-decoration: none !important;
  font-size: 18px !important;
}
.woo-wrapper span.price ins {
  text-decoration: none !important;
}
.single-product .sale > .onsale {
  right: auto !important;
}
aside {
  width: 280px;
  margin-right: 20px;
}
aside .widgettitle {
  font-size: 30px;
  color: #2d2e33;
  margin-bottom: 20px;
  font-weight: 800;
}
aside .cat-parent {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
aside .cat-parent > div {
  color: #000;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  width: 25px;
}
aside .cat-parent > .children {
  max-width: 100%;
  width: 100%;
  display: none;
}
aside .cat-parent > ul {
  margin-top: 20px;
  margin-left: 20px;
}
aside .cat-parent > ul li {
  margin-bottom: 8px;
}
aside .cat-parent > ul a {
  font-size: 16px;
  color: #2d2e33;
}
aside ul a:hover {
  color: #e31720;
}
aside ul > li {
  margin-bottom: 20px;
}
aside ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #2d2e33;
}
aside .-act .fa-plus:before {
  content: "";
}
aside .btn-cat:hover {
  cursor: pointer;
}
aside .button {
  text-transform: uppercase;
  background: #2d2e33 !important;
  color: #fff !important;
}
aside .button:hover {
  background: #59db7e !important;
}
aside .price_label {
  font-size: 16px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #fff;
  border: 2px solid #000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #e31720;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #000;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.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: transparent;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  color: #2d2e33;
}
.add_to_cart_button {
  display: none !important;
}
.product-stock-status {
  display: none;
}
.product-price {
  text-align: center;
}
.home-slider-mobile {
  display: none;
}
.fu-rwd {
  height: 0;
  overflow: hidden;
}
.h_hide_location {
  display: none;
  margin-left: 5px;
}
.h_hide_location i {
  color: #e31720;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .h_hide_location {
    display: inline;
  }
}
.hidden-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: rotateY(35deg) skewX(10deg);
    transform: rotateY(35deg) skewX(10deg);
  }
  to {
    -webkit-transform: rotateY(0deg) skewX(0deg);
    transform: rotateY(0deg) skewX(0deg);
  }
}
@keyframes slide {
  from {
    -webkit-transform: rotateY(35deg) skewX(10deg);
    transform: rotateY(35deg) skewX(10deg);
  }
  to {
    -webkit-transform: rotateY(0deg) skewX(0deg);
    transform: rotateY(0deg) skewX(0deg);
  }
}
.share-btn {
  text-align: center;
}
.resp-sharing-button__link, .resp-sharing-button__icon {
  display: inline-block;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
}
.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}
.resp-sharing-button--pinterest {
  background-color: #bd081c;
}
.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
}
.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}
.resp-sharing-button--tumblr {
  background-color: #35465C;
}
.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}
.resp-sharing-button--reddit {
  background-color: #5f99cf;
}
.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}
.resp-sharing-button--google {
  background-color: #dd4b39;
}
.resp-sharing-button--google:hover {
  background-color: #c23321;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
}
.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}
.resp-sharing-button--email {
  background-color: #777;
}
.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}
.resp-sharing-button--xing {
  background-color: #1a7576;
}
.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}
.resp-sharing-button--whatsapp {
  background-color: #25D366;
}
.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}
.resp-sharing-button--hackernews {
  background-color: #FF6600;
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}
.resp-sharing-button--vk {
  background-color: #507299;
}
.resp-sharing-button--vk:hover {
  background-color: #43648c;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover, .resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover, .resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.resp-sharing-button--google:hover, .resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/*!
*  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-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-display: swap;
  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;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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 {
  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;
}
.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;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.productsStyle .product .thumb {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.productsStyle .product .thumb:before {
  content: "";
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  width: 50px;
  line-height: 30px;
  top: 10px;
  right: 20px;
  background: #59db7e;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.productsStyle .product .thumb .yith-wcwl-add-button, .productsStyle .product .thumb .yith-wcwl-wishlistexistsbrowse {
  margin: 0;
  right: 20px;
  bottom: 20px;
  position: absolute;
  font-size: 0;
}
.productsStyle .product .thumb .yith-wcwl-add-button i, .productsStyle .product .thumb .yith-wcwl-add-button span, .productsStyle .product .thumb .yith-wcwl-wishlistexistsbrowse i, .productsStyle .product .thumb .yith-wcwl-wishlistexistsbrowse span {
  margin: 0;
}
.productsStyle .product .thumb .yith-wcwl-add-button i:before, .productsStyle .product .thumb .yith-wcwl-add-button span:before, .productsStyle .product .thumb .yith-wcwl-wishlistexistsbrowse i:before, .productsStyle .product .thumb .yith-wcwl-wishlistexistsbrowse span:before {
  font-size: 18px;
}
.productsStyle .product .thumb .yith-wcwl-add-button i:before, .productsStyle .product .thumb .yith-wcwl-wishlistexistsbrowse i:before {
  color: #000;
}
.productsStyle .product .thumb .yith-wcwl-add-button span:before, .productsStyle .product .thumb .yith-wcwl-wishlistexistsbrowse span:before {
  color: #e31720;
}
.productsStyle .product h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.productsStyle .product h4 a {
  color: #2d2e33;
}
.productsStyle .product .sku {
  color: #b3b5c0;
  font-size: 12px;
  text-transform: uppercase;
}
.productsStyle .product .price {
  color: #e31720;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
.productsStyle .swiper-button-next, .productsStyle .swiper-button-prev {
  background-image: none;
  position: relative;
  margin-right: 10px;
  margin-top: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #f6f6f6;
  left: 0;
}
.productsStyle .swiper-button-next:before, .productsStyle .swiper-button-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.productsStyle .swiper-pagination-current {
  color: #393b40;
  font-size: 35px;
}
.productsStyle .swiper-pagination-total {
  color: #989da8;
  font-size: 16px;
}
.new_products {
  padding: 85px 0 80px;
}
.new_products .product .thumb:before {
  content: "New";
}
.new_products .products_description {
  -webkit-flex-basis: 310px;
  -moz-flex-basis: 310px;
  -ms-flex-preferred-size: 310px;
  flex-basis: 310px;
  margin-right: 35px;
}
.new_products .products_description h2 {
  font-size: 30px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.new_products .products_description h2 a {
  color: #2d2e33;
}
.new_products .products_description h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #e31720;
}
.new_products .products_description p {
  line-height: 1.8;
}
.new_products .arrow_box {
  position: relative;
}
.new_products .arrow_box .swiper-button-next, .new_products .arrow_box .swiper-button-prev {
  z-index: 11;
}
.new_products .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.new_products .new_pro {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .new_products {
    display: none;
  }
}
.-new-mobile {
  padding: 60px 0 70px;
}
@media screen and (min-width: 960px) {
  .-new-mobile {
    display: none;
  }
}
.-new-mobile .sale_pro {
  padding-bottom: 50px;
}
.-new-mobile h2 {
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
  color: #2d2e33;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
.-new-mobile h2 a {
  color: #2d2e33;
}
.-new-mobile h2:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #e31720;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  border-radius: 2px;
}
.-new-mobile .product .thumb:before {
  content: "New";
}
.-new-mobile .swiper-button-next, .-new-mobile .swiper-button-prev {
  position: absolute;
  top: 140px;
}
.-new-mobile .swiper-button-next {
  right: 0;
  left: auto;
}
.-new-mobile .swiper-button-prev {
  right: auto;
}
.-new-mobile .swiper-button-next, .-new-mobile .swiper-button-prev {
  background-color: #000;
  margin-right: 0;
}
.-new-mobile .swiper-button-next:before, .-new-mobile .swiper-button-prev:before {
  color: #fff;
}
.saleProducts {
  padding: 60px 0 70px;
}
.saleProducts h2 {
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
  color: #2d2e33;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
.saleProducts h2 a {
  color: #2d2e33;
}
.saleProducts h2:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #e31720;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  border-radius: 2px;
}
.saleProducts .sale_pro {
  padding-bottom: 50px;
}
.saleProducts .product {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.saleProducts .product .thumb:before {
  content: "Sale";
  background-color: #e31720;
}
.saleProducts .product .info {
  padding: 20px;
}
.saleProducts .swiper-button-next, .saleProducts .swiper-button-prev {
  position: absolute;
  top: 140px;
}
.saleProducts .swiper-button-next {
  right: 0;
  left: auto;
}
.saleProducts .swiper-button-prev {
  right: auto;
}
.saleProducts .swiper-button-next, .saleProducts .swiper-button-prev {
  background-color: #000;
  margin-right: 0;
}
.saleProducts .swiper-button-next:before, .saleProducts .swiper-button-prev:before {
  color: #fff;
}
#rwd-main-menu {
  display: none;
  text-align: right;
}
a.tIcons {
  display: inline-block;
  width: 1.5em;
  height: 1.25em;
  position: relative;
  margin: 10px;
}
a.tIcons svg {
  width: 100%;
  display: block;
  position: absolute;
}
a.tIcons svg:first-child {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a.tIcons svg:last-child {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}
a.tIcons.toggle svg:first-child {
  -webkit-transform: scale(0);
  transform: scale(0);
}
a.tIcons.toggle svg:last-child {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rwd-menu {
  background: #fff;
  padding: 10px;
  display: none;
  width: 50%;
  position: absolute;
  right: -17px;
  z-index: 9999;
}
.rwd-menu li {
  list-style: none;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600;
  margin: 10px 0;
  display: block;
}
.rwd-menu a {
  color: #000;
  letter-spacing: 2px;
  font-size: 18px;
}
li.menu-item-has-children i {
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 18px;
  color: #e31720;
  margin-left: 5px;
}
.filters {
  display: none;
  font-size: 20px;
  border-bottom: 2px solid #e31720;
  color: #2d2e33;
  margin-bottom: 10px;
  font-weight: 800;
  padding: 10px 0;
}
.filters i {
  padding-right: 2px;
}
.filters.-act i.fa-plus:before {
  content: "";
}
.filters .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.footer-top .fa-chevron-right {
  display: none;
}
.top-image-mobile {
  display: none;
}
@media screen and (max-width: 1650px) {
  .home-slider .swiper-button-next {
    right: 10px;
  }
  .home-slider .swiper-button-prev {
    left: 10px;
  }
  .home-slider .swiper-slide {
    min-height: 700px !important;
    background-size: cover;
  }
}
@media screen and (max-width: 1300px) {
  .home-slider .swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 490px !important;
  }
}
@media screen and (max-width: 1280px) {
  .navigation-site nav > ul > li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .content-blog .blogpost {
    padding: 20px;
    border-width: 5px;
  }
  .content-blog .desc {
    line-height: 1.4;
    font-size: 16px;
  }
  .content-blog .blogtitle {
    font-size: 22px;
  }
  .collection .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .collection .box > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
  .box-blogpost .blogpost {
    padding: 20px;
    border-width: 5px;
  }
  .more-posts .blogtitle {
    font-size: 22px;
  }
  .more-posts .desc {
    line-height: 1.4;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .header-top .search-header {
    display: none;
  }
  .navigation-site > .box {
    display: none;
  }
  #rwd-main-menu {
    display: block;
  }
  #rwd-main-menu .sub-menu {
    display: none;
    margin-top: 10px;
    margin-right: 25px;
  }
  #rwd-main-menu .sub-menu li {
    margin-bottom: 10px;
  }
  #rwd-main-menu .sub-menu a {
    font-size: 14px;
    letter-spacing: 0;
    color: #e31720;
  }
  .rwd-menu li:first-of-type {
    margin-top: 0;
  }
  .hidden-search {
    display: block;
  }
  .search-header {
    margin-right: 0;
    width: 100%;
  }
  .home-slider {
    display: none;
  }
  .home-slider-mobile {
    display: block;
  }
  .home-slider-mobile .swiper-button-next, .home-slider-mobile .swiper-button-prev {
    display: none;
  }
  .home-slider-mobile .swiper-pagination {
    bottom: -5px !important;
  }
}
@media screen and (max-width: 960px) {
  /*.home .home-slider ~ .productsStyle{padding-top: 30px;}*/
  .tax-product_cat .top-image {
    display: none;
  }
  .tax-product_cat .top-image-mobile {
    display: block;
    padding: 50px 0;
  }
  .tax-product_cat h1 {
    margin-bottom: 50px;
  }
  .footer-top .fa-chevron-right {
    display: inline-block;
  }
  .woo-wrapper {
    padding: 40px 0;
  }
  .desc_tax {
    padding: 40px 0;
  }
  .woo-wrapper > .box {
    display: block;
  }
  aside {
    width: 100%;
  }
  .filters {
    display: block;
  }
  .aside-widget {
    display: none;
  }
  .content-blog .box-blogpost {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .content-blog .box-blogpost > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
  .new_products .products_description {
    display: none;
  }
  .conf-inf {
    padding: 40px 0;
  }
  .comment-email {
    min-height: 500px !important;
  }
  .cb_image {
    min-height: 700px !important;
  }
  .footer-top .row > .box {
    display: block;
  }
  .footer-top .row > .box div {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-left: 0;
    border-left: 0;
  }
  .footer-top .row > .box div img {
    display: inline-block;
  }
  .footer-top .row > .box > div:last-of-type {
    display: none;
  }
  .footer-top ul:not(.social) {
    display: none;
  }
  .footer-top mark {
    margin-bottom: 10px;
  }
  .footer-top mark .fa-chevron-right {
    margin-left: 15px;
    font-size: 15px;
  }
  .footer-top mark.toggle .fa-chevron-right:before {
    content: "";
    color: #e31720;
  }
}
@media screen and (max-width: 768px) {
  header .follow_us {
    display: none;
  }
  .footer-top .footer-logo {
    margin-bottom: 30px;
  }
  .fu-rwd {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .left_right_plans .box > div {
    width: 100%;
  }
  .single-gallery .swiper-slide {
    min-height: 380px !important;
  }
  .-page-ex article {
    padding: 40px 0;
  }
  .content-blog {
    padding: 40px 0;
  }
  .comment-email {
    padding: 50px 2%;
    display: block;
    text-align: center;
  }
  .comment-email .after-line:after, .comment-email .home-slider h2:after, .home-slider .comment-email h2:after, .comment-email .home-slider-mobile h2:after, .home-slider-mobile .comment-email h2:after, .comment-email .hot_action .right_offer h1:after, .hot_action .right_offer .comment-email h1:after, .comment-email .hot_action .right_offer h2:after, .hot_action .right_offer .comment-email h2:after, .comment-email .hot_action .right_offer h3:after, .hot_action .right_offer .comment-email h3:after, .comment-email .hot_action .right_offer h4:after, .hot_action .right_offer .comment-email h4:after, .comment-email .hot_action .right_offer h5:after, .hot_action .right_offer .comment-email h5:after, .comment-email .hot_action .right_offer h6:after, .hot_action .right_offer .comment-email h6:after, .comment-email .hot_action .left_offer h1:after, .hot_action .left_offer .comment-email h1:after, .comment-email .hot_action .left_offer h2:after, .hot_action .left_offer .comment-email h2:after, .comment-email .hot_action .left_offer h3:after, .hot_action .left_offer .comment-email h3:after, .comment-email .hot_action .left_offer h4:after, .hot_action .left_offer .comment-email h4:after, .comment-email .hot_action .left_offer h5:after, .hot_action .left_offer .comment-email h5:after, .comment-email .hot_action .left_offer h6:after, .hot_action .left_offer .comment-email h6:after, .comment-email .hot_action .right_offer h1 span:after, .hot_action .right_offer h1 .comment-email span:after, .comment-email .hot_action .right_offer h2 span:after, .hot_action .right_offer h2 .comment-email span:after, .comment-email .hot_action .right_offer h3 span:after, .hot_action .right_offer h3 .comment-email span:after, .comment-email .hot_action .right_offer h4 span:after, .hot_action .right_offer h4 .comment-email span:after, .comment-email .hot_action .right_offer h5 span:after, .hot_action .right_offer h5 .comment-email span:after, .comment-email .hot_action .right_offer h6 span:after, .hot_action .right_offer h6 .comment-email span:after, .comment-email .hot_action .left_offer h1 span:after, .hot_action .left_offer h1 .comment-email span:after, .comment-email .hot_action .left_offer h2 span:after, .hot_action .left_offer h2 .comment-email span:after, .comment-email .hot_action .left_offer h3 span:after, .hot_action .left_offer h3 .comment-email span:after, .comment-email .hot_action .left_offer h4 span:after, .hot_action .left_offer h4 .comment-email span:after, .comment-email .hot_action .left_offer h5 span:after, .hot_action .left_offer h5 .comment-email span:after, .comment-email .hot_action .left_offer h6 span:after, .hot_action .left_offer h6 .comment-email span:after, .comment-email .tpl-policy h1:after, .tpl-policy .comment-email h1:after, .comment-email .tpl-policy h3:after, .tpl-policy .comment-email h3:after, .comment-email .our-showroom h3:after, .our-showroom .comment-email h3:after, .comment-email .white-description h3:after, .white-description .comment-email h3:after, .comment-email .single-gallery .sg-description h5:after, .single-gallery .sg-description .comment-email h5:after, .comment-email .cb_image h5:after, .cb_image .comment-email h5:after, .comment-email .left_right h3:after, .left_right .comment-email h3:after, .comment-email .payment h3:after, .payment .comment-email h3:after, .comment-email .left_right_plans h3:after, .left_right_plans .comment-email h3:after, .comment-email .made h3:after, .made .comment-email h3:after, .comment-email .content-blog h2:after, .content-blog .comment-email h2:after, .comment-email .more-posts h4:after, .more-posts .comment-email h4:after, .comment-email .wysiwyg h2:after, .wysiwyg .comment-email h2:after, .comment-email .wysiwyg h3:after, .wysiwyg .comment-email h3:after, .comment-email .wysiwyg h4:after, .wysiwyg .comment-email h4:after, .comment-email .wysiwyg h5:after, .wysiwyg .comment-email h5:after, .comment-email .collection-box mark:after, .collection-box .comment-email mark:after, .comment-email .collection .row > h2:after, .collection .comment-email .row > h2:after, .comment-email .wcopc-product-single div.product div.summary .product_title:after, .wcopc-product-single div.product div.summary .comment-email .product_title:after, .comment-email .woocommerce-checkout .-page-ex article h1:after, .woocommerce-checkout .-page-ex article .comment-email h1:after, .comment-email .woocommerce-checkout #order_review_heading:after, .woocommerce-checkout .comment-email #order_review_heading:after, .comment-email .product_title.entry-title:after, .comment-email .related.products > h2:after, .comment-email .woocommerce-loop-product__title:after, .comment-email .desc_tax h3:after, .desc_tax .comment-email h3:after, .comment-email .woo-wrapper > mark:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .comment-email form .box {
    display: block;
  }
  .comment-email textarea {
    margin: 0;
    width: 100%;
  }
  .comment-email input {
    width: 100%;
  }
  .cb_image {
    display: block;
    padding: 50px 2%;
  }
  .conf-inf .row > .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .conf-inf .row > .box > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .conf-inf .row > .box div {
    text-align: center;
  }
  .conf-inf {
    padding: 40px 0 0;
  }
  .conf-inf .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .header-top > .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-top .ht-left {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-top .ht-left > div {
    padding: 0;
  }
  .header-top .ht-left > div:nth-of-type(3) {
    display: none;
  }
  .header-top .ht-left > div:after {
    display: none;
  }
  #map {
    min-height: auto !important;
    height: 380px !important;
  }
  .slider-testimonial .swiper-button-next, .slider-testimonial .swiper-button-prev {
    top: 40%;
  }
  .our-showroom:after {
    font-size: 70px;
  }
  .top-image > div {
    width: 100%;
  }
  .collection .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.00005%;
    width: 100.0001%;
  }
  .collection .box > * {
    width: 99.9999%;
    margin: 0 0.00005% 0.0001em;
  }
  .collection .box > div {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hot_action > .box {
    display: block;
  }
  .hot_action .box > div {
    min-height: 450px !important;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .hot_action .left_offer h5 {
    font-size: 32px;
  }
  .collection:before {
    display: none;
  }
  .new_products {
    padding: 40px 0;
  }
  .collection {
    padding: 40px 0;
  }
  .saleProducts {
    padding: 40px 0;
  }
  .content-blog .list-category {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-blog {
    overflow: hidden;
  }
  .content-blog:before {
    display: none;
  }
  .more-posts .box-blogpost {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .more-posts .box-blogpost > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
  .left_right {
    min-height: 450px !important;
  }
  .payment:before, .made:before {
    display: none;
  }
  .made, .payment {
    padding: 40px 0;
  }
  .payment, .left_right_plans {
    min-height: 480px !important;
  }
}
@media screen and (max-width: 640px) {
  .list-category {
    display: none;
  }
  .left_right .row {
    display: block;
  }
  .rwd-menu {
    width: 100%;
    right: 0;
  }
  .home-slider .row > div {
    padding: 20px;
  }
  .home-slider .swiper-button-prev {
    display: none;
  }
  .home-slider .swiper-button-next {
    display: none;
  }
  .home-slider .swiper-slide {
    background-position: center;
  }
  .home-slider h2 {
    font-size: 38px;
  }
  .conf-inf h3 {
    font-size: 26px;
  }
  .conf-inf .social a {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .conf-inf .social a i {
    font-size: 15px;
  }
  h1, h2, h3 {
    font-size: 32px;
  }
  .top-image {
    min-height: 420px !important;
  }
}
@media screen and (max-width: 480px) {
  .more-posts .box-blogpost {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.0005%;
    width: 100.001%;
  }
  .more-posts .box-blogpost > * {
    width: 99.999%;
    margin: 0 0.0005% 0.001em;
  }
  .content-blog .box-blogpost {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.00005%;
    width: 100.0001%;
  }
  .content-blog .box-blogpost > * {
    width: 99.9999%;
    margin: 0 0.00005% 0.0001em;
  }
  .hot_action .right_offer > div {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
  }
  .hot_action .left_offer > div {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    text-align: center;
  }
  .subscribe-email input:not([type=submit]) {
    width: 100%;
  }
  .header-top > .row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .copy > .box {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .logo {
    width: 70%;
  }
}
@media print {
  header, footer, .related {
    display: none;
  }
  .yith-wcwl-add-to-wishlist {
    display: none;
  }
  .wpp-buttons {
    display: none;
  }
  .sharedaddy {
    display: none;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
  }
}
