@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1.0 Common & Reset style
	1.1 Plugins
		1.1.1 Bootstrap
		1.1.2 Font Awesome Icon
		1.1.3 Owl Carousel
	1.2 Config Skin

2.0 Base
	2.1 Header
	2.1 Footer
	2.2 Mega Menu
	2.3 Breadcrumds

3.0 Content
	3.1 Widget
	3.2 Blog
	3.3 Gallery
	3.4 Content
	3.5 Service
	3.6 Counter
	3.7 Banner
	3.8 Slide
	3.9 About us
	3.10 Product
	3.11 Testimonial
	3.12 Contact
	3.13 Fullpage
	3.14 Coming Soon

4.0 Responsive

-------------------------------------------------------------------*/
@font-face {
  font-family: 'Signalist';
  src: url("../fonts/Signalist-W00-Signalist.eot");
  src: local("☺"), url("../fonts/Signalist-W00-Signalist.woff") format("woff"), url("../fonts/Signalist-W00-Signalist.ttf") format("truetype"), url("../fonts/Signalist-W00-Signalist.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans-Extrabold';
  src: url("../fonts/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Extrabold.woff") format("woff"), url("../fonts/OpenSans-Extrabold.ttf") format("truetype"), url("../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-size: 15px;
  font-family: 'Open Sans', Arial;
  color: #555555;
  font-weight: normal;
  margin: 0; }

body, html {
  overflow-x: hidden;
  width: 100%; }

body #page {
  position: relative;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a {
  color: #000; }

ins, del {
  text-decoration: none; }

del {
  padding-right: 5px; }
  del span {
    text-decoration: line-through;
    color: #aaa !important; }

select::-ms-expand {
  display: none; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield; }

.text-uppercase {
  text-transform: uppercase; }

.scroll-to-top {
  background: #d19f68 none repeat scroll 0 0;
  border: none;
  bottom: -100px;
  cursor: pointer;
  height: 35px;
  line-height: 25px;
  padding: 3px;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 35px;
  z-index: 99999;
  color: #fff;
  border-radius: 5px; }
  .scroll-to-top i {
    line-height: 25px; }
  .scroll-to-top:hover {
    color: #fff;
    background: #000; }

input[type=text]::-ms-clear {
  display: none; }

.display-inline-b {
  display: inline-block;
  vertical-align: middle; }

.animated.animated_heading {
  visibility: hidden; }
.animated.visible {
  visibility: visible; }

.ult-animation .animated {
  visibility: visible; }

.blog_post_desc > .entry-content > h1, .comment-bottom .profile-desc > h1, article.type-page > .entry-content > h1,
.post-single .blog_post_desc > h1 {
  font-size: 48px;
  margin: 33px 0; }
.blog_post_desc > .entry-content > h1 + h2, .comment-bottom .profile-desc > h1 + h2, article.type-page > .entry-content > h1 + h2,
.post-single .blog_post_desc > h1 + h2 {
  margin: 18px 0; }
.blog_post_desc > .entry-content > h3, .comment-bottom .profile-desc > h3, article.type-page > .entry-content > h3,
.post-single .blog_post_desc > h3 {
  margin: 15px 0; }
.blog_post_desc > .entry-content > h4, .blog_post_desc > .entry-content > h5, .blog_post_desc > .entry-content > h6, .comment-bottom .profile-desc > h4, .comment-bottom .profile-desc > h5, .comment-bottom .profile-desc > h6, article.type-page > .entry-content > h4, article.type-page > .entry-content > h5, article.type-page > .entry-content > h6,
.post-single .blog_post_desc > h4,
.post-single .blog_post_desc > h5,
.post-single .blog_post_desc > h6 {
  margin: 12px 0; }
.blog_post_desc > .entry-content > h2, .comment-bottom .profile-desc > h2, article.type-page > .entry-content > h2,
.post-single .blog_post_desc > h2 {
  margin-bottom: 25px;
  margin-top: 25px; }
.blog_post_desc > .entry-content > dl, .comment-bottom .profile-desc > dl, article.type-page > .entry-content > dl,
.post-single .blog_post_desc > dl {
  margin: 0 20px; }
  .blog_post_desc > .entry-content > dl dd, .comment-bottom .profile-desc > dl dd, article.type-page > .entry-content > dl dd,
  .post-single .blog_post_desc > dl dd {
    margin: 0 0 20px; }
.blog_post_desc > .entry-content > table, .comment-bottom .profile-desc > table, article.type-page > .entry-content > table,
.post-single .blog_post_desc > table {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }
  .blog_post_desc > .entry-content > table td, .comment-bottom .profile-desc > table td, article.type-page > .entry-content > table td,
  .post-single .blog_post_desc > table td {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #ededed; }
    .blog_post_desc > .entry-content > table td a, .comment-bottom .profile-desc > table td a, article.type-page > .entry-content > table td a,
    .post-single .blog_post_desc > table td a {
      color: #000; }
      .blog_post_desc > .entry-content > table td a:hover, .comment-bottom .profile-desc > table td a:hover, article.type-page > .entry-content > table td a:hover,
      .post-single .blog_post_desc > table td a:hover {
        color: #d19f68; }
  .blog_post_desc > .entry-content > table thead th, .comment-bottom .profile-desc > table thead th, article.type-page > .entry-content > table thead th,
  .post-single .blog_post_desc > table thead th {
    text-transform: uppercase;
    padding-bottom: 10px; }

.entry-content > .vc_row > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.home.blog #main {
  padding-top: 70px; }
.home.blog .fixed-header #main {
  padding-top: 160px; }

.sticky_post {
  color: #d19f68;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize; }

.post-password-form input[type="password"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px dashed rgba(137, 137, 137, 0.5);
  color: #a1a1a1;
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  width: 100%; }
.post-password-form label {
  font-weight: normal; }
.post-password-form input[type="submit"] {
  padding: 9px 28px;
  background: #d19f68;
  color: #fff;
  text-transform: uppercase;
  vertical-align: bottom;
  margin-bottom: 4.5px; }

.comment-nav-links {
  padding-bottom: 15px; }
  .comment-nav-links .comment-nav-next a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000; }
    .comment-nav-links .comment-nav-next a:after {
      content: "\f054";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      padding-left: 5px;
      font-size: 10px;
      vertical-align: middle; }
  .comment-nav-links .comment-nav-previous a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000; }
    .comment-nav-links .comment-nav-previous a:before {
      content: "\f053";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      padding-right: 5px;
      font-size: 10px;
      vertical-align: middle; }

.active-sidebar .widget_nav_menu ul#menu-testing-menu li ul {
  padding-left: 16px; }

table {
  width: 100%; }

table, table td {
  padding: 0;
  border: none;
  border-collapse: separate; }

iframe {
  max-width: 100%;
  border: none; }

a, .widget_categories li a::before,
.widget_product_categories li a::before,
.open-menu-mobile, .close-menu-mobile,
.instagram-container li a::after,
.instagram-container li a::before,
.pricing-box,
.pricing-box::after,
.pricing-box::before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.vc_btn3 i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

ul, menu, dir {
  display: block;
  list-style-type: disc;
  padding: 0 0 0 40px; }

li > ul, li > ol {
  margin: 0; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

ul, ol {
  margin-top: 0; }

li {
  display: list-item;
  text-align: -webkit-match-parent; }

ol {
  display: block;
  list-style-type: decimal;
  padding: 0 0 0 40px; }

ul ul, ol ul {
  list-style-type: circle; }

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
  list-style-type: square; }

li {
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  border: 0;
  padding: auto;
  outline: 0;
  vertical-align: top; }

.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 20px 5px 0; }

.alignleft {
  float: left; }

.blog_post_desc .entry-content menu, .blog_post_desc .entry-content ol, .blog_post_desc .entry-content ul {
  margin: 16px 0; }
.blog_post_desc .entry-content li > ul, .blog_post_desc .entry-content li > ol {
  margin: 0; }
.blog_post_desc .entry-content > table {
  padding-bottom: 20px; }

.wrapper {
  min-height: 500px; }

.wp-caption {
  max-width: 100%; }

.active-sidebar ul, .active-sidebar menu, .active-sidebar dir, #thumbs_list_frame ul, #thumbs_list_frame menu, #thumbs_list_frame dir,
.isotope ul,
.isotope menu,
.isotope dir, .media ul, .media menu, .media dir, .vertical_list ul, .vertical_list menu, .vertical_list dir, .image_list ul, .image_list menu, .image_list dir, .woocommerce ul, .woocommerce menu, .woocommerce dir,
.instagram-gallery ul,
.instagram-gallery menu,
.instagram-gallery dir {
  list-style-type: none;
  padding-left: 0; }

.commentlist {
  list-style-type: none;
  padding-left: 0; }
  .commentlist ul.children {
    list-style-type: none; }

a:focus,
a:hover {
  color: #d19f68; }

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0;
  line-height: 100%;
  font-weight: 400;
  font-family: Oswald; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

p {
  line-height: 24px; }

img {
  max-width: 100%;
  height: auto; }

button:focus, button:active, button:active:focus, button:focus:active {
  outline: none !important; }

input, textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 17px 29px 16px;
  border: medium none;
  color: #707070;
  box-shadow: none; }

input:focus,
textarea:focus {
  outline: none !important; }

input {
  line-height: normal;
  border-radius: 0; }

figure {
  position: relative; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 20px 5px 0; }

.has-overlay {
  position: relative; }
  .has-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }

.alignleft {
  float: left; }

.container .container, .main-sidebar .container {
  width: auto;
  padding-left: 0;
  padding-right: 0; }

.w-auto {
  width: auto !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input,
textarea {
  border-radius: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 40px;
  text-transform: capitalize;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  outline: none;
  background: url(../images/caret-down.png) no-repeat right center;
  border: none;
  padding-left: 0;
  color: #777;
  font-size: 14px; }
  select:focus {
    outline: none; }

.input-text::-ms-input-placeholder {
  opacity: 1; }

.input-text::-moz-placeholder {
  opacity: 1; }

.input-text::-o-placeholder {
  opacity: 1; }

.input-text::-webkit-input-placeholder {
  opacity: 1; }

.textarea::-ms-input-placeholder {
  opacity: 1; }

.textarea::-moz-placeholder {
  opacity: 1; }

.textarea::-o-placeholder {
  opacity: 1; }

.textarea::-webkit-input-placeholder {
  opacity: 1; }

.wpcf7-submit {
  text-transform: uppercase;
  color: #fff;
  padding-left: 31px;
  padding-right: 29px;
  width: 100%;
  letter-spacing: 1px;
  vertical-align: top;
  background: #d19f68;
  font-weight: 600; }
  .wpcf7-submit:hover {
    background: #000; }

.hover-link {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block; }
  .hover-link.type1 {
    color: #888;
    text-transform: uppercase; }
    .hover-link.type1:hover {
      color: #d19f68; }
  .hover-link.type2 {
    font-size: 14px;
    font-weight: 500;
    color: #d19f68;
    position: relative;
    padding-left: 62px; }
    .hover-link.type2:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 45px;
      top: 50%;
      left: 0;
      background: #d19f68;
      -webkit-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      -moz-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      -ms-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      -o-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important; }
    .hover-link.type2:hover {
      color: #000;
      padding-left: 72px; }
      .hover-link.type2:hover:before {
        width: 55px;
        background: #000; }

.btn {
  width: auto;
  text-transform: uppercase;
  padding: 14px 25px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: none;
  font-family: Oswald;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .btn:hover, .btn:focus {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .btn.btn-default {
    background: none;
    border: 1px solid #d19f68;
    color: #d19f68; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
      background: #d19f68;
      color: #fff; }
  .btn.btn-primary {
    background: #d19f68;
    border: 1px solid #d19f68;
    color: #000; }
    .btn.btn-primary i {
      margin-left: 14px; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #000;
      border-color: #000;
      color: #fff; }
  .btn.btn-black {
    background: none;
    color: #000;
    padding: 14px 25px;
    border: 1px solid #000; }
    .btn.btn-black i {
      margin-left: 15px; }
    .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
      background: #d19f68;
      border-color: #d19f68;
      color: #000; }
  .btn.btn-secondary {
    background: #000000;
    color: #d19f68;
    border-color: #000000; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
      background: #d19f68;
      color: #000;
      border-color: #d19f68; }
  .btn.btn-icon i {
    margin-left: 18px; }
  .btn.btn-white {
    background: #fff;
    color: #000;
    border-color: #fff; }
    .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
      background: #000;
      color: #fff;
      border-color: #000; }
    .btn.btn-white.btn-icon i {
      margin-left: 14px; }

.list-items ul, .list-items ol {
  padding-left: 0; }

.list-items ul li, .list-items ol li {
  line-height: 24px; }

.list-items.style1 li,
.list-items.style2 li,
.list-items.style3 li {
  position: relative;
  list-style-type: none; }

.list-items.style2 li:before,
.list-items.style3 li:before {
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 15px;
  top: 50%;
  left: -22px;
  margin-top: -8px; }

.list-items.style2 {
  padding-left: 17px; }
  .list-items.style2 li:before {
    content: "\e684"; }

.list-items.style3 {
  padding-left: 17px; }
  .list-items.style3 li:before {
    content: "\e66c"; }

.list-items.style4 {
  padding-left: 17px; }
  .list-items.style4 li {
    list-style-type: square; }

.list-items.style5 {
  padding-left: 17px; }
  .list-items.style5 li {
    list-style-type: disc; }

.list-items.style6 {
  padding-left: 17px; }
  .list-items.style6 li {
    list-style-type: decimal; }

.list-items.style1 {
  list-style-type: none;
  padding-left: 17px;
  margin-bottom: 12px; }
  .list-items.style1 li {
    position: relative; }
    .list-items.style1 li:before {
      content: "";
      position: absolute;
      height: 4px;
      width: 4px;
      background: #d19f68;
      left: -18px;
      top: 11px; }

.form-row input, .form-row .placeholder,
.form-row textarea {
  background: none;
  border: 1px solid #ebebeb;
  color: #555;
  padding: 15px 22px;
  width: 100%;
  line-height: normal;
  width: 100%;
  font-size: 14px; }

.tp-revslider-slidesli .btn {
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important; }

.col-xs-55,
.col-sm-55,
.col-md-55,
.col-lg-55 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-55 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-55 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-55 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-55 {
    width: 20%;
    float: left; } }
.bg-primary {
  background: #d19f68; }

.title-custom {
  clear: left; }

.main-bg_color,
.main-bg_color.ult-content-box-container,
.main-bg_color > .vc_column-inner,
.main-bg_color > .upb_row_bg, .main-bg_color.vc_row {
  background-color: #d19f68; }

.baber-heading {
  overflow: hidden;
  padding-bottom: 42px; }
  .baber-heading .header_icon {
    color: #d19f68;
    margin-bottom: 12px; }
  .baber-heading h1, .baber-heading h2, .baber-heading h3, .baber-heading h4, .baber-heading h5, .baber-heading h6 {
    font-weight: 400;
    color: #000;
    font-size: 32px;
    text-transform: uppercase; }
  .baber-heading h3 {
    font-size: 20px; }
  .baber-heading .desc-title {
    color: #555;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 21px; }
  .baber-heading.text-center .desc-title {
    width: 80%;
    margin: 21px auto 0; }
  .baber-heading.style-heading-2 h1, .baber-heading.style-heading-2 h2, .baber-heading.style-heading-2 h3, .baber-heading.style-heading-2 h4, .baber-heading.style-heading-2 h5, .baber-heading.style-heading-2 h6 {
    letter-spacing: -0.2px; }
  .baber-heading.style-heading-2 .header_icon {
    display: inline-block;
    position: relative;
    margin-top: 18px;
    margin-bottom: 0; }
    .baber-heading.style-heading-2 .header_icon:before {
      content: "";
      height: 1px;
      width: 40px;
      position: absolute;
      left: 52px;
      top: 15px;
      background: -moz-linear-gradient(0deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d19f68), color-stop(100%, rgba(255, 255, 255, 0.1)));
      background: -webkit-linear-gradient(0deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -o-linear-gradient(0deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -ms-linear-gradient(0deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      background: linear-gradient(90deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='rgba(255,255,255,0.1)',GradientType=1 ); }
    .baber-heading.style-heading-2 .header_icon:after {
      content: "";
      height: 1px;
      width: 40px;
      position: absolute;
      right: 52px;
      top: 15px;
      background: -moz-linear-gradient(0deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d19f68), color-stop(100%, rgba(255, 255, 255, 0.1)));
      background: -webkit-linear-gradient(0deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -o-linear-gradient(0deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      background: -ms-linear-gradient(0deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      background: linear-gradient(-90deg, #d19f68 0%, rgba(255, 255, 255, 0.1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='rgba(255,255,255,0.1)',GradientType=1 ); }
  .baber-heading.style-heading-3 {
    padding-bottom: 50px; }
    .baber-heading.style-heading-3 h1, .baber-heading.style-heading-3 h2, .baber-heading.style-heading-3 h3, .baber-heading.style-heading-3 h4, .baber-heading.style-heading-3 h5, .baber-heading.style-heading-3 h6 {
      display: inline-block;
      position: relative;
      z-index: 9;
      padding: 34px 0 35px 37px; }
      .baber-heading.style-heading-3 h1::before, .baber-heading.style-heading-3 h2::before, .baber-heading.style-heading-3 h3::before, .baber-heading.style-heading-3 h4::before, .baber-heading.style-heading-3 h5::before, .baber-heading.style-heading-3 h6::before {
        background: #ebebeb none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100px;
        z-index: -1; }
    .baber-heading.style-heading-3 .desc-title {
      margin-top: 15px;
      font-size: 15px; }
    .baber-heading.style-heading-3.text-center h1, .baber-heading.style-heading-3.text-center h2, .baber-heading.style-heading-3.text-center h3, .baber-heading.style-heading-3.text-center h4, .baber-heading.style-heading-3.text-center h5, .baber-heading.style-heading-3.text-center h6 {
      float: left;
      text-align: left; }
    .baber-heading.style-heading-3.text-center .desc-title {
      float: right;
      text-align: left;
      width: 66.6667%;
      margin-top: 25px;
      font-size: 14px; }

.slick-default > .btn-prev.slick-arrow {
  border: medium none;
  font-size: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  background: none;
  right: -15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  color: #282828;
  z-index: 9; }
  .slick-default > .btn-prev.slick-arrow:hover {
    color: #d19f68; }
.slick-default > .btn-next.slick-arrow {
  border: medium none;
  font-size: 30px;
  height: 30px;
  background: none;
  padding: 0;
  position: absolute;
  left: -15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  color: #282828;
  z-index: 9; }
  .slick-default > .btn-next.slick-arrow:hover {
    color: #d19f68; }

.slick-default .slick-dots li {
  height: 4px;
  width: 15px; }
  .slick-default .slick-dots li.slick-active {
    background: #d19f68; }
.slick-default .slick-dots button {
  padding: 0;
  height: 4px;
  width: 15px;
  background: none; }
  .slick-default .slick-dots button:before {
    content: none; }

.twitter-tweet {
  font-size: 13px;
  margin-top: 23px; }
  .twitter-tweet i {
    font-size: 16px;
    color: #00baff;
    float: left;
    padding-top: 6px; }
  .twitter-tweet .tweet-text {
    margin-top: -7px;
    overflow: hidden;
    padding-left: 26px;
    color: #303030;
    line-height: 22px; }
  .twitter-tweet a {
    color: #00baff; }
  .twitter-tweet .my-date {
    color: #c5c5c5; }

.instagram-container li {
  display: inline-block;
  float: left;
  width: 20%; }
  .instagram-container li a {
    width: 100%;
    display: inline-block;
    position: relative; }
    .instagram-container li a:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      background: #d19f68; }
    .instagram-container li a:after {
      position: absolute;
      content: "\f16d";
      width: 100%;
      height: 100%;
      font-family: FontAwesome;
      text-align: center;
      top: 50%;
      width: 100%;
      left: 0;
      font-size: 36px;
      opacity: 0;
      color: #fff;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      margin-top: -11px; }
    .instagram-container li a:hover:before, .instagram-container li a:hover:after {
      opacity: 0.8;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .instagram-container li a img {
      width: 100%; }

.footer-gallery {
  overflow: hidden;
  margin-bottom: 0; }

.block_content .fb_followers li {
  float: left; }
  .block_content .fb_followers li .fb_name {
    display: none; }

.block_content .fb_followers li a, .block_content .fb_followers li span {
  background-color: rgba(255, 255, 255, 0.2) !important;
  display: block;
  width: 60px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
/*hvr-pulse*/
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #212425;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

div.wpcf7-response-output {
  padding: 8px 8px 8px 40px;
  border-radius: 4px;
  margin-right: 0;
  margin-left: 0;
  float: left;
  width: 100%;
  text-align: left; }

.wpcf7-response-output {
  position: relative; }
  .wpcf7-response-output:before {
    position: absolute;
    font-family: FontAwesome;
    left: 15px;
    top: 9px; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #e0f2d9 none repeat scroll 0 0;
    border: 2px solid #e0f2d9;
    color: #58a839; }
    .wpcf7-response-output.wpcf7-mail-sent-ok:before {
      content: "\f00c"; }
  .wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #ecf1f9 none repeat scroll 0 0;
    border: 2px solid #ecf1f9;
    color: #3d6ebf; }
    .wpcf7-response-output.wpcf7-mail-sent-ng:before {
      content: "\f00c"; }
  .wpcf7-response-output.wpcf7-validation-errors {
    background: #ffecec none repeat scroll 0 0;
    border: 2px solid #ffecec;
    color: #df6060; }
    .wpcf7-response-output.wpcf7-validation-errors:before {
      content: "\f129"; }
  .wpcf7-response-output.wpcf7-spam-blocked {
    background: #fdf9df none repeat scroll 0 0;
    border-color: #fdf9df;
    color: #eb9b0a; }
    .wpcf7-response-output.wpcf7-spam-blocked:before {
      content: "\f071"; }

.mc4wp-response {
  position: relative; }
  .mc4wp-response .mc4wp-alert {
    padding: 8px 8px 5px 40px;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 4px;
    text-align: left;
    position: relative;
    float: left; }
    .mc4wp-response .mc4wp-alert:before {
      position: absolute;
      font-family: FontAwesome;
      left: 20px;
      top: 9px; }
  .mc4wp-response .mc4wp-success {
    background: #e0f2d9 none repeat scroll 0 0;
    border: 2px solid #e0f2d9;
    color: #58a839; }
    .mc4wp-response .mc4wp-success:before {
      content: "\f00c"; }
  .mc4wp-response .mc4wp-error {
    background: #ffecec none repeat scroll 0 0;
    border: 2px solid #ffecec;
    color: #df6060; }
    .mc4wp-response .mc4wp-error:before {
      content: "\f129"; }

.woocommerce-account .wrapper {
  min-height: auto; }

.btn-type {
  margin-bottom: 30px; }

.no-results .not-found-title {
  margin-bottom: 30px; }

.btn.btn-white {
  background: none;
  border: 1px solid #fff;
  color: #fff; }

body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0; }

body figure {
  margin: 0; }

.admin-bar .site-header.is-sticky, .admin-bar .header-v4 .main-navigation,
.admin-bar .fixed-header header,
.admin-bar .header-center, .admin-bar .searchform_wrap {
  top: 32px; }

.fixed-header .site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: transparent; }

.logo-sticky {
  opacity: 0;
  position: absolute;
  left: 0; }

.site-header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03); }
  .site-header.is-sticky .header-info .open-menu {
    padding-bottom: 24px;
    padding-top: 30px; }
  .site-header.is-sticky .mini-cart .cart_nu_count {
    top: 50%; }
  .site-header.is-sticky .has-logo-sticky .logo {
    opacity: 0; }
  .site-header.is-sticky .has-logo-sticky .logo-sticky {
    opacity: 1; }

header {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  left: 0;
  top: 0;
  z-index: 999; }

.header-wrapper {
  position: relative; }
  .header-wrapper::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0; }

.header-container {
  position: relative; }

.header-center,
.header-right {
  display: inline-block;
  vertical-align: middle; }

.header-right {
  position: relative; }

.header-logo, header,
.header-logo img,
.mega-menu > li > a::after,
.mega-menu > li > a::before,
.header-profile ul a::before,
.content-filter, .open-menu {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.header-myaccount {
  cursor: pointer;
  padding: 44px 0 50px 16px; }
  .header-myaccount i {
    font-size: 21px; }
    .header-myaccount i:hover {
      color: #d19f68; }

.content-filter {
  background: #202020 none repeat scroll 0 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  border: 1px solid #d19f68;
  border-top-width: 2px;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }

.header-profile {
  width: 160px; }
  .header-profile ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .header-profile ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
      .header-profile ul li:last-child {
        border-bottom: none; }
    .header-profile ul a {
      display: block;
      color: #fff;
      padding: 10px 15px; }
      .header-profile ul a:hover {
        color: #d19f68; }

.admin-bar .header-info .header-ver {
  top: 32px; }

.nav-open .header-ver {
  opacity: 1;
  right: 0;
  visibility: visible; }

.header-info .open-menu {
  padding: 46px 0 50px 17px; }

header ul, footer ul, .pricing-content ul {
  padding: 0;
  list-style: none;
  margin: 0; }

.header-ver {
  background: #202020 none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  right: -100%;
  text-align: left;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 400px;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .header-ver .header-sidebar {
    width: 100%;
    padding: 40px; }

.social_icon {
  text-align: right; }

.hover-effect i {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
  left: 50%;
  z-index: 9;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .hover-effect i.fa-hover {
    left: -100%;
    line-height: 40px;
    position: absolute;
    top: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0; }

.social_icon li {
  display: inline-block; }
  .social_icon li a {
    border: 1px solid #d19f68;
    display: table;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
    position: relative;
    overflow: hidden;
    color: #d19f68; }
    .social_icon li a:hover {
      background: #fff; }

.text-menu {
  color: #555555;
  font-size: 13px;
  font-style: italic;
  line-height: 26px;
  padding-bottom: 15px; }

.logo-sidebar {
  padding-bottom: 30px;
  padding-top: 30px;
  max-width: 107px; }

.slogan {
  color: #fff; }

.header-contact li {
  padding-bottom: 5px; }
.header-contact a {
  color: #fff; }
  .header-contact a:hover {
    color: #d19f68; }
  .header-contact a span {
    margin-right: 5px; }

.open-menu {
  font-size: 20px;
  cursor: pointer; }
  .open-menu:hover {
    color: #d19f68; }

.close-menu, .close-menu-mobile {
  border: 1px solid #d19f68;
  color: #d19f68;
  cursor: pointer;
  display: table;
  font-size: 20px;
  height: 40px;
  padding: 0;
  position: absolute;
  left: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .close-menu span, .close-menu-mobile span {
    display: inline;
    height: 100%;
    vertical-align: middle; }
  .close-menu:hover, .close-menu-mobile:hover {
    background: #fff; }

.header-v1 .header-logo, .header-v2 .header-logo {
  padding-top: 17px; }
.header-v1 .header-container, .header-v2 .header-container {
  text-align: right; }

.header-v1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
  .header-v1 .mega-menu > li > a {
    text-transform: none; }

.header-v2 .mega-menu > li > a::before,
.header-v2 .mega-menu > li > a::after {
  content: none; }

.header-v3.is-sticky.site-header .header-logo, .header-v8.is-sticky.site-header .header-logo, .header-v9.is-sticky.site-header .header-logo {
  top: 16px;
  padding-top: 0; }
  .header-v3.is-sticky.site-header .header-logo img, .header-v8.is-sticky.site-header .header-logo img, .header-v9.is-sticky.site-header .header-logo img {
    width: auto; }
.header-v3 .header-logo, .header-v8 .header-logo, .header-v9 .header-logo {
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 99; }
.header-v3 .header-center, .header-v8 .header-center, .header-v9 .header-center {
  display: block;
  text-align: center; }
.header-v3 .header-right, .header-v8 .header-right, .header-v9 .header-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }
.header-v3 .top-search .search-field,
.header-v3 .top-search .search-form input[type="text"], .header-v8 .top-search .search-field,
.header-v8 .top-search .search-form input[type="text"], .header-v9 .top-search .search-field,
.header-v9 .top-search .search-form input[type="text"] {
  background: #e9e9e9;
  color: #b0b0b0; }
.header-v3 .search-block-top .top-search .btn-search, .header-v8 .search-block-top .top-search .btn-search, .header-v9 .search-block-top .top-search .btn-search {
  color: #8d9095; }
  .header-v3 .search-block-top .top-search .btn-search:hover, .header-v8 .search-block-top .top-search .btn-search:hover, .header-v9 .search-block-top .top-search .btn-search:hover {
    color: #d19f68; }

.header-v4 .kad-header-logo {
  display: inline-block; }
.header-v4 .header-center {
  display: block; }
.header-v4 .mega-menu {
  display: block;
  text-align: center; }
  .header-v4 .mega-menu li .sub-menu {
    text-align: left; }
.header-v4 .close-menu {
  left: auto;
  right: 40px;
  top: 72px; }
.header-v4 .logo-sidebar {
  padding: 0 0 30px; }
.header-v4 .header-social .social_icon {
  margin-bottom: 50px;
  text-align: left; }
.header-v4 .top-search .search-field,
.header-v4 .top-search .search-form input[type="text"] {
  background: #e9e9e9;
  color: #b0b0b0; }
.header-v4 .search-block-top .top-search .btn-search {
  color: #8d9095; }
  .header-v4 .search-block-top .top-search .btn-search:hover {
    color: #d19f68; }

.header-v5 {
  position: relative; }
  .header-v5 .open-menu-mobile,
  .header-v5 .close-menu-mobile {
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    height: 86px;
    padding: 18px 10px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 86px;
    float: right;
    z-index: 99;
    right: 0;
    left: auto;
    position: relative; }
    .header-v5 .open-menu-mobile i,
    .header-v5 .close-menu-mobile i {
      font-size: 22px; }
    .header-v5 .open-menu-mobile p,
    .header-v5 .close-menu-mobile p {
      font-size: 14px;
      font-weight: 300;
      line-height: 100%;
      margin: 0; }
      .header-v5 .open-menu-mobile p:last-child,
      .header-v5 .close-menu-mobile p:last-child {
        margin-top: -5px; }
  .header-v5 .close-menu-mobile {
    display: none; }
  .header-v5.is-sticky {
    padding-bottom: 5px;
    padding-top: 5px; }
    .header-v5.is-sticky .header-logo {
      padding-top: 0 !important; }
    .header-v5.is-sticky .open-menu-mobile,
    .header-v5.is-sticky .close-menu-mobile {
      height: 70px;
      padding: 8px 10px 5px;
      width: 70px; }
    .header-v5.is-sticky .header-container {
      top: -5px; }

.header-v7 .mega-menu > li.menu-item > a {
  font-size: 16px;
  font-weight: 700; }
  .header-v7 .mega-menu > li.menu-item > a:before, .header-v7 .mega-menu > li.menu-item > a:after {
    content: none; }
.header-v7 .social_icon {
  margin-bottom: 40px;
  text-align: left; }

.header-v8 .display-inline-b {
  position: relative; }

.header-v8 .mega-menu > li.menu-item > a, .header-v9 .mega-menu > li.menu-item > a {
  font-size: 16px;
  font-weight: 700; }
  .header-v8 .mega-menu > li.menu-item > a:before, .header-v8 .mega-menu > li.menu-item > a:after, .header-v9 .mega-menu > li.menu-item > a:before, .header-v9 .mega-menu > li.menu-item > a:after {
    content: none; }
.header-v8 .header-right, .header-v9 .header-right {
  top: 47%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .header-v8 .header-right .social_icon li a, .header-v9 .header-right .social_icon li a {
    border: medium none;
    color: #535252;
    font-size: 20px; }
    .header-v8 .header-right .social_icon li a:hover, .header-v9 .header-right .social_icon li a:hover {
      color: #d19f68; }

.header-v10 .header-top {
  background: #f5f5f5; }
.header-v10 .header-right {
  float: right; }
.header-v10 .header-logo {
  padding: 40px 0; }
  .header-v10 .header-logo img {
    width: 88px !important; }
.header-v10 .header_icon {
  float: left; }
.header-v10 .contact-mobile h5 {
  color: #282828; }
.header-v10 .mega-menu .product_list_widget .product-content .product-title {
  color: #282828; }
.header-v10 .header-contact a {
  color: #282828; }
  .header-v10 .header-contact a:hover {
    color: #d19f68; }
.header-v10 .mega-menu li .sub-menu {
  background-color: #f5f5f5; }
  .header-v10 .mega-menu li .sub-menu li a {
    border-color: #f0efef;
    color: #282828; }
    .header-v10 .mega-menu li .sub-menu li a:hover {
      background-color: #f5f5f5; }
.header-v10 .mega-menu > li:first-child.menu-item {
  padding-left: 0; }
.header-v10 .mega-menu > li > a {
  color: #282828;
  font-weight: bold; }
.header-v10 .mega-menu > li.menu-item > a {
  padding: 19px 21px 20px; }
.header-v10 .mega-menu > li > a:after,
.header-v10 .mega-menu > li > a:before,
.header-v10 .mega-menu > li.current-menu-item > a:before,
.header-v10 .mega-menu > li.current-menu-ancestor > a:before,
.header-v10 .mega-menu > li.current-menu-item > a:after,
.header-v10 .mega-menu > li.current-menu-ancestor > a:after {
  content: none; }
.header-v10 .header-right .social_icon li a {
  border: medium none;
  color: #000;
  font-size: 16px; }
  .header-v10 .header-right .social_icon li a:hover {
    background: none;
    color: #d19f68; }
.header-v10 .header-social {
  display: inline-block;
  margin-right: 22px;
  position: relative;
  float: left; }
  .header-v10 .header-social:before {
    content: "";
    height: 18px;
    width: 1px;
    background: #000;
    top: 23px;
    position: absolute;
    right: -9px; }
.header-v10 .search-block-top {
  color: #000; }
  .header-v10 .search-block-top .btn-search {
    font-size: 14px;
    padding: 20px 0 20px; }
    .header-v10 .search-block-top .btn-search .lnr-magnifier:before {
      content: "\f002";
      font-family: FontAwesome; }
.header-v10 .mini-cart {
  float: left; }
  .header-v10 .mini-cart > a {
    color: #000;
    padding: 18px 0 18px 20px; }
  .header-v10 .mini-cart i.icon-10 {
    font-size: 20px; }
    .header-v10 .mini-cart i.icon-10:before {
      content: "\f290";
      font-family: FontAwesome; }
.header-v10 .social_icon {
  float: left;
  margin-top: 11px; }
.header-v10.site-header.is-sticky .header-logo {
  display: none; }

.searchform {
  position: relative; }

.search-block-top .btn-search {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  padding: 45px 0 51px 3px; }
  .search-block-top .btn-search:hover {
    color: #d19f68; }
.search-block-top .search_button {
  font-size: 24px; }
.search-block-top .top-search .btn-search {
  position: absolute;
  top: 33px;
  border: none;
  right: 15px;
  padding: 0;
  background: none;
  color: #fff;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.search-block-top .search-holder .searchform_wrap .btn-search {
  padding: 15px 0; }

.btn-search, .btn-close {
  cursor: pointer; }

.top-search {
  top: 100%;
  width: 607px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  background: none;
  z-index: 9900;
  border: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  box-shadow: none; }
  .top-search .search-field, .top-search .search-form input[type="text"] {
    float: left;
    height: 65px;
    width: 100%;
    background: #151515;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 10px 50px 10px 15px; }
  .top-search .product-search {
    float: left;
    position: relative;
    width: 100%; }
    .top-search .product-search .btn-search {
      position: absolute;
      right: 15px;
      padding: 0;
      font-size: 22px; }

.search-block-top .active.top-search {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.searchform_wrap {
  border-bottom: none;
  position: fixed;
  display: block;
  top: 0;
  right: -100%;
  height: 100%;
  width: 400px;
  background: #1b1b1b;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .searchform_wrap.opened {
    right: 0;
    opacity: 1;
    visibility: visible; }
    .searchform_wrap.opened h5 {
      font-size: 18px;
      color: #fff;
      font-weight: normal; }
  .searchform_wrap form {
    position: relative; }
    .searchform_wrap form button {
      position: absolute !important;
      right: 0;
      top: 0;
      font-size: 24px;
      color: #fff;
      background: none;
      border: none; }
  .searchform_wrap input {
    border: none;
    padding-left: 0;
    color: #fff;
    font-weight: 700;
    background: none;
    width: 100%; }
  .searchform_wrap .vc_child {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 750px;
    padding: 5px 15px 0;
    border-bottom: 1px solid #373737; }

.close_search_form {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle; }
  .close_search_form:hover {
    color: #d19f68; }

.search-title {
  padding: 30px 15px 0; }
  .search-title p {
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin: 2px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
    color: #d19f68; }

.mini-cart .cart_label {
  display: block;
  position: relative;
  display: inline-block;
  padding: 34px 0 50px 13px;
  position: relative; }
  .mini-cart .cart_label:hover {
    color: #d19f68; }
  .mini-cart .cart_label > i {
    font-size: 32px; }
.mini-cart .cart_nu_count {
  background: #d19f68 none repeat scroll 0 0;
  border-radius: 50%;
  color: #231f20;
  font-size: 11px;
  font-weight: 400;
  height: 15px;
  line-height: normal;
  margin: 0;
  position: absolute;
  right: -5px;
  text-align: center;
  top: 44%;
  vertical-align: middle;
  width: 15px; }
.mini-cart .cart-block {
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  top: 100%;
  width: 265px;
  padding: 12px;
  margin: 0;
  border-radius: 0;
  max-height: 400px;
  overflow: auto;
  border: none;
  border-top: 2px solid #d19f68; }
  .mini-cart .cart-block::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .mini-cart .cart-block::-webkit-scrollbar-track {
    background-color: #999; }
  .mini-cart .cart-block::-webkit-scrollbar-track-piece {
    background-color: #ffffff; }
  .mini-cart .cart-block::-webkit-scrollbar-thumb {
    background-color: #d19f68; }
  .mini-cart .cart-block::-webkit-scrollbar-corner {
    background-color: #999; }
  .mini-cart .cart-block::-webkit-resizer {
    background-color: #666; }
.mini-cart .active {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible; }
.mini-cart .count-item {
  border-bottom: 1px solid #d19f68;
  margin-bottom: 20px;
  padding-top: 3px; }
  .mini-cart .count-item > p {
    color: #808080; }
    .mini-cart .count-item > p p {
      display: inline-block;
      margin: 0; }

.minicart_header {
  display: none; }

.widget_shopping_cart_content {
  padding: 0;
  float: left;
  width: 100%; }
  .widget_shopping_cart_content .wrap-mini-cart {
    padding-bottom: 20px; }
  .widget_shopping_cart_content dl.variation dt {
    color: #a1a1a1;
    font-size: 12px;
    display: block;
    line-height: 18px;
    font-weight: normal; }
    .widget_shopping_cart_content dl.variation dt > p {
      display: inline-block; }
  .widget_shopping_cart_content ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0; }
    .widget_shopping_cart_content ul li {
      display: block;
      padding-bottom: 16px;
      margin-bottom: 20px;
      padding-right: 20px;
      border-bottom: 1px solid #e8e7e7;
      position: relative;
      text-align: left;
      float: left;
      width: 100%; }
      .widget_shopping_cart_content ul li:last-child {
        margin-bottom: 11px; }
      .widget_shopping_cart_content ul li a {
        color: #1b242b; }
        .widget_shopping_cart_content ul li a:hover {
          color: #d19f68; }
      .widget_shopping_cart_content ul li img {
        display: block;
        float: left;
        margin-right: 15px;
        width: 50px; }
      .widget_shopping_cart_content ul li .remove {
        color: #919191;
        font-size: 18px;
        position: absolute;
        right: 0; }
      .widget_shopping_cart_content ul li.empty {
        padding-bottom: 0;
        color: #fff;
        margin: 0;
        border: medium none; }
      .widget_shopping_cart_content ul li .quantity {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        color: #aeb0b2; }
  .widget_shopping_cart_content .total {
    font-weight: 700;
    clear: left;
    text-align: right;
    font-size: 14px;
    margin-bottom: 13px;
    text-transform: uppercase; }
  .widget_shopping_cart_content .buttons {
    text-align: right; }
    .widget_shopping_cart_content .buttons .btn {
      padding: 15px 20px; }
  .widget_shopping_cart_content .cart-info {
    padding-left: 18px;
    overflow: hidden; }
    .widget_shopping_cart_content .cart-info .product-name {
      margin-top: -2px; }
      .widget_shopping_cart_content .cart-info .product-name a {
        text-transform: uppercase;
        color: #000;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
        margin-bottom: 0;
        display: block;
        margin-right: 25px;
        line-height: 16px; }
        .widget_shopping_cart_content .cart-info .product-name a:hover {
          color: #d19f68; }
    .widget_shopping_cart_content .cart-info .qty-cart > span {
      color: #a1a1a1;
      font-size: 12px;
      display: block;
      line-height: 18px;
      font-weight: normal; }
      .widget_shopping_cart_content .cart-info .qty-cart > span > span {
        color: #000;
        padding-left: 5px;
        font-size: 12px;
        font-weight: 600; }
        .widget_shopping_cart_content .cart-info .qty-cart > span > span > span {
          font-size: 12px;
          color: #000; }
  .widget_shopping_cart_content .cart-actions {
    text-align: center;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ebebeb; }
    .widget_shopping_cart_content .cart-actions .total {
      font-size: 14px;
      text-transform: uppercase;
      text-align: left;
      padding: 10px 0;
      color: #a1a1a1;
      border-bottom: 1px solid #ddd; }
      .widget_shopping_cart_content .cart-actions .total .price {
        color: #000000;
        float: right; }
  .widget_shopping_cart_content .cart-btn {
    text-align: center;
    overflow: hidden; }
    .widget_shopping_cart_content .cart-btn .btn-default {
      letter-spacing: 1px;
      padding: 11px 41px 13px 43px; }

@media (min-width: 1200px) {
  .header-v1 .languges-flags, .header-v2 .languges-flags, .header-v3 .languges-flags {
    height: 100%;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 20px;
    border-left: none; }
    .header-v1 .languges-flags:before, .header-v2 .languges-flags:before, .header-v3 .languges-flags:before {
      content: "";
      height: 18px;
      width: 1px;
      background: #d5d5d5;
      position: absolute;
      left: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -1px; } }

.overlay3 {
  background: transparent;
  border: 0 none;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.social-sidebar {
  margin-bottom: 30px; }
  .social-sidebar ul {
    list-style: outside none none;
    padding: 0; }
  .social-sidebar .twitter-tweet .tweet-text {
    color: #fff; }
  .social-sidebar .twitter-tweet .my-date {
    color: #00baff; }

.social-mobile {
  border-bottom: 1px solid #f0efef;
  margin-top: 30px;
  text-align: left;
  clear: left;
  padding: 20px 15px; }
  .social-mobile .social_icon {
    text-align: left; }
  .social-mobile h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700; }
  .social-mobile + .contact-mobile {
    border-top: none;
    margin-top: 0; }

.contact-mobile {
  border-bottom: 1px solid #f0efef;
  margin-top: 30px;
  clear: left;
  text-align: left;
  padding: 20px 15px; }
  .contact-mobile h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700; }

.header-slogan {
  padding-bottom: 20px; }

.header-sidebar h4 {
  color: #d19f68;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase; }
.header-sidebar .sw_content > p,
.header-sidebar .contact-form label {
  display: none; }
.header-sidebar .contact-form .form-left {
  padding-right: 0;
  width: 100%; }
.header-sidebar .contact-form .form-right {
  padding-left: 0;
  width: 100%; }

.openmenu.openmenu-hoz .overlay {
  opacity: 0;
  visibility: hidden; }
.openmenu.nav-open.openmenu-hoz .overlay, .openmenu.cart-open.openmenu-hoz .overlay, .openmenu.search_opened.openmenu-hoz .overlay {
  opacity: 0.8;
  visibility: visible;
  width: 100%; }
.openmenu .overlay {
  opacity: 0.8;
  visibility: visible;
  width: 100%;
  left: 400px; }

.overlay {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 99;
  width: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

[class*="header-"] .open-menu-mobile:hover,
[class*="header-"] .searchform_wrap form button:hover,
[class*="header-"] .header-contact a:hover,
[class*="header-"] .mega-menu li.current_page_parent > a,
[class*="header-"] .mega-menu .sub-menu li.current-menu-item > a,
[class*="header-"] .widget_shopping_cart_content ul li a:hover {
  color: #d19f68; }

.nav-open .overlay, .cart-open .overlay,
.search_opened .overlay {
  opacity: 0.8;
  width: 100%;
  z-index: 9999;
  left: -400px;
  visibility: visible; }

.woocommerce-page .cart-block .btn.btn-primary {
  border-radius: 0;
  font-size: 14px;
  padding: 15px 26px; }
  .woocommerce-page .cart-block .btn.btn-primary:hover {
    border-width: 1px !important;
    background: #000 !important; }

.header-v6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #000; }
  .header-v6 .social_icon li a {
    border: none;
    display: table;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 20px; }
    .header-v6 .social_icon li a:hover {
      background: none;
      color: #d19f68; }
  .header-v6 .header-right, .header-v6 .mega-menu > li > a, .header-v6 .social_icon li a,
  .header-v6 .mini-cart .cart_label {
    color: #fff; }
    .header-v6 .header-right:hover, .header-v6 .mega-menu > li > a:hover, .header-v6 .social_icon li a:hover,
    .header-v6 .mini-cart .cart_label:hover {
      color: #d19f68; }
  .header-v6 .header-logo {
    margin-top: 36px;
    transition: none; }
  .header-v6 .social-mobile {
    border: medium none;
    margin-right: -10px;
    margin-top: 2px;
    padding: 15px 0 15px 15px; }
    .header-v6 .social-mobile li {
      display: inline-block;
      padding: 0 3px; }
  .header-v6.site-header.is-sticky .header-logo {
    margin-top: 5px;
    transition: none; }
  .header-v6.site-header.is-sticky {
    background: #000; }

.hide_header header {
  display: none !important; }

@media (min-width: 1920px) {
  .header-v3 .container-fluid .mega-menu > li.menu-item > a {
    padding-left: 45px;
    padding-right: 44px; }

  .header-v4 .container-fluid .mega-menu > li.menu-item > a {
    padding-left: 35px;
    padding-right: 35px; }

  .header-v7 > .header-wrapper > .container-fluid .header-container {
    max-width: 1400px;
    margin: 0 auto; } }
@media (min-width: 1366px) {
  .header-v7 > .header-wrapper > .container .header-right {
    float: right;
    margin-left: 30px;
    margin-right: 5px;
    position: relative; }
  .header-v7 > .header-wrapper > .container .mega-menu > li.menu-item > a {
    letter-spacing: 0.5px;
    padding-left: 16.6px;
    padding-right: 16.6px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .header-v7 > .header-wrapper > .container .kad-header-logo {
    padding-left: 60px;
    padding-right: 60px; }

  .header-v7:not(.is-sticky) > .header-wrapper > .container .header-right {
    padding-top: 14px;
    top: -5px; }
  .header-v7:not(.is-sticky) > .header-wrapper > .container .mega-menu > li.menu-item > a {
    padding-top: 88px; }
  .header-v7:not(.is-sticky) > .header-wrapper > .container .kad-header-logo {
    padding-top: 30px; } }
@media (min-width: 1366px) and (max-width: 1919px) {
  .header-v4 .container-fluid .mega-menu {
    margin: 0 -30px; }
    .header-v4 .container-fluid .mega-menu > li.menu-item > a {
      padding-left: 30px;
      padding-right: 30px; }
  .header-v4 .container-fluid .kad-header-logo {
    width: 20%; }
  .header-v4 .container-fluid.header-boxed .mega-menu {
    margin: 0 -23px; }
    .header-v4 .container-fluid.header-boxed .mega-menu > li.menu-item > a {
      padding-left: 10px;
      padding-right: 10px; }
  .header-v4 .container-fluid.header-boxed .kad-header-logo {
    width: 25%; } }
@media (max-width: 1366px) {
  .header-v7 .main-navigation .kad-header-logo {
    padding-left: 23px;
    padding-right: 28px; } }
@media (min-width: 1366px) and (max-width: 1500px) {
  .header-v8 .mega-menu > li.menu-item > a, .header-v9 .mega-menu > li.menu-item > a {
    padding-left: 15px;
    padding-right: 15px; }
  .header-v8 .header-right .social_icon li a, .header-v9 .header-right .social_icon li a {
    width: 35px; }
  .header-v8 .header-wrapper .header-social, .header-v9 .header-wrapper .header-social {
    margin: 0 -7px; } }
@media (min-width: 1366px) {
  .header-wrapper .header-boxed {
    padding-left: 75px;
    padding-right: 75px; }
    .header-wrapper .header-boxed .kad-header-menu {
      padding: 0; }

  #page.boxed {
    margin: 0 100px;
    box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2); }
    #page.boxed header:not(.is-sticky) .header-wrapper .header-boxed {
      padding-left: 15px;
      padding-right: 15px; } }
@media (min-width: 1200px) and (max-width: 1365px) {
  .header-v4 .container-fluid .mega-menu {
    margin: 0 -15px; }
    .header-v4 .container-fluid .mega-menu > li.menu-item > a {
      padding-left: 15px;
      padding-right: 15px; }
  .header-v4 .main-navigation .kad-header-logo {
    width: 18%; }

  .header-v8 .mega-menu > li.menu-item > a, .header-v9 .mega-menu > li.menu-item > a {
    padding-left: 12px;
    padding-right: 12px; }
  .header-v8 .header-right .social_icon li a, .header-v9 .header-right .social_icon li a {
    font-size: 18px;
    width: 30px; }
  .header-v8 .header-wrapper .header-boxed, .header-v9 .header-wrapper .header-boxed {
    padding-left: 70px;
    padding-right: 70px; }
  .header-v8 .header-wrapper .header-social, .header-v9 .header-wrapper .header-social {
    margin: 0 -5px; }

  .header-v7 .header-wrapper .mega-menu > li.menu-item > a {
    padding-left: 12px;
    padding-right: 12px; }
  .header-v7 .header-wrapper .header-boxed {
    padding-left: 70px;
    padding-right: 70px; } }
@media (min-width: 1200px) {
  .header-wrapper .header-boxed {
    padding-left: 75px;
    padding-right: 75px; }
    .header-wrapper .header-boxed .kad-header-menu {
      padding: 0; }

  #page.boxed {
    margin: 0 75px;
    box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2); }
    #page.boxed header:not(.is-sticky) .header-wrapper .header-boxed {
      padding-left: 15px;
      padding-right: 15px; }

  .header-v7:not(.is-sticky) .mega-menu > li.megamenu > .sub-menu {
    margin-top: -48px; }

  header .container-fluid {
    padding-left: 50px;
    padding-right: 50px; } }
@media (min-width: 992px) {
  .header-v10 .mega-menu > li.menu-item:first-child > a {
    padding-left: 0; }

  .mega-menu > li.megamenu > .sub-menu {
    padding: 15px 38px 28px; }

  .header-v10.site-header.is-sticky .mega-menu > li.menu-item > a {
    padding-top: 19px;
    padding-bottom: 20px; }
  .header-v10.site-header.is-sticky .search-block-top .btn-search {
    padding-top: 19px;
    padding-bottom: 20px; }
  .header-v10.site-header.is-sticky .mini-cart .cart_label {
    padding-top: 18px;
    padding-bottom: 20px; } }
@media (min-width: 992px) and (max-width: 1415px) {
  .header-v7 .header-right {
    right: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .header-v10 .mega-menu > li.menu-item > a {
    padding: 19px 10px 20px; }
  .header-v10 .social_icon li a {
    width: 32px; }

  header .container .mega-menu > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px; }
  header .mega-menu > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px; }

  header.header-v5 .mega-menu > li.menu-item > a,
  header.header-v3 .mega-menu > li.menu-item > a {
    padding-left: 15px;
    padding-right: 15px; }
    header.header-v5 .mega-menu > li.menu-item > a:before, header.header-v5 .mega-menu > li.menu-item > a:after,
    header.header-v3 .mega-menu > li.menu-item > a:before,
    header.header-v3 .mega-menu > li.menu-item > a:after {
      width: 15px; }

  .header-v5 .header-container {
    padding-right: 120px; }
  .header-v5 .header-logo {
    position: absolute;
    top: 0;
    z-index: 99; }

  .header-v4 .main-navigation .kad-header-logo {
    width: 13%; }
  .header-v4 .main-navigation .mega-menu {
    margin: 0 -15px; }

  .header-v8 .mega-menu, .header-v9 .mega-menu {
    margin-left: -70px; }
    .header-v8 .mega-menu > li.menu-item > a, .header-v9 .mega-menu > li.menu-item > a {
      padding-left: 12px;
      padding-right: 12px;
      font-size: 15px; }
  .header-v8 .header-right .social_icon li a, .header-v9 .header-right .social_icon li a {
    font-size: 18px;
    width: 30px; }
  .header-v8 .header-wrapper .header-boxed, .header-v9 .header-wrapper .header-boxed {
    padding-left: 15px;
    padding-right: 15px; }
  .header-v8 .header-wrapper .header-social, .header-v9 .header-wrapper .header-social {
    margin: 0 -5px; }
  .header-v8 .header-wrapper .container .mega-menu > li.menu-item > a, .header-v9 .header-wrapper .container .mega-menu > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px; }
  .header-v8 .header-wrapper .container .header-right .social_icon li a, .header-v9 .header-wrapper .container .header-right .social_icon li a {
    width: 30px; }
  .header-v8 .header-wrapper .container .header-social, .header-v9 .header-wrapper .container .header-social {
    margin: 0 -5px; }

  .header-v7 .main-navigation .mega-menu > li.menu-item > a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px; }
  .header-v7 .main-navigation .kad-header-logo {
    padding-left: 20px;
    padding-right: 20px; }
  .header-v7 .kad-header-logo {
    padding-top: 30px;
    padding-bottom: 30px; }
  .header-v7 .header-logo img {
    width: 160px; }

  .header-boxed .kad-header-menu {
    padding: 0; } }
@media (max-width: 1199px) {
  .header-wrapper .header-boxed {
    padding-left: 30px;
    padding-right: 30px; } }
@media (min-width: 992px) {
  .header-v7:not(.is-sticky) > .header-wrapper > .container .header-right {
    right: 0; }

  .header-v7.site-header.is-sticky > .header-wrapper > .container .kad-header-logo {
    padding-top: 4px;
    padding-bottom: 4px; }

  .site-header.is-sticky .mega-menu > li.menu-item > a {
    padding-top: 28px;
    padding-bottom: 28px; }
  .site-header.is-sticky .header-logo {
    padding-top: 9px; }
    .site-header.is-sticky .header-logo img {
      width: 75px; }
  .site-header.is-sticky .mini-cart .cart_label {
    padding-top: 20px;
    padding-bottom: 24px; }
  .site-header.is-sticky .search-block-top .btn-search {
    padding-top: 25px;
    padding-bottom: 24px; }
  .site-header.is-sticky .search-block-top .top-search .btn-search {
    padding: 0; }
  .site-header.is-sticky .header-myaccount {
    padding-top: 28px;
    padding-bottom: 24px; }
  .site-header.is-sticky.header-v1 .mega-menu > li.current-menu-item > a::before, .site-header.is-sticky.header-v1 .mega-menu > li.current-menu-ancestor > a::before, .site-header.is-sticky.header-v1 .mega-menu > li:hover > a::before {
    top: 30%; }
  .site-header.is-sticky.header-v1 .mega-menu > li.current-menu-item > a::after, .site-header.is-sticky.header-v1 .mega-menu > li.current-menu-ancestor > a::after, .site-header.is-sticky.header-v1 .mega-menu > li:hover > a::after {
    bottom: 26%; }

  .admin-bar .top-slider + .site-header.header-v9.is-sticky.stick_header9 {
    top: 32px; }

  .top-slider + .site-header.header-v9 {
    position: static;
    bottom: auto;
    top: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03); }
    .top-slider + .site-header.header-v9.is-sticky.stick_header9 {
      position: fixed;
      top: 0; }
      .top-slider + .site-header.header-v9.is-sticky.stick_header9 .mega-menu > li.menu-item > a {
        padding-top: 28px;
        padding-bottom: 28px; }
      .top-slider + .site-header.header-v9.is-sticky.stick_header9 .search-block-top > .btn-search {
        padding-top: 25px;
        padding-bottom: 24px; }
      .top-slider + .site-header.header-v9.is-sticky.stick_header9 .mini-cart .cart_label {
        padding-top: 20px;
        padding-bottom: 24px; }
      .top-slider + .site-header.header-v9.is-sticky.stick_header9 .header-myaccount {
        padding-top: 28px;
        padding-bottom: 24px; }
      .top-slider + .site-header.header-v9.is-sticky.stick_header9 .header-logo {
        top: 16px;
        padding-top: 0; }
    .top-slider + .site-header.header-v9.is-sticky {
      top: 0; }
      .top-slider + .site-header.header-v9.is-sticky .mega-menu > li.menu-item > a {
        padding-top: 46px;
        padding-bottom: 50px; }
      .top-slider + .site-header.header-v9.is-sticky .search-block-top > .btn-search {
        padding-top: 45px;
        padding-bottom: 51px; }
      .top-slider + .site-header.header-v9.is-sticky .mini-cart .cart_label {
        padding-top: 34px;
        padding-bottom: 50px; }
      .top-slider + .site-header.header-v9.is-sticky .header-myaccount {
        padding-top: 44px;
        padding-bottom: 50px; }
      .top-slider + .site-header.header-v9.is-sticky .header-logo {
        top: 35px;
        padding-top: 0; }

  .display-inline-b:hover .content-filter {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    visibility: visible; }

  .mega-menu > li.megamenu > .sub-menu > li > a {
    border: none;
    border: medium none;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
    .mega-menu > li.megamenu > .sub-menu > li > a:hover {
      background: none; }
  .mega-menu > li > a:hover:before {
    left: 0;
    opacity: 1; }
  .mega-menu > li > a:hover:after {
    right: 0;
    opacity: 1; }
  .mega-menu > li > a:hover:before, .mega-menu > li > a:hover:after {
    opacity: 1; }
  .mega-menu > li.current-menu-item > a:before,
  .mega-menu > li.current-menu-item > a:after, .mega-menu > li.current-menu-ancestor > a:before,
  .mega-menu > li.current-menu-ancestor > a:after {
    opacity: 1; }
  .mega-menu > li.current-menu-item > a:before, .mega-menu > li.current-menu-ancestor > a:before {
    left: 0; }
  .mega-menu > li.current-menu-item > a:after, .mega-menu > li.current-menu-ancestor > a:after {
    right: 0; }
  .mega-menu > li > a:before {
    content: "";
    background: #d19f68;
    height: 1px;
    width: 20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: -20px; }
  .mega-menu > li > a:after {
    content: "";
    background: #d19f68;
    height: 1px;
    width: 20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: -20px; }
  .mega-menu > li:not(.megamenu) .sub-menu,
  .mega-menu > li > .sub-menu {
    border-top: 1px solid #d19f68; }
  .mega-menu > li:not(.megamenu):hover > .sub-menu, .mega-menu > li.megamenu:hover > .sub-menu {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible; }
  .mega-menu > li:not(.megamenu) .sub-menu {
    left: 0;
    position: absolute;
    top: 100%;
    width: 230px;
    opacity: 0;
    visibility: hidden;
    border-top-width: 2px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
    .mega-menu > li:not(.megamenu) .sub-menu li .open-submenu {
      float: right; }
      .mega-menu > li:not(.megamenu) .sub-menu li .open-submenu i:before {
        content: "\f105"; }
  .mega-menu > li:not(.megamenu) li:hover .sub-menu {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1; }
  .mega-menu > li:not(.megamenu) li.last-item .sub-menu {
    left: auto;
    right: 100%; }
  .mega-menu > li.megamenu > .sub-menu {
    left: 0;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .mega-menu > li.megamenu:hover .sub-menu {
    opacity: 1;
    visibility: visible; }
  .mega-menu > li.megamenu > .sub-menu > li > a {
    padding-left: 0;
    padding-bottom: 23px;
    padding-top: 18px; }
    .mega-menu > li.megamenu > .sub-menu > li > a:hover {
      background: none !important; }
  .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li:first-child > a {
    padding-top: 0; }
  .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li > a {
    padding-left: 0; }
    .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li > a:hover {
      background: none; }
  .mega-menu > li.megamenu .sub-menu {
    width: 100%;
    border-width: 0;
    border-top-width: 2px; }
    .mega-menu > li.megamenu .sub-menu li .sub-menu li:last-child a {
      border-bottom: none; }
    .mega-menu > li.megamenu .sub-menu li .sub-menu a {
      font-size: 14px;
      padding-left: 25px; }
    .mega-menu > li.megamenu .sub-menu li:last-child a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
  .mega-menu li .product_list_widget .product-img {
    width: 60px;
    border: 1px solid #ebebeb; }
    .mega-menu li .product_list_widget .product-img a {
      padding: 0;
      border: none !important; }
      .mega-menu li .product_list_widget .product-img a:hover {
        background: none; }
      .mega-menu li .product_list_widget .product-img a img {
        width: 60px; }
  .mega-menu li .product_list_widget .product-content {
    overflow: hidden; }
    .mega-menu li .product_list_widget .product-content .product-title {
      font-size: 12px;
      padding: 0;
      text-transform: none;
      line-height: normal;
      border: none !important; }
      .mega-menu li .product_list_widget .product-content .product-title:hover {
        background: none; }
    .mega-menu li .product_list_widget .product-content .price del span {
      font-size: 13px !important; }
    .mega-menu li .product_list_widget .product-content .price .amount {
      font-size: 16px; }
    .mega-menu li .product_list_widget .product-content span.woocommerce-Price-amount span {
      font-size: 16px; }

  .header-ver.header-scroll {
    margin-right: -17px;
    overflow: auto;
    width: 417px; }

  .header-v1 .mega-menu > li:hover > a:before {
    left: auto;
    top: 37%; }
  .header-v1 .mega-menu > li:hover > a:after {
    right: auto;
    bottom: 35%; }
  .header-v1 .mega-menu > li.current-menu-item > a:before, .header-v1 .mega-menu > li.current-menu-ancestor > a:before {
    left: auto;
    top: 37%; }
  .header-v1 .mega-menu > li.current-menu-item > a:after, .header-v1 .mega-menu > li.current-menu-ancestor > a:after {
    right: auto;
    bottom: 35%; }
  .header-v1 .mega-menu > li > a:before {
    top: 0;
    left: auto;
    right: 20px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .header-v1 .mega-menu > li > a:after {
    bottom: 0;
    top: auto;
    right: auto;
    left: 20px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .header-v4.site-header.is-sticky .kad-header-logo .header-logo {
    padding-top: 6px; }
  .header-v4 .container .kad-header-logo {
    width: 18%; }
  .header-v4 .container .mega-menu {
    margin: 0 -21px; }
  .header-v4 .kad-header-logo {
    width: 31%; }
    .header-v4 .kad-header-logo .header-logo {
      padding-top: 12px; }
  .header-v4 .header-center {
    padding-right: 0px; }
  .header-v4 .header-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99; }
  .header-v4 .mega-menu {
    margin: 0 -48px; }
    .header-v4 .mega-menu > li:hover > a:before {
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .header-v4 .mega-menu > li.current-menu-item > a:before, .header-v4 .mega-menu > li.current-menu-ancestor > a:before {
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .header-v4 .mega-menu > li > a:before {
      width: 76px; }
    .header-v4 .mega-menu > li > a:after {
      content: none; }

  .openmenu .header-v5 .header-container {
    right: 0;
    opacity: 1;
    visibility: visible; }

  .header-v5 {
    padding-bottom: 18px;
    padding-top: 53px; }
    .header-v5 .header-container {
      right: 100%;
      opacity: 0;
      position: absolute;
      top: -16px;
      visibility: hidden;
      width: 100%;
      padding-right: 130px;
      text-align: right;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }

  .openmenu-hoz.openmenu .overlay {
    opacity: 0;
    visibility: hidden; }

  .header-v8 .main-navigation, .header-v9 .main-navigation {
    display: inline-block; }
  .header-v8 .header-social, .header-v9 .header-social {
    margin: 0 -10px; }
  .header-v8 .container .mega-menu, .header-v9 .container .mega-menu {
    margin-left: -70px; }
  .header-v8 .container .mega-menu > li.menu-item > a, .header-v9 .container .mega-menu > li.menu-item > a {
    padding-left: 15px;
    padding-right: 15px; }
  .header-v8 .container .header-right .social_icon li a, .header-v9 .container .header-right .social_icon li a {
    width: 35px; }
  .header-v8 .container .header-social, .header-v9 .container .header-social {
    margin: 0 -7px; }

  .header-v6 .mini-cart .cart_label {
    padding-bottom: 39px; }
  .header-v6 #menu > div {
    display: inline-block;
    vertical-align: middle; }
  .header-v6 .social-mobile {
    margin-left: 13px; }
  .header-v6 .header-container {
    text-align: right; }
  .header-v6 .search-block-top .btn-search {
    padding-bottom: 39px; }
  .header-v6 .mega-menu > li.menu-item > a {
    padding-top: 48px;
    padding-bottom: 49px; }

  .header-v7 .header-container {
    text-align: center; }
  .header-v7 .kad-header-logo {
    display: inline-block;
    padding: 25px 43px 25px 48px; }
  .header-v7 .mega-menu > li.menu-item > a {
    padding: 81px 23px 44px; }
  .header-v7.site-header.is-sticky .kad-header-logo {
    padding-top: 10px;
    padding-bottom: 10px; }
  .header-v7.site-header.is-sticky .header-logo {
    padding-top: 0; }
    .header-v7.site-header.is-sticky .header-logo img {
      width: 90px; }
  .header-v7 .search-block-top > .btn-search {
    padding: 68px 0 44px 10px; }
  .header-v7 .mini-cart .cart_label {
    padding-top: 68px;
    padding-bottom: 44px; }
  .header-v7 .header-myaccount,
  .header-v7 .header-info .open-menu {
    padding-top: 68px;
    padding-bottom: 44px; }
  .header-v7 .logo-sidebar {
    text-align: center; }

  .admin-bar .header-v9.header-bottom.is-sticky {
    top: 0; }

  .header-v9.header-bottom {
    bottom: -121px;
    position: fixed;
    top: auto;
    width: 100%; }
    .header-v9.header-bottom.is-sticky {
      top: 0;
      bottom: auto; } }
@media (max-width: 991px) {
  header {
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03); }

  .header-v7.header-bottom > .header-wrapper > .container .header-logo img {
    width: 76px; }

  .fixed-header .site-header.header-bottom {
    top: auto !important;
    bottom: 0; }

  .header-wrapper .header-boxed {
    padding-left: 15px;
    padding-right: 15px; }

  .header-bottom {
    bottom: 0;
    position: fixed;
    top: auto !important;
    width: 100%; }
    .header-bottom .mini-cart .cart-block,
    .header-bottom .header-myaccount .content-filter,
    .header-bottom .search-block-top > .top-search {
      top: auto;
      bottom: 100%; }

  .overlay.overlay-menu {
    right: -400px;
    left: auto; }

  .openmenu .header-center {
    left: 0;
    opacity: 1;
    visibility: visible; }

  .open-submenu {
    display: none; }

  .mega-menu .caret-submenu {
    display: table; }

  .header-myaccount .content-filter.active {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    visibility: visible; }

  .header-logo {
    left: 65px;
    top: 6px;
    margin: 0;
    padding-top: 17px;
    position: absolute;
    z-index: 9; }
    .header-logo img {
      width: 70px; }

  .header-scroll,
  .header-center {
    overflow: auto; }

  .header-center {
    left: -100%;
    opacity: 0;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 990;
    visibility: hidden;
    width: 400px;
    background: #202020 none repeat scroll 0 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

  .header-container .search-block-top .top-search .btn-search {
    padding: 0; }
  .header-container .header-info .open-menu,
  .header-container .header-myaccount,
  .header-container .mini-cart .cart_label,
  .header-container .search-block-top .btn-search {
    padding-top: 25px;
    padding-bottom: 24px; }

  .header-v1 .header-logo,
  .header-v2 .header-logo {
    padding-top: 0; }

  .mini-cart .cart_nu_count {
    top: 50%; }

  .open-menu-mobile {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 22px;
    cursor: pointer;
    z-index: 999;
    padding: 28px 0 0; }

  .close-menu-mobile.hover-effect {
    height: 32px;
    left: auto;
    right: -32px;
    width: 32px; }

  .sub-menu {
    display: none; }

  .main-navigation .mega-menu {
    display: block;
    clear: left; }
    .main-navigation .mega-menu li {
      position: relative;
      clear: left; }
    .main-navigation .mega-menu > li.menu-item {
      display: block; }
      .main-navigation .mega-menu > li.menu-item > a {
        border-bottom: 1px solid #f0efef; }
      .main-navigation .mega-menu > li.menu-item a {
        padding: 13px 25px; }
      .main-navigation .mega-menu > li.menu-item li a {
        padding-left: 35px; }
        .main-navigation .mega-menu > li.menu-item li a:hover {
          padding-left: 35px; }
      .main-navigation .mega-menu > li.menu-item li li a {
        padding-left: 45px; }
        .main-navigation .mega-menu > li.menu-item li li a:hover {
          padding-left: 45px; }
    .main-navigation .mega-menu li .sub-menu li {
      width: 100%;
      padding: 0; }
      .main-navigation .mega-menu li .sub-menu li:last-child > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
    .main-navigation .mega-menu li:not(.megamenu) .sub-menu .sub-menu {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    .main-navigation .mega-menu .menu-block2-item,
    .main-navigation .mega-menu .menu-block1-item {
      padding: 15px; }
    .main-navigation .mega-menu li .product_list_widget .product-img {
      width: 60px;
      border: 1px solid #ebebeb; }
      .main-navigation .mega-menu li .product_list_widget .product-img a {
        padding: 0;
        border: none !important; }
        .main-navigation .mega-menu li .product_list_widget .product-img a:hover {
          background: none; }
        .main-navigation .mega-menu li .product_list_widget .product-img a img {
          width: 60px; }
    .main-navigation .mega-menu li .product_list_widget .product-content {
      overflow: hidden; }
      .main-navigation .mega-menu li .product_list_widget .product-content .product-title {
        font-size: 12px;
        padding: 0;
        text-transform: none;
        line-height: normal;
        border: none !important; }
        .main-navigation .mega-menu li .product_list_widget .product-content .product-title:hover {
          background: none; }
      .main-navigation .mega-menu li .product_list_widget .product-content .price del span {
        font-size: 13px !important; }
      .main-navigation .mega-menu li .product_list_widget .product-content .price .amount {
        font-size: 16px; }
      .main-navigation .mega-menu li .product_list_widget .product-content span.woocommerce-Price-amount span {
        font-size: 16px; }
  .main-navigation .menu-block1, .main-navigation .menu-block2 {
    border-bottom: 1px solid #f0efef; }
  .main-navigation .caret-submenu {
    border-left: 1px solid #f0efef; }

  .logo-mobile {
    padding: 15px;
    text-align: left; }
    .logo-mobile + .close-menu-mobile {
      right: 15px;
      top: 33px;
      height: 40px;
      width: 40px; }
    .logo-mobile img {
      width: 90px; }

  .nav-sections ul.nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 1px solid rgba(255, 255, 255, 0.16); }
  .nav-sections .nav-tabs > li {
    margin-bottom: 0;
    text-align: left;
    width: 50%; }
  .nav-sections .nav-tabs > li > a {
    border-bottom: medium none;
    border-radius: 0;
    border-top: medium none;
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-family: Oswald;
    padding: 20px;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-left: none; }
  .nav-sections .nav-tabs > li > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    border-top: medium none;
    border-left: none; }
  .nav-sections .nav-tabs > li:last-child > a {
    border-right: none !important; }
  .nav-sections .nav-tabs > li.active > a,
  .nav-sections .nav-tabs > li.active > a:focus,
  .nav-sections .nav-tabs > li.active > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: medium none;
    border-top: medium none;
    border-left: none;
    color: #d19f68 !important;
    cursor: default;
    margin: 0; }

  .header-v3 .header-logo, .header-v8 .header-logo, .header-v9 .header-logo, .header-v10 .header-logo {
    left: 50%;
    padding: 2px 0 0;
    top: 16px;
    margin-left: -50px; }
    .header-v3 .header-logo img, .header-v8 .header-logo img, .header-v9 .header-logo img, .header-v10 .header-logo img {
      width: auto; }
  .header-v3 .header-right, .header-v8 .header-right, .header-v9 .header-right, .header-v10 .header-right {
    position: relative;
    float: right; }
  .header-v3 .logo-mobile, .header-v8 .logo-mobile, .header-v9 .logo-mobile, .header-v10 .logo-mobile {
    padding: 0;
    display: inline-block; }
    .header-v3 .logo-mobile img, .header-v8 .logo-mobile img, .header-v9 .logo-mobile img, .header-v10 .logo-mobile img {
      width: auto; }
    .header-v3 .logo-mobile + .close-menu-mobile, .header-v8 .logo-mobile + .close-menu-mobile, .header-v9 .logo-mobile + .close-menu-mobile, .header-v10 .logo-mobile + .close-menu-mobile {
      top: 20px; }
  .header-v3 .header-tops, .header-v8 .header-tops, .header-v9 .header-tops, .header-v10 .header-tops {
    padding: 15px;
    text-align: left;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0efef; }
    .header-v3 .header-tops .social-mobile, .header-v8 .header-tops .social-mobile, .header-v9 .header-tops .social-mobile, .header-v10 .header-tops .social-mobile {
      border-bottom: medium none;
      float: right;
      margin-right: 44px;
      margin-top: 5px;
      padding: 0; }
  .header-v3 .main-navigation, .header-v8 .main-navigation, .header-v9 .main-navigation, .header-v10 .main-navigation {
    clear: left; }

  .header-v10 .header-center {
    background: #f5f5f5; }
  .header-v10.site-header.is-sticky .header-logo {
    display: block; }
  .header-v10 .open-menu-mobile {
    color: #000;
    padding-top: 19px; }
  .header-v10 .main-navigation .caret-submenu {
    border-color: #f0efef; }
  .header-v10 .header-logo {
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: 0;
    padding: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .header-v10 .header-logo img {
      width: 50px !important; }
  .header-v10 .main-navigation .mega-menu > li.menu-item > a {
    border-color: #f0efef; }
  .header-v10 .social_icon {
    margin-top: 0; }
  .header-v10 .header-social {
    margin-right: 0; }
    .header-v10 .header-social:before {
      content: none; }
    .header-v10 .header-social.social-mobile {
      margin-top: 2px;
      display: inline-block;
      float: right;
      margin-right: 44px; }
  .header-v10 .logo-mobile img {
    width: 40px; }
  .header-v10 .logo-mobile + .close-menu-mobile {
    top: 17px; }
  .header-v10 .header-container .search-block-top .btn-search {
    padding-top: 19px;
    padding-bottom: 20px; }
  .header-v10 .header-container .mini-cart .cart_label {
    padding-top: 18px;
    padding-bottom: 20px; }

  .header-v8.is-sticky.site-header .header-logo, .header-v9.is-sticky.site-header .header-logo {
    padding-top: 15px; }
  .header-v8 .header-logo, .header-v9 .header-logo {
    margin-left: 0;
    position: static;
    padding: 15px 0; }
  .header-v8 .open-menu-mobile, .header-v9 .open-menu-mobile {
    padding: 0;
    position: absolute;
    right: 0;
    top: -50px; }
  .header-v8 .header-right, .header-v9 .header-right {
    position: absolute;
    right: 0;
    padding-right: 40px;
    top: -40px; }
  .header-v8 .header-container .header-info .open-menu,
  .header-v8 .header-container .header-myaccount,
  .header-v8 .header-container .search-block-top .btn-search, .header-v9 .header-container .header-info .open-menu,
  .header-v9 .header-container .header-myaccount,
  .header-v9 .header-container .search-block-top .btn-search {
    padding-bottom: 28px;
    padding-top: 28px; }
  .header-v8 .header-container .mini-cart .cart_label, .header-v9 .header-container .mini-cart .cart_label {
    padding-bottom: 23px;
    padding-top: 23px; }

  .header-v4 .header-right {
    float: right; }
  .header-v4 .header-logo {
    padding-top: 5px; }
  .header-v4 .open-menu-mobile {
    text-align: left;
    height: 80px;
    width: 60px; }
  .header-v4 .social-mobile {
    margin-top: 10px;
    padding: 0 15px; }
  .header-v4 .header-social .social_icon {
    margin-bottom: 30px; }
  .header-v4 .mega-menu {
    text-align: left; }

  .col-xs-12.hidden-md {
    margin-top: -1px; }

  .header-v5 {
    padding-bottom: 5px;
    padding-top: 5px; }
    .header-v5 .nav-sections .nav-tabs > li {
      text-align: center;
      width: 25%;
      /* one item */
      /* two items */
      /* three items */
      /* four items */
      /* five items */
      /* six items */ }
      .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(1) {
        /* -or- li:only-child { */
        width: 100%; }
      .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(2), .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(3), .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(3) ~ li {
        width: 33.3333%; }
      .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(4), .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(5), .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(5) ~ li {
        width: 20%; }
      .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(6), .header-v5 .nav-sections .nav-tabs > li:first-child:nth-last-child(6) ~ li {
        width: 16.666%; }
      .header-v5 .nav-sections .nav-tabs > li a {
        font-size: 22px;
        padding: 15px; }
    .header-v5 .header-container .close-menu-mobile {
      display: table !important;
      padding: 0;
      position: absolute;
      height: 40px;
      width: 40px; }
    .header-v5 .header-right,
    .header-v5 .search-block-top > .btn-search {
      display: none; }
    .header-v5 .header-logo {
      left: 15px;
      padding-top: 0; }
    .header-v5 .open-menu-mobile {
      height: 70px;
      padding: 8px 10px 5px;
      width: 70px; }
    .header-v5 .tab-content .mini-cart {
      display: block; }
      .header-v5 .tab-content .mini-cart .cart_label {
        display: none; }
      .header-v5 .tab-content .mini-cart .cart-block {
        box-shadow: none;
        max-height: 100%;
        border: medium none;
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        visibility: visible;
        width: 100%; }
    .header-v5 .tab-content .search-holder > .search_button {
      display: none; }
    .header-v5 .tab-content .searchform_wrap {
      opacity: 1;
      position: static;
      visibility: visible;
      width: 100%; }
    .header-v5 .tab-content .search-title {
      display: none; }
    .header-v5 .tab-content .header-sidebar {
      padding: 15px; }
      .header-v5 .tab-content .header-sidebar .close-menu {
        display: none; }
    .header-v5 .tab-content .social_icon {
      text-align: left; }
    .header-v5 .tab-content .header-social {
      margin-bottom: 40px; }
    .header-v5 .tab-content .logo-sidebar {
      padding-top: 0; }
    .header-v5 .tab-content .content-filter {
      border: medium none;
      box-shadow: none;
      opacity: 1;
      position: static;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      visibility: visible;
      width: 100%;
      margin-top: 20px; }

  .header-v6 .header-container {
    position: relative;
    text-align: right;
    float: right; }
  .header-v6 .header-logo {
    margin-top: 0 !important;
    padding-top: 9px;
    left: 15px; }
    .header-v6 .header-logo img {
      max-width: 70px;
      width: auto; }
  .header-v6 .logo-mobile img {
    max-width: 90px;
    width: auto; }
  .header-v6 .header-center {
    right: -100%; }
  .header-v6 .logo-mobile + .close-menu-mobile {
    top: 20px; }

  .openmenu .header-v6 .header-center {
    right: 0;
    left: auto; }

  .openmenu .right_openmenu ~ .overlay {
    left: auto;
    right: 400px; }

  .header-v7 .header-logo {
    left: 95px;
    padding-top: 6px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .header-v7 .header-logo img {
      width: 100px; }
  .header-v7 .header-center {
    height: 357px;
    width: 100%;
    overflow: auto;
    position: absolute;
    border-top: 1px solid #2c2c2c;
    left: -100% !important;
    top: 100% !important; }
  .header-v7 .header-right {
    float: right; }
  .header-v7 .header-container {
    position: static; }
  .header-v7 .main-navigation .mega-menu > li.menu-item > a {
    font-size: 14px;
    padding-left: 15px; }
  .header-v7 .logo-sidebar {
    text-align: center; }

  .openmenu .header-v7:not(.header-bottom) .header-center {
    left: 0 !important; }

  .openmenu .header-v7 .header-center,
  .openmenu .header-v7.is-sticky .header-center {
    top: 100%; }

  .openmenu .header-bottom.header-v7 .header-center,
  .openmenu .header-bottom.header-v7.is-sticky .header-center {
    bottom: 100%;
    top: auto !important; }

  .header-bottom.header-v7 .header-center {
    top: auto;
    bottom: 0;
    left: 0 !important; } }
@media (min-width: 768px) {
  .no-padding > .vc_row {
    margin: slide-values(0); }

  .footer.footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1; }

  .hover-effect a:hover i, .hover-effect.close-menu:hover i, .hover-effect.close-menu-mobile:hover i {
    left: 100%;
    opacity: 0;
    visibility: hidden; }
    .hover-effect a:hover i.fa-hover, .hover-effect.close-menu:hover i.fa-hover, .hover-effect.close-menu-mobile:hover i.fa-hover {
      opacity: 1;
      left: 50%;
      visibility: visible; }

  .header-profile ul li:hover a {
    padding-left: 25px;
    background: #111; }
    .header-profile ul li:hover a:before {
      height: 100%; }
  .header-profile ul a {
    position: relative; }
    .header-profile ul a:before {
      position: absolute;
      content: "";
      width: 5px;
      height: 0;
      top: 0;
      left: 0;
      background: #d19f68; }

  .mega-menu li .sub-menu li a:hover {
    color: #d19f68;
    background: #151515 none repeat scroll 0 0; }
    .mega-menu li .sub-menu li a:hover::before {
      height: 100%; } }
@media (max-width: 782px) {
  .admin-bar .site-header.is-sticky,
  .admin-bar .fixed-header header,
  .admin-bar .header-center,
  .admin-bar .searchform_wrap,
  .admin-bar .header-info .header-ver {
    top: 46px; } }
@media (max-width: 767px) {
  .header-center,
  .header-ver, .searchform_wrap {
    width: calc(100% - 40px); }

  .banner-type1.banner-type3 {
    filter: none;
    -webkit-filter: none; }
    .banner-type1.banner-type3 .banner_style_3_title {
      opacity: 0;
      visibility: hidden;
      -moz-transform: translateX(-50%) scale(1.5);
      -o-transform: translateX(-50%) scale(1.5);
      -ms-transform: translateX(-50%) scale(1.5);
      -webkit-transform: translateX(-50%) scale(1.5);
      transform: translateX(-50%) scale(1.5); }
    .banner-type1.banner-type3 .banner-title, .banner-type1.banner-type3 .banner-btn {
      opacity: 1;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    .banner-type1.banner-type3 .btn-plus {
      display: none; }

  .openmenu .overlay {
    left: auto;
    opacity: 0.8;
    right: 0;
    visibility: visible;
    width: 40px;
    z-index: 9999; }

  .nav-open .overlay, .cart-open .overlay,
  .search_opened .overlay {
    width: 40px;
    left: 0; }

  .header-ver .header-sidebar {
    padding: 15px; }

  .header-sidebar .close-menu {
    left: 15px; }

  .header-v3 .logo-mobile + .close-menu-mobile, .header-v8 .logo-mobile + .close-menu-mobile, .header-v9 .logo-mobile + .close-menu-mobile {
    top: 15px; }
  .header-v3 .logo-mobile img, .header-v8 .logo-mobile img, .header-v9 .logo-mobile img {
    width: 40px; }
  .header-v3 .header-tops .social-mobile, .header-v8 .header-tops .social-mobile, .header-v9 .header-tops .social-mobile {
    margin-top: 0; }

  .header-v4 .header-sidebar .close-menu {
    left: auto;
    right: 15px;
    top: 40px; }

  .top-search {
    width: 290px; }

  .gallery_filter {
    margin: 0 -1%; }

  .button-group .inline-block {
    border: 1px solid;
    float: left;
    margin: 1%;
    padding: 6px;
    text-align: center;
    width: 31.3333%; }
    .button-group .inline-block:before {
      content: none; }

  .openmenu .right_openmenu ~ .overlay {
    left: 0;
    right: auto; } }
@media (max-width: 600px) {
  .admin-bar .header-center,
  .admin-bar .searchform_wrap,
  .admin-bar .header-ver {
    top: 46px; }

  .admin-bar .site-header.is-sticky,
  .admin-bar .is-sticky .header-center,
  .admin-bar .is-sticky .searchform_wrap,
  .admin-bar .is-sticky .header-info .header-ver {
    top: 0; } }
@media (min-width: 480px) and (max-width: 737px) {
  .mini-cart .cart-block, .header-v7 .header-center {
    max-height: 200px; }

  .logo9-abs.wpb_single_image.wpb_content_element {
    top: 30px; }
    .logo9-abs.wpb_single_image.wpb_content_element img {
      height: 50px;
      width: 50px; } }
@media (max-width: 480px) {
  .button-group .inline-block {
    width: 48%; } }
@media (max-width: 380px) {
  .header-v3 .header-tops .social_icon li:nth-child(4), .header-v3 .header-tops .social_icon li:nth-child(5), .header-v8 .header-tops .social_icon li:nth-child(4), .header-v8 .header-tops .social_icon li:nth-child(5), .header-v9 .header-tops .social_icon li:nth-child(4), .header-v9 .header-tops .social_icon li:nth-child(5), .header-v10 .header-tops .social_icon li:nth-child(4), .header-v10 .header-tops .social_icon li:nth-child(5) {
    display: none; } }
@media (max-width: 375px) {
  .header-v3 .header-logo {
    left: 55px;
    margin-left: 0; }

  .header-v7 .open-menu-mobile {
    padding-top: 25px; }
  .header-v7 .header-logo {
    padding-top: 0; }
  .header-v7.site-header.is-sticky .header-info .open-menu {
    padding-top: 25px; }

  .header-v4 .container {
    padding: 0; }

  .social_icon li a,
  .close-menu, .close-menu-mobile {
    height: 35px;
    width: 35px; }

  .logo-mobile + .close-menu-mobile {
    height: 35px;
    width: 35px; } }
/*===================================
	2.3 Mega Menu
===================================*/
.menu-block1, .menu-block2, .menu-bottom {
  display: none; }

.menu-block2 .wpb_content_element,
.menu-block1 .wpb_content_element {
  margin-bottom: 0; }

.megamenu.notsub_level-2 ul.sub-menu > li > a {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: capitalize; }
  .megamenu.notsub_level-2 ul.sub-menu > li > a i {
    margin-right: 10px; }

.mega-menu .tip {
  background: #0cc485 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  margin-left: 10px;
  padding: 2px 2px 2px 3px;
  position: relative;
  vertical-align: middle; }

.mega-menu {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  z-index: 900; }
  .mega-menu > li.menu-item {
    display: inline-block;
    list-style: none; }
    .mega-menu > li.menu-item:not(.megamenu) {
      position: relative; }
    .mega-menu > li.menu-item.current-menu-item > a, .mega-menu > li.menu-item.current-menu-parent > a {
      color: #d19f68; }
    .mega-menu > li.menu-item > a {
      padding: 46px 21px 50px; }
  .mega-menu li .sub-menu a i {
    margin-right: 7px; }
  .mega-menu li a {
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    color: #000000;
    letter-spacing: 1px; }
    .mega-menu li a:hover, .mega-menu li a:focus {
      color: #d19f68 !important; }
  .mega-menu li:not(.megamenu) .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg); }
  .mega-menu li .sub-menu {
    background: #020202 none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    z-index: 99; }
    .mega-menu li .sub-menu li {
      position: relative; }
      .mega-menu li .sub-menu li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
      .mega-menu li .sub-menu li:last-child > a {
        border-bottom: none; }
      .mega-menu li .sub-menu li a {
        text-transform: none;
        color: #fff;
        font-size: 15px;
        position: relative;
        /*&::before {
          background: $primary_color;
          content: "";
          height: 0;
          left: 0;
          position: absolute;
          top: 0;
          width: 5px;
          @include transitions(all 0.3s ease-in-out 0s);
        }*/ }
        .mega-menu li .sub-menu li a:hover {
          color: #d19f68; }
  .mega-menu .widget_add_to_cart {
    display: none; }
  .mega-menu .cart-block {
    right: 15px; }
    .mega-menu .cart-block.dropdown-menu li a {
      padding: 0;
      color: #303030; }
      .mega-menu .cart-block.dropdown-menu li a.remove {
        color: #111; }
      .mega-menu .cart-block.dropdown-menu li a:hover {
        color: #000; }
    .mega-menu .cart-block .remove.remove-product {
      top: -5px; }
  .mega-menu .megamenu .dropdown-menu > li > a:hover {
    background: none; }
  .mega-menu li ul li ul {
    padding: 0; }

.caret-submenu {
  color: #8b8b8b;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px; }
  .caret-submenu i {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%; }
  .caret-submenu.active i:before {
    content: "\f106"; }

.footer-v2, .footer-v3, .footer-v4 {
  background: #222324; }

.footer-v1 .footer-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-image: url("../images/bg-footer.jpg"); }

.footer-newsletter {
  margin-top: 28px;
  position: relative; }
  .footer-newsletter .mc4wp-form p {
    margin-bottom: 0; }
  .footer-newsletter .mc4wp-form label {
    font-family: Oswald;
    font-weight: bold;
    font-size: 27px;
    color: #d19f68;
    text-transform: uppercase;
    margin-bottom: 39px;
    letter-spacing: -0.5px;
    width: 100%; }
  .footer-newsletter .mc4wp-form .input {
    width: 75.6%;
    float: left;
    display: inline-block; }
  .footer-newsletter .mc4wp-form input[type="email"] {
    color: #000;
    background: #fff;
    padding: 7px 30px 7px 30px;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    letter-spacing: 2px;
    font-family: Oswald;
    text-transform: uppercase;
    width: 100%; }
    .footer-newsletter .mc4wp-form input[type="email"].placeholder, .footer-newsletter .mc4wp-form input[type="email"]:focus, .footer-newsletter .mc4wp-form input[type="email"]:active {
      color: #000; }
  .footer-newsletter .mc4wp-form [type="submit"] {
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.9px;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 400;
    background: #d19f68;
    color: #000;
    line-height: 14px;
    width: 100%;
    padding: 0 97px 0 60px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .footer-newsletter .mc4wp-form .submit:hover [type="submit"] {
    background: #000;
    color: #fff; }
  .footer-newsletter .mc4wp-form .submit {
    width: 24.4%;
    position: relative;
    display: inline-block; }
    .footer-newsletter .mc4wp-form .submit:before {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      position: absolute;
      content: "\e813";
      font-family: Linearicons-Free;
      right: 44px;
      top: 14px;
      color: #000;
      font-size: 18px; }
    .footer-newsletter .mc4wp-form .submit:hover:before {
      color: #fff; }

.footer-title {
  letter-spacing: -0.01em;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 49px 0 33px; }

.list-info-footer {
  margin-bottom: 31px; }
  .list-info-footer li {
    font-size: 16px;
    padding-left: 37px;
    letter-spacing: 0.06em;
    color: #838383;
    position: relative;
    line-height: 22px;
    margin-bottom: 8px; }
    .list-info-footer li i {
      position: absolute;
      left: 7px;
      top: 2px;
      color: #d19f68;
      margin-right: 12px;
      font-size: 18px; }
    .list-info-footer li a {
      color: #838383; }
      .list-info-footer li a:hover {
        color: #d19f68; }
    .list-info-footer li.info-mail a {
      font-style: italic; }

.footer-social li {
  display: inline-block; }
  .footer-social li a {
    color: #535252;
    font-size: 20px;
    margin-right: 25px; }
    .footer-social li a:hover {
      color: #d19f68; }
  .footer-social li:last-child a {
    margin-right: 0; }

.footer-v1 .list-items-time li:last-child p {
  margin-right: 31px; }

.list-items-time li {
  letter-spacing: 0.06em;
  color: #838383;
  font-size: 16px;
  padding: 9px 0 19px;
  border-bottom: 2px dotted #52524f; }
  .list-items-time li:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .list-items-time li:first-child {
    padding-top: 0; }
  .list-items-time li span {
    text-transform: uppercase;
    font-weight: bold; }
  .list-items-time li p {
    float: right;
    margin-bottom: 0; }

.footer-content .widget_arrowpress_instagram_feed h3 span {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 49px 0 39px;
  display: inline-block; }
.footer-content .widget_nav_menu ul li {
  margin-bottom: 12px;
  font-size: 16px; }
  .footer-content .widget_nav_menu ul li:last-child {
    margin-bottom: 0; }
  .footer-content .widget_nav_menu ul li a {
    font-size: 16px;
    letter-spacing: 0.06em;
    position: relative;
    color: #838383; }
    .footer-content .widget_nav_menu ul li a:hover {
      color: #d19f68;
      color: #d19f68; }
.footer-content .instagram-gallery {
  margin: -7px -4px; }
.footer-content .instagram-container li {
  display: inline-block;
  float: left;
  width: 33.33%;
  padding: 7px 4px; }

.footer-copyright p {
  color: #444;
  font-size: 14px;
  margin-bottom: 0; }

.footer {
  padding-top: 100px; }
  .footer .instagram-container li a:after {
    font-size: 24px; }

.footer-logo {
  position: relative;
  padding-top: 50px; }

.footer-v1 .footer_info {
  margin-bottom: 23px;
  color: #838383;
  font-size: 14px;
  padding: 0;
  font-style: italic; }
  .footer-v1 .footer_info p {
    letter-spacing: 0.011em;
    line-height: 24px; }
.footer-v1 .row.text-left {
  clear: both; }
.footer-v1 .footer-social {
  margin-left: 5px; }
.footer-v1 .has-overlay:before {
  background: rgba(0, 0, 0, 0.8); }
.footer-v1 .footer-logo {
  padding-top: 50px; }
.footer-v1 .footer-copyright {
  position: relative;
  border-top: 1px solid rgba(237, 237, 237, 0.1);
  padding: 22px 0 20px;
  margin-top: 57px; }

.footer_info {
  color: #555;
  padding: 25px 0 14px;
  font-size: 16px;
  font-style: italic;
  margin: 0 auto; }
  .footer_info p {
    line-height: 26px; }

.footer-v2 {
  background: #222324; }
  .footer-v2 .footer-logo {
    padding-top: 101px; }
  .footer-v2 .footer_info {
    width: 87%;
    padding: 23px 0 15px; }
  .footer-v2 .footer-content .widget_nav_menu ul li {
    display: inline-block;
    width: auto;
    padding: 0 22px; }
    .footer-v2 .footer-content .widget_nav_menu ul li a {
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      letter-spacing: 0.3px; }
      .footer-v2 .footer-content .widget_nav_menu ul li a:hover {
        color: #d19f68; }
  .footer-v2 .footer-bottom {
    padding: 19px 0 22px;
    margin-top: 36px;
    border-top: 1px solid rgba(237, 237, 237, 0.1); }
    .footer-v2 .footer-bottom .footer-copyright p {
      margin-top: 3px; }

.footer-bottom {
  padding: 19px 0 22px;
  border-top: 1px solid rgba(237, 237, 237, 0.1); }

/*Footer v3*/
.footer {
  position: relative; }

.footer-top {
  overflow: hidden;
  background: #d19f68 !important;
  padding: 25px 0 43px;
  position: relative; }

.img-footer {
  display: none; }

.footer-newsletter.type1 {
  position: relative; }
  .footer-newsletter.type1 .mc4wp-form label {
    color: #000;
    width: 20%;
    float: left;
    line-height: 29px;
    margin-top: -4px;
    margin-bottom: 0; }
    .footer-newsletter.type1 .mc4wp-form label span {
      color: #fff;
      font-weight: 300;
      letter-spacing: 0.2px; }
  .footer-newsletter.type1 .mc4wp-form .input {
    width: 70.2%; }
  .footer-newsletter.type1 .mc4wp-form .submit {
    width: 29.8%; }
    .footer-newsletter.type1 .mc4wp-form .submit:before {
      color: #fff;
      right: 33px; }
    .footer-newsletter.type1 .mc4wp-form .submit:hover:before {
      color: #d19f68; }
  .footer-newsletter.type1 .mc4wp-form .form-mail {
    width: 80%;
    padding-left: 40px;
    overflow: hidden; }
  .footer-newsletter.type1 .mc4wp-form [type="submit"] {
    background: #000;
    color: #fff;
    padding-left: 52px; }
  .footer-newsletter.type1 .mc4wp-form .submit:hover [type="submit"] {
    color: #d19f68; }

.list-item-info {
  font-size: 16px;
  padding: 23px 0 44px; }
  .list-item-info .icon {
    height: 67px;
    width: 67px;
    border: 1px solid #535252;
    color: #d19f68;
    font-size: 30px;
    display: block;
    line-height: 67px;
    margin: 0 auto;
    margin-bottom: 33px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .list-item-info .icon:before {
      content: "";
      position: absolute;
      left: -6px;
      bottom: -6px;
      border-right: 1px solid #535252;
      border-bottom: 1px solid #535252;
      width: 100%;
      height: 6px; }
    .list-item-info .icon:after {
      content: "";
      position: absolute;
      left: -6px;
      top: 6px;
      border-top: 1px solid #535252;
      border-left: 1px solid #535252;
      width: 6px;
      height: 100%; }
  .list-item-info span {
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Oswald;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding-bottom: 14px; }
  .list-item-info .info-mail a,
  .list-item-info .info-number a {
    display: block;
    font-style: italic;
    margin-bottom: 6px;
    color: #535252; }
    .list-item-info .info-mail a:hover,
    .list-item-info .info-number a:hover {
      color: #d19f68; }
  .list-item-info .info-address {
    letter-spacing: 1px;
    line-height: 22px;
    color: #535252; }
  .list-item-info .info-time .list-items-time li {
    padding: 0 0 6px;
    border-bottom: none; }
    .list-item-info .info-time .list-items-time li span {
      padding-bottom: 0;
      display: inline-block;
      color: #535252;
      font-size: 16px;
      font-family: Open Sans;
      letter-spacing: 0.8px;
      display: inline-block;
      width: 50%;
      font-weight: bold; }
    .list-item-info .info-time .list-items-time li p {
      display: inline-block;
      width: 50%; }

.footer-v3 .footer_info {
  width: 87%; }
.footer-v3 .footer-social {
  margin-top: 4px; }
.footer-v3 .footer-newsletter:before {
  content: "\e63a";
  position: absolute;
  left: -10px;
  font-size: 150px;
  bottom: 0;
  font-family: 'Pe-icon-7-stroke';
  opacity: 0.1;
  color: #fff; }
.footer-v3 p, .footer-v3 a {
  color: #535252; }
.footer-v3 a:hover {
  color: #d19f68; }
.footer-v3 .footer-logo {
  padding-top: 89px; }
.footer-v3 .footer_info {
  color: #555;
  padding: 20px 0 11px;
  width: 87%;
  font-size: 16px;
  margin: 0 auto; }
  .footer-v3 .footer_info p {
    line-height: 28px; }
.footer-v3 .footer-bottom {
  padding: 21px 0 26px;
  border-top: 1px solid rgba(237, 237, 237, 0.1); }
  .footer-v3 .footer-bottom .footer-copyright p {
    margin-top: 3px; }
.footer-v3 .list-item-info .info-address p {
  line-height: 22px;
  margin-top: 3px; }

.footer-v4 .footer-newsletter.type1 .widget_mc4wp_form_widget label {
  color: #fff; }
.footer-v4 .footer_info {
  padding: 0 0 13px;
  font-size: 14px;
  padding-right: 30px; }
  .footer-v4 .footer_info p {
    line-height: 24px; }
.footer-v4 .footer-title {
  padding-top: 48px; }
.footer-v4 .footer-bottom {
  margin-top: 48px;
  padding: 24px 0; }
.footer-v4 .list-info-footer {
  margin-bottom: 0; }

.footer-v5 {
  padding-top: 47px;
  background: #f5f5f5; }
  .footer-v5 .footer-title {
    font-size: 32px;
    color: #000;
    padding-bottom: 22px; }
  .footer-v5 .footer_info {
    padding: 0 0 15px;
    width: 87%; }
    .footer-v5 .footer_info p {
      letter-spacing: -0.1px;
      line-height: 24px; }
  .footer-v5 .list-item-info {
    padding-bottom: 41px; }
    .footer-v5 .list-item-info .icon {
      border-color: #ebebeb; }
      .footer-v5 .list-item-info .icon:before, .footer-v5 .list-item-info .icon:after {
        border-color: #ebebeb; }
    .footer-v5 .list-item-info span {
      color: #000; }
    .footer-v5 .list-item-info .list-items-time {
      color: #535252; }
  .footer-v5 .info-address > p {
    color: #535252; }
  .footer-v5 .footer-bottom {
    background: #e1e1e1;
    padding: 24px 0 21px;
    border-color: #f0f0f0; }
  .footer-v5 .footer-copyright p {
    margin-top: -2px; }
  .footer-v5 .list-item-info .info-mail a,
  .footer-v5 .list-item-info .info-number a {
    color: #535252; }

.wpcf7-form-control {
  width: 100%;
  color: #555;
  padding: 10px 22px;
  font-size: 14px;
  border: 1px solid #ebebeb; }

input.wpcf7-form-control {
  height: 50px; }

textarea.wpcf7-form-control {
  height: 120px;
  padding: 13px 22px; }

.contact-form {
  overflow: hidden; }
  .contact-form .form-left, .contact-form .form-right {
    width: 50%;
    float: left; }
  .contact-form .form-left {
    padding-right: 15px; }
    .contact-form .form-left p {
      margin-bottom: 19px; }
  .contact-form .form-right {
    padding-left: 15px; }
  .contact-form label {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #555;
    float: left;
    padding-top: 24px;
    text-align: left;
    width: 100%; }
  .contact-form .btn-submit {
    position: relative;
    float: left;
    margin-top: 12px; }
    .contact-form .btn-submit input.wpcf7-form-control {
      width: 156px;
      padding: 10px 30px 10px 2px;
      letter-spacing: 0.3px; }
    .contact-form .btn-submit:before {
      content: "\f178";
      color: #000;
      position: absolute;
      pointer-events: none;
      right: 39px;
      top: 14px;
      font-family: FontAwesome;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .contact-form .btn-submit:hover:before {
      color: #fff; }

.form-footer {
  padding: 50px 0 39px;
  border-top: 1px solid #ebebeb;
  overflow: hidden; }

span.wpcf7-not-valid-tip {
  float: left;
  font-size: 13px;
  margin-bottom: 5px; }

@media (max-width: 1199px) {
  .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form [type="submit"] {
    padding: 0 97px 0 37px; }

  .footer-newsletter .widget_mc4wp_form_widget .submit:before {
    right: 30px; }

  .footer-newsletter .widget_mc4wp_form_widget .input {
    width: 70%; }

  .footer-newsletter .widget_mc4wp_form_widget .submit {
    width: 30%; }

  .footer-newsletter.type1 .widget_mc4wp_form_widget label {
    width: 24%; }

  .footer-newsletter.type1 .widget_mc4wp_form_widget .form-mail {
    width: 76%;
    padding-left: 0; }

  .footer-newsletter.type1 .widget_mc4wp_form_widget .mc4wp-form [type="submit"] {
    padding-left: 30px; } }
@media (min-width: 768px) {
  #page.boxed .footer.footer-fixed {
    left: 0;
    right: 0;
    padding: 0 75px; }

  .list-item-info .icon:hover {
    background: #d19f68;
    color: #fff;
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .list-item-info .icon:hover:before {
      height: 0;
      width: 0;
      border: none;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .list-item-info .icon:hover:after {
      width: 0;
      border: none;
      height: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; } }
@media (max-width: 991px) {
  .footer-v2 .footer-logo {
    padding-top: 70px; }

  .footer-newsletter.type1 .widget_mc4wp_form_widget label {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }

  .footer-newsletter.type1 .widget_mc4wp_form_widget .form-mail {
    width: 100%; }

  .footer-v3 .footer-logo {
    padding-top: 70px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .list-item-info .info {
    min-height: 230px;
    overflow: hidden; }

  .footer-v4 .footer-content .widget {
    min-height: 340px; } }
@media (max-width: 767px) {
  .footer-newsletter.type1 .widget_mc4wp_form_widget .mc4wp-form [type="submit"] {
    padding-left: 0; }

  .footer-bottom .text-right, .footer-bottom .text-left {
    text-align: center;
    float: none; }
  .footer-bottom .footer-social {
    margin-bottom: 12px; }

  .list-item-info {
    padding: 10px 0 5px; }
    .list-item-info .info {
      margin-bottom: 30px; }

  .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form [type="submit"] {
    padding: 0;
    text-align: center; }

  .footer-newsletter .widget_mc4wp_form_widget .submit:before {
    content: none; }

  .footer-v5 {
    padding-top: 20px; }
    .footer-v5 .list-item-info {
      padding-bottom: 10px; }

  .footer-content .instagram-container li {
    width: 20%; } }
@media (max-width: 600px) {
  .contact-form {
    position: relative;
    padding-top: 40px; }
    .contact-form .form-right,
    .contact-form .form-left {
      width: 100%;
      padding: 0; }
    .contact-form label {
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 0; } }
@media (max-width: 480px) {
  .footer-newsletter.type1 .widget_mc4wp_form_widget .submit,
  .footer-newsletter.type1 .widget_mc4wp_form_widget .input {
    width: 100%; }

  .footer-newsletter.type1 .widget_mc4wp_form_widget label span {
    width: 100%;
    display: block; }

  .footer-v3 .footer-logo {
    padding-top: 50px; }

  .footer-v2 .footer-logo {
    padding-top: 50px; }

  .contact-form label {
    font-size: 13px; }

  .footer-v5 {
    padding-top: 10px; }

  .form-footer {
    margin-top: 40px; }

  .footer-newsletter .mc4wp-form .input {
    width: 100%; }

  .footer-newsletter .mc4wp-form .submit {
    width: 100%;
    margin-top: 15px; }

  .footer-content .instagram-container li {
    width: 33.33%; } }
.footer-newsletter.newletter-2::before {
  bottom: 0;
  opacity: 0.02;
  color: #fff;
  content: "\e63a";
  font-family: "Pe-icon-7-stroke";
  font-size: 150px;
  left: -10px;
  position: absolute; }
.footer-newsletter.newletter-2 .mc4wp-form label {
  color: #d19f68; }
  .footer-newsletter.newletter-2 .mc4wp-form label span {
    color: #d19f68; }
.footer-newsletter.newletter-2 .mc4wp-form .submit:before {
  color: #000000; }
.footer-newsletter.newletter-2 .mc4wp-form [type="submit"] {
  background: #d19f68;
  color: #000000; }

.footer-v6 .footer-social {
  padding-left: 38px; }
  .footer-v6 .footer-social li a {
    color: #696969; }
    .footer-v6 .footer-social li a:hover {
      color: #d19f68; }
.footer-v6 .footer-copyright p {
  color: #696969; }

.footer-v7 .list-item-info .info-mail a,
.footer-v7 .list-item-info .info-number a {
  font-style: normal; }
.footer-v7 .list-item-info {
  padding-top: 50px;
  padding-bottom: 43px; }
  .footer-v7 .list-item-info span {
    color: #000; }
  .footer-v7 .list-item-info .icon {
    border-color: #ebebeb; }
    .footer-v7 .list-item-info .icon:before, .footer-v7 .list-item-info .icon:after {
      border-color: #ebebeb; }
    .footer-v7 .list-item-info .icon:hover {
      border-color: #d19f68; }
      .footer-v7 .list-item-info .icon:hover:before, .footer-v7 .list-item-info .icon:hover:after {
        border-color: #d19f68; }
.footer-v7 .footer-bottom {
  padding: 21px 0 20px;
  background: #e1e1e1; }
.footer-v7 .footer-social {
  margin-top: 3px; }

.footer .footer-v8 .widget_archive li a:hover {
  color: #535252;
  text-decoration: underline; }

.footer-v8 {
  padding-top: 7px;
  background: #f0f0f0; }
  .footer-v8 .footer-title {
    color: #000;
    letter-spacing: 0.02em; }
  .footer-v8 .textwidget {
    color: #535252;
    font-size: 14px;
    line-height: 22px; }
  .footer-v8 .footer-content .widget_nav_menu ul li {
    margin-bottom: 5px; }
    .footer-v8 .footer-content .widget_nav_menu ul li a {
      font-size: 14px;
      color: #535252; }
      .footer-v8 .footer-content .widget_nav_menu ul li a:hover {
        color: #535252;
        text-decoration: underline; }
  .footer-v8 .widget_archive,
  .footer-v8 .widget_nav_menu {
    width: 50%;
    float: left; }
  .footer-v8 .widget_archive h4 {
    font-size: 0;
    line-height: 20px; }
  .footer-v8 .footer-social {
    padding-top: 40px; }
    .footer-v8 .footer-social li:last-child a {
      margin-right: 0; }
    .footer-v8 .footer-social li a {
      font-size: 16px;
      margin-right: 27px; }
  .footer-v8 .footer-bottom {
    border-color: #d8d8d8;
    margin-top: 43px; }
  .footer-v8 .footer-copyright p {
    color: #b3b3b3; }

.footer-v9 {
  background: #282828; }
  .footer-v9 .footer-newsletter .mc4wp-form input[type="email"].placeholder,
  .footer-v9 .footer-newsletter .mc4wp-form input[type="email"]:focus,
  .footer-v9 .footer-newsletter .mc4wp-form input[type="email"]:active {
    color: #535252; }
  .footer-v9 .footer-copyright p {
    color: #575454; }
  .footer-v9 .footer-social li a {
    color: #a4a4a4;
    font-size: 16px; }
    .footer-v9 .footer-social li a:hover {
      color: #d19f68; }
  .footer-v9 .footer-logo {
    padding-top: 0; }
  .footer-v9 .footer-content {
    padding: 60px 85px 28px; }
  .footer-v9 .footer-social {
    padding-top: 37px; }
  .footer-v9 .footer-newsletter {
    overflow: hidden;
    margin-top: 23px; }
    .footer-v9 .footer-newsletter .mc4wp-form-fields {
      width: 290px; }
    .footer-v9 .footer-newsletter .form-mail {
      position: relative; }
    .footer-v9 .footer-newsletter .mc4wp-form label {
      display: none; }
    .footer-v9 .footer-newsletter .mc4wp-form [type="submit"] {
      font-size: 0;
      padding: 0 10px;
      background: none; }
    .footer-v9 .footer-newsletter .mc4wp-form input[type="email"] {
      text-transform: none;
      padding-left: 0;
      background: none;
      font-size: 14px;
      letter-spacing: 0;
      font-family: Open Sans;
      border-bottom: 1px solid #5d5d5d; }
      .footer-v9 .footer-newsletter .mc4wp-form input[type="email"]::-webkit-input-placeholder {
        color: #535252; }
      .footer-v9 .footer-newsletter .mc4wp-form input[type="email"]::-moz-placeholder {
        color: #535252; }
      .footer-v9 .footer-newsletter .mc4wp-form input[type="email"]:-ms-input-placeholder {
        color: #535252; }
      .footer-v9 .footer-newsletter .mc4wp-form input[type="email"]:-moz-placeholder {
        color: #535252; }
    .footer-v9 .footer-newsletter .input {
      width: 100%; }
    .footer-v9 .footer-newsletter .submit {
      position: absolute;
      right: 0;
      width: auto; }
      .footer-v9 .footer-newsletter .submit:before {
        content: "\f1d9";
        right: 8px;
        font-family: FontAwesome;
        color: #535252;
        font-size: 14px;
        pointer-events: none; }
      .footer-v9 .footer-newsletter .submit:hover:before {
        color: #d19f68; }
      .footer-v9 .footer-newsletter .submit:hover [type="submit"] {
        background: none; }

.footer-v10 .footer-logo {
  padding: 29px 0 22px; }
.footer-v10 .footer-social {
  padding-top: 55px; }
  .footer-v10 .footer-social li a {
    font-size: 16px;
    color: #a4a4a4; }
    .footer-v10 .footer-social li a:hover {
      color: #d19f68; }
.footer-v10 .footer-bottom {
  border-top: 1px  solid #f0f0f0; }
.footer-v10 .footer-top {
  padding: 16px 15px 17px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background: none !important; }
.footer-v10 .widget_nav_menu {
  text-align: center; }
  .footer-v10 .widget_nav_menu li {
    width: auto;
    padding: 0 28px;
    display: inline-block; }
    .footer-v10 .widget_nav_menu li a {
      font-size: 14px;
      font-weight: bold;
      font-family: Montserrat;
      text-transform: uppercase;
      color: #0b0b0b; }
      .footer-v10 .widget_nav_menu li a:hover {
        color: #d19f68; }
.footer-v10 .footer-copyright p {
  color: #575454; }
.footer-v10 a.to-top {
  font-size: 14px;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #c4c4c4;
  font-weight: bold;
  display: inline-block;
  padding-top: 56px;
  letter-spacing: 0.7px; }
  .footer-v10 a.to-top:hover {
    color: #d19f68; }

.footer .widget_archive li {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 6px; }
  .footer .widget_archive li a {
    color: #535252; }
    .footer .widget_archive li a:before {
      content: none; }
    .footer .widget_archive li a:hover {
      padding-left: 0;
      color: #d19f68; }
  .footer .widget_archive li:hover a {
    padding-left: 0; }
.footer .location {
  font-size: 14px;
  color: #535252; }
  .footer .location li p {
    vertical-align: top;
    display: inline-block;
    padding-left: 14px; }
  .footer .location li:first-child p {
    margin-bottom: 8px; }
    .footer .location li:first-child p:nth-child(3) {
      padding-left: 30px; }
  .footer .location li a {
    color: #535252; }
    .footer .location li a:hover {
      text-decoration: underline; }

.footer-title.border {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  margin-bottom: 22px; }
  .footer-title.border .footer-bottom .footer-copyright p {
    color: #444444; }

.fixed-header .side-breadcrumb {
  padding-top: 188px; }

.side-breadcrumb + .wrapper {
  padding-top: 100px; }

.remove_space_br .side-breadcrumb + .wrapper {
  padding-top: 0; }

.side-breadcrumb {
  padding: 68px 0 30px;
  text-align: center; }
  .side-breadcrumb:before {
    background: #000;
    opacity: 0.6; }
  .side-breadcrumb .page-title h1 {
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    width: 80%;
    margin: 0 auto; }
  .side-breadcrumb.type-2 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    background: #f5f5f5;
    padding: 23px 0 24px; }
    .side-breadcrumb.type-2 .breadcrumb {
      padding: 0;
      font-size: 12px;
      margin-bottom: 0;
      color: #b1b1b1; }
      .side-breadcrumb.type-2 .breadcrumb li {
        letter-spacing: 1px; }
        .side-breadcrumb.type-2 .breadcrumb li a {
          color: #b1b1b1; }
          .side-breadcrumb.type-2 .breadcrumb li a:hover {
            color: #d19f68; }
      .side-breadcrumb.type-2 .breadcrumb > li + li:before {
        color: #b1b1b1;
        content: "-";
        padding: 0 12px 0 14px; }
  .side-breadcrumb.type-3 {
    padding: 77px 0 154px; }
    .side-breadcrumb.type-3.has-overlay:before {
      background: #d19f68;
      opacity: 0.9; }
    .side-breadcrumb.type-3 .breadcrumb {
      font-size: 12px; }
      .side-breadcrumb.type-3 .breadcrumb li {
        letter-spacing: 1px; }
        .side-breadcrumb.type-3 .breadcrumb li a:hover {
          color: #000; }
      .side-breadcrumb.type-3 .breadcrumb > li + li:before {
        content: "-";
        padding: 0 12px 0 14px; }

.breadcrumb {
  padding: 13px 15px;
  background: none;
  font-size: 16px;
  color: #fff; }
  .breadcrumb li a {
    color: #fff;
    cursor: pointer; }
    .breadcrumb li a:hover {
      color: #d19f68; }
  .breadcrumb > li + li:before {
    color: #fff;
    padding: 0 12px 0 17px; }

.rev-btn.btn.btn-primary {
  background: #d19f68 !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-weight: 400 !important;
  outline: none;
  cursor: pointer;
  height: 50px;
  border-color: #d19f68 !important; }
  .rev-btn.btn.btn-primary i {
    margin-left: 13px !important; }
  .rev-btn.btn.btn-primary:hover {
    border: 1px solid #fff !important;
    background: #fff !important; }

.main-color {
  color: #d19f68 !important; }

#pre-loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  overflow: hidden;
  left: 0; }

#loading {
  background-color: #d19f68;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 99999;
  overflow: hidden;
  left: 0; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  position: absolute;
  left: 65px;
  top: 65px; }

.object:nth-child(2n+0) {
  margin-right: 0px; }

#object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#object_five {
  -webkit-animation: object_five 2s infinite;
  animation: object_five 2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

#object_six {
  -webkit-animation: object_six 2s infinite;
  animation: object_six 2s infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

#object_seven {
  -webkit-animation: object_seven 2s infinite;
  animation: object_seven 2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

#object_eight {
  -webkit-animation: object_eight 2s infinite;
  animation: object_eight 2s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

#object_big {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50px;
  top: 50px;
  -webkit-animation: object_big 2s infinite;
  animation: object_big 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@-webkit-keyframes object_big {
  50% {
    -webkit-transform: scale(0.5); } }
@keyframes object_big {
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-webkit-keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px); } }
@keyframes object_one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px); } }
@-webkit-keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px); } }
@keyframes object_two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px); } }
@-webkit-keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px); } }
@keyframes object_three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px); } }
@-webkit-keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0); } }
@keyframes object_four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0); } }
@-webkit-keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px); } }
@keyframes object_five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px); } }
@-webkit-keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px); } }
@keyframes object_six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px); } }
@-webkit-keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px); } }
@keyframes object_seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px); } }
@-webkit-keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0); } }
@keyframes object_eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0); } }
.logo-preload {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%; }

#loading-2 {
  background-color: #d19f68;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
  left: 0; }

#loading-center-2 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  text-align: center;
  margin-top: -25px;
  margin-left: -75px; }

.object-2 {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  margin-right: 20px;
  margin-top: 65px;
  display: inline-block;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

#object_one_2 {
  -webkit-animation: object_one_one 1.5s infinite;
  animation: object_one_one 1.5s infinite; }

#object_two_2 {
  -webkit-animation: object_two_tow 1.5s infinite;
  animation: object_two_tow 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

#object_three_2 {
  -webkit-animation: object_three_three 1.5s infinite;
  animation: object_three_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@-webkit-keyframes object_one_one {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_one_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
@-webkit-keyframes object_two_tow {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_two_tow {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
@-webkit-keyframes object_three_three {
  75% {
    -webkit-transform: scale(0); } }
@keyframes object_three_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0); } }
#loading-3 {
  background-color: #d19f68;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px; }

#loading-center-3 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.object-3 {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate_three 2s infinite;
  animation: animate_three 2s infinite; }

#object_one_3 {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px; }

#object_two_3 {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#object_three_3 {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#object_four_3 {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes animate_three {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }
@keyframes animate_three {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }
.preloader-4 {
  background-color: #d19f68;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px; }

.busy-loader {
  position: absolute;
  width: 90px;
  height: 90px;
  margin: auto;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px; }
  .busy-loader .w-ball-wrapper {
    position: absolute;
    width: 86px;
    height: 86px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 4.4s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 4.4s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 4.4s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 4.4s infinite;
    transform: rotate(225deg);
    animation: orbit 4.4s infinite; }
    .busy-loader .w-ball-wrapper .w-ball {
      position: absolute;
      width: 12px;
      height: 12px;
      background: #fff;
      left: 0px;
      top: 0px;
      -moz-border-radius: 11px;
      -webkit-border-radius: 11px;
      -ms-border-radius: 11px;
      -o-border-radius: 11px;
      border-radius: 11px; }
  .busy-loader .ball-1 {
    -moz-animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
    -ms-animation-delay: 0.96s;
    -o-animation-delay: 0.96s;
    animation-delay: 0.96s; }
  .busy-loader .ball-2 {
    -moz-animation-delay: 0.19s;
    -webkit-animation-delay: 0.19s;
    -ms-animation-delay: 0.19s;
    -o-animation-delay: 0.19s;
    animation-delay: 0.19s; }
  .busy-loader .ball-3 {
    -moz-animation-delay: 0.38s;
    -webkit-animation-delay: 0.38s;
    -ms-animation-delay: 0.38s;
    -o-animation-delay: 0.38s;
    animation-delay: 0.38s; }
  .busy-loader .ball-4 {
    -moz-animation-delay: 0.58s;
    -webkit-animation-delay: 0.58s;
    -ms-animation-delay: 0.58s;
    -o-animation-delay: 0.58s;
    animation-delay: 0.58s; }
  .busy-loader .ball-5 {
    -moz-animation-delay: 0.77s;
    -webkit-animation-delay: 0.77s;
    -ms-animation-delay: 0.77s;
    -o-animation-delay: 0.77s;
    animation-delay: 0.77s; }

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%; }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%; }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%; }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%; }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%; }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg); } }
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%; }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%; }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%; }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%; }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%; }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg); } }
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%; }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%; }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%; }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%; }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%; }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg); } }
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%; }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%; }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%; }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%; }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%; }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg); } }
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%; }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%; }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%; }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%; }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%; }
  76% {
    opacity: 0;
    transform: rotate(900deg); }
  100% {
    opacity: 0;
    transform: rotate(900deg); } }
.preloader-5 {
  background-color: #d19f68;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0px; }

.loader {
  height: 4px;
  width: 90%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin-top: 45px;
  background-color: rgba(255, 255, 255, 0.2); }

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #fff;
  animation: loading 2s linear infinite; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }
#loading-6 {
  background-color: #d19f68;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px; }

#loading-center-6 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-6 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px; }

.object-6 {
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #fff;
  left: 37px;
  top: 37px;
  position: absolute; }

#first_object_6 {
  -webkit-animation: first_object_six 1s infinite;
  animation: first_object_six 1s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#second_object_6 {
  -webkit-animation: second_object_six 1s infinite;
  animation: second_object_six 1s infinite; }

#third_object_6 {
  -webkit-animation: third_object_six 1s infinite;
  animation: third_object_six 1s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#forth_object_6 {
  -webkit-animation: forth_object_six 1s infinite;
  animation: forth_object_six 1s infinite; }

@-webkit-keyframes first_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(150%, 150%) scale(2, 2);
    -webkit-transform: translate(150%, 150%) scale(2, 2);
    transform: translate(150%, 150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@keyframes first_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(150%, 150%) scale(2, 2);
    -webkit-transform: translate(150%, 150%) scale(2, 2);
    transform: translate(150%, 150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@-webkit-keyframes second_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(-150%, 150%) scale(2, 2);
    -webkit-transform: translate(-150%, 150%) scale(2, 2);
    transform: translate(-150%, 150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@keyframes second_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(-150%, 150%) scale(2, 2);
    -webkit-transform: translate(-150%, 150%) scale(2, 2);
    transform: translate(-150%, 150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@-webkit-keyframes third_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(-150%, -150%) scale(2, 2);
    -webkit-transform: translate(-150%, -150%) scale(2, 2);
    transform: translate(-150%, -150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@keyframes third_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(-150%, -150%) scale(2, 2);
    -webkit-transform: translate(-150%, -150%) scale(2, 2);
    transform: translate(-150%, -150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@-webkit-keyframes forth_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(150%, -150%) scale(2, 2);
    -webkit-transform: translate(150%, -150%) scale(2, 2);
    transform: translate(150%, -150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
@keyframes forth_object_six {
  0% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); }
  50% {
    -ms-transform: translate(150%, -150%) scale(2, 2);
    -webkit-transform: translate(150%, -150%) scale(2, 2);
    transform: translate(150%, -150%) scale(2, 2); }
  100% {
    -ms-transform: translate(1, 1) scale(1, 1);
    -webkit-transform: translate(1, 1) scale(1, 1);
    transform: translate(1, 1) scale(1, 1); } }
#loading-7 {
  background-color: #d19f68;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  margin-top: 0px;
  top: 0px; }

#loading-center-7 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-7 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px; }

#object-7 {
  width: 80px;
  height: 80px;
  background-color: #FFF;
  -webkit-animation: animate_s 1s infinite ease-in-out;
  animation: animate_s 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px; }

@-webkit-keyframes animate_s {
  0% {
    -webkit-transform: perspective(160px); }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); } }
@keyframes animate_s {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg); }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg); } }
.loader-8 {
  background-color: #d19f68;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0px; }

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }
@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }
.pacman {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear; }

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear; }

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear; }

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear; }

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px; }

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px; }

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px; }

#loading-9 {
  background-color: #d19f68;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0px; }

#loading-center-9 {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute-9 {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 150px;
  margin-top: -25px;
  margin-left: -75px; }

.object-9 {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #FFF;
  -webkit-animation: animate_e 1s infinite;
  -ms-animation: animate_e 1s infinite;
  -ms-animation: animate_e 1s infinite;
  -o-animation: animate_e 1s infinite;
  animation: animate_e 1s infinite;
  float: left; }

.object-9:last-child {
  margin-right: 0px; }

.object-9:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.object-9:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.object-9:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.object-9:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.object-9:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.object-9:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.object-9:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.object-9:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.object-9:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@-webkit-keyframes animate_e {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
@keyframes animate_e {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
.box_banner_4 .banner_home4 {
  position: relative; }
  .box_banner_4 .banner_home4:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background: #000;
    bottom: -32px;
    left: 30px; }
.box_banner_4 .ult-content-box-container img {
  filter: grayscale(1);
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }
.box_banner_4 .ult-content-box-container:hover img {
  filter: grayscale(0);
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0); }
.box_banner_4 .ult-content-box-container:hover .vc_custom_heading {
  color: #d19f68 !important; }
.box_banner_4 .ult-content-box-container:hover .banner_home4:after {
  background: #d19f68; }

.ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown {
  margin-bottom: 30px !important; }

.wpb_row .wpb_column .wpb_wrapper .countdown_home4 .ult_countdown {
  text-align: left; }

.testimonial_home4 .ult-carousel-wrapper .slick-dots li {
  background: #524b49; }

.item_testimonial2 {
  padding: 70px 0; }
  .item_testimonial2 .caption_testimonial:before {
    font-size: 20px;
    position: absolute;
    color: #fff;
    top: -65px;
    left: 15px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px; }
  .item_testimonial2 .caption_testimonial figure {
    padding-top: 20px;
    padding-bottom: 10px; }

.text_countdown {
  padding-left: 70px;
  color: #fff; }
  .text_countdown h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: lighter;
    font-family: Oswald;
    color: #fff; }
  .text_countdown h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Oswald;
    color: #fff;
    padding-top: 8px;
    margin-left: 4px; }
  .text_countdown p {
    font-size: 16px;
    font-style: italic;
    padding-top: 40px;
    padding-bottom: 21px;
    margin-left: 6px;
    line-height: 25px; }

.ult_countdown-div {
  text-align: left;
  padding-left: 60px; }

.ult_countdown.ult-cd-s1 .ult_countdown-section .ult_countdown-amount {
  color: #fff !important;
  font-size: 80px !important;
  font-family: Oswald !important;
  font-weight: lighter !important; }

.ult_countdown-section > span {
  position: relative; }

.ult_countdown .ult_countdown-section .ult_countdown-period {
  position: absolute;
  font-size: 129px !important;
  font-family: Oswald !important;
  left: -6px;
  top: -85px;
  color: #fff;
  font-weight: bold !important;
  opacity: 0.2; }

.countdown_home4 .info-book {
  padding-left: 74px; }
  .countdown_home4 .info-book .btn {
    padding: 15px 42px; }

.countdown_home4 {
  position: relative; }
  .countdown_home4:before {
    content: '';
    background: #d19f68;
    opacity: 0.85;
    position: absolute;
    width: 100%;
    height: 100%; }
  .countdown_home4 .wpb_wrapper {
    position: relative; }

.product_home_list .baber-heading {
  padding-bottom: 34px; }
  .product_home_list .baber-heading .header_icon {
    display: inline-block; }
  .product_home_list .baber-heading h2 {
    display: inline-block;
    margin-left: 24px; }

.testimonial_home4 .ult-carousel-wrapper ul.slick-dots {
  padding-top: 0;
  bottom: 38px; }

.ult_countdown-section {
  margin-right: 36px;
  position: relative; }
  .ult_countdown-section:before {
    content: ":";
    font-size: 80px;
    color: #fff;
    position: absolute;
    right: -21px;
    top: 0;
    font-family: Oswald; }
  .ult_countdown-section:last-child:before {
    content: ""; }

#mini-scart .cart-block .variation {
  display: none; }

.place-order {
  margin-top: 20px; }

.shop_table.woocommerce-checkout-review-order-table .cart_item td:last-child {
  background: none; }

.woocommerce header.title {
  position: static; }

.select2-container .select2-choice .select2-arrow b:after {
  border: 5px solid transparent;
  margin-left: -16px; }

.shop_table.customer_details tbody tr th,
.shop_table.customer_details tbody tr td {
  text-align: left;
  padding: 10px 0;
  font-weight: normal;
  border: none; }
.shop_table.customer_details tr:first-child td {
  border: none; }
.shop_table.order_details thead tr th,
.shop_table.order_details tbody tr td {
  text-align: left; }
.shop_table.order_details tbody tr td:first-child {
  border-left: 1px solid #ebebeb; }
.shop_table.order_details tbody tr td:last-child {
  border-right: 1px solid #ebebeb; }
.shop_table.order_details tfoot tr:first-child th, .shop_table.order_details tfoot tr:first-child td {
  padding-top: 20px; }
.shop_table.order_details tfoot tr th {
  width: 50%;
  padding-top: 10px;
  font-weight: normal; }
.shop_table.order_details tfoot tr td {
  font-weight: normal;
  padding-top: 10px;
  width: 50%;
  text-align: right; }
.shop_table thead tr th {
  text-transform: uppercase;
  text-align: center;
  color: #222;
  font-weight: 400;
  font-family: Oswald;
  font-size: 20px;
  padding: 19px 20px;
  border-bottom: 1px solid #ebebeb; }
.shop_table tbody tr:first-child td {
  border-top: 3px solid #d19f68; }
.shop_table tbody tr td {
  text-align: center;
  padding: 27px 20px;
  border-bottom: 1px solid #ebebeb; }
.shop_table .product-subtotal span,
.shop_table .product-price span {
  font-size: 16px;
  color: #d19f68;
  font-family: Oswald; }
.shop_table .cart_item .product-thumbnail a {
  float: left;
  display: inline-block; }
.shop_table .cart_item .product-thumbnail img {
  width: 93px;
  height: 101px;
  border: 1px solid #ebebeb;
  display: block;
  margin-right: 30px; }
.shop_table .cart_item .product-thumbnail .product-name {
  margin-top: 11px;
  overflow: hidden; }
.shop_table .cart_item .product-name a {
  color: #000;
  font-size: 16px;
  font-weight: bold; }
  .shop_table .cart_item .product-name a:hover {
    color: #d19f68; }
.shop_table .cart_item .product-remove a {
  font-size: 12px;
  font-style: italic;
  color: #d19f68; }
  .shop_table .cart_item .product-remove a:hover {
    color: #212425; }
.shop_table .cart_item td:first-child {
  border-left: 1px solid #ebebeb; }
.shop_table .cart_item td:last-child {
  background: #f5f5f5;
  border-right: 1px solid #ebebeb; }
.shop_table.cart tbody tr:last-child td {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0; }
.shop_table.cart .actions .coupon label {
  float: left;
  margin-right: 15px; }
.shop_table.cart .actions .coupon input {
  float: left;
  margin-right: 10px; }
.shop_table.woocommerce-checkout-review-order-table thead tr th {
  text-align: left; }
.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  text-align: left; }
.shop_table.woocommerce-checkout-review-order-table .product-name {
  color: #000;
  font-size: 16px;
  font-weight: bold; }
.shop_table.woocommerce-checkout-review-order-table tfoot {
  padding-top: 20px;
  padding-bottom: 20px; }
  .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
    font-size: 14px; }
    .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
      padding-top: 25px;
      padding-bottom: 10px; }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    padding: 10px 0;
    width: 50%; }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    width: 50%;
    text-align: right; }

.woocommerce table.wishlist_table thead th {
  border-top: none; }

.woocommerce table.wishlist_table {
  font-size: 100%; }

.wishlist_table tbody tr td:first-child {
  border-left: 1px solid #ebebeb; }

.woocommerce .wishlist_table td.product-add-to-cart a,
.wishlist_table .product-price .amount {
  color: #d19f68; }

.woocommerce-page .wishlist_table .product-price .amount {
  color: #d19f68;
  font-size: 16px; }
.woocommerce-page .shop_table.wishlist_table thead .product-price span {
  font-size: 20px;
  color: #222; }
.woocommerce-page .wishlist_table .product-remove a {
  font-size: 12px;
  font-style: italic; }
.woocommerce-page .wishlist_table .product-add-to-cart .button {
  padding: 13px 0;
  background: #d19f68;
  color: #000;
  border-radius: 0;
  margin: 0 auto;
  width: 120px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Oswald; }
  .woocommerce-page .wishlist_table .product-add-to-cart .button:hover, .woocommerce-page .wishlist_table .product-add-to-cart .button:focus {
    background: #000;
    color: #fff; }

.woocommerce .wishlist_table td.product-add-to-cart a:hover {
  color: #212425; }

.woocommerce .yith-wcwl-share {
  padding-top: 20px;
  margin-bottom: 0; }
  .woocommerce .yith-wcwl-share h4.yith-wcwl-share-title {
    font-family: Open Sans;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px; }
  .woocommerce .yith-wcwl-share ul {
    display: inline-block; }

.cart-collaterals {
  padding-top: 20px;
  overflow: hidden;
  width: 100%; }

.display-inline {
  display: inline-block; }

.btn-updatecart {
  float: right; }

.quantity {
  display: inline-block;
  border: 1px solid #e6e6e6; }
  .quantity .qty-number {
    cursor: pointer;
    display: inline-block;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 3px; }
    .quantity .qty-number span {
      padding: 0 7px;
      height: 44px;
      display: table-cell;
      vertical-align: middle;
      line-height: 44px;
      color: #919191;
      text-align: center; }
    .quantity .qty-number:hover span {
      color: #d19f68; }
  .quantity > input.qty {
    -moz-appearance: textfield; }
  .quantity input.qty.text {
    width: 64px;
    text-align: center;
    padding: 10px;
    color: #1b242b;
    height: 48px;
    display: inline-block;
    background: #FFF; }

.select2-results li {
  color: #9c9c9c; }

.select2-container .select2-choice {
  color: #9c9c9c;
  border-radius: 0; }

.coupon {
  color: #424242;
  float: left; }
  .coupon label {
    margin-top: 10px;
    font-weight: normal; }
  .coupon input {
    padding: 14px 22px;
    background: none;
    color: rgba(48, 47, 47, 0.5);
    border: 1px solid #ebebeb; }

.woocommerce-error li {
  margin-bottom: 10px;
  background: #ffecec none repeat scroll 0 0;
  border: 2px solid #ffecec;
  color: #df6060;
  padding: 8px 8px 5px 40px;
  border-radius: 4px;
  position: relative; }
  .woocommerce-error li:before {
    position: absolute;
    font-family: FontAwesome;
    left: 15px;
    top: 9px;
    content: "\f129"; }

.woocommerce-message {
  margin-bottom: 10px; }

.btn-updatecart {
  float: right; }

.title-cart {
  color: #000;
  position: relative;
  display: inline-block;
  font-size: 26px;
  letter-spacing: 1.1px;
  text-transform: uppercase; }
  .title-cart:before {
    content: "";
    background: #d19f68;
    height: 1px;
    width: 50px;
    position: absolute;
    right: -61px;
    bottom: 2px; }

.title-hdwoo {
  padding: 30px 0 15px;
  display: inline-block; }

.woocommerce-Address-title.title .edit {
  float: right;
  padding-top: 34px; }

.woocommerce-error li {
  color: #ff0000; }

.woocommerce-message {
  color: #27e34f; }

.woocommerce-cart .actions {
  padding-top: 30px;
  margin-bottom: 71px; }

.cart-subtotal {
  font-size: 15px;
  color: #302f2f; }
  .cart-subtotal th {
    font-weight: 400; }

.order-total {
  font-size: 18px;
  font-weight: bold;
  color: #302f2f; }

.wc-proceed-to-checkout {
  float: left;
  width: 100%;
  display: inline-block;
  margin-top: -4px; }

.cart_totals .shop_table {
  margin-bottom: 20px;
  margin-top: -7px; }
  .cart_totals .shop_table tbody tr:first-child td,
  .cart_totals .shop_table tbody tr td {
    border: none;
    padding: 8px 20px; }

.woocommerce .login input.input-text:-webkit-autofill,
.woocommerce .login textarea.input-text:-webkit-autofill,
.woocommerce .login select.input-text:-webkit-autofill {
  background-color: none !important; }

.woocommerce-info {
  margin-bottom: 10px; }

.showlogin,
.showcoupon {
  color: #d19f68; }
  .showlogin:hover, .showlogin:focus,
  .showcoupon:hover,
  .showcoupon:focus {
    color: #1f1f1f; }

.checkout_coupon.coupon {
  float: none;
  overflow: hidden;
  margin-top: 10px; }
  .checkout_coupon.coupon .form-row {
    display: inline-block;
    float: left; }
    .checkout_coupon.coupon .form-row.form-row-first {
      margin-right: 10px; }

form.checkout {
  font-size: 14px; }
  form.checkout .form-row label {
    width: 100%;
    font-weight: bold;
    color: #302f2f; }
  form.checkout .form-row input {
    width: 100%;
    font-weight: normal;
    height: 50px; }

.woocommerce-shipping-fields #ship-to-different-address {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0; }
  .woocommerce-shipping-fields #ship-to-different-address label {
    display: inline-block; }
    .woocommerce-shipping-fields #ship-to-different-address label.checkbox {
      margin-top: 3px;
      margin-left: 10px; }
  .woocommerce-shipping-fields #ship-to-different-address input {
    float: left; }

.select2-container .select2-choice {
  height: 50px;
  padding: 13px 10px; }

.woocommerce-FormRow.form-row {
  margin-bottom: 15px; }

.woocommerce-page .form-row label {
  color: #1b242b;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 0;
  font-size: 15px;
  font-weight: bold; }

.woocommerce-shipping-fields .form-row label,
.woocommerce-billing-fields .form-row label {
  color: #1b242b;
  font-weight: normal;
  margin-bottom: 3px; }

.form-row {
  margin-bottom: 15px; }

.woocommerce-EditAccountForm .form-row,
.woocommerce-account .login .form-row,
.woocommerce-edit-address .form-row {
  margin-bottom: 15px; }
  .woocommerce-EditAccountForm .form-row input,
  .woocommerce-EditAccountForm .form-row .placeholder,
  .woocommerce-EditAccountForm .form-row textarea,
  .woocommerce-account .login .form-row input,
  .woocommerce-account .login .form-row .placeholder,
  .woocommerce-account .login .form-row textarea,
  .woocommerce-edit-address .form-row input,
  .woocommerce-edit-address .form-row .placeholder,
  .woocommerce-edit-address .form-row textarea {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc; }

.woocommerce-password-strength {
  margin-top: 7px; }
  .woocommerce-password-strength.short, .woocommerce-password-strength.bad {
    color: red; }
  .woocommerce-password-strength.strong, .woocommerce-password-strength.good {
    color: #60d362; }

.form-row input {
  height: 50px; }

.payment_method_paypal label a {
  color: #d19f68;
  font-weight: 400;
  float: left;
  width: 100%; }

.woocommerce-checkout-payment {
  margin-top: 20px; }
  .woocommerce-checkout-payment .payment_methods label {
    color: #212425;
    font-weight: 600; }

#customer_login .customer_login {
  padding-top: 0; }

input[type="radio"] {
  border-radius: 50% !important; }

.payment_box.payment_method_paypal {
  padding: 5px 15px; }

.woocommerce .login label {
  font-weight: 400; }
.woocommerce .login input.btn {
  display: inline-block;
  width: auto; }
.woocommerce .login .form-row input.button {
  border: 2px solid #d19f68;
  background: #d19f68;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 29px;
  margin-right: 10px;
  width: auto; }
  .woocommerce .login .form-row input.button:hover {
    background: #212425;
    border: 2px solid #212425; }
.woocommerce select {
  border: 1px solid #ebebeb;
  color: rgba(48, 47, 47, 0.5);
  height: 50px; }
.woocommerce .form-row input {
  height: 50px; }
.woocommerce .form-row input:not(.button), .woocommerce .form-row .placeholder, .woocommerce .form-row textarea {
  color: rgba(48, 47, 47, 0.5);
  border: 1px solid #ebebeb; }

abbr[data-original-title], abbr[title] {
  border-bottom: medium none;
  text-decoration: none; }

.form-row label {
  font-weight: normal; }

.lost_password a {
  color: #212425; }
  .lost_password a:hover {
    color: #d19f68; }

.form-row input[type=checkbox] {
  height: auto;
  width: auto;
  margin-top: 20px; }

form.checkout .form-row input[type=checkbox] {
  float: left;
  height: 16px;
  margin-right: 10px;
  margin-top: 4px;
  text-align: left;
  width: 16px; }

.order_details li strong {
  color: #1f1f1f;
  font-weight: 600; }

.woocommerce-error li strong {
  font-weight: normal;
  color: #1f1f1f; }

.woocommerce-MyAccount-navigation {
  margin-bottom: 20px; }

.woocommerce-Address-title a,
.my_account_orders a,
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation li a {
  color: #d19f68;
  font-weight: normal; }
  .woocommerce-Address-title a:hover, .woocommerce-Address-title a:focus,
  .my_account_orders a:hover,
  .my_account_orders a:focus,
  .woocommerce-MyAccount-content a:hover,
  .woocommerce-MyAccount-content a:focus,
  .woocommerce-MyAccount-navigation li a:hover,
  .woocommerce-MyAccount-navigation li a:focus {
    color: #1f1f1f; }

.woocommerce-MyAccount-content header,
.woocommerce-MyAccount-content header .title-cart {
  background: none !important; }

.woocommerce-MyAccount-content p strong {
  font-weight: 600;
  color: #1f1f1f; }

.woocommerce-MyAccount-navigation li {
  display: inline-block;
  padding-right: 25px; }
  .woocommerce-MyAccount-navigation li a {
    font-weight: 600; }

.admin-bar.woocommerce-page .fixed-header .woocommerce header {
  top: 0; }

.woocommerce table.shop_table.wishlist_table thead tr th.product-name {
  text-align: left; }
.woocommerce .wishlist_table .product-name a {
  font-size: 14px;
  font-weight: bold; }
  .woocommerce .wishlist_table .product-name a.yith-wcqv-button {
    color: #d19f68;
    font-weight: 400;
    margin-left: 10px;
    font-size: 13px;
    font-style: italic; }
    .woocommerce .wishlist_table .product-name a.yith-wcqv-button:hover {
      text-decoration: underline; }

@media (max-width: 1199px) {
  .wrapper {
    min-height: auto; } }
@media (max-width: 767px) {
  .woocommerce .yith-wcwl-share {
    text-align: left; }

  .shop_table.cart.wishlist_table tbody tr:first-child td {
    border-top: none; }

  .shop_table.cart.wishlist_table tbody tr:last-child {
    margin-top: 0; }

  .wishlist_table.shop_table.cart tbody tr:last-child td {
    padding: 16px 22px !important; }

  .shop_table.cart.wishlist_table tbody tr td {
    border-left: 1px solid #ebebeb; }
  .shop_table.cart.wishlist_table tbody tr:nth-child(2n) {
    background: #f5f5f5; }

  .wishlist_table.shop_table.cart tbody tr:first-child td:first-child {
    border-top: 1px solid #ebebeb; }

  .preloader .loader {
    display: none; }

  .woocommerce-cart .actions {
    margin-bottom: 0; }

  .shop_table.cart tbody tr:last-child {
    margin-top: 30px; }

  .cart_totals .shop_table {
    margin: 0; }

  .wc-proceed-to-checkout {
    margin-top: 15px; }

  .shop_table.account-orders-table tbody tr:first-child td,
  .shop_table.cart tbody tr:first-child td {
    border-top: 1px solid #ebebeb; }

  .woocommerce-account .wrapper {
    min-height: auto; }

  header.woocommerce-Address-title.title {
    background: none !important; }

  .woocommerce-page .woocommerce-MyAccount-content .form-row label {
    margin-bottom: 10px;
    line-height: 18px; }

  .woocommerce-page legend {
    border: none; }

  .shop_table.shop_table_responsive.my_account_orders tbody tr:nth-child(odd),
  .shop_table.cart.shop_table_responsive tbody tr:nth-child(odd) {
    background: #f9f9f9; }

  .product-thumbnail {
    overflow: hidden; }

  .shop_table.my_account_orders.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.cart.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.order_details tbody tr:nth-child(even) {
    background: #fff; }

  .shop_table.wishlist_table thead {
    display: none !important; }

  .wishlist_table tr td.product-thumbnail a {
    margin: 0 auto !important; }

  .wishlist_table.shop_table.cart tbody tr:last-child td {
    border-bottom: none; }

  .wishlist_table.shop_table.cart tbody tr td:last-child {
    border-bottom: 1px solid #ebebeb; }

  .wishlist_table.shop_table.cart tbody tr td {
    border-right: 1px solid #ebebeb; }

  .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name,
  .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td {
    text-align: center; }

  /* tables change*/
  .shop_table.wishlist_table tbody,
  .shop_table.wishlist_table thead,
  .shop_table.wishlist_table tfoot,
  .shop_table.wishlist_table th,
  .shop_table.wishlist_table tr,
  .shop_table.wishlist_table td,
  .my_account_orders.shop_table_responsive tbody,
  .my_account_orders.shop_table_responsive thead,
  .my_account_orders.shop_table_responsive tfoot
  .my_account_orders.shop_table_responsive th,
  .my_account_orders.shop_table_responsive tr,
  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart,
  .shop_table_responsive.cart tbody,
  .shop_table_responsive.cart thead,
  .shop_table_responsive.cart tfoot,
  .shop_table_responsive.cart th,
  .shop_table_responsive.cart tr,
  .shop_table_responsive.cart td {
    display: block; }

  table.order_details tfoot tr:first-child > td[scope="row"] {
    border-bottom: 1px solid #ddd; }
  table.order_details tfoot tr:last-child > td[scope="row"] {
    border-bottom: none; }

  .my_account_orders.shop_table_responsive tr td,
  .my_account_orders.shop_table_responsive tr th,
  .shop_table_responsive.cart tr td,
  .shop_table_responsive.cart tr th {
    width: auto !important;
    text-align: left !important; }

  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    margin-top: 0 !important; }

  .my_account_orders.shop_table_responsive thead tr:first-child,
  .shop_table_responsive.cart thead tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .shop_table.my_account_orders.shop_table_responsive tbody tr:first-child,
  .shop_table.shop_table_responsive.cart tbody tr:first-child {
    position: relative;
    top: 0;
    left: 0; }

  .shop_table.cart tbody tr:last-child td {
    padding: 0 !important; }

  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    position: relative;
    padding-left: 50% !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none; }

  .my_account_orders.shop_table_responsive td:not([colspan]):after,
  .shop_table_responsive.cart td:not([colspan]):after {
    content: "";
    display: block;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    left: 47%;
    top: 0;
    height: 100%; }

  .shop_table_responsive.my_account_orders td[colspan],
  .shop_table_responsive.cart td[colspan] {
    width: 100%;
    text-align: center;
    padding: 10px !important; }

  .shop_table_responsive.my_account_orders tbody td[colspan],
  .shop_table_responsive.cart tbody td[colspan] {
    display: block;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%; }

  .shop_table_responsive.my_account_orders td[colspan]:before,
  .shop_table_responsive.cart td[colspan]:before {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan]:after,
  .shop_table_responsive.cart td[colspan]:after {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan] table tr td:after
  .shop_table_responsive.cart td[colspan] table tr td:after {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan] table tr td:before
  .shop_table_responsive.cart td[colspan] table tr td:before {
    display: none; }

  .shop_table_responsive.my_account_orders,
  .shop_table_responsive.cart {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }

  .shop_table_responsive.my_account_orders td:before,
  .shop_table_responsive.cart td:before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 9px;
    width: 45%;
    padding-right: 10px;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #424242;
    font-size: 16px; }

  .shop_table_responsive.my_account_orders tr:nth-child(2n),
  .shop_table_responsive.cart tr:nth-child(2n) {
    background: #f9f9f9; }

  .btn-updatecart {
    float: left; }

  .coupon {
    margin-bottom: 10px; } }
.title-cart-sub {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #d19f68;
  letter-spacing: 4.5px; }

.woocommerce address {
  line-height: 32px; }

.calculated_shipping .box-shipping table tbody tr td p {
  color: #424242; }
.calculated_shipping .box-shipping table form.woocommerce-shipping-calculator .shipping-calculator-button {
  color: #000;
  font-weight: bold;
  font-size: 16px; }

span.select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 50px; }
  span.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    height: 100%;
    padding: 0 20px;
    color: rgba(48, 47, 47, 0.5); }
  span.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%; }

@media (max-width: 991px) {
  .woocommerce .wishlist_table .product-name a.yith-wcqv-button {
    margin-left: 0;
    display: inline; }

  .woocommerce .wishlist_table .product-name a {
    width: 100%;
    display: block; } }
@media (max-width: 600px) {
  .shop_table.cart .actions .coupon label {
    display: none; } }
@media (max-width: 480px) {
  .quantity input.qty.text {
    width: 50px; }

  .shop_table .cart_item .product-thumbnail .product-name {
    float: left; }

  .shop_table.cart .coupon {
    float: none; }

  .shop_table.cart .actions .coupon input {
    width: 100%;
    margin-bottom: 10px; } }
@media (max-width: 375px) {
  #yith-quick-view-content .summary .cart .add-to-cart {
    margin-top: 15px;
    width: 100% !important; }

  #yith-quick-view-content .single_add_to_cart_button {
    width: 100% !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/*===================================
	3.7 Widget
===================================*/
.active-sidebar .widget {
  margin-bottom: 10px;
  clear: left; }
  .active-sidebar .widget .widget-title {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    color: #303030;
    text-transform: uppercase;
    padding: 27px 0 19px;
    margin-bottom: 30px;
    overflow: hidden;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #e3e3e3; }
  .active-sidebar .widget.widget_archive, .active-sidebar .widget.widget_categories {
    margin-bottom: 3px; }
    .active-sidebar .widget.widget_archive .widget-title, .active-sidebar .widget.widget_categories .widget-title {
      margin-bottom: 16px; }
  .active-sidebar .widget.yith-woo-ajax-reset-navigation {
    padding-bottom: 20px; }
    .active-sidebar .widget.yith-woo-ajax-reset-navigation .widget-title {
      margin-bottom: 25px; }
    .active-sidebar .widget.yith-woo-ajax-reset-navigation .clear-all {
      text-align: right; }
      .active-sidebar .widget.yith-woo-ajax-reset-navigation .clear-all a {
        font-size: 14px;
        color: #d19f68; }
    .active-sidebar .widget.yith-woo-ajax-reset-navigation .widget-content {
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 22px;
      margin-bottom: 15px;
      color: #303030;
      font-size: 14px; }
      .active-sidebar .widget.yith-woo-ajax-reset-navigation .widget-content span {
        font-size: 14px;
        color: #d19f68; }
.active-sidebar aside:first-child.widget .widget-title {
  padding-top: 0;
  margin-top: -3px; }

.footer .footer-v1 .widget_archive li a, .footer .widget_archive li a, .footer .widget_categories li a, .footer .widget_product_categories li a, .footer .widget_pages li a, .footer .widget_meta li a {
  color: #d6d6d6; }

.widget.widget_arrowpress_instagram_feed {
  width: 100%;
  overflow: hidden; }
  .widget.widget_arrowpress_instagram_feed .instagram-gallery {
    margin: 0 -7px; }
    .widget.widget_arrowpress_instagram_feed .instagram-gallery .instagram-img {
      display: inline-block;
      margin: 7px 4px;
      width: 30.3333%;
      height: 81px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      float: left;
      position: relative;
      z-index: 9; }
      .widget.widget_arrowpress_instagram_feed .instagram-gallery .instagram-img a i {
        font-size: 20px; }

.widget_add_to_cart a {
  padding-left: 10px;
  position: relative;
  border-bottom: 1px solid #000; }
  .widget_add_to_cart a:before {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 8px; }

.widget-title-border span.before_title {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #d19f68;
  font-weight: 500; }
  .widget-title-border span.before_title:after {
    content: "";
    width: 45px;
    height: 1px;
    display: inline-block;
    background: #d19f68;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: -7.5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.widget-title-border:hover span.before_title:after {
  width: 35px; }

aside.widget:hover .widget-title-border span.before_title:after {
  width: 35px; }

.widget_search form, .widget_product_search form {
  position: relative; }
  .widget_search form input, .widget_product_search form input {
    padding: 12px 50px 15px 15px;
    width: 100%;
    height: 50px;
    color: #b4b0b0;
    font-size: 14px;
    background: #f5f5f5;
    font-weight: normal; }
  .widget_search form .btn-search, .widget_product_search form .btn-search {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 13px;
    height: 50px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    color: #c5c5c5; }
    .widget_search form .btn-search:hover, .widget_product_search form .btn-search:hover {
      color: #d19f68; }

.active-sidebar .widget.widget_product_categories {
  margin-bottom: 3px; }
  .active-sidebar .widget.widget_product_categories .widget-title {
    margin-bottom: 15px;
    padding-top: 0; }
  .active-sidebar .widget.widget_product_categories ul {
    margin-bottom: 0; }

.widget_archive li,
.widget_categories li,
.widget_product_categories li,
.widget_pages li, .widget_meta li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5; }
  .widget_archive li:last-child,
  .widget_categories li:last-child,
  .widget_product_categories li:last-child,
  .widget_pages li:last-child, .widget_meta li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
  .widget_archive li > span,
  .widget_categories li > span,
  .widget_product_categories li > span,
  .widget_pages li > span, .widget_meta li > span {
    color: #9f9f9f; }
  .widget_archive li.current-cat > a,
  .widget_categories li.current-cat > a,
  .widget_product_categories li.current-cat > a,
  .widget_pages li.current-cat > a, .widget_meta li.current-cat > a {
    color: #d19f68;
    padding-left: 35px; }
    .widget_archive li.current-cat > a:before,
    .widget_categories li.current-cat > a:before,
    .widget_product_categories li.current-cat > a:before,
    .widget_pages li.current-cat > a:before, .widget_meta li.current-cat > a:before {
      left: 0;
      opacity: 1; }
  .widget_archive li.current-cat > span.count,
  .widget_categories li.current-cat > span.count,
  .widget_product_categories li.current-cat > span.count,
  .widget_pages li.current-cat > span.count, .widget_meta li.current-cat > span.count {
    color: #d19f68; }
  .widget_archive li > p,
  .widget_categories li > p,
  .widget_product_categories li > p,
  .widget_pages li > p, .widget_meta li > p {
    color: #232323;
    cursor: pointer;
    font-size: 18px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px; }
  .widget_archive li a,
  .widget_categories li a,
  .widget_product_categories li a,
  .widget_pages li a, .widget_meta li a {
    color: #000;
    display: inline-block;
    position: relative; }
    .widget_archive li a:before,
    .widget_categories li a:before,
    .widget_product_categories li a:before,
    .widget_pages li a:before, .widget_meta li a:before {
      position: absolute;
      content: "\f178";
      font-family: FontAwesome;
      top: 0;
      left: -10px;
      opacity: 0;
      color: #d19f68; }
    .widget_archive li a span,
    .widget_categories li a span,
    .widget_product_categories li a span,
    .widget_pages li a span, .widget_meta li a span {
      font-size: 13px;
      color: #acacac; }
  .widget_archive li:hover > a,
  .widget_categories li:hover > a,
  .widget_product_categories li:hover > a,
  .widget_pages li:hover > a, .widget_meta li:hover > a {
    color: #d19f68;
    padding-left: 35px; }
    .widget_archive li:hover > a:before,
    .widget_categories li:hover > a:before,
    .widget_product_categories li:hover > a:before,
    .widget_pages li:hover > a:before, .widget_meta li:hover > a:before {
      opacity: 1;
      left: 0; }
  .widget_archive li:hover span,
  .widget_categories li:hover span,
  .widget_product_categories li:hover span,
  .widget_pages li:hover span, .widget_meta li:hover span {
    color: #d19f68; }
  .widget_archive li ul.children,
  .widget_categories li ul.children,
  .widget_product_categories li ul.children,
  .widget_pages li ul.children, .widget_meta li ul.children {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 0; }
    .widget_archive li ul.children li,
    .widget_categories li ul.children li,
    .widget_product_categories li ul.children li,
    .widget_pages li ul.children li, .widget_meta li ul.children li {
      margin-left: 15px; }

.widget_recent_entries,
.widget_recent_comments {
  font-weight: 500; }
  .widget_recent_entries li,
  .widget_recent_comments li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed; }
    .widget_recent_entries li:last-child,
    .widget_recent_comments li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
    .widget_recent_entries li a,
    .widget_recent_comments li a {
      color: inherit;
      font-size: 16px;
      position: relative; }
      .widget_recent_entries li a:hover,
      .widget_recent_comments li a:hover {
        color: #d19f68; }
    .widget_recent_entries li span,
    .widget_recent_comments li span {
      font-size: 13px;
      color: #acacac;
      text-transform: capitalize; }

.widget_recent_comments ul#recentcomments {
  padding-top: 13px; }
.widget_recent_comments li {
  overflow: hidden;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 18px; }
  .widget_recent_comments li .comment-post-link {
    margin-top: 11px;
    letter-spacing: -0.6px; }
    .widget_recent_comments li .comment-post-link a {
      line-height: 25px; }

.widget_post_blog ul li.blog-item {
  padding-bottom: 20px;
  display: inline-block;
  overflow: hidden; }
  .widget_post_blog ul li.blog-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
.widget_post_blog .blog-info > .info:not(.blog-date):not(.author) {
  padding: 0; }
.widget_post_blog .blog-img {
  float: left;
  width: 98px;
  position: relative; }
  .widget_post_blog .blog-img + .blog-post-info {
    float: left;
    width: calc(100% - 98px);
    padding: 0 0 0 20px;
    margin-top: -5px;
    margin-bottom: -6px; }
  .widget_post_blog .blog-img .fancybox {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .widget_post_blog .blog-img:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #d19f68;
    position: absolute;
    opacity: 0.7;
    visibility: hidden; }
  .widget_post_blog .blog-img:hover:before {
    visibility: visible; }
  .widget_post_blog .blog-img:hover .fancybox {
    opacity: 1; }
.widget_post_blog .blog-post-info {
  float: left;
  width: 100%;
  font-size: 15px;
  padding: 0; }
  .widget_post_blog .blog-post-info .blog-post-title {
    margin-bottom: 0;
    padding: 0; }
  .widget_post_blog .blog-post-info .blog-time {
    font-style: italic;
    margin-top: -2px;
    display: block; }
    .widget_post_blog .blog-post-info .blog-time a {
      color: #d19f68; }
    .widget_post_blog .blog-post-info .blog-time p {
      margin-bottom: 7px; }
  .widget_post_blog .blog-post-info .blog-info > .info.author {
    margin-left: 0; }
  .widget_post_blog .blog-post-info .post-name {
    max-height: 70px;
    overflow: hidden; }
    .widget_post_blog .blog-post-info .post-name > a {
      font-size: 15px;
      line-height: 22px;
      display: block;
      margin-top: -2px;
      text-overflow: ellipsis;
      font-weight: bold;
      color: #444444;
      font-family: Open Sans; }
      .widget_post_blog .blog-post-info .post-name > a:hover {
        color: #d19f68; }
  .widget_post_blog .blog-post-info .blog-info {
    margin-bottom: -5px; }
  .widget_post_blog .blog-post-info .blog-post-info .blog-info > .info.blog-date a:after {
    margin-left: 11px;
    margin-top: 0px; }

.yith-woocompare-widget ul.products-list li:last-child {
  border-bottom: 0; }
.yith-woocompare-widget ul.products-list li .remove {
  color: #d19f68;
  font-size: 16px; }
  .yith-woocompare-widget ul.products-list li .remove:hover {
    background: transparent;
    color: #000; }
.yith-woocompare-widget ul.products-list li .title {
  color: #000;
  font-weight: bold;
  font-family: Oswald; }
  .yith-woocompare-widget ul.products-list li .title:hover {
    color: #d19f68; }
.yith-woocompare-widget ul.products-list li.list_empty {
  color: #333436;
  font-size: 14px; }

.product_list_widget {
  width: 100%;
  float: left; }
  .product_list_widget li {
    width: 100%;
    float: left;
    margin-bottom: 30px; }
    .product_list_widget li:last-child {
      margin-bottom: 0; }
    .product_list_widget li .product-img {
      float: left;
      width: 98px;
      margin-right: 15px; }
  .product_list_widget .reviewer {
    color: #212425;
    display: block;
    text-transform: capitalize;
    width: 100%; }
  .product_list_widget .product-img {
    border: 1px solid #ebebeb; }
  .product_list_widget .product-content {
    text-align: left; }
    .product_list_widget .product-content .product-title {
      font-size: 14px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 8px;
      color: #000;
      font-weight: bold;
      line-height: 10px; }
      .product_list_widget .product-content .product-title:hover {
        color: #d19f68; }
  .product_list_widget .price {
    margin-bottom: 6px; }
    .product_list_widget .price span {
      color: #d19f68;
      font-size: 18px;
      font-family: Oswald; }
    .product_list_widget .price del span {
      color: #adadad !important;
      font-size: 16px !important;
      font-weight: lighter !important; }

.widget_products,
.widget_recent_reviews,
.widget_top_rated_products,
.widget_recently_viewed_products {
  width: 100%;
  float: left; }

.widget_shopping_cart .widget_shopping_cart_content {
  padding: 0; }
.widget_shopping_cart .quantity span {
  color: #c74729; }

.widget_pages > ul > li > a {
  color: #000; }
.widget_pages .current-cat > a, .widget_pages .current-cat-parent > a,
.widget_pages .current_page_item > a, .widget_pages .current-page-parent > a {
  color: #d19f68; }

.tagcloud a {
  color: #555555;
  font-size: 13px !important;
  display: inline-block;
  border: 1px solid #c1c1c1;
  text-transform: capitalize;
  margin-right: 6px;
  margin-bottom: 9px;
  padding: 2px 13px 2px 6px; }
  .tagcloud a:hover {
    color: #d19f68;
    border-color: #d19f68; }

.widget_price_filter {
  overflow: hidden; }
  .widget_price_filter .price_slider_wrapper {
    margin-top: 8px; }
  .widget_price_filter .ui-slider {
    background: #e3e3e3;
    height: 4px;
    position: relative;
    border: none; }
    .widget_price_filter .ui-slider .ui-slider-range {
      background: #a0a0a0;
      height: 4px;
      position: absolute; }
    .widget_price_filter .ui-slider .ui-slider-handle {
      background: #d19f68;
      cursor: pointer;
      height: 12px;
      border: 2px solid #fff;
      border-radius: 10px;
      position: absolute;
      top: -4px;
      width: 12px;
      z-index: 2;
      margin-left: 0; }
      .widget_price_filter .ui-slider .ui-slider-handle:last-child {
        margin-left: -10px; }
  .widget_price_filter .price_slider_amount {
    overflow: hidden;
    margin-top: 7px; }
    .widget_price_filter .price_slider_amount .align_right {
      float: right; }
    .widget_price_filter .price_slider_amount .price_label span {
      color: #303030;
      font-size: 14px;
      padding-top: 6px;
      padding-bottom: 15px;
      font-weight: normal;
      display: inline-block; }
      .widget_price_filter .price_slider_amount .price_label span span {
        color: #303030;
        font-size: 14px; }
    .widget_price_filter .price_slider_amount .button:hover {
      background: #000 !important;
      color: #fff; }
    .widget_price_filter .price_slider_amount .btn-filter {
      float: right;
      font-size: 13px;
      font-weight: normal;
      padding: 9px 13px;
      text-transform: none; }
    .widget_price_filter .price_slider_amount .btn-primary {
      letter-spacing: 0.6px; }
    .widget_price_filter .price_slider_amount .button {
      background: #d19f68;
      color: #fff;
      padding: 8px 17px;
      font-weight: 400;
      border-radius: 0;
      text-transform: uppercase;
      border: none;
      line-height: 24px; }

.widget_compare {
  padding-bottom: 25px; }
  .widget_compare p {
    margin-bottom: 0; }

.widget_nav_menu ul li {
  width: 100%; }
  .widget_nav_menu ul li a {
    font-size: 15px;
    font-weight: 500; }
    .widget_nav_menu ul li a:hover {
      color: #d19f68; }

.active-sidebar .widget_nav_menu ul li a {
  color: inherit; }

.box-text-sidebar {
  margin-bottom: 39px; }
  .box-text-sidebar img {
    width: 100px;
    height: 100px;
    border-radius: 50%; }
  .box-text-sidebar p {
    font-size: 15px;
    color: #000;
    padding: 22px 15px 8px;
    line-height: 26px;
    font-style: italic; }
  .box-text-sidebar h4 {
    font-family: Open Sans;
    text-transform: uppercase;
    color: #d19f68;
    font-size: 12px;
    font-weight: bold; }

.active-sidebar .widget_arrowpress_instagram_feed .instagram-container li a:after {
  font-size: 20px; }

/* Woocommerce AJAX Search CSS */
.woosearch-results {
  border: 1px solid #d19f68; }
  .woosearch-results li {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #fff; }
    .woosearch-results li:last-child {
      border-bottom: 0px solid #d19f68; }
    .woosearch-results li a {
      padding-left: 15px;
      color: #000; }

.mini-cart.active_minicart .cart-block {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  visibility: visible; }

.product-content .product-action .yith-wcwl-add-to-wishlist, .add-to > .yith-wcwl-add-to-wishlist {
  padding-right: 20px; }
  .product-content .product-action .yith-wcwl-add-to-wishlist .ajax-loading, .add-to > .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    left: 0; }
  .product-content .product-action .yith-wcwl-add-to-wishlist a.add_to_wishlist, .add-to > .yith-wcwl-add-to-wishlist a.add_to_wishlist {
    padding-right: 0; }
  .product-content .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, .add-to > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    display: inline-block; }
    .product-content .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .add-to > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
      font-size: 0;
      height: 12px;
      float: left;
      display: inline-block; }
      .product-content .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .add-to > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
        position: absolute;
        content: "\f004";
        color: #000;
        font-family: FontAwesome;
        font-size: 14px;
        left: 0; }
    .product-content .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .add-to > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
      display: none; }
  .product-content .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse, .add-to > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    display: inline-block; }
    .product-content .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .add-to > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
      font-size: 0;
      height: 12px;
      float: left;
      display: inline-block; }
      .product-content .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .add-to > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
        position: absolute;
        content: "\f004";
        color: #000;
        font-family: FontAwesome;
        font-size: 14px;
        left: 0; }
    .product-content .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback, .add-to > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
      display: none; }

.woocommerce-pagination {
  border-top: 1px solid #e6e5e5;
  padding-top: 30px;
  margin-top: 3px; }
  .woocommerce-pagination .page-numbers {
    text-align: center;
    margin: 0; }
    .woocommerce-pagination .page-numbers > li {
      display: inline-block; }
      .woocommerce-pagination .page-numbers > li a {
        color: #2d2d2d; }
        .woocommerce-pagination .page-numbers > li a.next, .woocommerce-pagination .page-numbers > li a.prev {
          font-size: 14px; }
      .woocommerce-pagination .page-numbers > li a, .woocommerce-pagination .page-numbers > li span {
        padding: 0;
        font-size: 13px;
        height: 36px;
        line-height: 33px;
        text-transform: uppercase;
        width: 36px;
        display: block; }
      .woocommerce-pagination .page-numbers > li .current, .woocommerce-pagination .page-numbers > li a:hover {
        color: #d19f68; }

.product-list > .item {
  margin-bottom: 28px; }
.product-list .product-content .product-image {
  margin-bottom: 0; }
.product-list .product-action-grid {
  display: none !important; }
.product-list .product-content .product-action {
  position: inherit;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  width: 263px; }
.product-list .product-content .product-desc {
  text-align: left;
  overflow: hidden;
  padding: 22px 30px;
  border-left: 1px solid #ebebeb;
  color: #8e8e8e; }
.product-list .product-content .product-image {
  float: left; }
.product-list .star-rating {
  display: block;
  margin: 10px 0; }
.product-list .price {
  padding-bottom: 19px; }
.product-list .desc {
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px; }
  .product-list .desc:after {
    position: absolute;
    content: '';
    width: 298px;
    height: 1px;
    left: 0;
    top: 7px;
    background: #ebebeb; }

.product-grid {
  overflow: hidden; }
  .product-grid .product-action-list {
    display: none; }
  .product-grid .product-content {
    padding-bottom: 11px; }

.post-type-archive-product .footer {
  padding-top: 92px; }

.product_types li {
  list-style: none; }

.product-category h3 {
  padding-top: 20px; }
  .product-category h3 mark {
    background-color: transparent; }

.product-content:hover .product-image::before {
  opacity: 0.6; }

.product-isotope .item {
  padding: 58px 15px 0 15px; }

.action_item_box {
  border-left: 1px solid #000;
  padding-left: 30px; }

.list_add_to_cart {
  float: left;
  position: relative; }
  .list_add_to_cart a.product_type_variable:after {
    right: -18px; }

.action_item_box {
  float: right; }

.product-content .added_to_cart {
  display: none; }
.product-content .product-action {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: #d19f68;
  padding: 13px 22px 12px;
  position: absolute;
  width: 100%;
  bottom: -40px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  left: 9px;
  text-align: left; }
  .product-content .product-action a {
    color: #000;
    font-size: 14px; }
  .product-content .product-action .add_to_cart_button, .product-content .product-action .list_add_to_cart > a {
    font-family: Oswald;
    font-size: 15px;
    text-transform: uppercase; }
  .product-content .product-action .quick-view {
    padding-left: 3px; }
.product-content:hover .product-action {
  opacity: 1;
  bottom: -10px;
  visibility: visible; }

a.add_to_wishlist, .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  position: relative;
  padding-right: 20px; }
  a.add_to_wishlist:before, .yith-wcwl-wishlistexistsbrowse a:before, .yith-wcwl-wishlistaddedbrowse a:before {
    position: absolute;
    content: "\f08a";
    color: #000;
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    top: 0; }

.add_to_cart_button, .action_item {
  display: inline-block; }

.action_item.compare_product {
  padding: 0 12px; }

.woocommerce div.product-list div.product {
  width: 100% !important;
  padding: 0;
  border: 1px solid #ebebeb; }

.viewmode-toggle, .woocommerce-ordering {
  display: inline-block; }

.woocommerce-ordering {
  display: inline-block;
  margin-left: 18px; }
  .woocommerce-ordering label {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    color: #000; }
  .woocommerce-ordering select {
    width: auto; }

.woocommerce .woocommerce-viewing.result-count {
  display: inline-block; }
  .woocommerce .woocommerce-viewing.result-count label {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    color: #000; }
  .woocommerce .woocommerce-viewing.result-count select {
    height: 36px;
    width: 44px;
    padding: 0 7px 0 4px;
    background: url(../images/select_bg_02.png) no-repeat 83% center; }

.top_archive_product {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px; }

#btn_appointment.hide-loadmore {
  pointer-events: none; }

.viewmode-toggle a {
  height: 36px;
  width: 36px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  padding: 10px 12px;
  margin-right: 7px;
  display: inline-block;
  color: #b9b9b9;
  border: 1px solid #e7e7e7; }
  .viewmode-toggle a:hover, .viewmode-toggle a:focus, .viewmode-toggle a.active {
    border: 1px solid #d19f68;
    color: #d19f68; }

.woocommerce select {
  padding: 0 25px 0 10px;
  border: 1px solid #ddd;
  color: #8f8f8f; }

.select-tooltbars select {
  width: 183px;
  height: 36px;
  border: 1px solid #e7e7e7;
  color: #868686;
  font-size: 14px;
  padding: 0 25px 0 10px;
  text-transform: none;
  background: url(../images/select_bg_02.png) no-repeat 93% center; }

.product-grid .desc {
  display: none; }

#cart_added_msg_popup, #compare_added_msg_popup {
  background: #d19f68;
  box-shadow: 0 0 10px #ccc;
  box-sizing: border-box;
  font-size: 15px;
  left: 50%;
  color: #fff;
  line-height: 50px;
  max-width: 300px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 10000; }

#cart_added_msg_popup, #compare_added_msg_popup {
  font-size: 15px;
  line-height: 50px;
  text-align: center; }

.action_item_box .compare.added:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: inherit; }

.action_item_box .compare.added {
  font-size: 0 !important; }

.yith-wcwl-add-to-wishlist, .add_to_cart_button, .single_add_to_cart_button {
  position: relative; }

.product-grid.slick-initialized, .product-grid.product_slide {
  overflow: visible; }

.yith-wcwl-add-to-wishlist .ajax-loading {
  width: 16px !important;
  height: 16px !important; }

.yith-wcwl-add-to-wishlist {
  margin-top: 0px; }
  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    position: relative; }
    .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
      position: absolute;
      top: 2px;
      left: -2px; }

.yith-wcwl-add-to-wishlist .ajax-loading:after,
.add_to_cart_button.loading::after,
.single_add_to_cart_button.loading::after {
  animation: 1s ease-in-out 0s normal none infinite running spin;
  background: rgba(0, 0, 0, 0) url("../images/ajax-loader.gif") no-repeat scroll center center/25px 25px;
  content: "";
  display: inline-block;
  opacity: 1;
  height: 20px;
  width: 20px;
  margin: 0;
  position: absolute;
  left: -20px;
  right: auto;
  bottom: 2px;
  text-align: center;
  border-radius: 5px; }

.add-to-compare .blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll right center/16px 16px !important;
  right: 0px !important;
  left: auto !important;
  padding-left: 20px; }

.blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll center center/16px 16px !important;
  border: medium none;
  cursor: wait;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999 !important; }

.compare-list .blockUI.blockOverlay {
  background: url("../images/ajax-loader.gif") no-repeat scroll right center/16px 16px !important; }

.product_archives .title_archive_product {
  position: relative; }
  .product_archives .title_archive_product span {
    font-size: 32px; }
  .product_archives .title_archive_product h2 {
    padding-top: 44px;
    padding-bottom: 12px;
    font-size: 25px;
    color: #3d3935;
    text-transform: uppercase;
    font-weight: 600; }
    .product_archives .title_archive_product h2:before {
      content: "\e903";
      font-family: icomoon;
      position: absolute;
      color: #d19f68;
      font-size: 25px;
      top: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
.product_archives .tabs-fillter {
  text-align: center;
  padding-bottom: 31px; }
  .product_archives .tabs-fillter .btn-filter {
    display: inline-block;
    border-bottom: 0; }
    .product_archives .tabs-fillter .btn-filter li a {
      cursor: pointer;
      color: #979797;
      font-size: 15px;
      border-radius: 0;
      background: none !important;
      text-transform: capitalize; }
      .product_archives .tabs-fillter .btn-filter li a.active {
        color: #d19f68; }
      .product_archives .tabs-fillter .btn-filter li a:hover {
        border-color: transparent;
        background-color: none;
        color: #d19f68; }
.product_archives .button-group .is-checked.btn-filter {
  background: #fff none repeat scroll 0 0; }

.woocommerce div.product-grid div.product {
  float: left;
  margin-bottom: 20px;
  padding: 0 15px; }
.woocommerce.columns-1 div.product-grid div.product {
  width: 100%;
  margin-right: 0; }
.woocommerce.columns-2 div.product-grid div.product {
  width: 50%; }
.woocommerce.columns-3 div.product-grid div.product {
  width: 33.3333%; }
.woocommerce.columns-4 div.product-grid div.product {
  width: 25%; }
.woocommerce.columns-5 div.product-grid div.product {
  width: 20%; }
.woocommerce.columns-6 div.product-grid div.product {
  width: 16.6666666667%; }

.columns-1 .product-list .item {
  width: 100%; }

.product-entries-wrap.isotope {
  margin: 0 -15px; }
.product-entries-wrap .item {
  padding: 15px 15px 57px;
  text-align: center;
  overflow: hidden;
  float: left; }

.barber-products .btn-viewmore .btn {
  margin-top: 19px;
  letter-spacing: 0.1px;
  width: 289px; }

.product-grid.barber-products {
  margin: 0 -15px; }

.product-content {
  text-align: center; }
  .product-content:hover .img-base {
    z-index: 0;
    opacity: 1; }
  .product-content .img-base {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s; }
  .product-content h3 {
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase; }
    .product-content h3 a {
      font-size: 14px;
      font-weight: 700;
      color: #000;
      font-family: Open Sans; }
      .product-content h3 a:hover {
        color: #d19f68; }
  .product-content span.woocommerce-Price-amount {
    color: #d19f68; }
    .product-content span.woocommerce-Price-amount span {
      color: #d19f68;
      font-size: 20px; }
  .product-content .price .amount {
    color: #d19f68;
    font-size: 20px;
    font-weight: normal;
    font-family: Oswald; }
    .product-content .price .amount span {
      color: #d19f68; }
    .product-content .price .amount del span {
      color: #aaa; }
  .product-content .product-image {
    position: relative;
    margin-bottom: 23px; }
    .product-content .product-image > span {
      background: #000;
      color: #fff;
      display: table;
      font-size: 12px;
      font-weight: 300;
      height: 25px;
      left: 5px;
      letter-spacing: 2px;
      line-height: 23px;
      min-width: 38px;
      padding: 9px 7px 7px;
      position: absolute;
      text-align: center;
      line-height: 100%;
      text-transform: uppercase;
      top: 5px;
      vertical-align: middle;
      z-index: 1; }
    .product-content .product-image:before {
      left: 0;
      content: '';
      background: #000;
      opacity: 0;
      transition: all 0.35s ease-in-out 0s;
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 1;
      backface-visibility: hidden; }
    .product-content .product-image img {
      height: auto; }

/* Single Post */
.media > .images {
  overflow: hidden; }

div.pp_woocommerce div.ppt {
  color: #000;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase; }

.price {
  display: block; }

.woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px; }

.stars .fa {
  border-right: 1px solid #b8b8b8;
  margin-right: 8px;
  padding-right: 8px; }
  .stars .fa:last-child {
    border-right: none; }
.stars span > a {
  border-right: 1px solid #eaeaea;
  padding-right: 10px;
  margin-right: 10px;
  color: transparent;
  display: inline-block; }
  .stars span > a:before {
    color: #d1d1d1;
    font-weight: normal; }
  .stars span > a:last-child {
    margin-right: 0;
    border: none; }
  .stars span > a:hover:before, .stars span > a.active:before {
    color: #ffd24d; }
.stars a:before {
  font-family: FontAwesome; }
.stars .star-1:before {
  content: "\f005"; }
.stars .star-2:before {
  content: "\f005\f005"; }
.stars .star-3:before {
  content: "\f005\f005\f005"; }
.stars .star-4:before {
  content: "\f005\f005\f005\f005"; }
.stars .star-5:before {
  content: "\f005\f005\f005\f005\f005"; }

.single-product .products > h2.title_related {
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 23px;
  font-family: Oswald;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative; }
  .single-product .products > h2.title_related:after {
    position: absolute;
    content: '';
    background: #f4f4f4;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 3px; }
  .single-product .products > h2.title_related:before {
    position: absolute;
    content: '';
    background: #d19f68;
    bottom: -9px;
    left: 0;
    width: 97px;
    height: 3px;
    z-index: 9; }

.single-product .images > div {
  position: relative; }
.single-product .images img {
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb; }

.product_archives.isotope {
  margin: 0 -15px; }
  .product_archives.isotope.product-list-wrap {
    margin: 0; }

.wishlist_table.shop_table.cart tbody tr:last-child td {
  border-bottom: 1px solid #eee;
  padding: 10px !important; }
.wishlist_table.shop_table.cart tbody tr td:last-child {
  border-right: 1px solid #eee; }
.wishlist_table .product-name a {
  font-size: 15px; }
  .wishlist_table .product-name a:hover {
    color: #d19f68; }
.wishlist_table .product-remove a {
  font-size: 22px;
  color: #d19f68; }
  .wishlist_table .product-remove a:hover {
    color: #232323; }
.wishlist_table .product-price .amount {
  color: #b9260e;
  font-size: 15px; }
.wishlist_table .product-stock-status span,
.wishlist_table .product-add-to-cart a {
  font-size: 15px; }
.wishlist_table .product-add-to-cart a {
  color: #232323; }
  .wishlist_table .product-add-to-cart a:hover {
    color: #d19f68; }

.woocommerce-variation.single_variation {
  margin-top: 15px; }

.shop_attributes p {
  margin-bottom: 0; }

.variations tr td {
  float: left;
  padding: 0;
  text-align: left;
  width: 50%; }
  .variations tr td.label {
    width: 100px; }
  .variations tr td.value {
    margin-bottom: 0; }
  .variations tr td select {
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 15px;
    padding: 7px;
    margin-bottom: 15px; }
  .variations tr td label {
    color: #777777;
    padding-top: 12px;
    font-size: 15px;
    font-weight: 500;
    margin: 0; }

.shop_attributes th {
  font-weight: 500; }

.product_slide .isotope {
  height: 100% !important; }
.product_slide .item {
  position: static !important; }
.product_slide .slick-slider .slick-next,
.product_slide .slick-slider .slick-prev {
  top: 50%;
  margin-top: -76px !important; }
  .product_slide .slick-slider .slick-next:before,
  .product_slide .slick-slider .slick-prev:before {
    opacity: 1; }
  .product_slide .slick-slider .slick-next:hover, .product_slide .slick-slider .slick-next:focus,
  .product_slide .slick-slider .slick-prev:hover,
  .product_slide .slick-slider .slick-prev:focus {
    background: none;
    border-color: #d19f68; }
    .product_slide .slick-slider .slick-next:hover:before, .product_slide .slick-slider .slick-next:focus:before,
    .product_slide .slick-slider .slick-prev:hover:before,
    .product_slide .slick-slider .slick-prev:focus:before {
      color: #d19f68; }

.filter-cate {
  text-align: right; }

.deal-of {
  float: left;
  width: 45%;
  max-width: 360px; }
  .deal-of h3 {
    font-size: 39.44px;
    font-weight: 500; }
    .deal-of h3 a {
      color: #212425; }
      .deal-of h3 a:hover {
        color: #d19f68; }

.product-attribute {
  background: #000000;
  overflow: hidden;
  min-height: 786px;
  padding: 150px 30px 40px 40px; }

.product-deal .product-img {
  float: right;
  width: 55%; }
.product-deal .desc {
  color: #888888;
  font-size: 15px;
  padding-bottom: 18px; }
.product-deal .price-deal .desc-tab {
  color: #c74729;
  font-size: 33.82px;
  font-weight: 600; }
  .product-deal .price-deal .desc-tab span {
    color: #949597;
    font-size: 20px;
    text-decoration: line-through;
    margin-left: 9px; }
.product-deal .btn-banner {
  padding-top: 53px; }
  .product-deal .btn-banner .btn.btn-primary {
    padding-left: 24px;
    padding-right: 24px; }
    .product-deal .btn-banner .btn.btn-primary i {
      font-size: 20px; }

.deal-desc {
  margin-top: 27px; }
  .deal-desc .nav-tabs {
    border: none;
    margin-bottom: 25px; }
    .deal-desc .nav-tabs li {
      margin-bottom: 0; }
      .deal-desc .nav-tabs li.active a {
        border: 2px solid #d19f68;
        color: #d19f68;
        background: #fff; }
      .deal-desc .nav-tabs li a {
        border: 2px solid transparent;
        margin: 0;
        font-size: 14.4px;
        font-weight: 600;
        border-radius: 3px;
        padding: 6px 19px 5px; }
        .deal-desc .nav-tabs li a:hover, .deal-desc .nav-tabs li a:focus {
          border: 2px solid #d19f68;
          color: #d19f68;
          background: #fff; }

.slide-deal .slick-slider .slick-dots {
  margin-right: 34px;
  margin-top: 0;
  position: absolute;
  right: 0 !important;
  text-align: right;
  bottom: 31px; }
  .slide-deal .slick-slider .slick-dots li {
    margin-right: 73px !important; }
    .slide-deal .slick-slider .slick-dots li a {
      color: #212425; }

.title-deal h3 {
  font-size: 16.37px;
  display: inline-block;
  position: relative;
  color: #d19f68;
  padding-right: 10px;
  font-weight: 600;
  margin-bottom: 16px; }
  .title-deal h3:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    background: #d19f68;
    bottom: 3px;
    left: 100%; }

.product_order .single-product .type-product {
  padding-top: 0; }
  .product_order .single-product .type-product .cart {
    padding-top: 0; }
.product_order .summary {
  float: left;
  margin: 0 -5px;
  width: 100%; }
  .product_order .summary form {
    width: 100%;
    float: left; }
    .product_order .summary form .quantity {
      height: 63px;
      margin: 0;
      width: 50%;
      float: left;
      padding: 0 5px;
      position: relative;
      background: none;
      overflow: hidden; }
      .product_order .summary form .quantity input.qty.text {
        color: #afafaf;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        height: 63px;
        padding: 10px 18px 10px 30px;
        text-align: left;
        width: 100%;
        background: #000000;
        border-radius: 4px; }
      .product_order .summary form .quantity .qty-number {
        height: 100%;
        right: 11px;
        top: 0;
        position: absolute; }
        .product_order .summary form .quantity .qty-number .increase-qty {
          height: 63px;
          line-height: 70px;
          position: absolute;
          right: 0;
          top: 0;
          font-size: 22px;
          color: #a1a1a1; }
          .product_order .summary form .quantity .qty-number .increase-qty:hover {
            color: #d19f68; }
          .product_order .summary form .quantity .qty-number .increase-qty.minus {
            right: 30px; }
    .product_order .summary form .add-to-cart {
      float: left;
      padding: 0 5px;
      width: 50%;
      overflow: hidden; }
    .product_order .summary form .single_add_to_cart_button,
    .product_order .summary form .add_to_cart_button {
      background: #212425 none repeat scroll 0 0;
      float: right;
      height: 63px;
      letter-spacing: 1.5px;
      min-width: auto;
      padding: 0;
      width: 100%;
      font-weight: 500;
      font-size: 15px; }
      .product_order .summary form .single_add_to_cart_button i,
      .product_order .summary form .add_to_cart_button i {
        font-size: 22px;
        display: inline-block; }
      .product_order .summary form .single_add_to_cart_button:hover,
      .product_order .summary form .add_to_cart_button:hover {
        color: #d19f68;
        background: #000000; }
  .product_order .summary .variations {
    float: left;
    width: 33.3333%;
    padding: 0 5px; }
    .product_order .summary .variations tr {
      margin-bottom: 10px;
      display: block;
      width: 100%;
      float: left; }
      .product_order .summary .variations tr td.value {
        margin-bottom: 0;
        width: 100%; }
        .product_order .summary .variations tr td.value select {
          background-color: #eaf3ff;
          background-image: url("../images/angle-down.png");
          color: #a1a1a1;
          font-size: 14px;
          font-weight: 500;
          height: 63px;
          margin: 0;
          width: 100%;
          padding-left: 27px;
          padding-right: 18px; }
      .product_order .summary .variations tr td.label {
        display: none; }
      .product_order .summary .variations tr td .reset_variations {
        display: none !important; }
  .product_order .summary .woocommerce-variation-add-to-cart {
    float: left;
    margin: 0 -5px;
    width: 100%; }
  .product_order .summary .single_variation_wrap {
    float: left;
    width: 66.6667%;
    padding: 0 5px;
    position: relative; }
    .product_order .summary .single_variation_wrap .price span {
      color: #ffffff !important; }
    .product_order .summary .single_variation_wrap .woocommerce-variation-availability p {
      color: #ffffff;
      margin-bottom: 0; }
    .product_order .summary .single_variation_wrap .woocommerce-variation.single_variation {
      position: absolute;
      top: 80px; }

[class*="columns-"].product_archives.woocommerce {
  margin-top: 30px; }

.product_archives .col-md-6 > #options > .button-group {
  padding-top: 3px; }

.filter-cate .button-group button.is-checked,
.filter-cate .button-group button:hover {
  background: #fff; }

#place_order {
  max-width: 300px; }

@media (min-width: 768px) {
  .col2-set#customer_details {
    margin: 0 -15px; }
    .col2-set#customer_details > * {
      width: 50%;
      float: left;
      padding: 0 15px; }
    .col2-set#customer_details:before, .col2-set#customer_details:after {
      content: "";
      display: table;
      clear: both; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .woocommerce.columns-5 div.product-grid div.product {
    width: 33.3333%; } }
@media (max-width: 767px) {
  .woocommerce.columns-5 div.product-grid div.product {
    width: 50%; } }
@media (max-width: 500px) {
  .woocommerce.columns-5 div.product-grid div.product {
    width: 100%; } }
.single-product .footer {
  padding-top: 73px; }
.single-product .zoomContainer {
  z-index: 9; }
.single-product .woocommerce-Reviews-title, .single-product .comment-reply-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 15px; }
.single-product .tagged_as a:hover {
  color: #d19f68; }
.single-product .cart {
  padding-top: 33px; }
.single-product .info .quantity input.qty.text {
  color: #1b242b;
  font-size: 14px;
  font-family: Open Sans; }
.single-product .compare.added {
  font-size: 0; }
  .single-product .compare.added:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    color: inherit; }
.single-product .woocommerce.columns-4 div.product-grid div.product {
  float: left;
  padding: 0 15px; }
.single-product .img_single_row1 {
  width: 30%;
  float: left; }
.single-product .img_single_row2 {
  width: 70%;
  float: left; }
.single-product .full_images .img_single_row2 {
  width: 100%;
  float: none;
  padding-bottom: 20px; }
.single-product .thumbs_list .slick-dots {
  display: none !important; }
.single-product .thumbs_list .btn-next {
  left: 15px;
  top: 0px;
  bottom: auto;
  margin-bottom: 10px;
  margin-top: 1px; }
.single-product .thumbs_list .btn-prev {
  margin-top: 3px;
  left: 15px;
  bottom: -50px;
  top: auto; }
.single-product .thumbs_list .slick-arrow {
  width: 30px;
  height: 30px;
  line-height: 15px;
  background: transparent;
  border: 1px solid #ebebeb;
  margin-left: 18px;
  color: #8e8e8e; }
  .single-product .thumbs_list .slick-arrow:hover {
    border: 1px solid #d19f68;
    color: #d19f68; }
.single-product .thumbs_list li {
  padding-bottom: 7px; }
  .single-product .thumbs_list li:hover a:before {
    opacity: 0; }
  .single-product .thumbs_list li:hover a img {
    border: 1px solid #d19f68; }
  .single-product .thumbs_list li a {
    display: block;
    position: relative; }
    .single-product .thumbs_list li a.zoomGalleryActive img {
      border: 1px solid #d19f68; }
    .single-product .thumbs_list li a:before {
      background: #d19f68;
      border-radius: 2px;
      bottom: 13px;
      content: "";
      left: 13px;
      opacity: 0;
      position: absolute;
      right: 13px;
      top: 13px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .single-product .thumbs_list li a img {
      border: 1px solid #ebebeb;
      width: 68px;
      height: 74px; }

.info .entry-summary > .compare {
  display: none; }

.info .entry-summary > .add-to-wishlist, .info .entry-summary > .yith-wcwl-add-to-wishlist {
  display: none; }

.widget_add_to_cart a {
  font-size: 14px;
  font-family: Oswald;
  text-transform: uppercase; }

#yith-quick-view-content .img_single_row2 {
  width: 100% !important; }
  #yith-quick-view-content .img_single_row2 img {
    border: 0 !important; }
#yith-quick-view-content .summary .add-to-cart {
  width: 160px !important;
  float: none !important; }
#yith-quick-view-content .single_add_to_cart_button:before {
  height: 0 !important; }

.info .summary .add-to, #yith-quick-view-content .summary .add-to {
  position: relative;
  opacity: 1;
  float: right;
  display: inline-block;
  vertical-align: middle;
  top: -38px;
  right: 40px; }
  .info .summary .add-to:last-child, #yith-quick-view-content .summary .add-to:last-child {
    left: auto;
    right: 43px; }
  .info .summary .add-to > div, #yith-quick-view-content .summary .add-to > div {
    float: left;
    display: block; }
    .info .summary .add-to > div.yith-wcwl-add-to-wishlist, #yith-quick-view-content .summary .add-to > div.yith-wcwl-add-to-wishlist {
      margin-right: 17px; }
.info form.cart label, #yith-quick-view-content form.cart label {
  color: #333436;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 15px;
  margin-top: 14px; }
.info .add-to a, #yith-quick-view-content .add-to a {
  color: #000; }
.info .summary .availability, #yith-quick-view-content .summary .availability {
  border-top: 1px solid #ebebeb;
  padding-top: 20px; }
  .info .summary .availability p, #yith-quick-view-content .summary .availability p {
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    color: #333436; }
  .info .summary .availability p.stock, #yith-quick-view-content .summary .availability p.stock {
    font-weight: normal;
    margin-bottom: 25px;
    color: #555555; }
.info .short_description, #yith-quick-view-content .short_description {
  border-top: 1px solid #ebebeb;
  padding-top: 11px; }
  .info .short_description p.title, #yith-quick-view-content .short_description p.title {
    font-size: 15px;
    color: #333436;
    font-weight: bold;
    margin-bottom: 0; }
  .info .short_description p:last-child, #yith-quick-view-content .short_description p:last-child {
    line-height: 25px;
    color: #555555; }
.info .product_title, #yith-quick-view-content .product_title {
  color: #000;
  font-size: 24px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: Open Sans;
  font-weight: bold; }
.info .price span, #yith-quick-view-content .price span {
  font-size: 20px;
  font-weight: normal;
  color: #d19f68;
  font-family: Oswald; }
.info .price del span, #yith-quick-view-content .price del span {
  font-size: 16px; }
.info .summary p, #yith-quick-view-content .summary p {
  color: #898989;
  margin-bottom: 14px;
  line-height: 28px;
  font-weight: 500; }
  .info .summary p.price, #yith-quick-view-content .summary p.price {
    line-height: 24px;
    font-weight: 600; }
  .info .summary p a, #yith-quick-view-content .summary p a {
    color: #212121; }
    .info .summary p a:hover, #yith-quick-view-content .summary p a:hover {
      color: #d19f68; }
.info .summary .add-to-cart, #yith-quick-view-content .summary .add-to-cart {
  display: inline-block;
  width: 263px;
  float: right; }
.info .single_add_to_cart_button,
.info .add_to_cart_button, #yith-quick-view-content .single_add_to_cart_button,
#yith-quick-view-content .add_to_cart_button {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: Oswald;
  height: 51px;
  padding-left: 40px;
  position: relative;
  line-height: normal;
  background: #d19f68;
  border: none;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative; }
  .info .single_add_to_cart_button:before,
  .info .add_to_cart_button:before, #yith-quick-view-content .single_add_to_cart_button:before,
  #yith-quick-view-content .add_to_cart_button:before {
    content: '';
    height: 24px;
    width: 1px;
    position: absolute;
    top: 13;
    background: #000;
    left: 142px; }
  .info .single_add_to_cart_button i,
  .info .add_to_cart_button i, #yith-quick-view-content .single_add_to_cart_button i,
  #yith-quick-view-content .add_to_cart_button i {
    display: none; }
.info .quantity, #yith-quick-view-content .quantity {
  background: transparent;
  border: 1px solid #e6e6e6;
  display: inline-block;
  height: 51px;
  vertical-align: top;
  margin-right: 8px; }
  .info .quantity .qty-number, #yith-quick-view-content .quantity .qty-number {
    height: 51px; }
    .info .quantity .qty-number span, #yith-quick-view-content .quantity .qty-number span {
      color: #919191;
      font-size: 16px;
      height: 50px;
      font-family: PTsans;
      padding: 0 8px;
      line-height: 100%; }
      .info .quantity .qty-number span.minus, #yith-quick-view-content .quantity .qty-number span.minus {
        border-right: 1px solid #e6e6e6; }
      .info .quantity .qty-number span.plus, #yith-quick-view-content .quantity .qty-number span.plus {
        border-left: 1px solid #e6e6e6; }
  .info .quantity input.qty.text, #yith-quick-view-content .quantity input.qty.text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #777777;
    height: 51px;
    width: 54px;
    padding: 10px 0;
    font-family: Open Sans; }
.info .product_meta, #yith-quick-view-content .product_meta {
  padding-top: 24px; }
  .info .product_meta > span, #yith-quick-view-content .product_meta > span {
    display: block;
    width: 100%;
    color: #777777;
    padding-top: 7px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee; }
    .info .product_meta > span a, #yith-quick-view-content .product_meta > span a {
      color: #d19f68; }
      .info .product_meta > span a:hover, #yith-quick-view-content .product_meta > span a:hover {
        color: #222; }
.info .product-share, #yith-quick-view-content .product-share {
  padding-top: 48px;
  display: inline-block; }
  .info .product-share h5, #yith-quick-view-content .product-share h5 {
    text-transform: uppercase;
    display: inline-block;
    padding-right: 6px;
    font-weight: 500;
    font-family: 16px;
    color: #d19f68; }
  .info .product-share a, #yith-quick-view-content .product-share a {
    font-size: 18px;
    padding: 2px 7px;
    color: #aaaaaa; }
    .info .product-share a:hover, #yith-quick-view-content .product-share a:hover {
      color: #d19f68; }

.ie-11 .woocommerce-review-link {
  padding-top: 3px; }

.woocommerce-review-link {
  color: #555555;
  padding-right: 20px;
  font-weight: normal;
  position: relative;
  margin-left: 20px;
  font-size: 12px; }
  .woocommerce-review-link:hover {
    color: #d19f68; }
  .woocommerce-review-link:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background: #a6a6a6;
    left: -11px;
    top: 1px; }

.woocommerce-product-rating {
  padding-bottom: 5px; }

.star-rating {
  display: inline-block;
  height: 16px;
  position: relative;
  text-indent: -999em;
  width: 71px;
  margin-top: 0;
  font-size: 13px; }
  .star-rating:before {
    position: absolute;
    text-indent: 1px;
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 2px;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #dddddd; }
  .star-rating span {
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
    font-size: 13px; }
    .star-rating span:before {
      position: absolute;
      text-indent: 1px;
      content: "\f005\f005\f005\f005\f005";
      letter-spacing: 2px;
      font-family: FontAwesome;
      left: 0;
      top: 0;
      color: #ffd24d; }

.related.products {
  margin-top: 4px; }

.product-tab {
  margin-top: 24px;
  overflow: hidden;
  width: 100%; }
  .product-tab .woocommerce-tabs {
    overflow: hidden;
    width: 100%; }
  .product-tab .nav-tabs {
    border: none;
    border-radius: 4px;
    margin-right: 32px; }
    .product-tab .nav-tabs > li {
      margin-right: 2px; }
      .product-tab .nav-tabs > li.active a {
        border: none;
        border-radius: 0;
        margin: 0;
        color: #000;
        background: #d19f68; }
      .product-tab .nav-tabs > li a {
        font-family: Oswald;
        border: none;
        text-transform: uppercase;
        border-radius: 0;
        margin: 0;
        font-size: 16px;
        color: #000;
        padding: 14px 19px;
        font-weight: normal;
        background: #ebebeb; }
        .product-tab .nav-tabs > li a:hover, .product-tab .nav-tabs > li a:focus {
          border: none;
          border-radius: 0;
          margin: 0;
          color: #000;
          background: #d19f68; }
  .product-tab .tab-content {
    overflow: hidden;
    padding-top: 25px; }
    .product-tab .tab-content .panel {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: medium none;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 20px; }
    .product-tab .tab-content p {
      color: #555555; }
    .product-tab .tab-content .commentlist > li {
      margin-bottom: 0;
      padding-bottom: 20px; }
    .product-tab .tab-content .avatar {
      float: left;
      margin-right: 30px; }
    .product-tab .tab-content .comment-text {
      overflow: hidden; }
    .product-tab .tab-content .comment-form input, .product-tab .tab-content .comment-form textarea {
      width: 100%; }
    .product-tab .tab-content .comment-form textarea {
      height: 100px; }
    .product-tab .tab-content .comment-form label {
      display: none; }
      .product-tab .tab-content .comment-form label.error {
        border: none !important;
        color: #ff0000;
        font-weight: 400; }
    .product-tab .tab-content .comment-form .form-submit input {
      width: 120px; }

.blog-info {
  font-size: 13px;
  color: #777; }
  .blog-info .info {
    display: inline-block; }
  .blog-info a {
    color: inherit; }
  .blog-info .author,
  .blog-info .info-comment {
    margin-top: 11px;
    text-transform: capitalize; }
    .blog-info .author i,
    .blog-info .info-comment i {
      margin-right: 3px; }
    .blog-info .author a,
    .blog-info .info-comment a {
      color: #777; }
      .blog-info .author a:hover,
      .blog-info .info-comment a:hover {
        color: #d19f68; }
    .blog-info .author a, .blog-info .author span,
    .blog-info .info-comment a,
    .blog-info .info-comment span {
      margin-top: 2px; }
  .blog-info .author {
    padding: 0 20px 0 22px; }

.blog-info > .info:not(.blog-date):not(.author):not(.info-cat) {
  padding: 0 20px 0 0; }

.blog-info > .info.info-cat:not(:first-child), .list_s3 .blog-info > .info.info-cat {
  padding: 0 20px 0 22px; }

.blog-post-title {
  padding: 26px 0 18px; }

.list_s2 .blog-info > .info.info-cat {
  padding-left: 0; }

.blog-date {
  font-family: Oswald;
  margin-left: 12px;
  margin-top: -34px;
  height: 60px;
  width: 50px;
  float: left;
  background: #d19f68;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .blog-date .date {
    margin-top: 9px;
    margin-bottom: -2px;
    font-size: 25px;
    font-weight: 300; }
    .blog-date .date a {
      margin: 11px 0 -2px;
      color: #000;
      letter-spacing: -1px; }
  .blog-date .month {
    margin-bottom: 0;
    font-size: 15px; }
    .blog-date .month a {
      color: #000; }
  .blog-date:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #000;
    width: 2px;
    top: 2px;
    left: -2px; }
  .blog-date:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #000;
    width: 100%;
    bottom: -2px;
    left: -2px; }

.post-name a {
  color: #000;
  font-size: 22px;
  letter-spacing: -0.3px;
  font-family: Oswald; }
  .post-name a:hover {
    color: #d19f68; }

.list_s1 .blog-video .iframe_video_container .player .controls {
  left: 80px !important; }

.blog-item .read-more {
  padding: 20px 0 50px; }
.blog-item .post_link {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #232323;
  display: block;
  font-size: 18px;
  padding: 10px; }
  .blog-item .post_link i {
    background: #d19f68;
    color: #fff;
    font-size: 26px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 50px; }
  .blog-item .post_link span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }

.grid-item.col-md-3 .blog-info .blog-date, .grid-item.col-sm-4 .blog-info .blog-date {
  padding-right: 10px; }
.grid-item.col-md-3 .blog-info .author, .grid-item.col-sm-4 .blog-info .author {
  padding: 0 7px; }

.grid_style_1.col-md-3 .blog-info .blog-date, .grid_style_1.col-sm-4 .blog-info .blog-date {
  padding-right: 0; }
.grid_style_1.col-md-3 .blog-info .author, .grid_style_1.col-sm-4 .blog-info .author {
  padding: 0; }

.list_s2 .post-name a {
  position: relative; }
  .list_s2 .post-name a:before {
    content: "";
    height: 1px;
    width: 50px;
    background: #d19f68;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px; }
.list_s2 .blog-date {
  background: none;
  height: auto;
  width: auto;
  padding-right: 22px;
  font-family: Open Sans;
  margin-left: 0;
  margin-top: 0;
  float: none;
  text-align: left;
  text-transform: capitalize; }
  .list_s2 .blog-date:before, .list_s2 .blog-date:after {
    content: none; }
  .list_s2 .blog-date .date {
    font-weight: 400;
    font-size: 13px; }
    .list_s2 .blog-date .date a {
      color: #777; }
      .list_s2 .blog-date .date a:hover {
        color: #d19f68; }
    .list_s2 .blog-date .date i {
      margin-right: 3px; }
.list_s2 .blog-item .read-more {
  padding: 16px 0 40px; }
.list_s2 .blog-info .author {
  padding: 0 16px 0 0; }
.list_s2 .blog-img img {
  width: 100%; }
.list_s2 .blog-post-title {
  padding-bottom: 22px; }
.list_s2 .blog-post-info {
  background: #fff;
  margin: -100px 95px 0 97px;
  position: relative;
  text-align: center;
  padding: 20px 30px 0;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .list_s2 .blog-post-info .blog-info {
    order: 2;
    width: 100%; }
  .list_s2 .blog-post-info .blog-post-title {
    order: 1;
    width: 100%; }
  .list_s2 .blog-post-info .blog_post_desc {
    order: 3;
    width: 100%;
    padding-top: 19px; }
  .list_s2 .blog-post-info .read-more {
    order: 4;
    width: 100%; }

.blog-masonry .blog-content {
  margin-bottom: 30px; }
  .blog-masonry .blog-content .blog-item {
    position: relative; }
    .blog-masonry .blog-content .blog-item .blog-date {
      position: absolute;
      top: 0;
      margin-top: 10px;
      margin-left: 10px;
      left: 0; }
    .blog-masonry .blog-content .blog-item .post_desc {
      padding: 4px 30px 20px;
      border: 1px solid #e1e1e1; }
      .blog-masonry .blog-content .blog-item .post_desc .blog-post-title {
        padding: 18px 0 3px; }
      .blog-masonry .blog-content .blog-item .post_desc .blog_post_desc {
        padding-top: 7px; }
        .blog-masonry .blog-content .blog-item .post_desc .blog_post_desc p {
          line-height: 22px; }
    .blog-masonry .blog-content .blog-item .blog-info {
      font-size: 12px;
      color: #8b8b8b;
      padding-top: 7px; }
      .blog-masonry .blog-content .blog-item .blog-info a {
        color: inherit;
        text-transform: uppercase;
        font-weight: bold; }
    .blog-masonry .blog-content .blog-item .post-name a {
      letter-spacing: -0.05px; }

#blog-loadmore {
  background: #f0f0f0 none repeat scroll 0 0;
  border: medium none #f0f0f0;
  margin-top: 20px;
  padding: 19px 20px 21px;
  width: 100%;
  color: #282828;
  font-weight: bold;
  font-size: 15px; }

.category-design footer {
  padding-top: 50px; }

.list_s3 .blog-content {
  padding: 10px 50px 20px;
  border: 1px solid #ebebeb;
  background: #fff;
  text-align: center;
  margin-bottom: 30px; }
  .list_s3 .blog-content .blog-date {
    margin: 0 auto;
    float: none;
    margin-top: 4px;
    z-index: 2; }
    .list_s3 .blog-content .blog-date .month {
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400; }
    .list_s3 .blog-content .blog-date .date {
      font-size: 24px;
      margin-top: 0;
      padding-top: 8px; }
  .list_s3 .blog-content .blog-date + .blog-media {
    margin-top: -40px; }
  .list_s3 .blog-content .post-name a {
    font-size: 22px; }
  .list_s3 .blog-content .blog-post-title {
    padding-top: 25px; }
  .list_s3 .blog-content .blog-post-info {
    margin-top: 26px; }
    .list_s3 .blog-content .blog-post-info .blog-info {
      font-size: 12px;
      color: #777;
      border-top: 1px solid #ebebeb;
      margin-top: 29px;
      padding: 16px 0 0; }
      .list_s3 .blog-content .blog-post-info .blog-info a {
        color: inherit; }
      .list_s3 .blog-content .blog-post-info .blog-info .info {
        display: inline-block;
        vertical-align: middle;
        margin-top: 2px; }
.list_s3 + .row .pagination-content {
  border-top: none; }
  .list_s3 + .row .pagination-content .pagination {
    margin-top: 1px; }

.category #main + .vc_row {
  margin-top: 90px; }
.category .vc_row + footer {
  padding-top: 0; }

.vc_row + .container .blog-list.list_s3 {
  margin-top: -101px; }

.blog-entries-wrap .info.cat {
  text-transform: uppercase; }

.blog-video iframe {
  width: 100%; }

.has_overlay:before {
  content: "";
  background: #d19f68;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9; }

.quote_section blockquote {
  border-left: 0;
  padding: 0;
  margin-bottom: 55px;
  color: #000; }

.arrows-custom .slick-arrow {
  height: 36px;
  width: 36px;
  background: #fff;
  color: #2d2d2d;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .arrows-custom .slick-arrow:hover {
    background: #d19f68;
    color: #fff;
    border-color: #d19f68; }
  .arrows-custom .slick-arrow.btn-next {
    right: -1px;
    z-index: 1; }
  .arrows-custom .slick-arrow.btn-prev {
    left: 0; }

.quote_section blockquote {
  margin-top: 0; }

blockquote {
  font-style: italic;
  padding: 0 27px 0;
  margin: 24px 0 24px;
  font-size: 15px;
  border-left: 4px solid #d19f68;
  border-right: none; }

.list_s1 .blog-item .post_link {
  margin-bottom: 60px; }

.list_s2 .blog-item .quote_section,
.list_s2 .blog-item .post_link {
  margin-bottom: 100px; }

.grid_style_2 .blog_post_desc {
  color: #555; }

.blog_post_desc {
  color: #444; }
  .blog_post_desc .list-items {
    list-style-type: none;
    padding-left: 17px;
    padding-top: 5px;
    margin-bottom: 24px; }
    .blog_post_desc .list-items li {
      margin-bottom: 12px; }

.profile-bottom {
  position: relative; }
  .profile-bottom .comment-awaiting-moderation {
    position: absolute;
    top: -80px;
    left: 130px;
    color: #58a839; }

label.error {
  color: #ff0000; }

.single-post .blog-post-title {
  display: none; }
.single-post .blog_post_desc {
  padding-top: 20px; }

.post-single {
  margin-bottom: -10px; }
  .post-single .quote_section blockquote {
    margin-top: 30px; }
  .post-single .blog_post_desc {
    color: #555; }
  .post-single .blog-content {
    margin-bottom: 27px; }
  .post-single .blog-post-title {
    padding-bottom: 20px; }
  .post-single .addthis_sharing_toolbox {
    padding: 29px 0 30px;
    border-top: 1px solid #e6e5e5;
    border-bottom: 1px solid #e6e5e5; }
  .post-single .share-links {
    margin-bottom: 66px; }
  .post-single .commentlist {
    margin-bottom: 66px; }
  .post-single .blog-item .post_link {
    margin-bottom: 60px; }
  .post-single.single-2 {
    margin-bottom: 0; }
    .post-single.single-2 .blog-post-title {
      padding-top: 13px; }
    .post-single.single-2 .blog-img {
      margin-bottom: 13px; }
    .post-single.single-2 .blog-date {
      margin: 0;
      top: 10px;
      left: 27px;
      position: absolute; }
    .post-single.single-2 .blog-info .author, .post-single.single-2 .blog-info .info-comment {
      margin-top: 0; }
    .post-single.single-2 .blog-info {
      font-size: 12px;
      margin-top: 11px; }
      .post-single.single-2 .blog-info .info:last-child {
        padding-right: 0; }
      .post-single.single-2 .blog-info .info-cat, .post-single.single-2 .blog-info .info-tag, .post-single.single-2 .blog-info .info-comment, .post-single.single-2 .blog-info .info-like {
        text-transform: uppercase;
        color: #777; }
        .post-single.single-2 .blog-info .info-cat:hover, .post-single.single-2 .blog-info .info-tag:hover, .post-single.single-2 .blog-info .info-comment:hover, .post-single.single-2 .blog-info .info-like:hover {
          color: #d19f68; }
          .post-single.single-2 .blog-info .info-cat:hover a, .post-single.single-2 .blog-info .info-tag:hover a, .post-single.single-2 .blog-info .info-comment:hover a, .post-single.single-2 .blog-info .info-like:hover a {
            color: #d19f68; }
        .post-single.single-2 .blog-info .info-cat a, .post-single.single-2 .blog-info .info-tag a, .post-single.single-2 .blog-info .info-comment a, .post-single.single-2 .blog-info .info-like a {
          color: #777; }
  .post-single.single-3 {
    margin-bottom: 0;
    margin-top: -198px; }
    .post-single.single-3 .blog-content {
      margin-bottom: 75px; }
    .post-single.single-3 .post-comments {
      margin-bottom: 101px; }
    .post-single.single-3 .blog_post_desc {
      padding-top: 43px; }
      .post-single.single-3 .blog_post_desc .list-items {
        padding-top: 29px; }
    .post-single.single-3 .blog-post-info {
      background: #fff;
      text-align: center;
      padding: 10px 50px 55px; }
    .post-single.single-3 .blog-post-title {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 29px; }
    .post-single.single-3 .blog-date {
      position: absolute;
      margin: 70px 0 0 !important;
      left: 50%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%); }
    .post-single.single-3 .blog-info {
      margin-top: 2px;
      font-size: 12px; }
      .post-single.single-3 .blog-info .info:last-child {
        padding-right: 0; }
      .post-single.single-3 .blog-info .info-cat, .post-single.single-3 .blog-info .info-tag, .post-single.single-3 .blog-info .info-comment, .post-single.single-3 .blog-info .info-like {
        text-transform: uppercase;
        color: #777; }
        .post-single.single-3 .blog-info .info-cat:hover, .post-single.single-3 .blog-info .info-tag:hover, .post-single.single-3 .blog-info .info-comment:hover, .post-single.single-3 .blog-info .info-like:hover {
          color: #d19f68; }
          .post-single.single-3 .blog-info .info-cat:hover a, .post-single.single-3 .blog-info .info-tag:hover a, .post-single.single-3 .blog-info .info-comment:hover a, .post-single.single-3 .blog-info .info-like:hover a {
            color: #d19f68; }
        .post-single.single-3 .blog-info .info-cat a, .post-single.single-3 .blog-info .info-tag a, .post-single.single-3 .blog-info .info-comment a, .post-single.single-3 .blog-info .info-like a {
          color: #777; }
  .post-single.single-4 {
    margin: 0 -15px; }
    .post-single.single-4 .blog-post-title {
      padding: 79px 0 26px 91px;
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 2px; }
    .post-single.single-4 .blog-info {
      position: relative;
      font-size: 12px; }
      .post-single.single-4 .blog-info .blog-date {
        position: absolute;
        left: 0;
        top: -21px;
        margin-left: 2px; }
      .post-single.single-4 .blog-info .info:last-child {
        padding-right: 0; }
      .post-single.single-4 .blog-info .info-cat, .post-single.single-4 .blog-info .info-tag, .post-single.single-4 .blog-info .info-comment, .post-single.single-4 .blog-info .info-like {
        text-transform: uppercase;
        color: #777; }
        .post-single.single-4 .blog-info .info-cat:hover, .post-single.single-4 .blog-info .info-tag:hover, .post-single.single-4 .blog-info .info-comment:hover, .post-single.single-4 .blog-info .info-like:hover {
          color: #d19f68; }
          .post-single.single-4 .blog-info .info-cat:hover a, .post-single.single-4 .blog-info .info-tag:hover a, .post-single.single-4 .blog-info .info-comment:hover a, .post-single.single-4 .blog-info .info-like:hover a {
            color: #d19f68; }
        .post-single.single-4 .blog-info .info-cat a, .post-single.single-4 .blog-info .info-tag a, .post-single.single-4 .blog-info .info-comment a, .post-single.single-4 .blog-info .info-like a {
          color: #777; }
    .post-single.single-4 .blog_post_desc {
      padding-top: 17px; }
      .post-single.single-4 .blog_post_desc .list-items {
        padding-top: 29px; }
    .post-single.single-4 .blog-content {
      margin-bottom: 65px; }

.addthis_sharing_toolbox .lab {
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 7px; }
.addthis_sharing_toolbox .f-social {
  overflow: hidden; }
  .addthis_sharing_toolbox .f-social ul {
    list-style-type: none;
    padding-left: 0; }
  .addthis_sharing_toolbox .f-social li {
    float: left;
    margin-right: 5px;
    display: inline-block; }
    .addthis_sharing_toolbox .f-social li a {
      height: 38px;
      width: 38px;
      text-align: center;
      display: block;
      line-height: 35px;
      font-size: 16px;
      color: #c5c5c5;
      border: 2px solid #ebebeb; }
      .addthis_sharing_toolbox .f-social li a:hover {
        border-color: #d19f68;
        color: #d19f68; }

.comment-reply-title,
.post-comments .widget-title,
#comments .widget-title {
  font-size: 22px;
  text-transform: uppercase;
  padding: 30px 0 28px;
  border-bottom: 3px solid #f4f4f4;
  position: relative;
  margin-bottom: 49px; }
  .comment-reply-title:before,
  .post-comments .widget-title:before,
  #comments .widget-title:before {
    background: #d19f68;
    height: 3px;
    width: 97px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px; }

.comment-body .comment-author {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  z-index: 1; }
  .comment-body .comment-author:before {
    content: "";
    height: 100%;
    width: 5px;
    background: #d19f68;
    position: absolute;
    top: 5px;
    left: -5px; }
  .comment-body .comment-author:after {
    content: "";
    height: 5px;
    width: 100%;
    background: #d19f68;
    position: absolute;
    bottom: -5px;
    left: -5px; }
.comment-body .comment-author + .profile-bottom .comment-bottom {
  margin-top: -72px; }
.comment-body .comment-bottom {
  margin-top: 0; }
.comment-body .comment-bottom {
  font-size: 14px;
  position: relative;
  padding: 24px 40px 44px 87px;
  border: 1px solid #e8e8e8;
  margin-left: 41px;
  min-height: 158px;
  overflow: hidden; }
  .comment-body .comment-bottom .info-content .profile-name {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    float: left;
    color: #000; }
  .comment-body .comment-bottom .info-content .date-cmt {
    float: left;
    padding-left: 50px;
    position: relative; }
    .comment-body .comment-bottom .info-content .date-cmt:before {
      content: "";
      background: #555;
      height: 13px;
      width: 1px;
      position: absolute;
      left: 18px;
      top: 6px; }
  .comment-body .comment-bottom .profile-desc {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-style: italic; }
  .comment-body .comment-bottom .links-info {
    position: absolute;
    bottom: 30px;
    left: 27px; }
    .comment-body .comment-bottom .links-info a {
      color: #424242; }
      .comment-body .comment-bottom .links-info a:hover {
        color: #d19f68; }

.commentlist li {
  padding-bottom: 30px; }
  .commentlist li:last-child {
    padding-bottom: 0; }
.commentlist .children li:last-child {
  padding-bottom: 0; }

.comment-reply-title a {
  font-size: 15px;
  position: absolute;
  right: 0;
  bottom: 23px;
  text-transform: capitalize;
  font-family: Open Sans; }

.commentlist ul.children {
  padding-top: 30px; }

.comment-form .form-row {
  margin-bottom: 20px; }

.comment-submit {
  margin-top: 10px; }
  .comment-submit .btn {
    padding: 14px 38px;
    letter-spacing: 0.8px; }
    .comment-submit .btn.btn-icon i {
      margin-left: 15px; }

.comment-textarea .form-row textarea {
  height: 120px; }

.info-form {
  width: 44.5%; }

.comment-textarea {
  width: 55.5%; }

.form-row label.error {
  font-size: 13px;
  margin-bottom: 0; }

.pagination-content {
  border-top: 1px solid #e6e5e5; }

.pagination {
  margin: 30px 0 0; }

.page-numbers {
  list-style-type: none;
  padding-left: 0; }
  .page-numbers li {
    display: inline-block;
    margin-right: 7px;
    text-align: center; }
    .page-numbers li:last-child {
      margin-right: 0; }
    .page-numbers li .page-numbers {
      cursor: pointer;
      height: 36px;
      width: 36px;
      font-family: Lato;
      line-height: 34px;
      font-size: 14px;
      color: #2d2d2d;
      display: block;
      border: 1px solid #ebebeb; }
      .page-numbers li .page-numbers:hover, .page-numbers li .page-numbers.current {
        color: #d19f68;
        border-color: #d19f68; }

.paginationtype-2 {
  list-style: none;
  padding: 30px 0;
  position: relative;
  margin-bottom: 0; }
  .paginationtype-2 li a {
    cursor: pointer;
    height: 36px;
    width: 36px;
    border: 1px solid #ebebeb;
    color: #2d2d2d;
    line-height: 36px;
    display: block;
    text-align: center; }
    .paginationtype-2 li a:hover {
      border-color: #d19f68;
      color: #d19f68; }
  .paginationtype-2 li.pagination_button_next {
    position: absolute;
    right: 0;
    top: 30px; }
  .paginationtype-2 li.pagination_button_left {
    position: absolute;
    left: 0;
    top: 30px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .comment-submit {
    margin-top: 4px; } }
.type1.blog-info {
  font-size: 15px;
  color: #555;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 300; }
  .type1.blog-info .author {
    text-transform: uppercase;
    padding: 0; }
    .type1.blog-info .author a {
      color: #d19f68; }

.grid_style_1 .blog-post-info {
  padding: 13px 0 10px; }
.grid_style_1 .blog-post-title {
  padding-top: 15px; }
.grid_style_1 .post-name a {
  font-size: 20px;
  line-height: 18px; }
.grid_style_1 .blog-item .blog-img {
  overflow: hidden;
  position: relative; }
.grid_style_1 .blog-item .read-more {
  padding: 0;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  opacity: 0;
  -moz-transform: scale(0) translateX(-56%) translateY(-50%);
  -o-transform: scale(0) translateX(-56%) translateY(-50%);
  -ms-transform: scale(0) translateX(-56%) translateY(-50%);
  -webkit-transform: scale(0) translateX(-56%) translateY(-50%);
  transform: scale(0) translateX(-56%) translateY(-50%); }
  .grid_style_1 .blog-item .read-more a {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block; }
    .grid_style_1 .blog-item .read-more a:before {
      content: "";
      background: #fff;
      height: 1px;
      width: 17px;
      opacity: 0;
      position: absolute;
      top: -20px;
      left: 55%;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .grid_style_1 .blog-item .read-more a:after {
      content: "";
      background: #fff;
      height: 1px;
      width: 17px;
      opacity: 0;
      position: absolute;
      bottom: -22px;
      right: 55%;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
.grid_style_1 .blog-date {
  background: none;
  height: auto;
  width: auto;
  margin-left: 0;
  margin-top: 0;
  float: none;
  text-align: left; }
  .grid_style_1 .blog-date:before, .grid_style_1 .blog-date:after {
    content: none; }
  .grid_style_1 .blog-date a {
    color: #555; }
    .grid_style_1 .blog-date a:hover {
      color: #d19f68; }

.grid_style_2 .blog-date {
  background: #d19f68 none repeat scroll 0 0;
  left: 17px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 15px; }
.grid_style_2 .blog-post-title {
  padding-bottom: 0; }
.grid_style_2 .blog-info .author {
  margin-top: 6px;
  margin-bottom: 9px;
  padding-left: 0 !important; }

.blog-img.hover-mask {
  position: relative; }
  .blog-img.hover-mask:before {
    content: "";
    background: #d19f68;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0.7;
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all all 0.4s ease-in ease-in-out 0s !important;
    -moz-transition: all all 0.4s ease-in ease-in-out 0s !important;
    -ms-transition: all all 0.4s ease-in ease-in-out 0s !important;
    -o-transition: all all 0.4s ease-in ease-in-out 0s !important;
    transition: all all 0.4s ease-in ease-in-out 0s !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    visibility: hidden; }

@media (min-width: 768px) {
  .grid_style_1 .read-more,
  .grid_style_1 .blog-img:before {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .grid_style_1 .blog-item:hover .blog-img.hover-mask:before {
    ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    visibility: visible; }
  .grid_style_1 .blog-item:hover .read-more {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transform: scale(1) translateX(-50%) translateY(-50%);
    -o-transform: scale(1) translateX(-50%) translateY(-50%);
    -ms-transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%); }
    .grid_style_1 .blog-item:hover .read-more a:before {
      opacity: 1;
      top: -7px;
      left: 60%; }
    .grid_style_1 .blog-item:hover .read-more a:after {
      opacity: 1;
      bottom: -8px;
      right: 60%; } }
@media (max-width: 767px) {
  .post-single.single-4 .blog-post-title {
    padding-top: 60px; }

  .grid_style_1 .blog-img.hover-mask:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 120px;
    width: 120px;
    top: -60px;
    left: -60px;
    visibility: visible; }
  .grid_style_1 .blog-item .read-more {
    transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    left: 10px;
    top: 10px;
    opacity: 1;
    visibility: visible; }
    .grid_style_1 .blog-item .read-more a {
      font-size: 0; }
      .grid_style_1 .blog-item .read-more a:before {
        background: none;
        content: "\f06e ";
        font-family: FontAwesome;
        opacity: 1;
        width: auto;
        color: #fff;
        height: auto;
        font-size: 20px;
        left: 7px;
        top: -12px;
        transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0); }

  .blog-img img {
    width: 100%; } }
.info-cat > a, .info-tag > a {
  text-transform: uppercase; }

.blog-h7 .blog-date .date a,
.blog-h7 .blog-date .month a {
  color: #fff; }
.blog-h7 .blog-date::after,
.blog-h7 .blog-date::before {
  background: #fff; }
.blog-h7 .post-name a {
  line-height: 17px; }
.blog-h7 .blog-post-title {
  padding-top: 28px; }
.blog-h7 .grid_style_2 .blog-info .author {
  margin-bottom: 10px; }

.list_s1 .blog-item > .blog-post-info:first-child {
  padding-top: 35px; }
  .list_s1 .blog-item > .blog-post-info:first-child .blog-date {
    margin-left: 0; }
.list_s1 .blog-info {
  font-size: 12px; }
.list_s1 .blog-info .author, .list_s1 .blog-info .info-comment {
  margin-top: 11px; }

.comment-bottom .profile-desc li {
  padding-bottom: 0; }

#comments {
  clear: both; }

.inline-block {
  display: inline-block; }

.gallery_filter {
  text-align: center; }
  .gallery_filter.text-right {
    text-align: right;
    margin: 0 -42px; }
    .gallery_filter.text-right .button-group {
      padding-bottom: 40px; }
  .gallery_filter.text-left {
    text-align: left;
    margin: 0 -42px; }

.archive .gallery-grid > .gallery_header {
  margin-top: 8px;
  margin-bottom: -15px; }

.gallery-img a {
  position: absolute;
  opacity: 0; }
  .gallery-img a:first-child {
    position: relative;
    z-index: 1;
    display: block;
    opacity: 1; }
  .gallery-img a i {
    z-index: 9; }

.button-group {
  padding-bottom: 65px;
  display: inline-block;
  color: #000; }
  .button-group .inline-block {
    padding: 0 34px;
    position: relative; }
    .button-group .inline-block:before {
      content: "";
      position: absolute;
      height: 17px;
      width: 1px;
      background: #000;
      left: -7px;
      top: 5px; }
    .button-group .inline-block:first-child:before {
      content: none; }
  .button-group .btn-filter {
    text-transform: uppercase;
    background: none;
    color: inherit;
    font-size: 16px;
    border: none;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .button-group .btn-filter.is-checked, .button-group .btn-filter:hover {
      color: #d19f68;
      font-weight: bold; }
      .button-group .btn-filter.is-checked:before, .button-group .btn-filter.is-checked:after, .button-group .btn-filter:hover:before, .button-group .btn-filter:hover:after {
        opacity: 1; }
      .button-group .btn-filter.is-checked:before, .button-group .btn-filter:hover:before {
        top: -2px;
        left: 55%; }
      .button-group .btn-filter.is-checked:after, .button-group .btn-filter:hover:after {
        bottom: -4px;
        right: 55%; }
    .button-group .btn-filter:before {
      content: "";
      background: #d19f68;
      height: 1px;
      width: 17px;
      opacity: 0;
      position: absolute;
      top: -20px;
      left: 55%;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .button-group .btn-filter:after {
      content: "";
      background: #d19f68;
      height: 1px;
      width: 17px;
      opacity: 0;
      position: absolute;
      bottom: -22px;
      right: 55%;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }

.isotope.col-1 .item {
  width: 100%; }

.isotope.col-2 .item, .gallery_col2 > .isotope-item {
  width: 50%; }

.isotope.col-4 .item, .gallery_col4 > .isotope-item {
  width: 25%; }

.isotope.col-3 .item, .gallery_col3 > .isotope-item {
  width: 33.33333%; }

.isotope.col-5 .item, .gallery_col5 > .isotope-item {
  width: 20%; }

.post-type-archive-gallery .wrapper .container-fluid {
  padding: 0; }

.gallery_sort {
  margin: 0 -15px !important; }
  .gallery_sort .item {
    clear: left;
    overflow: hidden;
    padding: 15px; }

.archive .gallery_sort.no-space {
  margin-top: 15px !important; }

.gallery_sort.no-space {
  margin: 0 !important;
  margin-bottom: 15px !important; }
  .gallery_sort.no-space .item {
    padding: 0; }

.gallery-style1 .gallery-img {
  position: relative; }
  .gallery-style1 .gallery-img a {
    display: block; }
    .gallery-style1 .gallery-img a img {
      width: 100%; }
  .gallery-style1 .gallery-img a.btn-fancybox i {
    height: 80px;
    width: 80px;
    position: absolute;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.gallery-style2 .gallery-img {
  position: relative; }
  .gallery-style2 .gallery-img a.btn-fancybox i {
    height: 80px;
    width: 80px;
    position: absolute;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .gallery-style2 .gallery-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #d19f68;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
.gallery-style2 .item:hover .gallery-img:before {
  opacity: 0.5;
  visibility: visible; }
.gallery-style2 .item:hover .gallery-img a.btn-fancybox i {
  opacity: 1;
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.btn-gallery {
  width: 289px;
  margin-top: 36px;
  padding: 13px 25px 15px; }
  .btn-gallery.btn.btn-icon i {
    margin-left: 16px; }

.gallery-container .load-more {
  position: relative;
  display: inline-block;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .gallery-container .load-more > i {
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: 100px; }

.gallery-container.gallery-masonry {
  margin-top: 8px; }
  .gallery-container.gallery-masonry .gallery_header {
    margin-bottom: 3px; }

.gallery-entries-wrap.gallery-masonry {
  margin-top: -18px; }

.gallery_paginations {
  margin-bottom: 20px;
  overflow: hidden; }
  .gallery_paginations .arrow_left {
    float: left; }
    .gallery_paginations .arrow_left .btn.btn-icon i {
      margin-left: 0;
      margin-right: 18px; }
  .gallery_paginations .arrow_right {
    float: right; }

.portfolio_title h3 {
  text-transform: uppercase;
  margin-bottom: 25px; }

.gallery-masonry_6 .gallery-desc {
  position: absolute;
  left: 100%;
  bottom: 24px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.gallery-masonry_6 .category {
  color: #fff; }
.gallery-masonry_6 .image_size,
.gallery-masonry_6 .image_size2 {
  width: 25%;
  float: left; }
.gallery-masonry_6 .image_size3,
.gallery-masonry_6 .image_size4 {
  width: 50%;
  float: left; }
.gallery-masonry_6 .figcaption {
  overflow: hidden; }
.gallery-masonry_6 .item.image_size2 .gallery-img:before {
  bottom: -100%;
  left: 0;
  top: auto; }
.gallery-masonry_6 .item.image_size2 .gallery-desc {
  left: 40px;
  bottom: 100%; }
.gallery-masonry_6 .item.image_size2:hover .gallery-img:before {
  bottom: 0; }
.gallery-masonry_6 .item.image_size2:hover .gallery-desc {
  bottom: 24px; }
.gallery-masonry_6 .item.image_size3 .gallery-img:before {
  top: -100%;
  left: 0; }
.gallery-masonry_6 .item.image_size3 .gallery-desc {
  left: 40px;
  bottom: -100%; }
.gallery-masonry_6 .item.image_size3:hover .gallery-img:before {
  top: 0; }
.gallery-masonry_6 .item.image_size3:hover .gallery-desc {
  bottom: 24px; }
.gallery-masonry_6 .item.image_size4 .gallery-img:before {
  left: 100%; }
.gallery-masonry_6 .item.image_size4 .gallery-desc {
  left: -100%; }
.gallery-masonry_6 .item:hover .gallery-img:before {
  left: 0;
  opacity: 0.5; }
.gallery-masonry_6 .item:hover .gallery-img img {
  opacity: 0.5; }
.gallery-masonry_6 .item:hover .gallery-desc {
  left: 40px;
  opacity: 1; }
.gallery-masonry_6 .gallery-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #d19f68;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.gallery-masonry_6 .gallery_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: Montserrat; }
  .gallery-masonry_6 .gallery_title:hover {
    color: #000; }
.gallery-masonry_6 .category a {
  color: #fff; }
  .gallery-masonry_6 .category a:hover {
    color: #000; }

.gallery-masonry_7 .image_size, .gallery-masonry_7 .image_size2 {
  width: 50%;
  float: left; }
.gallery-masonry_7 .image_size3 {
  width: 100%;
  float: left; }

.single-gallery .vertical_list {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #ebebeb; }
  .single-gallery .vertical_list li {
    margin-bottom: 10px; }
    .single-gallery .vertical_list li span {
      min-width: 88px;
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 10px;
      display: inline-block; }
  .single-gallery .vertical_list .port_share a {
    height: 38px;
    width: 38px;
    text-align: center;
    display: block;
    line-height: 35px;
    font-size: 16px;
    color: #c5c5c5;
    margin-right: 5px;
    border: 2px solid #ececec;
    display: inline-block; }
    .single-gallery .vertical_list .port_share a:hover {
      border-color: #d19f68;
      color: #d19f68; }

.gallery_single_1 .portfolio_title h3,
.gallery_single_2 .portfolio_title h3 {
  margin-top: 35px; }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: none;
  padding: 0;
  max-width: none; }

.fancybox-skin {
  border-radius: 0;
  padding: 0 !important; }

body .fancybox-nav span::before {
  color: #000;
  content: "\f178";
  font-family: FontAwesome;
  font-size: 16px;
  left: 9px;
  position: absolute;
  top: 0; }

body .fancybox-nav.fancybox-prev span::before {
  content: "\f177"; }

.fancybox-nav span {
  background: #fff;
  width: 36px;
  line-height: 34px; }
  .fancybox-nav span:hover {
    background: #d19f68; }

.our-gallery-sc .gallery_sort.no-space {
  margin-bottom: 0 !important; }

.gallery-masonry_3 {
  margin-top: -21px; }
  .gallery-masonry_3 .image_size, .gallery-masonry_3 .image_size1 {
    width: 25%; }
  .gallery-masonry_3 .image_size2 {
    width: 12.5%; }

@media (min-width: 768px) {
  .gallery-masonry_5.col-3 .image_size2 {
    width: calc(100% - 33.33333%); }
  .gallery-masonry_5.col-4 .image_size2 {
    width: calc(100% - 50%); }

  .gallery-style1 .gallery-img {
    overflow: hidden; }
    .gallery-style1 .gallery-img img {
      -ms-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      -o-transform: cale(1.15);
      transform: scale(1.15);
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .gallery-style1 .item:hover .gallery-img img {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.gallery-masonry_2 .btn-viewmore {
  display: table;
  height: 294px; }
  .gallery-masonry_2 .btn-viewmore .btn {
    display: table-cell;
    font-size: 26px;
    height: 100%;
    width: 100%;
    font-weight: 400; }
    .gallery-masonry_2 .btn-viewmore .btn i {
      display: block;
      font-size: 35px;
      margin-left: 0;
      margin-top: 16px; }

.title-portfolio {
  display: table;
  height: 257px;
  vertical-align: middle; }
  .title-portfolio .title-left {
    border: 5px solid #000;
    display: table-cell;
    height: 257px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    padding: 0 20px 0 32px; }
    .title-portfolio .title-left::before {
      background: #fff none repeat scroll 0 0;
      content: "\e900";
      font-family: barberfont;
      font-size: 30px;
      color: #d19f68;
      height: 92px;
      left: -21px;
      line-height: 92px;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 45px; }
    .title-portfolio .title-left h2 {
      text-transform: uppercase;
      margin-bottom: 10px;
      font-size: 32px; }
    .title-portfolio .title-left h3 {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 300;
      color: #d19f68; }

@media (max-width: 480px) {
  .button-group {
    padding-bottom: 35px; }

  .button-group .inline-block {
    padding: 0 10px; } }
.ares.tp-bullets {
  top: 50% !important;
  left: 50px !important; }

.ares .tp-bullet {
  height: 19px;
  width: 19px;
  opacity: 0.5;
  background: #fff; }
  .ares .tp-bullet .tp-bullet-title {
    display: none; }
  .ares .tp-bullet:hover, .ares .tp-bullet.selected {
    opacity: 1;
    background: #d19f68; }

.rev-btn.button-slide1 {
  background: #d19f68 !important; }
  .rev-btn.button-slide1:hover {
    background: #fff !important; }

#main {
  background: #fff; }

.tt-instagram .uvc-sub-heading > a {
  color: #d19f68; }
  .tt-instagram .uvc-sub-heading > a:hover {
    color: #000; }

.gallery_paginations ul {
  padding-left: 0;
  list-style-type: none; }

.icon_box_content {
  overflow: hidden;
  margin-bottom: 20px; }
  .icon_box_content.type_2 {
    margin-bottom: 28px; }
    .icon_box_content.type_2:hover .icon_box_title h3 {
      color: #d19f68; }
    .icon_box_content.type_2 .icon_box {
      float: none;
      margin-right: 0;
      margin-bottom: 26px; }
      .icon_box_content.type_2 .icon_box i {
        display: block;
        line-height: 66px; }
    .icon_box_content.type_2 .icon_box_desc {
      padding-top: 4px; }
      .icon_box_content.type_2 .icon_box_desc p {
        font-size: 16px; }
    .icon_box_content.type_2 .icon_box_title h3 {
      margin: 10px 0; }
  .icon_box_content:hover .icon_box_title h3 {
    color: #d19f68; }
  .icon_box_content.text-right .icon_box {
    float: right;
    margin-right: 6px;
    margin-left: 21px; }
  .icon_box_content.type_1.icon_box_3 {
    margin-bottom: 24.5px; }
    .icon_box_content.type_1.icon_box_3 .icon_box {
      position: relative;
      display: inline-block;
      height: 67px;
      width: 67px;
      color: #d19f68;
      margin-right: 31px;
      margin-left: 0;
      padding-top: 4px; }
      .icon_box_content.type_1.icon_box_3 .icon_box > i {
        font-size: 27px; }
    .icon_box_content.type_1.icon_box_3.text-right .icon_box {
      margin-right: 0;
      margin-left: 31px; }
    .icon_box_content.type_1.icon_box_3.text-left .icon_box:after {
      border-left: 1px solid #ebebeb;
      right: -5px;
      left: auto; }
    .icon_box_content.type_1.icon_box_3.text-left .icon_box:before {
      border-right: 1px solid #ebebeb;
      right: -5px;
      left: auto; }
    .icon_box_content.type_1.icon_box_3 .icon_box_desc {
      float: left;
      width: calc(100% - 98px);
      margin-top: 3px;
      padding-top: 0; }
    .icon_box_content.type_1.icon_box_3 .icon_box_title h3 {
      margin-top: -1.6px;
      font-size: 18px;
      font-weight: 500; }

.icon_box {
  position: relative;
  display: inline-block;
  float: left;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 66px;
  border: 1px solid #ebebeb;
  color: #d19f68;
  margin-right: 21px;
  margin-left: 6px; }
  .icon_box:before {
    height: 100%;
    width: 5px;
    content: "";
    position: absolute;
    top: 5px;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    left: -5px; }
  .icon_box:after {
    height: 5px;
    width: 100%;
    content: "";
    position: absolute;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    bottom: -5px;
    left: -5px; }

.icon_box_title {
  overflow: hidden; }
  .icon_box_title h3 {
    margin: 7px 0 10px;
    text-transform: uppercase;
    color: #010101;
    font-size: 19px; }
  .icon_box_title h4 {
    font-size: 20px;
    color: #d19f68; }

.icon_box_desc {
  float: left;
  padding-top: 21px; }
  .icon_box_desc p {
    color: #555;
    font-size: 15px;
    font-family: Open Sans; }

.member-info {
  background: url("../images/bg-member.png");
  background-size: 100%;
  padding: 40px 20px;
  position: relative;
  margin-top: -40px; }
  .member-info .member-job {
    text-transform: uppercase;
    color: #d19f68;
    font-size: 14px;
    font-family: Oswald;
    font-weight: 300; }
    .member-info .member-job p {
      margin-bottom: 4px; }
  .member-info .member-name h5 {
    color: #fff;
    font-weight: bold;
    font-family: Open Sans;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .member-info .link-text a {
    color: #fff;
    font-size: 16px; }
    .member-info .link-text a:hover {
      color: #d19f68;
      text-decoration: underline; }

.member-img img {
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%); }

.member-type1.style-2 .item-member-content {
  position: relative; }

.member-bg .style-2 .member-info {
  background: #f5f5f5; }
.member-bg .style-2 .item-member-content:hover .member-info {
  background: #d19f68 !important; }

.slick-slide .member-type1.style-2 .item-member-content {
  padding-bottom: 10px; }
.slick-slide .style-2 .member-info {
  padding: 23px 20px 35px; }

.style-2 .item-member-content:hover .member-info .member-job {
  color: #fff; }

.member-type2 .member-image {
  margin-top: 48px;
  background-size: cover;
  background-repeat: no-repeat; }
.member-type2 .member-content {
  position: relative;
  padding: 15px;
  background: #f5f5f5; }
.member-type2 .member-desc h2 {
  font-weight: 700;
  color: #d19f68;
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 28px;
  text-transform: uppercase; }
  .member-type2 .member-desc h2 span {
    color: #000000;
    font-size: 22px;
    width: 100%;
    display: block;
    font-weight: 400; }
.member-type2 .member-desc p {
  margin-bottom: 26px;
  line-height: 25px; }
.member-type2 .member-desc .italic {
  font-style: italic;
  font-size: 16px; }
.member-type2 .book-now {
  padding-top: 13px; }
  .member-type2 .book-now .btn {
    min-width: 290px; }
.member-type2 .img-list {
  margin: 0 -3px;
  margin-left: -13px;
  width: 84%; }
  .member-type2 .img-list:hover .btn-next {
    opacity: 1;
    left: -13px; }
  .member-type2 .img-list:hover .btn-prev {
    opacity: 1;
    right: -13px; }
  .member-type2 .img-list a {
    display: inline-block;
    margin: 0 !important;
    padding: 0 3px; }
.member-type2 .link-text {
  float: right;
  -moz-transform: translateX(-17px);
  -o-transform: translateX(-17px);
  -ms-transform: translateX(-17px);
  -webkit-transform: translateX(-17px);
  transform: translateX(-17px); }
.member-type2 .btn-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #d19f68;
  color: #d19f68;
  height: 30px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 9;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.member-type2 .btn-prev {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #d19f68;
  color: #d19f68;
  height: 30px;
  right: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 9;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0; }
.member-type2 .link-text a {
  font-family: Oswald;
  font-size: 14px;
  color: #d19f68;
  text-transform: uppercase; }
  .member-type2 .link-text a:hover {
    color: #000; }

.title-member {
  position: absolute;
  top: 50%; }
  .title-member h2 {
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0.2;
    text-transform: uppercase; }

.overflow-initial {
  overflow: initial; }

.style-2 .item-member-content:hover .member-info {
  background: #d19f68 !important; }
  .style-2 .item-member-content:hover .member-info .link-text a, .style-2 .item-member-content:hover .member-info .member-job p {
    color: #fff; }
.style-2 .member-img img {
  filter: none; }
.style-2 .member-info {
  background: #fff none repeat scroll 0 0;
  bottom: -10px;
  margin-top: 0;
  position: absolute;
  right: -10px;
  width: 83%;
  padding: 23px 20px 25px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .style-2 .member-info .member-name h5 {
    color: #000; }
  .style-2 .member-info .link-text a {
    color: #555;
    font-style: italic; }
    .style-2 .member-info .link-text a:hover {
      color: #d19f68; }

.ult-carousel-wrapper ul.slick-dots {
  padding-top: 33px; }

.ult-carousel-wrapper .slick-dots li {
  height: 4px;
  width: 15px;
  background: rgba(255, 255, 255, 0.2); }
  .ult-carousel-wrapper .slick-dots li i {
    opacity: 1; }
    .ult-carousel-wrapper .slick-dots li i:before {
      content: none !important; }
  .ult-carousel-wrapper .slick-dots li.slick-active {
    background: #d19f68; }

.item_testimonial.type_2 {
  width: 95%; }
  .item_testimonial.type_2 .caption_testimonial {
    padding-top: 79px; }
    .item_testimonial.type_2 .caption_testimonial:before {
      color: #fff;
      top: 20px; }
    .item_testimonial.type_2 .caption_testimonial .tes_name h4 {
      padding: 7px 0; }

.item_testimonial.text-center {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px; }

.box-testimonials .vc_column-inner,
.form-order .vc_column-inner {
  background-size: cover !important; }

.caption_testimonial {
  position: relative; }
  .caption_testimonial:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 70px;
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    top: 15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .caption_testimonial .title-testimonial {
    text-transform: uppercase; }
    .caption_testimonial .title-testimonial h6 {
      font-size: 12px;
      font-weight: 300;
      color: #fff;
      display: inline-block;
      position: relative;
      letter-spacing: 0.4em; }
    .caption_testimonial .title-testimonial h2 {
      font-size: 39px;
      color: #d19f68;
      letter-spacing: -0.4px;
      line-height: 36px;
      padding: 12px 0 34px; }
  .caption_testimonial .item-desc {
    font-size: 16px;
    font-style: italic;
    color: #fff;
    line-height: 26px; }
  .caption_testimonial .tes_name h4 {
    font-size: 13px;
    padding-top: 10px;
    text-transform: uppercase;
    color: #d19f68; }

.remove_space .footer {
  padding-top: 0; }

.box-text .box-title {
  text-transform: uppercase; }
  .box-text .box-title h4 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 300; }
  .box-text .box-title p {
    font-size: 75px;
    font-weight: bold;
    font-family: Oswald;
    color: #000;
    margin-top: 8px;
    line-height: 100%;
    margin-left: -4px; }
.box-text .box-desc {
  padding: 39px 0 49px; }
  .box-text .box-desc p {
    letter-spacing: 0.25px;
    margin-bottom: 24px; }
.box-text.type1 img {
  padding-bottom: 286px; }

.text-space {
  font-size: 294px;
  color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  position: absolute;
  left: 110px;
  top: -43px;
  font-weight: bold;
  letter-spacing: 0.31em;
  font-family: Oswald;
  z-index: 99; }
  .text-space.hidden-sm {
    left: 84px; }

.bg-overlay figure {
  position: relative; }
  .bg-overlay figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d19f68;
    opacity: 0.8; }

.slick-slider {
  position: relative; }

.slick-prev {
  left: -43px !important;
  margin-top: -15px !important; }
  .slick-prev i:before {
    content: "\e910";
    font-family: 'barberfont' !important;
    font-size: 30px; }

.slick-next {
  right: -43px !important;
  margin-top: -15px !important; }
  .slick-next i:before {
    content: "\e911";
    font-family: 'barberfont' !important;
    font-size: 30px; }

.slick-next, .slick-prev {
  height: 40px !important;
  width: 45px !important;
  color: #7a7b7c !important;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .slick-next:hover, .slick-prev:hover {
    color: #d19f68 !important; }

.slick-slide .product-content img {
  display: inline-block; }

.btn-slide-color .slick-next, .btn-slide-color .slick-prev {
  color: #282828 !important; }
  .btn-slide-color .slick-next:hover, .btn-slide-color .slick-prev:hover {
    color: #fff !important;
    opacity: 0.6; }

.tt-heading-porfolio .baber-heading {
  padding-bottom: 26px; }

/*.remove_space .side-breadcrumb{
	margin-bottom: 0;
}*/
.block-service-right > .vc_column-inner {
  padding-left: 52px !important;
  padding-right: 100px !important; }

.block-service-right .baber-heading {
  width: 80%; }

.box-services .icon-box-container {
  width: 45%;
  display: inline-block;
  float: left;
  padding-right: 110px; }

.pos-bg1.vc_row {
  background-position: top right !important; }

.service-h1.vc_row {
  background-position: -16.7% 0 !important; }

.button-group > .inline-block:first-of-type:before {
  display: none; }

.bg-overlay .button-group .btn-filter {
  color: #fff; }
  .bg-overlay .button-group .btn-filter.is-checked, .bg-overlay .button-group .btn-filter:hover {
    color: #d19f68; }
.bg-overlay .button-group .inline-block:before {
  background: #fff !important; }

.box-pricing-h1 .pricing-content.style1 {
  width: 33.33%;
  float: left; }

.ult-carousel-wrapper.slide-testimonial ul.slick-dots {
  padding-top: 24px; }

.box-pricing-tt {
  padding: 27px 0 0;
  background: rgba(1, 1, 1, 0.2);
  position: relative;
  z-index: 9; }
  .box-pricing-tt ul {
    list-style: none;
    padding-left: 0; }
  .box-pricing-tt h2 {
    font-size: 35px;
    font-weight: 300;
    color: #d19f68;
    text-transform: uppercase;
    margin-bottom: 35px;
    padding-left: 34px; }
  .box-pricing-tt h4 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 34px;
    margin-bottom: 23px; }
  .box-pricing-tt ul li {
    font-size: 16px;
    color: #fff;
    padding: 9px 34px 18px; }
    .box-pricing-tt ul li:nth-child(2n+1) {
      background: rgba(0, 0, 0, 0.2); }

.box-order {
  z-index: 9;
  position: relative; }
  .box-order .info-time {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    font-family: Oswald;
    margin-top: 13px; }
    .box-order .info-time span {
      text-transform: uppercase;
      font-weight: 400;
      margin-right: 37px; }
  .box-order .info-book {
    display: inline-block;
    float: right; }

.bg-abs-top2 {
  position: absolute;
  top: -509px;
  left: 0; }

.bg-abs-top3 {
  position: absolute;
  top: -224px;
  left: 0; }

.bg-abs-top {
  position: absolute;
  top: -83px;
  right: -9px; }

.bg-abs-top4 {
  position: absolute;
  top: -106px;
  right: 0px; }

.bg-abs-top5 {
  position: absolute;
  bottom: -63px;
  right: 0px;
  margin-bottom: 0 !important; }

.bg-abs-top6 {
  position: absolute;
  bottom: 50px;
  right: 60px;
  margin-bottom: 0 !important; }

.apr_book_form {
  width: 82%;
  margin: 0 auto;
  background: none;
  border: none;
  box-shadow: none;
  text-align: center;
  padding-bottom: 100px; }
  .apr_book_form .table-width {
    height: 50px;
    font-size: 14px;
    border-color: #ebebeb;
    padding: 13px 21px !important; }
  .apr_book_form .form-group select {
    position: relative;
    background: #fff url(../images/caret-down.png) no-repeat right center; }
  .apr_book_form .select-time {
    background: #fff url(../images/caret-down.png) no-repeat right center; }
  .apr_book_form .panel-body {
    padding: 0;
    position: relative; }
  .apr_book_form .form-group {
    margin-bottom: 20px; }
  .apr_book_form #displaymessage {
    position: absolute;
    bottom: -45px;
    width: 100%; }

.main-color .uvc-heading h2 {
  color: #d19f68 !important; }

#btn_appointment {
  width: 292px;
  border-color: #d19f68;
  padding: 14px 64px 14px 32px;
  background: #d19f68 url(../images/icon-right.png) no-repeat 82.8% -22px; }
  #btn_appointment:hover, #btn_appointment:active, #btn_appointment:focus {
    border-color: #000;
    background: #000 url(../images/icon-right.png) no-repeat 82.8% 22px; }

.box-scheduce .ult-content-box {
  position: relative;
  padding: 103px 70px 69px 70px;
  text-align: center; }
  .box-scheduce .ult-content-box:before {
    content: "";
    height: 100%;
    background: #d19f68;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.remove_space_br .side-breadcrumb {
  margin-bottom: 0; }

.box-scheduce-content {
  position: relative; }
  .box-scheduce-content h3 {
    font-size: 32px;
    text-transform: uppercase;
    color: #010101;
    margin-bottom: 26px; }
  .box-scheduce-content .btn {
    padding: 15px 26px; }
  .box-scheduce-content .list-items-time {
    margin-bottom: 36px;
    margin-right: 27px;
    padding-left: 0;
    list-style-type: none; }
    .box-scheduce-content .list-items-time li {
      padding: 15px 0 30px;
      border-bottom: 3px dotted #fff;
      font-size: 24px;
      color: #fff;
      text-align: right; }
      .box-scheduce-content .list-items-time li:first-child {
        padding-top: 0; }
      .box-scheduce-content .list-items-time li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        padding-right: 74px; }
      .box-scheduce-content .list-items-time li span {
        font-weight: 400;
        float: left; }

.box-text.type2 {
  padding-right: 50px; }
  .box-text.type2 .box-desc {
    padding-bottom: 26px; }
    .box-text.type2 .box-desc p {
      margin-bottom: 26px;
      line-height: 26px;
      font-size: 16px; }
      .box-text.type2 .box-desc p:last-child {
        margin-bottom: 0; }

.book-h7 {
  margin-top: -1px; }

.box-pricing-h7 .ult-content-box .pricing-content {
  width: 25%;
  display: inline-block;
  float: left; }
.box-pricing-h7 .btn.btn-black {
  padding: 14px 42px; }
.box-pricing-h7 .pricing-content.style2 .pricing-title h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
  padding-top: 17px; }
.box-pricing-h7 .pricing-content.style2 .sup {
  top: -9px; }
.box-pricing-h7 .pricing-content.style2 .price-box {
  padding-bottom: 20px; }
.box-pricing-h7 .pricing-content.style2 .price-center {
  font-size: 32px;
  margin-top: -4px; }

.box-text.type3 .box-title p {
  font-size: 76px;
  letter-spacing: -4px; }
.box-text.type3 .box-desc {
  padding: 32px 0 18px; }
  .box-text.type3 .box-desc p {
    letter-spacing: 0;
    font-size: 16px;
    font-style: italic; }

.padding-15 {
  padding: 0 15px; }

.box-text.type-4 {
  margin-left: 207px; }
  .box-text.type-4 .box-title h4 {
    letter-spacing: -0.8px;
    font-size: 37px; }
  .box-text.type-4 .box-title p {
    font-size: 76px;
    margin-top: 6px;
    margin-left: -4px; }
  .box-text.type-4 .box-desc {
    padding: 42px 0 41px; }
  .box-text.type-4 .btn.btn-primary {
    padding: 14px 30px 14px 33px;
    color: #fff;
    letter-spacing: 0.4px; }
    .box-text.type-4 .btn.btn-primary i {
      margin-left: 12px; }

.block-text h2 {
  display: inline-block;
  float: left;
  margin-right: 18px;
  color: #d19f68;
  opacity: 0.5;
  font-size: 70px;
  font-family: Montserrat;
  font-weight: bold; }
.block-text .text-content {
  overflow: hidden;
  padding-top: 42px; }
  .block-text .text-content h3 {
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #010101;
    margin-bottom: 23px; }
  .block-text .text-content p {
    font-size: 15px;
    color: #555; }
.block-text:hover .text-content h3 {
  color: #d19f68; }

.contact_heading.baber-heading.text-center .desc-title {
  margin-top: 22px; }

.contact-form2 {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 0; }
  .contact-form2 input[type="email"], .contact-form2 input[type="text"], .contact-form2 input[type="tel"], .contact-form2 textarea {
    background: transparent; }
  .contact-form2 .no-full {
    float: left;
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
    clear: none; }
  .contact-form2 textarea.wpcf7-form-control {
    height: 130px;
    margin-top: 10px; }
  .contact-form2 > p {
    padding: 0 15px;
    clear: both; }
  .contact-form2 .btn-submit {
    padding: 0;
    width: auto;
    /* display: inline-block; */
    margin: 24px auto 0;
    max-width: 190px;
    position: relative;
    height: 50px; }
    .contact-form2 .btn-submit:after {
      font-family: FontAwesome;
      content: "\f1d8";
      position: absolute;
      right: 57px;
      color: #000;
      font-size: 14px;
      top: 14px; }
    .contact-form2 .btn-submit:hover:after {
      color: #fff; }
    .contact-form2 .btn-submit:hover input[type="submit"] {
      background: #000;
      color: #fff;
      border-color: #000; }
    .contact-form2 .btn-submit input[type="submit"] {
      padding-right: 50px;
      background: #d19f68;
      border-color: #d19f68;
      color: #000; }

.list-item-box {
  padding-left: 0;
  list-style-type: none; }
  .list-item-box li {
    font-family: Open Sans;
    color: #282828;
    font-size: 20px;
    margin-bottom: 24px;
    padding-left: 44px;
    position: relative; }
    .list-item-box li:before {
      content: "\f06c";
      font-family: FontAwesome;
      font-size: 20px;
      color: #d19f68;
      position: absolute;
      left: 0px;
      top: 3px; }

.rev-btn > i {
  margin-left: 20px; }

.btn-plus {
  margin: 0 auto 40px;
  text-align: center;
  width: 49px;
  height: 49px;
  display: block;
  position: relative; }
  .btn-plus:before, .btn-plus:after {
    background: #d19f68; }
  .btn-plus:before {
    width: 49px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%; }
  .btn-plus:after {
    width: 2px;
    height: 49px;
    content: "";
    position: absolute;
    left: 50%; }

.banner-type1.banner-type3 {
  height: 450px;
  position: relative;
  overflow: hidden;
  width: 100.5%; }
  .banner-type1.banner-type3 .banner_style_3_title {
    position: absolute;
    bottom: -2px;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%; }
  .banner-type1.banner-type3:hover .banner_style_3_title {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateX(-50%) scale(1.5);
    -o-transform: translateX(-50%) scale(1.5);
    -ms-transform: translateX(-50%) scale(1.5);
    -webkit-transform: translateX(-50%) scale(1.5);
    transform: translateX(-50%) scale(1.5); }
  .banner-type1.banner-type3 .banner-title {
    padding-top: 7px; }
    .banner-type1.banner-type3 .banner-title > p {
      color: #fff;
      font-size: 15px; }
    .banner-type1.banner-type3 .banner-title h2 {
      font-size: 35px;
      font-weight: 700;
      margin-bottom: 23px;
      text-transform: uppercase;
      color: #d19f68; }
    .banner-type1.banner-type3 .banner-title h3 {
      font-weight: 400; }
  .banner-type1.banner-type3 .btn-plus {
    display: block; }
  .banner-type1.banner-type3.en_filterbw {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%); }
    .banner-type1.banner-type3.en_filterbw:hover {
      filter: none;
      -webkit-filter: none; }

.banner-type1.banner-type7 .banner-title {
  margin-top: -2px;
  z-index: 4; }
  .banner-type1.banner-type7 .banner-title h3 {
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    line-height: 37px;
    max-width: 410px;
    font-weight: 400;
    text-transform: none; }
  .banner-type1.banner-type7 .banner-title h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 23px;
    color: #fff; }
.banner-type1.banner-type7 .banner-btn {
  margin-top: 25px;
  z-index: 4; }
.banner-type1.banner-type7.en_overlay .banner-mid:before {
  background: #000; }
.banner-type1.banner-type7 .banner-btn .btn {
  min-width: 164px; }
  .banner-type1.banner-type7 .banner-btn .btn > i {
    display: none; }
.banner-type1.banner-type7 .banner-mid {
  padding: 0 40px; }
.banner-type1.banner-type7 .banner-mid:after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 36px;
  content: "";
  left: 32px;
  position: absolute;
  right: 32px;
  top: 36px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.banner-type1.banner-type7:hover .banner-mid:before {
  opacity: 0.5; }

.arrow_style2 .slick-default > .slick-arrow {
  font-size: 15px;
  position: absolute;
  left: -40px;
  width: 40px;
  color: #000;
  height: 40px;
  z-index: 9;
  border: 1px solid #000; }
  .arrow_style2 .slick-default > .slick-arrow > i {
    display: block;
    margin-top: -2px; }
  .arrow_style2 .slick-default > .slick-arrow:hover {
    border-color: #d19f68; }
.arrow_style2 .slick-default > button.btn-next.slick-arrow {
  left: -39px; }
.arrow_style2 .slick-default button.btn-prev.slick-arrow {
  left: 0; }
.arrow_style2 .slick-default ~ .testimonial-container .item_testimonial3 .caption_testimonial .tes_name h4 {
  padding-top: 14px; }

.banner-type1.banner-type8 {
  height: 513px; }
  .banner-type1.banner-type8 .banner-mid {
    display: block;
    position: absolute !important;
    width: 100%;
    padding: 0 15px 30px;
    bottom: 0;
    height: auto; }
    .banner-type1.banner-type8 .banner-mid .banner-title {
      position: relative;
      opacity: 1;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
      .banner-type1.banner-type8 .banner-mid .banner-title h2 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 8px;
        text-transform: none;
        color: #fff;
        line-height: 36px; }
      .banner-type1.banner-type8 .banner-mid .banner-title h3 {
        font-size: 18px;
        color: #fff; }

.img-service.bg-overlay figure:before {
  z-index: 9; }

.page-id-1025 .baber-heading .header_icon {
  margin-bottom: 13px; }

.slick-slide img {
  display: inline-block !important; }

.style-2 .item-member-content:hover .member-info .link-text a,
.style-2 .item-member-content:hover .member-info .member-job p {
  color: #fff; }

#h6_testimonial .item_testimonial.text-center {
  width: 96.7%; }
#h6_testimonial .caption_testimonial .item-desc {
  margin-bottom: 6px; }
#h6_testimonial .ult-carousel-wrapper ul.slick-dots {
  padding-top: 30px; }

.uavc-list-icon .uavc-list {
  text-align: center; }
  .uavc-list-icon .uavc-list > li {
    clear: none !important;
    display: inline-block;
    margin-right: 91px !important; }
    .uavc-list-icon .uavc-list > li .ult-just-icon-wrapper {
      width: 68px;
      height: 68px;
      background: #fff;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border: 1px solid #d19f68;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      z-index: 10; }
      .uavc-list-icon .uavc-list > li .ult-just-icon-wrapper .align-icon {
        text-align: center;
        -moz-transform: rotate(-45deg) translateY(-50%);
        -o-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        text-align: center;
        position: absolute;
        top: 44%;
        left: 45%;
        font-weight: 400; }
        .uavc-list-icon .uavc-list > li .ult-just-icon-wrapper .align-icon .aio-icon {
          color: #d19f68; }
    .uavc-list-icon .uavc-list > li .uavc-list-icon {
      position: relative; }
      .uavc-list-icon .uavc-list > li .uavc-list-icon:after {
        content: "";
        height: 2px;
        width: 100px;
        position: absolute;
        left: 100%;
        z-index: 2;
        background: #d19f68;
        top: 50%;
        transform: translateY(-50%); }
    .uavc-list-icon .uavc-list > li .uavc-list-desc {
      font-family: Oswald;
      font-size: 18px;
      text-transform: uppercase;
      color: #010101;
      font-weight: 400; }
    .uavc-list-icon .uavc-list > li:last-child {
      margin-right: 0 !important; }
      .uavc-list-icon .uavc-list > li:last-child .uavc-list-icon:after {
        display: none; }
  .uavc-list-icon .uavc-list .uavc-list-content {
    display: inline-block;
    width: auto;
    margin-bottom: 7px; }

.instagram-image {
  margin: -15px -0.78125%; }

.item_testimonial.text-center.type_2 {
  width: 95%; }

.instagram-type3 .instagram-img {
  height: 270px;
  width: 23.4364%;
  margin: 15px 0.78125%;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .instagram-type3 .instagram-img.image_size1 {
    width: 23.4364%;
    height: 569px; }
  .instagram-type3 .instagram-img a:hover:before {
    opacity: 0; }
  .instagram-type3 .instagram-img a::before {
    background: #d19f68;
    content: "";
    right: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0; }
  .instagram-type3 .instagram-img.image_size2 {
    width: 12.513%; }
  .instagram-type3 .instagram-img.image_size3 {
    width: 20.359%; }

#our_artist .baber-heading.text-center .desc-title {
  margin-top: 21px; }

#h6_blog .post-name a {
  font-size: 18px; }

.banner-bottom {
  padding: 0 15px; }
  .banner-bottom h2 {
    color: #f5f5f5;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase; }
  .banner-bottom .desc {
    color: #fff;
    padding: 10px 0 35px;
    font-size: 18px; }
  .banner-bottom .btn {
    letter-spacing: 0.1px;
    width: 289px; }
    .banner-bottom .btn.btn-icon i {
      margin-left: 13px; }

.box-member {
  margin: 0 -15px; }
  .box-member .member-type1 {
    width: 33.33%;
    padding: 0 15px;
    float: left;
    display: inline-block;
    margin-bottom: 56px; }
  .box-member.our-team-2 {
    margin-top: -2px; }
    .box-member.our-team-2 .member-type1 {
      margin-bottom: 48px; }
    .box-member.our-team-2 .member-info {
      margin-top: -43px; }

.vc_row.bg-box-text {
  background-position: top right !important; }

#last_ink .baber-heading.text-center .desc-title {
  margin: 23px auto 0; }

.icon_smaller_size.uavc-list-icon .ult-just-icon-wrapper .align-icon .aio-icon {
  font-size: 26px !important;
  width: 40px;
  height: 37px; }

.h6_product .slick-prev, .h6_product .slick-next, .black_slick_button .slick-prev, .black_slick_button .slick-next {
  color: #282828 !important; }

.item_testimonial3 {
  max-width: 745px;
  margin: 0 auto; }
  .item_testimonial3 figure > img {
    border-radius: 50%; }
  .item_testimonial3 figure:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #000;
    display: block;
    margin: 20px auto; }
  .item_testimonial3 .caption_testimonial .item-desc {
    font-size: 20px;
    color: #000;
    padding-top: 2px; }
  .item_testimonial3 .caption_testimonial .tes_name h4 {
    font-size: 12px;
    padding-top: 16px; }
    .item_testimonial3 .caption_testimonial .tes_name h4:after {
      content: "";
      width: 1px;
      height: 30px;
      background: #000;
      display: block;
      margin: 30px auto; }

.wpb_text_column #sln-salon {
  background: none;
  border: none;
  padding-top: 0;
  margin-top: 0; }
  .wpb_text_column #sln-salon .sln-salon-title, .wpb_text_column #sln-salon .editable {
    display: none; }
  .wpb_text_column #sln-salon > form {
    margin-top: 10px; }
  .wpb_text_column #sln-salon form .salon-step-title {
    display: none; }
  .wpb_text_column #sln-salon form .sln-btn--emphasis, .wpb_text_column #sln-salon form .sln-bootstrap .sln-btn--emphasis {
    background: none; }
  .wpb_text_column #sln-salon.sln-step-date .salon-step-title, .wpb_text_column #sln-salon.sln-step-date label {
    display: none; }
  .wpb_text_column #sln-salon.sln-step-date .form-actions .col-md-6.pull-right {
    width: 100%;
    max-width: 292px;
    margin: 0 auto;
    float: none !important; }
  .wpb_text_column #sln-salon .sln-payment-actions .col-md-6.pull-right, .wpb_text_column #sln-salon .sln-payment-actions .col-md-6.pull-right {
    width: 100%;
    max-width: 292px;
    margin: 0 auto;
    float: none !important; }
  .wpb_text_column #sln-salon .sln-input input, .wpb_text_column #sln-salon .sln-input textarea, .wpb_text_column #sln-salon .editable.focus input {
    height: 50px;
    font-size: 14px;
    border-color: #ebebeb;
    padding: 8px 21px 13px !important;
    width: 100%;
    background: #fff;
    color: #555; }
  .wpb_text_column #sln-salon .sln_datepicker:after, .wpb_text_column #sln-salon .sln_timepicker:after {
    font-size: 14px;
    right: 15px;
    color: #555555 !important; }
  .wpb_text_column #sln-salon .sln-panel .sln-panel-heading .sln-btn--borderonly,
  .wpb_text_column #sln-salon .sln-checkbox input + label:before,
  .wpb_text_column #sln-salon .sln-radiobox input + label:before {
    border-color: #222; }
  .wpb_text_column #sln-salon.sln-step-services, .wpb_text_column #sln-salon.sln-step-secondary, .wpb_text_column #sln-salon.sln-step-attendant {
    color: #222; }
    .wpb_text_column #sln-salon.sln-step-services p, .wpb_text_column #sln-salon.sln-step-secondary p, .wpb_text_column #sln-salon.sln-step-attendant p {
      color: #222;
      font-size: 14px; }
    .wpb_text_column #sln-salon.sln-step-services h3, .wpb_text_column #sln-salon.sln-step-secondary h3, .wpb_text_column #sln-salon.sln-step-attendant h3 {
      font-size: 16px; }
  .wpb_text_column #sln-salon .sln-steps-description {
    color: #222; }
    .wpb_text_column #sln-salon .sln-steps-description hr {
      border-color: rgba(0, 0, 0, 0.3);
      margin-bottom: 7px; }
  .wpb_text_column #sln-salon .sln-service-description {
    margin-bottom: 20px; }
  .wpb_text_column #sln-salon .sln-box--formactions .sln-btn {
    height: 50px !important;
    padding: 14px 25px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    border: none;
    font-family: Oswald;
    line-height: 20px;
    min-width: 100px; }
  .wpb_text_column #sln-salon .sln-box--formactions .sln-btn.sln-btn--borderonly {
    border: 1px solid #000000;
    background: #000000;
    color: #fff;
    text-align: center; }
    .wpb_text_column #sln-salon .sln-box--formactions .sln-btn.sln-btn--borderonly:hover {
      border-color: #d19f68;
      background: #d19f68; }
    .wpb_text_column #sln-salon .sln-box--formactions .sln-btn.sln-btn--borderonly .glyphicon-chevron-left, .wpb_text_column #sln-salon .sln-box--formactions .sln-btn.sln-btn--borderonly:after {
      display: none; }
  .wpb_text_column #sln-salon .sln-data-desc .editable {
    display: block !important;
    margin-left: 0;
    border: none; }
    .wpb_text_column #sln-salon .sln-data-desc .editable .label {
      color: #222;
      font-size: 16px;
      padding-left: 0;
      margin-bottom: 15px; }
    .wpb_text_column #sln-salon .sln-data-desc .editable.focus {
      background: none; }
  .wpb_text_column #sln-salon .sln-data-desc .label {
    font-size: 16px; }
  .wpb_text_column #sln-salon .editable .fa-gear {
    position: absolute;
    right: 0; }
  .wpb_text_column #sln-salon .sln-thankyou {
    margin-top: 0; }
  .wpb_text_column #sln-salon .sln-thankyou--okbox {
    padding-top: 2em;
    padding-bottom: 2em; }
  .wpb_text_column #sln-salon label[for="sln_no_user_account"] .salon-step-title {
    display: inline-block !important;
    color: #222 !important; }
  .wpb_text_column #sln-salon .sln-attendant-list--multiple .sln-steps-name.sln-service-name {
    padding-bottom: 10px;
    border-color: #222;
    color: #222; }
.wpb_text_column .sln-attendant {
  margin-bottom: 15px; }
  .wpb_text_column .sln-attendant hr {
    margin-top: 14px; }
.wpb_text_column .sln-total hr {
  padding-bottom: 10px; }
.wpb_text_column .sln-box--main {
  margin-top: 0;
  margin-bottom: 16px; }
.wpb_text_column.white-color #sln-salon.sln-step-services, .wpb_text_column.white-color #sln-salon.sln-step-secondary, .wpb_text_column.white-color #sln-salon.sln-step-attendant {
  color: #fff; }
  .wpb_text_column.white-color #sln-salon.sln-step-services p, .wpb_text_column.white-color #sln-salon.sln-step-secondary p, .wpb_text_column.white-color #sln-salon.sln-step-attendant p {
    color: #fff; }
.wpb_text_column.white-color #sln-salon label[for="sln_no_user_account"] .salon-step-title {
  color: #fff !important; }
.wpb_text_column.white-color #sln-salon .sln-box--formactions .sln-btn.sln-btn--borderonly {
  color: #fff; }
.wpb_text_column.white-color #sln-salon .sln-data-desc .editable .label {
  color: #fff; }
.wpb_text_column.white-color #sln-salon .sln-attendant-list--multiple .sln-steps-name.sln-service-name {
  border-color: #fff;
  color: #fff; }
.wpb_text_column.white-color #sln-salon .sln-panel .sln-panel-heading .sln-btn--borderonly,
.wpb_text_column.white-color #sln-salon .sln-checkbox input + label:before,
.wpb_text_column.white-color #sln-salon .sln-radiobox input + label:before {
  border-color: #fff; }
.wpb_text_column.white-color #sln-salon.sln-step-services, .wpb_text_column.white-color #sln-salon.sln-step-secondary, .wpb_text_column.white-color #sln-salon.sln-step-attendant {
  color: #fff; }
.wpb_text_column.white-color #sln-salon .sln-steps-description {
  color: #fff; }
  .wpb_text_column.white-color #sln-salon .sln-steps-description hr {
    border-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 7px; }
.wpb_text_column.white-color #sln-salon .sln-input input, .wpb_text_column.white-color #sln-salon .sln-input textarea, .wpb_text_column.white-color #sln-salon .editable.focus input {
  background: #fff; }
.wpb_text_column.white-color #sln-salon .sln-data-desc .editable .label {
  color: #fff; }
.wpb_text_column.white-color .sln-text--emphasis, .wpb_text_column.white-color .sln-loader:after, .wpb_text_column.white-color .sln-panel .sln-panel-heading,
.wpb_text_column.white-color .sln-panel .sln-panel-heading.collapsed .sln-btn--borderonly,
.wpb_text_column.white-color .sln-panel .sln-panel-heading.collapsed .sln-btn--nobkg, .wpb_text_column.white-color .sln_datepicker:hover:after,
.wpb_text_column.white-color .sln_timepicker:hover:after, .wpb_text_column.white-color .sln-steps-name, .wpb_text_column.white-color .sln-steps-price,
.wpb_text_column.white-color .sln-total-label, .wpb_text_column.white-color .sln-total-price,
.wpb_text_column.white-color #sln-salon .sln-input label, .wpb_text_column.white-color #sln-salon.sln-step-summary, .wpb_text_column.white-color .sln-text--dark,
.wpb_text_column.white-color #sln-salon .sln-thankyou--okbox h1, .wpb_text_column.white-color #sln-salon .sln-thankyou--okbox h2, .wpb_text_column.white-color #sln-salon .sln-thankyou--okbox h3,
.wpb_text_column.white-color #sln-salon .sln-thankyou--okbox .sln-icon-wrapper .sln-icon, .wpb_text_column.white-color .sln-payment-actions h4,
.wpb_text_column.white-color .sln-step-thankyou, .wpb_text_column.white-color #sln-salon .sln-input .help-block a, .wpb_text_column.white-color #sln-salon .sln-data-desc .label,
.wpb_text_column.white-color .sln-summary-row .label, .wpb_text_column.white-color .sln-total-label, .wpb_text_column.white-color .salon-step-title,
.wpb_text_column.white-color #sln-salon .sln-panel .sln-panel-heading.collapsed .sln-btn--nobkg {
  color: #fff; }
.wpb_text_column .sln-text--emphasis, .wpb_text_column .sln-loader:after, .wpb_text_column .sln-panel .sln-panel-heading,
.wpb_text_column .sln-panel .sln-panel-heading.collapsed .sln-btn--borderonly,
.wpb_text_column .sln-panel .sln-panel-heading.collapsed .sln-btn--nobkg, .wpb_text_column .sln_datepicker:hover:after,
.wpb_text_column .sln_timepicker:hover:after, .wpb_text_column .sln-steps-name, .wpb_text_column .sln-steps-price,
.wpb_text_column .sln-total-label, .wpb_text_column .sln-total-price,
.wpb_text_column #sln-salon .sln-input label, .wpb_text_column #sln-salon.sln-step-summary, .wpb_text_column .sln-text--dark,
.wpb_text_column #sln-salon .sln-thankyou--okbox h1, .wpb_text_column #sln-salon .sln-thankyou--okbox h2, .wpb_text_column #sln-salon .sln-thankyou--okbox h3,
.wpb_text_column #sln-salon .sln-thankyou--okbox .sln-icon-wrapper .sln-icon, .wpb_text_column .sln-payment-actions h4,
.wpb_text_column .sln-step-thankyou, .wpb_text_column #sln-salon .sln-input .help-block a, .wpb_text_column #sln-salon .sln-data-desc .label,
.wpb_text_column .sln-summary-row .label, .wpb_text_column .sln-total-label, .wpb_text_column .salon-step-title,
.wpb_text_column #sln-salon .sln-panel .sln-panel-heading.collapsed .sln-btn--nobkg {
  color: #222; }
.wpb_text_column .sln-loader {
  z-index: 99; }
.wpb_text_column .sln-checkbox input {
  width: 20px;
  height: 20px; }
  .wpb_text_column .sln-checkbox input + label:before, .wpb_text_column .sln-checkbox input + label:after {
    width: 20px;
    height: 20px; }
.wpb_text_column .sln-checkbox input + label:after {
  font-size: 1em;
  top: 2.5px;
  left: 0;
  color: #000 !important; }
.wpb_text_column .sln-alert.sln-alert--wait, .wpb_text_column .sln-alert.sln-alert--wait:after, .wpb_text_column .sln-alert,
.wpb_text_column .sln-alert a:hover, .wpb_text_column #sln-salon .alert a:hover, .wpb_text_column .sln-steps-name:hover {
  color: #d19f68; }
.wpb_text_column .sln-checkbox input + label:before, .wpb_text_column .sln-checkbox input[type="checkbox"][disabled] + label:before,
.wpb_text_column .sln-radiobox input + label:before, .wpb_text_column .sln-radiobox input + label:after,
.wpb_text_column .sln-radiobox input[type="radio"][disabled] + label:before {
  background-color: white; }
.wpb_text_column .sln-radiobox input:checked + label:after, .wpb_text_column .sln-radiobox input:checked + label:hover:after,
.wpb_text_column .sln-radiobox input + label:hover:after {
  background: #d19f68; }
.wpb_text_column #sln-salon .sln-input label {
  font-size: 14px;
  padding-left: 0 !important;
  text-transform: capitalize; }
.wpb_text_column #sln-notifications {
  margin-top: 30px; }
  .wpb_text_column #sln-notifications .sln-loader-wrapper {
    opacity: 0.1;
    z-index: 88; }
.wpb_text_column .sln-service {
  margin-bottom: 10px; }

.wpb_text_column #sln-salon .sln-panel .sln-panel-heading .sln-btn--nobkg:hover,
.wpb_text_column #sln-salon .sln-panel .sln-panel-heading .sln-btn--nobkg:active,
.wpb_text_column #sln-salon .sln-panel .sln-panel-heading .sln-btn--nobkg {
  background: #d19f68 !important; }

.wpb_text_column #sln-salon .sln-panel .sln-panel-heading .sln-btn--nobkg {
  color: #222 !important; }

.wpb_text_column.white-color #sln-salon .sln-panel .sln-panel-heading .sln-btn--nobkg {
  color: #fff !important; }

#sln-salon .sln-btn--medium input, #sln-salon .sln-btn--medium button, #sln-salon .sln-btn--medium a, #sln-salon.sln-salon--m .sln-btn--big, #sln-salon .sln-btn--emphasis, #sln-salon .sln-bootstrap .sln-btn--emphasis {
  background: #d19f68;
  border: 1px solid #d19f68;
  color: #000;
  padding: 14px 25px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: none;
  font-family: Oswald;
  line-height: 20px;
  height: 50px; }
  #sln-salon .sln-btn--medium input .glyphicon, #sln-salon .sln-btn--medium button .glyphicon, #sln-salon .sln-btn--medium a .glyphicon, #sln-salon.sln-salon--m .sln-btn--big .glyphicon, #sln-salon .sln-btn--emphasis .glyphicon, #sln-salon .sln-bootstrap .sln-btn--emphasis .glyphicon {
    top: 0; }
    #sln-salon .sln-btn--medium input .glyphicon:before, #sln-salon .sln-btn--medium button .glyphicon:before, #sln-salon .sln-btn--medium a .glyphicon:before, #sln-salon.sln-salon--m .sln-btn--big .glyphicon:before, #sln-salon .sln-btn--emphasis .glyphicon:before, #sln-salon .sln-bootstrap .sln-btn--emphasis .glyphicon:before {
      content: "\f178";
      font-family: FontAwesome;
      margin-left: 8px; }
  #sln-salon .sln-btn--medium input:hover, #sln-salon .sln-btn--medium button:hover, #sln-salon .sln-btn--medium a:hover, #sln-salon.sln-salon--m .sln-btn--big:hover, #sln-salon .sln-btn--emphasis:hover, #sln-salon .sln-bootstrap .sln-btn--emphasis:hover {
    background: #000000;
    border-color: #000000;
    color: #fff; }

#sln-salon #sln-salon-my-account .table thead td {
  text-transform: uppercase;
  text-align: center;
  color: #222;
  font-weight: 400;
  font-family: Oswald;
  font-size: 17px !important;
  padding: 19px 20px !important;
  border-bottom: 2px solid #d19f68 !important; }

#sln-salon {
  border: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important; }

#sln-salon #sln-salon-my-account .hint {
  color: #555;
  font-size: 18px; }
#sln-salon #sln-salon-my-account .table tbody td {
  border-bottom: 1px solid #ebebeb !important;
  padding: 24px 20px !important;
  font-size: 14px !important; }
#sln-salon #sln-salon-my-account .sln-salon-my-account-tab-content {
  background-color: #fff !important; }
#sln-salon #sln-salon-my-account .nav li div {
  padding: 19px 15px;
  font-size: 18px; }

.lost_reset_password input[type="submit"] {
  max-width: 300px; }

@media (min-width: 1366px) {
  .datetimepicker.sln-datetimepicker.datetimepicker-dropdown-bottom-right.timepicker {
    margin-left: -55px; } }
#loginform input[type="text"], #loginform input[type="email"], #loginform input[type="password"] {
  color: rgba(48, 47, 47, 0.5);
  border: 1px solid #ebebeb;
  height: 50px;
  background: none; }
#loginform label {
  display: block; }

.baber-heading .desc-title,
.baber-heading .header_icon {
  visibility: visible; }

.tab-custom .ult_tabmenu.style1 {
  justify-content: center;
  padding-bottom: 30px; }
  .tab-custom .ult_tabmenu.style1 li.ult_tab_li:before {
    content: "";
    position: absolute;
    height: 17px;
    width: 1px;
    background: #000;
    right: 0;
    top: 14px; }
  .tab-custom .ult_tabmenu.style1 li.ult_tab_li:last-child:before {
    display: none; }
  .tab-custom .ult_tabmenu.style1 a.ult_a {
    border: 0;
    width: auto; }
    .tab-custom .ult_tabmenu.style1 a.ult_a .ult_tab_main {
      display: inline-block; }
  .tab-custom .ult_tabmenu.style1 .ult-span-text {
    display: block !important;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    line-height: 24px; }
    .tab-custom .ult_tabmenu.style1 .ult-span-text:after {
      content: "";
      background: #d19f68;
      height: 1px;
      width: 17px;
      opacity: 0;
      position: absolute;
      bottom: -22px;
      right: 55%;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .tab-custom .ult_tabmenu.style1 .ult-span-text:before {
      content: "";
      background: #d19f68;
      height: 1px;
      width: 17px;
      opacity: 0;
      position: absolute;
      top: -20px;
      left: 55%;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .tab-custom .ult_tabmenu.style1 .ult-span-text:hover:after {
      bottom: -4px;
      right: 55%;
      opacity: 1; }
    .tab-custom .ult_tabmenu.style1 .ult-span-text:hover:before {
      top: -2px;
      left: 55%;
      opacity: 1; }

.wpb-js-composer .tab-custom .vc_tta-tabs-list {
  text-align: center; }
.wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  padding-bottom: 65px; }
.wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 0;
  position: relative; }
  .wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab:before {
    content: "";
    position: absolute;
    height: 17px;
    width: 1px;
    background: #000;
    right: 0;
    top: 18px; }
  .wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab:last-child:before {
    display: none; }
  .wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab a {
    background-color: transparent;
    border-width: 0;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700; }
    .wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab a:hover {
      background-color: transparent;
      color: #d19f68; }
      .wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab a:hover .vc_tta-title-text:after {
        bottom: -6px;
        right: 55%;
        opacity: 1; }
      .wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab a:hover .vc_tta-title-text:before {
        top: -4px;
        left: 55%;
        opacity: 1; }
    .wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab a .vc_tta-title-text {
      position: relative; }
      .wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab a .vc_tta-title-text:before {
        content: "";
        background: #d19f68;
        height: 1px;
        width: 17px;
        opacity: 0;
        position: absolute;
        top: -20px;
        left: 55%;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab a .vc_tta-title-text:after {
        content: "";
        background: #d19f68;
        height: 1px;
        width: 17px;
        opacity: 0;
        position: absolute;
        bottom: -22px;
        right: 55%;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
.wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active a .vc_tta-title-text:before {
  content: "";
  background: #d19f68;
  height: 1px;
  width: 17px;
  opacity: 1;
  position: absolute;
  top: -4px;
  left: 55%;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.wpb-js-composer .tab-custom.vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active a .vc_tta-title-text:after {
  content: "";
  background: #d19f68;
  height: 1px;
  width: 17px;
  opacity: 1;
  position: absolute;
  bottom: -6px;
  right: 55%;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.wpb-js-composer .tab-custom.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  background-color: #fff;
  border: 0;
  padding: 0; }
.wpb-js-composer .tab-custom.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: transparent;
  border: 0;
  color: #d19f68; }

/* Home 3 */
.custom-width-4 .wpb_single_image.wpb_content_element {
  margin-bottom: 0; }

.service-pricing .pricing-content.style3 {
  width: 50%;
  float: left; }
  .service-pricing .pricing-content.style3 .pricing-box {
    padding-left: 77px;
    padding-right: 84px; }
  .service-pricing .pricing-content.style3:last-child .pricing-box {
    padding-left: 96px;
    padding-right: 102px; }

.no-padding:last-child .pricing-content.style2 .pricing-box {
  border: none; }
.no-padding .pricing-content.style2 .pricing-box {
  border: none;
  border-right: 1px solid #ebebeb; }

.pricing-content ul {
  list-style: none;
  padding-left: 0; }
.pricing-content .pricing-box {
  position: relative; }
.pricing-content.style1 {
  background: #fff;
  text-align: center;
  position: relative; }
  .pricing-content.style1 .pricing-title h3 {
    font-size: 27px;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 23px; }
  .pricing-content.style1 .price-box {
    background: #7f7f7f none repeat scroll 0 0; }
  .pricing-content.style1 .price-center {
    color: #fff;
    font-family: Oswald;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 28px;
    position: relative;
    padding-top: 18px; }
    .pricing-content.style1 .price-center::before {
      background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      top: 5px;
      width: 100%; }
    .pricing-content.style1 .price-center::after {
      background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      bottom: 5px;
      width: 100%; }
  .pricing-content.style1 .pricing-desc {
    color: #42bb00; }
.pricing-content.style2 .pricing-box {
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 20px;
  border: 1px solid #ebebeb; }
.pricing-content.style2 .price-box {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 21px; }
.pricing-content.style2 .pricing-title h3 {
  color: #000;
  padding-top: 18px;
  font-size: 20px;
  margin-bottom: 0; }
.pricing-content.style2 .price-center {
  font-family: Oswald;
  font-size: 30px;
  line-height: normal;
  margin-top: -2px;
  color: #d19f68; }
  .pricing-content.style2 .price-center .unit {
    font-size: 18px; }
.pricing-content.style2 sup {
  top: -4px; }
.pricing-content.style2 .pricing-desc {
  color: #555;
  padding-bottom: 20px;
  padding-top: 18px;
  font-size: 16px; }
  .pricing-content.style2 .pricing-desc li {
    padding: 6px 0; }
    .pricing-content.style2 .pricing-desc li.list-close {
      color: #c0bebe; }
.pricing-content.style2 .pricing-sign {
  padding-bottom: 20px; }
.pricing-content.style3 .pricing-desc {
  color: #010101; }
.pricing-content.style3 .pricing-title h3 {
  margin-top: 3px; }
.pricing-content.style3 .pricing-sign {
  padding-top: 15px;
  text-align: center; }
  .pricing-content.style3 .pricing-sign a {
    min-width: 290px;
    width: auto; }

.box-pricing-h7 .pricing-content.style2 .pricing-box {
  border: none;
  box-shadow: 2px -4px 14px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px -4px 14px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px -4px 14px 6px rgba(0, 0, 0, 0.1); }

.pricing-title h3 {
  font-size: 27px;
  font-weight: 400;
  color: #010101;
  margin-bottom: 50px;
  text-transform: uppercase; }

.pricing-list-1 li {
  border-bottom: 1px dashed #ebebeb;
  font-size: 16px;
  padding: 14px 10px 12px; }
  .pricing-list-1 li:last-child {
    border: none; }
  .pricing-list-1 li.list-close {
    color: #ff0000; }
  .pricing-list-1 li span {
    font-size: 14px;
    margin-right: 10px; }

.pricing-list-3 {
  padding: 0;
  margin: 0; }
  .pricing-list-3 li {
    font-family: Oswald;
    font-size: 19px;
    margin-bottom: 24px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden; }
    .pricing-list-3 li > span:first-child {
      position: relative; }
      .pricing-list-3 li > span:first-child::before {
        border-top: 2px dotted #010101;
        bottom: 6px;
        content: "";
        left: 100%;
        min-width: 200vh;
        position: absolute; }
    .pricing-list-3 li .price-list {
      color: #d19f68;
      background: #fff none repeat scroll 0 0;
      display: block;
      float: right;
      position: relative; }

.vc_btn_primary {
  clear: left;
  width: 100%;
  padding-top: 12px; }
  .vc_btn_primary .vc_general.vc_btn3-icon-right {
    background: #d19f68;
    color: #000;
    font-family: Oswald;
    font-weight: 400;
    padding-left: 50px;
    min-width: 289px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    padding-right: 83px !important;
    text-transform: uppercase;
    font-size: 14px; }
    .vc_btn_primary .vc_general.vc_btn3-icon-right .vc_btn3-icon {
      right: 50px !important; }
    .vc_btn_primary .vc_general.vc_btn3-icon-right:hover {
      background: #000;
      color: #fff; }

.tes-3 .caption_testimonial:before {
  top: 18px; }
.tes-3 .caption_testimonial .item-desc {
  padding-top: 29px;
  margin-bottom: 6px; }
.tes-3.ult-carousel-wrapper ul.slick-dots {
  padding-top: 29px; }

.slide-member .slick-list .slick-slide {
  margin: 0; }

.title-insta {
  text-align: center; }
  .title-insta span {
    display: none; }
  .title-insta h2 {
    text-transform: uppercase;
    font-size: 35px; }

.instagram-img a {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative; }
  .instagram-img a i {
    left: 50%;
    position: absolute;
    top: 50%;
    -moz-transform: scale(0) translate(-50%, -50%);
    -o-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    z-index: 1; }
  .instagram-img a:hover:before {
    opacity: 0.7;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .instagram-img a:hover i {
    -moz-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  .instagram-img a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    right: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 10px;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.instagram-type1 {
  float: left;
  width: 100%;
  position: relative; }
  .instagram-type1 .title-insta {
    background: #d19f68;
    display: table;
    height: 440px;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    width: 23.1%; }
    .instagram-type1 .title-insta span {
      color: #fff;
      display: block;
      font-size: 20px; }
    .instagram-type1 .title-insta h2 {
      display: table-cell;
      height: 100%;
      padding-left: 78px;
      vertical-align: middle; }
  .instagram-type1 .instagram-grid {
    width: 84.5%;
    float: left; }
  .instagram-type1 .instagram-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 322px;
    position: relative;
    width: 20%;
    z-index: 9; }

.instagram-slider {
  padding-top: 29px; }
  .instagram-slider .slick-list {
    overflow: initial; }

.instagram-type2 {
  position: relative; }
  .instagram-type2 .instagram-img a::before {
    content: none; }
  .instagram-type2 .instagram-img i {
    display: none; }
  .instagram-type2::before {
    border: 15px solid #d19f68;
    content: "";
    height: 475px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    z-index: 10; }
  .instagram-type2 .title-insta {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 9; }
    .instagram-type2 .title-insta h2 {
      color: #fff;
      font-size: 72px;
      font-weight: 700;
      letter-spacing: 1.58em; }
  .instagram-type2 .instagram-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    opacity: 0.5;
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    margin: 0 15px; }
    .instagram-type2 .instagram-img.slick-center {
      height: 357px;
      opacity: 1;
      margin-top: -29px;
      filter: grayscale(0);
      -moz-filter: grayscale(0);
      -webkit-filter: grayscale(0);
      -o-filter: grayscale(0);
      -ms-filter: grayscale(0); }

.instagram-type4 .instagram-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  filter: grayscale(1);
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1); }
  .instagram-type4 .instagram-img.slick-center {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0); }
    .instagram-type4 .instagram-img.slick-center a span {
      -moz-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .instagram-type4 .instagram-img:hover a span {
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
.instagram-type4 .instagram-img a {
  height: 100%;
  position: relative; }
  .instagram-type4 .instagram-img a:before {
    content: none; }
  .instagram-type4 .instagram-img a span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    font-family: Oswald;
    font-size: 18px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 254px; }

.ie-11 .banner-type1 .banner-mid {
  position: static; }

.banner-type1 {
  height: 880px;
  display: table;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .banner-type1.en_overlay .banner-mid::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .banner-type1:hover .banner-mid:before {
    opacity: 0.9; }
  .banner-type1:hover .banner-title, .banner-type1:hover .banner-btn {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .banner-type1 .banner-mid {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%;
    padding: 0 15px; }
  .banner-type1 .banner-title {
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    .banner-type1 .banner-title h2 {
      font-size: 74px;
      font-weight: 700;
      margin-bottom: 11px;
      text-transform: uppercase; }
    .banner-type1 .banner-title h3 {
      color: #d19f68;
      font-size: 35px;
      margin: 0 auto;
      line-height: 41px;
      max-width: 410px;
      font-weight: 300;
      text-transform: uppercase; }
  .banner-type1 .btn-plus {
    display: none; }
  .banner-type1 .banner-btn {
    margin-top: 24px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
    .banner-type1 .banner-btn .btn {
      min-width: 289px; }

.banner-type2 {
  height: 464px;
  display: table;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner-type2:hover .banner-mid:before {
    opacity: 0.5; }
  .banner-type2:hover .banner-title, .banner-type2:hover .banner-btn {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .banner-type2:hover .banner-btn {
    height: auto;
    margin-top: 37px; }
  .banner-type2 .banner-mid {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    position: relative;
    padding: 0 15px; }
    .banner-type2 .banner-mid::before {
      margin: 34px 30px;
      background: #000;
      bottom: 0;
      content: "";
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .banner-type2 .banner-title {
    margin-top: -7px;
    position: relative; }
    .banner-type2 .banner-title h2 {
      font-size: 49px;
      font-weight: 700;
      color: #fff;
      letter-spacing: -2.8px;
      text-transform: uppercase;
      margin-top: 10px; }
    .banner-type2 .banner-title h3 {
      font-weight: 300;
      color: #fff;
      font-size: 37px;
      margin: 0 auto;
      line-height: 41px;
      letter-spacing: -1px;
      text-transform: uppercase; }
  .banner-type2 .banner-btn {
    margin-top: 0;
    position: relative;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.banner-type4 {
  position: relative; }
  .banner-type4.en_overlay::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .banner-type4 .banner-img img {
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .banner-type4 .banner-mid {
    left: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 3; }
    .banner-type4 .banner-mid p {
      color: #fff;
      font-size: 16px;
      font-style: italic;
      margin: 0 auto;
      max-width: 65%; }
    .banner-type4 .banner-mid h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      position: relative;
      margin-bottom: 47px;
      text-transform: uppercase; }
      .banner-type4 .banner-mid h2 a {
        color: #fff; }
        .banner-type4 .banner-mid h2 a:hover {
          color: #d19f68; }
      .banner-type4 .banner-mid h2::before {
        background: #d19f68;
        bottom: -22px;
        content: "";
        height: 3px;
        left: 50%;
        position: absolute;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 40px; }

.banner-type5 {
  margin-bottom: 30px; }
  .banner-type5:hover .banner-img:before {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 0.3; }
  .banner-type5:hover .banner-img img {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .banner-type5:hover .banner-img .btn-plus {
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .banner-type5 .banner-img {
    height: 200px;
    margin: 0 auto;
    width: 200px;
    position: relative; }
    .banner-type5 .banner-img:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      opacity: 0;
      border-radius: 50%;
      background: #d19f68;
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .banner-type5 .banner-img img {
      opacity: 1;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .banner-type5 .banner-img img {
      border-radius: 50%; }
    .banner-type5 .banner-img .btn-plus {
      left: 50%;
      margin: 0;
      position: absolute;
      top: 50%;
      z-index: 9;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      -moz-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0); }
      .banner-type5 .banner-img .btn-plus:before, .banner-type5 .banner-img .btn-plus:after {
        background: #fff; }
  .banner-type5 .banner-title {
    margin-top: 39px; }
    .banner-type5 .banner-title h3 {
      text-transform: uppercase;
      margin-bottom: 12px; }

.banner-type6 .banner-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px; }

.slick-counter-slide .slick-center .banner-type4 .banner-img img {
  filter: none;
  -ms-filter: none;
  -moz-filter: none;
  -webkit-filter: none;
  -o-filter: none; }
.slick-counter-slide .slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  bottom: 43px;
  color: #fff;
  font-size: 17px;
  position: absolute;
  right: 80px;
  z-index: 9;
  padding: 0; }
  .slick-counter-slide .slick-arrow:hover {
    color: #d19f68; }
  .slick-counter-slide .slick-arrow.btn-prev {
    right: 50px; }

.slider-wrap-container .pagingInfo {
  bottom: 80px;
  color: #fff;
  font-family: Oswald;
  font-size: 22px;
  position: absolute;
  right: 63px;
  z-index: 9; }

.wpb_single_image.logo-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

.text-space.hidden-sm {
  top: 85px; }

.box-text.box-text-2 .box-desc {
  padding-bottom: 20px; }
.box-text.box-text-2 img {
  padding-bottom: 0; }

.tp-static-layer {
  opacity: 1 !important; }

.rev_slider_wrapper .custom .tp-bullet {
  background: rgba(34, 35, 36, 0.2) none repeat scroll 0 0;
  height: 10px;
  width: 10px; }
  .rev_slider_wrapper .custom .tp-bullet:hover, .rev_slider_wrapper .custom .tp-bullet.selected {
    background: #d19f68;
    opacity: 1; }

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0; }

.height-900 {
  height: 900px; }

.height-730 {
  height: 730px; }
  .height-730 .icon_box {
    line-height: 80px; }

.height-900 .vc_column-inner, .height-900 .wpb_wrapper,
.height-900 .ult-content-box-container,
.height-900 .ult-content-box, .height-730 .vc_column-inner, .height-730 .wpb_wrapper,
.height-730 .ult-content-box-container,
.height-730 .ult-content-box {
  height: 100%; }

.height-730 > .vc_column-inner {
  display: table;
  width: 100%; }
  .height-730 > .vc_column-inner > .wpb_wrapper {
    display: table-cell;
    vertical-align: middle; }

.text-rotate h2 {
  color: #010101;
  font-size: 37px;
  letter-spacing: 0.1em;
  padding: 47px 53px;
  white-space: nowrap;
  text-transform: uppercase; }

.portfolio-5 .button-group {
  padding-bottom: 124px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: right;
  margin: 0 -40px;
  display: block; }
  .portfolio-5 .button-group .btn-filter {
    font-weight: 700; }

.stats-left {
  padding-left: 75px; }
  .stats-left .aio-icon-left {
    display: table-cell;
    left: 50px;
    opacity: 0.2;
    position: absolute;
    top: -25px; }

.stats-block .stats-text {
  padding-top: 3px; }
.stats-block .stats-number {
  font-weight: 400; }

.height-730 .icon-box-container:last-child .icon_box_content {
  margin-bottom: 0; }
  .height-730 .icon-box-container:last-child .icon_box_content .icon_box_desc p {
    margin-bottom: 0; }

.border-slide {
  border: 15px solid #d19f68;
  height: 597px;
  position: relative; }
  .border-slide::before {
    background: #fff none repeat scroll 0 0;
    bottom: -49%;
    content: "";
    height: 182px;
    left: 50%;
    position: absolute;
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 1px; }

.scroll-down {
  color: #fff;
  position: relative;
  padding-bottom: 10px !important; }
  .scroll-down:before {
    background: url(../images/bg-scroll-down.png) no-repeat;
    top: 100%;
    content: "";
    height: 46px;
    left: 50%;
    position: absolute;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px; }

.img-before {
  margin-left: 67px;
  margin-top: -30px;
  position: relative; }
  .img-before::before {
    background: #d19f68;
    content: "";
    height: 100%;
    left: -67px;
    position: absolute;
    top: -70px;
    width: 100%;
    z-index: 1; }
  .img-before::after {
    border: 1px solid #fff;
    content: "";
    height: 100%;
    left: -34px;
    position: absolute;
    top: -35px;
    width: 100%;
    z-index: 5; }
  .img-before img {
    position: relative;
    z-index: 3; }

.vc_custom_heading.main-color {
  text-transform: uppercase; }

.contact-info {
  background: #d19f68;
  position: absolute;
  top: 100px;
  width: 390px;
  z-index: 9;
  padding: 40px 52px; }
  .contact-info h3 {
    font-size: 20px;
    margin-bottom: 23px;
    text-transform: uppercase; }
  .contact-info .connect {
    padding-top: 6px;
    padding-bottom: 33px;
    margin-bottom: 39px;
    padding-left: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none; }
    .contact-info .connect li {
      color: #fff;
      font-size: 16px;
      padding-bottom: 6px; }
      .contact-info .connect li:nth-child(2) a {
        font-style: italic; }
      .contact-info .connect li p {
        letter-spacing: 0.06em;
        overflow: hidden;
        line-height: 22px; }
      .contact-info .connect li i {
        font-size: 18px;
        margin-top: 3px;
        width: 30px;
        float: left; }
    .contact-info .connect a {
      color: #fff; }
      .contact-info .connect a:hover {
        color: #000; }
  .contact-info .time-work {
    padding-left: 0;
    list-style-type: none; }
    .contact-info .time-work > li {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.06em;
      padding-bottom: 4px;
      text-transform: uppercase; }
      .contact-info .time-work > li span {
        float: right;
        width: 50%;
        text-transform: none;
        font-weight: 400; }
  .contact-info.contact-h7 {
    width: 453px;
    top: -100px;
    padding: 50px 52px 63px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .contact-info.contact-h7 img {
      margin-bottom: 39px; }
    .contact-info.contact-h7 h3 {
      color: #fff;
      letter-spacing: -0.5px; }
    .contact-info.contact-h7 .connect {
      margin-bottom: 38px;
      padding-top: 7px;
      padding-bottom: 29px; }
      .contact-info.contact-h7 .connect li i {
        margin-right: 14px;
        float: none; }
      .contact-info.contact-h7 .connect li:first-child i {
        display: none; }
      .contact-info.contact-h7 .connect li:first-child .text {
        display: inline-block;
        position: relative;
        margin-bottom: -5px; }
        .contact-info.contact-h7 .connect li:first-child .text:before {
          font-family: "Linearicons-Free";
          content: "\e833";
          position: absolute;
          left: 9px;
          color: #fff;
          top: -2px;
          font-size: 18px; }

.ult-carousel-wrapper.overflow-initial {
  margin-right: -15px;
  margin-left: -15px; }

.pricing-list-2 {
  padding-left: 0;
  list-style-type: none; }

.barber_container.title-abs .baber-heading {
  padding-bottom: 30px; }
.barber_container.title-abs .header_icon {
  color: #d19f68;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 24px; }
.barber_container.title-abs h2 {
  display: inline-block; }

.box-text.box-3 .box-desc {
  padding-bottom: 43px; }

.box-text.box-3 .box-title p {
  color: #010101; }

.item_testimonial.text-center {
  width: 95%; }

.custom-padding.style-heading-3 {
  padding-bottom: 30px; }

.wpb_single_image.img-about-abs {
  margin: 0;
  position: absolute;
  right: 0; }

.custom-progress.vc_progress_bar .vc_label {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase; }
.custom-progress.vc_progress_bar .vc_single_bar {
  background: #454545 none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  height: 20px;
  margin-bottom: 28px;
  position: relative; }
  .custom-progress.vc_progress_bar .vc_single_bar .vc_bar {
    background-color: #d19f68;
    border-radius: 0;
    position: relative;
    display: block; }
    .custom-progress.vc_progress_bar .vc_single_bar .vc_bar:before {
      position: absolute;
      content: "";
      left: 100%;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 0 20px;
      border-color: transparent transparent transparent #d19f68; }
.custom-progress.vc_progress_bar .vc_progress_value {
  color: #000000;
  font-size: 15px;
  position: absolute;
  right: -12px;
  top: -43px; }
  .custom-progress.vc_progress_bar .vc_progress_value::before {
    content: "";
    right: 6px;
    width: 0;
    height: 0;
    bottom: -15px;
    border-style: solid;
    border-width: 11px 6px 0 6px;
    border-color: #d19f68 transparent transparent;
    position: absolute; }

.member-img img {
  width: 100%; }

.ult_tabs .ult_tabmenu.style3 > li.ult_tab_li {
  background: #d19f68 !important; }
  .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li.current, .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li:hover {
    background: #f5f5f5 !important; }
    .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li.current a, .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li:hover a {
      color: #d19f68 !important; }
      .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li.current a .ult_tab_icon, .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li:hover a .ult_tab_icon {
        color: #d19f68 !important; }

.appointment-8 .baber-heading.style-heading-3 {
  margin: 0 auto;
  max-width: 82%;
  padding-left: 15px;
  padding-right: 15px; }
  .appointment-8 .baber-heading.style-heading-3 p {
    margin-top: 33px; }
.appointment-8 .apr_book_form select, .appointment-8 .apr_book_form .table-width {
  border: 1px solid transparent; }

.contact-8 .wpcf7-form {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
.contact-8 .wpcf7 {
  background: #d19f68;
  padding: 0 45px;
  display: table;
  -webkit-box-shadow: -9px 16px 29px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: -9px 16px 29px 0px rgba(0, 0, 0, 0.32);
  box-shadow: -9px 16px 29px 0px rgba(0, 0, 0, 0.32); }
  .contact-8 .wpcf7 p {
    margin-bottom: 10px;
    text-align: center; }
    .contact-8 .wpcf7 p.btn-submit {
      margin-bottom: 0;
      padding-top: 22px; }
  .contact-8 .wpcf7 textarea.wpcf7-form-control {
    height: 108px; }
  .contact-8 .wpcf7 .wpcf7-form-control {
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 13px;
    padding: 10px 22px;
    text-align: center; }
    .contact-8 .wpcf7 .wpcf7-form-control::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.8; }
    .contact-8 .wpcf7 .wpcf7-form-control.wpcf7-submit {
      background: #fff url("../images/icon-right.png") no-repeat scroll 87% -23px;
      border: 1px solid #fff;
      color: #000;
      font-family: Oswald;
      font-weight: 400;
      letter-spacing: 0;
      font-size: 14px;
      text-align: left;
      font-size: 15px;
      width: 153px; }
      .contact-8 .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
        background: #000 url("../images/icon-right.png") no-repeat scroll 87% 21px;
        border-color: #000;
        color: #fff; }
  .contact-8 .wpcf7 .ajax-loader {
    position: absolute; }

.logo9-abs {
  left: 50%;
  position: absolute;
  top: 145px;
  margin-bottom: 0 !important;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99; }

.box-text.about-9 img {
  padding-bottom: 0 !important; }

.custom-banner-1 .banner-type2 {
  height: 500px; }
  .custom-banner-1 .banner-type2 .banner-mid::before {
    content: none; }
  .custom-banner-1 .banner-type2 .banner-title h2 {
    font-size: 74px; }
  .custom-banner-1 .banner-type2 .banner-btn {
    height: auto;
    margin-top: 37px;
    opacity: 1; }
    .custom-banner-1 .banner-type2 .banner-btn a {
      color: #fff;
      min-width: 290px; }
      .custom-banner-1 .banner-type2 .banner-btn a:hover {
        color: #d19f68; }

.pricing-list-3 span span {
  font-family: Open Sans;
  font-size: 16px;
  font-style: italic;
  text-transform: none; }

.portfolio-9 .gallery_filter {
  margin-top: -16px; }
  .portfolio-9 .gallery_filter .button-group {
    padding-bottom: 48px; }
    .portfolio-9 .gallery_filter .button-group .btn-filter {
      font-weight: 700; }

.max-width .barber_container .baber-heading {
  padding-bottom: 33px; }
.max-width .pricing-list-3 li {
  margin-bottom: 19px; }

.slick-counter-slide .slick-list .wpb_single_image {
  margin-bottom: 0; }

.contact-shortcode .contact-form2 {
  margin: 0 -15px; }

.ult-carousel-wrapper.dots-2 .slick-dots li {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; }

.slick-arrow-top .slick-next, .slick-arrow-top .slick-prev {
  color: #282828 !important; }

.service-page-2 {
  position: relative; }
  .service-page-2:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #f5f5f5;
    left: 65px;
    right: 65px;
    top: 34px; }
  .service-page-2 .icon_box_content .icon_box::before,
  .service-page-2 .icon_box_content .icon_box::after {
    background: #ebebeb none repeat scroll 0 0; }
  .service-page-2 .icon_box_content .icon_box {
    background: #d19f68;
    color: #000; }
    .service-page-2 .icon_box_content .icon_box:before {
      border-right: 1px solid #fff; }
    .service-page-2 .icon_box_content .icon_box:after {
      border-top: 1px solid #fff; }
  .service-page-2 .icon_box_content .icon_box_title h3 {
    color: #000 !important;
    margin-bottom: 16px;
    margin-top: 16px;
    font-size: 32px; }
  .service-page-2 .icon_box_content .icon_box_desc > p {
    line-height: 26px;
    padding-bottom: 16px;
    text-align: left; }
    .service-page-2 .icon_box_content .icon_box_desc > p:last-child {
      padding-bottom: 0; }

.slick-arrow-top .slick-prev {
  left: 0 !important;
  margin-top: 0 !important;
  top: 16px; }
.slick-arrow-top .slick-next {
  right: 0 !important;
  margin-top: 0 !important;
  top: 16px; }

.main-bg.ubtn-ctn-center .ubtn-text {
  letter-spacing: 0.35px;
  margin-right: 32px;
  margin-top: -3px; }

@media (min-width: 1920px) {
  .height-730:last-child > .vc_column-inner > .wpb_wrapper {
    padding: 0 61px !important; }
  .height-730:last-child .icon-box-container {
    padding: 0 23px !important; }

  .overflow-initial .slick-next {
    right: -60px;
    color: #282828 !important; }
    .overflow-initial .slick-next:hover {
      color: #d19f68 !important; }
  .overflow-initial .slick-prev {
    left: -60px;
    color: #282828 !important; }
    .overflow-initial .slick-prev:hover {
      color: #d19f68 !important; }

  .wpb_single_image.img-footer {
    left: 23px;
    position: absolute;
    bottom: -115px;
    z-index: 2;
    display: block; } }
@media (min-width: 1367px) {
  .slide-member .slick-next {
    right: -69px; }
  .slide-member .slick-prev {
    left: -69px; } }
@media (max-width: 1366px) {
  .slide-member .slick-next {
    right: -15px !important; }
  .slide-member .slick-prev {
    left: -15px !important; }

  .appointment-8 .style-heading-3 {
    max-width: 90%; } }
@media (min-width: 1366px) and (max-width: 1550px) {
  .max-width.wpb_column .barber_container,
  .max-width.wpb_column .pricing-content.style3 {
    max-width: 600px;
    padding-left: 30px; } }
@media (min-width: 1200px) and (max-width: 1550px) {
  .ult_tabs .ult_tabcontent .pricing-content.style3 {
    margin-right: 50px;
    width: 300px; }
    .ult_tabs .ult_tabcontent .pricing-content.style3 .pricing-box {
      padding-left: 50px;
      padding-right: 0; }

  .height-805 .barber_container .baber-heading.style-heading-3 {
    padding-left: 50px;
    padding-right: 50px; }

  .wpb_single_image.pricing-abs-right {
    bottom: -205px; } }
@media (min-width: 1200px) and (max-width: 1365px) {
  .wpb_text_column .title-member {
    -moz-transform: rotate(-90deg) translateX(-357px) translateY(-303px);
    -o-transform: rotate(-90deg) translateX(-357px) translateY(-303px);
    -ms-transform: rotate(-90deg) translateX(-357px) translateY(-303px);
    -webkit-transform: rotate(-90deg) translateX(-357px) translateY(-303px);
    transform: rotate(-90deg) translateX(-357px) translateY(-303px); }

  .item_testimonial.text-center {
    width: 87%; }

  .slick-arrow.slick-next {
    right: 0 !important; }
  .slick-arrow.slick-prev {
    left: 0 !important; }

  .max-width .barber_container,
  .max-width .pricing-content.style3 {
    max-width: 550px;
    padding-left: 30px; }
  .max-width .barber_container .desc-title {
    width: 100%; }

  .service-pricing .pricing-content.style3 .pricing-box {
    padding-left: 50px;
    padding-right: 50px; } }
@media (min-width: 1366px) {
  .item_testimonial.text-center {
    width: 78%; }

  .boxed .service-pricing .pricing-content.style3 .pricing-box {
    padding-left: 30px;
    padding-right: 30px; }

  .slick-default > button.btn-prev.slick-arrow {
    right: -65px; }
  .slick-default > button.btn-next.slick-arrow {
    left: -65px; }

  .max-width .barber_container,
  .max-width .pricing-content.style3 {
    max-width: 815px;
    padding-left: 80px; }
  .max-width .barber_container .desc-title {
    width: 100%; } }
@media (min-width: 1200px) {
  .box-text.about-9 {
    max-width: 760px; } }
@media (max-width: 1199px) {
  .service-pricing .pricing-content.style3 .pricing-box {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .wpb_single_image.pricing-abs-right {
    display: none; }

  .instagram-type2 .title-insta h2 {
    letter-spacing: 50px; }

  .member-type2 .link-text {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

  .gallery-masonry_6 .image_size3,
  .gallery-masonry_6 .image_size4,
  .gallery-masonry_6 .image_size,
  .gallery-masonry_6 .image_size2 {
    width: 33.3333%; }

  .gallery_filter.text-right,
  .gallery_filter.text-left {
    margin: 0 -21px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .wpb_text_column .title-member {
    -moz-transform: rotate(-90deg) translateX(-357px) translateY(-303px);
    -o-transform: rotate(-90deg) translateX(-357px) translateY(-303px);
    -ms-transform: rotate(-90deg) translateX(-357px) translateY(-303px);
    -webkit-transform: rotate(-90deg) translateX(-357px) translateY(-303px);
    transform: rotate(-90deg) translateX(-357px) translateY(-303px); }

  .height-900 .wpb_text_column .box-text {
    padding-left: 100px;
    padding-right: 50px; }

  .portfolio-5 .button-group {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 -20px; }
    .portfolio-5 .button-group .inline-block {
      padding: 0 24px; }

  .wpb_wrapper .barber_container.title-abs {
    left: 50px; }

  .height-730 .wpb_single_image {
    bottom: -70px; }

  .pricing-sign .btn {
    padding: 14px 9px;
    width: 100%; }
    .pricing-sign .btn i {
      margin-left: 7px; }

  .height-805 .barber_container .baber-heading.style-heading-3 {
    padding-left: 30px;
    padding-right: 30px; }

  .ult_tabs .ult_tabcontent .pricing-content.style3 {
    margin-right: 0;
    width: 275px; }
    .ult_tabs .ult_tabcontent .pricing-content.style3 .pricing-box {
      padding-left: 30px;
      padding-right: 0; }

  .max-width .barber_container,
  .max-width .pricing-content.style3 {
    max-width: 480px;
    padding-left: 15px; }
  .max-width .barber_container .desc-title {
    width: 100%; }

  .our-gallery-sc.filter-container .gallery_header {
    padding-right: 15px;
    width: auto; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .instagram-type1 .title-insta {
    width: 32.1%; }
  .instagram-type1 .instagram-grid {
    width: 76.5%; }
  .instagram-type1 .title-insta h2 {
    padding-right: 15px; }

  .list_add_to_cart a.product_type_variable {
    margin-left: -7px; }

  .footer-newsletter.type1.newletter-2 .mc4wp-form .submit:before {
    content: none; }
  .footer-newsletter.type1.newletter-2 .mc4wp-form [type="submit"] {
    padding-left: 25px;
    padding-right: 25px; } }
@media (max-width: 1024px) {
  .title-spacing {
    letter-spacing: 70px !important; }

  .border-slide {
    height: 450px; }

  .custom.tp-bullets {
    display: none; } }
@media (min-width: 992px) {
  .no-margin {
    margin: 0; }

  .height-805 {
    height: 805px; }

  .height-667 {
    height: 667px;
    overflow: hidden; }

  .height-665 {
    height: 665px;
    overflow: hidden; }

  .ie-11 .instagram-type1 .title-insta {
    right: 11%; }

  .box-testimonials.tes-8,
  .height-718 {
    height: 718px;
    overflow: hidden;
    background: #f5f5f5; }

  .img-abs-right {
    position: absolute;
    right: 10px;
    top: 5px; }

  .img-absolute {
    bottom: -145px;
    left: -128px;
    position: absolute; }

  .barber_container.heading-abs {
    position: absolute;
    top: 0; }

  .custom-width-4.wpb_column {
    width: 41.6%; }

  .custom-width-8.wpb_column {
    width: 58.4%; }

  .barber_container.title-abs {
    left: 100px;
    position: absolute; }

  .no-padding {
    padding: 0; }
    .no-padding > .vc_row {
      margin: 0; }
      .no-padding > .vc_row > .vc_column_container > .vc_column-inner {
        padding: 0; }
    .no-padding > .vc_column-inner {
      padding: 0 !important; }

  .service-pricing {
    max-width: 890px; }

  .member-image {
    height: 730px; }
    .member-image img {
      display: none !important; }

  .member-type2 .member-content {
    padding: 94px 60px 80px 80px;
    height: 724px;
    margin-left: -60px; }
  .member-type2 .member-bottom {
    margin-top: 154px; }

  .title-member {
    left: 0;
    position: absolute;
    top: 50%;
    -moz-transform: rotate(-90deg) translateX(-357px) translateY(-383px);
    -o-transform: rotate(-90deg) translateX(-357px) translateY(-383px);
    -ms-transform: rotate(-90deg) translateX(-357px) translateY(-383px);
    -webkit-transform: rotate(-90deg) translateX(-357px) translateY(-383px);
    transform: rotate(-90deg) translateX(-357px) translateY(-383px);
    z-index: 9; }
    .title-member h2 {
      font-size: 96px;
      letter-spacing: 0.18em; }

  .height-900:first-child::before {
    background: #d19f68;
    content: "";
    height: 900px;
    position: absolute;
    right: -130px;
    top: 0;
    transform: translateX(-50%);
    width: 129px;
    z-index: 1; }

  .height-900 .box-text {
    padding-left: 177px;
    padding-right: 108px;
    padding-top: 95px; }

  .text-rotate {
    left: 50%;
    position: absolute;
    top: 0;
    -moz-transform: rotate(-90deg) translateX(-504px) translateY(-328px);
    -o-transform: rotate(-90deg) translateX(-504px) translateY(-328px);
    -ms-transform: rotate(-90deg) translateX(-504px) translateY(-328px);
    -webkit-transform: rotate(-90deg) translateX(-504px) translateY(-328px);
    transform: rotate(-90deg) translateX(-504px) translateY(-328px);
    z-index: 11; }

  .height-730:last-child > .vc_column-inner > .wpb_wrapper {
    padding: 0 15px; }
  .height-730:last-child .icon-box-container {
    padding: 0; }
  .height-730:last-child .icon_box_title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap; }
  .height-730 .wpb_single_image {
    bottom: -132px;
    left: 0;
    position: absolute;
    margin-bottom: 0;
    z-index: 9; }

  .margin-15 {
    margin: 0 15px; }

  .box-text.box-3 .box-desc {
    max-width: 90%; }

  .filter-container .gallery_header {
    margin: 0 auto;
    width: 1140px; }
    .filter-container .gallery_header .gallery_filter {
      margin: 0 -34px;
      text-align: right; }
    .filter-container .gallery_header .button-group {
      padding-bottom: 93px;
      padding-top: 35px; }

  .ult_tabs.service-pricing {
    max-width: 100%; }
    .ult_tabs.service-pricing .ult_tabmenu.style3 {
      border-bottom: medium none;
      width: 257px;
      left: -257px;
      top: -97px;
      position: absolute; }

  .height-805 .baber-heading.style-heading-3 {
    padding-left: 97px;
    padding-right: 100px;
    padding-bottom: 40px; }
    .height-805 .baber-heading.style-heading-3 .desc-title {
      margin-top: 21px; }

  .ult_tabs .ult_tabitemname {
    padding: 0; }
  .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li {
    border-radius: 45px 0 0 45px !important;
    display: block;
    height: 90px;
    margin-bottom: 3px;
    text-align: left;
    width: 100%; }
    .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li::before {
      content: none; }
    .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li a {
      display: block;
      font-size: 26px;
      height: 100%;
      padding: 30px 30px 30px 25px;
      text-transform: uppercase; }
    .ult_tabs .ult_tabmenu.style3 > li.ult_tab_li .aio-icon.none.ult_tab_iconleft {
      margin-right: 21px; }
  .ult_tabs .pricing-content.style3 {
    margin-right: 88px;
    width: 366px; }
    .ult_tabs .pricing-content.style3:last-child {
      margin-right: 0; }
      .ult_tabs .pricing-content.style3:last-child .pricing-box {
        padding-right: 0; }
    .ult_tabs .pricing-content.style3 .pricing-box {
      padding-left: 84px;
      padding-right: 0; }
  .ult_tabs .pricing-list-3 li .price-list {
    background: #f5f5f5; }

  .pricing-abs-right {
    bottom: -105px;
    position: absolute;
    right: 0; }

  .barber_container.title-abs.portfolio-title {
    left: 15px; } }
@media (max-width: 991px) {
  .pricing-abs-right {
    display: none; }

  .row.no-margin {
    margin: 0; }

  .member-image {
    background: none !important; }

  .title-member {
    display: none; }

  .member-type2 .member-image {
    margin-top: 0; }

  .baber-heading.style-heading-3.text-center .desc-title {
    width: 100%; }

  .ult_tabs .pricing-list-3 li .price-list {
    background: #f5f5f5; }

  .appointment-8 .baber-heading.style-heading-3 {
    max-width: 100%; }

  .banner-type1 {
    height: 600px; }
    .banner-type1 .banner-title h2 {
      font-size: 48px; }
    .banner-type1 .banner-title h3 {
      font-size: 28px; }

  .img-absolute {
    bottom: 0;
    margin: 0;
    position: absolute; }

  .member-type2 .no-padding {
    padding: 0; }

  .no-padding .pricing-content.style2 .pricing-box {
    border: none; }

  .img-before {
    margin-top: 45px;
    margin-bottom: 0 !important; }

  .style-2 .member-info {
    width: 100%; }

  .container-fluid.no-padding .apr_book_form form {
    margin: 0 -15px; }

  .footer-v2 .footer_info {
    width: 100%; }

  .portfolio-5 .button-group {
    margin: 0 -18px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    text-align: left; }

  .text-rotate h2 {
    padding-left: 0;
    padding-right: 0; }

  .height-900 {
    height: auto; }
    .height-900 .box-text {
      padding: 15px; }

  .height-730 {
    height: auto; }

  .member-bottom {
    margin-top: 50px; }

  .member-type2 .img-list {
    margin-left: -3px; }
  .member-type2 .link-text {
    margin-left: 10px; }

  .banner-type4 .banner-mid p {
    max-width: 100%;
    padding: 0 15px; }

  .slick-counter-slide .slick-arrow {
    right: 45px;
    bottom: 15px; }
    .slick-counter-slide .slick-arrow.btn-prev {
      right: 15px; }

  .slider-wrap-container .pagingInfo {
    bottom: 45px;
    right: 30px; }

  .wpb_single_image.img-about-abs {
    display: none; }

  .ult_tabmenu.style3 li.ult_tab_li > a.ult_a span {
    text-transform: uppercase; }

  .style3 .ult_tabitemname {
    padding: 50px 0 0; }

  .gallery-masonry_6 .image_size3,
  .gallery-masonry_6 .image_size4,
  .gallery-masonry_6 .image_size,
  .gallery-masonry_6 .image_size2 {
    width: 50%; } }
@media (min-width: 768px) {
  .contact-8 .wpcf7 {
    height: 463px;
    position: absolute;
    top: 54px;
    width: 453px;
    z-index: 11; }

  .banner-type4:hover .banner-img img {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0); }

  .height-900.wpb_column {
    height: 900px; }

  .pricing-content.style1.active .pricing-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    z-index: 1; }
    .pricing-content.style1.active .pricing-box:before {
      background: #fff;
      content: "";
      height: 20px;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%; }
    .pricing-content.style1.active .pricing-box:after {
      background: #fff;
      content: "";
      height: 20px;
      left: 0;
      position: absolute;
      bottom: 100%;
      width: 100%; }
    .pricing-content.style1.active .pricing-box .price-box {
      background: #d19f68; }
  .pricing-content .pricing-list-1 span {
    display: none; }
  .pricing-content.style2 .pricing-box {
    z-index: 1; }
    .pricing-content.style2 .pricing-box:before {
      background: #fff;
      content: "";
      height: 20px;
      left: 0;
      position: absolute;
      top: 0;
      opacity: 0;
      width: 100%; }
    .pricing-content.style2 .pricing-box:after {
      background: #fff;
      content: "";
      height: 20px;
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      opacity: 0; }
    .pricing-content.style2 .pricing-box:hover {
      -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.22);
      -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.22);
      box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.22);
      z-index: 4;
      border-color: transparent; }
      .pricing-content.style2 .pricing-box:hover:before {
        top: -20px;
        opacity: 1; }
      .pricing-content.style2 .pricing-box:hover:after {
        bottom: -20px;
        opacity: 1; }
      .pricing-content.style2 .pricing-box:hover .btn.btn-black {
        background: #d19f68;
        border-color: #d19f68; } }
@media (max-width: 767px) {
  .contact-8 .wpcf7 {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px; }
  .contact-8 .wpcf7-form {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }

  .gallery_filter.text-right,
  .gallery_filter.text-left {
    margin: 0 -6px; }

  .logo9-abs.wpb_single_image {
    top: 100px; }
    .logo9-abs.wpb_single_image img {
      height: 100px;
      width: 100px; }

  .footer-v5 .form-footer {
    margin-top: 0; }

  .height-730 .baber-heading {
    padding-left: 15px;
    padding-right: 15px; }

  .instagram-type2 .title-insta {
    z-index: 99; }

  .portfolio-5 .gallery_filter {
    padding: 0; }
  .portfolio-5 .button-group {
    overflow: hidden; }

  .text-rotate {
    display: none; }

  .baber-1.tp-bullets {
    left: -30px !important; }

  .button-group {
    width: 100%; }

  .filter-container .gallery_filter {
    padding: 0; }

  .member-desc {
    margin-bottom: 30px; }

  .appointment-8 .style-heading-3 {
    max-width: 100%; }

  .item_testimonial.text-center {
    width: 100%; }

  .instagram-type1 .instagram-grid {
    width: 100%; }
  .instagram-type1 .title-insta {
    background: none;
    height: auto !important;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9; }
    .instagram-type1 .title-insta h2 {
      padding: 0; }
  .instagram-type1 .instagram-img a i {
    z-index: -1; }

  .baber-heading.text-center .desc-title {
    width: 100%; }

  .wpb_single_image.logo-center {
    display: none; }

  .footer-newsletter.newletter-2 .mc4wp-form label {
    margin-bottom: 30px;
    width: 100%; }
  .footer-newsletter.newletter-2 .mc4wp-form .form-mail {
    overflow: hidden;
    padding-left: 0;
    width: 100%; }
  .footer-newsletter.newletter-2 .mc4wp-form .submit:before {
    content: none; }
  .footer-newsletter.newletter-2 .mc4wp-form [type="submit"] {
    padding-left: 15px;
    padding-right: 15px; }

  .blog-container .blog-item {
    margin-bottom: 30px; }

  .grid-item:last-child .blog-item {
    margin-bottom: 0; }

  .instagram-type2 .title-insta h2 {
    font-size: 50px;
    letter-spacing: 0.5em; }

  .border-slide {
    display: none; }

  .tp-caption.title-spacing {
    letter-spacing: 20px !important; }

  .text-rotate h2 {
    font-size: 26px; }

  .stats-left .aio-icon-left {
    left: 0; }

  .stats-block .stats-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .barber-1.tp-bullets {
    left: -15px !important; }

  .stats-block.stats-left {
    padding-left: 0; }

  .stats-left .stats-desc {
    display: block; }

  .container .gallery_filter {
    padding: 0; }

  .custom-banner-1 .banner-type2 .banner-title h2 {
    font-size: 50px; }

  .banner-content.banner-type5 .banner-img::before {
    opacity: 0.3;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .banner-content.banner-type5 .banner-img img {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .banner-content.banner-type5 .banner-img .btn-plus {
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }
@media (max-width: 600px) {
  .service-pricing .pricing-content.style3 {
    width: 100%;
    margin-bottom: 30px; }
    .service-pricing .pricing-content.style3 h3 {
      margin-bottom: 30px; }
    .service-pricing .pricing-content.style3 .pricing-box {
      padding: 0 !important; }

  .banner-type1 {
    height: 400px; }

  .isotope.col-2.gallery-masonry_2 .item {
    width: 100%; }

  .footer-newsletter.newletter-2 .mc4wp-form .input, .footer-newsletter.newletter-2 .mc4wp-form .submit {
    width: 100%; }

  .footer-newsletter.newletter-2 .mc4wp-form .submit {
    margin-top: 20px; } }
@media (max-width: 480px) and (max-width: 767px) {
  .banner-type5 .banner-title {
    margin: 37px auto 0;
    max-width: 80%; } }
@media (max-width: 480px) {
  .instagram-type2 .title-insta h2 {
    font-size: 30px;
    letter-spacing: 0.2em; }

  .text-rotate h2 {
    font-size: 22px; }

  .ult_tabmenu.style3 > li.ult_tab_li a .ult-span-text {
    display: none; }
  .ult_tabmenu.style3 > li.ult_tab_li a .aio-icon {
    font-size: 32px !important;
    padding: 5px 10px; }

  .custom-banner-1 .banner-type2 .banner-title h2 {
    font-size: 44px; }

  .max-width .pricing-list-3 li {
    padding-right: 30px; }
    .max-width .pricing-list-3 li .price-list {
      position: absolute;
      right: 0;
      top: 0; }
    .max-width .pricing-list-3 li span:first-child::before {
      content: none; }

  .btn_appointment {
    clear: left;
    padding: 0 15px; }
    .btn_appointment #btn_appointment {
      width: 100%; }

  .gallery-masonry_6 .image_size3,
  .gallery-masonry_6 .image_size4,
  .gallery-masonry_6 .image_size,
  .gallery-masonry_6 .image_size2 {
    width: 100%; }

  .gallery-masonry_6 .item:hover .gallery-desc {
    left: 15px !important; }

  .gallery-masonry_7 .image_size, .gallery-masonry_7 .image_size2 {
    width: 100%; } }
.title404 {
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  font-family: OpenSans-Extrabold;
  font-size: 17.8px;
  letter-spacing: 2.8px; }

.overlay404 {
  position: relative; }
  .overlay404:before {
    content: "";
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

svg {
  width: 100%;
  height: 100%; }

.heading404 {
  position: relative;
  margin-bottom: -9px; }

.error404 .side-breadcrumb {
  display: none; }
.error404 .side-breadcrumb + .wrapper {
  padding-top: 0; }
.error404 .footer {
  padding-top: 0 !important;
  position: relative; }

html {
  height: 100%; }

#error-page {
  max-width: none;
  padding: 0;
  margin: 0 !important; }

.page-404 {
  background-size: cover;
  margin: 0 -15px;
  vertical-align: middle; }
  .page-404 .content404 {
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 201px;
    letter-spacing: 1.5px;
    position: absolute;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .page-404 .content404 .btn.btn-primary {
      margin-top: 33px;
      padding: 14px 85px 14px 86px;
      letter-spacing: 0px; }
      .page-404 .content404 .btn.btn-primary > i {
        margin-left: 17px; }

.page-template-coming-soon footer, #error-page footer {
  padding-top: 0; }

.page-coming-soon {
  margin: 0 -15px;
  position: relative;
  min-height: 500px; }
  .page-coming-soon .coming-soon-container {
    position: relative;
    min-height: 500px; }
  .page-coming-soon .coming-soon {
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    padding-top: 150px;
    right: 0;
    left: 0; }
  .page-coming-soon .coming-clock, .page-coming-soon .coming-title {
    display: inline-block;
    vertical-align: middle; }
  .page-coming-soon .coming-title {
    text-transform: uppercase;
    font-size: 35px;
    text-align: left;
    width: 44.4%;
    /* max-width: 512px; */
    padding-left: 54px;
    padding-right: 52px;
    border-right: 1px solid #fff;
    padding: 9px 52px 9.2px 86px; }
    .page-coming-soon .coming-title h3 {
      color: #d19f68;
      font-size: 35px; }
    .page-coming-soon .coming-title h2 {
      font-size: 75px;
      font-weight: bold;
      color: inherit;
      margin-top: 5px;
      letter-spacing: -3px; }
  .page-coming-soon .coming-clock {
    width: 54%; }
  .page-coming-soon .coming-timer {
    font-family: Oswald;
    position: relative;
    display: inline-block;
    line-height: 100%;
    margin-left: 1px;
    margin-top: -4px; }
    .page-coming-soon .coming-timer > span:first-child {
      font-size: 80px;
      font-weight: 300;
      line-height: 100%; }
    .page-coming-soon .coming-timer > span:last-child {
      font-size: 128px;
      font-weight: bold;
      position: absolute;
      opacity: 0.1;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      padding-right: 55px;
      top: 45%;
      line-height: 100%; }
    .page-coming-soon .coming-timer:after {
      content: ":";
      font-size: 80px;
      font-family: inherit;
      font-weight: 300;
      padding: 0 22px 0 21px; }
    .page-coming-soon .coming-timer:last-child:after {
      display: none; }
    .page-coming-soon .coming-timer:last-child > span:last-child {
      padding-right: 0; }
  .page-coming-soon .coming-subcribe {
    margin-top: 47px; }
  .page-coming-soon .mc4wp-form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto; }
    .page-coming-soon .mc4wp-form input[type="submit"] {
      margin-top: 10px;
      background: #d19f68;
      font-family: Oswald;
      text-transform: uppercase;
      padding: 13px 87px 15px 60px;
      text-align: left;
      color: #000;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .page-coming-soon .mc4wp-form input[type="submit"]:hover {
        background: #000;
        color: #fff; }
    .page-coming-soon .mc4wp-form p.submit {
      position: relative;
      max-width: 204px;
      margin: 0 auto; }
      .page-coming-soon .mc4wp-form p.submit:hover:after {
        color: #fff; }
    .page-coming-soon .mc4wp-form p.submit:after {
      content: "\f003";
      font-family: FontAwesome;
      font-size: 14px;
      color: #000;
      position: absolute;
      top: 37%;
      right: 56px;
      pointer-events: none; }
  .page-coming-soon .mc4wp-form-fields > label:first-child {
    display: none; }
  .page-coming-soon input[type="email"], .page-coming-soon input[type="text"] {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 14px 26px 14.9px;
    font-size: 14px;
    height: 50px; }

.hide_footer footer {
  display: none !important; }

.ult_tabcontent.ult-responsive.style1 {
  overflow: visible !important; }

.ult_tabmenu.style1 .ult_tab_li {
  background: none !important; }
  .ult_tabmenu.style1 .ult_tab_li.current > a {
    border-color: #d19f68; }
  .ult_tabmenu.style1 .ult_tab_li:last-child {
    overflow: visible;
    position: static; }
    .ult_tabmenu.style1 .ult_tab_li:last-child:after {
      background: #ebebeb;
      content: "";
      height: 1px;
      margin-top: -2px;
      position: absolute;
      right: -15px;
      top: 50%;
      width: 97px;
      z-index: 2; }
.ult_tabmenu.style1 a.ult_a {
  background: none !important;
  width: 67px;
  height: 67px;
  text-align: center;
  padding: 12px 2px;
  border: 1px solid #ebebeb;
  margin: 0 5px; }
  .ult_tabmenu.style1 a.ult_a .ult-span-text {
    display: none; }
  .ult_tabmenu.style1 a.ult_a .aio-icon.none.ult_tab_iconright {
    margin: 2px; }
  .ult_tabmenu.style1 a.ult_a:hover {
    border-color: #d19f68; }

#barber_services .ult_tabmenu.style1 {
  padding-left: 123px;
  margin-bottom: 37px;
  overflow: visible; }
#barber_services .ult_tabitemname {
  overflow: visible !important; }
#barber_services .ult_tabcontent .uvc-heading {
  margin-left: -152px;
  padding-bottom: 39px;
  text-align: left; }
#barber_services .ubtn-ctn-left {
  padding-left: 130px; }
  #barber_services .ubtn-ctn-left .ubtn-text {
    letter-spacing: 0.35px;
    margin-right: 32px;
    margin-top: -1px; }
  #barber_services .ubtn-ctn-left .ubtn-icon {
    padding-right: 6px; }
#barber_services .container > .wpb_column:nth-child(2) {
  margin-top: 100px; }
  #barber_services .container > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > .uvc-heading {
    left: 31px;
    position: absolute;
    text-align: center;
    top: 5px;
    vertical-align: middle;
    width: 100px; }
#barber_services .icon_box_content.type_2 {
  padding-left: 3px; }
  #barber_services .icon_box_content.type_2 .icon_box {
    float: left;
    width: 67px;
    height: 67px; }
#barber_services .icon_box_content.type_2 .icon_box_desc {
  padding-left: 41px;
  width: calc(100% - 100px);
  margin-top: -6px;
  padding-top: 0; }
#barber_services .icon_box_desc > p + p {
  margin-top: 26px; }
#barber_services .icon_box_desc p {
  font-size: 16px;
  line-height: 26px; }
#barber_services .icon_box {
  color: #000;
  background: #d19f68;
  font-size: 39px; }
  #barber_services .icon_box:before, #barber_services .icon_box:after {
    background: #ebebeb; }

#our-pricing .baber-heading .desc-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 22px; }
#our-pricing .baber-heading .header_icon {
  margin-bottom: 11px; }

.pricing-content.style2 .price-center {
  font-size: 31px; }
.pricing-content.style2 sup {
  font-size: 62%;
  top: -8px;
  margin-left: -3px; }
.pricing-content.style2 .price-box {
  padding-bottom: 22px; }
  .pricing-content.style2 .price-box:hover:before {
    opacity: 1;
    top: -18px; }

.main-bg:hover .ubtn-icon {
  color: #fff; }

#apr_booking .apr_book_form {
  padding-right: 8px;
  width: 93.4%;
  padding-bottom: 30px; }
#apr_booking .baber-heading .header_icon {
  margin-bottom: 12px; }
#apr_booking .baber-heading .desc-title {
  line-height: 24px;
  margin-top: 22px; }

.mc4wp-error:before {
  top: 11px; }
.mc4wp-error > p {
  margin-bottom: 4px; }

.ult_tabs {
  margin-bottom: 26px !important; }

.letter_space_05 .uvc-sub-heading {
  letter-spacing: -0.5px; }

@media (min-width: 1506px) {
  .page-coming-soon .coming-soon {
    padding-top: 123px; }

  .instagram-type3 .instagram-img {
    margin-left: 0.77%;
    margin-right: 0.77%; }

  #apr_booking .booking_col_2 {
    padding-right: 97px;
    width: 49%; }
  #apr_booking .booking_col_1 {
    width: 51%; }

  .page-404 .content404 {
    padding-top: 165px !important; }

  .page-404 .content-404 .title404 {
    font-size: 12.3px; }
  .page-404 .content-404 .heading404 {
    margin-bottom: -56px; }

  .page-coming-soon .coming-subcribe {
    margin-top: 49px; } }
@media (min-width: 1366px) {
  #barber_services .icon_box_content.type_2 {
    padding-left: 16px; }

  #barber_services .ubtn-ctn-left {
    padding-left: 130px; } }
@media (min-width: 1200px) {
  .heading404 {
    margin-bottom: -58px;
    height: 958px; }

  .ie-11 .heading404 {
    margin-bottom: 0; }

  .page-404 .content404 {
    padding-top: 169px; }

  .title404 {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px; } }
@media (max-width: 1200px) {
  .page-coming-soon .coming-soon {
    padding-top: 0; } }
@media (max-width: 1199px) {
  .page-coming-soon .coming-title {
    padding: 15px 52px 12px 52px; }
    .page-coming-soon .coming-title h3 {
      font-size: 30px; }
    .page-coming-soon .coming-title h2 {
      font-size: 50px; }
  .page-coming-soon .coming-clock {
    padding: 0 30px; }
  .page-coming-soon .coming-timer > span:first-child {
    font-size: 44px; }
  .page-coming-soon .coming-timer > span:last-child {
    font-size: 47px; }
  .page-coming-soon .coming-timer:after {
    font-size: 44px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-content.style2 .pricing-sign .btn {
    font-size: 13px; }

  #barber_services .ult_tabmenu.style1 {
    padding-left: 0;
    margin-bottom: 37px;
    padding-top: 20px; }

  #barber_services .container > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > .uvc-heading {
    position: static;
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1506px) {
  #barber_services > .container > .wpb_column.vc_column_container:first-child > .vc_column-inner
  > .wpb_wrapper > .wpb_single_image:nth-child(2) {
    left: auto !important;
    right: 62.7%;
    text-align: right;
    width: 100%; } }
@media (min-width: 992px) {
  #barber_services > .container > .wpb_column.vc_column_container:first-child {
    position: static;
    width: 37.3%; }
    #barber_services > .container > .wpb_column.vc_column_container:first-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
      position: absolute;
      left: 0;
      height: 100%;
      overflow: hidden; }
  #barber_services > .container > .wpb_column.vc_column_container:last-child {
    width: calc(100% - 37.3%); } }
@media (max-width: 991px) {
  .page-404 .content404 {
    font-size: 20px;
    padding-top: 120px; }
    .page-404 .content404 .btn.btn-primary {
      padding: 14px 30px; }

  .ult_tabmenu.style1 .ult_tab_li:last-child::after {
    right: 0; }

  .apr_book_form {
    padding-bottom: 50px; }

  #barber_services > .container > .wpb_column:nth-child(2) {
    margin-top: 30px; }
  #barber_services .ult_tabcontent .uvc-heading {
    margin-left: 0; }
  #barber_services .icon_box_content.type_2 {
    margin-bottom: 0; }

  .page-coming-soon .coming-clock {
    width: 59%; }
  .page-coming-soon .coming-title {
    width: 40%;
    padding: 15px 30px 12px 30px; }

  .header-v6 .open-menu-mobile {
    padding: 24px 0 5px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .heading404 {
    height: 600px;
    margin-bottom: -30px; }

  .page-404 .content404 {
    padding-top: 160px; }

  .page-coming-soon .coming-timer > span:last-child {
    font-size: 78px; } }
@media (min-width: 768px) {
  #apr_booking .baber-heading .desc-title {
    width: 95%; } }
@media (max-width: 767px) {
  #apr_booking .apr_book_form {
    width: 100%; }

  .ult_tabmenu.style1 .ult_tab_li:last-child::after {
    right: 15px;
    width: 50px;
    display: none; }

  #barber_services > .container > .wpb_column:nth-child(2) {
    margin: 0;
    padding: 0; }
    #barber_services > .container > .wpb_column:nth-child(2) > .vc_column-inner {
      padding: 0; }
      #barber_services > .container > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > .uvc-heading {
        left: 15px;
        top: -1px; }
  #barber_services .ult_tabmenu.style1 {
    padding-left: 65px; }

  .ult_tabmenu.style1 a.ult_a {
    height: 42px;
    width: 42px; }
  .ult_tabmenu.style1 .ult_tab_main {
    display: inline-block; }
  .ult_tabmenu.style1 .aio-icon {
    display: block;
    font-size: 25px !important;
    height: auto;
    line-height: 100%;
    margin: 2px 0 0 !important;
    vertical-align: middle;
    width: auto; }

  .page-404 .content404 {
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 71px 15px 0; }
    .page-404 .content404 .btn.btn-primary {
      letter-spacing: 0;
      margin-top: 13px;
      padding: 14px 30px; }
  .page-404 svg {
    -moz-transform: translateY(-46px);
    -o-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    -webkit-transform: translateY(-46px);
    transform: translateY(-46px); }
  .page-404 .title404 {
    font-size: 12.8px; }

  .header-v6 .header-logo {
    left: 15px; }

  .heading404 {
    height: 500px;
    margin-bottom: -47px; }

  .page-coming-soon .coming-clock, .page-coming-soon .coming-title {
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
    text-align: center;
    border: none; }
  .page-coming-soon .coming-soon {
    padding-top: 101px;
    height: 100%;
    top: 0;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative; }
  .page-coming-soon .coming-title h2 {
    font-size: 40px; }
  .page-coming-soon .coming-timer > span:first-child {
    font-size: 30px; }
  .page-coming-soon .coming-timer:after {
    font-size: 30px;
    padding: 0 15px 0 15px; }
  .page-coming-soon .coming-timer span:last-child {
    font-size: 55px;
    padding-right: 35px; }
  .page-coming-soon .mc4wp-form {
    padding: 0 15px; }

  .gallery_sort .title-portfolio.item {
    display: table; }

  .title-portfolio,
  .gallery-masonry_2 .btn-viewmore {
    height: auto; }
    .title-portfolio .btn,
    .gallery-masonry_2 .btn-viewmore .btn {
      display: block; }
      .title-portfolio .btn i,
      .gallery-masonry_2 .btn-viewmore .btn i {
        margin-bottom: -6px; }

  .title-portfolio .title-left {
    padding: 6px 15px 10px 40px;
    display: table-cell; }
    .title-portfolio .title-left:before {
      background: none;
      font-size: 23px;
      left: 6px; }
    .title-portfolio .title-left h2 {
      font-size: 22px; }
    .title-portfolio .title-left h3 {
      font-size: 18px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .ult_tabmenu.style1 .aio-icon {
    margin: 5px 0 0 !important; }

  #barber_services > .container > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > .uvc-heading {
    top: 5px; } }
@media (max-width: 480px) {
  #barber_services .icon_box_content.type_2 .icon_box {
    float: none; }
  #barber_services .icon_box_content.type_2 .icon_box_desc {
    padding-left: 2px;
    width: 100%; }
  #barber_services .ubtn-ctn-left {
    padding-left: 3px; }
  #barber_services .ult_tabitemname {
    padding-left: 0px;
    padding-right: 0px; }
  #barber_services > .container > .wpb_column:nth-child(2) > .vc_column-inner > .wpb_wrapper > .uvc-heading {
    left: 4px; }
  #barber_services > .container > .wpb_column:nth-child(1) > .vc_column-inner {
    padding: 0; }

  .ult_tabmenu.style1 .ult_tab_li {
    padding-bottom: 5px !important; } }
@media (max-width: 1820px) {
  .box-services .icon-box-container {
    width: 50%; } }
@media (max-width: 1686px) {
  .service-h1.vc_row {
    background-position: -50% 0 !important; } }
@media (max-width: 1570px) {
  .box-text.type-4 {
    margin-left: 90px; }

  .block-service-right > .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .service-h1 .upb_row_bg {
    left: -458px !important; }

  .box-services .icon-box-container {
    padding-right: 50px; }

  .service-h1.vc_row {
    background-position: -70% 0 !important; }

  .pos-bg1.vc_row {
    background-size: 50% !important; }

  .box-text.type1 img {
    padding-bottom: 186px; }

  .vc_row.bg-box-text {
    background-position: 150% 0 !important; } }
@media (max-width: 1366px) {
  .apr_book_form {
    width: 90%; }

  .blog-info .author {
    padding: 0 20px; }

  .service-h1.vc_row {
    background-position: -80% 0 !important; }

  .box-text.type1 img {
    padding-bottom: 80px; }

  .widget_post_blog .blog-post-info .blog-time p {
    line-height: 18px; }

  .widget_post_blog .blog-img + .blog-post-info {
    margin-top: 0; } }
@media (max-width: 1280px) {
  .action_item_box {
    border-left: 0;
    padding-left: 0; }

  .box-text.type1 img {
    padding-bottom: 40px; }

  .service-h1.vc_row {
    background-position: -100% 0 !important; } }
@media (min-width: 1199px) {
  .box-order .info-book {
    padding-right: 44px; }

  .box-order .info-time {
    padding-left: 91px; }

  .box-scheduce {
    padding-right: 47px; }

  .instagram-type3 .instagram-img.image_size3 {
    max-width: 396.5px; }

  .icon_box_content.type_1.icon_box_3.text-right {
    margin-right: 5px; }
  .icon_box_content.type_1.icon_box_3.text-left {
    margin-left: 5px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-item.col-md-3 {
    width: 33.33%; }

  .product_list_widget .product-content .product-title {
    font-size: 12px; }

  .info .summary .add-to-cart {
    display: block;
    float: left;
    margin-top: 20px; }

  .info .summary .add-to {
    top: 32px; }

  .info .summary .add-to:last-child {
    right: 160px; } }
@media (max-width: 1199px) {
  .footer-v8 .hidden-mobile {
    display: none; }

  .banner-type1.banner-type7 .banner-mid {
    padding: 0 19px; }
  .banner-type1.banner-type7 .banner-mid:after {
    bottom: 12px;
    left: 12px;
    right: 12px;
    top: 12px; }
  .banner-type1.banner-type7 .banner-title h3 {
    font-size: 27px;
    line-height: 31px; }
  .banner-type1.banner-type7 .banner-title h2 {
    margin-bottom: 11px; }
  .banner-type1.banner-type7 .banner-btn {
    margin-top: 20px; }

  .vc_row.bg-box-text {
    background-position: 100% 100% !important;
    background-size: 65% !important; }

  .box-text.type-4 {
    margin-left: 67px; }

  .button-group .inline-block {
    padding: 0 15px; }

  .bg-box-text .upb_row_bg {
    left: 45% !important; }

  .pricing-content.style2 .pricing-desc {
    font-size: 14px; }

  .list_add_to_cart a::after {
    height: 0; }

  .action_item.compare_product {
    padding: 0 5px; }

  .stats-left {
    padding-left: 60px; }

  .slick-next {
    right: 0 !important; }

  .slick-prev {
    left: 0 !important; }

  .box-text.type1 img {
    padding-bottom: 0; }

  .text-space {
    display: none; }

  .service-h1.vc_row {
    background: none !important; }

  .woocommerce.columns-4 div.product-grid div.product {
    width: 33.33%; }

  .box-services .icon-box-container {
    padding-right: 30px; }

  .member-info {
    background-size: 107%;
    background-repeat: no-repeat;
    background-position: center center; } }
@media (min-width: 992px) and (max-width: 1300px) {
  .uavc-list-icon .uavc-list > li {
    margin-right: 43px !important; }

  .banner-type1.banner-type3 {
    height: 400px; } }
@media (min-width: 992px) and (max-width: 1024px) {
  .list-item-info .info-time .list-items-time li p {
    width: 55%; }

  .list-item-info .info-time .list-items-time li span {
    width: 45%; }

  .widget.widget_arrowpress_instagram_feed .instagram-gallery .instagram-img {
    margin-left: 3px;
    margin-right: 3px; } }
@media (max-width: 1024px) {
  .instagram-type3 .instagram-img {
    width: calc( 50% - 15px);
    margin: 6.09px; }
    .instagram-type3 .instagram-img.image_size1 {
      width: calc( 50% - 15px);
      height: 553px; }
    .instagram-type3 .instagram-img.image_size3 {
      width: calc( 50% - 15px); }
    .instagram-type3 .instagram-img.image_size2 {
      width: calc(25% - 14px); }

  .footer-social li a {
    margin-right: 15px; }

  .footer-v9 .footer-newsletter .mc4wp-form-fields {
    width: 100%; } }
@media (max-width: 992px) {
  .arrow_style2 .slick-default > button.btn-next.slick-arrow {
    left: 0; }

  .arrow_style2 .slick-default button.btn-prev.slick-arrow {
    left: 39px; } }
@media (min-width: 992px) {
  .book_app_form #myfrm_book_appointment {
    margin: 0 -9px; }

  .contact-form2 > p {
    padding-left: 11px;
    padding-right: 19px; }

  .header-v7 .header-right {
    position: absolute !important;
    float: none !important;
    margin: 0 !important;
    top: 0px !important; }

  .info-book .btn {
    padding: 15px 51px; }
    .info-book .btn.btn-icon i {
      margin-left: 14px; }

  .left-sidebar {
    float: left; }

  .f-right {
    float: right; } }
@media (max-width: 991px) {
  .post-single.single-4 .blog-post-title {
    padding-left: 0;
    padding-bottom: 40px; }

  .post-single.single-4 .blog-info .blog-date {
    position: relative;
    top: 0;
    margin-right: 20px; }

  .box-scheduce {
    margin-bottom: 80px; }

  .img_single_row2 {
    padding-bottom: 20px; }

  .woocommerce .side-breadcrumb + .wrapper {
    padding-top: 40px; }

  .vc_row.bg-box-text {
    background-image: none !important; }

  .block-text .text-content p br {
    display: none; }

  .bg-abs-top4 {
    top: -75px;
    right: -100px; }
    .bg-abs-top4.wpb_single_image img {
      max-width: 80%; }

  .bg-box-text .upb_row_bg {
    background: none !important; }

  .box-member.our-team-2 .member-type1 {
    width: 50%; }

  .footer-v6 .footer-social {
    padding-left: 15px; }

  .comment-textarea {
    width: 100%; }

  .box-text.type-4 {
    margin-left: 15px; }

  .book-h7 {
    margin-bottom: 100px; }

  .box-pricing-h7 {
    margin: 0 -15px; }
    .box-pricing-h7 .ult-content-box .pricing-content {
      width: 50%;
      padding: 15px; }

  .gallery-masonry_3 .image_size, .gallery-masonry_3 .image_size1 {
    width: 50%; }
  .gallery-masonry_3 .image_size2 {
    width: 25%; }

  .brand-content .slick-list {
    margin: 0 45px; }

  .box-order .info-time {
    margin-top: 0; }

  .button-group .inline-block {
    padding: 0 18px; }

  .slick-next {
    right: 0 !important; }

  .box-text.type2 {
    padding-right: 0; }

  .box-scheduce-content .list-items-time {
    margin-right: 0; }

  .pos-bg1.vc_row {
    background: none !important; }

  .info-form {
    width: 100%; }

  .member-info {
    background-size: 100%;
    margin-top: -55px; }

  .bg-abs-top2,
  .bg-abs-top {
    display: none; }

  .box-order .info-book {
    float: left;
    margin-top: 20px; }

  .woocommerce.columns-4 div.product-grid div.product {
    width: 50%; }

  .isotope.col-4 .item, .gallery_col4 > .isotope-item {
    width: 33.33%; }

  .wpb_single_image.vc_align_right.img-service {
    text-align: left; }

  .left-sidebar {
    margin-bottom: 30px; }

  .left-sidebar,
  .right-sidebar {
    margin-top: 40px; }

  .widget_post_blog ul li.blog-item {
    width: 100%; }

  .post-single .commentlist,
  .post-single .share-links {
    margin-bottom: 10px; }

  .post-single {
    margin-bottom: 0; }

  .active-sidebar .widget:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product_list_widget .product-content .product-title {
    line-height: 15px; } }
@media (min-width: 768px) {
  .slick-slider .animated, .ult_tabs .animated {
    visibility: visible; }

  .banner-type1.banner-type7:hover .banner-mid:after {
    opacity: 1; }

  .gallery-style1 .gallery-img img {
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1); }
  .gallery-style1 .item:hover .gallery-img img {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0); }
  .gallery-style1 .item:hover .gallery-img a.btn-fancybox i {
    opacity: 1;
    z-index: 1;
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1); }

  .uavc-list-icon .uavc-list > li .uavc-list-desc {
    width: 100%;
    text-align: center;
    display: block; }

  .instagram-type3 .instagram-img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    .instagram-type3 .instagram-img:hover {
      filter: none;
      -webkit-filter: none;
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    .instagram-type3 .instagram-img a:hover:before {
      opacity: 0.5; }

  .icon_box_content.type_1.icon_box_3 .icon_box:hover {
    color: #fff; }

  .uavc-list-icon .uavc-list > li .ult-just-icon-wrapper:hover {
    background: #d19f68; }
    .uavc-list-icon .uavc-list > li .ult-just-icon-wrapper:hover .aio-icon {
      color: #000 !important; }

  .icon_box_content:hover .icon_box {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #d19f68;
    border-color: #fff;
    color: #000 !important; }
    .icon_box_content:hover .icon_box:before, .icon_box_content:hover .icon_box:after {
      background: #ebebeb; }

  .box-pricing-h7 .pricing-content.style2 .pricing-box:hover {
    box-shadow: 2px 17px 14px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 17px 14px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 17px 14px 6px rgba(0, 0, 0, 0.1); }

  .slick-slide:hover .member-img img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%); }

  .no-padding-right.vc_column_container > .vc_column-inner {
    padding-right: 0 !important; }

  .no-padding-left.vc_column_container > .vc_column-inner {
    padding-left: 0 !important; }

  .member-type1 .item-member-content:hover .member-img img {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0); } }
@media (max-width: 767px) and (min-width: 530px) {
  .widget.widget_arrowpress_instagram_feed .instagram-gallery .instagram-img {
    height: 150px; }

  .info .quantity, #yith-quick-view-content .quantity {
    margin-bottom: 20px; }

  .woocommerce.post-type-archive-product div.product-grid div.product {
    width: 50%; } }
@media (max-width: 530px) {
  .woocommerce.post-type-archive-product div.product-grid div.product {
    width: 100%; } }
@media (max-width: 767px) {
  .banner-type1.banner-type7 {
    height: 500px; }

  .category #main + .vc_row {
    margin-top: 50px; }

  .list_s3 .blog-content {
    padding: 10px 15px 20px; }
    .list_s3 .blog-content .post-name a {
      font-size: 20px; }

  .side-breadcrumb.type-2 .breadcrumb {
    text-align: center; }
    .side-breadcrumb.type-2 .breadcrumb li:last-child:before {
      content: none;
      float: left;
      width: 100%; }

  .footer-v10 .footer-social {
    padding-top: 35px; }
  .footer-v10 .widget_nav_menu li {
    padding: 0 10px; }
  .footer-v10 a.to-top {
    padding-top: 0;
    padding-bottom: 30px; }

  .footer-v9 .footer-content {
    padding: 20px 0 28px; }
  .footer-v9 .footer-social {
    text-align: center; }
  .footer-v9 .footer-logo {
    padding-top: 30px; }
  .footer-v9 .footer-newsletter .submit {
    margin-top: 0; }
  .footer-v9 .footer-newsletter .mc4wp-form-fields {
    margin: 0 auto; }

  .post-single.single-3 .post-comments {
    margin-bottom: 80px; }

  .box-text-sidebar {
    margin-bottom: 0; }

  .bg-abs-top6 {
    display: none; }

  .ult_countdown-div, .countdown_home4 .info-book, .text_countdown {
    padding-left: 15px;
    color: #fff; }

  .info .summary .add-to {
    top: -57px; }

  .instagram-type3 .instagram-img a:hover i {
    display: none; }

  .product-grid.barber-products {
    margin: 0 !important; }

  .blog-post-title {
    padding: 16px 0 10px; }

  .custom_filter .button-group .inline-block {
    border: none;
    float: none;
    margin: 1%;
    padding: 6px;
    text-align: center;
    width: auto; }

  .box-member .member-type1 {
    width: 50%; }

  .button-group .inline-block {
    padding: 0;
    text-align: center; }

  .footer-v6 .footer-social {
    padding-left: 0; }

  .box-text.type-4 {
    margin-left: 0; }

  .gallery-masonry_3 .image_size2 {
    width: 50%; }

  .woocommerce div.product-grid div.product {
    width: 50%; }

  .contact-info.contact-h7 {
    transform: none;
    position: static;
    width: 100%; }

  .contact-info.contact-h7 {
    padding: 50px 15px 63px; }

  .contact-info.contact-h7 .connect li:first-child i {
    display: inline-block;
    float: none;
    margin-right: 0; }

  .woocommerce-ordering label {
    display: none; }

  .woocommerce-ordering {
    margin-left: 10px; }

  .select-tooltbars select {
    width: 154px; }

  .contact-info.contact-h7 {
    margin-bottom: 50px !important; }

  .contact-info.contact-h7 .connect li:first-child .text::before {
    content: none; }

  .book-h7 {
    margin-bottom: 0; }

  .box-text.type3 .box-title p {
    font-size: 60px; }

  .banner-type2 .banner-title h2 {
    font-size: 42px;
    letter-spacing: 0; }

  .banner-type2 .banner-mid::before {
    margin: 20px; }

  .img-service {
    width: 100%; }
    .img-service.wpb_single_image .vc_single_image-wrapper, .img-service.wpb_single_image img, .img-service.wpb_single_image .vc_figure {
      width: 100%; }

  .single-product .media {
    padding-bottom: 40px; }

  .button-group .inline-block:before {
    content: none !important; }

  .gallery_filter {
    padding: 0 15px; }

  .button-group {
    padding-bottom: 50px; }

  .product-content .product-action {
    visibility: visible;
    opacity: 1;
    left: 0;
    bottom: -10px;
    position: static;
    overflow: hidden; }

  .filter_count_view {
    text-align: left;
    display: block;
    margin-top: 10px; }

  .product-action.product-action-grid {
    display: none; }

  .product-grid .product-action-list {
    display: block;
    margin-top: 20px; }

  .product-content .product-image:before {
    content: none; }

  .tp-caption {
    letter-spacing: 0 !important; }

  .gallery_sort .item {
    clear: both;
    float: left;
    display: inline-block; }

  .animated {
    visibility: visible; }

  .animated,
  .amimated.fadeInLeft,
  .amimated.fadeInRight,
  .animated.fadeInUp {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .preloader .loader,
  .preloader {
    display: none; }

  .block-service-right .baber-heading {
    width: 100%; }

  .member-info .member-name h5 {
    margin-bottom: 5px; }

  .apr_book_form {
    width: 100%;
    padding-bottom: 70px; }

  .button-group .btn-filter:after,
  .button-group .btn-filter:before {
    content: none; }

  .list_s2 .blog-post-info {
    margin: -50px 50px 0 50px; }

  .footer {
    padding-top: 65px; }

  .rev-btn > i {
    margin-left: 8px !important; }

  .box-pricing-h1 .pricing-content.style1 {
    width: 100%;
    margin-bottom: 30px; }

  .member-img img {
    filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%); }

  .isotope.col-3 .item, .gallery_col3 > .isotope-item,
  .isotope.col-4 .item, .gallery_col4 > .isotope-item {
    width: 50%; }

  .slick-prev {
    left: 13px !important; }

  .slick-next {
    right: 12px !important; }

  .tes-3 .item_testimonial.text-center {
    padding: 0; } }
@media (max-width: 600px) {
  .comment-body .comment-bottom .profile-desc {
    margin-top: 0; }

  .ares.tp-bullets {
    display: none !important; }

  .banner-type1.banner-type3 {
    height: 350px; }

  .bg-abs-top5 {
    display: none; }

  .instagram-type3 .instagram-img {
    width: 100% !important;
    margin: 0;
    height: 270px !important; }

  .uavc-list-icon .uavc-list .uavc-list-content {
    display: table;
    width: 195px;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto; }
  .uavc-list-icon .uavc-list > li {
    clear: both !important;
    display: block;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    text-align: center; }

  .uavc-list-icon .uavc-list > li .uavc-list-icon:after {
    content: "";
    height: 100px;
    width: 2px;
    position: absolute;
    left: 35%;
    z-index: 2;
    background: #d19f68;
    top: 100%;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-left: -1px; }

  .uavc-list-icon .uavc-list > li .uavc-list-desc {
    font-family: Oswald;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    width: auto;
    width: 50%;
    text-align: left; }

  .uavc-list-icon .uavc-list .uavc-list-content {
    margin-bottom: 0; }

  .product-list .product-content .product-desc, .product-list .product-content .product-image {
    float: none;
    width: 100%;
    display: block;
    text-align: left; }

  .contact-form2 .no-full {
    width: 100%; }

  .contact-form2 > p {
    padding: 0;
    clear: both; }

  .box-scheduce .ult-content-box {
    padding: 70px 40px 30px 40px; }

  .icon_box {
    margin-right: 15px; }

  .box-services .icon-box-container {
    padding-right: 0;
    width: 100%; }

  .box-order .info-time span {
    margin-right: 15px;
    font-size: 20px; }

  .box-order .info-time {
    font-size: 20px; }

  .comment-body .comment-bottom .info-content .profile-name {
    float: none;
    display: block; }
  .comment-body .comment-bottom .info-content .date-cmt {
    padding-left: 0;
    margin-bottom: 10px; }
    .comment-body .comment-bottom .info-content .date-cmt:before {
      content: none; }

  .member-info {
    padding: 28px 0; }

  .title-portfolio .title-left {
    padding: 25px 15px 25px 40px;
    height: auto; } }
@media (max-width: 530px) {
  .woocommerce div.product-grid div.product {
    width: 100%; } }
@media (max-width: 480px) {
  .profile-bottom .comment-awaiting-moderation {
    top: -73px;
    left: 55px; }

  .post-single.single-4 .blog-post-title {
    padding: 40px 0 20px 0; }
  .post-single.single-4 .blog-info .blog-date {
    position: relative;
    margin-left: 0;
    top: 0;
    margin-top: -10px;
    margin-right: 10px; }
  .post-single.single-4 .blog_post_desc {
    padding-top: 30px; }
    .post-single.single-4 .blog_post_desc .list-items {
      padding-top: 10px; }

  .post-single.single-3 .blog-content {
    margin-bottom: 40px; }
  .post-single.single-3 .blog-post-info {
    padding: 10px 15px 55px; }
  .post-single.single-3 .blog_post_desc .list-items {
    padding-top: 15px; }

  .post-single.single-4 .blog-content {
    margin-bottom: 25px; }

  .post-single.single-3 .post-comments {
    margin-bottom: 60px; }

  .list-item-box li {
    font-size: 16px;
    margin-bottom: 10px; }

  .comment-author img {
    height: 40px;
    width: 40px; }

  .box-scheduce {
    margin-bottom: 60px; }

  .box-scheduce-content .list-items-time li:last-child {
    padding-right: 0; }

  .box-pricing-h7 .ult-content-box .pricing-content:last-child {
    margin-bottom: 0; }

  .bg-abs-top6,
  .bg-abs-top4 {
    display: none; }

  .member-type1 .member-info {
    padding: 50px 0; }

  .box-member .member-type1 {
    padding: 0; }

  .box-text.type-4 .box-title h4 {
    font-size: 30px; }

  .bg-abs-top3 {
    top: -180px; }

  .box-text.type-4 .box-title p {
    font-size: 60px; }

  .box-member.our-team-2 .member-type1 {
    margin-bottom: 0;
    width: 100%; }

  .box-member.our-team-2 .member-info {
    margin-top: -60px; }

  .box-member {
    margin: 0; }

  .box-member .member-type1 {
    width: 100%;
    margin-bottom: 30px; }

  .banner-bottom h2 {
    font-size: 30px; }

  .product-tab .nav-tabs > li {
    margin-top: 3px; }

  #h6_testimonial .item_testimonial.text-center {
    width: 100%;
    padding: 0 !important; }

  .gallery-masonry_3 {
    margin: 0 15px !important; }

  .gallery_sort .gallery-masonry_3 .item {
    padding: 0 15px 15px 15px; }

  .apr_book_form {
    padding-bottom: 55px; }

  .box-text.type3 .box-title p {
    font-size: 40px;
    letter-spacing: 0; }

  .member-img img {
    width: 100%; }

  .banner-type2 .banner-mid::before {
    margin: 15px; }

  .banner-type2 {
    height: 350px; }

  .banner-type2 .banner-title h3 {
    font-size: 30px; }

  .box-pricing-h7 .ult-content-box .pricing-content {
    width: 100%; }

  .gallery-masonry_3 .item {
    width: 100% !important; }

  .button-group {
    padding-bottom: 35px; }

  .style-2 .member-info {
    position: static; }

  .info .summary .add-to-cart, #yith-quick-view-content .summary .add-to-cart {
    display: block;
    float: left;
    padding-top: 20px;
    width: 100%; }

  .info .summary .add-to, #yith-quick-view-content .summary .add-to {
    top: -40px; }

  .apr_book_form #displaymessage {
    bottom: -60px; }

  .woocommerce.columns-2 div.product-grid div.product,
  .woocommerce.columns-3 div.product-grid div.product,
  .woocommerce.columns-4 div.product-grid div.product {
    width: 100%; }

  .box-text .box-desc {
    padding: 25px 0; }

  .box-text.type1 img {
    margin-bottom: -30px; }

  .item_testimonial.text-center {
    padding: 0 15px; }

  .caption_testimonial .title-testimonial h2 {
    font-size: 30px;
    line-height: 28px; }

  .footer-newsletter .mc4wp-form input[type="email"] {
    text-align: center; }

  .box-scheduce .ult-content-box {
    padding: 60px 15px 20px 15px; }

  .box-text .box-title p {
    font-size: 50px; }

  .box-scheduce-content .list-items-time li {
    font-size: 18px; }

  .box-order .info-time {
    margin-top: 0; }
    .box-order .info-time span {
      width: 100%;
      display: inline-block; }

  .box-order .info-book {
    margin-top: 15px; }

  .gallery_paginations .arrow_right,
  .gallery_paginations .arrow_left {
    width: 100%; }
    .gallery_paginations .arrow_right .btn,
    .gallery_paginations .arrow_left .btn {
      width: 100%; }

  .gallery_paginations .arrow_right {
    float: left;
    margin-top: 10px; }

  .button-group .inline-block:before {
    content: none; }

  .blog-info .author {
    padding: 0 10px; }

  .list_s2 .blog-post-info {
    margin: 0;
    padding: 0; }

  .list_s2 .quote_section blockquote {
    margin-bottom: 0; }

  .list_s2 .blog-item .quote_section,
  .list_s2 .blog-item .post_link {
    margin-bottom: 0; }

  .isotope.col-2 .item, .gallery_col2 > .isotope-item,
  .isotope.col-3 .item, .gallery_col3 > .isotope-item,
  .isotope.col-4 .item, .gallery_col4 > .isotope-item {
    width: 100%; }

  .side-breadcrumb .page-title h1 {
    font-size: 26px; }

  .box-services .icon-box-container {
    width: 100%;
    padding-right: 0; }

  .side-breadcrumb + .wrapper {
    padding-top: 50px; }

  .footer {
    padding-top: 50px; }

  .comment-body .comment-bottom {
    min-height: auto;
    padding: 15px 15px 20px 23px;
    margin-left: 35px; }
    .comment-body .comment-bottom .links-info {
      position: static;
      float: right; }

  .commentlist ul.children {
    padding-left: 15px; }

  .comment-body .comment-author + .profile-bottom .comment-bottom {
    margin-top: -54px; }

  .comment-reply-title a {
    position: static; }

  .footer-v2 .footer-content .widget_nav_menu ul li {
    padding: 0 8px; }

  .contact-info {
    left: 30px;
    padding: 15px;
    width: 255px; } }
@media (max-width: 375px) {
  .text_countdown h4 {
    font-size: 20px; }

  .text_countdown h3 {
    font-size: 30px; }

  .variations tr td {
    width: 100%; }

  .variations tr td.label {
    display: none; } }
@media (max-width: 360px) {
  .product-list .product-content .product-action {
    width: 240px; } }
	.add_to_wishlist.single_add_to_wishlist {
	display: block;
}
