/*------------------------------------------------------------------
[Table of contents]

1. General
2. Re-usable Styles
3. Body
4. Typography
5. Sub-Header & Header
6. Footer
7. Post Syling
8. Sidebar & Widgets
9. Pagination
10. Carousel
13. Snap To Scroll
15. Form Styling
16. Revolution Slider
17. Contact Page
18. 404 Page
19. WP-Specific
20. Mobile Menu
21. Side Cart
22. Comments
23. Shop
24. Shortcodes
25. Animations
26. Style Switcher
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
General
*/
html {
  height: 100%;
}

body {
  color: #79787f;
  background: #fff;
  position: static;
}
@media only screen and (min-width: 40.063em) {
  body {
    position: relative;
  }
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body blockquote, body th, body td {
  font-size: inherit;
  font-family: inherit;
}
body p,
body lighting-color {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45em;
}
body strong {
  font-weight: 600;
}
body.snap {
  overflow: auto;
}
@media only screen and (min-width: 40.063em) {
  body.snap {
    overflow: hidden;
  }
}

figure {
  margin: 0;
}

a {
  color: #131219;
  outline: 0;
}
a:focus {
  color: #131219;
}
a:hover {
  color: #59c379;
}

h1, h2, h3, h4, h5, h6 {
  color: #131219;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 0;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 40.063em) {
  .row {
    padding: 0 35px;
  }
  .row .row {
    padding: 0;
  }
}
/*------------------------------------------------------------------
Re-usable Styles
*/
.reset, .subheader .subheader-menu ul, .widget.widget_calendar table, .slick-dots, .searchform fieldset {
  margin: 0;
  padding: 0;
}

.cf:before, .post:before, .post .authorpage:before, .woocommerce-checkout-review-order:before, .product.style2 .product-information .variations_form .variations:before, .product_add_to_cart_shortcode .price:before, .cf:after, .post:after, .post .authorpage:after, .woocommerce-checkout-review-order:after, .product.style2 .product-information .variations_form .variations:after, .product_add_to_cart_shortcode .price:after {
  content: " ";
  display: table;
}
.cf:after, .post:after, .post .authorpage:after, .woocommerce-checkout-review-order:after, .product.style2 .product-information .variations_form .variations:after, .product_add_to_cart_shortcode .price:after {
  clear: both;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

.endcolumn [class*="column"] + [class*="column"]:last-child, .blog-section [class*="column"] + [class*="column"]:last-child, .products [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.thb-five {
  width: 50%;
}
@media only screen and (min-width: 40.063em) {
  .thb-five {
    width: 100%;
  }
}

.transition, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea, .custom_check + .custom_label, .custom_check + .custom_label:before, .mobile-menu li span, .mobile-menu li a, .list > h6, .iconbox > span, .tparrows.default.round, #style-switcher {
  -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quick-transition, .grid_switcher .sgrid, .btn,
.button,
input[type=submit] {
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.linear-transition {
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.linear-quick-transition, a, #page-title p .logout_link svg, .post .post-gallery img, .slick, .slick:after, .slick-list, .slick-nav, .slick-dots li button, [role="main"].snap_scroll .ai-indicator, [role="main"].snap_scroll > .row, .woocommerce-MyAccount-navigation li a svg path, .product .product-information .share-article svg path,
.product .product-information .share-article svg polygon, .product .product-information .sizing_guide svg path, .vc_toggle.vc_toggle_default .vc_toggle_title h4, .vc_toggle.vc_toggle_default .vc_toggle_title, .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .hesperiden.tp-bullets .tp-bullet, .mfp-bg, .mfp-wrap {
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.admin-bar .admin-style, .admin-bar .header.fixed, .admin-bar .mfp-close, .admin-bar .fr-window {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .admin-style, .admin-bar .header.fixed, .admin-bar .mfp-close, .admin-bar .fr-window {
    top: 32px;
  }
}

.row.full-width-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.row.no-row-padding {
  padding: 0;
}
.row.no-padding {
  margin: auto;
}
.row.no-padding > .columns,
.row.no-padding .owl-item > .columns {
  padding: 0;
}
.row.full-height-content > .table {
  width: 100%;
}
.row.max_width {
  max-width: 112.5em;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 112.5em) {
  .row.max_width {
    padding: 0 35px;
  }
}
.row.full_width {
  margin: 0	auto;
  max-width: 100%;
}
.row.full_width > .table {
  width: 100%;
}
.row.video_bg {
  overflow: hidden;
}

.custom_scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.custom_scroll > div {
  width: 100%;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

.thb-loading:after, #infinitescroll.loading:after, .slick:after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -16px;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMjIyMjIyIj4KICA8cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4KICA8cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L3BhdGg+Cjwvc3ZnPgo=") center center no-repeat;
}

/*------------------------------------------------------------------
Body
*/
#wrapper {
  position: relative;
  min-height: 100%;
  float: left;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 40.063em) {
  #wrapper {
    height: auto;
    min-height: 100%;
  }
}
#wrapper #home-slider {
  z-index: 9;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
#wrapper [role="main"] {
  position: relative;
  z-index: 10;
}
.error404 #wrapper [role="main"] {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper #content-container {
  min-height: 100%;
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper #content-container .click-capture {
  position: absolute;
  z-index: 998;
  top: 0;
  .
			right: 0;
  width: 0;
  height: 0;
  background: rgba(151, 151, 151, 0.5);
  content: '';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper.open-menu {
  overflow: hidden;
}
#wrapper.open-menu .header.fixed {
  margin-left: 0;
  opacity: 0;
  -moz-transform: translate3d(280px, -100%, 0);
  -webkit-transform: translate3d(280px, -100%, 0);
  transform: translate3d(280px, -100%, 0);
}
.no-csstransforms3d #wrapper.open-menu .header.fixed {
  margin-left: 280px;
}
@media only screen and (min-width: 40.063em) {
  #wrapper.open-menu .header.fixed {
    margin-left: 0;
    -moz-transform: translate3d(380px, -100%, 0);
    -webkit-transform: translate3d(380px, -100%, 0);
    transform: translate3d(380px, -100%, 0);
  }
  .no-csstransforms3d #wrapper.open-menu .header.fixed {
    margin-left: 380px;
  }
}
#wrapper.open-menu #content-container {
  margin-left: 0;
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}
.no-csstransforms3d #wrapper.open-menu #content-container {
  margin-left: 280px;
}
@media only screen and (min-width: 40.063em) {
  #wrapper.open-menu #content-container {
    margin-left: 0;
    -moz-transform: translate3d(380px, 0, 0);
    -webkit-transform: translate3d(380px, 0, 0);
    transform: translate3d(380px, 0, 0);
  }
  .no-csstransforms3d #wrapper.open-menu #content-container {
    margin-left: 380px;
  }
}
#wrapper.open-menu #content-container .click-capture {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  left: 0;
}
.no-csstransforms3d #wrapper.open-menu #content-container .click-capture {
  left: 280px;
}
#wrapper.open-menu #content-container #footer {
  z-index: 101;
}
#wrapper.open-cart {
  overflow: hidden;
}
#wrapper.open-cart .header.fixed {
  margin-right: 0;
  opacity: 0;
  -moz-transform: translate3d(-280px, -100%, 0);
  -webkit-transform: translate3d(-280px, -100%, 0);
  transform: translate3d(-280px, -100%, 0);
}
.no-csstransforms3d #wrapper.open-cart .header.fixed {
  margin-right: 280px;
}
@media only screen and (min-width: 40.063em) {
  #wrapper.open-cart .header.fixed {
    margin-right: 0;
    -moz-transform: translate3d(-380px, -100%, 0);
    -webkit-transform: translate3d(-380px, -100%, 0);
    transform: translate3d(-380px, -100%, 0);
  }
  .no-csstransforms3d #wrapper.open-cart .header.fixed {
    margin-right: 380px;
  }
}
#wrapper.open-cart #content-container {
  margin-right: 0;
  -moz-transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
.no-csstransforms3d #wrapper.open-cart #content-container {
  margin-right: 280px;
}
@media only screen and (min-width: 40.063em) {
  #wrapper.open-cart #content-container {
    margin-right: 0;
    -moz-transform: translate3d(-380px, 0, 0);
    -webkit-transform: translate3d(-380px, 0, 0);
    transform: translate3d(-380px, 0, 0);
  }
  .no-csstransforms3d #wrapper.open-cart #content-container {
    margin-right: 380px;
  }
}
#wrapper.open-cart #content-container .click-capture {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 0;
}
.no-csstransforms3d #wrapper.open-cart #content-container .click-capture {
  right: 280px;
}
#wrapper.open-cart #content-container #footer {
  z-index: 101;
}

/*------------------------------------------------------------------
Typography
*/
h1 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 40.063em) {
  h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 64.063em) {
  h1 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 80em) {
  h1 {
    font-size: 88px;
  }
}
@media only screen and (min-width: 100em) {
  h1 {
    font-size: 100px;
  }
}

h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 40.063em) {
  h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 64.063em) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 40.063em) {
  h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 64.063em) {
  h3 {
    font-size: 34px;
    line-height: 38px;
  }
}

h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

hr {
  border-color: #eee;
}

ul, ol {
  margin-left: 0;
  list-style-position: inside;
  font-size: inherit;
}
ul ul, ul ol, ol ul, ol ol {
  margin-left: 15px;
}
ul li, ol li {
  margin-bottom: 10px;
}
ul li:last-child, ol li:last-child {
  margin: 0;
}

ol {
  counter-reset: item;
  list-style: none;
}
ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #7a7a7a;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #7a7a7a;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
.rtl ol li:before {
  margin-right: 0;
  margin-left: 10px;
}
ol li ul {
  margin-top: 10px;
  margin-left: 40px;
  list-style-type: initial;
}
ol li ul li:before {
  display: none;
}
ol li ol {
  margin-top: 10px;
  margin-left: 40px;
}
ol li ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #7a7a7a;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #7a7a7a;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
.rtl ol li ol li:before {
  margin-right: 0;
  margin-left: 10px;
}

blockquote {
  position: relative;
  clear: both;
  padding: 34px;
  text-align: left;
  border: 0;
}
blockquote p {
  font-size: 26px;
  font-weight: 700;
  color: #131219;
  line-height: 32px;
  margin: 0;
}
blockquote cite {
  color: #131219;
  font-size: 14px;
}

cite {
  font-weight: 500;
  font-size: 14px;
  color: #131219;
  font-style: normal;
  line-height: 1;
  margin-top: 20px;
}
cite:before {
  display: none;
}

/*------------------------------------------------------------------
Subheader
*/
.subheader {
  background: #131219;
  height: 50px;
  padding: 11px 0 9px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  direction: ltr;
}
.subheader p {
  font-size: 10px;
  color: #dedede;
  margin: 0 0 0 15px;
  line-height: inherit;
  display: inline-block;
}
.subheader .subheader-menu ul {
  font-size: 10px;
}
.subheader .subheader-menu ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}
.subheader .subheader-menu ul > li:first-child {
  border-left: 0;
}
.subheader .subheader-menu ul > li:last-child a {
  padding-right: 0;
}
.subheader .subheader-menu ul > li a {
  display: block;
  padding: 0 15px;
  color: #fff;
  line-height: 30px;
}
.subheader .subheader-menu ul > li a:hover {
  color: #59c379;
}
.subheader .select-wrapper {
  display: inline-block;
  float: none;
  border: 0;
  min-width: 70px;
  height: 30px;
  vertical-align: middle;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.subheader .select-wrapper:first-child select {
  padding-left: 0;
}
.subheader .select-wrapper select {
  background: none;
  height: 30px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 7px 27px 9px 17px;
}
.subheader .select-wrapper select:focus::-ms-value {
  background: #131219;
}
.subheader .select-wrapper img {
  display: none;
}
.subheader .select-wrapper:after {
  top: 8px;
  right: 13px;
  font-size: 10px;
  color: #fff;
}
@media only screen and (min-width: 40.063em) {
  .subheader .row {
    padding: 0 5px;
  }
}

/*------------------------------------------------------------------
Header
*/
.header-container {
  background: #686868;
  position: relative;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 40.063em) {
  .header-container {
    min-height: 300px;
  }
  .header-container .header {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .header-container {
    min-height: 340px;
  }
}
@media only screen and (min-width: 80em) {
  .header-container {
    min-height: 400px;
  }
}
@media only screen and (min-width: 100em) {
  .header-container {
    min-height: 440px;
  }
}

.header {
  width: 100%;
  padding: 18px 0;
  height: auto;
  position: relative;
  z-index: 11;
  background: #fff;
}
@media only screen and (min-width: 40.063em) {
  .header {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .header .columns {
    line-height: 45px;
  }
}
.header .logo {
  text-align: left;
}
.header .logo .logolink {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.063em) {
  .header .logo .logolink {
    margin: 0;
  }
}
.header .logo .logoimg {
  max-height: 27px;
}
.header .menu-holder {
  text-align: center;
  display: none;
}
@media only screen and (min-width: 80em) {
  .header .menu-holder {
    display: block;
  }
}
.header .menu-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .menu-holder ul li {
  display: inline-block;
}
.header .menu-holder ul li.menu-item-has-children {
  position: relative;
}
.header .menu-holder ul li a {
  font-size: 13px;
}
.header .menu-holder ul li a .fa {
  margin-right: 7px;
}
.rtl .header .menu-holder ul li a .fa {
  margin-right: 0;
  margin-left: 7px;
}
.header .menu-holder ul li.sfHover > a {
  color: #59c379;
}
.header .menu-holder ul li .sub-menu {
  display: none;
  background: #fff;
  padding: 18px 30px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: absolute;
  top: 100%;
  left: -30px;
  min-width: 200px;
}
.rtl .header .menu-holder ul li .sub-menu {
  text-align: right;
}
.header .menu-holder ul li .sub-menu.has_bg {
  padding-right: 160px;
  padding-bottom: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.rtl .header .menu-holder ul li .sub-menu.has_bg {
  padding-right: 30px;
  padding-left: 160px;
  background-position: bottom left;
}
.header .menu-holder ul li .sub-menu.thb_mega_menu > li {
  width: 160px;
  min-width: 160px;
  display: table-cell;
}
.header .menu-holder ul li .sub-menu.thb_mega_menu > li .megamenu-title a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.header .menu-holder ul li .sub-menu.thb_mega_menu > li.menu-item-mega-link {
  display: block;
  width: 100%;
}
.header .menu-holder ul li .sub-menu.thb_mega_menu > li .sub-menu {
  position: relative;
  top: 0;
  padding: 0;
  display: block;
  left: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .menu-holder ul li .sub-menu .sub-menu {
  top: -10px;
  left: 100%;
}
.header .menu-holder ul li .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
.header .menu-holder ul li .sub-menu li a {
  display: block;
  text-transform: none;
  line-height: 30px;
  white-space: nowrap;
  font-weight: 600;
}
.header .menu-holder ul.sf-menu > li {
  padding: 10px 0;
  margin: 0;
  margin-right: 20px;
}
.header .menu-holder ul.sf-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
.header .menu-holder ul.sf-menu > li:last-child {
  margin-right: 0;
}
.rtl .header .menu-holder ul.sf-menu > li:last-child {
  margin-right: 20px;
}
.rtl .header .menu-holder ul.sf-menu > li:first-child {
  margin-right: 0;
}
.header .account-holder {
  text-align: right;
}
.header .account-holder a {
  display: inline-block;
  margin: 0 7px;
  min-height: 21px;
  min-width: 20px;
  text-align: center;
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 40.063em) {
  .header .account-holder a {
    margin: 0 0 0 15px;
  }
}
.header .account-holder a svg {
  vertical-align: middle;
}
.header .account-holder a #quick_wishlist_icon {
  fill: transparent;
}
.header .account-holder a > span {
  display: inline-block;
  background: #747474;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-left: 5px;
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  top: -7px;
  right: -12px;
  margin-left: 0;
  margin-right: 5px;
}
.header .account-holder a > span.cart_count {
  background: #59c379;
}
@media only screen and (min-width: 40.063em) {
  .header .account-holder a > span {
    position: relative;
    top: 1px;
    left: 0;
  }
}
.rtl .header .account-holder a > span {
  right: 6px;
}
@media only screen and (min-width: 40.063em) {
  .rtl .header .account-holder a > span {
    right: -4px;
  }
}
.header .account-holder a.mobile-toggle {
  display: inline-block;
}
@media only screen and (min-width: 80em) {
  .header .account-holder a.mobile-toggle {
    display: none;
  }
}
.header .account-holder a.mobile-toggle .fa {
  vertical-align: middle;
}
@media only screen and (min-width: 40.063em) {
  .header .account-holder a:first-child {
    margin-left: 0;
  }
}
.header.style2 .menu-holder {
  text-align: left;
}
.header.style2 .logo {
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .header.style2 .logo {
    text-align: left;
  }
}
@media only screen and (min-width: 80em) {
  .header.style2 .logo {
    text-align: center;
  }
}

.header {
  border-bottom: 1px solid rgba(19, 18, 25, 0.07);
}
@media only screen and (min-width: 40.063em) {
  .header.transparent {
    background: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .subheader + .header.transparent {
    top: 50px;
  }
}
.header.transparent.header--light {
  border: 0;
}
.header.header--dark .logo--light {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .header.header--dark .logo--light {
    display: inline-block;
  }
  .header.header--dark .logo--dark {
    display: none;
  }
  .header.header--dark #quick_search_icon,
  .header.header--dark .quick_cart_icon {
    fill: #fff;
  }
  .header.header--dark .mobile-toggle {
    color: #fff;
  }
  .header.header--dark #quick_wishlist_icon path {
    stroke: #fff;
    fill: transparent;
  }
  .header.header--dark .sf-menu > li > a {
    color: #fff;
  }
  .header.header--dark .sf-menu > li > a:hover {
    color: #59c379;
  }
}
.header.header--dark.fixed .logo--light {
  display: inline-block;
}
.header.header--dark.fixed .logo--dark {
  display: none;
}
.header.header--dark.fixed #quick_search_icon,
.header.header--dark.fixed .quick_cart_icon {
  fill: #fff;
}
.header.header--dark.fixed .mobile-toggle {
  color: #fff;
}
.header.header--dark.fixed #quick_wishlist_icon path {
  stroke: #fff;
  fill: transparent;
}
.header.header--dark.fixed .sf-menu > li > a {
  color: #fff;
}
.header.header--dark.fixed .sf-menu > li > a:hover {
  color: #59c379;
}
.header.fixed .logo--light {
  display: inline-block;
}
.header.fixed .logo--dark {
  display: none;
}
.header.header--light {
  border-bottom: 1px solid #eee;
}
.header.header--light .logo--light {
  display: none;
}
.header.header--light .logo--dark {
  display: inline-block;
}
.header.header--light #quick_search_icon,
.header.header--light .quick_cart_icon {
  fill: #131219;
}
.header.header--light #quick_wishlist_icon path {
  stroke: #131219;
  fill: transparent;
}
.header.header--light .sf-menu > li > a {
  color: #131219;
}
.header.header--light .sf-menu > li > a:hover {
  color: #59c379;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #131219;
  will-change: transform;
  padding: 15px 0;
  height: auto;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header.fixed .logo {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .header.fixed {
    height: 50px;
  }
  .header.fixed .logo {
    display: block;
  }
}
.header.fixed .logo .logoimg {
  max-height: 20px;
}
.header.fixed .columns {
  line-height: 20px;
}
.header.fixed .menu-holder ul > li {
  padding: 0;
}
.header.fixed .menu-holder ul > li > a {
  font-size: 12px;
}
.header.header--slide {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header.header--unslide {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#page-title {
  height: 140px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  #page-title {
    height: 240px;
    padding-top: 85px;
  }
}
@media only screen and (min-width: 64.063em) {
  #page-title {
    height: 340px;
  }
}
@media only screen and (min-width: 80em) {
  #page-title {
    height: 400px;
  }
}
@media only screen and (min-width: 100em) {
  #page-title {
    height: 440px;
  }
}
.header.header--dark + #page-title h1.page-title {
  color: #fff;
}
.header.header--dark + #page-title p,
.header.header--dark + #page-title .logout_link {
  color: #fff;
}
.header.header--dark + #page-title .logout_link:hover {
  color: #59c379;
}
.header.header--dark + #page-title p svg {
  fill: #fff;
}
#page-title h1.page-title {
  line-height: 1;
  margin: 0;
}
#page-title p {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #131219;
  font-weight: 400;
  text-transform: uppercase;
}
#page-title p span {
  font-weight: 600;
}
@media only screen and (min-width: 40.063em) {
  #page-title p {
    font-size: 14px;
  }
}
#page-title p .logout_link {
  display: block;
  color: #131219;
  font-weight: 600;
  vertical-align: middle;
  margin: 5px 0 0 0;
}
#page-title p .logout_link:hover {
  color: #59c379;
}
#page-title p .logout_link:hover svg {
  fill: #59c379;
}
@media only screen and (min-width: 40.063em) {
  #page-title p .logout_link {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}
#page-title p .logout_link svg {
  margin-right: 5px;
  fill: #131219;
  position: relative;
  top: 1px;
}

/*------------------------------------------------------------------
Footer
*/
#footer {
  background: transparent;
  padding: 40px 0;
  width: 100%;
}
#footer .footer-menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
#footer .footer-menu li {
  display: inline-block;
  margin: 0 12px;
}
#footer .footer-menu li a {
  font-size: 12px;
  font-weight: 700;
  color: #131219;
  text-transform: uppercase;
}
#footer p {
  font-size: 12px;
  font-weight: 400;
  color: #131219;
  margin: 0 0 10px;
}
#footer .social-links a {
  color: #131219;
  margin: 0 7px;
  font-size: 12px;
  opacity: 0.7;
}
#footer .social-links a:hover {
  opacity: 1;
}
#footer .social-links .paymenttypes {
  display: inline-block;
  margin: 0;
  width: 50px;
  height: 20px;
  vertical-align: middle;
  background: transparent url("../img/payment-types.png") top left;
  background-size: 50px 270px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#footer .social-links .paymenttypes.visa {
  background-position: 0 -4px;
}
#footer .social-links .paymenttypes.mc {
  background-position: 0 -34px;
}
#footer .social-links .paymenttypes.paypal {
  background-position: 0 -64px;
}
#footer .social-links .paymenttypes.discover {
  background-position: 0 -94px;
}
#footer .social-links .paymenttypes.stripe {
  background-position: 0 -124px;
}
#footer .social-links .paymenttypes.amazon {
  background-position: 0 -154px;
}
#footer .social-links .paymenttypes.amex {
  background-position: 0 -184px;
}
#footer .social-links .paymenttypes.diners {
  background-position: 0 -214px;
}
#footer .social-links .paymenttypes.wallet {
  background-position: 0 -244px;
}

.thb_subscribe {
  background: #f9f9f9;
  padding: 30px 0;
  clear: both;
}
.thb_subscribe p {
  display: block;
  line-height: 44px;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  color: #131219;
}
@media only screen and (min-width: 64.063em) {
  .thb_subscribe p {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .rtl .thb_subscribe p {
    margin: 0 0 0 20px;
  }
}

.newsletter-form {
  position: relative;
  display: inline-block;
  max-width: 360px;
  width: 100%;
}
.theme-popup .newsletter-form {
  display: block;
  margin: 0 auto;
}
.newsletter-form input[type="text"] {
  margin: 0;
  padding-right: 50px;
  width: 100%;
}
.rtl .newsletter-form input[type="text"] {
  padding-right: 18px;
  padding-left: 50px;
}
.newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: none;
  background: none;
  display: block;
  width: 40px;
  height: 44px;
  margin: 0;
  padding: 0;
  color: #ccc;
  font-size: 16px;
  outline: 0;
  cursor: pointer;
}
.newsletter-form button:hover, .newsletter-form button:focus {
  color: #131219;
}
.rtl .newsletter-form button {
  right: auto;
  left: 0;
}
.newsletter-form + .result .notification-box {
  margin: 15px 0 0;
}

/*------------------------------------------------------------------
Post Syling
*/
.post {
  margin-bottom: 50px;
  position: relative;
}
.post.page {
  margin-bottom: 0;
}
.post .post-content {
  float: none;
}
.post .post-gallery {
  margin-bottom: 35px;
}
.post .post-gallery > a {
  display: block;
}
.post .post-gallery > a:hover img {
  opacity: 0.9;
}
.post .post-gallery img {
  width: 100%;
  opacity: 0.9;
}
.post .post-title h1, .post .post-title h2, .post .post-title h3, .post .post-title h4, .post .post-title h5, .post .post-title h6 {
  word-break: break-word;
  margin-bottom: 10px;
}
@media only screen and (min-width: 80em) {
  .post .post-title h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.post.type-page .post-title.page-title {
  padding: 15px 0;
}
@media only screen and (min-width: 40.063em) {
  .post.type-page .post-title.page-title {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .post.type-page .post-title.page-title {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 80em) {
  .post.type-page .post-title.page-title {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 100em) {
  .post.type-page .post-title.page-title {
    padding: 100px 0;
  }
}
.post.type-page .post-title.page-title h1 {
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (min-width: 40.063em) {
  .post.type-page .post-title.page-title h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post.type-page .post-title.page-title h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 80em) {
  .post.type-page .post-title.page-title h1 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 100em) {
  .post.type-page .post-title.page-title h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
.post.blog-post .post-title {
  text-align: center;
}
.post.blog-post .post-meta {
  text-align: center;
  margin-bottom: 40px;
}
.post .post-meta {
  text-transform: uppercase;
  font-weight: 600;
  color: #131219;
  font-size: 11px;
}
.post .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post .post-meta li {
  display: inline-block;
  margin: 0;
}
.post .post-meta a[rel="author"] {
  color: #59c379;
}
.post .article-tags {
  text-align: center;
  margin-top: 40px;
}
.post .article-tags .tag-link {
  padding: 12px 22px 9px;
  margin: 0 4px 6px 0;
  border-radius: 17px;
}
.post .authorpage {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 40px;
}
.post .authorpage .avatar {
  float: left;
  margin-right: 30px;
  width: 80px;
}
.post .authorpage .author-content {
  padding-left: 110px;
}
.post .authorpage h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.post .authorpage p {
  font-size: 14px;
  margin-bottom: 10px;
}

.related-posts {
  margin-top: 70px;
}
.related-posts .related-title {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
.related-posts p {
  font-size: 16px;
}
.related-posts .post .post-gallery {
  margin-bottom: 25px;
}

/*------------------------------------------------------------------
Overlay
*/
.table {
  display: table;
  height: 100%;
}
.table > div {
  display: table-cell;
  vertical-align: middle;
}

/*------------------------------------------------------------------
Sidebar & Widgets
*/
.page-padding {
  margin: 30px 0;
}
@media only screen and (min-width: 40.063em) {
  .page-padding {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .page-padding {
    margin: 70px 0;
  }
}
@media only screen and (min-width: 80em) {
  .page-padding {
    margin: 90px 0;
  }
}

.blog-section {
  margin: 30px 0;
}
@media only screen and (min-width: 64.063em) {
  .blog-section {
    padding-right: 30px;
    border-right: 1px solid #eee;
  }
}
@media only screen and (min-width: 80em) {
  .blog-section {
    padding-right: 45px;
    margin: 45px 0;
  }
}
@media only screen and (min-width: 100em) {
  .blog-section {
    padding-right: 60px;
    margin: 60px 0;
  }
}
.blog-section.medium-push-3 {
  padding-right: 15px;
  border-right: 0;
}
@media only screen and (min-width: 64.063em) {
  .blog-section.medium-push-3 {
    padding-left: 30px;
    border-left: 1px solid #eee;
  }
}
@media only screen and (min-width: 80em) {
  .blog-section.medium-push-3 {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 100em) {
  .blog-section.medium-push-3 {
    padding-left: 60px;
  }
}
.blog-section.no-padding {
  padding: 0;
}

.sidebar {
  margin: 30px 0;
}
@media only screen and (min-width: 64.063em) {
  .sidebar {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 80em) {
  .sidebar {
    padding-left: 45px;
    margin: 45px 0;
  }
}
@media only screen and (min-width: 100em) {
  .sidebar {
    padding-left: 60px;
    margin: 60px 0;
  }
}
.sidebar.woo {
  padding-left: 15px;
}
@media only screen and (min-width: 64.063em) {
  .sidebar.woo {
    padding-left: 35px;
    margin: 85px 0;
  }
}
.sidebar.woo.large-pull-9 {
  border-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 64.063em) {
  .sidebar.woo.large-pull-9 {
    padding-right: 35px;
  }
}
.sidebar.row {
  margin-left: auto;
  margin-right: auto;
}

.widget {
  margin-bottom: 30px;
  color: #b8b8b8;
}
@media only screen and (min-width: 80em) {
  .widget {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 100em) {
  .widget {
    margin-bottom: 60px;
  }
}
.widget:last-child {
  margin-bottom: 0;
}
.widget h6 {
  font-size: 12px;
  text-transform: uppercase;
}
.widget ul {
  margin: 0;
}
.widget ul li {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget ul li a {
  color: #737373;
}
.widget ul li p {
  font-size: 13px;
  line-height: 18px;
}
.widget ul.menu a {
  font-size: 14px;
  font-weight: 300;
}
.widget ul.menu .current-menu-item > a {
  color: #7a7a7a;
}
.widget ul.menu .sub-menu {
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 10px;
  border-top: 1px solid #eeeeee;
}
.widget.woocommerce + .woocommerce {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
@media only screen and (min-width: 80em) {
  .widget.woocommerce + .woocommerce {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 100em) {
  .widget.woocommerce + .woocommerce {
    padding-top: 60px;
  }
}
.widget.widget_tag_cloud ul li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget.widget_tag_cloud .next {
  display: none;
}
.widget.widget_categories ul li {
  padding: 12px 0;
}
.widget.widget_nav_menu ul li {
  border: 0;
  padding: 5px 0;
}
.widget.widget_nav_menu ul li a {
  color: #959595;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.widget.widget_nav_menu ul li a:hover {
  color: #131219;
}
.widget.widget_nav_menu ul li.current-menu-item > a {
  color: #131219;
}
.widget.widget_nav_menu ul li .sub-menu {
  border: 0;
  padding-top: 5px;
}
.widget.widget_recent_entries ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px;
}
.widget.widget_recent_entries ul li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #131219;
}
.widget.widget_recent_entries ul li span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.widget.widget_recent_entries ul li:last-child {
  margin: 0;
}
.widget.widget_recent_comments ul li {
  border-bottom: 0;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
}
.widget.widget_recent_comments ul li:after {
  content: '\f0e5';
  font-family: FontAwesome;
  color: #131219;
  position: absolute;
  top: -1px;
  left: 0;
}
.widget.widget_recent_comments ul li .comment-author-link,
.widget.widget_recent_comments ul li a {
  color: #131219;
}
.widget.widget_recent_comments ul li .comment-author-link {
  font-weight: 700;
  text-transform: capitalize;
}
.widget.widget_recent_comments ul li a {
  font-weight: 600;
}
.widget.widget_recent_comments ul li:last-child {
  margin: 0;
}
.widget.widget_top_rated_products ul li, .widget.widget_products ul li {
  border-bottom: 1px dotted #eee;
}
.widget.widget_top_rated_products ul li a, .widget.widget_products ul li a {
  display: block;
  font-size: 14px;
  color: #131219;
  font-weight: 400;
  margin-bottom: 5px;
}
.widget.widget_top_rated_products ul li img, .widget.widget_products ul li img {
  width: 40px;
  float: left;
  margin: 0 20px 0 0;
}
.rtl .widget.widget_top_rated_products ul li img, .rtl .widget.widget_products ul li img {
  float: right;
  margin: 0 0 0 20px;
}
.widget.widget_top_rated_products ul li .star-rating, .widget.widget_products ul li .star-rating {
  display: none;
}
.widget.widget_top_rated_products ul li .product-title, .widget.widget_products ul li .product-title {
  font-weight: 700;
}
.widget.widget_top_rated_products ul li .amount, .widget.widget_products ul li .amount {
  font-size: 14px;
  color: #131219;
  font-weight: 400;
}
.widget.widget_top_rated_products ul li:last-child, .widget.widget_products ul li:last-child {
  border-bottom: 0;
  padding-bottom: 15px;
}
.widget.widget_calendar #calendar_wrap {
  border: 1px solid #dcdcdc;
}
.widget.widget_calendar table {
  background: #fff;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget.widget_calendar table thead {
  background: #fff;
  font-size: 12px;
  border-bottom: 1px solid #dcdcdc;
}
.widget.widget_calendar table thead th {
  padding: 13px 0;
  color: #303030;
  text-align: center;
  font-weight: 800;
}
.widget.widget_calendar table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.widget.widget_calendar table tbody td {
  font-size: 12px;
  color: #686868;
  text-align: center;
  padding: 9px 0;
}
.widget.widget_calendar table tfoot {
  background: #fff;
  margin-top: 10px;
  border-top: 1px solid #dcdcdc;
}
.widget.widget_calendar table tfoot tr td {
  padding: 12px 14px;
  font-size: 12px;
}
.widget.widget_calendar table tfoot tr td a {
  color: #737373;
  text-transform: uppercase;
  font-weight: 800;
}
.widget.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget.widget_calendar table caption {
  color: #303030;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.widget.woocommerce {
  height: auto;
  border: 0;
}
.widget.woocommerce.widget_layered_nav ul li {
  border: 0;
  padding-top: 0;
}
.widget.woocommerce.widget_layered_nav ul li a {
  text-transform: capitalize;
  font-size: 14px;
}
.widget.woocommerce.widget_layered_nav ul li .count {
  color: #7a7a7a;
  font-size: 14px;
}
.widget.widget_product_categories li {
  padding: 0 0 15px 0;
  border: 0;
}
.widget.widget_product_categories li.current-cat > a {
  font-weight: 600;
}
.widget.widget_product_categories li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #131219;
}
.widget.widget_product_categories li a:hover {
  color: #59c379;
}
.widget.widget_product_categories li ul {
  margin-left: 15px;
  padding: 15px 0 0 0;
}
.widget.widget_product_categories li ul li {
  padding: 0 0 10px 0;
}
.widget.widget_product_categories li ul li a {
  font-size: 13px;
}
.widget.widget_product_categories li ul li:last-child {
  padding-bottom: 0;
}
.widget.widget_flickr .fresco, .widget.widget_dribbble .fresco {
  width: 85px;
  margin: 0 1px 1px 0;
  overflow: hidden;
  display: block;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  will-change: opacity, filter;
}
.widget.widget_flickr .fresco:hover, .widget.widget_dribbble .fresco:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.999;
}
.widget.widget_flickr .fresco a, .widget.widget_dribbble .fresco a {
  display: block;
}
.widget.widget_latestimages ul li {
  float: left;
  width: 100%;
}
.widget.widget_latestimages figure {
  float: left;
}
.rtl .widget.widget_latestimages figure {
  float: right;
}
.rtl .widget.widget_latestimages figure img {
  width: 50px;
  margin-right: 0;
  margin-left: 18px;
}
.widget.widget_latestimages figure img {
  width: 50px;
  margin-right: 18px;
}
.widget.widget_subscribe_widget .row {
  margin: 0 -3px;
}
.widget.widget_subscribe_widget .row .columns {
  padding: 0 3px;
}
.widget.widget_subscribe_widget .row .columns input[type="text"] {
  height: 40px;
}
.widget.widget_subscribe_widget .row .columns .btn {
  padding: 12px 0;
  width: 100%;
}
.widget.widget_thbtwitter .created {
  display: none;
}
.widget.widget_thbtwitter ul {
  margin-bottom: 15px;
}
.widget.widget_thbtwitter li {
  line-height: 18px;
}
.widget.widget_thbtwitter li a {
  font-weight: 600;
}
.widget.widget_thbtwitter .btn.twitter {
  position: relative;
  padding: 10px 18px 10px 44px;
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  border-color: #2caae1 !important;
  background: #2caae1 !important;
}
.widget.widget_thbtwitter .btn.twitter strong {
  font-weight: 600;
}
.widget.widget_thbtwitter .btn.twitter i {
  position: absolute;
  top: 8px;
  left: 13px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.widget.widget_price_filter .price_slider {
  height: 4px;
  background: #eee;
  position: relative;
  margin-bottom: 25px;
  margin-right: 15px;
}
.widget.widget_price_filter .price_slider .ui-slider-range {
  height: 4px;
  background: #59c379;
  position: absolute;
}
.widget.widget_price_filter .price_slider .ui-slider-handle {
  display: block;
  position: absolute;
  outline: 0;
  top: -4px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #59c379;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.widget.widget_price_filter .price_slider_amount .button {
  float: right;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 0;
  border: 0;
  color: #59c379;
}
.widget.widget_price_filter .price_slider_amount .button:hover {
  background: #fff;
  color: #131219;
}
.widget.widget_price_filter .price_slider_amount .price_label {
  float: left;
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: #131219;
}
.widget.widget_price_filter .price_slider_amount .price_label span {
  font-weight: 700;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: -4px;
  right: 0;
  font-weight: 400;
  font-size: 20px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  float: left;
  width: 60px;
  margin-right: 20px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li a {
  color: #131219;
  margin: 0 0 9px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .quantity {
  float: none;
  font-size: 12px;
  line-height: 13px;
  color: #131219;
  display: block;
  font-weight: 400;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li .quantity .amount {
  font-weight: 400;
  color: #131219;
  font-size: 13px;
  line-height: 13px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin-top: 20px;
  padding-top: 11px;
  border-top: 1px solid #eee;
  float: left;
  width: 100%;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total strong {
  float: left;
  color: #131219;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  float: right;
  font-size: 16px;
  line-height: 16px;
  color: #131219;
  font-weight: 800;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
  float: left;
  width: 100%;
  margin: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-forward {
  margin-bottom: 10px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  width: 100%;
}
.widget.widget_product_search #s {
  float: left;
}

#infinitescroll {
  margin-top: 40px;
  padding-bottom: 50px;
}

/*------------------------------------------------------------------
Pagination
*/
.pagination {
  margin: 40px 0 60px;
  text-align: center;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  color: #8f8f8f;
  padding: 0 8px;
}
.pagination .page-numbers:hover {
  color: #131219;
}
.pagination .page-numbers.current {
  color: #131219;
  text-decoration: underline;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  vertical-align: middle;
  font-size: 20px;
  color: rgba(19, 18, 25, 0.2);
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  color: #131219;
}
.pagination .page-numbers.next {
  margin-left: 10px;
}
@media only screen and (min-width: 40.063em) {
  .pagination .page-numbers.next {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .pagination .page-numbers.next {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .pagination .page-numbers.next {
    margin-left: 60px;
  }
}
.pagination .page-numbers.prev {
  margin-right: 10px;
}
@media only screen and (min-width: 40.063em) {
  .pagination .page-numbers.prev {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .pagination .page-numbers.prev {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .pagination .page-numbers.prev {
    margin-right: 60px;
  }
}

.woocommerce-pagination {
  margin: 40px 0 60px;
  text-align: center;
}
.woocommerce-pagination .screen-reader-text {
  display: none;
}
.woocommerce-pagination ul {
  display: block;
  margin: 0;
  padding: 0;
}
.woocommerce-pagination ul li {
  display: inline-block;
}
.woocommerce-pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  color: #8f8f8f;
  padding: 0 8px;
}
.woocommerce-pagination .page-numbers:hover {
  color: #131219;
}
.woocommerce-pagination .page-numbers.current {
  color: #131219;
  text-decoration: underline;
}
.woocommerce-pagination .page-numbers.prev, .woocommerce-pagination .page-numbers.next {
  vertical-align: middle;
  font-size: 20px;
  color: rgba(19, 18, 25, 0.2);
}
.woocommerce-pagination .page-numbers.prev:hover, .woocommerce-pagination .page-numbers.next:hover {
  color: #131219;
}
.woocommerce-pagination .page-numbers.next {
  margin-left: 10px;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-pagination .page-numbers.next {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-pagination .page-numbers.next {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-pagination .page-numbers.next {
    margin-left: 60px;
  }
}
.woocommerce-pagination .page-numbers.prev {
  margin-right: 10px;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-pagination .page-numbers.prev {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-pagination .page-numbers.prev {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-pagination .page-numbers.prev {
    margin-right: 60px;
  }
}

/*------------------------------------------------------------------
Carousel
*/
/* Slider */
.slick {
  max-width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.slick:after {
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: auto;
}
.slick.slick-initialized {
  height: auto;
  overflow: visible;
}
.slick.slick-initialized .slick-list {
  opacity: 1;
}
.slick.slick-initialized:after {
  display: none;
}
.slick.content-carousel {
  padding-bottom: 40px;
}
.slick.content-carousel .slick-dots {
  bottom: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  position: relative;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
.rtl .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  outline: 0;
}
.slick-slide > img {
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-nav {
  display: inline-block;
  visibility: hidden;
  position: absolute;
  top: 0;
  background: transparent;
  border: 0;
  width: 0;
  height: 100%;
  outline: 0;
  padding: 0;
  cursor: pointer;
  z-index: 20;
}
.slick-nav.slick-prev {
  left: 0;
  cursor: url("../img/arrow-left.svg"), url("../img/arrow-left.cur"), w-resize;
}
.arrows-light .slick-nav.slick-prev {
  cursor: url("../img/arrow-left-light.svg"), url("../img/arrow-left-light.cur"), w-resize;
}
.slick-nav.slick-next {
  right: 0;
  cursor: url("../img/arrow-right.svg"), url("../img/arrow-right.cur"), e-resize;
}
.arrows-light .slick-nav.slick-next {
  cursor: url("../img/arrow-right-light.svg"), url("../img/arrow-right-light.cur"), e-resize;
}
@media only screen and (min-width: 40.063em) {
  .slick-nav {
    visibility: visible;
    width: 15%;
  }
}
@media only screen and (min-width: 64.063em) {
  .slick-nav {
    width: 20%;
  }
}

.slick-dots {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid rgba(19, 18, 25, 0.6);
  border-radius: 5px;
  margin: 0 2px;
  text-indent: -9999px;
  padding: 0;
  outline: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  border-color: #131219;
  background: #131219;
}

/*------------------------------------------------------------------
Snap To Scroll
*/
.onepage-pagination {
  position: fixed;
  top: 50%;
  right: 30px;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 50;
  display: none;
}
.onepage-pagination.subheader-present {
  top: calc(50% + 50px);
}
.onepage-pagination li {
  display: block;
  padding: 4px 0;
  margin: 0;
}
.onepage-pagination li a {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid transparent;
  position: relative;
}
.onepage-pagination li a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.onepage-pagination li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.onepage-pagination li a.active {
  border-color: white;
}
.onepage-pagination li a.active:hover {
  border-color: white;
}
.onepage-pagination li a.active:after {
  background: white;
}
@media only screen and (min-width: 64.063em) {
  .onepage-pagination {
    display: block;
  }
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper {
  position: inherit;
}

body.snap .subheader {
  position: relative;
  z-index: 30;
}
body.snap .header {
  z-index: 15;
}

[role="main"].snap_scroll {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  overflow-x: visible !important;
  min-height: 200px;
  opacity: 0;
}
@media only screen and (min-width: 40.063em) {
  [role="main"].snap_scroll {
    display: table;
    height: 100vh;
    position: relative;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 40.063em) {
  [role="main"].snap_scroll {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    height: auto !important;
  }
}
[role="main"].snap_scroll .ai-indicator {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -18px;
  z-index: 0;
}
[role="main"].snap_scroll.loaded {
  opacity: 1;
}
[role="main"].snap_scroll.loaded .ai-indicator {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
[role="main"].snap_scroll > .row {
  position: static;
  left: auto;
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  opacity: 0;
  padding: 40px 15px;
}
@media only screen and (min-width: 40.063em) {
  [role="main"].snap_scroll > .row {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 40.063em) {
  [role="main"].snap_scroll > .row {
    position: static !important;
  }
}
[role="main"].snap_scroll > .row.section {
  opacity: 1;
}
[role="main"].snap_scroll > .row.section > .row {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  [role="main"].snap_scroll > .row.section > .row {
    padding: 0 35px;
  }
  [role="main"].snap_scroll > .row.section > .row.no-padding {
    padding: 0;
  }
}
[role="main"].snap_scroll > .row.section.active {
  z-index: 20;
}

/*------------------------------------------------------------------
Form Styling
*/
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 1px solid #eee;
  padding: 16px 18px 14px;
  margin-bottom: 24px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 400;
  background: #fff;
  max-width: 100%;
  outline: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
  border-color: #59c379;
  color: #131219;
}
input[type="text"].parsley-error, input[type="text"].wpcf7-not-valid, .woocommerce-invalid-required-field input[type="text"],
input[type="password"].parsley-error,
input[type="password"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="password"],
input[type="date"].parsley-error,
input[type="date"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="date"],
input[type="datetime"].parsley-error,
input[type="datetime"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="datetime"],
input[type="email"].parsley-error,
input[type="email"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="email"],
input[type="number"].parsley-error,
input[type="number"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="number"],
input[type="search"].parsley-error,
input[type="search"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="search"],
input[type="tel"].parsley-error,
input[type="tel"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="tel"],
input[type="time"].parsley-error,
input[type="time"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="time"],
input[type="url"].parsley-error,
input[type="url"].wpcf7-not-valid, .woocommerce-invalid-required-field
input[type="url"],
textarea.parsley-error,
textarea.wpcf7-not-valid, .woocommerce-invalid-required-field
textarea {
  border-color: #e76049;
}
input[type="text"].full, .woocommerce-MyAccount-content input[type="text"],
input[type="password"].full, .woocommerce-MyAccount-content
input[type="password"],
input[type="date"].full, .woocommerce-MyAccount-content
input[type="date"],
input[type="datetime"].full, .woocommerce-MyAccount-content
input[type="datetime"],
input[type="email"].full, .woocommerce-MyAccount-content
input[type="email"],
input[type="number"].full, .woocommerce-MyAccount-content
input[type="number"],
input[type="search"].full, .woocommerce-MyAccount-content
input[type="search"],
input[type="tel"].full, .woocommerce-MyAccount-content
input[type="tel"],
input[type="time"].full, .woocommerce-MyAccount-content
input[type="time"],
input[type="url"].full, .woocommerce-MyAccount-content
input[type="url"],
textarea.full, .woocommerce-MyAccount-content
textarea {
  width: 100%;
}
input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="date"].placeholder,
input[type="datetime"].placeholder,
input[type="email"].placeholder,
input[type="number"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="time"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}

.parsley-error-list,
.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

label {
  font-size: 12px;
  display: block;
  color: #131219;
  margin: 0 0 8px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
label small {
  font-size: 10px;
  color: #59c379;
}

textarea {
  min-height: 108px;
}
.wpcf7-form textarea {
  min-height: 200px;
}
.review-popup textarea {
  min-height: 150px;
}

.select-wrapper {
  position: relative;
  float: left;
  margin-bottom: 15px;
  outline: 0;
  min-width: 140px;
  border: 1px solid #eaeaea;
  color: #131219;
}
.select-wrapper:after {
  content: "\f0d7";
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  top: 18px;
  right: 15px;
  font-size: 12px;
  line-height: 1;
}
.rtl .select-wrapper select {
  padding: 11px 17px 11px 34px;
}
.rtl .select-wrapper:after {
  right: auto;
  left: 15px;
}
.select-wrapper select {
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  height: 45px;
  padding: 11px 34px 11px 17px;
  border: 0;
  text-transform: uppercase;
  background: #fff;
  color: #131219;
  outline: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: radio-container;
}
.shipping-calculator-form .select-wrapper {
  width: 100%;
}

/* Firefox & MS11 Fixes */
@-moz-document url-prefix() {
  .select-wrapper:after {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-wrapper:after {
    display: none;
  }
}
/* Custom Checkbox */
.custom_check {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.rtl .custom_check {
  left: auto;
  right: 0;
}
.rtl .custom_check + .custom_label {
  padding: 0 30px 0 0;
  float: right;
}
.rtl .custom_check + .custom_label:before {
  left: auto;
  right: 0;
}
.rtl .custom_check + .custom_label:after {
  left: auto;
  right: 3px;
}
.custom_check + .custom_label {
  display: block !important;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 30px;
  min-height: 16px;
  line-height: 20px;
  position: relative;
  text-transform: none;
}
.custom_check + .custom_label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #e8e8e8;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
}
.custom_check + .custom_label:hover:before {
  border-color: #59c379;
}
.custom_check + .custom_label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #59c379;
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
}
.custom_check:checked + .custom_label:after {
  opacity: 1;
}

input[type="radio"].custom_check + .custom_label:before,
input[type="radio"].custom_check + .custom_label:after {
  border-radius: 8px;
}

/* Select 2 */
.form-row.woocommerce-invalid-required-field .select2-container .select2-choice {
  border-color: #e76049;
}

.select2-container {
  margin-bottom: 25px;
  clear: left;
}
.select2-container .select2-choice {
  background: #fff;
  border: 1px solid #eee;
  height: 45px !important;
  line-height: 45px !important;
  padding-left: 18px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choice span {
  height: 43px;
  line-height: 45px;
  text-transform: uppercase;
}
.select2-container .select2-choice div b {
  background-position: 0 9px !important;
}
.select2-container.select2-dropdown-open .select2-choice {
  background: #fff;
  border: 1px solid #7a7a7a;
}
.select2-container.select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px !important;
}

.select2-search {
  padding: 0 16px 10px 16px;
}

.select2-drop {
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #7a7a7a;
}
.rtl .select2-drop {
  left: auto;
  right: -9999px;
}
.select2-drop.select2-drop-active {
  border-color: #7a7a7a;
}
.select2-drop.select2-drop-active.select2-drop-above {
  border-top-color: #7a7a7a;
}
.select2-drop .select2-search input {
  background: #fff !important;
  margin-bottom: 5px;
}
.select2-drop .select2-results {
  background: #fff;
  font-size: 12px;
  padding: 4px 12px;
}
.select2-drop .select2-results .select2-highlighted {
  background: #fafafa;
  border-radius: 0;
}
.select2-drop .select2-results li {
  margin: 0;
  text-transform: uppercase;
}

.select2-container-single .select2-search input[type=text] {
  background: #fff !important;
}

/*------------------------------------------------------------------
404 Page
*/
.content404 {
  padding: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .content404 {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .content404 {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 80em) {
  .content404 {
    padding: 60px 0;
  }
}
.content404 h3 {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin: 25px 0 0 0;
  letter-spacing: 2px;
}
.content404 p {
  margin-bottom: 30px;
}
.content404 img {
  max-width: 290px;
  width: 70%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 40.063em) {
  .content404 img {
    width: 80%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  .content404 img {
    width: 90%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .content404 img {
    width: 1000%;
    margin-bottom: 50px;
  }
}

/*------------------------------------------------------------------
WP-Specific
*/
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

.alignright {
  float: right;
  margin: 6px 0 14px 20px;
}

.alignleft {
  float: left;
  margin: 6px 20px 14px 0;
}

.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  max-width: 100%;
}

img.center {
  margin: 0 auto;
  display: block;
}

img.full {
  width: 100%;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

@media only screen and (max-width: 40.063em) {
  .alignleft,
  .alignright {
    width: 100%;
    margin: 0 0 20px;
  }
}

.wp-caption {
  position: relative;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 80%;
  margin: 0;
  font-weight: 300;
  font-size: 13px;
  background: #fff;
  color: #131219;
  padding: 13px 15px;
}
.rtl .wp-caption .wp-caption-text {
  left: auto;
  right: 20px;
}

.gallery {
  display: block;
  margin: 0 -15px;
  float: left;
  clear: both;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-3 .gallery-item {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
}
.gallery.gallery-columns-4 .gallery-item {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 64.063em) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery.gallery-columns-6 .gallery-item {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 64.063em) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
}
.gallery .gallery-item {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
}
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  width: 100%;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}

.more-link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #59c379;
}

[class^="tag-link"] {
  display: inline-block;
  border: 1px solid #d7d7d7;
  color: #9b9aa2;
  font-size: 11px;
  padding: 10px 14px 7px;
  text-transform: uppercase;
  margin: 0 1px 6px 0;
  line-height: 1;
  border-radius: 15px;
  font-weight: 700;
}
[class^="tag-link"]:hover {
  background: #59c379;
  border-color: #59c379;
  color: #fff !important;
}
.widget_product_tag_cloud [class^="tag-link"] {
  font-size: 11px !important;
}

.searchform {
  margin: 0;
}
.searchform fieldset {
  position: relative;
  border: 0;
}
.searchform fieldset input[type="text"],
.searchform fieldset input[type="search"] {
  margin-bottom: 0;
  width: 100%;
}
.searchform fieldset input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  outline: 0;
  text-indent: -9999px;
  width: 50px;
  padding: 0;
  height: 44px;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjAuMDc4cHgiIGhlaWdodD0iMTguNTMxcHgiIHZpZXdCb3g9IjAgMCAyMC4wNzggMTguNTMxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMC4wNzggMTguNTMxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMTguOTYsMTYuODk2bC00Ljk3My00LjkyNmMxLjAyLTEuMjU1LDEuNjMzLTIuODQ2LDEuNjMzLTQuNTc4YzAtNC4wMzUtMy4zMTItNy4zMTctNy4zODUtNy4zMTdTMC44NDksMy4zNTgsMC44NDksNy4zOTMNCgkJCWMwLDQuMDMzLDMuMzEzLDcuMzE2LDcuMzg2LDcuMzE2YzEuNjYsMCwzLjE4OC0wLjU1Miw0LjQyMi0xLjQ3MWw0Ljk5OCw0Ljk1YzAuMTgxLDAuMTc5LDAuNDE2LDAuMjY4LDAuNjUyLDAuMjY4DQoJCQljMC4yMzUsMCwwLjQ3Mi0wLjA4OSwwLjY1Mi0wLjI2OEMxOS4zMiwxNy44MzIsMTkuMzIsMTcuMjUzLDE4Ljk2LDE2Ljg5NnogTTIuNjkzLDcuMzkzYzAtMy4wMjcsMi40ODUtNS40ODksNS41NDItNS40ODkNCgkJCWMzLjA1NCwwLDUuNTQxLDIuNDYyLDUuNTQxLDUuNDg5YzAsMy4wMjYtMi40ODYsNS40ODktNS41NDEsNS40ODlDNS4xNzksMTIuODgyLDIuNjkzLDEwLjQxOSwyLjY5Myw3LjM5M3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") center center no-repeat;
}
.searchform fieldset input[type="submit"]:hover {
  color: #131219;
}

/*------------------------------------------------------------------
Mobile Menu
*/
/* Sidr */
#mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99;
  padding: 0;
  width: 280px;
  background: #fff;
  overflow: hidden;
  left: 0;
  -moz-transform: translate3d(-280px, 0, 0);
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.no-csstransforms3d #mobile-menu {
  left: -280px;
}
.touch #mobile-menu {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
  -webkit-overflow-scrolling: touch !important;
}
@media only screen and (min-width: 40.063em) {
  #mobile-menu {
    width: 380px;
    left: 0;
    -moz-transform: translate3d(-380px, 0, 0);
    -webkit-transform: translate3d(-380px, 0, 0);
    transform: translate3d(-380px, 0, 0);
  }
  .no-csstransforms3d #mobile-menu {
    left: -380px;
  }
}
.open-menu #mobile-menu {
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.no-csstransforms3d .open-menu #mobile-menu {
  left: 0;
}
.admin-bar #mobile-menu {
  padding-top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar #mobile-menu {
    padding-top: 32px;
  }
}
#mobile-menu .social-links {
  padding: 20px 15px 15px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  #mobile-menu .social-links {
    padding: 30px 15px 25px;
  }
}
#mobile-menu .social-links a {
  color: #131219;
  margin: 0 7px;
}
#mobile-menu .columns {
  border-bottom: 1px solid #f0f0f0;
}
#mobile-menu .columns + .columns {
  border-left: 1px solid #f0f0f0;
}
#mobile-menu .select-wrapper {
  margin: 0;
  border: 0;
  width: 100%;
}
#mobile-menu .select-wrapper select {
  height: 42px;
  font-size: 10px;
  padding: 9px 34px 9px 17px;
}
#mobile-menu .select-wrapper:after {
  top: 15px;
}
#mobile-menu .subheader-menu {
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}
#mobile-menu .subheader-menu ul {
  margin: 0 0 10px;
  padding: 0;
}
#mobile-menu .subheader-menu ul li {
  margin: 0;
  display: inline-block;
  padding: 0 7px;
}
#mobile-menu .menu-footer {
  text-align: center;
  padding: 0 15px;
  font-size: 11px;
  line-height: 16px;
  color: #131219;
}
#mobile-menu .menu-footer p {
  font-size: inherit;
}
#mobile-menu .menu-footer p:last-child {
  margin: 0;
}

/* Mobile Menu */
.mobile-menu {
  list-style: none;
  margin: 0;
  width: 100%;
  clear: left;
  background: #fff;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-menu li {
  margin: 0;
}
.mobile-menu li span {
  display: block;
  position: absolute;
  width: 49px;
  height: 49px;
  padding: 17px;
  top: 0;
  right: 0;
}
.mobile-menu li span .fa {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  background: #e6e6e6;
  font-weight: 400;
  color: #fff;
}
.mobile-menu li span:hover .fa {
  background: #131219;
}
.rtl .mobile-menu li span {
  right: auto;
  left: 0;
}
.mobile-menu li a {
  display: block;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  color: #131219;
  position: relative;
  text-transform: uppercase;
  padding: 19px 17px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu li a.active {
  background: #f8f8f8;
}
.mobile-menu li a.active span .fa {
  background: #131219;
}
.mobile-menu li a.active span .fa-plus:before {
  content: "\f068";
}
.mobile-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu .sub-menu .sub-menu {
  padding: 0 0 0 20px;
}
.mobile-menu .sub-menu li a {
  text-transform: none;
  padding-left: 0;
}
.mobile-menu .sub-menu li a.active {
  background: #fff;
}
.mobile-menu .sub-menu li:last-child a {
  border: 0;
}

/*------------------------------------------------------------------
Side Cart
*/
/* Side Cart */
#side-cart {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99;
  padding: 0;
  width: 280px;
  background: #fff;
  overflow: hidden;
  right: 0;
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.no-csstransforms3d #side-cart {
  right: -280px;
}
.touch #side-cart {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
  -webkit-overflow-scrolling: touch !important;
}
@media only screen and (min-width: 40.063em) {
  #side-cart {
    width: 380px;
    right: 0;
    -moz-transform: translate3d(380px, 0, 0);
    -webkit-transform: translate3d(380px, 0, 0);
    transform: translate3d(380px, 0, 0);
  }
  .no-csstransforms3d #side-cart {
    right: -380px;
  }
}
.admin-bar #side-cart {
  padding-top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar #side-cart {
    padding-top: 32px;
  }
}
.open-cart #side-cart {
  right: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#side-cart .table {
  height: calc(100% - 80px);
  width: 100%;
}
#side-cart .cart-container {
  background: #f9f9f9;
  height: 100%;
  float: right;
  width: 100%;
  padding-bottom: 145px;
  position: relative;
  color: #131219;
}
@media only screen and (min-width: 40.063em) {
  #side-cart .cart-container {
    padding-bottom: 175px;
  }
}
#side-cart .cart-container.empty {
  padding-bottom: 0;
}
#side-cart header {
  border-bottom: 1px solid #eee;
  padding: 30px;
}
#side-cart header h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #131219;
}
#side-cart .buttons {
  width: 100%;
  padding: 15px;
  height: 145px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f9f9f9;
}
@media only screen and (min-width: 40.063em) {
  #side-cart .buttons {
    padding: 30px;
    height: 175px;
  }
}
#side-cart .buttons .btn {
  margin: 0;
}
#side-cart .buttons .btn + .btn {
  margin-top: 5px;
}
#side-cart .subtotal {
  width: 100%;
  padding: 40px 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#side-cart .subtotal span:not(.woocommerce-Price-currencySymbol) {
  display: block;
  margin-top: 10px;
  color: #59c379;
  font-size: 40px;
  font-weight: 600;
}
#side-cart .custom_scroll {
  top: 86px;
  bottom: 145px;
  position: absolute;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  #side-cart .custom_scroll {
    bottom: 175px;
  }
}
#side-cart ul {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
}
#side-cart ul li {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 15px;
}
@media only screen and (min-width: 40.063em) {
  #side-cart ul li {
    padding: 30px;
  }
}
#side-cart ul li figure {
  float: left;
  width: 80px;
  margin-right: 15px;
}
@media only screen and (min-width: 40.063em) {
  #side-cart ul li figure {
    margin-right: 30px;
  }
}
.rtl #side-cart ul li figure {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .rtl #side-cart ul li figure {
    margin-left: 30px;
  }
}
#side-cart ul li .list_content {
  padding-left: 95px;
  padding-right: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 40.063em) {
  #side-cart ul li .list_content {
    padding-left: 110px;
  }
}
#side-cart ul li .list_content h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
#side-cart ul li .list_content .cross {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}
#side-cart ul li .list_content .quantity {
  padding: 0;
}
#side-cart ul li .list_content .price {
  display: inline-block;
}
#side-cart ul li .list_content .price > .amount {
  color: #131219;
  font-size: 16px;
}
#side-cart ul li .list_content dl.variation {
  margin-top: 5px;
  width: 100%;
}
#side-cart ul li .remove {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 5px;
  font-size: 24px;
  width: 12px;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 40.063em) {
  #side-cart ul li .remove {
    top: 30px;
    right: 30px;
  }
}
.rtl #side-cart ul li .remove {
  right: auto;
  left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .rtl #side-cart ul li .remove {
    left: 30px;
  }
}
#side-cart ul li .remove:hover {
  color: black;
}

/*------------------------------------------------------------------
Comments
*/
#comments h2 {
  text-align: center;
}
#comments h2 span {
  color: #59c379;
}
#comments .comment-notes {
  margin-bottom: 20px;
}
#comments ol.commentlist {
  list-style: none;
  margin: 0 0 40px;
  display: block;
}
#comments ol.commentlist .comment:before {
  display: none;
}
#comments ol.commentlist .comment .comment_container {
  position: relative;
}
#comments ol.commentlist .comment .comment-body,
#comments ol.commentlist .comment .comment-text {
  position: relative;
  min-height: 105px;
  padding-left: 105px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
#comments ol.commentlist .comment .comment-meta {
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 9px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 400;
}
#comments ol.commentlist .comment .comment-meta a {
  color: #767676;
}
#comments ol.commentlist .comment .vcard {
  border: 0;
  padding: 0;
  margin: 10px 0;
}
#comments ol.commentlist .comment .vcard .fn {
  font-size: 20px;
  font-weight: 600;
  color: #131219;
}
#comments ol.commentlist .comment .vcard .says {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #767676;
}
#comments ol.commentlist .comment p.meta {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 10px 0;
}
#comments ol.commentlist .comment p.meta strong {
  font-size: 20px;
  font-weight: 600;
  color: #131219;
}
#comments ol.commentlist .comment p.meta time {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #767676;
}
#comments ol.commentlist .comment .avatar {
  width: 80px;
  height: 80px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #fbe73a;
  border-radius: 40px;
}
#comments ol.commentlist .comment p {
  font-size: 16px;
  word-break: break-word;
}
#comments ol.commentlist .comment .reply {
  position: absolute;
  bottom: 0;
  left: 105px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #59c379;
}
#comments ol.commentlist .comment .reply a {
  color: #59c379;
}
#comments ol.commentlist .comment .reply:before {
  content: "\f064";
  font-family: FontAwesome;
  margin-right: 5px;
}
#comments ol.commentlist .comment:last-child .comment-body {
  border: 0;
  margin: 0;
}
#comments ol.commentlist .comment .children {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 40.063em) {
  #comments ol.commentlist .comment .children {
    margin-left: 105px;
  }
}
#comments ol.commentlist .comment .children .avatar {
  background: #d5d5d5;
}
#comments ol.commentlist .comment .comment-respond {
  margin-top: 40px;
}

.comment-respond {
  position: relative;
  padding-left: 105px;
}
.comment-respond:before {
  content: "+";
  width: 80px;
  height: 80px;
  background: #59c379;
  color: #fff;
  line-height: 80px;
  text-align: center;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80px;
  font-weight: 300;
}
.comment-respond .comment-reply-title {
  font-size: 30px;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
.comment-respond .comment-reply-title small a {
  color: #59c379;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
  width: 100%;
}
.comment-respond .form-submit {
  text-align: right;
}
.comment-respond .form-submit .submit {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .comment-respond .form-submit .submit {
    width: auto;
  }
}

/*------------------------------------------------------------------
Shop
*/
.shop_bar {
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .breadcrumbs {
    text-align: left;
  }
  .shop_bar .ordering {
    text-align: right;
  }
}
.shop_bar .woocommerce-breadcrumb {
  line-height: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .woocommerce-breadcrumb {
    margin: 0;
  }
}
.shop_bar .woocommerce-result-count,
.shop_bar .woocommerce-ordering {
  display: block;
  margin: 0 0 15px;
}
@media only screen and (min-width: 40.063em) {
  .shop_bar .woocommerce-result-count,
  .shop_bar .woocommerce-ordering {
    display: inline-block;
    margin: 0;
  }
}
.shop_bar .woocommerce-result-count {
  font-size: 14px;
  color: #8f8f8f;
  margin-right: 10px;
  line-height: 20px;
}
.shop_bar .woocommerce-ordering .select-wrapper {
  border: 0;
  margin: 0;
  float: none;
}
.shop_bar .woocommerce-ordering .select-wrapper:after {
  top: 4px;
  right: 0;
}
.rtl .shop_bar .woocommerce-ordering .select-wrapper:after {
  right: auto;
  left: 0;
}
.shop_bar .woocommerce-ordering .select-wrapper select {
  padding: 0 19px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  height: 18px;
}
.rtl .shop_bar .woocommerce-ordering .select-wrapper select {
  padding: 0 0 0 19px;
}

.shop_subcategories {
  margin: 0;
  text-align: center;
  padding: 0 15px;
  list-style: none;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 40.063em) {
  .shop_subcategories {
    padding: 27px 0;
  }
}
.shop_subcategories li {
  display: inline-block;
  margin: 0 10px;
}
.shop_subcategories li:last-child {
  margin: 0 10px;
}
@media only screen and (min-width: 40.063em) {
  .shop_subcategories li {
    margin: 0 15px;
  }
  .shop_subcategories li:last-child {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 64.063em) {
  .shop_subcategories li {
    margin: 0 25px;
  }
  .shop_subcategories li:last-child {
    margin: 0 25px;
  }
}
.shop_subcategories li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.no-products {
  height: 300px;
  width: 100%;
}

.products {
  position: relative;
}
.products.two-columns .columns {
  width: 50%;
}
.products.three-columns .columns {
  width: 33.33333%;
}
.products.four-columns .columns {
  width: 25%;
}
.products .product {
  display: block;
  margin-bottom: 35px;
  text-align: center;
}
.products .product .post-title h3 {
  font-size: 16px;
  margin: 0;
}
.products .product .post-title .star-rating,
.products .product .post-title .add_to_cart {
  display: none;
}
.products .product .product-image {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.products .product .product-image a {
  display: block;
}
.products .product .product-image img {
  width: 100%;
}
.products .product .product-image .fade {
  will-change: opacity;
  opacity: 1;
}
.products .product .product-image .fade + .fade {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.products .product .product-image .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: #131219;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  opacity: 0;
}
.rtl .products .product .product-image .yith-wcwl-add-to-wishlist {
  direction: ltr;
}
.products .product .product-image .yith-wcwl-add-to-wishlist a {
  color: #131219;
}
.products .product .product-image .yith-wcwl-add-to-wishlist:hover .text {
  opacity: 1;
}
.products .product .product-image .yith-wcwl-add-to-wishlist .text {
  position: relative;
  top: -3px;
  margin-right: 5px;
  opacity: 0;
}
.products .product .product-image .yith-wcwl-add-to-wishlist .wishlist_icon {
  fill: transparent;
}
.products .product .product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .wishlist_icon path,
.products .product .product-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .wishlist_icon path {
  fill: #e25842;
  stroke: #e25842;
}
.products .product .product-image .add_to_cart {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  line-height: 1;
  background: rgba(19, 18, 25, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 17px 15px;
  opacity: 0;
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.products .product .product-image .add_to_cart:hover {
  background: #59c379;
}
.products .product .product-image .added_to_cart {
  display: none;
}
.products .product:hover .fade {
  opacity: 0;
}
.products .product:hover .fade + .fade,
.products .product:hover .add_to_cart,
.products .product:hover .yith-wcwl-add-to-wishlist {
  opacity: 1;
}
.products .product:hover .add_to_cart {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.product-category {
  display: block;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  background: #131219;
}
.product-category .table {
  width: 100%;
}
.product-category figure {
  padding: 0;
  margin: 0;
}
.product-category figure img {
  width: 100%;
}
.product-category span {
  display: block;
  background: #fff;
  position: absolute;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  top: 15px;
  left: 0;
  padding: 14px 15px 11px;
  z-index: 10;
  color: #131219;
}
@media only screen and (min-width: 40.063em) {
  .product-category span {
    padding: 20px 22px 18px;
    font-size: 13px;
    top: 30px;
  }
}
.product-category a {
  display: block;
}
.product-category .title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 11;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.product-category h2 {
  opacity: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 40.063em) {
  .product-category h2 {
    font-size: 20px;
  }
}
.product-category h2 a {
  color: #fff;
}
.product-category h2 a:hover {
  color: #fff;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  z-index: 2;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  height: 20px;
  line-height: 24px;
  padding: 0 6px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
}
.badge.onsale {
  background: rgba(26, 169, 127, 0.5);
}
.badge.onsale.perc {
  font-weight: 400;
  font-size: 11px;
}
.badge.out-of-stock {
  background: rgba(177, 177, 177, 0.5);
}
.badge.new {
  background: rgba(235, 186, 3, 0.5);
}

.price {
  display: block;
}
.price .from {
  display: none;
}
.price .amount {
  font-size: 14px;
  color: #131219;
}
.price del {
  color: #8f8f8f;
  font-size: 14px;
}
.price del .amount {
  color: #8f8f8f;
}
.price del + ins {
  margin-left: 10px;
}
.price ins {
  text-decoration: none;
}
.price.single-price {
  display: inline-block;
}
.price.single-price > .amount {
  font-size: 30px;
  color: #59c379;
}
.price.single-price del .amount {
  font-size: 24px;
}
.price.single-price ins .amount {
  font-size: 30px;
  color: #59c379;
}

.stock.out-of-stock {
  font-weight: 600;
  color: #e24f3d;
}

.woocommerce-product-rating {
  display: block;
}

.star-rating {
  display: inline-block;
  position: relative;
  height: 14px;
  line-height: 14px;
  width: 70px;
  background: url("../img/stars.png") no-repeat left top;
  background-size: 70px 28px;
  text-indent: -9999px;
}
.star-rating span {
  top: 0;
  left: 0;
  position: absolute;
  height: 14px;
  line-height: 14px;
  width: 70px;
  overflow: hidden;
  background: url("../img/stars.png") no-repeat left -14px;
  background-size: 70px 28px;
}
.star-rating + .write_first {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #131219;
  margin-left: 20px;
  line-height: 18px;
  vertical-align: text-top;
}
#comments .star-rating {
  float: right;
  margin: 10px 0 0;
}

.comment-form-rating p.stars {
  display: block;
  float: left;
  position: relative;
  height: 14px;
  line-height: 14px;
  width: 70px;
}
.comment-form-rating p.stars span {
  top: 0;
  left: 0;
  position: absolute;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  width: 70px;
}
.comment-form-rating p.stars span a {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  float: left;
  text-indent: -9999px;
  position: relative;
  background: url("../img/stars.png") no-repeat left top;
  background-size: 70px 28px;
  text-indent: -9999px;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
}
.comment-form-rating p.stars span a.active {
  background-position: left -14px;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  color: #131219;
  font-weight: 600;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  color: #8f8f8f;
}
.woocommerce-breadcrumb a {
  font-weight: 400;
}
.woocommerce-breadcrumb a:hover {
  color: #131219;
}

/* Tables */
.shop_attributes {
  border: 0;
  width: 100%;
  border-spacing: 0;
  text-align: left;
}
.rtl .shop_attributes {
  text-align: right;
}
.shop_attributes tbody tr th {
  vertical-align: middle;
  padding: 20px 0 18px;
  color: #131219;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
  background: none;
  width: 120px;
}
.shop_attributes tbody tr td {
  vertical-align: middle;
  padding: 14px 0 14px 15px;
  border-bottom: 1px solid #f5f5f5;
  background: none;
  font-weight: 400;
  font-size: 14px;
  color: #454545;
  text-align: right;
}
.shop_attributes tbody tr td p {
  margin: 0;
  color: #454545;
  font-size: 14px;
  font-weight: 300;
}
.shop_attributes tbody tr:last-child td, .shop_attributes tbody tr:last-child th {
  border-bottom: 0;
  background: none;
}
.shop_attributes tbody tr.alt {
  background: none;
}
.shop_attributes tbody tr.alt th {
  background: none;
}

.shop_table {
  border: 0;
  width: 100%;
  border-spacing: 0;
}
.shop_table thead {
  padding-bottom: 10px;
}
.shop_table thead tr th {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 10px 0;
  color: #131219;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #f8f8f8;
}
@media only screen and (min-width: 40.063em) {
  .shop_table thead tr th {
    padding: 0 0 15px 0;
  }
}
.shop_table thead tr th.product-name, .shop_table thead tr th.product-remove, .shop_table thead tr th.order-number, .shop_table thead tr th.order-date, .shop_table thead tr th.order-status, .shop_table thead tr th.order-amount {
  text-align: left;
}
.rtl .shop_table thead tr th.product-name, .rtl .shop_table thead tr th.product-remove, .rtl .shop_table thead tr th.order-number, .rtl .shop_table thead tr th.order-date, .rtl .shop_table thead tr th.order-status, .rtl .shop_table thead tr th.order-amount {
  text-align: right;
}
.shop_table thead tr th.order-number {
  padding-left: 0;
}
@media only screen and (max-width: 40.063em) {
  .shop_table thead tr th.product-remove {
    width: 0;
  }
}
.shop_table thead tr th.product-thumbnail {
  text-align: left;
}
@media only screen and (min-width: 40.063em) {
  .shop_table thead tr th.product-thumbnail {
    display: none;
  }
}
.rtl .shop_table thead tr th.product-thumbnail {
  text-align: right;
}
.shop_table thead tr th.product-name {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .shop_table thead tr th.product-name {
    display: table-cell;
  }
}
@media only screen and (max-width: 40.063em) {
  .shop_table thead tr th.product-price {
    width: 0;
    padding: 0;
    visibility: collapse;
    display: none;
  }
}
.shop_table tfoot {
  font-weight: 500;
  color: #131219;
}
.shop_table tfoot tr th,
.shop_table tfoot tr td {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: 500;
}
@media only screen and (max-width: 40.063em) {
  .shop_table tfoot tr th,
  .shop_table tfoot tr td {
    padding: 10px 0;
  }
}
.shop_table tfoot tr th {
  font-weight: 500;
  text-align: left;
}
.rtl .shop_table tfoot tr th {
  text-align: right;
}
.shop_table tfoot tr.total th,
.shop_table tfoot tr.total td {
  border-bottom: 0;
}
.shop_table tfoot tr.total th .amount,
.shop_table tfoot tr.total td .amount {
  font-size: 20px;
  font-weight: 900;
}
.shop_table tbody {
  padding-top: 10px;
}
.shop_table tbody tr:nth-child(even) {
  background: none;
}
.shop_table tbody tr:nth-child(odd) {
  background: none;
}
.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
.shop_table tbody tr td {
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  color: #131219;
  border-bottom: 1px solid #f8f8f8;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td {
    padding: 30px 0;
  }
}
.shop_table tbody tr td.order-number {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  padding-left: 0;
}
.shop_table tbody tr td.order-status {
  text-transform: uppercase;
  font-weight: 600;
}
.shop_table tbody tr td.order-status.approved {
  color: #59c379;
}
.shop_table tbody tr td.order-status.hold {
  color: #676767;
}
.shop_table tbody tr td.order-status.cancelled {
  color: #ec0f38;
}
.shop_table tbody tr td.product-price, .shop_table tbody tr td.product-quantity {
  text-align: center;
}
.shop_table tbody tr td.product-price .quantity .qty, .shop_table tbody tr td.product-quantity .quantity .qty {
  margin-bottom: 0;
  text-align: center;
  width: 30px;
  padding: 10px 5px;
  font-size: 13px;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td.product-price .quantity .qty, .shop_table tbody tr td.product-quantity .quantity .qty {
    width: 50px;
    padding: 15px 10px;
  }
}
.shop_table tbody tr td.product-price {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td.product-price {
    display: table-cell;
  }
}
.shop_table tbody tr td.order-actions a + a {
  margin-left: 10px;
}
.shop_table tbody tr td.product-name {
  color: #737373;
  font-size: 12px;
  text-align: left;
}
.shop_table tbody tr td.product-name a,
.shop_table tbody tr td.product-name span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #131219;
  margin-bottom: 10px;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td.product-name a,
  .shop_table tbody tr td.product-name span {
    font-size: 18px;
  }
}
.shop_table tbody tr td.product-name a:last-child,
.shop_table tbody tr td.product-name span {
  margin-bottom: 0;
}
.shop_table tbody tr td.product-name span +
.product-quantity {
  font-size: 16px;
}
.shop_table tbody tr td.product-name, .shop_table tbody tr td.product-remove, .shop_table tbody tr td.order-number, .shop_table tbody tr td.order-date, .shop_table tbody tr td.order-status, .shop_table tbody tr td.order-amount {
  text-align: left;
}
.rtl .shop_table tbody tr td.product-name, .rtl .shop_table tbody tr td.product-remove, .rtl .shop_table tbody tr td.order-number, .rtl .shop_table tbody tr td.order-date, .rtl .shop_table tbody tr td.order-status, .rtl .shop_table tbody tr td.order-amount {
  text-align: right;
}
.shop_table tbody tr td.product-thumbnail {
  display: none;
  vertical-align: top;
  width: 0;
  text-align: left;
}
@media only screen and (min-width: 40.063em) {
  .shop_table tbody tr td.product-thumbnail {
    display: table-cell;
    width: 95px;
    min-width: 95px;
  }
}
.rtl .shop_table tbody tr td.product-thumbnail {
  text-align: right;
}
.shop_table tbody tr td.product-quantity {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.shop_table tbody tr td.product-quantity .wishlist-in-stock {
  color: #59c379;
}
.shop_table tbody tr td.product-quantity .wishlist-out-of-stock {
  color: #ec0f38;
}
.shop_table tbody tr td.product-stock-status {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.shop_table tbody tr td.product-stock-status .wishlist-in-stock {
  color: #59c379;
}
.shop_table tbody tr td.product-stock-status .wishlist-out-of-stock {
  color: #ec0f38;
}
.shop_table tbody tr td.product-total {
  font-size: 16px;
  color: #131219;
  font-weight: 400;
}
.shop_table tbody tr td.product-remove {
  min-width: 20px;
  width: 20px;
  position: relative;
  height: 100%;
}
.shop_table tbody tr td.product-remove a {
  display: block;
  width: 10px;
  height: 10px;
  background: transparent url("../img/close.png") center center no-repeat;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  text-indent: -9999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.rtl .shop_table tbody tr td.product-remove a {
  text-indent: 9999px;
}
.shop_table tbody tr td.product-remove a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.shop_table #shipping_method label {
  font-weight: 400 !important;
  text-align: left;
}
.shop_table #shipping_method label .amount {
  font-weight: 600;
}
.shop_table.wishlist {
  table-layout: fixed;
}
.shop_table.wishlist thead tr th.product-add-to-cart {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.wishlist thead tr th.product-add-to-cart {
    display: table-cell;
  }
}
.shop_table.wishlist thead tr th.product-remove {
  width: 20px;
}
.shop_table.wishlist thead tr th.product-name,
.shop_table.wishlist tbody tr td.product-name {
  padding-left: 0;
}
.shop_table.wishlist tbody tr td.product-add-to-cart {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.wishlist tbody tr td.product-add-to-cart {
    display: table-cell;
  }
}
.shop_table.wishlist tbody tr td.product-price {
  font-size: 14px;
}
.shop_table.order_table {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 30px;
}
.shop_table.order_table thead tr th.product-subtotal {
  text-align: left;
  padding-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.order_table thead tr th.product-subtotal {
    padding-left: 20px;
  }
}
.shop_table.order_table tbody tr td {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eee;
}
.shop_table.order_table tbody tr td.product-name .variation {
  margin-top: 10px;
}
.shop_table.order_table tbody tr td.product-total {
  padding-left: 15px;
  text-align: left;
  vertical-align: top;
  line-height: 18px;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.order_table tbody tr td.product-total {
    padding-left: 20px;
  }
}
.shop_table.order_table.woocommerce-checkout-review-order-table tbody tr:first-child td {
  padding-top: 0;
}
.shop_table.order_table tfoot tr.order-total td {
  font-size: 20px;
}
.shop_table.order_table tfoot tr.order-total td strong {
  font-size: 22px;
}
.shop_table.order_table tfoot tr.order-total th, .shop_table.order_table tfoot tr.order-total td {
  line-height: 22px;
  border-bottom: 0;
}
.shop_table.order_table tfoot tr td {
  padding-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .shop_table.order_table tfoot tr td {
    padding-left: 20px;
  }
}
.shop_table + #payment {
  margin-top: 50px;
}

.quantity {
  position: relative;
  zoom: 1;
  padding-right: 15px;
  display: inline-block;
}
@media only screen and (min-width: 40.063em) {
  .quantity {
    padding-right: 19px;
  }
}
.rtl .quantity {
  padding-right: 0;
  padding-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .rtl .quantity {
    padding-left: 19px;
  }
}
.quantity .plus,
.quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 1px solid #eee;
  position: absolute;
  text-align: center;
  width: 15px;
  height: 50%;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  text-shadow: none;
  line-height: 1;
  background: none;
  color: #8f8f8f;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media only screen and (min-width: 40.063em) {
  .quantity .plus,
  .quantity .minus {
    width: 19px;
  }
}
.quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
  border-left: 0;
}
.rtl .quantity .plus {
  right: auto;
  left: 0;
}
.quantity .minus {
  bottom: 0;
  right: 0;
  border-left: 0;
}
.rtl .quantity .minus {
  right: auto;
  left: 0;
}

dl.variation {
  margin: 0;
  color: #131219;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}
dl.variation dt {
  display: inline-block;
  clear: left;
  margin: 0 10px 5px 0;
  font-size: 11px;
  font-weight: 400;
}
.rtl dl.variation dt {
  margin-right: 0;
}
dl.variation dd {
  display: inline-block;
  margin: 0 0 5px 0;
}
.rtl dl.variation dd {
  margin-right: 10px;
}
dl.variation dd p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}

/* Cart Page */
.my_cart {
  padding: 100px 0 0;
}
@media only screen and (max-width: 40.063em) {
  .my_cart {
    padding: 0;
  }
}

.cart-collaterals {
  background: #fafafa;
  padding: 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 40.063em) {
  .cart-collaterals {
    padding: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  .cart-collaterals {
    padding: 35px;
    margin: 0;
  }
}
@media only screen and (min-width: 80em) {
  .cart-collaterals {
    padding: 50px;
  }
}
.cart-collaterals .cart_totals h4 {
  font-size: 30px;
  margin-bottom: 25px;
}
.cart-collaterals .cart_totals #shipping_method {
  float: none;
}
.cart-collaterals .cart_totals table {
  border: 0;
  border-spacing: 0;
  background: none;
  width: 100%;
  margin: 0 0 25px;
  color: #454545;
}
.cart-collaterals .cart_totals table tbody tr td,
.cart-collaterals .cart_totals table tbody tr th {
  padding: 25px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-size: 16px;
}
.cart-collaterals .cart_totals table tbody tr {
  background: none;
}
.cart-collaterals .cart_totals table tbody tr td {
  text-align: left;
  background: none;
  padding-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .cart-collaterals .cart_totals table tbody tr td {
    padding-left: 20px;
  }
}
.rtl .cart-collaterals .cart_totals table tbody tr td {
  padding-left: auto;
  padding-right: 15px;
}
@media only screen and (min-width: 40.063em) {
  .rtl .cart-collaterals .cart_totals table tbody tr td {
    padding-right: 20px;
  }
}
.cart-collaterals .cart_totals table tbody tr th {
  text-align: left;
  font-weight: 500;
  background: none;
}
.cart-collaterals .cart_totals table tbody tr.order-total td {
  font-weight: 600;
  font-size: 22px;
}
.cart-collaterals .cart_totals table + p {
  margin: 0 0 25px;
}
.cart-collaterals .cart_totals small {
  font-size: 13px;
  color: #676767;
}

.update-button {
  width: 35%;
}
@media only screen and (max-width: 80em) {
  .update-button {
    width: 100%;
  }
}
.update-button + .checkout-button {
  width: 60%;
  margin-left: 3%;
}
@media only screen and (max-width: 80em) {
  .update-button + .checkout-button {
    width: 100%;
    margin: 20px 0 0;
  }
}

.checkout {
  margin-top: 5px;
}
@media only screen and (min-width: 40.063em) {
  .checkout {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  .checkout {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 80em) {
  .checkout {
    margin-top: 65px;
  }
}

.my_orders {
  border: 0;
  width: 100%;
  border-spacing: 0;
}
.my_orders thead {
  background: #fff;
  padding-bottom: 10px;
}
.my_orders thead tr th {
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  padding: 0 0 10px;
  border-bottom: 2px solid #131219;
  line-height: 1;
  text-transform: uppercase;
}
.my_orders tbody {
  padding-top: 10px;
}
.my_orders tbody tr td {
  padding: 20px 0;
  vertical-align: middle;
  color: #737373;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.my_orders tbody tr td.order-actions {
  text-align: right;
}
.my_orders tbody tr td.order-number a {
  font-size: 18px;
  color: #131219;
}
.my_orders tbody tr:nth-child(even) {
  background: #fff;
}
.my_orders.order_table {
  border-bottom: 0;
}
.my_orders.order_table thead tr th {
  font-weight: 400;
  border-bottom-width: 1px;
}

.group_table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
  table-layout: fixed;
}
.group_table tbody tr td {
  padding: 0 10px 20px 0;
}
.group_table tbody tr td:first-child {
  width: 100px;
}
.group_table tbody tr td label a {
  color: #131219;
}
.group_table tbody tr:nth-child(even) {
  background: #fff;
}
.group_table .quantity {
  float: none;
}

#coupon_code {
  width: 100%;
  padding: 15px 18px 12px;
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  #coupon_code {
    width: 60%;
  }
}
#coupon_code + .apply_coupon {
  width: 100%;
  margin: 10px 0 0;
}
@media only screen and (min-width: 40.063em) {
  #coupon_code + .apply_coupon {
    width: 35%;
    margin: 0;
  }
}

.button.update-button {
  margin: 10px 0 0;
}
@media only screen and (min-width: 40.063em) {
  .button.update-button {
    margin: 0;
  }
}

.coupon-container {
  border: 1px dashed #cdcdcd;
  padding: 30px;
}
@media only screen and (max-width: 40.063em) {
  .coupon-container {
    margin-top: 30px;
  }
}
.coupon-container.margin {
  display: none;
  margin-bottom: 55px;
}
.coupon-container .notification-box {
  display: none;
}
.coupon-container .checkout_coupon {
  float: left;
  width: 100%;
  display: block !important;
}
.coupon-container .checkout_coupon #coupon_code {
  width: 100%;
  border: 1px solid #eee;
}
.coupon-container .checkout_coupon #coupon_code + .apply_coupon {
  width: auto;
  margin: 0;
}

.woocommerce-checkout-review-order {
  background: #fafafa;
  padding: 15px;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-checkout-review-order {
    padding: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-checkout-review-order {
    padding: 35px;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-checkout-review-order {
    padding: 50px;
  }
}
.woocommerce-checkout-review-order h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.shipping-calculator-button {
  display: block;
  color: #131219;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 25px;
}

.shipping-calculator-form {
  width: 100%;
}
@media only screen and (max-width: 40.063em) {
  .shipping-calculator-form {
    width: 100%;
  }
}
.shipping-calculator-form .formrow {
  display: block;
  margin-bottom: 8px;
}
.shipping-calculator-form .formrow .select-wrapper,
.shipping-calculator-form .formrow input {
  margin: 0;
  float: none;
}
.shipping-calculator-form .formrow .input-text {
  width: 100%;
}
.shipping-calculator-form .formrow:last-child {
  margin: 0;
}

/* Checkout */
.billing_shipping,
.cart-holder {
  padding-right: 15px;
}
@media only screen and (min-width: 64.063em) {
  .billing_shipping,
  .cart-holder {
    padding-right: 45px;
  }
}

.cart-holder .related {
  margin-top: 60px;
}

.woocommerce-billing-fields h6,
.woocommerce-shipping-fields h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 30px;
  color: #131219;
}
.woocommerce-billing-fields .form-row-wide,
.woocommerce-shipping-fields .form-row-wide {
  width: 100%;
}
.woocommerce-billing-fields #billing_first_name_field,
.woocommerce-billing-fields #shipping_first_name_field,
.woocommerce-billing-fields #billing_last_name_field,
.woocommerce-billing-fields #shipping_last_name_field,
.woocommerce-billing-fields #billing_email_field,
.woocommerce-billing-fields #billing_phone_field,
.woocommerce-billing-fields #shipping_email_field,
.woocommerce-billing-fields #shipping_phone_field,
.woocommerce-shipping-fields #billing_first_name_field,
.woocommerce-shipping-fields #shipping_first_name_field,
.woocommerce-shipping-fields #billing_last_name_field,
.woocommerce-shipping-fields #shipping_last_name_field,
.woocommerce-shipping-fields #billing_email_field,
.woocommerce-shipping-fields #billing_phone_field,
.woocommerce-shipping-fields #shipping_email_field,
.woocommerce-shipping-fields #shipping_phone_field {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-billing-fields #billing_first_name_field,
  .woocommerce-billing-fields #shipping_first_name_field,
  .woocommerce-billing-fields #billing_last_name_field,
  .woocommerce-billing-fields #shipping_last_name_field,
  .woocommerce-billing-fields #billing_email_field,
  .woocommerce-billing-fields #billing_phone_field,
  .woocommerce-billing-fields #shipping_email_field,
  .woocommerce-billing-fields #shipping_phone_field,
  .woocommerce-shipping-fields #billing_first_name_field,
  .woocommerce-shipping-fields #shipping_first_name_field,
  .woocommerce-shipping-fields #billing_last_name_field,
  .woocommerce-shipping-fields #shipping_last_name_field,
  .woocommerce-shipping-fields #billing_email_field,
  .woocommerce-shipping-fields #billing_phone_field,
  .woocommerce-shipping-fields #shipping_email_field,
  .woocommerce-shipping-fields #shipping_phone_field {
    width: 50%;
  }
}
.woocommerce-billing-fields .form-row-wide input,
.woocommerce-billing-fields .form-row-wide textarea,
.woocommerce-billing-fields .form-row-first input,
.woocommerce-billing-fields .form-row-first textarea,
.woocommerce-billing-fields .form-row-last input,
.woocommerce-billing-fields .form-row-last textarea,
.woocommerce-shipping-fields .form-row-wide input,
.woocommerce-shipping-fields .form-row-wide textarea,
.woocommerce-shipping-fields .form-row-first input,
.woocommerce-shipping-fields .form-row-first textarea,
.woocommerce-shipping-fields .form-row-last input,
.woocommerce-shipping-fields .form-row-last textarea {
  width: 100%;
}
.woocommerce-billing-fields #billing_first_name_field,
.woocommerce-billing-fields #shipping_first_name_field,
.woocommerce-billing-fields #billing_email_field,
.woocommerce-billing-fields #shipping_email_field,
.woocommerce-shipping-fields #billing_first_name_field,
.woocommerce-shipping-fields #shipping_first_name_field,
.woocommerce-shipping-fields #billing_email_field,
.woocommerce-shipping-fields #shipping_email_field {
  padding-right: 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-billing-fields #billing_first_name_field,
  .woocommerce-billing-fields #shipping_first_name_field,
  .woocommerce-billing-fields #billing_email_field,
  .woocommerce-billing-fields #shipping_email_field,
  .woocommerce-shipping-fields #billing_first_name_field,
  .woocommerce-shipping-fields #shipping_first_name_field,
  .woocommerce-shipping-fields #billing_email_field,
  .woocommerce-shipping-fields #shipping_email_field {
    padding-right: 15px;
  }
}
.woocommerce-billing-fields #billing_last_name_field,
.woocommerce-billing-fields #shipping_last_name_field,
.woocommerce-billing-fields #billing_phone_field,
.woocommerce-billing-fields #shipping_phone_field,
.woocommerce-shipping-fields #billing_last_name_field,
.woocommerce-shipping-fields #shipping_last_name_field,
.woocommerce-shipping-fields #billing_phone_field,
.woocommerce-shipping-fields #shipping_phone_field {
  padding-left: 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-billing-fields #billing_last_name_field,
  .woocommerce-billing-fields #shipping_last_name_field,
  .woocommerce-billing-fields #billing_phone_field,
  .woocommerce-billing-fields #shipping_phone_field,
  .woocommerce-shipping-fields #billing_last_name_field,
  .woocommerce-shipping-fields #shipping_last_name_field,
  .woocommerce-shipping-fields #billing_phone_field,
  .woocommerce-shipping-fields #shipping_phone_field {
    padding-left: 15px;
  }
}
.woocommerce-billing-fields #billing_address_1,
.woocommerce-billing-fields #shipping_address_1,
.woocommerce-shipping-fields #billing_address_1,
.woocommerce-shipping-fields #shipping_address_1 {
  margin-bottom: 5px;
}

#ship-to-different-address {
  padding: 0;
  float: right;
  width: 100%;
  margin-top: 50px;
}
#ship-to-different-address h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 30px;
  color: #131219;
}
#ship-to-different-address .shipping_toggle {
  float: right;
  position: relative;
}
.rtl #ship-to-different-address .shipping_toggle {
  float: left;
}

#order_comments {
  min-height: 124px;
  width: 100%;
}

.login p {
  text-align: center;
  margin-bottom: 30px;
}
.login .button {
  margin-top: 30px;
}
.login .lost_password {
  color: #10b3e9;
  float: right;
  line-height: 20px;
}

.checkout-quick-login,
.checkout-quick-coupon {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #131219;
  margin-bottom: 25px;
}
.checkout-quick-login a,
.checkout-quick-coupon a {
  color: #59c379;
}

.checkout-quick-login {
  margin-bottom: 40px;
}

.login + .checkout-quick-coupon {
  padding-top: 40px;
  position: relative;
}
.login + .checkout-quick-coupon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #dedede;
  margin-left: -15px;
}

.button.button_checkout_login {
  margin-top: 40px;
}

#shop-page.pull {
  padding-left: 0;
  padding-right: 300px;
}
@media only screen and (max-width: 40.063em) {
  #shop-page.pull {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
#shop-page.push {
  padding-right: 0;
  padding-left: 300px;
}
@media only screen and (max-width: 40.063em) {
  #shop-page.push {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
#shop-page .masonry {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 40.063em) {
  #shop-page .masonry {
    width: 100% !important;
  }
}

#checkout_thankyou h2 {
  margin-top: 50px;
}
#checkout_thankyou .order_details {
  list-style: none;
  font-size: 14px;
  color: #131219;
}

.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.payment_methods li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.payment_methods li label {
  margin: 0;
  float: none;
}
.payment_methods li .custom_label {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.payment_methods li img {
  vertical-align: middle;
  margin-left: 10px;
  max-height: 16px;
}
.payment_methods li .payment_box {
  margin: 10px 0 10px 25px;
  float: left;
  font-size: 14px;
  line-height: 18px;
}
.rtl .payment_methods li .payment_box {
  margin: 10px 25px 10px 0;
  float: right;
}
.payment_methods li .payment_box p {
  margin: 0;
  color: #79787f;
}
.payment_methods li .about_paypal {
  color: #59c379;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 20px;
}

.place-order .button {
  width: 100%;
  margin-top: 20px;
}

.form-row {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}

/* My Account */
.nav-row {
  border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation {
  margin: 0;
  padding: 30px 0 20px;
  text-align: center;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 10px;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  text-align: center;
  color: #d5d5d5;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation li a svg {
  display: inline-block;
}
.woocommerce-MyAccount-navigation li a svg path {
  fill: #d5d5d5;
}
.woocommerce-MyAccount-navigation li a span {
  display: block;
}
.woocommerce-MyAccount-navigation li.is-active a, .woocommerce-MyAccount-navigation li:hover a {
  color: #59c379;
}
.woocommerce-MyAccount-navigation li.is-active path, .woocommerce-MyAccount-navigation li:hover path {
  fill: #59c379;
}

.woocommerce-MyAccount-content {
  padding: 20px 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-MyAccount-content {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-MyAccount-content {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-MyAccount-content {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce-MyAccount-content {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-MyAccount-content h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-MyAccount-content h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-MyAccount-content h3 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce-MyAccount-content h3 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 40.063em) {
  #yith-wcwl-form h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  #yith-wcwl-form h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 80em) {
  #yith-wcwl-form h3 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 100em) {
  #yith-wcwl-form h3 {
    margin-bottom: 70px;
  }
}

.address {
  margin: 20px 0 30px;
}
.address address {
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
.address + .address {
  margin-top: 30px;
}
@media only screen and (min-width: 40.063em) {
  .address + .address {
    margin-top: 30px;
  }
}

.order-info {
  margin-bottom: 25px;
}

/* My Account - Login */
#customer_login {
  position: relative;
  padding-top: 60px;
  width: 100%;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#customer_login > div {
  padding: 0 0 120px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#customer_login #user_login {
  margin-bottom: 0;
}
#customer_login .back_home {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 38px 0;
  background: #f9f9f9;
}
#customer_login .back_home a {
  color: rgba(19, 18, 25, 0.6);
}
#customer_login .back_home a:hover {
  color: #131219;
}
#customer_login p {
  color: #131219;
}
#customer_login .button {
  margin: 30px 0;
}
#customer_login form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  #customer_login form {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 64.063em) {
  #customer_login form {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 80em) {
  #customer_login form {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 100em) {
  #customer_login form {
    margin-bottom: 55px;
  }
}
#customer_login .logoimg {
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  #customer_login .logoimg {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 64.063em) {
  #customer_login .logoimg {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 80em) {
  #customer_login .logoimg {
    margin-bottom: 60px;
  }
}
#customer_login .register-container {
  display: none;
}
#customer_login .login-container p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 40.063em) {
  #customer_login .login-container p {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 64.063em) {
  #customer_login .login-container p {
    margin-bottom: 30px;
  }
}
#customer_login .login-container label,
#customer_login .register-container label {
  display: inline;
}

/* Empty Cart */
.cart-empty {
  padding: 80px 15px;
}
.cart-empty figure {
  display: inline-block;
  margin: 0 auto 30px;
  width: 164px;
  height: 117px;
  background: url("../img/cart-empty.png") top left no-repeat;
  -moz-background-size: 164px 117px;
  -o-background-size: 164px 117px;
  -webkit-background-size: 164px 117px;
  background-size: 164px 117px;
}
.cart-empty .message {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  color: #131219;
  margin-bottom: 50px;
}
.cart-empty .return-to-shop {
  margin: 20px 0 0;
}
.cart-empty section {
  padding: 40px 0;
}
#side-cart .cart-empty {
  padding: 0 15px;
}
#side-cart .cart-empty figure {
  width: 82px;
  height: 59px;
  margin-bottom: 0;
  -moz-background-size: 82px 59px;
  -o-background-size: 82px 59px;
  -webkit-background-size: 82px 59px;
  background-size: 82px 59px;
}
#side-cart .cart-empty .message {
  font-size: 16px;
  line-height: 20px;
  margin: 20px;
}

/* Table Rate */
#shipping_method {
  list-style: none;
  margin: 0;
}
#shipping_method li {
  float: left;
  display: block;
  clear: left;
  width: 100%;
}

/* Terms & Conditions */
.terms {
  margin-top: 10px;
}
.terms label {
  font-size: 13px;
  font-weight: 600;
}
.terms label a {
  color: #59c379;
  font-weight: 700;
  text-transform: capitalize;
}

/* Grid Switcher */
.grid_switcher {
  display: none;
  position: absolute;
  top: 0;
  right: -32px;
  font-size: 10px;
  width: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.grid_switcher.left-align {
  right: auto;
  left: -32px;
}
@media only screen and (min-width: 80em) {
  .grid_switcher {
    display: block;
  }
}
.grid_switcher span {
  display: block;
  margin-bottom: 15px;
  color: #131219;
}
.grid_switcher .sgrid {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  color: #131219;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  border: 2px solid #131219;
}
.grid_switcher .sgrid.active, .grid_switcher .sgrid:hover {
  opacity: 1;
}

/* Demo Store */
.demo_store {
  display: block;
  background: #7a7a7a;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

/*------------------------------------------------------------------
Order
*/
.your-order-header {
  width: 100%;
  border: 5px solid #f4f4f4;
}
.your-order-header .order-container {
  background: #fff;
  padding: 30px 15px;
  text-align: center;
  color: #747474;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 5px solid #f4f4f4;
}
@media only screen and (min-width: 40.063em) {
  .your-order-header .order-container {
    font-size: 42px;
    padding: 50px 30px;
  }
}
.your-order-header .order-container span {
  color: #59c379;
}
.your-order-header .order-details {
  text-align: center;
  padding: 25px 0;
  font-size: 18px;
  color: #131219;
}
.your-order-header .order-details label {
  font-weight: 700;
  margin-bottom: 10px;
}
.your-order-header .order-details + .order-details {
  border-left: 1px solid #f4f4f4;
}
@media only screen and (max-width: 40.063em) {
  .your-order-header .order-details + .order-details {
    border-left: 0;
    border-top: 1px solid #f4f4f4;
  }
}

div.order-status {
  text-align: center;
  background: #59c379;
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 40.063em) {
  div.order-status {
    padding: 24px 30px;
  }
}
div.order-status h6 {
  color: #fff;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
div.order-status.failed {
  background: #e24f3d;
}

.your-order-container {
  border: 3px solid #f4f4f4;
  padding: 15px;
}
@media only screen and (min-width: 40.063em) {
  .your-order-container {
    padding: 40px;
  }
}
.your-order-container h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 700;
}
.your-order-container h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}
.your-order-container ul {
  list-style: none;
  font-size: 16px;
}
.your-order-container ul li {
  margin: 0;
}

.order-information label {
  font-weight: 700;
}
.order-information p {
  font-size: 16px;
}

.woocommerce-OrderUpdates .woocommerce-OrderUpdate-inner {
  display: inline-block;
  vertical-align: top;
}

/*------------------------------------------------------------------
Single Product
*/
.single_product_bar {
  margin: 30px 0 50px;
}
.single_product_bar .post_nav {
  float: right;
  font-size: 11px;
}
.single_product_bar .post_nav a {
  display: inline-block;
  text-transform: uppercase;
  color: #8f8f8f;
}
.single_product_bar .post_nav a .fa {
  padding: 0 5px;
}
.single_product_bar .post_nav a + a {
  padding-left: 10px;
  border-left: 1px dotted #c1c1c1;
  margin-left: 9px;
}
.rtl .single_product_bar .post_nav a + a {
  padding: 0 10px 0 0;
  border-left: 0;
  border-right: 1px dotted #c1c1c1;
  margin-left: 0;
  margin-right: 9px;
}
.single_product_bar .post_nav a:hover {
  color: #131219;
}

.product .product-thumbnails {
  float: left;
  width: 120px;
  padding-right: 40px;
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .product .product-thumbnails {
    display: block;
  }
}
.product .product-thumbnails figure {
  padding: 0 0 10px;
  outline: 0;
}
.product .product-thumbnails figure.slick-current img {
  border: 2px solid #59c379;
  cursor: pointer;
}
.product .product-images {
  margin-left: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  .product .product-images {
    margin-bottom: 0;
    margin-left: 120px;
  }
}
.product .product-information {
  padding: 0 15px;
}
@media only screen and (min-width: 64.063em) {
  .product .product-information {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 80em) {
  .product .product-information {
    padding: 0 55px;
  }
}
.product .product-information .woocommerce-product-rating {
  margin-bottom: 20px;
}
.product .product-information .single_add_to_cart_button {
  margin: 10px 0 0;
}
.product .product-information .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 10px 0 0;
  width: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 40.063em) {
  .product .product-information .yith-wcwl-add-to-wishlist {
    margin: 10px 0 0 3px;
    width: auto;
  }
}
.product .product-information .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.product .product-information .wc-forward {
  float: right;
  padding: 0;
  border: 0;
  line-height: 18px;
  background-color: transparent;
}
.product .product-information .wc-forward:hover {
  color: #59c379;
}
.product .product-information h1 {
  font-size: 36px;
  line-height: 1.16;
  margin-bottom: 5px;
}
.product .product-information .variations_form .single_variation .woocommerce-variation-description p {
  font-size: 14px;
  color: #131219;
}
.product .product-information .variations_form .single_variation .woocommerce-variation-price {
  display: none !important;
}
.product .product-information .variations_form .single_variation .woocommerce-variation-availability {
  text-transform: uppercase;
  color: #131219;
}
.product .product-information .variations_form .single_variation .woocommerce-variation-availability p {
  font-size: 11px;
  font-weight: 600;
}
.product .product-information .variations_form .select-wrapper {
  min-width: 150px;
}
.product .product-information .variations_form .select-wrapper:after {
  z-index: -1;
}
.product .product-information .variations_form .select-wrapper select {
  font-weight: 400;
  font-size: 12px;
  background: transparent;
}
.product .product-information .variations_form .select-wrapper + .select-wrapper {
  margin-left: 0;
}
@media only screen and (min-width: 40.063em) {
  .product .product-information .variations_form .select-wrapper + .select-wrapper {
    margin-left: 10px;
  }
}
.rtl .product .product-information .variations_form .select-wrapper {
  float: right;
}
.rtl .product .product-information .variations_form .select-wrapper + .select-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 40.063em) {
  .rtl .product .product-information .variations_form .select-wrapper + .select-wrapper {
    margin-left: 0;
    margin-right: 10px;
  }
}
.product .product-information .variations_form .qtylabel {
  margin-left: 0;
}
@media only screen and (min-width: 40.063em) {
  .product .product-information .variations_form .qtylabel {
    margin-left: 20px;
  }
}
.product .product-information .qtylabel {
  display: inline-block;
  line-height: 45px;
  color: #131219;
  font-size: 11px;
  padding-right: 20px;
}
.product .product-information .qtylabel + .quantity {
  display: inline-block;
  vertical-align: middle;
}
.product .product-information .qty {
  margin-bottom: 0;
  text-align: center;
  width: 50px;
  padding: 16px 10px;
  font-size: 13px;
}
.product .product-information .share-article {
  position: relative;
  height: 40px;
  padding-top: 20px;
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #131219;
}
.product .product-information .share-article > a {
  display: block;
}
.product .product-information .share-article svg {
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.rtl .product .product-information .share-article svg {
  margin-right: 0;
  margin-left: 10px;
}
.product .product-information .share-article:hover {
  color: #59c379;
}
.product .product-information .share-article:hover path,
.product .product-information .share-article:hover polygon {
  fill: #59c379;
}
.product .product-information .share-article .icons {
  position: absolute;
  bottom: 30px;
  left: -16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
  display: none;
}
.rtl .product .product-information .share-article .icons {
  left: 0;
  right: -16px;
}
.product .product-information .share-article .icons .inner {
  padding: 10px;
  background: #fff;
  position: relative;
  line-height: 1;
}
.product .product-information .share-article .icons .inner:after {
  content: '';
  top: 100%;
  left: 24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.rtl .product .product-information .share-article .icons .inner:after {
  left: auto;
  right: 24px;
}
.product .product-information .share-article .icons .inner:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 19px;
  z-index: -1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .product .product-information .share-article .icons .inner:before {
  left: auto;
  right: 19px;
}
.product .product-information .share-article .icons .social {
  display: inline-block;
  vertical-align: middle;
}
.product .product-information .share-article .icons .social + .social {
  margin-left: 6px;
}
.rtl .product .product-information .share-article .icons .social + .social {
  margin-left: 0;
  margin-right: 6px;
}
.product .product-information .sizing_guide {
  display: block;
  margin-top: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #131219;
}
.product .product-information .sizing_guide svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.rtl .product .product-information .sizing_guide svg {
  margin-right: 0;
  margin-left: 10px;
}
.product .product-information .sizing_guide:hover {
  color: #59c379;
}
.product .product-information .sizing_guide:hover path,
.product .product-information .sizing_guide:hover polygon {
  fill: #59c379;
}
.product .product-information .product_meta {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .product .product-information .product_meta {
    text-align: left;
  }
  .rtl .product .product-information .product_meta {
    text-align: right;
  }
}
.product .product-information .product_meta .wcml_currency_switcher {
  display: none;
}
.product .product-information .product_meta span {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #79797b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.product .product-information .product_meta span a,
.product .product-information .product_meta span .sku {
  color: #bab9bc;
  font-weight: 400;
}
.rtl .product .product-information .product_meta span {
  margin: 0 0 0 15px;
}
.product.style2 {
  margin-bottom: 0;
}
.product.style2 .product-information {
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  .product.style2 .product-information {
    padding: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .product.style2 .product-information {
    padding: 30px 60px;
  }
}
@media only screen and (min-width: 80em) {
  .product.style2 .product-information {
    padding: 30px 90px;
  }
}
@media only screen and (min-width: 100em) {
  .product.style2 .product-information {
    padding: 30px 120px;
  }
}
.product.style2 .product-information .variations_form .variations {
  text-align: center;
}
.product.style2 .product-information .variations_form .variations .select-wrapper {
  float: none;
  display: inline-block;
}
.product.style2 .product-information .variations_form .yith-wcwl-add-to-wishlist {
  display: none;
}
.product.style2 .product-information .variations_form .variations_button {
  display: inline-block;
}
.product.style2 .product-information .qty {
  padding: 18px 10px;
}
.product.style2 .product-information .qtylabel,
.product.style2 .product-information .quantity + .cf,
.product.style2 .product-information .quantity + .post,
.product.style2 .product-information .post .quantity + .authorpage,
.post .product.style2 .product-information .quantity + .authorpage,
.product.style2 .product-information .quantity + .woocommerce-checkout-review-order,
.product.style2 .product-information .variations_form .quantity + .variations,
.product.style2 .product-information .product_add_to_cart_shortcode .quantity + .price,
.product_add_to_cart_shortcode .product.style2 .product-information .quantity + .price {
  display: none;
}
.product.style2 .product-information .single_add_to_cart_button {
  margin: 0;
}
.product.style2 .product-information .product_meta p {
  margin: 0 7px 5px;
}
@media only screen and (min-width: 40.063em) {
  .product.style2 .product-information .product_meta {
    text-align: center;
  }
}
.product.style2 .product-information .single_add_to_cart_button + .yith-wcwl-add-to-wishlist {
  display: none;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist {
  color: #131219;
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 25px;
  opacity: 1;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist a {
  color: #131219;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist .text {
  display: none;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist .wishlist_icon {
  fill: transparent;
}
.product.style2 .product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .wishlist_icon path,
.product.style2 .product-information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .wishlist_icon path {
  fill: #e25842;
  stroke: #e25842;
}
.product.style2 .product-information .share-container {
  display: block;
  width: 100%;
}
.product.style2 .product-information .share-article {
  display: inline-block;
}

.woocommerce-tabs {
  margin-bottom: 50px;
}
@media only screen and (min-width: 80em) {
  .woocommerce-tabs {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce-tabs {
    margin-bottom: 100px;
  }
}
.woocommerce-tabs .tabs {
  margin: 0;
  padding: 26px 0 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.woocommerce-tabs .tabs dd {
  margin: 15px 0;
}
.rtl .woocommerce-tabs .tabs dd {
  margin: 15px 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-tabs .tabs dd {
    margin: 0 30px;
  }
}
.woocommerce-tabs .tabs-content > li {
  padding: 25px 0;
}
@media only screen and (min-width: 40.063em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 80em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 100em) {
  .woocommerce-tabs .tabs-content > li {
    padding: 100px 0;
  }
}
.woocommerce-tabs .tabs-content > li#descriptionTab {
  padding: 0;
}

/*------------------------------------------------------------------
Shortcodes
*/
/* Icons */
.inline-icon {
  display: inline;
}
.inline-icon.icon-1x {
  font-size: 18px;
  vertical-align: middle;
}
.inline-icon.icon-2x {
  font-size: 24px;
  vertical-align: middle;
}
.inline-icon.icon-3x {
  font-size: 28px;
  vertical-align: middle;
}
.inline-icon.icon-4x {
  font-size: 32px;
  vertical-align: middle;
}

.boxed-icon {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
.boxed-icon .fa {
  vertical-align: middle;
}

.facebook:hover {
  color: #3b5998 !important;
}
.facebook.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.facebook.boxed-icon:hover {
  color: #fff !important;
  background: #3b5998 !important;
}

.google-plus:hover {
  color: #dd4b39 !important;
}
.google-plus.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.google-plus.boxed-icon:hover {
  color: #fff !important;
  background: #dd4b39 !important;
}

.linkedin:hover {
  color: #007bb6 !important;
}
.linkedin.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.linkedin.boxed-icon:hover {
  color: #fff !important;
  background: #007bb6 !important;
}

.pinterest:hover {
  color: #cb2027 !important;
}
.pinterest.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.pinterest.boxed-icon:hover {
  color: #fff !important;
  background: #cb2027 !important;
}

.twitter:hover {
  color: #00aced !important;
}
.twitter.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.twitter.boxed-icon:hover {
  color: #fff !important;
  background: #00aced !important;
}

.instagram:hover {
  color: #3f729b !important;
}
.instagram.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.instagram.boxed-icon:hover {
  color: #fff !important;
  background: #3f729b !important;
}

.vk:hover {
  color: #45668e !important;
}
.vk.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.vk.boxed-icon:hover {
  color: #fff !important;
  background: #45668e !important;
}

.tumblr:hover {
  color: #35465c !important;
}
.tumblr.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.tumblr.boxed-icon:hover {
  color: #fff !important;
  background: #35465c !important;
}

.xing:hover {
  color: #cfdc00 !important;
}
.xing.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.xing.boxed-icon:hover {
  color: #fff !important;
  background: #cfdc00 !important;
}

.soundcloud:hover {
  color: #f80 !important;
}
.soundcloud.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.soundcloud.boxed-icon:hover {
  color: #fff !important;
  background: #f80 !important;
}

.dribbble:hover {
  color: #ea4c89 !important;
}
.dribbble.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.dribbble.boxed-icon:hover {
  color: #fff !important;
  background: #ea4c89 !important;
}

.youtube:hover {
  color: #e52d27 !important;
}
.youtube.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.youtube.boxed-icon:hover {
  color: #fff !important;
  background: #e52d27 !important;
}

.spotify:hover {
  color: #7ab800 !important;
}
.spotify.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.spotify.boxed-icon:hover {
  color: #fff !important;
  background: #7ab800 !important;
}

.behance:hover {
  color: #1769ff !important;
}
.behance.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.behance.boxed-icon:hover {
  color: #fff !important;
  background: #1769ff !important;
}

.deviantart:hover {
  color: #4e6252 !important;
}
.deviantart.boxed-icon {
  background: #dcdcdc;
  color: #fff;
}
.deviantart.boxed-icon:hover {
  color: #fff !important;
  background: #4e6252 !important;
}

/* Posts */
.posts .post-gallery {
  margin-bottom: 40px;
}

/* Buttons */
.btn,
.button,
input[type=submit] {
  font-family: inherit;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 18px 50px 17px;
  border: 2px solid #131219;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  color: #131219;
  background: transparent;
  text-transform: uppercase;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 0 !important;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media only screen and (min-width: 40.063em) {
  .btn,
  .button,
  input[type=submit] {
    width: auto;
  }
}
.btn i,
.button i,
input[type=submit] i {
  display: inline-block;
  vertical-align: middle;
}
.btn:hover,
.button:hover,
input[type=submit]:hover {
  background: #131219;
  border-color: #131219;
  color: #fff;
}
.btn:active,
.button:active,
input[type=submit]:active {
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.btn.small, .btn#submit, .shop_table.wishlist .btn,
.button.small,
.button#submit, .shop_table.wishlist
.button,
input[type=submit].small,
input[type=submit]#submit, .shop_table.wishlist
input[type=submit] {
  font-size: 11px;
  line-height: 11px;
  padding: 14px 40px 12px;
}
.btn.large,
.button.large,
input[type=submit].large {
  font-size: 13px;
  line-height: 13px;
  padding: 20px 60px 19px;
}
.btn.right,
.button.right,
input[type=submit].right {
  float: right;
}
.btn.black, .shop_table.wishlist .btn,
.button.black, .shop_table.wishlist
.button,
input[type=submit].black, .shop_table.wishlist
input[type=submit] {
  background: #131219;
  border-color: #131219;
  color: #fff;
}
.btn.black:hover, .shop_table.wishlist .btn:hover,
.button.black:hover, .shop_table.wishlist
.button:hover,
input[type=submit].black:hover, .shop_table.wishlist
input[type=submit]:hover {
  background: #59c379;
  border-color: #59c379;
  color: #fff;
}
.btn.grey,
.button.grey,
input[type=submit].grey {
  background: #bab9be;
  border-color: #bab9be;
  color: #fff;
}
.btn.grey:hover,
.button.grey:hover,
input[type=submit].grey:hover {
  background: #a09fa5;
  border-color: #a09fa5;
  color: #fff;
}
.btn.green,
.button.green,
input[type=submit].green {
  background: #59c379;
  border-color: #59c379;
  color: #fff;
}
.btn.green:hover,
.button.green:hover,
input[type=submit].green:hover {
  background: #3eab5f;
  border-color: #3eab5f;
  color: #fff;
}
.btn.yellow,
.button.yellow,
input[type=submit].yellow {
  background: #f9de2c;
  border-color: #f9de2c;
  color: #131219;
}
.btn.yellow:hover,
.button.yellow:hover,
input[type=submit].yellow:hover {
  background: #ebcd07;
  border-color: #ebcd07;
  color: #131219;
}
.btn.white,
.button.white,
input[type=submit].white {
  border-color: #fff;
  color: #131219;
  background: #fff;
}
.btn.white:hover,
.button.white:hover,
input[type=submit].white:hover {
  background: #59c379;
  border-color: #59c379;
  color: #fff;
}
.btn.white-transparent,
.button.white-transparent,
input[type=submit].white-transparent {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.btn.white-transparent:hover,
.button.white-transparent:hover,
input[type=submit].white-transparent:hover {
  background: #fff;
  color: #131219;
}
.btn.black-transparent,
.button.black-transparent,
input[type=submit].black-transparent {
  border-color: #131219;
  color: #131219;
  background: transparent;
}
.btn.black-transparent:hover,
.button.black-transparent:hover,
input[type=submit].black-transparent:hover {
  background: #131219;
  color: #fff;
}
.btn.full,
.button.full,
input[type=submit].full {
  width: 100%;
}

/* Full Width Section */
.parallax_bg {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@media only screen and (min-width: 40.063em) {
  .parallax_bg {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.video_bg {
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.video_bg .row-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 40.063em) {
  .video_bg .row-video-bg {
    display: none !important;
  }
}
.video_bg .video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.list {
  list-style: none;
  margin: 0;
  display: block;
  float: left;
}
.list > h6 {
  margin-bottom: 30px;
  color: #131219;
  font-weight: 300 !important;
  font-size: 20px !important;
  position: relative;
  display: block;
  margin-top: 0;
}
.list li {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #bcbcbc;
}
.list li figure {
  float: left;
  margin-right: 20px;
  width: 70px;
  line-height: 0;
}
.list li .post-title {
  margin-left: 90px;
}
.list li .post-title .post_categories {
  font-size: 10px;
  text-align: left;
}
.list li .post-title .price {
  text-align: left;
  margin-top: 2px;
}
.list li .post-title .price ins, .list li .post-title .price > .amount {
  font-size: 14px;
}

.tabs {
  margin-bottom: 10px;
  padding: 0;
}
.tabs .active {
  border-top: 0;
}
.tabs .active a {
  border: 0;
  color: #7a7a7a;
}
.tabs .active a:hover {
  color: #7a7a7a;
}
.tabs dd,
.tabs li {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 40.063em) {
  .tabs dd,
  .tabs li {
    width: 100%;
  }
}
.tabs dd a,
.tabs li a {
  display: block;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #a4a7ab;
}
.tabs dd a i,
.tabs li a i {
  margin-right: 8px;
}
.tabs dd a:hover,
.tabs li a:hover {
  color: #131219;
}

ul.tabs-content {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tabs-content > li {
  display: none;
}
@media only screen and (max-width: 40.063em) {
  ul.tabs-content {
    clear: left;
    padding: 0;
  }
}

.thb_tabs .tabs dd,
.thb_tabs .tabs li {
  margin: 0 0 10px 0;
}
.rtl .thb_tabs .tabs dd, .rtl
.thb_tabs .tabs li {
  margin: 0 0 10px 0;
}
.thb_tabs .tabs dd:last-child,
.thb_tabs .tabs li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  .thb_tabs .tabs dd,
  .thb_tabs .tabs li {
    margin: 0 40px 0 0;
  }
  .rtl .thb_tabs .tabs dd, .rtl
  .thb_tabs .tabs li {
    margin: 0 0 0 40px;
  }
}
.thb_tabs .tabs dd a,
.thb_tabs .tabs li a {
  color: #131219;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.thb_tabs .tabs dd.active a,
.thb_tabs .tabs li.active a {
  color: #59c379;
}
.thb_tabs .tabs dd:last-child,
.thb_tabs .tabs li:last-child {
  margin-right: 0;
}

.vc_toggle.vc_toggle_default {
  margin-bottom: 22px;
}
.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  background: #59c379;
}
.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
  content: '-';
  visibility: visible;
}
.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title h4 {
  color: #59c379;
}
.vc_toggle.vc_toggle_default .vc_toggle_title {
  min-height: 22px;
  line-height: 20px;
  padding: 0 0 0 38px !important;
  display: block;
  width: 100%;
}
.vc_toggle.vc_toggle_default .vc_toggle_title h4 {
  font-weight: 700;
  font-size: 16px;
  color: #131219;
  line-height: 1;
  position: relative;
  top: 2px;
}
.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  color: #fff;
  background: #ccc;
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
}
.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
  display: none;
  content: '';
}
.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
  display: inline;
  content: '+';
  border: 0;
  font-size: 26px;
  background: none;
  width: auto;
  height: auto;
  font-style: normal;
  visibility: visible;
}
.vc_toggle.vc_toggle_default .vc_toggle_content {
  display: none;
  margin: 0;
  padding: 15px 0 0 38px !important;
}
.vc_toggle.vc_toggle_default .vc_toggle_content p {
  font-size: 16px;
}
.vc_toggle.vc_toggle_default .last_toggle_el_margin {
  display: none;
}

.iconlist {
  list-style: none;
}
.iconlist li {
  padding: 0 0 0 25px;
  position: relative;
}
.rtl .iconlist li {
  padding: 0 25px 0 0;
}
.rtl .iconlist li > i {
  left: auto;
  right: 0;
}
.iconlist li > i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #131219;
}

.iconbox {
  text-align: center;
}
.iconbox > span {
  display: inline-block;
  margin-bottom: 20px;
  color: #131219;
  font-size: 60px;
  text-align: center;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.iconbox > span i {
  vertical-align: middle;
}
.iconbox > span img {
  display: inline-block;
}
.iconbox > span.img img {
  width: 60px;
  height: 60px;
}
.iconbox .content {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}
.iconbox h6 {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.iconbox.type1.left {
  text-align: left;
}
.iconbox.type1.left > span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
}
.iconbox.type1.left > span i,
.iconbox.type1.left > span img {
  vertical-align: top;
}
.iconbox.type1.left .content {
  padding-left: 85px;
}
.iconbox.type1.right {
  text-align: right;
}
.iconbox.type1.right > span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  float: right;
  text-align: center;
}
.iconbox.type1.right > span i,
.iconbox.type1.right > span img {
  vertical-align: top;
}
.iconbox.type1.right .content {
  padding-right: 85px;
}

blockquote.left {
  float: left;
  width: 40%;
  margin: 5px 30px 30px 0;
  text-align: left;
}
@media only screen and (max-width: 40.063em) {
  blockquote.left {
    margin-right: 0;
    width: 100%;
  }
}
blockquote.right {
  float: right;
  width: 40%;
  margin: 5px 0 30px 30px;
  text-align: right;
}
@media only screen and (max-width: 40.063em) {
  blockquote.right {
    margin-left: 0;
    width: 100%;
  }
}

/* Blog Masonry */
.row.masonry.blog-masonry {
  margin-left: -1.375em;
  margin-right: -1.375em;
}
.row.masonry.blog-masonry > .columns {
  padding: 0 1.375em;
}

/* Product Categories Grid */
.row.masonry.category-style2 {
  margin-left: -1.875em;
  margin-right: -1.875em;
}
.row.masonry.category-style2 > .columns {
  padding: 0 1.875em;
}
.row.masonry.category-style2 > .columns .product-category {
  margin-bottom: 60px;
}

/* Gap */
.gap {
  clear: both;
}

/* Notifications */
.notification-box {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  padding: 15px 25px;
  background: #fff;
  border-left: 6px solid #131219;
  -moz-box-shadow: 0 2px 0 -1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 0 -1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 0 -1px rgba(0, 0, 0, 0.07);
}
.notification-box .content {
  line-height: 18px;
  color: #131219;
}
.notification-box .content .showcoupon,
.notification-box .content .showlogin {
  color: inherit;
  font-weight: 600;
}
.notification-box.success {
  border-color: #5ac57b;
}
.notification-box.information {
  border-color: #59c379;
}
.notification-box.warning {
  border-color: #317dfb;
}
.notification-box.error {
  border-color: #ed303e;
}
.notification-box .button.wc-forward {
  float: right;
  padding: 0;
  border: 0;
  line-height: 18px;
}
.notification-box .button.wc-forward:hover {
  background: #fff;
  color: #59c379;
}

/* Dropcap */
.dropcap {
  display: block;
  font-size: 40px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  float: left;
  padding: 18px 18px 8px;
  position: relative;
  top: 5px;
  margin-right: 10px;
  color: #131219;
  font-weight: 700;
}
.rtl .dropcap {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.dropcap.style2 {
  font-size: 76px;
  padding: 0;
  border: 0;
}

/* Highlights */
.highlight {
  padding: 0 2px;
}
.highlight.gray {
  background: #d8d8d8;
  color: #131219;
}
.highlight.blue {
  background: #7a7a7a;
  color: #fff;
}

/* Dividers */
.styled_dividers {
  height: 1px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.styled_dividers.style1 {
  height: 8px;
  width: 480px;
  max-width: 90%;
  background: transparent url("../img/dividers/1.png") top left repeat-x;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
}
.styled_dividers.style2 {
  height: 6px;
  width: 480px;
  max-width: 90%;
  background: transparent url("../img/dividers/2.png") top left repeat-x;
  -moz-background-size: 18px 6px;
  -o-background-size: 18px 6px;
  -webkit-background-size: 18px 6px;
  background-size: 18px 6px;
}
.styled_dividers.style3 {
  height: 6px;
  width: 170px;
  max-width: 90%;
  background: transparent url("../img/dividers/3.png") top left repeat-x;
  -moz-background-size: 9px 6px;
  -o-background-size: 9px 6px;
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
}
.styled_dividers.style4 {
  width: 40px;
  border-bottom: 1px solid #131219;
}
.styled_dividers.style5 {
  width: 60px;
  border-bottom: 2px solid #131219;
}
.styled_dividers.style6 {
  height: 4px;
  width: 690px;
  max-width: 90%;
  border-bottom: 1px solid #131219;
  border-top: 1px solid #131219;
}
.styled_dividers.style7 {
  width: 950px;
  max-width: 90%;
  border-bottom: 1px solid #ececec;
}
.styled_dividers.style8 {
  width: 20px;
  height: 16px;
  background: url("../img/separator.png") top left no-repeat;
  background-size: 20px 14px;
}

/* Product - Add to Cart */
.product_add_to_cart_shortcode h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.product_add_to_cart_shortcode .price {
  margin-bottom: 30px;
}
.product_add_to_cart_shortcode .price .amount {
  font-size: 18px;
}
.product_add_to_cart_shortcode .price del {
  font-size: 18px;
}

/* Banners */
.post .post-content {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /* Individual effects */
  /*---------------*/
  /***** Lily *****/
  /*---------------*/
  /*---------------*/
  /***** Sadie *****/
  /*---------------*/
  /*---------------*/
  /***** Roxy *****/
  /*---------------*/
  /*---------------*/
  /***** Bubba *****/
  /*---------------*/
  /*---------------*/
  /***** Romeo *****/
  /*---------------*/
  /*---------------*/
  /***** Layla *****/
  /*---------------*/
  /*---------------*/
  /***** Honey *****/
  /*---------------*/
  /*---------------*/
  /***** Oscar *****/
  /*---------------*/
  /*---------------*/
  /***** Marley *****/
  /*---------------*/
  /*---------------*/
  /***** Ruby *****/
  /*---------------*/
  /*---------------*/
  /***** Milo *****/
  /*---------------*/
  /*---------------*/
  /***** Dexter *****/
  /*---------------*/
  /*---------------*/
  /***** Sarah *****/
  /*---------------*/
  /*---------------*/
  /***** Zoe *****/
  /*---------------*/
  /*---------------*/
  /***** Chico *****/
  /*---------------*/
}
.post .post-content figure.banner {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 100px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 80em) {
  .post .post-content figure.banner {
    font-size: 90%;
  }
}
@media only screen and (max-width: 64.063em) {
  .post .post-content figure.banner {
    font-size: 70%;
  }
}
@media only screen and (max-width: 40.063em) {
  .post .post-content figure.banner {
    font-size: 100%;
  }
}
.post .post-content figure.banner img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
  max-width: none;
  min-height: 0;
  height: auto;
}
.post .post-content figure.banner figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.post .post-content figure.banner figcaption::before,
.post .post-content figure.banner figcaption::after {
  pointer-events: none;
}
.post .post-content figure.banner figcaption,
.post .post-content figure.banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post .post-content figure.banner a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.post .post-content figure.banner h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.post .post-content figure.banner h2 span {
  font-weight: 800;
}
.post .post-content figure.banner h2,
.post .post-content figure.banner p {
  margin: 0;
  color: #fff;
  z-index: 10;
}
.post .post-content figure.banner p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.post .post-content figure.banner.effect-lily img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  will-change: opacity, transform;
}
.post .post-content figure.banner.effect-lily figcaption {
  top: auto;
  bottom: 0;
  height: 50%;
  text-align: left;
}
.post .post-content figure.banner.effect-lily h2,
.post .post-content figure.banner.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.post .post-content figure.banner.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.post .post-content figure.banner.effect-lily p {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.post .post-content figure.banner.effect-lily:hover img,
.post .post-content figure.banner.effect-lily:hover p {
  opacity: 1;
}
.post .post-content figure.banner.effect-lily:hover img,
.post .post-content figure.banner.effect-lily:hover h2,
.post .post-content figure.banner.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.post .post-content figure.banner.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.post .post-content figure.banner.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.post .post-content figure.banner.effect-sadie figcaption::before,
.post .post-content figure.banner.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.post .post-content figure.banner.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.post .post-content figure.banner.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.post .post-content figure.banner.effect-sadie:hover figcaption::before,
.post .post-content figure.banner.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}
.post .post-content figure.banner.effect-roxy img {
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.post .post-content figure.banner.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.post .post-content figure.banner.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}
.post .post-content figure.banner.effect-roxy h2 {
  padding: 30% 0 10px 0;
}
.post .post-content figure.banner.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.post .post-content figure.banner.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-roxy:hover figcaption::before,
.post .post-content figure.banner.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-bubba {
  background: #9e5406;
}
.post .post-content figure.banner.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.post .post-content figure.banner.effect-bubba:hover img {
  opacity: 0.4;
}
.post .post-content figure.banner.effect-bubba figcaption::before,
.post .post-content figure.banner.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.post .post-content figure.banner.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.post .post-content figure.banner.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.post .post-content figure.banner.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.post .post-content figure.banner.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.post .post-content figure.banner.effect-bubba:hover figcaption::before,
.post .post-content figure.banner.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post .post-content figure.banner.effect-bubba:hover h2,
.post .post-content figure.banner.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.post .post-content figure.banner.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}
.post .post-content figure.banner.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-romeo figcaption::before,
.post .post-content figure.banner.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.post .post-content figure.banner.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.post .post-content figure.banner.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.post .post-content figure.banner.effect-romeo h2,
.post .post-content figure.banner.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.post .post-content figure.banner.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
.post .post-content figure.banner.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
.post .post-content figure.banner.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}
.post .post-content figure.banner.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}
.post .post-content figure.banner.effect-layla {
  background: #18a367;
}
.post .post-content figure.banner.effect-layla img {
  min-width: 100%;
  height: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
}
.post .post-content figure.banner.effect-layla figcaption {
  padding: 3em;
}
.post .post-content figure.banner.effect-layla figcaption::before,
.post .post-content figure.banner.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}
.post .post-content figure.banner.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.post .post-content figure.banner.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.post .post-content figure.banner.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.post .post-content figure.banner.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.post .post-content figure.banner.effect-layla img,
.post .post-content figure.banner.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.post .post-content figure.banner.effect-layla img,
.post .post-content figure.banner.effect-layla figcaption::before,
.post .post-content figure.banner.effect-layla figcaption::after,
.post .post-content figure.banner.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.post .post-content figure.banner.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-layla:hover figcaption::before,
.post .post-content figure.banner.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post .post-content figure.banner.effect-layla:hover h2,
.post .post-content figure.banner.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-layla:hover figcaption::after,
.post .post-content figure.banner.effect-layla:hover h2,
.post .post-content figure.banner.effect-layla:hover p,
.post .post-content figure.banner.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.post .post-content figure.banner.effect-honey {
  background: #4a3753;
}
.post .post-content figure.banner.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.post .post-content figure.banner.effect-honey:hover img {
  opacity: 0.5;
}
.post .post-content figure.banner.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.post .post-content figure.banner.effect-honey p {
  display: none;
}
.post .post-content figure.banner.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.post .post-content figure.banner.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.post .post-content figure.banner.effect-honey figcaption::before,
.post .post-content figure.banner.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.post .post-content figure.banner.effect-honey:hover figcaption::before,
.post .post-content figure.banner.effect-honey:hover h2,
.post .post-content figure.banner.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}
.post .post-content figure.banner.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.post .post-content figure.banner.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.post .post-content figure.banner.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}
.post .post-content figure.banner.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.post .post-content figure.banner.effect-oscar figcaption::before,
.post .post-content figure.banner.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.post .post-content figure.banner.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-oscar:hover figcaption::before,
.post .post-content figure.banner.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post .post-content figure.banner.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
.post .post-content figure.banner.effect-oscar:hover img {
  opacity: 0.4;
}
.post .post-content figure.banner.effect-marley figcaption {
  text-align: right;
}
.post .post-content figure.banner.effect-marley h2,
.post .post-content figure.banner.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}
.post .post-content figure.banner.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.post .post-content figure.banner.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.post .post-content figure.banner.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.post .post-content figure.banner.effect-marley h2::after,
.post .post-content figure.banner.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.post .post-content figure.banner.effect-marley:hover h2::after,
.post .post-content figure.banner.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-ruby {
  background-color: #17819c;
}
.post .post-content figure.banner.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.post .post-content figure.banner.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post .post-content figure.banner.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.post .post-content figure.banner.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}
.post .post-content figure.banner.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.post .post-content figure.banner.effect-milo {
  background: #2e5d5a;
}
.post .post-content figure.banner.effect-milo img {
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post .post-content figure.banner.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.post .post-content figure.banner.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
.post .post-content figure.banner.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.post .post-content figure.banner.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-dexter {
  background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
  background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%);
}
.post .post-content figure.banner.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.post .post-content figure.banner.effect-dexter:hover img {
  opacity: 0.4;
}
.post .post-content figure.banner.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.post .post-content figure.banner.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}
.post .post-content figure.banner.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.post .post-content figure.banner.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-sarah {
  background: #42b078;
}
.post .post-content figure.banner.effect-sarah img {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post .post-content figure.banner.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-sarah figcaption {
  text-align: left;
}
.post .post-content figure.banner.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
.post .post-content figure.banner.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.post .post-content figure.banner.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.post .post-content figure.banner.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.post .post-content figure.banner.effect-zoe h2 {
  float: left;
}
.post .post-content figure.banner.effect-zoe figcaption > span {
  float: right;
}
.post .post-content figure.banner.effect-zoe p {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.post .post-content figure.banner.effect-zoe h2,
.post .post-content figure.banner.effect-zoe figcaption > span {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.post .post-content figure.banner.effect-zoe figcaption > span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post .post-content .icon-eye::before {
  content: '\e000';
}
.post .post-content .icon-paper-clip::before {
  content: '\e001';
}
.post .post-content .icon-heart::before {
  content: '\e024';
}
.post .post-content figure.banner.effect-zoe h2 {
  display: inline-block;
}
.post .post-content figure.banner.effect-zoe:hover p {
  opacity: 1;
}
.post .post-content figure.banner.effect-zoe:hover figcaption,
.post .post-content figure.banner.effect-zoe:hover h2,
.post .post-content figure.banner.effect-zoe:hover figcaption > span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post .post-content figure.banner.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.post .post-content figure.banner.effect-zoe:hover figcaption > span:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.post .post-content figure.banner.effect-zoe:hover figcaption > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.post .post-content figure.banner.effect-zoe:hover figcaption > span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.post .post-content figure.banner.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.post .post-content figure.banner.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post .post-content figure.banner.effect-chico figcaption {
  padding: 3em;
}
.post .post-content figure.banner.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post .post-content figure.banner.effect-chico figcaption::before,
.post .post-content figure.banner.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.post .post-content figure.banner.effect-chico h2 {
  padding: 20% 0 20px 0;
}
.post .post-content figure.banner.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.post .post-content figure.banner.effect-chico:hover figcaption::before,
.post .post-content figure.banner.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Contact Map */
.infoBox {
  background: #fff;
}
.infoBox > img {
  z-index: 99;
}

.marker-info-win {
  width: 380px;
  border: 1px solid #131219;
  padding: 10px;
  position: relative;
}
.marker-info-win h1 {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #131219;
  margin: 5px 0 10px;
}
.marker-info-win p {
  font-size: 13px;
  line-height: 16px;
  color: #737373;
  font-weight: 300;
  margin-bottom: 10px;
}
.marker-info-win:after, .marker-info-win:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.marker-info-win:after {
  border-top-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}
.marker-info-win:before {
  border-top-color: #000;
  border-width: 14px;
  margin-left: -14px;
}
.marker-info-win .marker-inner-win {
  padding-left: 130px;
}
.marker-info-win .image {
  float: left;
  width: 110px;
}

/* VC fixes */
.wpb_content_element {
  margin-bottom: 0 !important;
}

.columns > .wpb_text_column {
  float: none !important;
}

/* VC Tabs */
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-tab:first-child > a {
  padding-left: 0;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-tab:last-child > a {
  padding-right: 0;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-tab > a {
  text-transform: uppercase;
  font-size: 13px;
  color: #131219;
  font-weight: 700;
  border: 0;
  padding: 10px 20px;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-tab.vc_active > a {
  color: #59c379;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel-heading {
  border: 0;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel-heading .vc_tta-panel-title {
  text-transform: uppercase;
  font-size: 13px;
  color: #131219;
  font-weight: 700;
  border: 0;
  padding: 10px 0;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 0;
  border: 0;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title {
  color: #59c379;
}
.vc_tta-container .vc_tta-tabs.vc_general .vc_tta-panel-body {
  border: 0;
  padding: 0;
  transition: none !important;
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-tabs-position-left .vc_tta-tabs-list {
  padding-right: 30px;
}
@media only screen and (min-width: 80em) {
  .vc_tta-container .vc_tta-tabs.vc_general.vc_tta-tabs-position-left .vc_tta-tabs-list {
    padding-right: 50px;
  }
}
.vc_tta-container .vc_tta-tabs.vc_general.vc_tta-tabs-position-left .vc_tta-tab > a {
  padding-left: 0;
}
.vc_tta-container .vc_tta-accordion.vc_general .vc_tta-panels-container {
  border-top: 1px solid #efefef;
}
.vc_tta-container .vc_tta-accordion.vc_general .vc_tta-panel-heading {
  border: 0;
}
.vc_tta-container .vc_tta-accordion.vc_general .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 18px;
  color: #131219;
  font-weight: 700;
  border: 0;
  padding: 22px 0 16px;
}
.vc_tta-container .vc_tta-accordion.vc_general .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 0;
  border: 0;
}
.vc_tta-container .vc_tta-accordion.vc_general .vc_tta-panel {
  border-bottom: 1px solid #efefef;
}
.vc_tta-container .vc_tta-accordion.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title {
  color: #59c379;
}
.vc_tta-container .vc_tta-accordion.vc_general .vc_tta-panel-body {
  border: 0;
  padding: 0 0 12px 0;
}

/* Loading Icon */
/* Dotted */
.ai-dotted {
  width: 36px;
}

.ai-dotted .ai-inner1,
.ai-dotted .ai-inner2,
.ai-dotted .ai-inner3 {
  display: inline-block;
  margin: 0.125em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: ai-rotate .75s linear infinite;
  animation: ai-rotate .75s linear infinite;
  background: #131219;
}

.ai-dotted .ai-inner2 {
  -webkit-animation-delay: 0.1875s;
  animation-delay: 0.1875s;
}

.ai-dotted .ai-inner3 {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}

@-webkit-keyframes ai-rotate {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
  }
}
@keyframes ai-rotate {
  0% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
  }
  50% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(0.25em);
    -ms-transform: translateY(0.25em);
    transform: translateY(0.25em);
  }
}
/* Product Addons */
#product-addons-total,
.product-addon {
  clear: both;
}

/*------------------------------------------------------------------
Product Filter
*/
/*------------------------------------------------------------------
Revolution Slider
*/
.tparrows {
  top: 50% !important;
}
.tparrows:before {
  display: none;
}

.tparrows.default.round {
  z-index: 99;
}

.hesperiden.tparrows {
  width: 15% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  transform: none !important;
  background: none !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hesperiden.tparrows:before {
  display: none !important;
}
.hesperiden.tparrows.tp-leftarrow {
  left: 0 !important;
  cursor: url("../img/arrow-left.svg"), url("../img/arrow-left.cur"), w-resize;
}
.arrows-light .hesperiden.tparrows.tp-leftarrow {
  cursor: url("../img/arrow-left-light.svg"), url("../img/arrow-left-light.cur"), w-resize;
}
.hesperiden.tparrows.tp-rightarrow {
  right: 0 !important;
  left: auto !important;
  cursor: url("../img/arrow-right.svg"), url("../img/arrow-right.cur"), e-resize;
}
.arrows-light .hesperiden.tparrows.tp-rightarrow {
  cursor: url("../img/arrow-right-light.svg"), url("../img/arrow-right-light.cur"), e-resize;
}

.hesperiden.tp-bullets .tp-bullet {
  width: 10px !important;
  height: 10px !important;
  background: none !important;
  border: 1px solid rgba(19, 18, 25, 0.6);
  margin: 0 6px;
}
.hesperiden.tp-bullets .tp-bullet:hover {
  border-color: #131219;
}
.hesperiden.tp-bullets .tp-bullet.selected {
  border-color: #131219;
  background: #131219 !important;
}
.arrows-light .hesperiden.tp-bullets .tp-bullet {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.arrows-light .hesperiden.tp-bullets .tp-bullet:hover {
  border-color: #fff;
}
.arrows-light .hesperiden.tp-bullets .tp-bullet.selected {
  border-color: #fff;
  background: #fff !important;
}
.hesperiden.tp-bullets .tp-arrows {
  display: none !important;
}
.hesperiden.tp-bullets.round .bullet {
  border-radius: 5px;
}

/* YIT - Ajax Product Search */
.yith-s {
  background-position: center center !important;
}

.yith-ajaxsearchform-container .autocomplete-suggestions {
  border-radius: 0;
  border: 0;
  padding: 15px 0;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion {
  font-size: 12px;
  color: #131219;
  line-height: 22px;
  padding: 0 15px;
}
.yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion strong {
  font-weight: 700;
}
@media only screen and (min-width: 40.063em) {
  .yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion {
    font-size: 14px;
    line-height: 42px;
    padding: 0 30px;
  }
  .yith-ajaxsearchform-container .autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #f5f5f5;
  }
}

/* WC - Vendors */
.wc_vendor_header {
  padding: 30px 0 0;
}
.wc_vendor_header h1 {
  font-size: 52px;
  line-height: 1.3;
  margin-bottom: 0;
}
.wc_vendor_header p {
  font-size: 20px;
  margin: 0;
}

/*------------------------------------------------------------------
Animations
*/
.animation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: opacity;
}
@media only screen and (max-width: 40.063em) {
  .animation {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

.animate {
  will-change: opacity, transform;
}

.fade-in.animate {
  -webkit-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fade-in 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .fade-in.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.right-to-left.animate {
  -webkit-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: right-to-left 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .right-to-left.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.left-to-right.animate {
  -webkit-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: left-to-right 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .left-to-right.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.bottom-to-top.animate {
  -webkit-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: bottom-to-top 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .bottom-to-top.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.top-to-bottom.animate {
  -webkit-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: top-to-bottom 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .top-to-bottom.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.scale.animate {
  -webkit-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scale 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .scale.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.swingIn.animate {
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: swingInX 0.45s 1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (max-width: 40.063em) {
  .swingIn.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.animate {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.spinY {
  -webkit-animation: spinY 0.5s linear;
  -moz-animation: spinY 0.5s linear;
  -ms-animation: spinY 0.5s linear;
  -o-animation: spinY 0.5s linear;
  animation: spinY 0.5s linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  -ms-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  -o-animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.75, 0, 0.175, 1);
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes right-to-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes right-to-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes right-to-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes left-to-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes left-to-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes left-to-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes bottom-to-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottom-to-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bottom-to-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes top-to-bottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes top-to-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-to-bottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes scale {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) rotateX(0deg);
    -ms-transform: perspective(1000px) rotateX(0deg);
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}
@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
}
@keyframes swingOutX {
  0% {
    -moz-transform: perspective(1000px) rotateX(0deg);
    -ms-transform: perspective(1000px) rotateX(0deg);
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
}
@-moz-keyframes bounceInY {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInY {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInY {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounceOutY {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bounceOutY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes bounceOutY {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes spinY {
  0% {
    -moz-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes spinY {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes spinY {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*------------------------------------------------------------------
Popups
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(151, 151, 151, 0.5);
  opacity: 0;
}
.mfp-bg.quick-search {
  background: white;
}
.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.mfp-wrap.mfp-ready {
  opacity: 1;
}
.mfp-wrap.mfp-ready.mfp-removing {
  opacity: 0;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.mfp-arrow {
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTQuMDA4cHgiIGhlaWdodD0iMTQuMDA4cHgiIHZpZXdCb3g9IjAgMCAxNC4wMDggMTQuMDA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNC4wMDggMTQuMDA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgcG9pbnRzPSIxNC4wMDgsMS4wNzggMTIuOTMsMCA3LjAwNCw1LjkyNiAxLjA3NywwIDAsMS4wNzggNS45MjYsNy4wMDQgMCwxMi45MyANCgkJCTEuMDc3LDE0LjAwOCA3LjAwNCw4LjA4MiAxMi45MywxNC4wMDggMTQuMDA4LDEyLjkzIDguMDgxLDcuMDA0IAkJIi8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=) center center no-repeat;
}
.rtl .mfp-close {
  right: auto;
  left: 0;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
  color: #333;
  top: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#searchpopup label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
#searchpopup .searchform input[type="text"],
#searchpopup .searchform input[type="search"] {
  font-size: 20px;
  border: 0;
  width: 100%;
  color: #131219;
  font-weight: 700;
  background: none;
  border-bottom: 3px solid #414141;
  padding: 0 30px 10px 0;
}
#searchpopup .searchform input[type="text"].placeholder,
#searchpopup .searchform input[type="search"].placeholder {
  text-transform: none;
  color: #d2d2d2;
  font-size: 20px;
}
@media only screen and (min-width: 40.063em) {
  #searchpopup .searchform input[type="text"].placeholder,
  #searchpopup .searchform input[type="search"].placeholder {
    font-size: 40px;
  }
}
#searchpopup .searchform input[type="text"]:-moz-placeholder,
#searchpopup .searchform input[type="search"]:-moz-placeholder {
  text-transform: none;
  color: #d2d2d2;
  font-size: 20px;
}
@media only screen and (min-width: 40.063em) {
  #searchpopup .searchform input[type="text"]:-moz-placeholder,
  #searchpopup .searchform input[type="search"]:-moz-placeholder {
    font-size: 40px;
  }
}
#searchpopup .searchform input[type="text"]::-moz-placeholder,
#searchpopup .searchform input[type="search"]::-moz-placeholder {
  text-transform: none;
  color: #d2d2d2;
  font-size: 20px;
}
@media only screen and (min-width: 40.063em) {
  #searchpopup .searchform input[type="text"]::-moz-placeholder,
  #searchpopup .searchform input[type="search"]::-moz-placeholder {
    font-size: 40px;
  }
}
#searchpopup .searchform input[type="text"]:-ms-input-placeholder,
#searchpopup .searchform input[type="search"]:-ms-input-placeholder {
  text-transform: none;
  color: #d2d2d2;
  font-size: 20px;
}
@media only screen and (min-width: 40.063em) {
  #searchpopup .searchform input[type="text"]:-ms-input-placeholder,
  #searchpopup .searchform input[type="search"]:-ms-input-placeholder {
    font-size: 40px;
  }
}
#searchpopup .searchform input[type="text"]::-webkit-input-placeholder,
#searchpopup .searchform input[type="search"]::-webkit-input-placeholder {
  text-transform: none;
  color: #d2d2d2;
  font-size: 20px;
}
@media only screen and (min-width: 40.063em) {
  #searchpopup .searchform input[type="text"]::-webkit-input-placeholder,
  #searchpopup .searchform input[type="search"]::-webkit-input-placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 40.063em) {
  #searchpopup .searchform input[type="text"],
  #searchpopup .searchform input[type="search"] {
    font-size: 40px;
    padding: 0 50px 20px 0;
  }
}
#searchpopup .searchform input[type="submit"] {
  background-size: 22px;
  width: 30px;
  height: 20px;
}
@media only screen and (min-width: 40.063em) {
  #searchpopup .searchform input[type="submit"] {
    background-size: 34px;
    width: 50px;
    height: 44px;
  }
}

.theme-popup {
  background: #fff;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.rtl .theme-popup {
  text-align: right;
}
.theme-popup p:last-child {
  margin: 0;
}
@media only screen and (min-width: 40.063em) {
  .theme-popup {
    padding: 40px;
    max-width: 70%;
  }
}
@media only screen and (min-width: 64.063em) {
  .theme-popup {
    max-width: 50%;
  }
}
@media only screen and (min-width: 80em) {
  .theme-popup {
    padding: 45px;
    max-width: 40%;
  }
}
@media only screen and (min-width: 100em) {
  .theme-popup {
    padding: 50px;
    max-width: 600px;
  }
}
.theme-popup.large {
  background: transparent;
}
@media only screen and (min-width: 64.063em) {
  .theme-popup.large {
    max-width: 60%;
  }
}
@media only screen and (min-width: 80em) {
  .theme-popup.large {
    max-width: 50%;
  }
}
@media only screen and (min-width: 100em) {
  .theme-popup.large {
    max-width: 40%;
  }
}

/* box-sizing */
.fr-window, .fr-window [class^="fr-"],
.fr-overlay, .fr-overlay [class^="fr-"],
.fr-spinner, .fr-spinner [class^="fr-"] {
  box-sizing: border-box;
}

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  transform: translateZ(0px);
}

/* z-index */
.fr-overlay {
  z-index: 99998;
}

.fr-window {
  z-index: 99999;
}

.fr-spinner {
  z-index: 100000;
}

/* overlay */
.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(151, 151, 151, 0.5);
}

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: rgba(151, 151, 151, 0.5);
}

/* mobile touch has position:absolute to allow zooming */
.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible;
}

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */
.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fr-hovering-clickable .fr-container {
  cursor: pointer;
}

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/
/* padding ui:inside */
.fr-ui-inside .fr-container {
  padding: 20px 20px;
}

.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px;
}

/* padding ui:outside */
.fr-ui-outside .fr-container {
  padding: 20px 82px;
}

.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px;
}

/* reduce padding on smaller screens */
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 12px 12px;
  }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px;
  }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 12px 72px;
  }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px;
  }
}
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */
  .fr-ui-inside .fr-container {
    padding: 0px 0px;
  }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px;
  }

  /* padding ui:outside */
  .fr-ui-outside .fr-container {
    padding: 0px 72px;
  }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px;
  }
}
/* padding ui:fullclick */
.fr-ui-fullclick .fr-container {
  padding: 0;
}

.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0;
}

/* video fullclick */
.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px;
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px;
}

/* overflow-y should always have 0 padding top and bottom */
.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible;
}

/* img/iframe/error */
.fr-content-element {
  float: left;
  width: 100%;
  height: 100%;
}

.fr-content-background {
  background: #101010;
}

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  filter: none;
  opacity: 1;
}

.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
}

/* ui:outside has a slightly lighter info background to break up from black page backgrounds */
.fr-ui-outside .fr-info-background {
  background: #0d0d0d;
}

/* info at the bottom for ui:inside */
.fr-content .fr-info {
  top: auto;
  bottom: 0;
}

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}

.fr-caption {
  width: auto;
  display: inline;
  white-space: wrap;
}

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}

/* positions not within the info bar
   for ui:outside/inside */
.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-position-inside {
  border: 0;
}

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: .8;
  zoom: 1;
  /* oldIE */
}

.fr-position-text {
  color: #b3b3b3;
}

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* display it for the outside ui, hide the caption inside */
.fr-ui-outside .fr-position-outside {
  display: block;
}

.fr-ui-outside .fr-info .fr-position {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block;
}

/* links */
.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}

.fr-info a:hover {
  color: #eee;
}

/* no-caption */
.fr-ui-outside.fr-no-caption .fr-info {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-caption {
  display: none;
}

/* --- stroke */
.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.fr-stroke-vertical {
  width: 1px;
  height: 100%;
}

.fr-stroke-horizontal {
  padding: 0 1px;
}

.fr-stroke-right {
  left: auto;
  right: 0;
}

.fr-stroke-bottom {
  top: auto;
  bottom: 0;
}

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

/* the stroke is brighter inside the info box */
.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3);
}

/* remove the stroke when outside ui has a caption */
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none;
}

/* remove stroke and shadow when ui:fullclick */
.fr-ui-fullclick .fr-stroke {
  display: none;
}

.fr-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* the info box never bas a top stroke */
.fr-info .fr-stroke-top {
  display: none;
}

/* < > */
.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  zoom: 1;
}

.fr-side-previous {
  left: 0;
}

.fr-side-next {
  right: 0;
  left: auto;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-hidden {
  display: none !important;
}

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
  background-color: #ccc;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* smaller side buttons */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px;
  }

  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}
/* X */
.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fr-close-background {
  background-color: #000;
}

/* Thumbnails */
.fr-thumbnails {
  position: absolute;
  overflow: hidden;
}

.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important;
}

.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0;
}

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}

.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important;
}

.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  max-width: none;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */
.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon {
  display: none;
}

/* error on thumbnail */
.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

/* Thumbnail < > */
.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 12px;
}

.fr-thumbnails-side-next {
  margin-right: 12px;
}

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0;
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px;
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: .8;
  -moz-transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* vertical thumbnails */
.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}

/* ui:fullclick has a dark thumbnail background */
.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909;
}

/* put a stroke on the connecting caption*/
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
  display: block !important;
}

/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
  display: block !important;
}

/* thumbnail spacing  */
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px;
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px;
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important;
}

/* horizontal */
@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px;
  }
}
@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px;
  }
}
/* vertical */
@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
  }
}
/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important;
  }
}
@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important;
  }
}
/* force fullClick: true
   and force overflow: false */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%;
  }

  /* fullclick */
  .fr-page {
    min-height: 100%;
  }

  /* overflow: false */
}
/* switch between ui modes
   we force everything not in the current UI mode to hide
*/
.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important;
}

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/
.fr-toggle-ui {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1;
}

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none;
}

/* Spinner */
.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px;
}

.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out;
}

.fr-spinner div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  box-shadow: 0 0 1px transparent;
  /* fixes rendering in Firefox */
}

.fr-spinner div.fr-spin-1 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.fr-spinner div.fr-spin-2 {
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.fr-spinner div.fr-spin-3 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.fr-spinner div.fr-spin-4 {
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.fr-spinner div.fr-spin-5 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-6 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-7 {
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.fr-spinner div.fr-spin-8 {
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.fr-spinner div.fr-spin-9 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.fr-spinner div.fr-spin-10 {
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.fr-spinner div.fr-spin-11 {
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.fr-spinner div.fr-spin-12 {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fresco-12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Thumbnail spinner */
.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear;
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Error */
.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px;
}

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

/* skin: 'fresco' */
/* Sprite */
.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("skins/fresco/sprite.svg");
}

/* fallback png sprite */
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url("skins/fresco/sprite.png");
}

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px;
}

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* thumbnail shadow */
/* < > */
.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent;
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px;
}

/* transition (png) */
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (png) */
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -93px -214px;
}

/* transition (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: .5;
}

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
  opacity: 1;
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: .8;
}

/* touch always active but at lower opacity */
/* disabled (svg) */
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
  opacity: .2;
}

/* TODO: make sure this works */
/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
  background-image: none;
}

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px;
  }

  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px;
  }

  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px;
  }

  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* transition (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }

  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* transition (svg) */
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }

  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* disabled state (png) */
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: 0px -420px;
  }

  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -48px -420px;
  }
}
/* X */
/* colors */
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: .8;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
  background-color: #191919;
}

/* - image */
.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px;
}

/* - transition */
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: .8;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */
.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 2px solid #59c379;
}

/* Thumbnails < > */
.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -167px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -167px -91px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -91px;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -293px -91px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -91px;
}

/* Thumbnails < > transition */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px;
}

/* lower opacity on disabled states */
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: .5;
}

/* lower opacity IE < 9 using images */
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* vertical ^ (up/down) adjustments */
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}

/*------------------------------------------------------------------
Style Switcher
*/
/* Style Switcher */
#style-switcher {
  display: block;
  width: 260px;
  position: fixed;
  top: 50%;
  margin-top: -220px;
  left: -220px;
  z-index: 9999;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (max-width: 40.063em) {
  #style-switcher {
    display: none;
  }
}
#style-switcher.active {
  left: 0;
}
#style-switcher .style-toggle {
  float: right;
  width: 40px;
  height: 40px;
  border-top: 1px solid #59c379;
  border-right: 1px solid #59c379;
  border-bottom: 1px solid #59c379;
  color: #fff;
  line-height: 40px;
  background: #59c379;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0 3px 3px 0;
}
#style-switcher .style-toggle.active {
  background: #59c379;
  border-color: #59c379;
  color: #fff;
}
#style-switcher .style-toggle i {
  vertical-align: middle;
}
#style-switcher h2 {
  display: block;
  float: left;
  width: 220px;
  padding: 0 20px;
  height: 40px;
  line-height: 42px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #59c379;
}
#style-switcher .style-content {
  float: left;
  background: #131219;
  padding: 0;
  width: 220px;
}
#style-switcher .style-content h3 {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 13px;
  float: left;
  color: #fff;
}
#style-switcher .style-content .section {
  padding: 15px 20px;
  border-bottom: 1px solid #3e3e3e;
  float: left;
  width: 100%;
}
#style-switcher .style-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
#style-switcher .style-content ul li {
  border: 0;
  display: block;
  float: left;
}
#style-switcher .style-content ul li.block {
  clear: left;
  margin-bottom: 3px;
}
#style-switcher .style-content ul li.block a {
  margin-left: 0;
}
#style-switcher .style-content ul li a {
  display: block;
  float: left;
  font-size: 12px;
  color: #a9a9a9;
  border: 1px solid #5d5d5d;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-left: 4px;
  padding: 0 10px;
  border-radius: 3px;
}
#style-switcher .style-content ul li a.active {
  border-color: #7a7a7a;
  color: #fff;
}
#style-switcher .style-content ul li a:hover {
  border-color: #fff;
}
#style-switcher .style-content ul li:first-child a {
  margin-left: 0;
}
