@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
 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
 3.10 Product
 3.11 Testimonial
 3.12 Contact
 3.13 Fullpage
 3.14 Coming Soon
 4.0 Responsive
 -------------------------------------------------------------------*/
/*===================================
 1.0 Common & Reset style
 1.1 Plugins
 ===================================*/
@font-face {
  font-family: 'MyriadPro';
  src: url('fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Willona';
  src: url('../fonts/Willona.otf') format('opentype'), url('../fonts/Willona.ttf') format('truetype'), url('../fonts/Willona Brush.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: local('☺'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rage Italic";
  src: url("../fonts/c713fd0df31cf4e5f8e4f09e92698c6d.eot");
  src: url("../fonts/c713fd0df31cf4e5f8e4f09e92698c6d.eot?#iefix") format("embedded-opentype"), url("../fonts/c713fd0df31cf4e5f8e4f09e92698c6d.woff2") format("woff2"), url("../fonts/c713fd0df31cf4e5f8e4f09e92698c6d.woff") format("woff"), url("../fonts/c713fd0df31cf4e5f8e4f09e92698c6d.ttf") format("truetype"), url("../fonts/c713fd0df31cf4e5f8e4f09e92698c6d.svg#Rage Italic") format("svg");
}
@font-face {
  font-family: 'KingBasilLite';
  src: url('../fonts/KingBasilLite.eot');
  src: local('☺'), url('../fonts/KingBasilLite.woff') format('woff'), url('../fonts/KingBasilLite.ttf') format('truetype'), url('../fonts/KingBasilLite.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PlayfairDisplay-Italic';
  src: url('../fonts/PlayfairDisplay-Italic.eot');
  src: local('☺'), url('../fonts/PlayfairDisplay-Italic.woff') format('woff'), url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/montserrat_black.eot');
  src: local('☺'), url('../fonts/montserrat_black.woff') format('woff'), url('../fonts/montserrat_black.ttf') format('truetype'), url('../fonts/montserrat_black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/montserrat_light.eot');
  src: local('☺'), url('../fonts/montserrat_light.woff') format('woff'), url('../fonts/montserrat_light.ttf') format('truetype'), url('../fonts/montserrat_light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DryBrush';
  src: url('../fonts/DryBrush.eot');
  src: local('☺'), url('../fonts/DryBrush.woff') format('woff'), url('../fonts/DryBrush.ttf') format('truetype'), url('../fonts/DryBrush.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 14px;
  font-family: 'Open Sans', Arial;
  color: #010101;
  font-weight: normal;
}
body, html {
  overflow-x: hidden;
  width: 100%;
}
.animated {
  visibility: hidden;
}
.animated.visible {
  visibility: visible;
}
.ult-animation .animated {
  visibility: visible;
}
.blog_post_desc > .entry-content > h1, .comment-content > h1, article.type-page > .entry-content > h1 {
  font-size: 48px;
  margin: 33px 0;
}
.blog_post_desc > .entry-content > h1 + h2, .comment-content > h1 + h2, article.type-page > .entry-content > h1 + h2 {
  margin: 18px 0;
}
.blog_post_desc > .entry-content > h3, .comment-content > h3, article.type-page > .entry-content > h3 {
  margin: 15px 0;
}
.blog_post_desc > .entry-content > h4, .comment-content > h4, article.type-page > .entry-content > h4, .blog_post_desc > .entry-content > h5, .comment-content > h5, article.type-page > .entry-content > h5, .blog_post_desc > .entry-content > h6, .comment-content > h6, article.type-page > .entry-content > h6 {
  margin: 12px 0;
}
.blog_post_desc > .entry-content > h2, .comment-content > h2, article.type-page > .entry-content > h2 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.blog_post_desc > .entry-content > dl, .comment-content > dl, article.type-page > .entry-content > dl {
  margin: 0 20px;
}
.blog_post_desc > .entry-content > dl dd, .comment-content > dl dd, article.type-page > .entry-content > dl dd {
  margin: 0 0 20px;
}
.blog_post_desc > .entry-content > table, .comment-content > table, article.type-page > .entry-content > table {
  line-height: 2;
}
.blog_post_desc > .entry-content > table td, .comment-content > table td, article.type-page > .entry-content > table td {
  padding: 6px 10px 6px 0;
}
input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  width: auto !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
  left: 0 !important;
}
#yith-quick-view-content div.images {
  width: 100%;
}
#yith-quick-view-modal .thumbnails {
  clear: both;
}
#yith-quick-view-content div.summary {
  margin: 0;
  padding: 0;
  width: 100%;
}
.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 {
  color: #000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
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, #thumbs_list_frame ul, .isotope ul, .media ul, .vertical_list ul, .image_list ul, .woocommerce ul, .instagram-gallery ul, .active-sidebar menu, #thumbs_list_frame menu, .isotope menu, .media menu, .vertical_list menu, .image_list menu, .woocommerce menu, .instagram-gallery menu, .active-sidebar dir, #thumbs_list_frame dir, .isotope dir, .media dir, .vertical_list dir, .image_list dir, .woocommerce dir, .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: #cea35f;
}
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: 700;
  font-family: Montserrat;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 16px;
}
h5 {
  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: #ebebeb none repeat scroll 0 0;
  padding: 12px 12px 11px;
  border: medium none;
  color: #111;
  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;
}
.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;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: medium none;
  height: 40px;
  text-transform: capitalize;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  background: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  color: #302f2f;
  font-size: 12px;
  font-family: 'Varela Round', sans-serif;
}
.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;
}
body .btn {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  color: #cea35f;
  font-family: Montserrat;
  text-transform: none;
  padding: 8px 17px;
  font-weight: 400;
}
body .btn.btn-default:hover {
  background: #cea35f;
  color: #fff;
}
body .btn:focus, body .btn:active {
  box-shadow: none;
}
body .btn.btn-primary {
  color: #fff;
  background: #cea35f none repeat scroll 0 0;
}
body .btn.btn-primary:hover {
  background: #000;
}
body .btn.btn-primary.btn-icon {
  border-radius: 4px;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  padding: 13px 21px;
  text-transform: uppercase;
}
body .btn.btn-primary.btn-icon i {
  margin-left: 5px;
}
body .btn.btn-default.btn-icon {
  color: #000;
  font-family: Roboto Condensed;
  font-weight: 700;
  padding: 0;
}
body .btn.btn-default.btn-icon:hover, body .btn.btn-default.btn-icon:focus {
  background: none !important;
  color: #cea35f;
}
.instagram-container li a::before, .instagram-container li a::after, .testimonial-container .owl-nav > div:before, .product-slide .product-img::before, .ads-type-2, .quick-view, .add-to, .add_to_cart_button, .img-member, .img-member:before, .mega-menu > li > a::before, .mega-menu > li > a::after, .right-header > div > a::before, .right-header > div > a::after, #fp-nav ul li .fp-tooltip, #fp-nav ul li, .price_slider_amount .button, .mc4wp-form [type="submit"], .custom.tparrows::before, .custom.tparrows::after, #wpsl-search-wrap .wpsl-search-btn-wrap input, .header-v3 .header-logo, .cate-acc li a::before, .cate-children a:before, .main-3 .ult_tabs .ult_tabmenu.style1 li a:before, .main-3 .ult_tabs .ult_tabmenu.style1 li a:after, .product-image::before, .testimonial_style6 .owl-controls .owl-dot, .testimonial_style6 .owl-controls .owl-dot: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;
}
.tp-revslider-slidesli .btn, .cate-acc li a {
  -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;
}
.ads-type-2:before, .ads-type-2:after {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.slide-content .slide-desc h4, .slide-content .text p, .slide-content .btn-banner .btn {
  -webkit-transition: all 1.5s ease-in-out 0s;
  -moz-transition: all 1.5s ease-in-out 0s;
  -ms-transition: all 1.5s ease-in-out 0s;
  -o-transition: all 1.5s ease-in-out 0s;
  transition: all 1.5s ease-in-out 0s;
}
.slide-content .number-slide h2, .blog-img > a {
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.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;
  }
}
.no-padding .vc_row {
  margin: 0;
}
.title-custom {
  clear: left;
}
/*===================================
 2.0 Base 
 2.1 Header
 ===================================*/
header ul li, .footer ul li {
  list-style: none;
}
header ul, .footer ul {
  padding-left: 0;
  margin: 0;
}
header .close_mini_special, .footer .close_mini_special {
  display: none;
}
.header-v1 .header-logo {
  float: left;
  padding-left: 30px;
  padding-top: 19px;
  position: relative;
  z-index: 99;
  padding-bottom: 20px;
}
.header-v1 .right-header {
  position: absolute;
  top: 6px;
  right: 30px;
}
.header-v1.is-sticky .header-top {
  display: none;
}
.header-top {
  background: #222;
  color: #525252;
  padding: 5px 30px 0;
  min-height: 44px;
}
.header-top a {
  color: #525252;
}
.header-top .header-text {
  padding-top: 5px;
}
.header-v6 {
  position: relative;
  z-index: 2;
}
.header-v6 .header-logo {
  position: absolute;
  left: 30px;
  top: 0;
  padding-top: 20px;
  height: 100%;
}
.header-v6 .mega-menu > li > a, .header-v6 .btn-open {
  color: #fff;
}
.header-v6 .right-header {
  position: absolute;
  top: 0;
  right: 15px;
}
.header-v6 .right-header .search-block-top > .btn-search {
  color: #fff;
  font-size: 36px;
}
.link-contact {
  margin-top: 7px;
}
.link-contact p {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 35px;
}
.link-contact p a {
  font-size: 13px;
  color: #afafaf;
  letter-spacing: 0.2px;
}
.link-contact p a:hover {
  color: #fff;
}
.link-contact p i {
  padding-right: 7px;
}
.link-contact p:before {
  position: absolute;
  right: 15px;
  top: 7px;
  height: 13px;
  width: 1px;
  background: #afafaf;
  content: "";
}
.link-contact p:last-child:before {
  display: none;
}
.header-v2 .cart_count, .header-v4 .cart_count {
  display: inline-block;
}
.header-v2.is-sticky .mega-menu > li > a, .header-v4.is-sticky .mega-menu > li > a, .header-v2.is-sticky .right-header > div > a, .header-v4.is-sticky .right-header > div > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-v2.is-sticky .mega-menu > li > a:before, .header-v4.is-sticky .mega-menu > li > a:before, .header-v2.is-sticky .mega-menu > li > a:after, .header-v4.is-sticky .mega-menu > li > a:after {
  bottom: 8px;
}
.header-v2.is-sticky .right-header, .header-v4.is-sticky .right-header {
  padding: 0;
}
.header-v2.is-sticky .cart_count, .header-v4.is-sticky .cart_count {
  margin-bottom: 0;
}
.header-v2.is-sticky .header-logo, .header-v4.is-sticky .header-logo {
  padding: 5px 0;
}
.header-v2.is-sticky .header-logo img, .header-v4.is-sticky .header-logo img {
  height: 50px;
}
.children.dropdown-menu::before {
  background: #cea35f none repeat scroll 0 0;
  bottom: 100%;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.top-link {
  margin-top: 5px;
  text-align: right;
}
.top-link .customlinks {
  padding: 0px 12px;
  display: inline-block;
  position: relative;
}
.top-link .customlinks > a i {
  padding-right: 5px;
}
.top-link .customlinks > a:hover {
  color: #fff;
}
.top-link .customlinks:last-child {
  padding-right: 0;
}
.top-link .customlinks:last-child:before {
  display: none;
}
.top-link .customlinks li a {
  padding: 7px 13px;
  display: block;
}
.top-link .customlinks li:last-child a {
  padding-bottom: 10px;
}
.header-bottom {
  text-align: center;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.right-header {
  float: right;
}
.currency_custom {
  float: left;
}
.languges-flags {
  float: left;
}
.menu-second-menu-container {
  padding-left: 15px;
  text-align: left;
}
.header-v2.is-sticky .header-bottom:not(.show-breadcrumb) {
  background: #000 none repeat scroll 0 0;
  -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  animation: 0.8s ease-out 0s normal none 1 running reveal-header;
}
.header-v2 .right-header {
  float: right;
  padding: 16px 0;
  vertical-align: middle;
}
.header-v2 .right-header > div {
  display: inline-block;
}
.header-v2 .right-header > div:hover > a:before {
  left: 50%;
  opacity: 1;
}
.header-v2 .right-header > div:hover > a:after {
  right: 50%;
  opacity: 1;
}
.header-v2 .right-header > div > a {
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: 24px;
  font-family: Montserrat;
  padding: 20px 26px;
}
.header-v2 .right-header > div > a:hover {
  color: #cea35f;
}
.header-v2 .right-header > div > a:before {
  content: "";
  background: #8c70ba;
  height: 2px;
  width: 5px !important;
  opacity: 0;
  position: absolute;
  bottom: 9px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-v2 .right-header > div > a:after {
  content: "";
  background: #8c70ba;
  height: 2px;
  width: 5px !important;
  opacity: 0;
  position: absolute;
  bottom: 9px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-v2 .mega-menu {
  margin: 0 -10px;
}
.header-v2 .mega-menu > li > a {
  color: #fff;
  padding: 37px 26px;
}
.header-v2 .mega-menu > li > .dropdown-menu {
  left: 0;
}
.header-v2 .mega-menu > li > a:hover {
  color: #fff;
}
.header-v2 .mega-menu > li > a:before, .header-v2 .mega-menu > li > a:after {
  bottom: 28px;
  background: #fff;
}
.header-v2 .header-bottom {
  border-bottom: none;
}
.header-v2 .header-bottom:not(.show-breadcrumb) {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: transparent;
}
.header-v2 .header-bottom:not(.show-breadcrumb) .mega-menu > li:hover > a {
  color: #fff;
}
.header-v2 .header-logo {
  padding: 20px 0;
}
.header-v2 .cart-block {
  border-top: 1px solid #e1e1e1;
  right: 0;
  top: 84px;
}
.header-v3.is-sticky .main-navigation {
  min-height: 60px;
}
.header-v3.is-sticky .search-block-top > .btn-search {
  padding-bottom: 18px;
  padding-top: 17px;
}
.header-v3.is-sticky .header-logo, .header-v3.is-sticky .right-header {
  height: 60px;
  width: 60px;
}
.header-v3.is-sticky .mini-cart a.cart_label {
  padding: 0 20px;
}
.header-v3.is-sticky .mini-cart a.cart_label i {
  font-size: 24px;
  height: 100%;
  line-height: 60px;
  width: 100%;
}
.header-v3.is-sticky .mini-cart a.cart_label .cart_count {
  line-height: 100%;
  padding: 4px;
}
.header-v3.is-sticky .mega-menu > li > a {
  padding-bottom: 18px;
  padding-top: 17px;
}
.header-v3.is-sticky .shop_settings {
  padding-bottom: 18px;
  padding-top: 17px;
}
.header-v3.is-sticky .mega-menu > li > a::before, .header-v3.is-sticky .mega-menu > li > a::after {
  bottom: 10px;
}
.header-v3 .header-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header-v3 .header-logo > a:before {
  content: "";
  position: absolute;
  background: #cea35f;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-v3 .header-logo img {
  position: relative;
}
.header-v3 .main-navigation {
  padding: 0 120px;
  min-height: 120px;
}
.header-v3 .main-navigation .container {
  width: 100%;
  padding: 0;
}
.header-v3 .header-bottom {
  border-bottom: none;
}
.header-v3 .right-header {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.header-v3 .mini-cart {
  position: absolute;
  top: 0;
  right: 0;
}
.header-v3 .mini-cart a.cart_label {
  padding: 34px 36px;
  background: #cdddc5;
  color: #fff;
}
.header-v3 .mini-cart a.cart_label i {
  font-size: 48px;
}
.header-v3 .mini-cart a.cart_label .cart_count {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Montserrat;
  padding: 3px 8px;
  margin-bottom: 0;
  background: #768967;
}
.header-v3 .mini-cart .cart-block {
  display: none;
}
.header-v3 .mega-menu .icon-next {
  display: none;
}
.header-v3 .mega-menu li a {
  padding: 47px 20px;
}
.header-v3 .mega-menu > li > a:before, .header-v3 .mega-menu > li > a:after {
  bottom: 37px;
}
.header-v3 .mega-menu > li > a:before .dropdown-menu, .header-v3 .mega-menu > li > a:after .dropdown-menu {
  left: 0;
}
.header-v3 .search-block-top {
  padding-left: 24px;
}
.header-v3 .search-block-top .btn-search {
  padding: 47px 20px 48px;
}
.header-v3 .search-block-top .top-search {
  top: 100%;
}
.header-v3 .shop_settings {
  padding-bottom: 48px;
  padding-left: 40px;
  padding-top: 47px;
}
.header-v4.is-sticky .header-bottom:not(.show-breadcrumb) {
  -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  animation: 0.8s ease-out 0s normal none 1 running reveal-header;
}
.header-v4 .right-header {
  float: right;
  padding: 16px 0;
  vertical-align: middle;
}
.header-v4 .right-header > div {
  display: inline-block;
}
.header-v4 .right-header > div:hover > a:before {
  left: 50%;
  opacity: 1;
}
.header-v4 .right-header > div:hover > a:after {
  right: 50%;
  opacity: 1;
}
.header-v4 .right-header > div > a {
  color: #000;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: 24px;
  font-family: Montserrat;
  padding: 20px 26px;
}
.header-v4 .right-header > div > a:hover {
  color: #cea35f;
}
.header-v4 .right-header > div > a:before {
  content: "";
  background: #8c70ba;
  height: 2px;
  width: 5px !important;
  opacity: 0;
  position: absolute;
  bottom: 9px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-v4 .right-header > div > a:after {
  content: "";
  background: #8c70ba;
  height: 2px;
  width: 5px !important;
  opacity: 0;
  position: absolute;
  bottom: 9px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-v4 .mega-menu {
  margin: 0 -10px;
}
.header-v4 .mega-menu > li > a {
  color: #000;
  padding: 37px 26px;
}
.header-v4 .mega-menu > li > .dropdown-menu {
  left: 0;
}
.header-v4 .mega-menu > li > a:before, .header-v4 .mega-menu > li > a:after {
  bottom: 28px;
}
.header-v4 .header-bottom {
  border-bottom: none;
}
.header-v4 .header-bottom:not(.show-breadcrumb) {
  position: relative;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.header-v4 .header-logo {
  padding: 20px 0;
}
.header-v4 .cart-block {
  border-top: 1px solid #e1e1e1;
  right: 0;
  top: 84px;
}
.side-breadcrumb.type-1 {
  padding: 94px 0 83px;
  margin-bottom: 50px;
  position: relative;
  margin-bottom: 51px;
}
.side-breadcrumb .page-title {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.side-breadcrumb .page-title > * {
  color: #fff;
  font-size: 24px;
}
.side-breadcrumb.has_overlay:before {
  opacity: 0.8;
}
.side-breadcrumb .breadcrumb {
  background: none;
  color: #fff;
  margin-bottom: 0;
}
.side-breadcrumb .breadcrumb a {
  color: #fff;
}
.side-breadcrumb.type-2 {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
}
.side-breadcrumb.type-2 .breadcrumb {
  padding: 18px 15px;
  color: #b1b1b1;
}
.side-breadcrumb.type-2 .breadcrumb a {
  color: #b1b1b1;
}
.side-breadcrumb.type-2 .breadcrumb > li + li::before {
  color: #b1b1b1;
}
.side-breadcrumb.type-3 {
  margin-bottom: 60px;
}
.side-breadcrumb.type-3 .breadcrumb {
  border-bottom: 1px solid #ececec;
  color: #b1b1b1;
  padding: 18px 0;
}
.side-breadcrumb.type-3 .breadcrumb a {
  color: #b1b1b1;
}
.side-breadcrumb.type-3 .breadcrumb > li + li::before {
  color: #b1b1b1;
}
.side-breadcrumb.type-4 {
  background-image: url(../images/bg-breadcurm-2-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: table;
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 60px;
}
.side-breadcrumb.type-4:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #cea35f;
  opacity: 0.5;
}
.side-breadcrumb.type-4 .breadcrumb-mid {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.side-breadcrumb.type-4 .breadcrumb {
  padding: 12px 15px 0;
}
.side-breadcrumb.type-4 .page-title > * {
  display: inline-block;
  font-family: Playfair Display;
  font-size: 32px;
  letter-spacing: 0;
  padding: 0 30px 19px;
  position: relative;
  text-transform: capitalize;
  line-height: normal;
  font-weight: 400;
}
.side-breadcrumb.type-4 .page-title > *:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
}
.header-v5 {
  -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  opacity: 1;
  visibility: visible;
}
.header-v5 .header-bottom {
  border-bottom: medium none;
}
.header-v5 .header-bottom:before, .header-v5 .header-bottom:after {
  content: " ";
  display: table;
}
.header-v5 .header-bottom:after {
  clear: both;
}
.header-v5 .header-bottom:not(.show-breadcrumb) {
  position: fixed;
  top: 0;
  padding-top: 30px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.header-v5 .header-logo {
  padding-left: 35px;
  text-align: left;
  padding-top: 10px;
}
.header-v5 .main-navigation {
  display: inline-block;
}
.header-v5 .shop_settings {
  padding: 20px;
}
.header-v5 .cart_label i:before {
  content: "\f290";
  font-size: 14px;
  font-family: FontAwesome;
}
.header-v5 .mini-cart .active {
  right: 0;
}
.header-v5 .right-header {
  padding-right: 35px;
}
.header-v5 .icon-next {
  display: none;
}
.header-v5 .customlinks .dropdown-menu {
  right: 0;
  left: auto;
}
.header-profile > ul {
  padding: 21px 2px;
}
.header-profile > ul a {
  display: block;
  padding: 6px 25px;
}
.breadcrumb {
  font-size: 12px;
  font-family: Montserrat;
  letter-spacing: 1px;
}
.breadcrumb > li + li:before {
  content: "-";
  padding: 0 12px;
  color: #fff;
  font-weight: bold;
}
.header-v7 {
  position: relative;
  padding: 37px 0 30px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-v7.is-sticky {
  padding: 0;
}
.header-v7.is-sticky .header-top, .header-v7.is-sticky .header-quote {
  display: none;
}
.header-v7::before {
  background: #cea35f none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-v7 .top-search {
  right: 0;
  z-index: 9999;
}
.header-v7 .header-top {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  min-height: 44px;
  padding: 0;
}
.header-v7 .right-header {
  padding: 0 15px;
}
.header-v7 .social_icon_list {
  margin: 0 -13px;
  padding: 5px 15px 0;
}
.header-v7 .social_icon_list ul {
  display: table-cell;
  height: 52px;
  vertical-align: middle;
}
.header-v7 .social_icon_list li {
  display: inline-block;
}
.header-v7 .social_icon_list li a {
  color: #fff;
  font-size: 16px;
  padding: 0 13px;
}
.header-v7 .header-logo {
  text-align: center;
}
.header-v7 .subscribe {
  display: inline-block;
}
.header-v7 .subscribe a {
  color: #fff;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
}
.header-v7 .search-block-top > .btn-search {
  color: #fff;
  padding-right: 0;
  padding-top: 17px;
  padding-bottom: 11px;
  padding-left: 32px;
}
.header-v7 .search-block-top > .btn-search:hover {
  color: #fff;
}
.header-v7 .text-quote {
  color: #fff;
  font-family: PlayfairDisplay-Italic;
  font-size: 16px;
  font-weight: 400;
  margin: 71px auto 0;
  max-width: 740px;
  position: relative;
  text-align: center;
}
.header-v7 .text-quote::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: -40px;
  width: 1px;
  transform: translateX(-50%);
}
.header-v7 .mega-menu > li.current-menu-ancestor > a {
  color: #fff;
}
.header-v7 .mega-menu > li > a {
  color: #fff;
  padding: 13px 25px;
}
.header-v7 .mega-menu > li > a:hover, .header-v7 .mega-menu > li > a:focus {
  color: #fff;
}
.header-v7 .mega-menu > li > a:before, .header-v7 .mega-menu > li > a:after {
  content: none !important;
}
.header-v7 .mega-menu > li > a:hover {
  color: #fff;
}
.header-v7 .header-quote {
  padding-bottom: 52px;
}
.header-v7 .header-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header-v8.is-sticky {
  box-shadow: 5px 3px 5px #f5f5f5;
  padding: 0;
}
.header-v8.is-sticky .header-top {
  display: none;
}
.header-v8.is-sticky .header-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-v8.is-sticky .header-bottom {
  padding: 0;
  border: none;
}
.header-v8.is-sticky .mega-menu > li > a {
  padding: 28px 24px;
}
.header-v8 .header-top {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  min-height: 40px;
  padding: 0;
}
.header-v8 .top-search {
  right: 0;
  z-index: 9999;
}
.header-v8 .header-bottom {
  border-bottom: medium none;
  border-top: 1px solid #ececec;
  padding-bottom: 0;
  padding-top: 0;
}
.header-v8 .social_icon_list {
  margin: 0 -13px;
}
.header-v8 .social_icon_list ul {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
.header-v8 .social_icon_list li {
  display: inline-block;
}
.header-v8 .social_icon_list li a {
  color: #8b8b8b;
  font-size: 14px;
  padding: 0 13px;
}
.header-v8 .social_icon_list li a:hover {
  color: #cea35f;
}
.header-v8 .header-logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.header-v8 .subscribe {
  display: inline-block;
}
.header-v8 .subscribe a {
  color: #8b8b8b;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
}
.header-v8 .subscribe a:hover {
  color: #cea35f;
}
.header-v8 .search-block-top > .btn-search {
  color: #8b8b8b;
  padding: 8px 0 8px 32px;
}
.header-v8 .search-block-top > .btn-search:hover {
  color: #cea35f;
}
.header-v8 .mega-menu {
  margin: 0 -24px;
}
.header-v8 .mega-menu > li > a {
  color: #0b0b0b;
  padding: 38px 24px;
}
.header-v8 .mega-menu > li > a:before, .header-v8 .mega-menu > li > a:after {
  content: none !important;
}
.header-v8 .mega-menu > li > a:hover {
  color: #cea35f;
}
.header-v8 .main-navigation .menu-menu-blog-left-container {
  text-align: left;
}
.header-v8 .main-navigation .menu-menu-blog-right-container {
  text-align: right;
}
.header-v9 {
  /*position: absolute;*/
}
.header-v9 .header-bottom {
  width: 100%;
  background: #000;
  border-bottom: none;
  z-index: 4;
}
.header-v9 .header-bottom .header-logo {
  position: absolute;
  top: 19px;
  left: 30px;
}
.header-v9 .header-bottom .mega-menu > li > a {
  color: #fff;
}
.header-v9 .btn-open {
  color: #fff;
}
.header-v9.is-sticky .header-bottom {
  background: #000;
}
.header-v9 .header-bottom:not(.show-breadcrumb) {
  position: absolute;
  width: 100%;
  z-index: 4;
  border-bottom: none;
}
.header-v10 .header-bottom:not(.show-breadcrumb) {
  background: transparent;
  padding: 30px 11px 33px;
  position: absolute;
  width: 100%;
  z-index: 4;
  border-bottom: none;
}
.header-v10 .header-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.header-v10.is-sticky .header-bottom {
  padding: 0 79px;
  background: #f2f2f2;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  min-height: 90px;
  padding-top: 5px;
}
.header-v10.is-sticky .header-bottom .header-logo {
  position: absolute;
  top: 10px;
  left: 30px;
  max-width: 70px;
}
.header-v10.is-sticky .show-breadcrumb.header-bottom {
  margin-top: 0;
  padding-bottom: 0;
  min-height: 80px;
}
.header-v10.is-sticky .show-breadcrumb.header-bottom .header-logo {
  top: 15px;
}
.header-v10.is-sticky .show-breadcrumb.header-bottom .header-logo img {
  height: 60px;
}
.header-v10 .show-breadcrumb.header-bottom {
  margin-top: 20px;
  padding-bottom: 20px;
}
.header-v10 .show-breadcrumb.header-bottom #site-navigation {
  padding-left: 100px;
  padding-right: 80px;
  padding-top: 0;
}
.header-v10 .show-breadcrumb.header-bottom .header-logo {
  top: 0;
}
.header-v11 {
  position: relative;
  padding: 30px 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
.header-v11 + .side-breadcrumb.type-2 {
  margin-top: -237px;
  margin-bottom: 97px;
  border-bottom: none;
}
.header-v11 + .side-breadcrumb.type-2 .breadcrumb {
  color: #fff;
}
.header-v11 + .side-breadcrumb.type-2 .breadcrumb a {
  color: #fff;
}
.header-v11 + .side-breadcrumb.type-2 .breadcrumb > li + li::before {
  color: #fff;
}
.header-v11.is-sticky {
  padding: 0;
  min-height: auto;
}
.header-v11.is-sticky::before {
  opacity: 1;
}
.header-v11.is-sticky + .side-breadcrumb.type-2 {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}
.header-v11.is-sticky + .side-breadcrumb.type-2 .breadcrumb {
  color: #b1b1b1;
}
.header-v11.is-sticky + .side-breadcrumb.type-2 .breadcrumb a {
  color: #b1b1b1;
}
.header-v11.is-sticky + .side-breadcrumb.type-2 .breadcrumb > li + li::before {
  color: #b1b1b1;
}
.header-v11.is-sticky .header-top, .header-v11.is-sticky .header-quote {
  display: none;
}
.header-v11::before {
  background: #cea35f none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-v11 .top-search {
  right: 0;
  z-index: 9999;
}
.header-v11 .header-top {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  min-height: 44px;
  padding: 0 0 30px;
}
.header-v11 .right-header {
  padding: 0 15px;
}
.header-v11 .social_icon_list {
  margin: 0 -13px;
  padding: 0 15px;
}
.header-v11 .social_icon_list ul {
  display: table-cell;
  height: 52px;
  vertical-align: middle;
}
.header-v11 .social_icon_list li {
  display: inline-block;
}
.header-v11 .social_icon_list li a {
  color: #fff;
  font-size: 14px;
  padding: 0 13px;
}
.header-v11 .header-logo {
  text-align: center;
}
.header-v11 .subscribe {
  display: inline-block;
}
.header-v11 .subscribe a {
  color: #fff;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
}
.header-v11 .search-block-top > .btn-search {
  color: #fff;
  padding-right: 0;
  padding-top: 17px;
  padding-bottom: 11px;
  padding-left: 32px;
}
.header-v11 .search-block-top > .btn-search:hover {
  color: #fff;
}
.header-v11 .mega-menu > li.current-menu-ancestor > a {
  color: #fff;
}
.header-v11 .mega-menu > li > a {
  color: #fff;
  padding: 13px 25px;
}
.header-v11 .mega-menu > li > a:before, .header-v11 .mega-menu > li > a:after {
  content: none !important;
}
.header-v11 .mega-menu > li > a:hover {
  color: #fff;
}
.header-v11 .header-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header-v12 {
  position: relative;
  padding: 20px 0 0;
}
.header-v12.is-sticky {
  padding: 0;
  min-height: auto;
}
.header-v12.is-sticky .header-top {
  display: none;
}
.header-v12 .header-top {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  min-height: 44px;
  padding: 0 0 20px;
}
.header-v12 .social_icon_list {
  margin: 0 -13px;
}
.header-v12 .social_icon_list ul {
  display: table-cell;
  height: 52px;
  vertical-align: middle;
}
.header-v12 .social_icon_list li {
  display: inline-block;
}
.header-v12 .social_icon_list li a {
  color: #8b8b8b;
  font-size: 14px;
  padding: 0 13px;
}
.header-v12 .social_icon_list li a:hover {
  color: #cea35f;
}
.header-v12 .header-logo {
  text-align: center;
}
.header-v12 .subscribe {
  display: inline-block;
}
.header-v12 .subscribe a {
  color: #8b8b8b;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
}
.header-v12 .subscribe a:hover {
  color: #cea35f;
}
.header-v12 .search-block-top > .btn-search {
  color: #8b8b8b;
  padding-right: 0;
  padding-top: 17px;
  padding-bottom: 11px;
  padding-left: 32px;
}
.header-v12 .search-block-top > .btn-search:hover {
  color: #cea35f;
}
.header-v12 .mega-menu > li.current-menu-ancestor > a {
  color: #0b0b0b;
}
.header-v12 .mega-menu > li > a {
  color: #0b0b0b;
  padding: 23px 25px;
}
.header-v12 .mega-menu > li > a:before, .header-v12 .mega-menu > li > a:after {
  content: none !important;
}
.header-v12 .mega-menu > li > a:hover {
  color: #cea35f;
}
.header-v12 .header-bottom {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
}
.header-v13 .header-bottom {
  background-color: #fff;
  border-bottom: 0;
}
.header-v13 .header-bottom .header-logo {
  max-width: 160px;
  padding: 27px 0px;
  margin-left: 28px;
  max-height: 100px;
}
.header-v13.is-sticky .header-bottom {
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
}
.header-v13 .header-container:not(.show-breadcrumb) {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-v13 .mega-menu > li > a:before, .header-v13 .mega-menu > li > a:after {
  display: none;
}
.header-v13 .mega-menu li a {
  font-family: Playfair Display;
}
.header-v13 .mega-menu > li > a {
  font-size: 16px;
  font-weight: normal;
  padding: 38px 22px 38px 12px;
}
.header-v13 .mega-menu > li:first-child > a {
  padding-left: 3px;
}
.header-v13:not(.is-sticky) .header-container:not(.show-breadcrumb) .header-bottom {
  margin-top: 30px;
}
.header-v13 .cart_label {
  padding: 32px 20px 27px 13px;
  position: relative;
  background: #cea35f;
  color: #fff;
}
.header-v13 .cart-block {
  border-right: 1px solid #e1e1e1;
}
.header-v13 .mini-cart .cart_nu_count {
  top: 35px;
  right: 12px;
  height: 16px;
  width: 16px;
  color: #fff;
  font-size: 10px;
  margin-bottom: 0;
  background: #000;
  line-height: 16px;
}
.header-v13 .mini-cart i {
  font-size: 36px;
}
.header-v13 .mini-cart .cart-block {
  right: 0;
}
.header-v13 .mini-cart, .header-v13 .search-block-top {
  display: inline-block;
  vertical-align: top;
}
.header-v13 .shop_settings {
  padding-right: 22px;
  font-size: 16px;
  padding-left: 12px;
  vertical-align: top;
  padding: 37px 22px 37px 12px;
}
.header-v13 .search-block-top > .btn-search {
  padding: 32px 20px 32px 14px;
  display: block;
  font-size: 36px;
  background: #e4e4e4;
  color: #fff;
}
.header-v13 .search-block-top .top-search {
  top: 100%;
}
.header-v14, .header-v16 {
  background: #2a2a2a none repeat scroll 0 0;
}
.header-v14.site-header.is-sticky, .header-v16.site-header.is-sticky {
  background: #2a2a2a none repeat scroll 0 0;
}
.header-v14 .mega-menu > li > a, .header-v16 .mega-menu > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: Montserrat;
}
.header-v14 .search-block-top > .btn-search, .header-v16 .search-block-top > .btn-search {
  color: #fff;
  padding: 0;
}
.header-v14 .top-search, .header-v16 .top-search {
  top: 30px;
}
.header-v14 .header-bottom, .header-v16 .header-bottom {
  border-bottom: medium none;
}
.header-v14 .header-bottom .main-navigation, .header-v16 .header-bottom .main-navigation {
  display: inline-block;
}
.header-v14 .top-link, .header-v16 .top-link {
  display: inline-block;
  margin-top: 0;
}
.header-v14 .top-link .customlinks > a i, .header-v16 .top-link .customlinks > a i {
  color: #fff;
}
.header-v14 .top-link .customlinks > a i:hover, .header-v16 .top-link .customlinks > a i:hover {
  color: #cea35f;
}
.header-v14 .header-wishlist .fa-heart::before, .header-v16 .header-wishlist .fa-heart::before {
  content: "\f004";
  font-size: 13px;
  color: #fff;
}
.header-v14 .header-wishlist .fa-heart::before:hover, .header-v16 .header-wishlist .fa-heart::before:hover {
  color: #cea35f;
}
.header-v14 .header-wishlist .fa:hover:before, .header-v16 .header-wishlist .fa:hover:before {
  color: #cea35f;
}
.header-v14 .mini-cart .cart_label i:before, .header-v16 .mini-cart .cart_label i:before {
  content: "\f290";
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
}
.header-v14 .mini-cart .cart_label i:hover:before, .header-v16 .mini-cart .cart_label i:hover:before {
  color: #cea35f;
}
.header-v14.is-sticky .mega-menu > li > a, .header-v16.is-sticky .mega-menu > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-v14.is-sticky .cart_label, .header-v16.is-sticky .cart_label {
  padding-bottom: 20px;
  padding-top: 0;
}
.header-v14.is-sticky .header-logo, .header-v16.is-sticky .header-logo {
  margin-top: 5px;
}
.header-v14.is-sticky .header-logo img, .header-v16.is-sticky .header-logo img {
  max-height: 60px;
}
.header-v14.is-sticky .cart_nu_count, .header-v16.is-sticky .cart_nu_count {
  top: 15px;
}
.header-v14.is-sticky .top-search, .header-v16.is-sticky .top-search {
  top: 40px;
}
.header-v14.is-sticky .mega-menu > li > a::before, .header-v16.is-sticky .mega-menu > li > a::before, .header-v14.is-sticky .mega-menu > li > a::after, .header-v16.is-sticky .mega-menu > li > a::after {
  bottom: 10px;
}
.header-v14 #site-navigation.main-navigation, .header-v16 #site-navigation.main-navigation {
  display: block;
  margin: 0 -28px;
  text-align: left;
}
.header-v14 .header-logo, .header-v16 .header-logo {
  margin-top: 26px;
}
.header-v14 .mega-menu li > a, .header-v16 .mega-menu li > a {
  padding: 40px 28px;
}
.header-v14 .mega-menu > li > a::before, .header-v16 .mega-menu > li > a::before {
  height: 1px;
  width: 20px !important;
}
.header-v14 .mega-menu > li > a::after, .header-v16 .mega-menu > li > a::after {
  height: 1px;
  width: 20px !important;
}
.header-v14 .cart_label, .header-v16 .cart_label {
  padding: 24px 14px 20px 24px;
}
.header-v14 .cart_nu_count, .header-v16 .cart_nu_count {
  margin: 0;
  top: 24px;
}
.header-v14 #site-navigation-2 .mega-menu, .header-v16 #site-navigation-2 .mega-menu {
  margin-right: -25px;
}
.header-v14 .customlinks.open .dropdown-menu, .header-v16 .customlinks.open .dropdown-menu {
  top: 38px;
}
.header-v14 .top-search, .header-v16 .top-search {
  top: 45px;
}
.header-v15 {
  padding: 0 100px;
}
.header-v15.is-sticky .mega-menu > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-v15.is-sticky .cart_label {
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-v15.is-sticky .header-logo img {
  max-height: 60px;
}
.header-v15.is-sticky .cart_nu_count {
  top: 15px;
}
.header-v15 .right-header {
  margin-left: 30px;
}
.header-v15 .search-block-top > .btn-search {
  padding: 0;
  font-size: 15px;
  color: #000;
}
.header-v15 .top-search {
  top: 62px;
}
.header-v15 .header-bottom {
  border-bottom: medium none;
}
.header-v15 .header-bottom .main-navigation {
  display: inline-block;
}
.header-v15 .cart_nu_count {
  line-height: 22px;
}
.header-v15 .cart-block {
  margin-top: 11px;
}
.header-v15 .top-link {
  margin-right: -2px;
  display: inline-block;
  margin-top: 0;
}
.header-v15 .top-link .customlinks > a i:hover {
  color: #cea35f;
}
.header-v15 .header-wishlist .fa-heart::before {
  content: "\f004";
  font-size: 15px;
  color: #000;
}
.header-v15 .header-wishlist .fa-heart::before:hover {
  color: #cea35f;
}
.header-v15 .header-wishlist .fa:hover:before {
  color: #cea35f;
}
.header-v15 .header-logo {
  text-align: left;
  margin-left: -2px;
}
.header-v15 .mini-cart .cart_label i:before {
  content: "\f290";
  font-family: FontAwesome;
  font-size: 15px;
  color: #000;
}
.header-v15 .mini-cart .cart_label i:hover:before {
  color: #cea35f;
}
.header-v15 #site-navigation.main-navigation {
  display: block;
  margin: 0 -28px;
  text-align: right;
}
.header-v15 .mega-menu li a {
  font-weight: 400;
  font-size: 13px;
}
.header-v15 .mega-menu li > a {
  padding: 38px 18px 38px;
}
.header-v15 .mega-menu > li > a::before {
  height: 1px;
  width: 20px !important;
}
.header-v15 .mega-menu > li > a::after {
  height: 1px;
  width: 20px !important;
}
.header-v15 .cart_label {
  padding: 27px 10px 27px 20px;
  margin-right: 22px;
  margin-left: 23px;
}
.header-v15 .cart_nu_count {
  margin: 0;
  top: 42px;
}
.header-v15 #site-navigation-2 .mega-menu {
  margin-right: -25px;
}
.header-v15 .customlinks .dropdown-menu {
  right: 0;
  left: auto;
}
.header-v15 .customlinks.open .dropdown-menu {
  top: 61px;
  right: 0;
  left: auto;
}
.header-v15 .top-link .customlinks {
  font-size: 15px;
}
/* Header v16 */
.header-v16 {
  background: #fff none repeat scroll 0 0;
}
.header-v16.site-header.is-sticky {
  background: #fff none repeat scroll 0 0;
}
.header-v16.site-header.is-sticky .header-top {
  display: none;
}
.header-v16.site-header.is-sticky .cart_label {
  padding-bottom: 10px;
}
.header-v16.site-header.is-sticky .header-logo {
  margin-top: 5px;
}
.header-v16.site-header.is-sticky .header-logo img {
  max-height: 50px;
}
.header-v16.site-header.is-sticky .cart-block {
  top: 54px;
}
.header-v16.site-header.is-sticky .customlinks.open .dropdown-menu {
  top: 43px;
}
.header-v16 .mega-menu > li > a {
  color: #000;
  padding: 40px 10px 40px 28px;
}
.header-v16 .mega-menu > li > a:before, .header-v16 .mega-menu > li > a:after {
  display: none;
}
.header-v16 .mini-cart i {
  font-size: 15px;
  line-height: 41px;
  padding-right: 1.5px;
}
.header-v16 .top-link .customlinks > a {
  font-size: 15px;
}
.header-v16 .search-block-top > .btn-search {
  color: #000;
  font-size: 13px;
}
.header-v16 .top-search {
  top: 63px;
  right: -6px;
}
.header-v16 .top-search .search-field {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
}
.header-v16 .cart-block {
  top: 98px;
}
.header-v16 .top-link .customlinks > a i {
  color: #000;
}
.header-v16 .top-link .customlinks > a i:hover {
  color: #cea35f;
}
.header-v16 .header-wishlist .fa-heart::before {
  color: #000;
}
.header-v16 .header-wishlist .fa-heart::before:hover {
  color: #cea35f;
}
.header-v16 .header-wishlist .fa:hover:before {
  color: #cea35f;
}
.header-v16 .mini-cart .cart_label i:before {
  color: #000;
}
.header-v16 .mini-cart .cart_label i:hover:before {
  color: #cea35f;
}
.header-v16 .header-logo {
  margin-top: 15px;
}
.header-v16 .header-top {
  background: #000;
  padding-top: 13px;
  padding-bottom: 12px;
}
.header-v16 .header-top a {
  color: #4d4d4d;
}
.header-v16 .header-top a:hover {
  color: #fff;
}
.header-v16 .social_icon_list ul li {
  display: inline-block;
}
.header-v16 .social_icon_list ul li a {
  font-size: 15px;
  padding: 5px 45px 0 0;
}
.header-v16:not(.is-sticky) .header-bottom {
  padding-top: 23px;
  padding-bottom: 23px;
}
.header-v16.is-sticky .header-bottom {
  box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.2);
}
.header-v16 .right-header {
  padding-top: 6px;
}
.header-v16 .right-header .top-link {
  margin-right: -3px;
}
.header-v16 .right-header .cart_label {
  margin-right: 10px;
  margin-left: 13px;
}
.header-v16 #site-navigation-2 .mega-menu {
  margin-right: -48px;
}
.header-v16 .dropdown-menu {
  left: auto;
  right: 0;
}
.header-v16 .customlinks.open .dropdown-menu {
  top: 62px;
}
.menu_header_top {
  text-align: right;
}
.menu_header_top li {
  display: inline-block;
}
.menu_header_top li a {
  padding: 5px 0 0 27px;
  font-size: 13px;
  font-weight: bold;
}
.header-logo a:hover {
  text-decoration: none !important;
}
.header-v17.is-sticky .header-top {
  display: none;
}
.header-v17 .header-top {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 30px;
  min-height: 40px;
}
.header-v17 .header-top a {
  font-size: 12px;
  font-family: Lato;
}
.header-v17 .header-top .display-inline a:hover {
  color: #cea35f;
}
.header-v17 .header-top .header-text {
  padding-top: 9px;
}
.header-v17 .header-text > p {
  margin-bottom: 0;
  font-family: Lato;
}
.header-v17 .header-text > p i {
  margin-right: 7px;
  color: #cea35f;
}
.header-v17 .top-link {
  margin-top: 0;
}
.header-v17 .top-link .display-inline {
  vertical-align: top;
  margin: 0 -17px;
}
.header-v17 .top-link .customlinks {
  padding: 9px 17px 10px;
  border-left: 1px solid #e5e5e5;
}
.header-v17 .top-link .customlinks > a i {
  color: #cea35f;
}
.header-v17 .mini-cart {
  padding-top: 17px;
}
.header-v17 .cart-block {
  right: 0;
  top: 64px;
}
.header-v17 .cart_label {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  background: #cea35f;
  color: #fff;
  float: right;
  margin-left: 20px;
}
.header-v17 .cart_nu_count {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: -3px;
  color: #fff;
  left: -5px;
  margin: 0;
  top: auto;
  font-size: 11px;
}
.header-v17 .mini-cart .cart_label i {
  font-size: 24px;
  padding: 7px 9px 9px;
}
.header-v17 .mini-cart .cart_label i:before {
  content: "\e615";
}
.header-v17 .header-bottom {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.header-v17 .header-logo {
  display: inline-block;
  float: left;
  left: 30px;
  position: absolute;
  text-align: left;
  top: 17px;
  z-index: 9;
}
.header-v17 .main-navigation {
  position: relative;
}
.header-v17 .main-navigation .mega-menu > li > a {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
}
.header-v17 .right-header {
  position: absolute;
  right: 30px;
  top: 0;
}
.header-v17 .search-block-top {
  width: 200px;
}
.header-v17 .search-block-top > .btn-search {
  display: none;
}
.header-v17 .search-block-top .top-search {
  opacity: 1;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  visibility: visible;
  width: 100%;
  padding-top: 17px;
}
.header-v17 .search-block-top .top-search input.search-field {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #828282;
  float: none;
  height: 40px;
  font-family: Lato;
  font-weight: 300;
  padding: 10px 35px 10px 15px;
  width: 100%;
}
.header-v17 .search-block-top .top-search .btn-search {
  margin-top: 0 !important;
  top: 7px;
}
.header-v17 .search-block-top .top-search .btn-search i:before {
  content: "\e618";
  font-family: Pe-icon-7-stroke;
  font-size: 24px;
  color: #000;
}
.header-v18 .search-block-top > .btn-search {
  color: #fff;
}
.header-v18 .search-block-top > .btn-search:hover {
  color: #cea35f;
}
.header-v18.is-sticky .mega-menu > li > a {
  padding-top: 28px;
  padding-bottom: 28px;
}
.header-v18.is-sticky .header-logo {
  margin-top: 18px;
}
.header-v18.is-sticky .cart_label {
  margin-top: 15px;
}
.header-v18 .header-bottom {
  padding: 0 90px;
  border-bottom: medium none;
  -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;
}
.header-v18 .header-bottom:not(.show-breadcrumb) {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: none;
}
.header-v18 .header-logo {
  float: left;
  margin-top: 38px;
  position: relative;
  -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;
}
.header-v18 .main-navigation {
  display: inline-block;
}
.header-v18 .main-navigation > div {
  display: inline-block;
  vertical-align: middle;
}
.header-v18 .mega-menu > li > a {
  padding: 48px 25px;
}
.header-v18 .mega-menu > li > a::after, .header-v18 .mega-menu > li > a::before {
  bottom: auto;
  height: 1px;
  top: 50%;
  width: 40% !important;
}
.header-v18 .cart-block {
  right: 0;
}
.header-v18 .cart_nu_count {
  bottom: 0;
  right: -22px;
  top: auto;
  margin: 0;
}
.header-v18 .cart_label {
  border-radius: 50%;
  height: 50px;
  padding: 0;
  position: relative;
  width: 50px;
  line-height: 50px;
  margin-top: 35px;
  background: #cea35f;
}
.header-v18 .cart_label:hover {
  color: #fff !important;
}
.header-v18 .cart_label i {
  font-size: 20px;
}
.header-v18 .cart_label i:before {
  font-family: FontAwesome;
  content: "\f291";
}
.header-v18 .top-link .display-inline > li > a:hover {
  color: #cea35f;
}
/*===================================
 2.2 Footer
 ===================================*/
.footer {
  color: #888;
  padding-top: 80px;
  clear: both;
  position: relative;
  z-index: 9;
}
.footer a {
  color: #888;
}
.footer a:hover {
  color: #fff;
}
.footer .footer-title {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: normal;
  color: #f7f7f7;
  padding-bottom: 28px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-newsletter {
  background-color: #cea35f;
}
.footer .footer-newsletter .widget_mc4wp_form_widget {
  padding: 18px 0 17px;
  background: url(../images/newsletter_bg.png) no-repeat bottom left;
}
.footer .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form {
  padding-left: 127px;
}
.footer .footer-newsletter .widget_mc4wp_form_widget .footer-title {
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  float: left;
  margin: 15px 0 0;
  padding: 0px 13px 0 0;
  border-right: 2px solid #fff;
  vertical-align: middle;
  border-bottom: none;
  letter-spacing: 1.5px;
  line-height: 14px;
}
.footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
  width: calc(100% - 214px);
  color: #fff;
  background: none;
  padding: 6px 12px;
  margin-top: 7px;
}
.footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"].placeholder, .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"]:focus, .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"]:active {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
  position: absolute;
  right: 0;
  padding: 7px 20px 7px 18px;
  border: 1px solid #fff;
  vertical-align: middle;
  top: 0;
  font-size: 14px;
  background: none;
  color: #fff;
  font-family: Montserrat;
}
.footer .footer-newsletter .widget_mc4wp_form_widget [type="submit"] i {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
.footer .footer_wrap .footer-office {
  padding: 64px 0 8px;
  background: #222;
}
.footer .bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 15px;
  background: #222;
}
.footer .bottom-footer i.fa-heart {
  color: #ff4628;
}
.footer .bottom-footer a {
  color: #fff;
}
.footer .bottom-footer a:hover {
  color: #cea35f;
}
.footer .social_icon_list {
  padding-top: 9px;
}
.footer .social_icon_list ul li {
  display: inline-block;
  padding-right: 28px;
  font-size: 16px;
}
.footer .widget_nav_menu > div {
  margin: 0 -15px;
  overflow: hidden;
}
.footer .widget_nav_menu div > ul > li {
  float: left;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.footer .widget_nav_menu div > ul > li a:hover {
  border-bottom: 2px solid #fff;
  transition: none;
}
.footer .textwidget .location {
  padding-top: 2px;
}
.footer .location li p {
  vertical-align: top;
  display: inline-block;
  padding-left: 14px;
}
.footer .location li:first-child p:nth-child(3) {
  padding-left: 30px;
}
.footer .widget_text .textwidget {
  margin-top: -8px;
}
.footer .textwidget {
  line-height: 22px;
}
.footer .footer-v1 .mc4wp-form-fields > button {
  margin-right: 28px;
}
.footer .footer-v1 .widget_text .textwidget {
  margin-top: 0;
}
.footer .footer-v1 .footer_wrap .footer-office {
  padding-bottom: 20px;
}
.footer .footer-v2 {
  position: relative;
  color: #aaa;
}
.footer .footer-v2 > .container {
  position: relative;
}
.footer .footer-v2 > .container .footer-newsletter {
  position: absolute;
  left: 15px;
  right: 15px;
  top: -39px;
}
.footer .footer-v2 a {
  color: #999;
}
.footer .footer-v2 a:hover, .footer .footer-v2 .bottom-footer a {
  color: #a884d4;
}
.footer .footer-v2 .widget_nav_menu div > ul > li a:hover {
  border-color: #a884d4;
}
.footer .footer-v2 .footer-newsletter {
  background: #cea35f url(../images/newsletter_bg.png) no-repeat bottom left;
  background-position-x: -25px;
  margin-bottom: -36px;
  position: relative;
  padding: 0 30px;
}
.footer .footer-v2 .footer-newsletter .widget_mc4wp_form_widget {
  background: none;
  padding-bottom: 27px;
}
.footer .footer-v2 .footer-newsletter.no-sidebar {
  margin-bottom: 0 !important;
}
.footer .footer-v2 .footer-newsletter .mc4wp-form .mc4wp-response {
  margin-top: -19px;
  margin-bottom: -13px;
  padding-left: 10px;
}
.footer .footer-v2 .footer_wrap .footer-office {
  padding-top: 85px;
  margin-top: -1px;
}
.footer .footer-v2 .mc4wp-form [type="submit"]:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #cea35f;
}
.footer .footer-v2 .widget_text .textwidget {
  margin-top: 0px;
}
.footer .footer-v3 {
  color: #424242;
}
.footer .footer-v3 a {
  color: #424242;
}
.footer .footer-v3 a:hover {
  color: #cea35f;
}
.footer .footer-v3 .widget_nav_menu div > ul > li a:hover {
  border-bottom: 1px solid #cea35f;
}
.footer .footer-v3 .widget_nav_menu .menu-footer-menu-container {
  margin: -8px -15px 0;
}
.footer .footer-v3 .social_icon_list {
  padding-top: 6px;
}
.footer .footer-v3 .bottom-footer {
  color: #3c3c3c;
  padding: 24px 0 13px;
  border-top: none;
}
.footer .footer-v3 .bottom-footer a {
  color: #3c3c3c;
}
.footer .footer-v3 .footer-office {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding: 29px 0 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.footer .footer-v3 .footer-office .widget {
  padding-bottom: 20px;
}
.footer .footer-v3 .footer-top {
  padding: 30px 0 28px;
}
.footer .footer-v3 .footer-top .text-center img {
  width: 40px;
  height: auto;
}
.footer .footer-v3 .footer-top a {
  color: #828282;
}
.footer .footer-v3 .footer-top a:hover {
  color: #cea35f;
}
.footer .footer-v3 .footer-top .payment {
  padding-top: 9px;
  margin: 0 -8px;
}
.footer .footer-v3 .footer-top .payment li {
  padding: 0 8px;
}
.footer .footer-v3 .mc4wp-form input.placeholder[type="email"], .footer .footer-v3 .mc4wp-form input.placeholder[type="email"]:focus {
  background: #f1f0f0 none repeat scroll 0 0;
}
.footer .footer-v3 .widget_mc4wp_form_widget .mc4wp-form-fields {
  float: right;
  width: 81%;
}
.footer .footer-v3 .widget_mc4wp_form_widget .footer3-title {
  text-align: right;
}
.footer .footer3-title {
  margin-bottom: 31px;
}
.footer .footer-v5 .bottom-footer {
  padding: 12px 27px 4px;
  border-top: none;
  background: #000;
}
.footer .footer-v5 .bottom-footer p {
  font-size: 12px;
}
.footer .footer-v5 .bottom-footer .social_icon_list {
  padding-top: 0;
}
.footer .footer-v5 .bottom-footer .social_icon_list ul li {
  padding-right: 0;
  font-size: 14px;
  padding-left: 26px;
}
.footer .footer-v5 .bottom-footer .social_icon_list ul li a {
  color: #8b8b8b;
}
.footer .footer-v5 .bottom-footer .social_icon_list ul li a:hover {
  color: #fff;
}
.footer .footer-v6 {
  margin-top: -29px;
}
.footer .footer-v6 .bottom-footer {
  background: #fff;
  padding: 0;
}
.footer .footer-v6 .bottom-footer a {
  color: #c4c4c4;
}
.footer .footer-v6 .bottom-footer a:hover {
  color: #cea35f;
}
.footer .footer-v6 .f-float {
  float: right;
}
.footer .footer-v6 .to-top {
  text-align: right;
}
.footer .footer-v6 .to-top a {
  color: #c4c4c4;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .footer-v6 .to-top a:hover {
  color: #cea35f;
}
.footer .footer-v6 .header-logo {
  text-align: center;
}
.footer .footer-v6 .address-bottom {
  border-top: 1px solid #ededed;
  margin: 50px 0 0;
  padding-bottom: 26px;
  padding-top: 26px;
  text-align: center;
}
.footer .footer-v6 .address-bottom a {
  color: #000;
}
.footer .footer-v6 .address-bottom a:hover {
  color: #cea35f;
}
.footer .footer-v6 .social_icon_list, .footer .footer-v6 .to-top {
  padding-top: 18px;
}
.footer .footer-v8 {
  margin-top: -20px;
}
.footer .footer-v8 .footer_wrap .footer-office {
  background: #f0f0f0;
  padding-top: 43px;
}
.footer .footer-v8 .footer-title {
  border-bottom: 1px solid rgba(139, 139, 139, 0.2);
  color: #000;
  margin-bottom: 30px;
}
.footer .footer-v8 a:hover {
  color: #cea35f;
}
.footer .footer-v8 .widget_nav_menu div > ul > li a:hover {
  border-bottom: 1px solid #cea35f;
}
.footer .footer-v8 .bottom-footer {
  background: #f0f0f0 none repeat scroll 0 0;
  border-top: 1px solid #d8d8d8;
}
.footer .footer-v8 .bottom-footer a {
  color: #000;
}
.footer .footer-v10 .mc4wp-form [type="submit"]:hover {
  background: #fff none repeat scroll 0 0 !important;
  border-color: #fff !important;
  color: #cea35f;
}
.footer .footer-v10 .header-logo {
  display: inline-block;
  margin-top: 50px;
}
.footer .footer-v10 .footer-slogan {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 43px;
}
.footer .footer-v10 .footer-slogan p {
  margin: 0 auto;
  max-width: 48%;
  padding-top: 23px;
}
.footer .footer-v10 .footer-newsletter {
  background: #cea35f url(../images/newsletter_bg.png) no-repeat bottom left;
  background-position-x: -25px;
  margin-top: -36px;
  position: relative;
  padding: 0 30px;
}
.footer .footer-v10 .footer-newsletter .widget_mc4wp_form_widget {
  background: none;
}
.footer .footer-v10 .footer-newsletter.no-sidebar {
  margin-bottom: 0 !important;
}
.footer .footer-v10 .footer-newsletter .footer-title {
  color: #fff;
}
.footer .footer-v10 .footer_wrap .footer-office {
  padding-top: 49px;
}
.footer .footer-v10 .footer-title {
  border: medium none;
  color: #000;
  font-size: 16px;
  padding-bottom: 0;
  letter-spacing: 2px;
}
.footer .footer-v10 .location li p {
  padding-left: 2px;
}
.footer .footer-v10 .mc4wp-alert {
  margin-top: 5px;
}
.footer .footer-v10 .widget {
  text-align: center;
}
.footer .footer-v10 .widget.widget_text {
  padding: 0;
}
.footer .footer-v10 .widget_nav_menu div > ul > li {
  width: 100%;
}
.footer .footer-v10 .widget_nav_menu div > ul > li a:hover {
  border-bottom: 1px solid #cea35f;
}
.footer .footer-v10 a {
  font-size: 14px;
}
.footer .footer-v10 a:hover {
  color: #cea35f;
  border-bottom: 1px solid #cea35f;
}
.footer .footer-v10 .social_icon_list {
  padding-top: 0;
  text-align: center;
}
.footer .footer-v10 .social_icon_list ul li {
  display: block;
  font-size: 14px;
  padding-right: 0;
  padding-bottom: 5px;
}
.footer .footer-v10 .social_icon_list ul li i {
  padding-right: 5px;
}
.footer .footer-v10 .widget_text .textwidget {
  margin-top: 0;
}
.footer .footer-v10 .location i {
  color: #000;
}
.footer .footer-v10 .bottom-footer {
  border-top: medium none;
  padding: 16px 0 15px;
}
.footer .footer-v10 .bottom-footer a {
  color: #cea35f;
}
.footer .footer-v10 .spacer-1 {
  border-top: 1px solid #cfcfcf;
  padding-bottom: 22px;
}
.footer .footer-v11 {
  font-family: Lato;
}
.footer .footer-v11 .footer_wrap .footer-office {
  padding: 37px 0 29px;
}
.footer .footer-v11 a:hover {
  color: #cea35f;
}
.footer .footer-v11 .footer-title {
  font-family: Roboto Condensed;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: none;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 38px;
}
.footer .footer-v11 .footer-title::before {
  background: #cea35f;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
}
.footer .footer-v11 .widget_nav_menu div > ul > li {
  padding-bottom: 0;
  width: 100%;
}
.footer .footer-v11 .widget_nav_menu div > ul > li a {
  font-size: 16px;
  font-weight: 300;
}
.footer .footer-v11 .widget_nav_menu div > ul > li a:hover {
  color: #cea35f;
}
.footer .footer-v11 .bottom-footer {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0 15px;
}
.footer .footer-v11 .ft_newsletter {
  background: #cea35f;
}
.footer .footer-v11 .footer-newsletter {
  position: relative;
  background: none;
}
.footer .footer-v11 .footer-newsletter:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 63px;
  top: 44px;
  left: -30px;
  background: url("../images/bg-newletter-2.png") no-repeat scroll;
}
.footer .footer-v11 .footer-newsletter .widget_mc4wp_form_widget {
  padding: 80px 0 79px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.footer .footer-v11 .footer-newsletter .widget_mc4wp_form_widget .footer-title {
  font-family: Roboto Condensed;
  font-size: 36px;
  line-height: 100%;
  margin: 5px 0 0;
  color: #fff;
}
.footer .footer-v11 .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
}
.footer .footer-v11 .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  height: 50px;
  padding: 7px 20px 7px 18px;
  text-transform: uppercase;
}
.footer .footer-v11 .footer-newsletter .widget_mc4wp_form_widget [type="submit"]:hover {
  background: #000 !important;
  border-color: #000 !important;
}
.footer .footer-v11 .footer-newsletter .widget_mc4wp_form_widget [type="submit"] i {
  float: right;
  font-size: 16px;
  padding-left: 7px;
  padding-right: 0;
  padding-top: 3px;
  text-transform: uppercase;
}
.footer .footer-v11 .footer-newsletter .widget_mc4wp_form_widget [type="submit"] i:before {
  font-family: FontAwesome;
  content: "\f178";
}
.footer .footer-v12 .widget_nav_menu div > ul > li {
  width: 100%;
  padding-bottom: 15px;
}
.footer .footer-v12 .widget_nav_menu div > ul > li a {
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 12px;
  color: #fff;
}
.footer .footer-v12 .widget_nav_menu div > ul > li a:hover {
  color: #cea35f;
  border: none;
}
.footer .footer-v12 .widget_text .textwidget {
  margin-top: 0;
  text-align: right;
}
.footer .footer-v12 .footer-title {
  border-bottom: medium none;
  color: #cea35f;
  font-family: Montserrat;
  font-size: 12px;
  margin-bottom: 21px;
  padding-bottom: 0;
  text-transform: uppercase;
  max-width: 300px;
  display: inline-block;
}
.footer .footer-v12 .title-top h4 {
  color: #fff;
  font-size: 13px;
  line-height: normal;
}
.footer .footer-v12 .title-top p {
  font-family: Montserrat-Light;
  font-size: 13px;
  font-weight: 300;
  color: #666261;
  margin-bottom: 19px;
}
.footer .footer-v12 .location {
  font-family: Montserrat-Light;
}
.footer .footer-v12 .location li {
  color: #666261;
}
.footer .footer-v12 .location li i {
  float: right;
  margin-left: 5px;
  padding-top: 6px;
  color: #cea35f;
}
.footer .footer-v12 .location li a {
  color: #666261;
}
.footer .footer-v12 .location li a:hover {
  color: #cea35f;
}
.footer .footer-v12 .location li:first-child p:nth-child(3) {
  padding-left: 5px;
}
.footer .footer-v12 .location li p {
  margin-bottom: 5px;
}
.footer .footer-v12 .header-logo {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.footer .footer-v12 .social_icon_list {
  padding-top: 0;
  text-align: right;
}
.footer .footer-v12 .social_icon_list ul {
  border: 1px solid #666261;
  display: inline-block;
}
.footer .footer-v12 .social_icon_list ul li {
  height: 34px;
  line-height: 34px;
  padding-right: 0;
  text-align: center;
  width: 34px;
  border-right: 1px solid #666261;
}
.footer .footer-v12 .social_icon_list ul li:last-child {
  border-right: none;
}
.footer .footer-v12 .social_icon_list ul li a {
  color: #cea35f;
  font-size: 14px;
}
.footer .footer-v12 .social_icon_list ul li a:hover {
  color: #fff;
}
.footer .footer-v12 .ft_newsletter {
  position: relative;
  z-index: 10;
}
.footer .footer-v12 .bottom-footer {
  background-color: transparent;
}
.footer .footer-v12 .bottom-footer p {
  color: #666261;
  font-family: Montserrat-Light;
  font-size: 12px;
  position: relative;
}
.footer .footer-v12 .footer-office {
  position: relative;
  padding-top: 275px;
  margin-top: -185px;
}
.footer .footer-v12 .footer-office::before {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-v12 .footer-office .widget {
  padding-top: 0;
}
.footer .footer-v12 .footer-newsletter {
  background: #eee url(../images/bg-newletter-12.png) no-repeat bottom right;
  padding: 78px 30px 90px 100px;
}
.footer .footer-v12 .footer-newsletter .widget_mc4wp_form_widget {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
}
.footer .footer-v12 .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form {
  padding-left: 0;
}
.footer .footer-v12 .footer-newsletter .widget_mc4wp_form_widget .footer-title {
  border: none;
  float: none;
  font-family: Montserrat-Black;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 18px;
  padding: 0;
  color: #232220;
}
.footer .footer-v12 .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
  background: #cea35f;
  border: 1px solid #cea35f;
  position: static;
}
.footer .footer-v12 .footer-newsletter .widget_mc4wp_form_widget [type="submit"]:hover {
  background: #000 !important;
  border-color: #000 !important;
}
.footer .footer-v12 .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #cacaca;
  height: 60px;
  margin-top: 7px;
  padding: 6px 12px;
  width: 300px;
  margin-bottom: 20px;
}
.footer .footer-v12 .mc4wp-form-fields .desc {
  color: #666261;
  display: block;
  font-family: Montserrat-Light;
  font-size: 13px;
  line-height: 22px;
  max-width: 480px;
  padding-bottom: 8px;
}
.remove_space .footer {
  padding-top: 0 !important;
}
.footer-office .mc4wp-form-fields [type="submit"], .right-sidebar .mc4wp-form-fields [type="submit"], .left-sidebar .mc4wp-form-fields [type="submit"] {
  color: transparent;
  width: 60px;
  padding: 0;
  height: 40px;
  border: none;
  vertical-align: middle;
  font-size: 0;
  background: #cea35f;
}
.footer-office .mc4wp-form-fields [type="submit"]:hover, .right-sidebar .mc4wp-form-fields [type="submit"]:hover, .left-sidebar .mc4wp-form-fields [type="submit"]:hover {
  background: #000 !important;
}
.footer-office .mc4wp-form-fields [type="submit"] > i, .right-sidebar .mc4wp-form-fields [type="submit"] > i, .left-sidebar .mc4wp-form-fields [type="submit"] > i {
  color: #fff;
  font-size: 20px;
  padding-top: 9px;
}
.footer-office .mc4wp-form-fields input[type="email"], .right-sidebar .mc4wp-form-fields input[type="email"], .left-sidebar .mc4wp-form-fields input[type="email"] {
  width: calc(100% - 60px);
  text-align: left;
  float: left;
  height: 40px;
  color: #424242;
  padding-left: 17px;
}
.footer-office .mc4wp-form-fields input[type="email"].placeholder, .right-sidebar .mc4wp-form-fields input[type="email"].placeholder, .left-sidebar .mc4wp-form-fields input[type="email"].placeholder {
  color: #424242;
}
.footer-office .mc4wp-form .mc4wp-response, .right-sidebar .mc4wp-form .mc4wp-response, .left-sidebar .mc4wp-form .mc4wp-response {
  color: #424242;
  margin-top: 5px;
  padding-left: 0;
}
.payment {
  text-align: right;
}
.payment ul li {
  display: inline-block;
  padding-left: 2px;
}
.payment ul li a i {
  color: #888;
  font-size: 20px;
}
.mc4wp-form {
  position: relative;
}
.mc4wp-form label {
  display: none;
}
.mc4wp-form input[type="email"] {
  background: #f1f0f0;
  padding: 6px 12px;
  color: #424242;
}
.mc4wp-form input[type="email"].placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mc4wp-form [type="submit"] {
  padding: 5px 21px 7px 18px;
  border: 1px solid #fff;
  background: none;
  font-family: Montserrat;
}
.mc4wp-form .mc4wp-response {
  color: #fff;
  margin-top: -9px;
  padding-left: 10px;
}
.mc4wp-form-fields > p {
  margin: 0;
}
.footer .footer-v4 {
  bottom: 0;
  position: fixed;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.footer .footer-v4 .bottom-footer {
  background: #5c97c3 none repeat scroll 0 0;
  text-align: center;
  color: #fff;
}
.footer .footer-v4 .bottom-footer p {
  margin-bottom: 0;
}
.bottom-footer .f-float p {
  margin-bottom: 0;
}
.mc4wp-form .mc4wp-response {
  margin-top: 0;
  padding-left: 0;
}
.footer7-title {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 28px;
  margin-bottom: 31px;
  font-weight: normal;
}
footer .widget_tag_cloud {
  padding-top: 0;
}
.footer-v7 .widget.widget_tag_cloud a {
  border: 1px solid #d7d7d7;
  color: #424242;
  display: inline-block;
  font-size: 14px !important;
  margin: 5px 2.5px 0;
  background: #d7d7d7;
  color: #8f8f8f;
  padding: 2px 10px;
}
.footer-v7 .widget.widget_tag_cloud a:hover {
  color: #cea35f;
}
.footer-v7 .widget_nav_menu .footer7-title {
  margin-bottom: 23px;
}
.footer-v7 .widget_nav_menu div > ul > li a:hover {
  border-bottom: 1px solid #cea35f;
}
.footer-v7 .footer7-title + .tagcloud {
  margin-top: -6px;
}
.footer-v7 .bottom-footer {
  border-top: 1px solid #d8d8d8;
}
.footer-v7 .bottom-footer a {
  color: #000;
}
.footer-v7 .social_icon_list {
  padding-top: 9px;
  padding-bottom: 34px;
}
.footer-v7 a:hover {
  color: #cea35f;
}
.remove_newsletter .footer-newsletter {
  display: none;
}
.footer .footer-v9 .footer_wrap .footer-office {
  background: #fff url("../images/bg-footer9.jpg") no-repeat bottom right;
}
.footer .footer-v9 .bottom-footer {
  background: none;
}
.footer .footer-v9 .widget_nav_menu div > ul > li {
  width: 100%;
}
.footer .footer-v9 .footer-office-content {
  overflow: hidden;
}
.footer .footer-v9 .footer_wrap .footer-office {
  padding-top: 19px;
}
.footer .footer-v9 .footer-title {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: #000;
  padding-bottom: 23px;
  margin-bottom: 0;
  border-bottom: none;
}
.footer .footer-v9 .widget_text .footer-title {
  padding-bottom: 25px;
}
.footer .footer-v9 a {
  color: #7b7b7b;
}
.footer .footer-v9 a:hover {
  color: #cea35f;
}
.footer .footer-v9 .widget_categories ul li {
  border-bottom: none;
  margin-bottom: -1px;
  text-transform: capitalize;
}
.footer .footer-v9 .widget_categories ul li a {
  color: #7b7b7b;
}
.footer .footer-v9 .widget_categories ul li a:hover {
  color: #cea35f;
}
.footer .footer-v9 .social_icon_list {
  padding-top: 0;
}
.footer .footer-v9 .social_icon_list ul li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  width: 100%;
  padding-bottom: 6px;
}
.footer .footer-v9 .social_icon_list ul li i {
  position: absolute;
  left: 0;
  top: 5px;
}
.footer .footer-v9 .social_icon_list li a i {
  margin-right: 10px;
}
.footer .footer-v9 .payment {
  margin-top: 5px;
}
.footer .footer-v9 .bottom-footer {
  padding: 23px 0 22px;
}
.footer .footer-v9 .bottom-footer .f-float p {
  color: #888;
}
.footer .footer-v9 .bottom-footer .f-float p a {
  color: #cea35f;
}
.footer .footer-v9 .widget {
  padding-bottom: 0;
}
.footer .footer-v9 .widget_text .textwidget {
  margin-top: 0;
  color: #424242;
  font-weight: 300;
}
.footer .footer-v9 .footer-newsletter {
  background: none;
  border-top: 1px solid #d7d7d7;
  margin-top: 39px;
  padding-top: 17px;
  margin-bottom: 33px;
}
.footer .footer-v9 .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form-fields {
  position: relative;
  overflow: hidden;
}
.footer .footer-v9 .footer-newsletter .widget_mc4wp_form_widget .footer-title {
  width: 100%;
  border-right: none;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  font-weight: 400;
}
.footer .footer-v9 .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
}
.footer .footer-v9 .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form > .mc4wp-form-fields > label {
  display: block;
  color: #424242;
  font-weight: 300;
  font-size: 14px;
  margin-top: 32px;
  margin-bottom: -6px;
}
.footer .footer-v9 .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
  width: 100%;
  color: rgba(66, 66, 66, 0.5) !important;
  background: #fff;
  padding: 10px 15px;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #d7d7d7;
}
.footer .footer-v9 .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
  height: 50px;
  position: absolute;
  right: 0;
  padding: 7px 27px;
  border: none;
  bottom: 0;
  top: auto;
  width: auto;
  font-size: 14px;
  background: #cea35f;
  color: #fff;
  font-family: Montserrat;
}
.footer .footer-v9 .footer-newsletter .widget_mc4wp_form_widget [type="submit"] i {
  display: none;
}
.footer-v10 .ft_newsletter {
  position: relative;
}
.footer-v10 .ft_newsletter .footer-newsletter {
  position: absolute;
  left: 15px;
  right: 15px;
}
.footer-v10 .footer-top {
  padding-top: 37px;
}
/*===================================
 2.3 Mega Menu
 ===================================*/
.site-header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff none repeat scroll 0 0;
  -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  animation: 0.8s ease-out 0s normal none 1 running reveal-header;
}
.menu-bottom {
  clear: both;
  display: none;
}
.megamenu .menu-bottom {
  display: block;
  padding: 17px 10px 0 10px !important;
}
.megamenu .menu-bottom > img {
  padding: 0 15px;
}
.megamenu .menu-bottom > .image-1 {
  width: 40%;
  float: left;
  padding: 0 15px;
}
.megamenu .menu-bottom > .image-2 {
  width: 60%;
  float: left;
  padding: 0 15px;
}
.megamenu .menu-bottom.image-pos-left {
  float: left;
  clear: none;
}
.megamenu .menu-bottom.image-pos-left > .image-1, .megamenu .menu-bottom.image-pos-left > .image-2 {
  width: 100%;
}
.logged-in.admin-bar .site-header.is-sticky {
  top: 32px;
}
.main-navigation .menu-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  text-transform: uppercase;
  display: none;
}
.main-navigation .menu-toggle .fa {
  margin-right: 10px;
  font-size: 12px;
}
.main-navigation > .container > div {
  position: relative;
}
.dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.mega-menu {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  z-index: 900;
}
.mega-menu > li {
  display: inline-block;
  list-style: none;
}
.mega-menu > li:not(.megamenu) {
  position: relative;
}
.mega-menu > li:hover > a:before {
  left: 50%;
}
.mega-menu > li:hover > a:after {
  right: 50%;
  opacity: 1;
}
.mega-menu > li > a:before {
  content: "";
  background: #8c70ba;
  height: 2px;
  width: 5px !important;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mega-menu > li > a:after {
  content: "";
  background: #8c70ba;
  height: 2px;
  width: 5px !important;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mega-menu li:hover > .children {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  pointer-events: auto;
}
.mega-menu li.megamenu:hover > .children {
  -webkit-transform: translateX(-50%) translate3d(0px, 0px, 0px);
  -moz-transform: translateX(-50%) translate3d(0px, 0px, 0px);
  -ms-transform: translateX(-50%) translate3d(0px, 0px, 0px);
  -o-transform: translateX(-50%) translate3d(0px, 0px, 0px);
  transform: translateX(-50%) translate3d(0px, 0px, 0px);
}
.mega-menu li a {
  padding: 28px 25px;
  display: block;
  text-transform: uppercase;
  white-space: normal;
  font-weight: bold;
  font-family: Montserrat;
  color: #000;
}
.mega-menu li a:hover, .mega-menu li a:focus {
  color: #cea35f;
}
.mega-menu li .caret {
  position: absolute;
  right: -10px;
  top: 10px;
  z-index: 99999;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  font-size: 25px;
  border: none;
  margin: 0;
  cursor: pointer;
}
.mega-menu li .open span.caret {
  text-indent: -999em;
  font-size: 24px;
}
.mega-menu li .open span.caret::before {
  content: "-";
  position: absolute;
  top: -3px;
  left: 6px;
  display: block;
  text-indent: 1px;
  font-size: 40px;
}
.mega-menu li:hover > a, .mega-menu li.current-menu-item > a, .mega-menu li.current-menu-ancestor > a {
  color: #cea35f;
}
.mega-menu li:hover > a:before, .mega-menu li.current-menu-item > a:before, .mega-menu li.current-menu-ancestor > a:before {
  opacity: 1;
}
.mega-menu li.current-menu-item > a:before, .mega-menu li.current-menu-ancestor > a:before {
  left: 50%;
}
.mega-menu li.current-menu-item > a:after, .mega-menu li.current-menu-ancestor > a:after {
  right: 50%;
  opacity: 1;
}
.mega-menu > li > a {
  position: relative;
}
.mega-menu > li > a:hover:before {
  width: 100%;
}
.mega-menu .dropdown-menu {
  position: absolute;
  left: -35px;
  top: 100%;
  min-width: 221px;
  text-align: left;
  background: #fff;
  padding: 10px 0;
  border: 1px solid #ddd;
  -webkit-transform: translate3d(0px, 20px, 0px);
  -moz-transform: translate3d(0px, 20px, 0px);
  -ms-transform: translate3d(0px, 20px, 0px);
  -o-transform: ttranslate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  display: block;
  visibility: hidden;
  font-weight: 300;
  z-index: 999;
  box-shadow: none;
  padding: 21px 2px 21px;
  pointer-events: none;
}
.mega-menu .dropdown-menu li a {
  text-transform: capitalize;
  padding: 6px 25px;
  position: relative;
  background: none;
  font-weight: normal;
  font-size: 14px;
  font-family: Open Sans;
  color: #424242;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mega-menu .dropdown-menu li a:hover {
  color: #cea35f;
  transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  filter: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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 {
  color: #011;
  background: none;
}
.mega-menu li ul li ul {
  padding: 0;
}
.dropdown-menu .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
  margin-left: 2px;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  -o-transform: rotate3d(0, 1, 0, 90deg);
  -ms-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
}
.dropdown-menu li {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu .dropdown-menu {
  padding: 21px 2px 24px;
  width: 88%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
  -moz-transform: translateX(-50%) translateY(20px);
  -ms-transform: translateX(-50%) translateY(20px);
  -o-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
}
.megamenu .dropdown-menu > li {
  padding: 0;
  display: inline-block;
  list-style: none;
}
.megamenu .dropdown-menu > li > a {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  font-family: Montserrat;
}
.megamenu .dropdown-menu > li > a:hover {
  margin-left: 0;
}
.megamenu .dropdown-menu > li > a:hover:before {
  display: none;
}
.megamenu .dropdown-menu > li .children li {
  display: inline;
}
.btn-open, .btn-open-right {
  display: none;
  background: none;
  border: none;
  font-size: 20px;
}
.icon-next {
  font-size: 12px;
  margin-left: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.right-header {
  display: inline-block;
  color: #afafaf;
  vertical-align: middle;
}
.right-header > li {
  display: inline-block;
  list-style: none;
  padding: 20px;
  border-right: 1px dashed #464646;
  position: relative;
}
.right-header > li:first-child {
  border-left: 1px dashed #464646;
}
.right-header > li:before {
  background: #b7dc36 none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 0;
  overflow: hidden;
  position: absolute;
  bottom: -5px;
  width: 0;
  transition: width 0.3s ease-in-out 0s;
  -moz-transition: width 0.3s ease-in-out 0s;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -ms-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
}
.right-header > li:hover:before {
  width: 100%;
}
.customlinks {
  position: relative;
}
.customlinks .dropdown-menu {
  display: block;
  opacity: 0;
  z-index: 9990;
  visibility: hidden;
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.customlinks.open .dropdown-menu {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}
.searchform {
  position: relative;
}
.search-block-top {
  display: inline-block;
  position: relative;
}
.search-block-top .btn-search {
  position: relative;
  padding: 20px;
  display: block;
}
.search-block-top .btn-search:hover {
  color: #cea35f;
}
.search-block-top .top-search .btn-search {
  position: absolute;
  top: 0;
  border: none;
  right: 12px;
  padding: 0;
  background: none;
}
#mini-scart .widget_shopping_cart_content .cart-btn .cart-btn {
  display: inline-block;
  width: auto;
  margin-top: 10px;
}
#mini-scart .widget_shopping_cart_content .cart-btn .cart-btn:first-child {
  float: left;
}
#mini-scart .widget_shopping_cart_content .cart-btn .cart-btn:nth-child(2) {
  float: right;
}
.widget_shopping_cart_content .cart-btn .cart-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #8c8c8c;
  width: 100%;
}
.widget_shopping_cart_content .cart-btn .cart-btn:hover {
  background: #cea35f;
  border-color: #cea35f;
  color: #fff;
}
.widget_shopping_cart_content .cart-btn .cart-btn.checkout {
  margin-top: 15px;
}
.widget_shopping_cart_content .cart-btn .cart-btn {
  letter-spacing: 0px;
  padding: 7px 15px 7px 16px;
  margin-top: 10px;
  color: #8c8c8c;
}
.widget_shopping_cart_content .cart-btn .cart-btn:first-child {
  background: #cea35f;
  border-color: #cea35f;
  color: #fff;
}
.widget_shopping_cart_content .cart-btn .cart-btn:first-child:hover {
  background: #000;
  border-color: #000;
}
.widget_shopping_cart_content .cart-btn .cart-btn:hover {
  color: #fff;
}
.btn-search, .btn-close {
  cursor: pointer;
}
.top-search {
  top: 63px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  background: none;
  z-index: 9900;
  -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;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  width: 88%;
}
.top-search .search-field, .top-search .search-form input[type="text"] {
  float: left;
  height: auto;
  padding: 10px 35px 10px 15px;
  width: 100%;
  color: #828282;
  background: #f5f5f5;
}
.top-search .product-search {
  position: relative;
}
.top-search .product-search .btn-search {
  position: absolute;
  right: 10px;
  padding: 0;
  margin-top: 7px;
}
.cart_nu_count {
  position: absolute;
  top: 8px;
  right: -8px;
  background: #cea35f;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.search-block-top .active.top-search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.inline {
  display: inline-block;
}
.top-search {
  width: 250px;
}
.caret {
  display: none;
}
.mini-cart, .header-wishlist {
  display: inline-block;
}
.mini-cart i, .header-wishlist i {
  font-size: 30px;
}
.cart_label {
  display: block;
  position: relative;
  display: inline-block;
  padding: 16px 0px 23px 20px;
  position: relative;
}
.cart-block {
  background: #fff none repeat scroll 0 0;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  float: none;
  left: auto;
  position: absolute;
  right: -30px;
  top: 100%;
  width: 319px;
  z-index: 999;
  padding: 0;
  margin: 0;
  opacity: 0;
  border-radius: 0;
  display: block;
  visibility: hidden;
  max-height: 400px;
  overflow: auto;
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cart-block::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.cart-block::-webkit-scrollbar-track {
  background-color: #999;
}
.cart-block::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.cart-block::-webkit-scrollbar-thumb {
  background-color: #cea35f;
}
.cart-block::-webkit-scrollbar-corner {
  background-color: #999;
}
.cart-block::-webkit-resizer {
  background-color: #666;
}
header:not(.header-v3) .mini-cart {
  position: relative;
}
header:not(.header-v3) .mini-cart .cart-block {
  background: #fff;
}
header:not(.header-v3) .mini-cart .active {
  border-radius: 0;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}
.minicart_header {
  display: none;
}
.widget_shopping_cart_content {
  padding: 21px 20px 0;
}
.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;
  margin-bottom: 3px;
}
.widget_shopping_cart_content ul li {
  display: block;
  padding-bottom: 25px;
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
}
.widget_shopping_cart_content ul li.empty {
  padding-bottom: 15px;
}
.widget_shopping_cart_content .cart-actions .total .amount {
  font-size: 14px;
}
.widget_shopping_cart_content .remove.remove-product {
  top: -8px;
}
.widget_shopping_cart_content .remove-product {
  color: #a1a1a1;
  height: 9px;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -5px;
  width: 9px;
}
.widget_shopping_cart_content .remove-product:hover {
  color: #cea35f;
}
.widget_shopping_cart_content .remove-product i {
  font-size: 12px !important;
}
.widget_shopping_cart_content .cart-images {
  float: left;
}
.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;
  font-family: Montserrat;
  margin-bottom: 0;
  display: block;
  margin-right: 25px;
  line-height: 16px;
}
.widget_shopping_cart_content .cart-info .product-name a:hover {
  color: #cea35f;
}
.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;
  font-family: "Varela Round";
  text-align: left;
  padding: 10px 0;
  color: #a1a1a1;
  border-bottom: 1px solid #ddd;
}
.widget_shopping_cart_content .cart-actions .total .price {
  color: #000;
  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;
}
@-webkit-keyframes reveal-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes reveal-header {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@-ms-keyframes reveal-header {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
}
@-o-keyframes reveal-header {
  0% {
    opacity: 0;
    -o-transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
}
@keyframes reveal-header {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*===================================
 3.0 Content
 3.1 Widget 
 ===================================*/
.page-widget {
  padding-bottom: 80px;
}
.page-widget .title-shortcodes {
  padding-top: 66px;
  padding-bottom: 89px;
}
.page-widget .title-shortcodes h2 {
  text-transform: uppercase;
}
.page-widget .entry-title {
  margin-bottom: 48px;
}
.page-widget .widget_shopby {
  padding-bottom: 65px;
}
.page-widget .widget_shopby .widget-title {
  padding-bottom: 52px;
}
.widget {
  padding-bottom: 30px;
  overflow: hidden;
}
.widget .product-desc h3 {
  font-size: 13px;
  font-weight: 400;
}
.widget ul {
  list-style: outside none none;
  padding-left: 0;
}
.widget-title, .widgettitle {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 23px;
  padding-bottom: 28px;
  position: relative;
  text-transform: uppercase;
}
.widget-title::before, .widgettitle::before {
  background: #cea35f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.name_label {
  font-size: 13px;
  margin-bottom: 10px;
  color: #333436;
}
.name_label span {
  color: #7da204;
}
.info-shopby {
  position: relative;
}
.remove.remove-product {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.clear {
  text-align: right;
  margin-right: 20px;
}
.widget_shopby .widget-content {
  margin-bottom: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e5e5;
}
.widget_categories ul li.current-cat > a {
  color: #cea35f;
}
.mc4wp-success p {
  color: #3c763d !important;
}
.mini-cart-special .wrap-mini-cart .coupon {
  display: block;
}
.cart-block .wrap-mini-cart .coupon {
  display: none;
}
.widget_categories, .widget_product_categories, .widget_franco_brands, .widget_pages, .active-sidebar .widget_nav_menu, .widget_archive, .widget_meta {
  padding-bottom: 35px;
}
.widget_categories ul li, .widget_product_categories ul li, .widget_franco_brands ul li, .widget_pages ul li, .active-sidebar .widget_nav_menu ul li, .widget_archive ul li, .widget_meta ul li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
  margin-bottom: 8px;
  position: relative;
}
.widget_categories ul li:last-child, .widget_product_categories ul li:last-child, .widget_franco_brands ul li:last-child, .widget_pages ul li:last-child, .active-sidebar .widget_nav_menu ul li:last-child, .widget_archive ul li:last-child, .widget_meta ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_categories ul li ul .current-cat ul li.cat-parent ul li:last-child, .widget_product_categories ul li ul .current-cat ul li.cat-parent ul li:last-child, .widget_franco_brands ul li ul .current-cat ul li.cat-parent ul li:last-child, .widget_pages ul li ul .current-cat ul li.cat-parent ul li:last-child, .active-sidebar .widget_nav_menu ul li ul .current-cat ul li.cat-parent ul li:last-child, .widget_archive ul li ul .current-cat ul li.cat-parent ul li:last-child, .widget_meta ul li ul .current-cat ul li.cat-parent ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_categories ul li a, .widget_product_categories ul li a, .widget_franco_brands ul li a, .widget_pages ul li a, .active-sidebar .widget_nav_menu ul li a, .widget_archive ul li a, .widget_meta ul li a {
  color: #424242;
}
.widget_categories ul li a:hover, .widget_product_categories ul li a:hover, .widget_franco_brands ul li a:hover, .widget_pages ul li a:hover, .active-sidebar .widget_nav_menu ul li a:hover, .widget_archive ul li a:hover, .widget_meta ul li a:hover {
  color: #cea35f;
}
.widget_categories ul li a > span, .widget_product_categories ul li a > span, .widget_franco_brands ul li a > span, .widget_pages ul li a > span, .active-sidebar .widget_nav_menu ul li a > span, .widget_archive ul li a > span, .widget_meta ul li a > span {
  color: #868686;
}
.widget_categories ul li ul, .widget_product_categories ul li ul, .widget_franco_brands ul li ul, .widget_pages ul li ul, .active-sidebar .widget_nav_menu ul li ul, .widget_archive ul li ul, .widget_meta ul li ul {
  padding-left: 31px;
  padding-top: 8px;
  margin-top: 8px;
  position: relative;
}
.widget_categories ul li ul:before, .widget_product_categories ul li ul:before, .widget_franco_brands ul li ul:before, .widget_pages ul li ul:before, .active-sidebar .widget_nav_menu ul li ul:before, .widget_archive ul li ul:before, .widget_meta ul li ul:before {
  border-top: 1px solid #ebebeb;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 100%;
}
.widget_categories ul li ul li, .widget_product_categories ul li ul li, .widget_franco_brands ul li ul li, .widget_pages ul li ul li, .active-sidebar .widget_nav_menu ul li ul li, .widget_archive ul li ul li, .widget_meta ul li ul li {
  padding-left: 3px;
  list-style: none;
}
.widget_product_categories > ul > li > a, .widget_franco_brands > ul > li > a, .widget_pages > ul > li > a {
  color: #000;
}
.widget_product_categories .current-cat > a, .widget_franco_brands .current-cat > a, .widget_pages .current-cat > a, .widget_product_categories .current-cat-parent > a, .widget_franco_brands .current-cat-parent > a, .widget_pages .current-cat-parent > a, .widget_product_categories .current_page_item > a, .widget_franco_brands .current_page_item > a, .widget_pages .current_page_item > a, .widget_product_categories .current-page-parent > a, .widget_franco_brands .current-page-parent > a, .widget_pages .current-page-parent > a {
  color: #cea35f;
}
.widget_categories > ul > li:last-child {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
  margin-bottom: 8px;
}
.widget_product_categories {
  margin-top: -3px;
}
select.postform {
  background: none;
  border: 1px solid #ddd;
  padding: 6px 19px;
}
.entry-title-widget-2 {
  margin-top: 64px;
}
.widget_layered_nav_filters li.chosen a {
  color: #424242;
}
.widget_recent_comments {
  padding-top: 27px;
}
.yith-woocompare-widget .products-list {
  color: #828282;
  font-family: 'Varela Round', sans-serif;
}
.yith-woocompare-widget .clear-all, .yith-woocompare-widget .compare.button {
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
  padding: 8px 22px;
  text-transform: uppercase;
  background: #cea35f;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin-top: 22px;
  height: 40px;
  line-height: 26px;
  border-radius: 0;
  color: #fff;
  font-family: Montserrat;
}
.yith-woocompare-widget .clear-all:hover, .yith-woocompare-widget .compare.button:hover {
  background: #000;
}
.yith-woocompare-widget ul.products-list a.remove {
  color: transparent;
  font-size: 13px;
}
.yith-woocompare-widget ul.products-list a.remove:hover {
  background: none;
}
.yith-woocompare-widget a.remove:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #868686;
}
.widget_search {
  margin-bottom: 18px;
}
.widget_search input {
  height: 40px;
  width: 100%;
  background: #fff;
  border: none;
  color: #424242;
  position: relative;
  padding: 10px;
  border-radius: 0;
  padding-right: 40px;
}
.widget_search button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  height: 40px;
  border: none;
  width: 40px;
  color: #424242;
  font-size: 16px;
  opacity: 0.5;
}
.widget_search .search-form {
  background: #f0f0f0 none repeat scroll 0 0;
  padding: 20px;
  position: relative;
}
.blog .widget .blog-content {
  padding-bottom: 0;
}
.widget .blog-post-title {
  margin-top: -5px;
}
.widget .blog-item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.widget .blog-item .blog-img {
  margin-right: 13px;
  float: left;
}
.widget .blog-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget .blog-content .blog-item .blog-post-info {
  overflow: hidden;
  padding-top: 0;
}
.widget_post_blog .blog-content .post-name a {
  color: #303030;
  font-size: 14px;
}
.widget_post_blog .blog-info {
  float: left;
}
.widget_post_blog .blog-info .info {
  color: #c5c5c5;
  font-size: 13px;
}
.widget_post_blog .blog-info .info p {
  margin-bottom: 2px;
}
.widget_post_blog .blog-info .info a {
  color: #c5c5c5;
  font-size: 13px;
}
.widget_post_blog .blog-info .info.info-comment {
  margin-top: -2px;
}
.widget_tag h3 {
  padding-bottom: 22px;
  margin-bottom: 12px;
}
.widget_tag a {
  border: 1px solid #e1e1e1;
  color: #8d9095;
  display: inline-block;
  margin: 8px 4px 0;
  padding: 6px 7px 8px 10px;
}
.widget_tag > div {
  margin: 0 -4px;
}
.widget_recent_comments ul {
  padding-top: 10px;
}
.widget_recent_comments .widget-title {
  padding-bottom: 28px;
  margin-bottom: 17px;
}
.recentcomments {
  border-bottom: 1px dashed #ebebeb;
  color: #c5c5c5;
  margin-bottom: 13px;
  overflow: hidden;
  padding-bottom: 7px;
  padding-left: 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recentcomments:before {
  position: absolute;
  content: "\f0e6";
  left: 0;
  top: 0;
  font-family: FontAwesome;
}
.recentcomments a {
  color: #303030;
  font-size: 14px;
}
.recentcomments a:hover {
  color: #cea35f;
}
.recentcomments:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recentcomments .comment-author-link {
  text-transform: capitalize;
}
.widget-content > p {
  color: #333436;
}
.widget_banner {
  margin-top: 19px;
}
.widget_banner .promo-banner .text-container {
  padding: 0;
}
.widget_layered_nav_filters {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.widget_layered_nav_filters li a span {
  color: #cea35f;
}
.widget_price_filter {
  overflow: hidden;
  padding-bottom: 44px;
}
.widget_price_filter .widget-title {
  margin-bottom: 34px;
}
.widget_price_filter .price_slider_wrapper {
  margin-top: 31px;
}
.widget_price_filter .ui-slider {
  background: #e6e5e5 none repeat scroll 0 0;
  height: 5px;
  position: relative;
}
.widget_price_filter .ui-slider .ui-slider-range {
  background: #a1d1dd;
  height: 5px;
  position: absolute;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  background: #cea35f;
  cursor: pointer;
  height: 12px;
  border: 1px solid #fff;
  position: absolute;
  top: -3px;
  width: 12px;
  border-radius: 50%;
  z-index: 2;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -12px;
}
.widget_price_filter .price_slider_amount {
  overflow: hidden;
  margin-top: 17px;
}
.widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  float: right;
  color: #424242;
}
.widget_price_filter .price_slider_amount .price_label span {
  color: #424242;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.widget_price_filter .price_slider_amount .button:hover {
  background: #000;
  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_compare {
  padding-bottom: 25px;
}
.widget_compare p {
  margin-bottom: 0;
}
.widget_products .item-product-grid {
  padding-bottom: 29px;
}
.widget_products .widget-title {
  margin-bottom: 28px;
  padding-bottom: 18px;
}
.widget_products .product-img {
  float: left;
}
.widget_products .product-desc {
  overflow: hidden;
  padding-left: 30px;
  padding-bottom: 0;
}
.widget_products .price .amount {
  font-size: 14px;
}
.widget_products .star-rating {
  margin-top: 8px;
  margin-bottom: -3px;
}
.widget_products .star-rating span:before, .widget_products .star-rating:before {
  font-size: 11px;
}
.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;
}
.widget_fb .social-fb {
  padding-top: 5px;
}
.widget_franco_instagram_feed {
  padding-top: 14px;
}
.widget_franco_instagram_feed ul {
  overflow: hidden;
}
.widget_franco_instagram_feed .widget-title {
  margin-bottom: 30px;
}
.instagram-container li {
  float: left;
  width: 33.3333%;
}
.instagram-container li a {
  display: block;
  position: relative;
  margin-right: -1px;
}
.instagram-container li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #cea35f;
}
.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: 24px;
  opacity: 0;
  color: #fff;
  margin-top: -15px;
}
.instagram-container li a:hover:before, .instagram-container li a:hover:after {
  opacity: 0.8;
}
.instagram-container li a img {
  width: 100%;
}
.widget_fb .widget-title {
  padding-bottom: 16px;
}
.scroll-to-top {
  background: #cea35f 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: 9999;
  color: #fff;
}
.scroll-to-top i {
  line-height: 25px;
}
.scroll-to-top:hover {
  color: #fff;
  background: #000;
}
.widget_tag_cloud {
  padding-top: 19px;
}
.widget_tag_cloud > div {
  margin: 0 -4px;
}
.widget.widget_tag_cloud a {
  border: 1px solid #ebebeb;
  color: #424242;
  display: inline-block;
  font-size: 14px !important;
  margin: 7px 4px 0;
  padding: 5px 10px;
}
.widget.widget_tag_cloud a:hover {
  background: #cea35f;
  color: #fff !important;
  border-color: #cea35f;
}
.instagram-gallery li {
  width: 12.5%;
}
.instagram-gallery li a::before {
  background: #000 none repeat scroll 0 0;
  opacity: 0.3;
}
.instagram-gallery .banner_text_overlay {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
.instagram-gallery .banner_text_overlay a {
  color: #fff;
}
.instagram-gallery .banner_text_overlay br {
  display: none;
}
.instagram-gallery .banner_text_overlay.show_custom_text {
  font-size: 32px;
  text-transform: none;
  top: 59%;
}
.widget_product_categories {
  margin-bottom: -4px;
}
.widget_franco_brands .widget-title {
  padding-bottom: 32px;
  margin-bottom: 28px;
}
.wpb_content_element h2.widgettitle {
  margin-top: -1px;
}
.wpb_content_element.vc_wp_categories {
  margin: 0;
}
.wpb_content_element .widget_categories {
  padding-bottom: 40px;
}
.wpb_content_element .widget_recent_comments ul {
  padding-top: 3px;
}
.wpb_content_element .insta-slidebar {
  margin-top: -5px;
}
.instagram-blog .instagram_style2.instagram-gallery li a::before {
  opacity: 0;
}
/*===================================
 3.2 Blog
 ===================================*/
.blog-container .owl-dots {
  counter-reset: dots;
}
.blog-container .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}
.blog-container .owl-dots {
  text-align: center;
  padding-top: 18px;
  margin-bottom: 54px;
}
.blog-container .owl-dots .owl-dot {
  display: inline-block;
  font-family: Montserrat;
  font-size: 12px;
  color: #8b8a8a;
  margin: 0 10px;
  text-decoration: underline;
}
.blog-container .owl-dots .owl-dot.active {
  text-decoration: none;
}
.vc_row + .container > .row .blog-list.list_s3 {
  margin-top: -101px;
}
.blog-content .blog-item .blog-info .info.info-cat {
  margin-right: 25px !important;
}
.blog-content .blog-item .blog-info .info:hover > i, .blog-content .blog-item .blog-info .info > i:hover {
  color: #cea35f;
}
.blog-content .blog-item .blog-info .info a:hover > i {
  color: #cea35f !important;
}
.blog-content {
  margin-bottom: 30px;
}
.blog-content .blog-img {
  overflow: hidden;
}
.blog-content .blog-img:hover > a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blog-content .blog-img > a {
  display: block;
}
.blog-content .blog-item .blog-post-info {
  padding-left: 0;
  padding-top: 23px;
  padding-right: 0;
}
.blog-content .blog-item .blog_post_desc {
  padding-top: 18px;
}
.blog-content .blog-item .blog_post_desc p {
  color: #424242;
  line-height: 23px;
  margin-bottom: 23px;
  word-spacing: 1.1px;
}
.blog-content .blog-item .blog-info {
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
.blog-content .blog-item .blog-info .info {
  display: inline-block;
  vertical-align: middle;
  color: #c0c0c0;
  margin-right: 25px;
}
.blog-content .blog-item .blog-info .info a {
  color: #c0c0c0;
  vertical-align: middle;
}
.blog-content .blog-item .blog-info .info a:hover {
  color: #cea35f;
}
.blog-content .blog-item .blog-info .info a:hover i {
  color: #c0c0c0;
  vertical-align: middle;
}
.blog-content .blog-item .blog-info .info i {
  color: #c0c0c0;
  vertical-align: middle;
}
.blog-readmore {
  float: right;
  color: #cea35f;
}
.post_link {
  background: #f5f5f5;
  padding: 20px;
  display: block;
  border: 1px solid transparent;
}
.post_link span {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.blog-video iframe {
  width: 100%;
}
.blog-item {
  position: relative;
  background: #fff none repeat scroll 0 0;
}
.blog-item .blog-post-info {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 15px;
}
.blog-item .blog_post_desc {
  padding-top: 13px;
}
.blog-item .blog_post_desc p {
  margin-bottom: 12px;
  line-height: 22px;
}
.blog-item .blog-info {
  border-top: 1px solid #ededed;
  padding: 15px 18px;
}
.blog-item .blog-info .post_social_event .social_comment {
  margin-right: 34px;
}
.blog-item .blog-info .post_social_event a {
  color: #c0c0c0;
}
.blog-item .blog-info .post_social_event a .fa {
  margin-right: 3px;
}
.blog-item .blog-info .post_social_event a:hover {
  color: #cea35f;
}
.blog-item .blog-date {
  background: #cea35f none repeat scroll 0 0;
  color: #fff;
  height: 60px;
  left: 20px;
  position: absolute;
  text-align: center;
  display: table-cell;
  padding-top: 10px;
  vertical-align: middle;
  top: 22px;
  width: 60px;
}
.blog-item .blog-date:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 6px;
  bottom: 6px;
  right: 5px;
  border: 1px solid #fff;
}
.blog-item .blog-date p {
  margin: 0;
  line-height: 20px;
  font-family: Montserrat;
}
.blog-item .blog-date .month {
  font-size: 14px;
}
.blog-item .blog-date .date {
  font-size: 16px;
  font-weight: bold;
}
.blog-item .post-name > a {
  color: #000;
  display: block;
  font-family: Montserrat;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-item:hover .post-name > a {
  color: #cea35f;
}
.blog-item:hover .blog-img > a {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.blog-type-1 .blog-img > a {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.handmate_blog .blog-type-2 .blog-item {
  background: transparent;
}
.blog-type-2 .blog-item .blog-post-info {
  padding: 0;
  position: relative;
}
.blog-type-2 .blog-item .blog-date {
  position: static;
  padding-top: 0;
  width: 80px;
  height: 80px;
  padding-right: 18px;
  text-align: right;
  overflow: hidden;
  background: #cea35f none repeat scroll 0 0;
}
.blog-type-2 .blog-item .blog-date::before {
  content: none;
}
.blog-type-2 .blog-bottom {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 22px 20px 0 30px;
  position: absolute;
  left: 80px;
  top: -40px;
  width: 83%;
  min-height: 120px;
}
.blog-type-3 .blog-item {
  border: 1px solid #ebebeb;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.blog-type-3 .blog-item::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-type-3 .blog-item .blog-post-info {
  padding: 34px 0 28px;
  position: relative;
  z-index: 1;
}
.blog-type-3 .blog-item .blog-date {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #666;
  display: block;
  height: auto;
  position: static;
  text-align: left;
  width: auto;
  padding-top: 0;
}
.blog-type-3 .blog-item .blog-date::before {
  content: none;
}
.blog-type-3 .blog-item .blog-date .date {
  font-size: 14px;
  font-weight: 400;
  font-family: Open Sans;
}
.blog-type-3 .blog-item .blog-post-title {
  padding-bottom: 13px;
}
.blog-type-3 .blog-item .blog-post-title, .blog-type-3 .blog-item .blog-meta, .blog-type-3 .blog-item .blog_post_desc {
  padding-left: 39px;
  padding-right: 25px;
}
.blog-type-3 .blog-item .blog-meta {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.blog-type-3 .blog-item .blog-meta .info-profile, .blog-type-3 .blog-item .blog-meta .blog-info, .blog-type-3 .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-style: italic;
  border: medium none;
}
.blog-type-3 .blog-item .blog-meta .info-profile {
  position: relative;
}
.blog-type-3 .blog-item .blog-meta .info-profile::before {
  content: "/";
  color: #666;
  font-size: 18px;
  height: 18px;
  position: absolute;
  right: -24px;
  top: 1px;
}
.blog-type-3 .blog-item .blog-meta .info-profile > a {
  text-transform: capitalize;
  color: #666;
}
.blog-type-3 .blog-item .blog-meta .info-profile > a:hover {
  color: #cea35f;
}
.blog-type-3 .blog-item .blog-meta .info {
  position: relative;
  color: #666;
}
.blog-type-3 .blog-item .blog-meta .info::before {
  content: "/";
  color: #666;
  font-size: 18px;
  height: 18px;
  position: absolute;
  right: -24px;
  top: 1px;
}
.blog-type-3 .blog-item .blog-meta .info > a {
  color: #666;
}
.blog-type-3 .blog-item .blog-meta .info > a:hover {
  color: #cea35f;
}
.blog-type-3 .blog-item .blog-info {
  padding: 21px 31px 18px;
}
.blog-type-3 .blog-item .read-more > a {
  color: #cea35f;
}
.blog-type-3 .blog-item .blog_post_desc > p {
  color: #424242;
  margin-bottom: 1px;
}
.blog-type-3 .blog-item .read-more {
  margin-top: -5px;
}
.blog-type-1 .blog_post_desc > p, .blog-type-2 .blog_post_desc > p {
  max-height: 70px;
  overflow: hidden;
  color: #424242;
}
.blog-type-1 .blog-info .post_social_event a span, .blog-type-2 .blog-info .post_social_event a span {
  color: #c0c0c0;
}
.blog-type-1 .blog-info .post_social_event a:hover span, .blog-type-2 .blog-info .post_social_event a:hover span {
  color: #cea35f;
}
.blog-type-3 .blog_post_desc > p {
  max-height: 135px;
  overflow: hidden;
  margin-bottom: 17px;
}
.blog-type-4 .blog-list {
  margin-bottom: 27px;
}
.blog-type-4 .blog-list .blog-img img {
  width: 100%;
}
.blog-type-4 .blog-list .blog-item .post-name > a {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: normal;
}
.blog-type-4 .blog-list .blog-item .blog-info .info a {
  font-size: 12px;
  text-transform: uppercase;
}
.blog-type-4 .blog-list .blog-item .blog_post_desc {
  padding-top: 10px;
}
.blog-type-4 .blog-list .blog-item .blog_post_desc p {
  margin-bottom: 12px;
}
.blog-type-4 .owl-dots {
  display: none !important;
}
.blog-type-4 .owl-nav {
  background: #f0f0f0 none repeat scroll 0 0;
  height: 60px;
}
.blog-type-4 .owl-nav .owl-prev {
  color: #8b8a8a;
  display: inline-block;
  float: left;
  font-family: Montserrat;
  font-size: 12px;
  height: 100%;
  padding-left: 20px;
  padding-top: 21px;
  text-transform: uppercase;
  vertical-align: middle;
}
.blog-type-4 .owl-nav .owl-next {
  color: #8b8a8a;
  display: inline-block;
  float: right;
  font-family: Montserrat;
  font-size: 12px;
  height: 100%;
  padding-right: 20px;
  padding-top: 21px;
  text-transform: uppercase;
}
.blog-type-5 {
  max-width: 944px;
  margin: 0 auto;
}
.blog-type-5 .blog-full:last-child {
  margin-bottom: 33px;
}
.blog-type-5 .blog-full .blog-item .post-name > a {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 3px;
}
.blog-type-5 .blog-full .blog-item .blog-info {
  padding: 12px 0;
}
.blog-type-5 .blog-full .blog-item .blog-info .info a {
  font-size: 12px;
  text-transform: uppercase;
}
.blog-type-5 .blog-full .blog-item .blog-info .info a:hover i {
  vertical-align: baseline;
}
.blog-type-5 .blog-full .blog-item .blog-info .info i {
  font-size: 12px;
  width: 15px;
}
.blog-type-5 .blog-full .blog-item .blog_post_desc p {
  margin-bottom: 21px;
}
.blog-type-5 .owl-dots {
  border-top: 1px solid #f0f0f0;
  padding-top: 18px;
}
.blog-list .blog-item .blog-date {
  top: 20px;
}
.blog-list .blog-item .post-name > a {
  font-size: 18px;
}
.post-name .sticky_post {
  padding: 5px 11px;
  background: #cea35f;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: bottom;
}
.blog-date.pos_relative {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  padding-top: 2px;
}
.blog-date.pos_relative + .post-name {
  padding-left: 20px;
  display: table-cell;
  vertical-align: bottom;
}
.blog-date.pos_relative + .post-name > a {
  line-height: 23px;
}
.blog-date.pos_relative > a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.blog-full .blog-item .blog-post-info {
  background: #fff none repeat scroll 0 0;
  margin: 0px auto 0;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 43px;
  position: relative;
  text-align: center;
  width: 750px;
}
.blog-full .blog-item .blog-img + .blog-post-info {
  margin-top: -80px;
}
.blog-full .blog-item .blog_post_desc {
  padding-top: 13px;
}
.blog-full .blog-item .blog_post_desc p {
  line-height: 22px;
  margin-bottom: 25px;
}
.blog-full .blog-item .post-name > a {
  font-size: 18px;
  margin-bottom: 6px;
}
.blog-full .blog-item .blog-info {
  padding: 13px 0;
}
.blog-full .blog-date {
  display: none;
}
.load-more.blog-more {
  text-align: center;
}
.blog-masonry {
  margin-bottom: 0;
}
.blog-masonry .blog-item:hover .post-name > a {
  color: #000;
}
.blog-masonry .blog-item .blog-date {
  left: 0;
  top: 0;
}
.blog-masonry .blog-item .blog-date:before {
  content: none;
}
.blog-masonry .blog-item .blog-post-info {
  border: 1px solid #e1e1e1;
  padding: 20px 30px 24px;
}
.blog-masonry .blog-item .post-name > a {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: normal;
}
.blog-masonry .blog-item .post-name > a:hover {
  color: #cea35f;
}
.blog-masonry .blog-item .blog-info {
  border-top: medium none;
  padding-top: 10px;
  padding-bottom: 5px;
}
.blog-masonry .blog-item .blog-info .info {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: bold;
}
.blog-masonry .blog-item .blog-info .info i {
  display: none;
}
.blog-masonry .blog-item .blog-info .info a {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-masonry .blog-item .blog_post_desc {
  padding-top: 0;
}
.blog-masonry .blog-item .blog_post_desc p {
  max-height: 95px;
  margin-bottom: 0;
  overflow: hidden;
}
.load-more.blog-load {
  padding: 60px 0 0;
  text-align: center;
}
.load-more.blog-load > a.btn {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #8b8a8a;
  font-size: 12px;
  max-width: 100%;
  padding: 18px 20px;
  width: 100%;
}
.load-more.blog-load > a.btn:hover {
  background: #cea35f;
  color: #fff;
}
.page-numbers > li {
  border: 1px solid #ebebeb;
  display: inline-block;
  height: 36px;
  line-height: 35px;
  margin-right: 9px;
  text-align: center;
  width: 36px;
}
.page-numbers > li:hover {
  border: 1px solid #cea35f;
}
.page-numbers > li:hover a, .page-numbers > li:hover .current {
  color: #cea35f;
}
.page-numbers > li span, .page-numbers > li a {
  display: block;
}
.page-numbers .current {
  color: #cea35f;
  position: relative;
}
.page-numbers .current::before {
  border: 1px solid #cea35f;
  content: "";
  height: 36px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 36px;
}
.paginationtype-2 {
  background: #f0f0f0 none repeat scroll 0 0;
  padding: 20px 20px 15px;
  margin-bottom: 0;
}
.paginationtype-2 .pagination_button_prev {
  float: right;
}
.paginationtype-2 li {
  display: inline-block;
}
.paginationtype-2 li a {
  color: #8b8a8a;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Montserrat;
  position: relative;
  line-height: 100%;
}
.paginationtype-2 li a:hover {
  color: #cea35f;
}
.paginationtype-2 li a:before {
  position: absolute;
  content: "\f104";
  font-size: 12px;
  font-family: FontAwesome;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.paginationtype-2 li.pagination_button_next a {
  padding-left: 10px;
}
.paginationtype-2 li.pagination_button_prev a {
  padding-right: 10px;
}
.paginationtype-2 li.pagination_button_prev a:before {
  content: "\f105";
  left: auto;
  right: 0;
}
.single-post .blog-content {
  margin-bottom: 22px;
}
.single-post .blog-content .post-name > h3 {
  font-weight: 400;
  line-height: normal;
  margin-bottom: 26px;
}
.single-post .blog-content .blog-item .blog-post-info {
  padding-top: 42px;
}
.single-post .blog-content .blog-item .blog-post-info .blog-info {
  border-bottom: 1px solid #ededed;
}
.single-post .blog-content .blog-item .blog_post_desc {
  padding-top: 26px;
}
.single-post .blog-content .blog-item .blog_post_desc p {
  line-height: 22px;
  margin-bottom: 23px;
}
.single-2 {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  max-width: 810px;
  padding: 30px 30px 0;
}
.single-2 .blog-content .blog-item .blog-post-info {
  padding-top: 0;
}
.single-2 .blog-content .post-name > h3 {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 26px;
  text-align: center;
}
.single-3 .blog-content .blog-item .blog-post-info {
  padding-top: 0;
}
.addthis_sharing_toolbox {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 19px 0 15px;
}
.addthis_sharing_toolbox ul {
  margin-bottom: 0;
}
.addthis_sharing_toolbox .small-text {
  display: inline-block;
  color: #1b242b;
  margin-bottom: 0;
}
.addthis_sharing_toolbox .f-social {
  display: inline-block;
}
.addthis_sharing_toolbox .f-social li {
  display: inline-block;
}
.addthis_sharing_toolbox .f-social li a {
  font-size: 14.4px;
  color: #c0c0c0;
  padding: 0 15px;
}
.addthis_sharing_toolbox .f-social li a:hover {
  color: #cea35f;
}
#icon-like {
  margin-right: 4px;
}
.post-comments {
  margin-top: 46px;
}
.comments-area .number-comments {
  font-size: 18px;
}
.commentlist {
  margin-top: 30px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.commentlist li {
  margin-left: 37px;
  margin-bottom: 60px;
  margin-top: 28px;
}
.commentlist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.commentlist li ul {
  margin-top: 18px;
  overflow: hidden;
  padding-left: 35px;
}
.commentlist li ul li {
  margin-right: 0;
  clear: both;
  margin-bottom: 0;
}
.commentlist li ul li .comment-content {
  margin-bottom: 10px;
  overflow: hidden;
}
.commentlist li ul li.comment {
  padding-bottom: 28px;
}
.commentlist .comment-author {
  height: 100px;
  left: -35px;
  position: absolute;
  top: -28px;
  width: 100px;
}
.commentlist .comment-author img {
  width: 100%;
}
.commentlist .comment-body {
  padding-left: 87px;
  padding-top: 23px;
  padding-right: 10px;
  position: relative;
  border: 1px solid #ebebeb;
}
.commentlist .profile-name {
  border-right: 1px solid #c0c0c0;
  color: #424242;
  display: inline-block;
  font-weight: bold;
  line-height: 100%;
  line-height: 18px;
  margin-right: 20px;
  padding-right: 20px;
  line-height: 100%;
  text-transform: capitalize;
  vertical-align: middle;
}
.commentlist .date-cmt {
  display: inline-block;
  vertical-align: middle;
  color: #c0c0c0;
}
.commentlist .comment-content {
  margin-top: 20px;
}
.commentlist .comment-content p {
  color: #424242;
  font-style: italic;
  line-height: 22px;
  min-height: 45px;
}
.commentlist .comment-respond {
  padding: 0 30px;
  margin-bottom: 30px;
}
.navigation.comment-navigation {
  padding-top: 30px;
}
.profile-bottom {
  position: relative;
}
.profile-bottom .links-info {
  bottom: 10px;
  display: inline-block;
  left: -60px;
  position: absolute;
}
.comment-reply-title {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 28px;
  padding-top: 30px;
  position: relative;
  text-transform: uppercase;
}
.comment-reply-title::before {
  background: #cea35f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.comment-reply-title small {
  float: right;
  margin-top: 5px;
}
.comment-respond {
  overflow: hidden;
  margin-top: 20px;
}
.comment-respond .comment-form-comment label {
  display: none;
}
.form-row {
  margin-bottom: 24px;
}
.form-row input, .form-row .placeholder, .form-row textarea {
  background: none;
  border-bottom: 1px solid #ccc;
  color: #828282;
  width: 100%;
  line-height: normal;
  padding: 10px 0;
}
.form-row input.error, .form-row .placeholder.error, .form-row textarea.error {
  border-bottom: 1px solid #f00;
}
.form-row textarea {
  min-height: 171px;
}
.form-row .comment-form-subject {
  padding-top: 5px;
}
.form-row label.error {
  display: none !important;
  color: #f00;
  font-weight: 400;
}
.comment-form-subject.form-row {
  padding-top: 3px;
}
p.form-submit {
  margin: 0;
}
.comment-submit .btn {
  font-size: 12px;
  font-weight: 400;
  margin-top: -3px;
  padding: 8px 22px;
  text-transform: uppercase;
}
.instagram-bottom .col-7 {
  padding-top: 60px;
  margin-bottom: 10px;
}
.col-7, .col-7 .instagram-container, .col-7 .footer-gallery {
  overflow: hidden;
  margin: 0;
}
.single-post.single-1 {
  padding-bottom: 60px;
}
.border-category {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
}
.border-category .wpb_content_element {
  margin: 0;
}
.category-blog ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
.category-blog ul li {
  display: inline-block;
}
.category-blog ul li a {
  text-transform: uppercase;
  color: #0b0b0b;
  font-family: Montserrat;
  font-weight: 700;
  display: block;
  padding: 13px 30px;
}
.category-blog ul li a:hover {
  color: #cea35f;
}
.blog-masonry .blog-item .blog-date, .blog-type-4 .blog-item .blog-date {
  background: #00a9cf none repeat scroll 0 0;
}
.widgettitle::before {
  background: #00a9cf none repeat scroll 0 0;
}
.single-post .popup_holder {
  display: none;
}
.tabs_sort .isotope.has_space .item.masonry-cat {
  padding: 0 15px;
  margin-bottom: 30px;
}
.load-more.blog-load.masonry-load {
  padding: 30px 0 0;
}
.insta-slidebar .instagram-gallery li {
  width: 33.3333%;
}
.single-1 .blog-img img {
  width: 100%;
}
.blog-type-2 .blog_post_desc > p {
  font-family: Open Sans;
}
/*===================================
 3.3 Gallery
 ===================================*/
.button-group button {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Montserrat;
}
.button-group button:hover, .button-group button.is-checked {
  color: #cea35f;
}
.button-group button span {
  color: #cea35f;
  padding: 0 23px 0 7px;
  font-family: Montserrat;
}
.button-group button[data-filter=".gallery"] {
  display: none;
}
.gallery-grid .button-group {
  margin-top: 37px;
}
.gallery-grid .button-group .button span {
  color: #828282;
}
.archive #filters {
  margin-top: -9px;
}
.hide-loadmore {
  display: none;
}
.load-more > a.btn {
  font-size: 12px;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 8px 20px;
  background: #cea35f;
  width: 100%;
  max-width: 360px;
}
.load-more > a.btn.btn-default {
  background: #e8e8e8;
  color: #cea35f;
}
.load-more > a.btn.btn-default:hover {
  color: #fff;
}
.load-more.text-center {
  overflow: hidden;
  padding: 50px 15px 0;
}
.col-md-6 > #options > .button-group {
  padding-top: 37px;
  text-align: right;
}
.home_portfolio_cus .tabs_sort .isotope.no_space {
  margin-top: 44px !important;
}
.single-gallery .gallery_right .franco-heading {
  margin-top: -7px;
}
.header-v6 .header-bottom {
  border-bottom: none;
}
.tabs_sort .isotope {
  margin-top: 43px;
}
.tabs_sort .isotope figure .gallery_zoom_effect {
  position: relative;
  overflow: hidden;
}
.tabs_sort .isotope figure .gallery_zoom_effect .img_onhover {
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: block;
  width: 100%;
}
.tabs_sort .isotope figure:hover .img_onhover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tabs_sort .isotope.gallery-style1.has_space {
  margin-top: 12px;
  margin-left: -15px;
  margin-right: -15px;
}
.tabs_sort .isotope.gallery-style1.has_space .item {
  padding: 30px 15px 0 15px;
}
.tabs_sort .isotope.gallery-style1 .item img {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tabs_sort .isotope.gallery-style1 .item figure:hover img {
  -webkit-filter: none;
  /* Chrome, Safari, Opera */
  filter: none;
}
.tabs_sort .isotope.gallery-style2 {
  margin-top: 12px;
  margin-left: -15px;
  margin-right: -15px;
}
.tabs_sort .isotope.gallery-style2 .item {
  padding: 30px 15px 0 15px;
}
.tabs_sort .isotope.gallery-style2 .item figure:hover figcaption {
  top: 0;
  background: none;
  left: 0;
  text-align: center;
}
.tabs_sort .isotope.gallery-style2 .item figure:hover figcaption:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: #cea35f;
  opacity: 0.8;
}
.tabs_sort .isotope.gallery-style2 .item figure:hover figcaption .caption_block {
  position: absolute;
  right: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: 10px 0 0 0;
}
.tabs_sort .isotope.gallery-style2 .item figure:hover figcaption .caption_block h4, .tabs_sort .isotope.gallery-style2 .item figure:hover figcaption .caption_block a, .tabs_sort .isotope.gallery-style2 .item figure:hover figcaption .caption_block .item_desc {
  color: #fff;
}
.tabs_sort .isotope.gallery-style2 .item figure:hover figcaption .caption_block .item_desc a:hover {
  color: #cea35f;
}
.tabs_sort .isotope.gallery-style2 figure:hover .img_onhover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tabs_sort .isotope.gallery-style3 {
  margin-top: -7px;
  margin-left: -15px;
  margin-right: -15px;
}
.tabs_sort .isotope.gallery-style3 .item {
  padding: 50px 15px 0px 15px;
}
.tabs_sort .isotope.gallery-style3 .item figcaption {
  position: relative;
  opacity: 1;
  background: none;
  padding-bottom: 0px;
  padding-left: 0;
}
.tabs_sort .isotope.gallery-style3 .item figcaption .caption_block {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: -1px;
  margin-bottom: -7px;
}
.tabs_sort .isotope.gallery-style3 .item figcaption .item_desc {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.tabs_sort .isotope.gallery-style4 {
  margin-top: 0;
}
.tabs_sort .isotope.gallery-style4.isotope .item figcaption {
  opacity: 1;
  margin: 0;
  background: none;
  padding: 23px 29px 28px;
  z-index: 3;
}
.tabs_sort .isotope.gallery-style4.isotope .item figcaption .item_desc {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.tabs_sort .isotope.gallery-style4.isotope .item figcaption .caption_block {
  top: 7px;
}
.tabs_sort .isotope.gallery-style4.isotope .item figcaption .caption_block h4 {
  color: #fff;
}
.tabs_sort .isotope.gallery-style4.isotope .item figcaption .caption_block a {
  color: #6a6a6a;
  font-family: "Open Sans", Arial;
}
.tabs_sort .isotope.gallery-style4 figure:before {
  background: -webkit-linear-gradient(transparent, #000);
  background: -o-linear-gradient(transparent, #000);
  background: -moz-linear-gradient(transparent, #000);
  background: linear-gradient(transparent, #000);
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  opacity: 0.8;
  bottom: 0;
  z-index: 1;
}
.tabs_sort .isotope.gallery-style4.isotope .item.item_size_4 {
  width: 40%;
}
.tabs_sort .isotope.has_space {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 12px;
}
.tabs_sort .isotope.has_space .item {
  padding: 30px 15px 0 15px;
}
.tabs_sort .isotope.has_space.gallery-style3 {
  margin-top: -7px;
}
.tabs_sort .isotope.has_space.gallery-style3 .item {
  padding: 50px 15px 7px 15px;
}
.tabs_sort .isotope.no_space {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 50px !important;
}
.tabs_sort .isotope.no_space .item {
  padding: 0 !important;
}
.tabs_sort .isotope .item figcaption .caption_block {
  position: relative;
  /* right: 0; */
  left: 0;
  vertical-align: middle;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.tabs_sort .isotope .item figcaption .caption_block h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: normal;
  padding-bottom: 3px;
  color: #2a2a2a;
}
.tabs_sort .isotope .item figcaption .caption_block .item_desc {
  color: #8f8f8f;
}
.tabs_sort .isotope .item figcaption .caption_block a {
  color: #8f8f8f;
}
.tabs_sort .isotope .item figcaption .caption_block a:hover {
  color: #cea35f;
}
.tabs_sort .isotope .item figcaption .item_desc {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tabs_sort .isotope .item figure {
  position: relative;
  cursor: pointer;
}
.tabs_sort .isotope .item figure:hover figcaption {
  opacity: 1;
  margin: 0;
}
.tabs_sort .isotope .item figure:hover .item_desc {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.tabs_sort .isotope .item figcaption {
  position: absolute;
  vertical-align: middle;
  margin: 0;
  bottom: 0;
  left: 0;
  padding: 27px 20px 28px;
  right: 0;
  margin: 0;
  background: #fff;
  opacity: 0;
  color: #2a2a2a;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isotope .item {
  width: 25%;
}
.isotope .item img {
  width: 100%;
  height: auto;
}
.space-50 .tabs_sort .isotope {
  margin-top: 33px;
}
.btn-slider {
  background: none !important;
  border: 1px solid #fff !important;
  padding: 5px 32px 6px !important;
  color: #fff !important;
}
.btn-slider:hover {
  background: #cea35f !important;
  border-color: #cea35f !important;
}
.gallery_special_style.isotope .item {
  width: 50%;
  padding: 15px;
}
.gallery_special_style.isotope .item.item_size_full {
  width: 100%;
  padding: 15px;
}
.isotope.col-2 .item {
  width: 50%;
}
.isotope.col-2 .item img {
  width: 100%;
  height: auto;
}
.isotope.col-1 .item {
  width: 100%;
}
.isotope.col-3 .item {
  width: 33.33333%;
}
.isotope.col-5 .item {
  width: 20%;
}
.franco-container .gallery .container {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.single-gallery .franco-heading p > a {
  color: inherit;
}
.single-gallery .gallery_desciption {
  padding-top: 22px;
  color: #424242;
}
.single-gallery .gallery_desciption p {
  color: inherit;
  line-height: 22px;
}
.single-gallery .gallery_desciption p + p {
  margin-top: 23px;
}
.single-gallery .vertical_list {
  padding-top: 14px;
}
.single-gallery .vertical_list li {
  color: #424242;
  padding: 14px 0 21px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-top: -1px;
}
.single-gallery .vertical_list li a {
  color: #c0c0c0;
  padding: 0px 7px 0 19px;
  vertical-align: middle;
}
.single-gallery .vertical_list li a:hover {
  color: #cea35f;
}
.single-gallery .vertical_list li span {
  color: #c0c0c0;
}
.single-gallery .gallery_paginations {
  margin-top: 18px;
}
.single-gallery .gallery_paginations > ul {
  margin-left: 6px;
  list-style: none;
  padding-left: 0;
}
.single-gallery .gallery_paginations li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.single-gallery .gallery_paginations li a {
  color: #999;
  padding: 10px;
}
.single-gallery .gallery_paginations li a:hover {
  color: #cea35f;
}
.single-gallery .gallery_paginations li.arrow_left {
  padding-top: 4px;
}
.single-gallery .gallery_paginations li.divider {
  text-indent: -9999px;
  position: relative;
}
.single-gallery .gallery_paginations li.divider:after {
  content: '';
  width: 1px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 58px;
  background: #d1d1d1;
  position: absolute;
  top: -6px;
  left: 3px;
}
.single-gallery .gallery_paginations li.arrow_right {
  padding: 18px 6px 0;
  vertical-align: bottom;
}
.single-gallery .image_list ul {
  margin-bottom: 0;
}
.single-gallery .image_list ul li {
  margin-bottom: 28px;
}
.single-gallery .image_list ul li:last-child {
  margin-bottom: 0;
}
.single-gallery .image_list ul li img {
  width: 100%;
  height: auto;
}
.gallery_related {
  clear: both;
  padding-top: 77px;
}
.gallery_related .franco-heading h4 {
  font-size: 18px;
  letter-spacing: 2px;
}
.gallery_related .franco-heading h4:before {
  bottom: -28px;
}
/*===================================
 3.4 Content
 ===================================*/
.btn {
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 22px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-weight: 700;
  position: relative;
  line-height: 24px;
}
.no-results.not-found header.entry-header {
  margin-bottom: 30px;
}
.profilename-14 .testimonial-content .profile-name {
  font-size: 14px;
}
.ult-item-wrap.slick-slide .product-isotope {
  margin: 0 auto;
}
.ult-item-wrap.slick-slide .product-isotope .item {
  padding-top: 22px;
}
.product-action .added_to_cart {
  display: none;
}
.slick-slider .animated {
  visibility: visible;
}
.testimonial-content .profile-name {
  padding-top: 13px;
}
.testimonial-content .profile-name::before {
  top: -8px;
}
.instagram_style2.instagram-gallery li {
  width: 20%;
}
.instagram_style2.instagram-gallery li a::before {
  background: #000 none repeat scroll 0 0;
  opacity: 0.5;
}
.instagram_style2.instagram-gallery li a:hover:after, .instagram_style2.instagram-gallery li a:hover:before {
  opacity: 0.8;
}
.instagram_style2.instagram-gallery li a:after {
  /*      display: none;*/
}
.ult-carousel-wrapper .slick-slide {
  outline: none !important;
}
.load-more > a.btn:hover {
  background: #000;
}
.abs_text {
  position: absolute;
  top: 36%;
  left: 110px;
}
.abs_text h3 {
  font-size: 54px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 65px;
}
.abs_text h3 span {
  font-family: Playfair Display;
  text-transform: uppercase;
  font-style: italic;
}
.abs_text p {
  font-family: Montserrat;
  color: #626262;
  margin-top: 3px;
  margin-left: 4px;
  font-size: 18px;
}
.scroll-to-bottom {
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: bold;
  cursor: pointer;
}
.scroll-to-bottom i {
  padding-left: 8px;
}
.scroll-to-bottom:hover {
  animation-name: bounce;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.heading-icon {
  padding-top: 20px;
}
.about-franco-style3 {
  color: #fff;
}
.about-franco-style3 .franco-heading p, .about-franco-style3 .franco-heading h3 {
  color: #fff;
}
.about-franco-style3 .franco-heading p {
  letter-spacing: 13.5px;
  font-size: 14px;
}
.about-franco-style3 .franco-heading h3 {
  font-size: 48px;
  letter-spacing: 14px;
}
.about-franco-style3 .franco-heading h3:before {
  background: none;
  bottom: -53px;
  content: "";
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  content: "\f078\f078\f078\f078\f078";
  font-family: FontAwesome;
  font-size: 12px;
  letter-spacing: -2px;
  background: url('../images/39_homepage_portfolio_3.png') no-repeat center center !important;
  color: transparent;
  min-width: 61px;
}
.about-franco-style3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  /* z-index: 3; */
  display: block;
  opacity: 0.3;
}
.franco-heading.title-heading-5 h2 {
  font-size: 24px;
  letter-spacing: 2.5px;
}
.franco-heading.title-heading-5 h1:before, .franco-heading.title-heading-5 h2:before, .franco-heading.title-heading-5 h3:before, .franco-heading.title-heading-5 h4:before, .franco-heading.title-heading-5 h5:before, .franco-heading.title-heading-5 h6:before {
  content: none;
}
.bg-top .title-heading-2.bg-title {
  padding-top: 110px;
  padding-bottom: 38px;
}
.title-heading-2.bg-title {
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 36px;
  padding-top: 55px;
}
.title-heading-2.franco-heading h2 {
  font-size: 32px;
  letter-spacing: 8px;
}
.title-heading-2.franco-heading h2:before {
  content: none;
}
.title-heading-2.franco-heading p {
  color: #a1a1a1;
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.main-2 .franco-heading-7.text-left {
  margin-left: -30px;
  margin-top: -60px;
  padding-left: 30px;
}
.franco-heading.franco-heading-7 {
  margin-bottom: 0;
  padding-top: 77px;
  padding-bottom: 35px;
  background-position: center 48px;
}
.franco-heading.franco-heading-7.text-left {
  background-position: left 48px;
  padding-bottom: 35px;
  padding-top: 57px;
}
.franco-heading.franco-heading-7 > p {
  font-family: Roboto Condensed;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 9px;
}
.franco-heading.franco-heading-7 h2, .franco-heading.franco-heading-7 h3, .franco-heading.franco-heading-7 h4, .franco-heading.franco-heading-7 h5, .franco-heading.franco-heading-7 h6, .franco-heading.franco-heading-7 h1 {
  font-size: 36px;
  color: #000;
  letter-spacing: 0;
  font-family: Roboto Condensed;
}
.franco-heading.franco-heading-7 h2:before, .franco-heading.franco-heading-7 h3:before, .franco-heading.franco-heading-7 h4:before, .franco-heading.franco-heading-7 h5:before, .franco-heading.franco-heading-7 h6:before, .franco-heading.franco-heading-7 h1:before {
  content: none;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
.header-v7 .f-float, .header-v12 .f-float, .header-v11 .f-float {
  float: right;
}
.instagram_btn {
  overflow: hidden;
}
.change_color p {
  color: #898989;
}
.instagram_btn {
  padding-top: 50px;
}
.instagram_btn .btn {
  text-transform: uppercase;
  font-size: 12px;
}
.instant-quote .franco-heading p {
  font-size: 14px;
  color: #000;
  letter-spacing: 14px;
}
.instant-quote .franco-heading h3 {
  font-size: 32px;
  margin-top: -4px;
  letter-spacing: 9.5px;
}
.instant-quote .franco-heading h3:before {
  display: none;
}
.instant-quote .btn.btn-primary {
  margin-top: -3px;
  padding: 8px 18px;
  letter-spacing: 1.5px;
}
.title-insta {
  padding-bottom: 21px;
  padding-top: 22px;
}
.insta-slidebar .instagram_style2.instagram-gallery {
  overflow: hidden;
  position: relative;
}
.insta-slidebar .instagram_style2.instagram-gallery li {
  width: 33.3333%;
}
.insta-slidebar .banner_text_overlay {
  display: none;
}
.insta-slidebar .instagram_btn {
  display: none;
}
.has_overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #cea35f;
  opacity: 0.2;
}
.has_overlay2:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #a1d1dd;
  opacity: 0.8;
}
.no-padding {
  padding: 0;
}
.no-padding .vc_column-inner {
  padding: 0 !important;
}
.franco-heading {
  margin-bottom: 28px;
}
.franco-heading p {
  font-family: Montserrat;
  line-height: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #cea35f;
  margin-bottom: 14px;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: inline-block;
}
.franco-heading .text-desc {
  margin-top: 52px;
  margin-bottom: -31px;
}
.franco-heading .text-desc p {
  letter-spacing: normal;
  font-family: Open Sans;
  margin: 0;
  font-size: 14px;
  color: #010101;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
}
.franco-heading.text-left h1:before, .franco-heading.text-left h2:before, .franco-heading.text-left h3:before, .franco-heading.text-left h4:before, .franco-heading.text-left h5:before, .franco-heading.text-left h6:before {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.franco-heading.text-right h1:before, .franco-heading.text-right h2:before, .franco-heading.text-right h3:before, .franco-heading.text-right h4:before, .franco-heading.text-right h5:before, .franco-heading.text-right h6:before {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.franco-heading h1, .franco-heading h2, .franco-heading h3, .franco-heading h4, .franco-heading h5, .franco-heading h6 {
  letter-spacing: 3px;
  color: #000;
  position: relative;
  text-transform: uppercase;
}
.franco-heading h1:before, .franco-heading h2:before, .franco-heading h3:before, .franco-heading h4:before, .franco-heading h5:before, .franco-heading h6:before {
  background: #cea35f none repeat scroll 0 0;
  bottom: -27px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
}
.franco-heading h3 {
  font-size: 24px;
}
.title-custom .franco-heading-3 p {
  font-size: 32px;
  color: #000;
  margin-bottom: 3px;
}
.title-custom .franco-heading-3 h2 {
  font-size: 24px;
  color: #a1a1a1;
  font-family: "Playfair Display", serif;
}
.franco-heading-3 p {
  font-family: Montserrat;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
}
.franco-heading-3 h1, .franco-heading-3 h2, .franco-heading-3 h3, .franco-heading-3 h4, .franco-heading-3 h5, .franco-heading-3 h6 {
  text-transform: none;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  letter-spacing: 0.15px;
  margin-top: -2px;
}
.franco-heading-3 h1:before, .franco-heading-3 h2:before, .franco-heading-3 h3:before, .franco-heading-3 h4:before, .franco-heading-3 h5:before, .franco-heading-3 h6:before {
  bottom: -30px;
  width: 100px;
}
.franco-heading-3 h3 {
  font-size: 32px;
}
.franco-heading-4 h1:before, .franco-heading-4 h2:before, .franco-heading-4 h3:before, .franco-heading-4 h4:before, .franco-heading-4 h5:before, .franco-heading-4 h6:before {
  width: 100px;
}
.franco-heading-4 h4 {
  font-size: 20px;
  letter-spacing: 0px;
}
.franco-heading-6 {
  position: relative;
  padding-top: 25px;
}
.franco-heading-6.text-left {
  margin-bottom: 16px;
}
.franco-heading-6.text-left .svgic {
  width: 53px;
  height: 31px;
  margin-top: -1px;
}
.franco-heading-6.franco-heading p {
  color: #ede6dd;
}
.franco-heading-6 p {
  font-size: 64px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "KingBasilLite";
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
}
.franco-heading-6 h1, .franco-heading-6 h2, .franco-heading-6 h3, .franco-heading-6 h4, .franco-heading-6 h5, .franco-heading-6 h6 {
  letter-spacing: 2.3px;
}
.franco-heading-6 h1:before, .franco-heading-6 h2:before, .franco-heading-6 h3:before, .franco-heading-6 h4:before, .franco-heading-6 h5:before, .franco-heading-6 h6:before {
  display: none;
}
.franco-heading-6 .heading-icon {
  padding-top: 14px;
  color: #cea35f;
  font-size: 30px;
  padding-bottom: 7px;
}
.franco-heading-6.text-center p {
  text-align: center;
}
.macbook .franco-heading-6 {
  padding-top: 7px;
}
.handmade_tes .franco-heading-6 {
  margin-bottom: 27px;
}
.handmade_tes .franco-heading-6 .heading-icon {
  padding-top: 23px;
  padding-bottom: 0;
}
.handmade_tes .franco-heading-6 .heading-icon .svgic {
  width: 55px;
  margin-right: 0;
}
.handmade_tes .testimonial-content .profile-name::before {
  top: -9px;
}
.handmade_tes .testimonial-content .profile-name {
  padding-top: 13px;
}
.handmade_tes .testimonial-container .owl-nav .owl-prev {
  left: 23px;
}
.handmade_tes .testimonial-container .owl-nav .owl-next {
  right: 23px;
}
.handmade_tes .testimonial-content p {
  letter-spacing: -0.3px;
}
.ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown {
  text-align: left !important;
}
.tip-and-trick .uvc-heading-spacer.line_only {
  height: 2px;
  margin-top: 21px;
}
.tip-and-trick .franco-heading-4 h4:hover {
  color: #cea35f;
}
.tip-and-trick .franco-heading h1:before, .tip-and-trick .franco-heading h2:before, .tip-and-trick .franco-heading h3:before, .tip-and-trick .franco-heading h4:before, .tip-and-trick .franco-heading h5:before, .tip-and-trick .franco-heading h6:before {
  height: 2px;
}
.tip-and-trick .ult-content-box .vc_single_image-wrapper {
  overflow: hidden;
}
.tip-and-trick .ult-content-box .vc_single_image-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;
}
.tip-and-trick .ult-content-box:hover .vc_single_image-wrapper .vc_single_image-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.slide-best-deals .ult_countdown-amount, .slide-best-deals .ult_countdown-period {
  display: block !important;
  font-family: 'Open Sans', Arial !important;
}
.slide-best-deals .ult_countdown-amount {
  font-weight: 300 !important;
  font-size: 48px !important;
}
.slide-best-deals .ult_countdown-period {
  font-size: 16px !important;
  font-weight: bold !important;
}
.slide-best-deals .ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown {
  padding-top: 17px;
  margin-left: -13px;
}
.text_different {
  font-size: 54px;
  font-weight: normal;
  font-family: Pacifico;
  color: #fb9394;
  display: inline-block;
  margin-top: -2px;
  vertical-align: top;
  padding-left: 6px;
}
.not-found .side-breadcrumb {
  display: none;
}
.not-found .footer {
  padding: 0;
}
.not-found .wrapper .container {
  width: 100%;
}
.page-404 {
  position: relative;
}
.page-404 .container-fluid, .page-404 .row, .page-404 .page-404-container {
  height: 100%;
}
.page-404:before {
  opacity: 0.8;
}
.content-404 {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
}
.content-404 h1 {
  color: #fff;
  font-size: 120px;
  display: inline-block;
  letter-spacing: 60px;
  padding: 28px 17px 28px 75px;
  border: 2px solid #fff;
  margin-bottom: 25px;
  background: url(../images/bg-line.png) no-repeat center center;
}
.content-404 p, .content-404 a {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.content-404 a {
  text-decoration: underline;
}
.content-404 a:hover {
  color: #fff;
}
.special-cart-open {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-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;
}
.special-cart-open #page {
  right: 183px;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-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;
}
.special-cart-open .mini-cart-special .cart-block {
  right: 0;
  z-index: 999991;
  opacity: 1;
  visibility: visible;
  background: #fff;
  top: -20px;
}
.special-cart-open.logged-in.admin-bar .mini-cart-special .cart-block {
  top: 11px;
}
.mini-cart-special .cart-block {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-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;
  height: 100%;
  right: -183px;
  position: fixed;
  margin-top: 0;
  border: none;
  top: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  width: 80%;
  width: calc(100% - 54px);
  max-width: 320px;
}
.mini-cart-special .cart-block::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.mini-cart-special .cart-block::-webkit-scrollbar-track {
  background-color: #999;
}
.mini-cart-special .cart-block::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.mini-cart-special .cart-block::-webkit-scrollbar-thumb {
  background-color: #cea35f;
}
.mini-cart-special .cart-block::-webkit-scrollbar-corner {
  background-color: #999;
}
.mini-cart-special .cart-block::-webkit-resizer {
  background-color: #666;
}
.mini-cart-special .cart-block .widget_shopping_cart_content {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 0 !important;
}
.mini-cart-special .cart-block .widget_shopping_cart_content ul {
  margin-bottom: 28px;
}
.mini-cart-special .cart-block .widget_shopping_cart_content ul li:last-child {
  padding-bottom: 0;
}
.mini-cart-special .cart-block .minicart_header {
  background: #cdddc5;
  color: #fff;
  margin-top: -3px;
  display: block;
}
.mini-cart-special .cart-block .minicart_header .cart_header_info {
  display: inline-block;
  margin-top: -19px;
  vertical-align: middle;
}
.mini-cart-special .cart-block .minicart_header .cart_header_info h4 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat;
}
.mini-cart-special .cart-block .minicart_header .cart_header_info .total {
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Montserrat;
  font-size: 12px;
}
.mini-cart-special .cart-block .minicart_header .cart_header_info .total span.price {
  color: #fff;
  text-align: right;
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}
.mini-cart-special .cart-block a.cart_label.close_mini_special {
  padding: 34px 36px;
  background: #cdddc5;
  color: #fff;
  display: inline-block;
  max-width: 120px;
  margin-right: 20px;
  border-right: 1px solid #768967;
  cursor: pointer;
}
.mini-cart-special .cart-block a.cart_label.close_mini_special i {
  font-size: 48px;
}
.mini-cart-special .cart-block a.cart_label.close_mini_special .cart_count {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Montserrat;
  padding: 3px 10px;
  margin-bottom: 0;
  background: #768967;
}
.mini-cart-special .cart-block .wrap-mini-cart .cart_list, .mini-cart-special .cart-block .wrap-mini-cart .cart-actions, .mini-cart-special .cart-block .wrap-mini-cart > .cart-btn {
  padding: 0 21px;
}
.mini-cart-special .cart-block .widget_shopping_cart_content ul li {
  padding: 20px 0;
  clear: both;
  border-bottom: 1px solid #ddd;
}
.mini-cart-special .cart-block .widget_shopping_cart_content ul li:last-child {
  border-bottom: none;
}
.mini-cart-special .cart-block .widget_shopping_cart_content .remove.remove-product {
  top: 12px;
  right: -3px;
}
.mini-cart-special .cart-block .widget_shopping_cart_content .cart-actions .total {
  border-top: 1px solid #ddd;
}
.mini-cart-special .cart-block .widget_shopping_cart_content .cart-actions .total .price {
  color: #000;
  float: right;
  color: #8c70ba;
  font-size: 14px;
  font-weight: 600;
}
.mini-cart-special .cart-block .widget_shopping_cart_content .cart-actions {
  border-top: none;
}
.mini-cart-special .cart-block .coupon {
  clear: both;
  background: #f1f1f1;
  padding: 25px 15px 29px 21px;
  margin-bottom: 20px;
}
.mini-cart-special .cart-block .coupon input[type="submit"] {
  padding: 8px 20px;
}
.mini-cart-special .cart-block .coupon input#coupon_code {
  display: inline-block;
  float: left;
  width: calc(100% - 128px);
  color: #302f2f;
  border: 1px solid #ddd;
  background: #fff;
  opacity: 1;
  margin-top: 0;
  height: 40px;
  padding-left: 12px;
  margin-right: 9px;
}
.mini-cart-special .cart-block .wrap-mini-cart > .cart-btn {
  padding-right: 16px;
}
.mini-cart-special .cart_label {
  display: none;
}
.mini-cart-special .cart-block {
  max-height: 100%;
}
#page {
  right: 0;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-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;
}
.popup_holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.popup_holder .popup {
  padding: 41px 11px 46px 50px;
  width: 650px;
  height: 310px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
}
.popup_holder .popup::before {
  background: rgba(0, 0, 0, 0) url("../images/bg-popup.png") no-repeat scroll right top;
  content: "";
  height: 360px;
  position: absolute;
  right: 0;
  top: -50px;
  width: 281px;
}
.popup_holder .popup h4 {
  font-size: 24px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.popup_holder .popup p {
  color: #828282;
  line-height: 22px;
}
.popup_holder .popup .mc4wp-form {
  padding-top: 16px;
}
.popup_holder .popup .mc4wp-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #828282;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #828282;
  height: 40px;
  width: 263px;
}
.popup_holder .popup .mc4wp-form [type="submit"] {
  background: #cea35f none repeat scroll 0 0;
  border: 1px solid #cea35f;
  color: #fff;
  padding: 7px 24px;
  margin-top: 26px;
}
.popup_holder .popup .mc4wp-form [type="submit"]:hover {
  background: #000 !important;
  border-color: #000 !important;
}
.popup_holder .popup .mc4wp-form [type="submit"] i {
  display: none;
}
.mc4wp-alert {
  margin-top: 15px;
}
.popup_holder:after {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
#closePopup, .closePopup {
  position: absolute;
  right: -34px;
  top: -7px;
  font-size: 18px;
  color: #fff;
}
#closePopup:before, .closePopup:before {
  content: '\f00d';
  font-family: "FontAwesome";
}
.content-section {
  padding-top: 15px;
}
.content-section:first-child {
  padding-top: 0;
}
.content-section .features-content > h2 {
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
}
.menu-menu-features-container li {
  padding-bottom: 10px;
}
.menu-menu-features-container li a {
  text-transform: uppercase;
}
.menu-menu-features-container li a.active {
  color: #cea35f;
}
.widget_nav_menu .menu-sticky {
  overflow: hidden;
  padding-bottom: 50px;
  position: fixed;
  top: 130px;
  width: 280px;
}
.widget_nav_menu .menu-sticky ul {
  height: 500px;
  margin-right: -17px;
  overflow: auto;
  padding-right: 17px;
}
.widget_nav_menu .menu-sticky ul li.selected a {
  color: #cea35f;
}
.button-group button {
  font-family: Montserrat;
}
.bg-title {
  background-position: center 32px;
  background-repeat: no-repeat;
  margin-bottom: -8px;
  padding-bottom: 36px;
  padding-top: 60px;
}
.title-rotate {
  left: -65px;
  position: absolute;
  top: 61%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.title-rotate .franco-heading {
  margin-bottom: 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;
}
.title-rotate .franco-heading p {
  order: 2;
  width: 100%;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
}
.title-rotate .franco-heading h3 {
  order: 1;
  color: #fff;
}
.title-rotate .franco-heading h1::before, .title-rotate .franco-heading h2::before, .title-rotate .franco-heading h3::before, .title-rotate .franco-heading h4::before, .title-rotate .franco-heading h5::before, .title-rotate .franco-heading h6::before {
  left: 100% !important;
  top: 10px;
  width: 40px;
  transform: none;
}
.instagram-gallery .banner_text_overlay > span {
  display: none;
}
.instagram-gallery .banner_text_overlay > span:nth-child(2) {
  display: block;
}
.tooltip-inner {
  background: #cea35f;
  border-radius: 0;
  font-family: Open Sans;
  text-transform: capitalize;
  z-index: 9;
}
.ie-11 select {
  background: none !important;
}
.ie-11 input[type='radio'], .ie-11 input[type='checkbox'] {
  background: none;
}
.ie-11 .wishlist_table .product-add-to-cart > .add_to_cart.button {
  padding: 8px 10px;
}
input[type="submit"]:hover {
  background: #000 !important;
  color: #fff;
}
.comment-content ul, .comment-content li {
  padding: 0;
  border: none;
  margin: 0 !important;
}
.comment-content ul {
  margin-top: 0 !important;
}
.woocommerce-account input.input-text {
  width: 100%;
}
.woocommerce-account form.login input[type="checkbox"] {
  width: auto;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.woocommerce-account h3 {
  font-size: 18px;
  color: #3a3a3b;
  margin-bottom: 13px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 22px;
}
.woocommerce-account #customer_login {
  margin-top: -3px;
}
.woocommerce-account #customer_login h3.cart-title {
  border: medium none;
  padding-bottom: 0px;
  margin-bottom: 0;
  padding-top: 0;
}
.woocommerce-account #customer_login .entry-title {
  margin-bottom: 25px;
}
.woocommerce-account.woocommerce-edit-address p.form-row {
  margin-bottom: 15px;
}
.woocommerce-account.woocommerce-edit-address h3 {
  padding-top: 0;
  margin-top: 3px;
}
.woocommerce-account.woocommerce-edit-address .select2-container .select2-choice {
  padding: 7px 10px;
  border: 1px solid #ddd;
  color: #868686;
}
.woocommerce-account .lost_reset_password input.btn-default[disabled] {
  display: block !important;
}
.woocommerce-account table.my_account_orders {
  margin: 17px 0;
}
.woocommerce-account table.my_account_orders thead {
  height: 54px;
  line-height: 54px;
  border: 1px solid #ddd;
}
.woocommerce-account table.my_account_orders thead tr th {
  border: medium none !important;
  padding: 0 20px;
}
.woocommerce-account table.my_account_orders thead tr th span {
  font-size: 14px;
}
.woocommerce-account table.my_account_orders tbody tr.order {
  border: 1px solid #ddd;
}
.woocommerce-account table.my_account_orders tbody tr.order td {
  padding: 17px 20px 17px;
  margin-top: -1px;
}
.woocommerce-account table.my_account_orders tbody a.view {
  font-size: 12px;
  font-family: 'Open Sans';
}
.mobile-show {
  display: none;
}
abbr[title], abbr[data-original-title] {
  text-decoration: none;
}
.my_account h2, .my_account header.title {
  font-size: 18px;
  color: #3a3a3b;
  margin-bottom: 13px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 22px;
}
.my_account header.title {
  padding-top: 17px;
  margin-bottom: -2px;
  padding-bottom: 3px;
}
.my_account header.title h3 {
  display: inline-block;
  padding: 0px 5px 0 0;
  color: #3a3a3b;
  font-size: 18px;
  margin: 0;
  border: none;
}
.my_account header.title a {
  font-size: 12px;
  font-family: 'Open Sans';
  float: right;
  margin-top: 8px;
}
.my_account address {
  padding-top: 10px;
}
.my_account p, .my_account address {
  color: #868686;
  line-height: 24px;
  margin-bottom: 10px;
}
.my_account p strong, .my_account address strong {
  color: #333436;
  text-transform: capitalize;
}
.my_account .myaccount_info {
  margin-bottom: 9px;
}
.my_account .myaccount_info p {
  margin-bottom: 2px;
}
.margin-min {
  margin-top: -51px;
}
.edit-account p label {
  margin: 0;
}
.edit-account fieldset legend {
  padding-bottom: 10px;
  font-size: 16px;
}
.col-7 .instagram-gallery li {
  width: 14.2857%;
}
.col-7 .banner_text_overlay {
  display: none;
}
.col-7 .instagram_btn {
  display: none;
}
.title-insta > h3 {
  text-align: center;
  text-transform: uppercase;
}
.ult_countdown-section {
  margin-right: 20px !important;
  text-align: center 1 !important;
}
.ult_countdown-amount {
  font-weight: 300 !important;
}
.load-more.btn-radius .btn {
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-top: 16px;
  padding: 19px 42px 18px 42px;
}
.load-more.btn-radius .btn:hover {
  background: #000 !important;
}
.ult-carousel-wrapper .slick-dots li i {
  opacity: 1 !important;
  font-size: 22px;
}
.ult-carousel-wrapper .slick-dots li.slick-active i {
  color: #cea35f !important;
}
.button-slide ul.slick-dots {
  padding-top: 65px;
}
.title-style-2 .uvc-main-heading h2 {
  text-transform: uppercase !important;
}
.title-style-2 .uvc-sub-heading {
  margin-top: -5px;
  line-height: 40px;
}
.title-style-2 .uvc-sub-heading .sub-2, .title-style-2 .uvc-sub-heading .sub-1 {
  font-weight: bold !important;
  font-family: Montserrat !Important;
}
.align-right .testimonial-content {
  padding-right: 0;
  padding-top: 49px;
  padding-left: 30px;
}
.align-right .vc_column-inner {
  padding-right: 110px !important;
}
.align-right .franco-heading-3 h2 {
  font-size: 32px;
}
.align-right .franco-heading-3 h2:before {
  z-index: 9;
}
.align-left .vc_column-inner {
  padding-left: 110px !important;
}
.align-left .franco-heading-3 h2 {
  font-size: 32px;
}
.align-left .slick-slider {
  margin-left: -15px;
  margin-right: 15px;
}
.align-right .btn-slide-bottom .testimonial-content {
  text-align: right;
}
.btn-slide-bottom .testimonial-content {
  width: auto;
}
.btn-slide-bottom .testimonial-content:after, .btn-slide-bottom .testimonial-content:before {
  content: none;
}
.btn-slide-bottom .testimonial-content p {
  margin-right: 1px;
}
.btn-slide-bottom .testimonial-content p::before {
  font-style: normal;
  color: #424242;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 38px;
  right: 2px;
  opacity: 0.1;
  position: absolute;
  top: 39px;
}
.btn-slide-bottom .testimonial-content .profile-name::before {
  left: auto;
  right: 0;
  transform: none;
}
.btn-slide-bottom.testimonial-container .owl-nav > div, .btn-slide-bottom.brands-container .owl-nav > div {
  position: relative;
  margin-top: 17px;
}
.btn-slide-bottom.testimonial-container .owl-nav > div {
  display: inline-block;
  color: #d9d9d9;
}
.btn-slide-bottom.testimonial-container .owl-nav > div.owl-next {
  float: right;
}
.btn-slide-bottom.testimonial-container .owl-nav .owl-next {
  right: 0;
  margin-left: 20px;
}
.btn-slide-bottom.testimonial-container .owl-nav .owl-prev {
  left: 0;
}
.btn-slide-bottom.brands-container .owl-nav .owl-prev {
  margin-right: 30px;
  float: left;
}
.btn-slide-bottom.testimonial-container .owl-nav > div:hover:before, .btn-slide-bottom.brands-container .owl-nav > div:hover:before {
  color: #cea35f;
}
.btn-slide-bottom .slick-next, .btn-slide-bottom .slick-prev {
  top: 100%;
  margin-top: 45px;
}
.btn-slide-bottom .slick-next {
  right: auto;
  left: 64px;
}
.btn-slide-bottom .slick-prev {
  left: 15px;
}
.btn-slide-bottom .ultsl-arrow-left2:before {
  content: "\e6a2";
  font-family: Pe-icon-7-stroke;
}
.btn-slide-bottom .ultsl-arrow-right2:before {
  content: "\e699";
  font-family: Pe-icon-7-stroke;
}
.btn-slide-bottom.ult-carousel-wrapper button.circle-bg, .btn-slide-bottom.ult-carousel-wrapper button.circle-border {
  border: none !important;
  color: #d9d9d9 !important;
  height: 30px !important;
  width: 30px !important;
}
.btn-slide-bottom.ult-carousel-wrapper button.circle-bg:hover, .btn-slide-bottom.ult-carousel-wrapper button.circle-border:hover {
  color: #cea35f !important;
}
.btn-slide-bottom button.slick-next.circle-border i, .btn-slide-bottom button.slick-prev.circle-border i {
  position: absolute;
  transform: none;
  left: 2px;
  top: -3px;
}
.btn-slide-bottom .wpb_single_image .vc_single_image-wrapper {
  margin-bottom: 3px;
}
.macbook .rs-label[data-alias="home-13"] .tp-caption.splitted, .macbook .rev_slider_wrapper[data-alias="home-13"] .tp-caption.splitted, .macbook .rs-label[data-alias="home-13"] .tp-linesplit, .macbook .rev_slider_wrapper[data-alias="home-13"] .tp-linesplit {
  font-style: normal !important;
}
.home-boxed {
  padding: 0 100px;
}
.home-boxed .footer .footer-v9 .footer_wrap .footer-office {
  background-size: 100%;
}
.design-decor-left {
  padding-right: 100px !important;
}
.design-decor-left .wpb_single_image img {
  margin-top: -90px;
  width: 100%;
}
.btn-view-icon {
  padding: 0 30px;
  margin-top: -35px;
}
.btn-view-icon .btn {
  background: #acbfce;
  color: #fff;
  width: 100%;
  font-size: 16px;
  padding: 13px 17px;
  height: 50px;
  position: relative;
}
.btn-view-icon .btn:after {
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: 0;
}
.name-author-collection {
  font-size: 16px;
  margin-top: -12px;
  color: #9e9e9e;
  font-family: Montserrat;
}
.name-author-collection span {
  color: #000;
}
.prd-decor {
  background: #fff;
  margin-left: -100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.prd-decor > .vc_column-inner {
  padding: 0 !important;
}
.prd-decor .title-heading-5 {
  padding: 42px 48px 0;
  margin-bottom: 23px;
}
.prd-decor .vc_icon_element {
  position: absolute;
  left: 15px;
  font-size: 22px;
}
.prd-decor-container {
  padding: 0 49px;
  margin-bottom: 10px !important;
}
.prd-decor-container .price-prd .ins {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
}
.prd-decor-container .price-prd p {
  font-size: 16px;
  color: #767676;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 0;
}
.prd-decor-container .price-prd .price-sp {
  font-size: 24px;
  color: #cea35f;
  font-weight: 700;
  font-family: Montserrat;
}
.prd-decor-container .desc {
  position: relative;
  padding-top: 21px;
}
.prd-decor-container .desc p {
  font-size: 16px;
  color: #424242;
  font-weight: 300;
  margin-bottom: 22px;
}
.prd-decor-container .desc span {
  bottom: -88px;
  color: #000;
  font-size: 58px;
  left: -6px;
  position: absolute;
}
.prd-decor-action {
  overflow: hidden;
  width: 100%;
  background: #9cc4de;
  color: #fff;
  padding: 31px 52px 32px;
  font-size: 30px;
  margin-bottom: 0 !important;
  line-height: 100%;
}
.prd-decor-action .label-btn {
  float: left;
  font-family: "Playfair Display", serif;
}
.prd-decor-action .label-btn span {
  font-weight: 900;
}
.prd-decor-action .btn-prd a {
  float: right;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  line-height: 100%;
  margin-top: 5px;
}
.prd-decor-action .btn-prd a:hover {
  color: #cea35f;
}
.prd-decor-action .btn-prd a:before {
  background: #fff;
  content: "";
  height: 32px;
  left: -18px;
  position: absolute;
  top: 2px;
  width: 1px;
}
.prd-decor-action .btn-prd a i {
  margin-top: 2px;
}
.design-decor-right .text-desc p {
  font-size: 16px;
  line-height: 23px;
  color: #424242;
  font-weight: 300;
  margin-bottom: 38px !important;
  margin-top: 26px;
}
.testimonials-decor .testimonial-content {
  padding-top: 35px;
}
.testimonials-decor .testimonial-content::after {
  content: none;
}
.title-blog-5 {
  color: #e4e4e4;
  font-family: "Playfair Display", serif;
  font-size: 80px;
  line-height: 71px;
  position: absolute;
  right: 15px;
  text-align: right;
  text-transform: capitalize;
  top: 65px;
  z-index: 9;
}
.title-blog-5 span {
  font-size: 90px;
  font-weight: bold;
}
.blog-type-6 .item:nth-child(2n) .blog-img {
  float: right;
}
.blog-type-6 .item:nth-child(2n) .blog-item .blog-post-info {
  right: auto;
  float: right;
  text-align: right;
  left: 230px;
  margin-top: 122px;
}
.blog-type-6 .item:nth-child(2n) .blog-item .blog-post-info .blog-post-title::before {
  left: auto;
  right: 0;
}
.blog-type-6 .item:nth-child(2n) .read-more {
  margin-top: 142px;
  right: auto;
  left: 15px;
}
.blog-type-6 .item:not(:first-child) {
  margin-top: -100px;
}
.blog-type-6 .blog-img {
  float: left;
}
.blog-type-6 .item {
  position: relative;
}
.blog-type-6 .blog-item {
  position: static;
}
.blog-type-6 .blog-item .blog-post-info {
  margin-top: -125px;
  float: left;
  padding-left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-top: 0;
  position: absolute;
  right: 207px;
}
.blog-type-6 .blog-item .blog-post-info .blog-post-title {
  position: relative;
  margin-bottom: 5px;
}
.blog-type-6 .blog-item .blog-post-info .blog-post-title:before {
  height: 5px;
  width: 80px;
  content: "";
  background: #a7dbd8;
  position: absolute;
  left: 0;
  top: -16px;
}
.blog-type-6 .blog-item .blog-post-info .post-name > a {
  color: #cea35f;
  font-size: 48px;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  position: relative;
  margin-bottom: -1px;
}
.blog-type-6 .blog-item .blog-post-info .info a {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 4.5px;
  color: #878787;
  text-transform: uppercase;
  font-family: Montserrat;
}
.blog-type-6 .blog-item .blog-post-info .info a:hover {
  color: #cea35f;
}
.blog-type-6 .blog-item .read-more {
  margin-top: -102px;
  position: absolute;
  right: 15px;
  top: 50%;
}
.blog-type-6 .blog-item .read-more a {
  font-size: 14px;
  color: #000;
  font-family: Montserrat;
  font-weight: 300;
  position: relative;
}
.blog-type-6 .blog-item .read-more a:before, .blog-type-6 .blog-item .read-more a:after {
  position: absolute;
  left: 50%;
  content: "";
  height: 40px;
  width: 1px;
  background: #cea35f;
  -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;
}
.blog-type-6 .blog-item .read-more a:hover {
  color: #cea35f;
}
.blog-type-6 .blog-item .read-more a:before {
  top: -57px;
}
.blog-type-6 .blog-item .read-more a:after {
  bottom: -57px;
}
.blog-type-6 .blog-item .blog-img {
  overflow: hidden;
}
.blog-type-6 .blog-item .blog-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;
}
.blog-type-6 .blog-item:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.margin-0 .ult-carousel-wrapper .slick-slide {
  margin: 0 !important;
}
/* Store Locator */
.wpsl-search {
  background: #f2f2f2 none repeat scroll 0 0;
  color: #888;
  margin-bottom: 30px;
}
#wpsl-search-wrap div label {
  line-height: 40px;
}
#wpsl-search-btn, #wpsl-search-wrap div {
  margin-right: 15px;
}
#wpsl-search-btn, #wpsl-search-wrap input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  height: 40px;
}
#wpsl-search-wrap .wpsl-search-btn-wrap input {
  height: 40px;
  color: #fff;
  background: #cea35f;
  border: 1px solid #cea35f;
}
#wpsl-search-wrap .wpsl-search-btn-wrap input:hover {
  background: #000;
  border: 1px solid #000;
}
.wpsl-dropdown {
  border-radius: 0;
  border: 1px solid #fff;
}
#wpsl-search-wrap div label {
  font-weight: 400;
}
.brands-decor .wpb_single_image img {
  border: 1px solid #c5c5c5;
}
.brands-decor .slick-slider {
  margin: 0 -14px !important;
}
.brands-decor .slick-prev {
  left: -47px;
}
.brands-decor .slick-next {
  right: -47px;
}
.brands-decor .slick-next, .brands-decor .slick-prev {
  margin-top: -20px !important;
  width: 31px !important;
  height: 35px;
}
.brands-decor .slick-next:hover, .brands-decor .slick-prev:hover {
  color: #000 !important;
}
.brands-decor .ultsl-arrow-left3::before {
  content: "\e6a2";
  font-size: 36px;
  font-family: "Pe-icon-7-stroke";
}
.brands-decor .ultsl-arrow-right3::before {
  content: "\e699";
  font-size: 36px;
  font-family: "Pe-icon-7-stroke";
}
.prd-decor .ult_countdown-period {
  display: block !important;
  float: left;
}
.prd-decor .ult_countdown-amount, .slide-best-deals .ult_countdown-period {
  display: block !important;
  font-family: 'Open Sans', Arial !important;
}
.prd-decor .ult_countdown-amount {
  font-weight: 300 !important;
}
.prd-decor .ult_countdown-period {
  font-weight: bold !important;
}
.prd-decor .ult_countdown {
  padding-top: 17px;
  margin-left: -13px;
}
.no-margin {
  margin: 0 !important;
}
.slider-txtdecor {
  letter-spacing: 4.5px !important;
}
.info.info-comment > span {
  display: inline-block;
  vertical-align: middle;
}
.blog-content .blog-item .blog-info .info.info-cat {
  margin-right: 0;
}
.electric #wpsl-search-wrap .wpsl-search-btn-wrap input:hover {
  border-color: #000 !important;
}
.wpsl-locations-details > span {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}
.wpsl-direction-wrap a, .wpsl-direction-before a {
  background: #cea35f none repeat scroll 0 0;
  display: inline-block;
  height: 40px;
  color: #fff;
  line-height: 40px;
  min-width: 100px;
  text-align: center;
}
.wpsl-direction-wrap a:hover, .wpsl-direction-before a:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}
#wpsl-result-list p {
  padding-left: 0;
  margin-top: 15px;
}
.wpsl-direction-before, #wpsl-wrap #wpsl-result-list li {
  padding-left: 0;
}
#wpsl-result-list {
  margin-right: 2.5%;
  width: 31%;
}
.special-cart-open .overlay {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-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;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.ult_tabs.animated {
  visibility: visible;
}
.ult_tab_min_contain .ult_tabitemname {
  padding: 0;
}
.ult_tabs .ult_tabmenu.style1 {
  justify-content: center;
  max-width: 100%;
  border-top: 1px solid rgba(215, 215, 215, 0.5);
  border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}
.ult_tabs .ult_tabmenu.style1 a.ult_a {
  text-transform: uppercase;
}
.clear-both {
  clear: both;
}
.bg-gradient {
  position: relative;
}
.bg-gradient:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  position: absolute;
  content: "";
  display: block !important;
  background: -moz-linear-gradient(135deg, #a1d1dd 0%, #cea35f 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cea35f), color-stop(100%, #a1d1dd));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(135deg, #a1d1dd 0%, #cea35f 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(135deg, #a1d1dd 0%, #cea35f 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(135deg, #a1d1dd 0%, #cea35f 100%);
  /* ie10+ */
  background: linear-gradient(315deg, #a1d1dd 0%, #cea35f 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary_color', endColorstr='$highlight_color',GradientType=0);
  /* ie6-9 */
}
.cate-children {
  font-family: Montserrat;
}
.cate-children ul {
  padding: 0;
  list-style: none;
}
.cate-children li {
  margin: 0 0 15px;
}
.cate-children li a {
  color: #232220;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}
.cate-children li a:hover {
  padding-left: 25px;
}
.cate-children li a:hover::before {
  width: 15px;
}
.cate-children li a::before {
  background: #cea35f;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 0;
}
.cate-children li a:hover {
  color: #cea35f;
}
.cate-children .inventory {
  color: #232220;
  display: block;
  float: right;
  opacity: 0.5;
  position: relative;
  padding-left: 65px;
}
.cate-children .inventory::before {
  background: #232220 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 35px;
}
.title-cate-children .title {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.title-cate-children .title::before {
  background: #cea35f;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  height: 10px;
  position: absolute;
  right: -12px;
  width: 10px;
}
.title-cate-children .desc {
  color: #666261;
  font-family: Open Sans;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 17px;
}
.vc_grid-item.animated {
  visibility: visible;
}
/*===================================
 3.5 Service
 ===================================*/
.service-content {
  border: 1px solid #ebebeb;
  padding: 53px 25px 23px 40px;
  position: relative;
  text-align: center;
}
.service-content .serv_icon {
  background: #fff none repeat scroll 0 0;
  color: #a884d4;
  font-size: 48px;
  left: 50%;
  padding: 0 5px;
  position: absolute;
  top: -23px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-content h5 {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.service-content p {
  margin-bottom: 0;
  line-height: 22px;
}
.img-design {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.img-design img {
  z-index: 9;
  position: relative;
}
.img-design:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  z-index: 3;
  background: #6d7685;
}
.img-design:after {
  position: absolute;
  content: "";
  top: 37px;
  left: -3px;
  height: 100%;
  width: 78%;
  background: #cea35f;
  z-index: 2;
}
.line-height-22 {
  line-height: 22px;
}
.right-colection .load-more {
  margin-top: -15px;
}
/*===================================
 3.6 Counter
 ===================================*/
.amount .counter-icon {
  color: #f2f2f2;
  font-size: 50px;
}
.amount .amount-desc h2 {
  color: #f2f2f2;
  margin-bottom: 6px;
  margin-top: 26px;
}
.amount .amount-desc h6 {
  color: #f2f2f2;
  font-weight: 400;
  text-transform: uppercase;
}
.uvc-sub-heading .deal-content {
  padding-top: 5px;
}
.uvc-sub-heading .deal-content > h2 {
  font-family: Roboto Condensed;
  font-size: 36px !important;
}
.uvc-sub-heading .deal-content .price {
  margin-top: 0;
  font-size: 20px !important;
}
.uvc-sub-heading .deal-content .price span {
  color: #cea35f;
  font-size: 20px;
}
.deal-desc > p {
  color: #535353;
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
}
.wpb_row .wpb_column .wpb_wrapper .ult_countdown.deals {
  margin: -6px -30px 0;
  padding: 0;
}
.deals .ult_countdown-div .ult_countdown-section {
  font-family: Roboto Condensed;
  text-align: center;
  background: url(../images/bg-countdown.png) no-repeat center right;
  padding: 0 30px !important;
  margin: 0 !important;
  display: inline-block;
}
.deals .ult_countdown-div .ult_countdown-section:last-child {
  background: none;
}
.deals .ult_countdown-div .ult_countdown-section .ult_countdown-amount {
  font-weight: 700;
}
.deals .ult_countdown-div .ult_countdown-section .ult_countdown-period {
  font-weight: 300;
  text-transform: uppercase;
}
.box-resize .ult-content-box-container {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 5px 5px 0;
  height: 573px;
}
.box-resize .ult-content-box {
  margin: 0 auto !important;
  padding-top: 70px;
  vertical-align: middle;
  max-width: 350px;
}
.box-resize .vc_single_image-wrapper {
  position: relative;
  height: 573px;
  position: relative;
}
.box-resize .vc_single_image-wrapper::before {
  background: #000 none repeat scroll 0 0;
  border-radius: 5px 0 0 5px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
}
.box-resize .vc_single_image-wrapper img {
  padding-top: 140px;
  position: relative;
  -webkit-transform: translateX(-140px);
  -moz-transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  -o-transform: translateX(-140px);
  transform: translateX(-140px);
}
/*===================================
 3.7 Banner
 ===================================*/
.banner-content {
  position: relative;
  overflow: hidden;
}
.banner-content.text-right .banner-desc {
  right: 94px;
  top: 64.8%;
}
.banner-content.text-left .banner-desc {
  left: 39px;
  top: 53%;
}
.banner-content.text-center .img-banner {
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.banner-content.text-center .banner-desc {
  width: 100%;
}
.vc_col-sm-4:last-child .banner-content.text-left .banner-desc {
  top: 51%;
}
.banner-desc {
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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;
}
.banner-desc h4 {
  text-transform: uppercase;
  color: #616161;
  margin-bottom: 5px;
  letter-spacing: 3px;
  font-weight: 400;
}
.banner-desc h3 {
  text-transform: uppercase;
  font-size: 20px;
}
.banner-desc .big-text {
  font-family: Pacifico;
  font-size: 30px;
  text-transform: none;
}
.banner-desc .btn-banner {
  margin-top: 17px;
}
.banner-content.text-center:hover .img-banner {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-content.text-left::before, .banner-content.text-right::before, .banner-content.text-left::after, .banner-content.text-right::after {
  position: absolute;
  content: '';
  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;
}
.banner-content.text-left::before, .banner-content.text-right::before {
  top: 35px;
  right: 30px;
  bottom: 35px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.banner-content.text-left::after, .banner-content.text-right::after {
  top: 35px;
  right: 30px;
  bottom: 35px;
  left: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.banner-content.text-left:hover::before, .banner-content.text-right:hover::before, .banner-content.text-left:hover::after, .banner-content.text-right:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-content.text-left:hover::after, .banner-content.text-right:hover::after {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.banner-content.text-left:hover .banner-desc {
  left: 55px;
}
.banner-content.text-right:hover .banner-desc {
  right: 110px;
}
.banner-type-2::before {
  background: #cea35f none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
}
.banner-type-2 h6 {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.banner-type-2 h3 {
  color: #fff;
  font-weight: 400;
}
.banner-type-2 .btn {
  padding: 6px 23px;
}
[class*="vc_col-sm-"]:nth-of-type(2) .banner-type-2::before {
  content: none;
}
[class*="vc_col-sm-"]:nth-of-type(2) .banner-type-2 h6 {
  font-size: 16px;
}
[class*="vc_col-sm-"]:nth-of-type(2) .banner-type-2 h3 {
  font-size: 30px;
}
[class*="vc_col-sm-"]:nth-of-type(3) .banner-type-2::before {
  opacity: 0.9;
}
.banner-type-3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 147px 0 150px;
}
.banner-type-3 .banner-desc {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.banner-type-3 .banner-desc h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 14px;
}
.banner-type-3 .banner-desc h2 {
  color: #fff;
  font-size: 48px;
  letter-spacing: 14px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.banner-type-3 .banner-desc p {
  color: #fff;
}
.banner-type-3 .banner-desc .btn-banner {
  margin-top: 25px;
}
.banner-type-3 .banner-desc .btn-banner .btn {
  padding: 8px 32px;
}
.banner-2 .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.banner-2 .vc_column_container > .vc_column-inner {
  padding: 0;
}
.ads-col {
  margin: 0;
}
.ads-col .ads-container {
  padding: 0;
}
.ads-content {
  text-align: center;
  position: relative;
}
.ads-content h5 {
  color: #fff;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.ads-content .ads_icon {
  color: #fff;
  font-size: 48px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 100%;
}
.ads-container:nth-of-type(3) .ads-type-2:before, .ads-container:nth-of-type(3) .ads-type-2:after {
  opacity: 1;
  width: 100%;
}
.ads-type-2 {
  background: #cea35f;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 79px 0 81px;
  cursor: pointer;
  margin-top: -30px;
  position: relative;
}
.ads-type-2:hover:before, .ads-type-2:hover:after {
  opacity: 1;
  width: 100%;
}
.ads-type-2:before, .ads-type-2:after {
  position: absolute;
  content: '';
  width: 0;
  height: 10px;
  opacity: 0;
  background: #cea35f;
  left: 0;
  z-index: 9;
}
.ads-type-2:before {
  bottom: 100%;
}
.ads-type-2:after {
  top: 100%;
  right: 0;
  left: auto;
}
.ads-type-2 .ads_icon {
  opacity: 1;
  font-size: 36px;
  position: static;
}
.ads-type-2 h5 {
  margin-top: 9px;
}
.ads_style_3 .ads-content {
  text-align: left;
}
.ads_style_3 .ads-content:before, .ads_style_3 .ads-content:after {
  content: "";
  display: table;
}
.ads_style_3 .ads-content:after {
  clear: both;
}
.ads_style_3 .ads-content .ads_icon {
  color: #cea35f;
  font-size: 48px;
  opacity: 1;
  position: relative;
  text-align: left;
  top: 0;
  width: auto;
  float: left;
  padding-left: 1px;
}
.ads_style_3 .ads-content .adds_left_content {
  float: left;
  width: calc(100% - 49px);
  padding: 6px 10px 6px 21px;
}
.ads_style_3 .ads-content .adds_left_content h5 {
  color: #888;
  letter-spacing: 0.5px;
}
.ads_style_3 .ads-content .adds_left_content h4 {
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 1px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
}
.slide-content {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.slide-content.text-right h4, .slide-content.text-right .btn-banner {
  float: right;
}
.slide-content.text-right .text {
  float: right;
  width: 100%;
}
.slide-content.text-right .number-slide h2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-content .number-slide h2, .slide-content.text-right .text p {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX-(100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-content .container {
  height: 100%;
  display: table;
}
.slide-content .number-slide h2 {
  color: #000;
  font-size: 180px;
  margin-bottom: -93px;
  opacity: 0.1;
}
.slide-content .slide-desc {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.slide-content .slide-desc h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 30px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  margin-bottom: 20px;
}
.slide-content .slide-desc .btn-banner {
  padding-top: 7px;
}
.slide-content .slide-desc .btn-banner .btn {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.slide-content .text p {
  display: inline-block;
  overflow: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  color: #000;
}
.section.active .slide-content .number-slide h2, .section.active .slide-content .text p, .section.active .slide-content .slide-desc h4 {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.section.active .slide-content .slide-desc h4 {
  opacity: 1;
}
.section.active .slide-content .slide-desc .btn-banner .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.videos .has_overlay:before {
  content: none;
}
.video-content {
  padding-right: 102px;
  text-align: right;
  margin-top: -37px;
  position: relative;
}
.video-content .text {
  color: #fff;
  display: inline-block;
  font-family: Pacifico;
  font-size: 40px;
  font-weight: 400;
}
.video-content .title-video {
  color: #fff;
  font-size: 60px;
  margin-top: -18px;
  padding-right: 5px;
  text-transform: uppercase;
}
.video-content .title-video span {
  color: #cea35f;
}
.fancybox.btn-play {
  color: #f0f0f0;
  font-size: 300px;
  opacity: 0.2;
  position: absolute;
  right: -42px;
  top: 9%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.has_overlay .franco-container {
  position: relative;
}
.has_overlay .franco-container .wpb_content_element {
  margin: 0;
}
.fancybox-opened {
  z-index: 99999;
}
.fancybox-skin {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  padding: 0 !important;
}
.clients-grid .brands-content {
  float: left;
  width: 20%;
}
[class*="banner-jewelry-"] .banner-content::before {
  background: #cea35f;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
[class*="banner-jewelry-"] .banner-desc h4 {
  color: #cea35f;
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-transform: none;
}
[class*="banner-jewelry-"] .banner-desc h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
[class*="banner-jewelry-"] .banner-desc .btn-banner {
  margin-top: 29px;
}
[class*="banner-jewelry-"] .banner-desc .btn-banner a {
  min-width: 146px;
}
[class*="banner-jewelry-"] .btn-banner .btn {
  color: #000;
  letter-spacing: 2px;
  padding: 8px 21px 8px 22px;
  text-transform: uppercase;
}
[class*="banner-jewelry-"] .btn-banner .btn:hover {
  color: #fff;
}
.banner-jewelry-1 .banner-desc h4 {
  color: #2a2a2a !important;
}
.banner-jewelry-1 .banner-desc h3 {
  color: #000;
}
.banner-jewelry-1 .btn-banner .btn {
  color: #cea35f;
  background: #000;
}
.banner-jewelry-1 .btn-banner .btn:hover {
  background: #fff;
}
.banner-jewelry-2 .banner-content::before {
  background: #2a2a2a;
  opacity: 0.9;
}
.banner-jewelry-3 .banner-content::before {
  background: #a1d1dd;
  opacity: 0.7;
}
.banner_style_6 .banner-content.text-center:hover .img-banner {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.banner_style_6 .banner-desc {
  bottom: 26px;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.banner_style_6 .banner-desc .link-cate {
  color: #000;
  font-family: Playfair Display;
  font-size: 32px;
  position: relative;
}
.banner_style_6 .banner-desc .link-cate:hover {
  color: #cea35f;
}
.banner_style_6 .banner-desc .link-cate:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  left: 50%;
  top: -7px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #cea35f;
}
.banner_style_6 .banner-desc h4 {
  color: #afafaf;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}
.banner_style_4:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #cea35f;
  opacity: 0.8;
  z-index: 1;
}
.banner_style_4 .banner-desc h3 {
  color: #282726;
  font-family: Playfair Display;
  font-size: 48px;
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 42px;
  margin-bottom: 6px;
}
.banner_style_4 .banner-desc h4 {
  color: #4e4e4e;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.banner_style_4 .banner-desc .btn {
  background: #000 none repeat scroll 0 0;
  letter-spacing: 2px;
  padding: 8px 22px;
  text-transform: uppercase;
}
.banner_style_4 .banner-desc .btn a :hover {
  color: #fff;
}
.banner_style_4 .banner-desc .btn-banner {
  margin-top: 27px;
}
.banner_style_4 .img-banner > img {
  width: 100%;
}
.banner_style_5 {
  float: left;
  width: 50%;
  position: relative;
}
.banner_style_5:first-child:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #a1d1dd;
  opacity: 0.7;
  z-index: 1;
}
.banner_style_5:nth-child(2) .banner-desc .btn {
  color: #decfbd;
}
.banner_style_5:nth-child(2) .banner-desc .btn:hover {
  color: #fff;
}
.banner_style_5:nth-child(2) .banner-desc h4 {
  color: #fff;
}
.banner_style_5:hover .banner-content:before, .banner_style_5:hover .banner-content:after {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
}
.banner_style_5:hover .banner-content .banner-desc {
  right: 60px;
  bottom: 55px;
}
.banner_style_5 .banner-content .banner-desc {
  bottom: 23px;
  right: 30px;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.banner_style_5 .banner-desc h4 {
  color: #858585;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: none;
}
.banner_style_5 .banner-desc .btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #2a2a2a;
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
.banner_style_5 .banner-desc .btn:hover, .banner_style_5 .banner-desc .btn:focus, .banner_style_5 .banner-desc .btn:active {
  background: none !important;
  color: #cea35f;
}
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.ads-container.type-4 {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  float: left;
  width: 20%;
}
.ads-container.type-4:hover .ads_icon {
  animation-duration: 0.75s;
  animation-name: hvr-icon-down;
  animation-timing-function: ease-out;
}
.ads-container.type-4 .ads-content {
  padding: 27px 15px 30px;
}
.ads-container.type-4 .ads-content .ads_icon {
  font-size: 36px;
  opacity: 1;
  width: 50px;
  position: static;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.ads-container.type-4 .ads-content h5 {
  font-family: Roboto Condensed;
  font-weight: 700;
  margin-top: 4px;
}
/*===================================
 3.8 Slide
 ===================================*/
.wpb_revslider_element {
  margin-bottom: 0 !important;
}
.text-slide {
  color: #797979;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-style: italic;
}
.title-slide {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 6px;
  color: #2e2d2d;
  line-height: normal !important;
  text-transform: uppercase;
}
.btn-slide .btn {
  padding: 8px 36px;
}
.slide-2 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide-2.slide-left {
  width: 100%;
}
.slide-2.slide-right {
  right: 80px;
  top: 56%;
  left: auto;
}
.slide-2.slide-right h6 {
  text-align: left;
}
.slide-2 h2 {
  color: #fff;
  font-size: 60px;
  line-height: normal;
  text-transform: uppercase;
}
.slide-2 h6 {
  color: #fff;
  letter-spacing: 3px;
  line-height: normal;
  font-weight: 400;
  margin-top: 12px;
  position: relative;
  text-transform: uppercase;
}
.slide-2 h6 span {
  position: relative;
  display: inline-block;
}
.slide-2 h6 span::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: -1px;
  position: absolute;
  top: 7px;
  width: 55px;
}
.btn-slide-2 {
  margin-top: 26px;
}
.btn-slide-2 .btn {
  background: #000;
  color: #fff;
  padding: 8px 18px;
}
.btn-slide-2 .btn:hover {
  background: #cea35f;
}
.slide-home-2 .has_overlay::before {
  opacity: 0.8;
}
.color_hilight {
  background: #a1d1dd !important;
}
.border-primary {
  position: relative;
  width: 790px;
  height: 188px;
}
.border-primary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #cea35f;
}
.slide-3 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 6px;
  line-height: normal !important;
  text-transform: uppercase;
}
.slide-3 h2 {
  color: #fff;
  font-size: 45px;
  letter-spacing: 6px;
  line-height: normal !important;
  text-transform: uppercase;
}
.slide-5.number-slide h2 {
  color: #fff;
  opacity: 1;
  font-size: 60px;
  letter-spacing: 40px !important;
  line-height: normal !important;
  text-align: center;
  text-transform: uppercase;
}
.slide-5.number-slide .btn-slide-5 {
  text-align: center;
}
.number-slide h2 {
  font-size: 180px;
  color: #000;
  opacity: 0.1;
}
.slide-51 h2 {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: normal;
}
.slide-51 p {
  color: #000;
  margin: 15px 0;
  margin-bottom: 25px;
}
.custom.tparrows {
  background: none;
  height: 160px;
  width: 30px;
}
.custom.tparrows:hover {
  background: none !important;
}
.custom.tparrows:hover:before {
  background: #cea35f;
}
.custom.tparrows:hover:after {
  color: #cea35f;
}
.custom.tparrows.tp-leftarrow:before {
  bottom: 0;
  content: "";
}
.custom.tparrows.tp-leftarrow:after {
  content: "Next slide";
  top: 41px;
}
.custom.tparrows.tp-rightarrow:before {
  top: 0;
  content: "";
}
.custom.tparrows.tp-rightarrow:after {
  content: "Prev slide";
  bottom: 41px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.custom.tparrows::before {
  background: #c4c4c4 none repeat scroll 0 0;
  height: 50px;
  left: 15px;
  position: absolute;
  width: 1px;
}
.custom.tparrows:after {
  position: absolute;
  left: 50%;
  color: #c4c4c4;
  word-spacing: 5px;
  font-size: 12px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: Montserrat;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -moz-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  -o-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}
.tp-mask-wrap h3.text-right {
  font-size: 20px;
  font-weight: 400;
}
.fp-viewing-0 [class*="header-v"] {
  opacity: 1;
  visibility: visible;
}
.fp-viewing-4 .footer [class*="footer-v"] {
  opacity: 1;
  visibility: visible;
}
.tp-bullets.custom {
  border: 2px solid #fff;
  border-radius: 10px !important;
  width: 25px !important;
  height: 42px !important;
  text-align: center;
}
.tp-bullets.custom .tp-bullet {
  display: block;
  background: #fff;
  width: 2px !important;
  height: 6px !important;
  margin-right: 0 !important;
  margin-bottom: 1px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tp-bullets.custom .tp-bullet.selected {
  height: 4px !important;
  width: 4px !important;
  border-radius: 50% !important;
  background: #fff !important;
}
.slider-wrap-container .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.slider-wrap-container .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  padding-left: 5px;
  color: #909090;
  position: relative;
  top: 20px;
  font-family: 'Playfair Display', serif;
}
.slider-wrap-container .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 15px;
}
.slider-wrap-container .owl-dot span {
  display: none;
}
.slider-wrap-container .owl-dot.active:before {
  content: counter(slides-num) " / ";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Playfair Display', serif;
}
.slider_style_1 {
  position: relative;
  height: 450px;
}
.slider_style_1::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 200px;
  z-index: 1;
}
.slider_style_1 .slider-desc {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 600px;
  z-index: 9;
}
.slider_style_1 .slider-desc .link {
  display: inline-block;
  margin-bottom: 7px;
}
.slider_style_1 .slider-desc .link > a {
  border: 1px solid #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 20px;
  text-transform: uppercase;
}
.slider_style_1 .slider-desc p {
  font-size: 36px;
  line-height: normal;
  font-family: 'Playfair Display', serif;
  color: #000;
}
.slider_style_2 {
  position: relative;
  text-align: center;
}
.slider_style_2 .slider-desc {
  bottom: 42px;
  width: 100%;
  position: absolute;
}
.slider_style_2 .slider-desc .link {
  display: inline-block;
  padding-bottom: 10px;
}
.slider_style_2 .slider-desc .link > a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.slider_style_2 .slider-desc p {
  font-size: 36px;
  font-family: 'Playfair Display', serif;
  color: #fff;
  line-height: 41px;
  margin: 0;
}
.rev-btn.rs-hover-ready:hover a {
  color: #000;
  opacity: 1;
}
.rev-btn.rs-hover-ready a {
  color: #fff;
  opacity: 0.5;
}
.wpb_revslider_element.padding-90 {
  margin-top: -530px;
  padding-right: 90px;
  padding-left: 90px;
  position: relative;
}
.cate-acc li {
  list-style: none;
  padding-bottom: 26px;
}
.cate-acc li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.cate-acc li a span {
  font-size: 400 !important;
}
.cate-acc li a:hover {
  color: #cea35f;
}
.cate-acc li a:hover::before {
  width: 70px;
  background-color: #cea35f;
}
.cate-acc li a::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 125%;
  position: absolute;
  top: 50%;
  width: 35px;
}
.cate-acc li a:hover {
  color: #cea35f;
}
.persephone.vertical .tp-bullet:hover, .persephone.vertical .tp-bullet.selected {
  background: #cea35f;
}
.persephone.vertical .tp-bullet {
  background: #000 none repeat scroll 0 0;
  border: none;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.slide-status-numbers:first-letter, .slide-status-numbers:nth-letter(2) {
  color: #cea35f !important;
  font-size: 24px !important;
}
.wpb_revslider_element.padding-90 .tp-static-layers .tp-parallax-wrap {
  top: -30px !important;
  left: 0 !important;
}
/*===================================
 3.9 About
 ===================================*/
.svgic {
  display: inline-block;
  fill: currentcolor;
  height: 30px;
  pointer-events: none;
  vertical-align: top;
  width: 59px;
  color: #cea35f;
  margin-top: 0;
  margin-right: -5px;
}
.about-desc .vc_column-inner > .wpb_wrapper {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #ebebeb;
  left: 15px;
  top: 43px;
  position: absolute;
  width: 650px;
  z-index: 9;
  padding: 69px 80px 61px 76px;
}
.about-desc .vc_column-inner > .wpb_wrapper .wpb_content_element {
  margin-bottom: 0;
  margin-top: 70px;
}
.about-desc .vc_column-inner > .wpb_wrapper .wpb_content_element .wpb_wrapper p {
  line-height: 22px;
  color: #424242;
  line-height: 22.5px;
  margin-bottom: 20px;
}
.info-franco {
  color: #2f2f2f;
  font-size: 16px;
  margin: 0 auto;
  max-width: 60%;
  position: relative;
  text-align: center;
}
.info-franco .icon-q {
  font-family: Playfair Display;
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  top: -63px;
  width: 100%;
  z-index: -1;
  color: #cea35f;
}
.discover_more a {
  color: #cea35f;
  font-size: 24px;
  font-family: Playfair Display;
}
.discover_more a span {
  margin-top: 8px;
}
/*===================================
 3.10 Product
 ===================================*/
.post-type-archive-product .isotope .item {
  float: left;
}
.macbook .space_mac .ult-content-box {
  padding-top: 60px !important;
}
.product-type-5 .add_to_compare.compare.button.added::before {
  left: 2px;
}
#yith-quick-view-content .swatchinput {
  display: inline-block;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
  height: 30px;
  width: 30px;
  border: 1px solid #ddd;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px #ebebeb;
  -moz-box-shadow: 0px 0px 1px 1px #ebebeb;
  box-shadow: 0px 0px 1px 1px #ebebeb;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a, .woocommerce .widget_layered_nav ul.yith-wcan-label li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
  background: #fff;
}
.prdctfltr_wc .prdctfltr_buttons label, .prdctfltr_wc .prdctfltr_buttons span, .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span, .prdctfltr_filter_wrapper .prdctfltr_filter > span {
  font-weight: normal;
}
.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input {
  padding-bottom: 5px;
}
.prdctfltr_wc.prdctfltr_woocommerce {
  margin-bottom: 20px;
}
.prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering > div {
  margin-top: 0 !important;
}
.yith-wcan-reset-navigation.button {
  background: #8262b5 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff !important;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  padding: 12px 13px;
  text-transform: uppercase;
}
.yith-wcan-reset-navigation.button:hover {
  background: #000 !important;
}
.product-isotope .item {
  float: left;
  width: 25%;
}
.product-isotope .item img {
  width: 100%;
  height: auto;
}
.product-isotope .item .product-desc {
  min-height: 85px;
}
.product-isotope.col-4 .item .product-desc {
  min-height: 100px;
}
.product-isotope.col-2 .item {
  width: 50%;
}
.product-isotope.col-2 .item img {
  width: 100%;
  height: auto;
}
.product-isotope.col-1 .item {
  width: 100%;
}
.product-isotope.col-3 .item {
  width: 33.33333%;
}
.product-isotope.col-5 .item {
  width: 20%;
}
.product-isotope .product-list .item {
  width: 100%;
}
.isw_load_more_button_wrapper, .isw_load_more_button_prev_wrapper {
  padding-top: 50px;
}
label.wcvaswatchlabel {
  outline: 1px solid #ddd !important;
  border: 0 !important;
}
label.selectedswatch.wcvasquare {
  outline: 1px solid #000 !important;
  border: 0 !important;
  opacity: 0.5;
}
label.wcva_single_textblock {
  background-color: #fff;
  border-radius: 0;
  padding: 7px 6px;
}
.yith-wcpsc-product-table-wrapper {
  padding: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background: #cea35f;
  border: 1px solid #ddd;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a, .woocommerce .widget_layered_nav ul.yith-wcan-label li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
  padding: 2px 5px;
}
.single-product #thumbs_list_frame {
  text-align: center;
}
.single-product .add_to_compare.compare.button.added:before {
  top: 9px;
  left: 0;
  text-align: center;
}
.single-product .add_to_compare.compare.button.added:hover:before {
  color: #fff;
}
.single-product .tab-center {
  background: #f7f7f7;
  margin-top: 103px;
  margin-bottom: 37px;
  clear: both;
  width: 100%;
}
.single-product .tab-center .product-tab {
  margin-top: 0;
}
.single-product .tab-center .product-tab .panel {
  background: transparent;
}
.single-product .tab-center .nav-tabs {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 41px;
}
.single-product .tab-center .nav-tabs > li {
  float: none;
  display: inline-block;
}
.single-product .tab-center:before, .single-product .tab-center:after {
  content: " ";
  display: table;
}
.single-product .tab-center:after {
  clear: both;
}
.single-product .product-type-variable .entry-summary .product-desc > .add-to {
  display: none;
}
.single-product .product-type-variable .variations_form.cart {
  width: 100%;
}
.single-product .product-type-variable .variations_form.cart .woocommerce-variation-add-to-cart {
  display: inline-block;
}
.single-product .main-images img {
  width: 100%;
  height: auto;
}
.single-product .main-images .easyzoom-flyout img {
  width: auto;
  max-width: none;
  cursor: crosshair;
}
.single-product table.variations {
  width: 100%;
}
.single-product table.variations .label {
  font-size: 14px;
  color: #1b242b;
  font-weight: normal;
  padding: 0;
}
.single-product table.variations .label label {
  margin-bottom: 11px;
  font-weight: normal;
}
.single-product table.variations select {
  background: #fff url(../images/caret-down.png) no-repeat center right;
  cursor: pointer;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 360px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #939494;
  padding-left: 11px;
  text-transform: none;
  font-family: Open Sans;
}
.single-product table.variations a.reset_variations {
  float: left;
  margin-bottom: 20px;
  width: 50%;
}
.single-product .yith-wcbr-brands, .single-product .yith-wcbr-brands-logo, .single-product .posted_in, .single-product .entry-summary .product_meta .tagged_as {
  display: none;
}
.single-product .availability {
  padding-top: 16px;
  border-top: 1px solid #dfdfdf;
  color: #1b242b;
  padding-left: 2px;
}
.single-product .availability > .stock {
  color: #868686;
  padding-left: 39px;
  text-transform: capitalize;
}
.single-product .product_meta {
  padding-bottom: 17px;
  border-bottom: 1px solid #dfdfdf;
  color: #1b242b;
  padding-left: 2px;
}
.single-product .product_meta > span {
  color: #1b242b;
}
.single-product .product_meta > span > span {
  color: #868686;
  padding-left: 17px;
}
.single-product .entry-summary .description p {
  color: #424242;
}
.single-product .entry-summary .availability {
  margin-top: -3px;
}
.single-product .entry-summary form.cart label.qty {
  margin-bottom: 15px;
}
.single-product .entry-summary .product-desc h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: normal;
  margin-top: -4px;
}
.single-product .entry-summary .woocommerce-review-link {
  border-left: 1px solid #ddd;
  padding-left: 12px;
  margin-left: 13px;
  color: #868686;
}
.single-product .entry-summary .woocommerce-review-link:nth-child(2) {
  text-transform: capitalize;
}
.single-product .entry-summary .price {
  font-size: 16px;
  margin-top: 3px;
  font-weight: bold;
  margin-bottom: 22px;
}
.single-product .entry-summary .price del {
  color: #999;
}
.single-product .entry-summary .product-desc {
  margin-top: 0;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}
.single-product .entry-summary .woocommerce-product-rating {
  margin-bottom: 5px;
}
.single-product .entry-summary .product-desc > .add-to-wishlist, .single-product .entry-summary .product-desc > .compare.button {
  display: none;
}
.single-product .entry-summary .product-desc .add-to > *, .single-product .entry-summary .product-desc .add-to {
  display: inline-block;
  vertical-align: bottom;
}
.single-product .entry-summary .product-desc .add-to > *:not(.tooltip):not(.yith-wcqv-button) {
  display: inline-block;
  width: 40px;
  margin-top: 10px;
  height: 40px;
  vertical-align: middle;
  background: #f2f2f2;
  margin-bottom: 0;
  padding: 8px 12px;
  color: #b1b1b1;
  position: relative;
}
.single-product .entry-summary .product-desc .add-to > *:not(.tooltip):not(.yith-wcqv-button):hover {
  background: #cea35f;
}
.single-product .entry-summary .product-desc .add-to > *:not(.tooltip):not(.yith-wcqv-button):hover i {
  color: #fff !important;
}
.single-product .entry-summary .product-desc .add-to > *:not(.tooltip):not(.yith-wcqv-button) i {
  color: #b1b1b1;
  padding: 12px;
}
.single-product .entry-summary .product-desc .add-to > *:not(.tooltip):not(.yith-wcqv-button) a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.single-product .description {
  margin: 20px 0 38px;
}
.single-product .description p {
  line-height: 22px;
  padding-left: 2px;
  color: #424242;
}
.single-product .comment-body {
  padding-top: 20px;
}
.single-product .comment-body .description {
  margin: 20px 0 20px;
  color: #424242;
  font-style: italic;
  line-height: 22px;
}
.single-product .commentlist li + li {
  margin-top: 59px;
}
.single-product #review-form .form-submit {
  padding-right: 15px;
  padding-left: 15px;
}
.single-product form.cart {
  display: inline-block;
  vertical-align: bottom;
}
.single-product form.cart label.qty {
  font-weight: normal;
  color: #1b242b;
  display: block;
}
.single-product .comment-form {
  margin-left: -15px;
  margin-right: -15px;
  width: 50%;
}
.single-product .nav-tabs {
  border-bottom: none;
  margin-bottom: 21px;
}
.single-product .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0;
  background: #ebebeb;
  color: #afafaf;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat;
  padding: 20px 44px 21px 43px;
}
.single-product .nav-tabs > li.active > a, .single-product .nav-tabs .nav-tabs > li.active > a:hover, .single-product .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #cea35f;
  border-radius: 0;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}
.single-product #tab-description p + p {
  margin-top: 26px;
}
.single-product .product-tab .panel {
  box-shadow: none;
}
.single-product .product-tab .panel .comment-form-rating {
  margin-top: 15px;
}
.single-product .product-tab .panel p {
  line-height: 25px;
  color: #424242;
  margin-bottom: 0;
}
.single-product .product-tab .panel #tab-additional_information {
  margin-top: -3px;
}
.single-product .product-tab table.shop_attributes {
  width: 100%;
}
.single-product .product-tab #reviews .form-submit {
  padding-left: 15px;
  padding-right: 15px;
}
.single-product .product-tab #reviews .commentlist {
  margin-top: 7px;
}
.single-product .product-tab #reviews input[type="submit"] {
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 21px;
  margin-top: 22px;
}
.single-product .also-like {
  margin-top: 41px;
  margin-bottom: -5px;
}
.single-product .also-like .product-isotope .item {
  padding-top: 30px;
}
.single-product .also-like .product-isotope {
  margin-top: 0px;
}
.single-product .also-like:before, .single-product .also-like:after {
  content: " ";
  display: table;
}
.single-product .also-like:after {
  clear: both;
}
.single-product .also-like .franco-heading h4 {
  font-size: 18px;
}
.single-product .views-block {
  position: relative;
}
.single-product .right-sidebar .widget-title::before, .single-product .left-sidebar .widget-title::before {
  bottom: 1px;
}
.single-product .right-sidebar .widget_product_categories, .single-product .left-sidebar .widget_product_categories {
  margin-bottom: 2px;
}
.product-grid .product-content:hover .product-image-hover .img-base {
  opacity: 1;
}
.product-list .product-img:hover .product-image-hover .img-base {
  opacity: 1;
}
.product-content .product-image-hover .img-base {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
}
.yith-wcwl-add-button a.add_to_wishlist {
  border-radius: 0;
}
.product-action-grid.product-action .add_to_cart_button {
  font-size: 12px;
  background: #cea35f;
  padding: 7px 12px 4px;
  color: #fff;
  line-height: 24px;
  overflow: hidden;
  max-width: 40px;
  height: 40px;
}
.product-action-grid.product-action .add_to_cart_button:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-decoration: inherit;
  color: #fff;
  padding-right: 12px;
}
.product-action-grid.product-action .add_to_cart_button:hover {
  font-size: 12px;
  color: #fff !important;
  max-width: 180px;
  -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: max-width 0.3s ease-in-out 0s;
}
.product-action-grid.product-action .add_to_cart_button.loading:after {
  right: 10px;
}
.product-action-grid.product-action .add_to_cart_button.loading:hover {
  padding-right: 34px;
  -webkit-transition: padding 0.3s ease-in-out 0s;
  -moz-transition: padding 0.3s ease-in-out 0s;
  -ms-transition: padding 0.3s ease-in-out 0s;
  -o-transition: padding 0.3s ease-in-out 0s;
  transition: padding 0.3s ease-in-out 0s;
}
.single_prd_style1 .col-md-5.media {
  padding-right: 0;
  width: 42.6%;
}
.single_prd_style1 .col-md-7.info {
  padding-left: 30px;
  width: 57.4%;
}
.single_prd_style1 .col-md-7.info .entry-summary .product-desc h3 {
  margin-top: -5px;
  margin-bottom: 5px;
}
.single_prd_style2 + .container .also-like {
  margin-top: 62px;
}
.single_prd_style2 .nav-tabs {
  border-bottom: none;
  margin-bottom: 24px;
}
.product_style_2 .product-grid .product-content {
  text-align: center;
}
.product_style_2 .product-grid .product-content .add_to_cart_button {
  display: none;
}
.shop_table.cart {
  margin-top: 11px;
}
.prev-btn .bx-prev:not(:first-child), .next-btn .bx-prev:not(:first-child) {
  display: none;
}
.prev-btn .bx-next:not(:first-child), .next-btn .bx-next:not(:first-child) {
  display: none;
}
.wishlist_table tr td.product-thumbnail a {
  max-width: none;
}
.wishlist_table .product-add-to-cart {
  width: 170px;
}
label[for="payment_method_paypal"] > img, label[for="payment_method_paypal"] > a {
  display: none;
}
.woocommerce table.wishlist_table {
  font-size: 16px;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
  max-width: 946px;
  padding: 0;
  overflow: visible;
  position: relative;
  text-align: left;
}
#yith-quick-view-modal .yith-wcqv-main {
  padding: 50px 34px 50px 29px;
  box-shadow: none;
}
#yith-quick-view-modal .quick-view {
  display: none;
}
#yith-quick-view-modal .thumbnails {
  margin: 0 -9px;
  padding-top: 30px;
}
#yith-quick-view-modal .thumbnails a.zoom {
  width: 25%;
  padding: 0 9px;
}
#yith-quick-view-modal .thumbnails a.zoom img {
  padding-bottom: 20px;
}
#yith-quick-view-modal #yith-quick-view-close {
  border: none;
  top: -3px;
  right: -46px;
  font-size: 18px;
  opacity: 1;
  color: #fff;
}
#yith-quick-view-modal .price ins {
  font-weight: bold;
}
#yith-quick-view-modal #yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
  display: inline-block;
}
.blockUI.blockOverlay {
  background: rgba(0, 0, 0, 0) url("../images/ajax-loader-prd.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: 999 !important;
}
.quantity {
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
}
.quantity > .qty-number {
  display: inline-block;
  height: 40px;
  background: #e1e1e1;
  width: 25px;
  text-align: center;
  color: #919191;
  padding-top: 7px;
  vertical-align: top;
  cursor: pointer;
  font-weight: bold;
}
.quantity > input.qty {
  display: inline-block;
  background: #fff;
  border: 1px solid #e1e1e1;
  height: 40px;
  margin-left: -4px;
  padding: 12px 3px 11px 4px;
  text-align: center;
  width: 62px;
  font-weight: bold;
  color: #1b242b;
  margin-right: -4px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.add-to-wishlist .fa-heart {
  color: #cea35f !important;
}
.logged-in .comment-textarea {
  width: 100%;
}
.f_right {
  float: right;
}
.media .images, .main-images {
  overflow: hidden;
  position: relative;
}
.product-tab {
  margin-top: 50px;
}
.upsells.products {
  clear: both;
  display: none;
}
.add_to_cart_button.loading {
  padding-right: 28px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.add_to_cart_button.loading:before {
  margin-bottom: 10px;
  right: 12px;
  bottom: 1px;
}
.woocommerce-message {
  padding: 15px 0;
  color: #3c763d;
}
.woocommerce-message a.button.wc-forward {
  background: #cea35f;
  color: #fff;
  font-family: Montserrat;
  padding: 8px 17px;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  line-height: 24px;
  margin-right: 16px;
}
#cart_added_msg_popup, #compare_added_msg_popup {
  background: #cea35f;
  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;
}
.single_add_to_cart_button, .add_to_cart_button {
  position: relative;
}
.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-prd.gif") no-repeat scroll center center / 16px 16px;
  content: "";
  display: inline-block;
  opacity: 0.6;
  height: 20px;
  width: 20px;
  margin: 0;
  position: absolute;
  right: 5px;
  bottom: 10px;
  text-align: center;
  border-radius: 5px;
}
.yith-wcwl-add-to-wishlist .ajax-loading:after {
  bottom: -4px;
}
.product-grid {
  width: 100%;
  float: left;
}
.product-grid .product-action-list, .product-grid .product-desc .desc {
  display: none;
}
.product-grid .product-img img {
  width: 100%;
  height: auto;
}
a.remove-product {
  font-size: 18px;
  color: #ddd;
}
body .btn-black {
  background: #424242;
  color: #fff;
  font-size: 12px;
  font-family: Montserrat;
  text-transform: uppercase;
}
body .btn-black:hover {
  color: #fff;
  background: #cea35f;
}
.display-inline {
  display: inline-block;
}
.cross-sells {
  clear: both;
  margin-top: 77px;
  margin-bottom: -4px;
}
.cross-sells .franco-heading {
  margin-bottom: 31px;
}
.prev-btn, .next-btn {
  width: 100%;
  height: 30px;
  background: transparent;
  border: 1px solid #ccc;
  text-align: center;
}
.prev-btn:hover, .next-btn:hover {
  background-color: #cea35f;
  border-color: #cea35f;
}
.prev-btn:hover > *, .next-btn:hover > * {
  color: #fff;
}
.prev-btn > *, .next-btn > * {
  color: #a884d4;
}
.prev-btn i, .next-btn i {
  display: block;
  margin-top: 5px;
}
.prev-btn i:nth-child(2), .next-btn i:nth-child(2) {
  margin-top: -10px;
}
.prev-btn {
  margin-bottom: 20px;
}
.next-btn {
  position: absolute;
  bottom: 0;
  margin-top: 20px;
}
body .cart-btn.button, .price_slider_amount .button, .wishlist_table .product-add-to-cart > .add_to_cart.button {
  background: #cea35f;
  color: #fff;
  font-family: Montserrat;
  padding: 8px 17px;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  line-height: 24px;
}
body .cart-btn.button:hover, .price_slider_amount .button:hover, .wishlist_table .product-add-to-cart > .add_to_cart.button:hover {
  background: #000;
  color: #fff;
}
.add_to_compare.compare.button.added {
  text-indent: -9999px;
  color: transparent;
}
.add_to_compare.compare.button.added:before {
  content: "\f00c";
  font-family: FontAwesome;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 7px;
  left: 12px;
  color: #cea35f;
  text-indent: 0;
}
.product-action .add-to .add_to_compare.compare.button.added:hover:before {
  color: #fff;
}
.post-type-archive-product .pagination, .tax-product_cat .pagination {
  margin-bottom: 0;
  width: 100%;
  margin-top: 43px;
}
.post-type-archive-product .pagination ul.page-numbers, .tax-product_cat .pagination ul.page-numbers {
  margin-bottom: 0;
}
.post-type-archive-product .pagination ul.page-numbers li, .tax-product_cat .pagination ul.page-numbers li {
  border: none;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  margin-right: 6px;
  text-align: center;
  width: 40px;
  color: #c6c6c6;
  background: #f2f2f2;
}
.post-type-archive-product .pagination ul.page-numbers li > *, .tax-product_cat .pagination ul.page-numbers li > * {
  color: #c6c6c6;
}
.post-type-archive-product .pagination ul.page-numbers li:hover, .tax-product_cat .pagination ul.page-numbers li:hover {
  border: none;
  background-color: #cea35f;
  color: #fff;
}
.post-type-archive-product .pagination ul.page-numbers li:hover > *, .tax-product_cat .pagination ul.page-numbers li:hover > * {
  color: #fff;
}
.post-type-archive-product .pagination ul.page-numbers .current::before, .tax-product_cat .pagination ul.page-numbers .current::before {
  content: none;
}
.post-type-archive-product .pagination ul.page-numbers .current, .tax-product_cat .pagination ul.page-numbers .current {
  background: #cea35f;
  height: 100%;
  color: #fff;
}
.post-type-archive-product .product-list .pagination, .tax-product_cat .product-list .pagination {
  margin-top: 50px;
}
.padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.product-isotope.products {
  margin-top: 5px;
}
.product-isotope {
  margin-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.product-isotope .item {
  padding: 45px 15px 0 15px;
}
.product-isotope.isotope .product-list {
  margin-top: -5px;
}
.product-isotope.isotope .product-list .item {
  width: 100% !important;
  padding-top: 50px;
}
.product-action .tooltip {
  min-width: 80px;
}
.product-list .product-action-grid {
  display: none;
}
.product-list .product-img {
  float: left;
  margin-right: 30px;
  max-width: 262px;
}
.product-list .product-action-list {
  margin-top: 23px;
}
.product-list .product-action-list .add_to_cart_button {
  background: #cea35f;
  color: #fff;
}
.product-list .product-action-list .add_to_cart_button:hover {
  background: #000;
  color: #fff;
}
.product-list .product-action-list .add-to {
  background: #f2f2f2;
  display: inline-block;
  margin-bottom: 0;
}
.product-list .product-desc {
  margin-top: 0;
}
.product-list .product-desc .price {
  margin-bottom: 20px;
}
.product-img {
  position: relative;
  cursor: pointer;
}
.product-img .product-action-grid {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.product-img .quick-view, .product-img .add-to, .product-img .add_to_cart_button {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}
.product-img:hover .quick-view, .product-img:hover .add-to, .product-img:hover .add_to_cart_button {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.product-img:hover .product-action .add_to_cart_button {
  color: #cea35f;
}
.product-img .product-label {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 100%;
}
.product-img .product-label .onsale {
  background: #fff;
  padding: 7px 7px 9px;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  float: left;
}
.product-img .product-label .new {
  background: #fff;
  padding: 7px 7px 9px;
  text-align: right;
  float: right;
  height: 40px;
  width: 40px;
}
.product-action .add_to_cart_button {
  text-transform: uppercase;
  font-size: 12px;
  color: #424242;
}
.product-action .add-to {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: #fff;
  margin-bottom: 5px;
  padding: 8px 12px;
  color: #424242;
  position: relative;
}
.product-action .add-to.wishlist-btn .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}
.product-action .add-to.wishlist-btn .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.product-action .add-to .yith-wcwl-wishlistexistsbrowse a, .product-action .add-to .yith-wcwl-wishlistaddedbrowse a {
  color: #cea35f;
}
.product-action .add-to a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-action .add-to a i {
  padding: 12px;
}
.product-action .add-to a.yith-wcqv-button {
  padding-left: 1px;
}
.product-action .add-to a:hover {
  background: #cea35f;
  color: #fff;
}
.product-action .add-to a:hover .fa-heart {
  color: #fff !important;
}
.product-desc {
  margin-top: 18px;
}
.product-desc h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 2px;
}
.product-desc > h3 + .price {
  margin-top: 6px;
}
.star-rating {
  display: inline-block;
  height: 16px;
  position: relative;
  text-indent: -999em;
  width: 67px;
  margin-top: 5px;
}
.star-rating:before {
  position: absolute;
  text-indent: 1px;
  content: "\f006\f006\f006\f006\f006";
  font-family: FontAwesome;
  left: 0;
  top: 0;
  color: #d1d1d1;
}
.star-rating span {
  float: left;
  overflow: hidden;
  display: block;
  position: relative;
}
.star-rating span:before {
  position: absolute;
  text-indent: 1px;
  content: "\f006\f006\f006\f006\f006";
  font-family: FontAwesome;
  left: 0;
  top: 0;
  color: #f8ba04;
}
ul.products:before, ul.products:after {
  content: " ";
  display: table;
}
ul.products:after {
  clear: both;
}
ul.products {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 0;
}
.tooltbars {
  background: #f2f2f2;
  padding: 10px 19px;
  color: #888;
}
.tooltbars a {
  color: #888;
}
.tooltbars a:hover, .tooltbars a.active {
  color: #cea35f;
}
.tooltbars .f_right {
  text-align: right;
}
.tooltbars .woocommerce-result-count {
  padding-top: 6px;
  line-height: 24px;
}
.tooltbars .woocommerce-ordering {
  display: inline-block;
  position: relative;
}
.tooltbars .woocommerce-ordering > label {
  display: none;
}
.tooltbars .woocommerce-ordering select {
  background: transparent;
  color: #888;
  padding: 5px 14px 5px 14px;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "Open Sans";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tooltbars .woocommerce-ordering select:after {
  content: "";
  font-family: FontAwesome;
}
.tooltbars .woocommerce-ordering:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 12px;
  top: 8px;
  color: #888;
  z-index: 0;
}
.tooltbars .viewmode-toggle {
  display: inline-block;
}
.tooltbars .viewmode-toggle > a {
  font-size: 12px;
  margin-left: 27px;
}
.woocommerce-MyAccount-navigation {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 36px;
}
.woocommerce-MyAccount-navigation ul > li {
  font-weight: bold;
  font-size: 16px;
  padding: 0 10px;
  display: inline-block;
}
.woocommerce-MyAccount-navigation ul > li.is-active a {
  color: #cea35f;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #828282;
}
.checkout-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #1b242b;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 23px;
}
.woocommerce-checkout .woocommerce-shipping-fields .checkout-title {
  margin-bottom: 14px;
}
.woocommerce-checkout .woocommerce-checkout-payment select {
  width: 100%;
  margin-top: 17px;
}
.woocommerce-checkout .woocommerce-checkout-payment > label {
  margin-right: 15px;
  display: block;
}
.woocommerce-checkout #payment {
  margin-top: 22px;
}
.woocommerce-checkout .woocommerce-error {
  padding-bottom: 22px;
}
.wc-bacs-bank-details-heading {
  display: none;
}
.woocommerce-error {
  color: red;
}
.woocommerce-account h3 {
  margin-bottom: 18px;
}
.woocommerce-account input[type="submit"] {
  padding: 8px 17px;
  text-transform: uppercase;
  background: #cea35f;
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  margin-right: 10px;
  width: auto;
  height: 40px;
  margin-top: 5px;
}
.price {
  font-size: 16px;
  color: #cea35f;
  margin-top: 3px;
  font-weight: bold;
}
.price ins {
  text-decoration: none;
  color: #cea35f;
}
.price del {
  color: #999;
  font-weight: normal;
}
.form-submit {
  clear: both;
}
.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:hover:before, .stars span > a.active:before {
  color: #f8ba04;
}
.stars a:before {
  font-family: FontAwesome;
}
.stars .star-1:before {
  content: "\f006";
}
.stars .star-2:before {
  content: "\f006\f006";
}
.stars .star-3:before {
  content: "\f006\f006\f006";
}
.stars .star-4:before {
  content: "\f006\f006\f006\f006";
}
.stars .star-5:before {
  content: "\f006\f006\f006\f006\f006";
}
.featured-product.col-3 .item {
  width: 33.33333%;
}
.featured-product.col-2 .item {
  width: 50%;
}
.featured-product.col-5 .item {
  width: 20%;
}
.featured-product .item {
  float: left;
  width: 25%;
  padding: 35px 15px 0;
}
.product-grid.col-md-12 {
  height: 100%;
}
.tabs-sort {
  margin-top: 35px;
  text-align: right;
}
.tabs-sort .button-group button {
  font-weight: normal;
  font-family: Montserrat;
  color: #000;
}
.tabs-sort .button-group button:hover, .tabs-sort .button-group button.is-checked {
  color: #cea35f;
}
.tabs-sort .button-group button span {
  color: #828282;
}
.button-group button span {
  color: #828282;
}
.product-isotope .gallery-entries-wrap .item {
  padding: 42px 15px 0;
}
.product-slide .franco-heading {
  margin-bottom: 24px;
}
.product-slide .franco-heading p {
  display: block;
}
.product-slide .franco-heading h3 {
  font-size: 18px;
  letter-spacing: 1.5px;
  padding-right: 15px;
  display: inline-block;
}
.product-slide .franco-heading.text-left h1::before, .product-slide .franco-heading.text-left h2::before, .product-slide .franco-heading.text-left h3::before, .product-slide .franco-heading.text-left h4::before, .product-slide .franco-heading.text-left h5::before, .product-slide .franco-heading.text-left h6::before {
  left: 100%;
  top: 14px;
}
.product-slide .product-img {
  float: left;
  overflow: hidden;
  margin-right: 23px;
  position: relative;
}
.product-slide .product-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #cea35f;
  opacity: 0;
}
.product-slide .product-desc {
  margin-top: 0;
  overflow: hidden;
}
.product-slide .add-to {
  display: none;
}
.product-slide .quick-view {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  height: 50px;
  left: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  width: 50px;
  z-index: 999;
}
.product-slide .quick-view a {
  color: #fff;
}
.product-slide .quick-view a i {
  padding: 0;
}
.product-slide .quick-view a i:before {
  content: "\e680";
  font-family: Pe-icon-7-stroke;
  font-size: 48px;
}
.product-slide .quick-view a:hover {
  background: transparent !important;
}
.product-slide .product-action {
  margin-top: 16px;
}
.product-slide .product-action-grid.product-action .add_to_cart_button.loading:after {
  right: 25px;
}
.product-slide .add_to_cart_button {
  background: #cea35f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 40px;
  text-indent: -9999em;
  width: 70px !important;
  max-width: none !important;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.product-slide .add_to_cart_button::before {
  content: "\f290" !important;
  display: block !important;
  font-family: FontAwesome;
  font-size: 16px !important;
  left: 50% !important;
  position: absolute !important;
  text-indent: 1px !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-right: 0 !important;
}
.product-slide .own-carousel-cover .item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.product-slide .own-carousel-cover .item:last-child {
  margin-bottom: 0;
}
.product-slide .own-carousel-cover .item:hover .add_to_cart_button {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.product-slide .own-carousel-cover .item:hover .product-img:before {
  opacity: 0.5;
}
.product-slide .own-carousel-cover .item:hover .quick-view {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.product-slide .own-carousel-cover .item:hover .quick-view a {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-slide .controls-custom .owl-nav {
  top: -73px;
}
.controls-custom .owl-nav {
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  background: rgba(0, 0, 0, 0) url("../images/bg-controls.png") no-repeat scroll center center;
}
.controls-custom .owl-nav > div {
  color: #999;
}
.controls-custom .owl-nav > div:hover {
  color: #cea35f;
}
.controls-custom .owl-nav .owl-next {
  text-align: right;
}
.img-right .vc_figure:before {
  position: absolute;
  content: "";
  background: #cea35f;
  left: 0;
  top: 50%;
  width: 100%;
  height: 265px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.img-right .wpb_single_image .vc_figure {
  display: block;
}
.img-right .wpb_content_element {
  margin-bottom: 0;
}
.main-images .owl-dots {
  text-align: center;
  margin: 0 auto;
  margin-top: 17px;
}
.main-images .owl-dots .owl-dot {
  width: 20px;
  height: 5px;
  background: #dfdfdf;
  margin-right: 15px;
  display: inline-block;
}
.main-images .owl-dots .owl-dot.active {
  background-color: #a884d4;
}
.shipping-calculator-form label {
  display: block;
  color: #302f2f;
}
.shipping-calculator-form select {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
}
.shipping-calculator-form select, .shipping-calculator-form input {
  background: none;
  color: #302f2f;
  opacity: 0.5;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  width: 100%;
}
.product-loadmore.text-center {
  padding-top: 43px;
}
.product-loadmore a.btn {
  font-size: 14px;
  max-width: 225px;
  text-transform: none;
}
.table_type_1 tr th, .table_type_1 tr td {
  padding: 27px 19px 28px;
}
.table_type_1 tr:first-child {
  border: 1px solid #f3f3f3;
  border-bottom: none;
}
.table_type_1 tr th:not(:last-child) {
  border-right: 1px solid #ddd;
}
.table_type_1 tr td:first-child {
  border-left: 1px solid #ddd;
}
.table_type_1 tr td {
  border-right: 1px solid #ddd;
}
.table_type_1 tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.table_type_1 tr td {
  border-top: 1px solid #ddd;
}
.table_type_1.var2 tr th:not(:last-child), .table_type_1.var2 tr td:not(:last-child) {
  border-right-color: transparent !important;
}
.table_type_1.var2 tr td {
  vertical-align: middle;
}
.table_type_1.var2 tr th:nth-child(2) {
  width: 80px;
}
.table_type_1.var2 tr th:nth-child(3) {
  width: 180px;
}
.table_type_1.var2 tr:last-child td {
  font-weight: normal;
}
.table_type_1.var2 tr:last-child td .button {
  margin-left: 10px;
}
.table_type_1.var1 tr th, .table_type_1.var1 tr td {
  padding: 9px 19px 9px;
}
.table_type_1.var1 tfoot tr th:not(:last-child) {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table_type_1.var3 tfoot tr th {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table_type_1.var3 tfoot td {
  border-bottom: 1px solid #ddd;
}
table.shop_table thead tr th {
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: Montserrat;
  padding: 19px 16px 17px;
  background: #f1f1f1;
  border-top: 1px solid #ddd;
}
table.shop_table thead tr th:first-child {
  border-left: 1px solid #ddd;
}
table.shop_table thead tr th:last-child {
  border-right: 1px solid #ddd;
}
dl.variation {
  margin-bottom: 0;
}
.shop_table td.product-thumbnail .image_thumbnail {
  display: inline-block;
  margin-right: 26px;
}
.shop_table td.product-thumbnail .prd_info {
  display: inline-block;
  vertical-align: middle;
}
.shop_table td.product-thumbnail .prd_info > a {
  font-family: Montserrat;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.shop_table td.product-thumbnail .prd_info > a:hover {
  color: #cea35f;
}
.shop_table dl.variation {
  margin-bottom: 0;
}
.shop_table dl.variation > * {
  color: #828282;
  font-weight: normal;
}
.shop_table dl.variation > * p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 22px;
}
.shop_table .product-remove a {
  font-size: 18px;
  color: #ddd;
}
.shop_table .product-remove a:hover {
  color: #cea35f;
}
.shop_table .price, .shop_table .amount {
  color: #828282;
  font-weight: normal;
}
.shop_table .product-price, .shop_table .product-quantity, .shop_table .product-subtotal, .shop_table .product-remove {
  text-align: center;
}
.shop_table .product-remove {
  width: 68px;
}
.shop_table .product-quantity > .quantity {
  margin-right: 0px;
  margin-top: -1px;
}
.shop_table .product-subtotal, .shop_table .product-quantity {
  width: 144px;
}
.shop_table tbody {
  color: #302f2f;
}
.shop_table tbody tr th {
  font-weight: normal;
}
.shop_table.cart_totals_table {
  margin-bottom: 24px;
}
.shop_table.cart_totals_table .amount {
  color: #302f2f;
}
.shop_table.cart_totals_table tr > td {
  text-align: right;
}
.shop_table.cart_totals_table .order-total {
  font-size: 16px;
}
.shop_table.cart_totals_table .order-total th, .shop_table.cart_totals_table .order-total td {
  padding-top: 16px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  border-top: none;
}
.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  border-bottom: 1px solid #ddd;
}
.shop_table.order_details .product-total {
  width: 219px;
}
.shop_table.cart thead th.product-subtotal {
  font-size: 18px;
}
.shop_table.cart .product-price.price, .shop_table.cart .product-subtotal {
  font-size: 14px;
}
.shop_table.woocommerce-checkout-review-order-table {
  border-right: 1px solid #ddd;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th:not(:last-child) {
  border: 1px solid #ddd;
  border-right: none;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th:not(:last-child) {
  border: 1px solid #ddd;
  border-right: none;
  border-top: none;
}
.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
  border-right: none;
  border-top: 1px solid #ddd;
}
.shop_table.woocommerce-checkout-review-order-table td {
  border-right: none;
}
.widget_shopping_cart_content dl.variation dt > p {
  margin-bottom: 0;
  line-height: 100%;
}
.order_item dl.variation dt, .order_item dl.variation dd {
  display: inline-block;
}
.woocommerce-order-received table.shop_table {
  margin-bottom: 21px;
}
.woocommerce-order-received table.shop_table.order_details tfoot tr:first-child > td {
  border-top: none;
}
.woocommerce-order-received .addresses .col-1 {
  margin-bottom: 23px;
}
label.checkbox {
  display: inline-block;
}
.shipping_address select {
  width: 100%;
  background: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  color: #302f2f;
  font-size: 12px;
  font-family: 'Varela Round', sans-serif;
}
.woocommerce-order-received h3 {
  margin-bottom: 25px;
  font-size: 14px;
  text-transform: uppercase;
  color: #1b242b;
  padding-bottom: 23px;
  border-bottom: 1px solid #ddd;
  padding-top: 7px;
}
.woocommerce-cart .actions {
  margin-top: 24px;
  margin-bottom: 71px;
}
.onsale {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #cea35f;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}
.woocommerce .checkout-button {
  padding: 8px 20px 8px 21px;
}
.woocommerce .wc-backward {
  padding: 9px 19px 7px;
}
.woocommerce .btn-update-cart > .cart-btn {
  padding: 8px 18px 8px 19px;
  margin-right: 6px;
}
abbr[title], abbr[data-original-title] {
  border-bottom: none;
}
.franco-heading.title-icon {
  margin-bottom: 24px;
}
.franco-heading.title-icon h3 {
  font-size: 18px;
  letter-spacing: 2px;
}
.franco-heading.title-icon h3:after {
  bottom: 0;
  content: "";
  height: 1px;
  margin-left: 11px;
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #cea35f;
  width: 50px;
}
.franco-heading.title-icon h3:before {
  content: none;
}
.franco-heading.title-icon p {
  margin-bottom: 17px;
}
.shipping-total .franco-heading.title-icon {
  margin-bottom: 18px;
}
.shipping-total .shipping-calculator-form > p:first-child {
  margin-bottom: 15px;
}
.shipping-total .shipping-calculator-form label {
  margin-bottom: 17px;
}
.shipping-total .shipping-calculator-form p.form-row#calc_shipping_state_field label {
  margin-bottom: 6px;
}
.shipping-total .shipping-calculator-form p#calc_shipping_postcode_field {
  margin-top: -11px;
}
.shipping-total .shipping-calculator-form button[type="submit"] {
  margin-top: 5px;
}
.shipping-total input[type="radio"] {
  vertical-align: top;
  margin-top: 6px;
}
.woocommerce-info {
  color: #00529b;
}
.coupon {
  color: #424242;
  margin-top: -6px;
}
.coupon input#coupon_code {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #ddd;
  color: #302f2f;
  opacity: 0.5;
  padding: 7px 0;
  margin-bottom: 29px;
  margin-top: 9px;
}
.coupon input[type="submit"] {
  padding: 8px 21px;
}
.checkout-tab {
  font-size: 16px;
  text-transform: uppercase;
  color: #1b242b;
  outline: none;
  font-weight: normal;
  cursor: pointer;
  padding: 24px;
  border: 1px solid #e6e6e6;
  margin-top: 4px;
}
.checkout-tab.ui-accordion-header-active {
  border-left: 1px solid #cea35f;
  border-bottom: 1px solid #cea35f;
  border-right: transparent;
  border-top: transparent;
}
.select2-container .select2-choice {
  padding: 7px 8px;
  border-radius: 0;
}
.ui-accordion-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-billing-fields label {
  color: #1b242b;
  font-weight: normal;
  margin-bottom: 3px;
  display: none;
}
.woocommerce-billing-fields label.checkbox {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
  line-height: 19px;
}
.woocommerce-billing-fields .create-account input[type="checkbox"] {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-billing-fields abbr[title], .woocommerce-billing-fields abbr[data-original-title] {
  border-bottom: none;
}
.woocommerce-billing-fields > .form-row:last-child {
  margin-bottom: 0;
}
.checkout_coupon {
  margin-bottom: 30px;
  margin-top: 15px;
}
.checkout_coupon input.input-text {
  background: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  color: #302f2f;
  opacity: 0.5;
}
form.checkout {
  margin-top: 20px;
}
form.login label {
  line-height: 100%;
}
form.login input[type="checkbox"] {
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
form.login input[type="submit"] {
  width: auto;
  padding: 8px 22px;
  height: 40px;
  margin-right: 15px;
}
form.login .lost_password {
  margin-top: -13px;
  margin-bottom: 20px;
}
.woocommerce-checkout-payment > label {
  margin-right: 15px;
}
.woocommerce-checkout-payment select {
  background: none;
  border: 1px solid #ddd;
  padding: 6px 19px;
  width: auto;
}
.place-order {
  margin-top: 30px;
  clear: both;
}
.place-order #place_order {
  width: auto;
}
.wishlist_table tfoot tr:first-child {
  border-top: none;
}
.wishlist_table tfoot tr:first-child td {
  border-top: none;
  padding: 12px 19px 0px;
}
#thumbs_list_frame .owl-controls {
  display: none;
}
.hide-cross .cross-sells {
  display: none;
}
.cart-collaterals .col-md-4.shipping-total {
  display: none;
}
.cart-collaterals .col-md-4 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cart-collaterals .franco-heading.title-icon {
  margin-bottom: 19px;
}
.cart-collaterals .calculated_shipping a.checkout-button {
  padding: 8px 13px;
}
/* Zoom parent */
.zoom-container {
  position: relative;
}
/* Image to zoom */
#zoom-target {
  position: relative;
  display: block;
  /* Not strictly necessary but useful for positioning the loading message */
}
/* This is very important, the element must have metrics to provide an area to catch events */
#zoom-target .fullsize-loading {
  position: absolute;
  z-index: 150;
}
/* Zoom panel */
#zoom-panel {
  position: absolute;
  top: 0;
  left: 410px;
  width: 390px;
  height: 520px;
  overflow: hidden;
  background: #fff;
  z-index: 200;
}
@media only screen and (max-width: 1199px) {
  .table_type_1.var2 tr td, .table_type_1.var2 tr th {
    padding: 10px;
  }
  .table_type_1.var2 tr:last-child td .f_right, .table_type_1.var2 tr:last-child td .f_left {
    float: none;
  }
  .table_type_1.var2 tr:last-child td .f_right {
    margin-top: 10px;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .table_type_1 tr th, .table_type_1 tr td {
    padding: 14px 23px;
  }
}
@media (max-width: 767px) {
  /* tables change*/
  .shop_table.cart.responsive_table tbody tr:nth-child(odd), .shop_table.order_details tbody tr:nth-child(odd) {
    background: #f9f9f9;
  }
  .shop_table.cart.responsive_table tbody tr:nth-child(even), .shop_table.order_details tbody tr:nth-child(even) {
    background: #fff;
  }
  .responsive_table.shop_table.order_details tfoot .bg_color1 td {
    display: block;
    text-align: center !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    padding-left: 0 !important;
    width: 100%;
  }
  .responsive_table.shop_table.order_details tfoot .bg_color1 td:before, .responsive_table.shop_table.order_details tfoot .bg_color1 td:after {
    content: none;
  }
  .responsive_table, .responsive_table tbody, .responsive_table thead, .responsive_table tfoot, .responsive_table th, .responsive_table tr, .responsive_table td {
    display: block;
  }
  table.woocommerce-checkout-review-order-table.table_type_1 tfoot tr:not(.shipping) th, table.order_details tfoot tr:not(.shipping) th, table.woocommerce-checkout-review-order-table.table_type_1 tfoot tr:not(.shipping) td, table.order_details tfoot tr:not(.shipping) td {
    text-align: center !important;
  }
  table.woocommerce-checkout-review-order-table.table_type_1 tfoot tr:not(.shipping) th, table.order_details tfoot tr:not(.shipping) th {
    border-left: none !important;
    border-right: none !important;
  }
  table.woocommerce-checkout-review-order-table.table_type_1 tfoot tr:not(.shipping).order-total td, table.order_details tfoot tr:not(.shipping).order-total td {
    border-top: none;
  }
  table.woocommerce-checkout-review-order-table.table_type_1 tfoot tr:not(.shipping) td, table.order_details tfoot tr:not(.shipping) td {
    padding-left: 19px !important;
  }
  table.woocommerce-checkout-review-order-table.table_type_1 tfoot tr:not(.shipping) td:before, table.order_details tfoot tr:not(.shipping) td:before, table.woocommerce-checkout-review-order-table.table_type_1 tfoot tr:not(.shipping) td:after, table.order_details tfoot tr:not(.shipping) td:after {
    content: none;
  }
  table.woocommerce-checkout-review-order-table.table_type_1 td.product-name, table.order_details td.product-name {
    border-bottom: none;
  }
  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;
  }
  .responsive_table tr td, .responsive_table tr th {
    width: auto !important;
    text-align: left !important;
  }
  .responsive_table td {
    margin-top: 0 !important;
  }
  .responsive_table thead tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .shop_table.responsive_table tbody tr:first-child {
    position: relative;
    top: 0;
    left: 0;
  }
  .responsive_table td {
    position: relative;
    padding-left: 50% !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none;
  }
  .responsive_table td:not([colspan]):after {
    content: "";
    display: block;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    left: 47%;
    top: 0;
    height: 100%;
  }
  .responsive_table td[colspan] {
    width: 100%;
    text-align: center;
    padding: 10px 10px 10px 10px !important;
  }
  .responsive_table tbody td[colspan] {
    display: block;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
  }
  .responsive_table td[colspan]:before {
    display: none;
  }
  .responsive_table.table_type_1.var5 td[colspan] table tr td {
    padding: 0 !important;
  }
  .responsive_table.table_type_1.var5 td[colspan] table tr td .button, .responsive_table.table_type_1.var5 td[colspan] table tr td input {
    margin-top: 10px;
  }
  .table_type_1.var5 tr:last-child td table tr td:last-child {
    text-align: center;
  }
  .responsive_table td[colspan]:after {
    display: none;
  }
  .responsive_table.table_type_1.var5 td[colspan] table tr td {
    width: 100%;
  }
  .responsive_table td[colspan] table tr td:after {
    display: none;
  }
  .responsive_table td[colspan] table tr td:before {
    display: none;
  }
  .responsive_table {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  .responsive_table 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;
  }
  .responsive_table tr:nth-child(2n) {
    background: #f9f9f9;
  }
}
@media screen and (max-width: 767px) {
  .table_type_1.var2 tr th:first-child {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .table_type_1 tr th, .table_type_1 tr td, .table_type_1.horisontal tr th, .table_type_1.horisontal tr td {
    padding: 10px;
  }
  .table_type_1.var2 tr:last-child td .button {
    margin-bottom: 5px;
  }
}
.product-categories li.cat-parent p {
  position: absolute;
  right: 0;
  top: -2px;
  cursor: pointer;
}
.product-categories li.cat-parent p i {
  font-size: 10px;
}
.tabs-full .tabs-sort {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.tabs-full .tabs-sort:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  top: 100%;
  background: #cea35f;
  opacity: 0.2;
}
.tabs-full .tabs-sort .button-group {
  margin-top: 9px;
}
.tabs-full .tabs-sort .button-group button {
  padding: 19px 28px;
  margin-bottom: -3px;
  color: #cea35f;
  position: relative;
  overflow: hidden;
}
.tabs-full .tabs-sort .button-group button span {
  color: #cea35f;
  display: none;
}
.tabs-full .tabs-sort .button-group button.is-checked, .tabs-full .tabs-sort .button-group button:hover {
  color: #fff;
  background: #cea35f;
}
.tabs-full .tabs-sort .button-group button.is-checked:before, .tabs-full .tabs-sort .button-group button:hover:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 0 62px 83px;
  border-color: transparent transparent #fff transparent;
  opacity: 0.1;
}
.f-right .pagination {
  text-align: left;
  margin-top: 50px;
  padding: 0;
}
.desc > p {
  color: #424242;
  line-height: 22px;
}
.yith-woocompare-widget ul.products-list a.remove {
  color: #a1a1a1;
  margin-top: 7px;
  width: 10px;
}
.yith-woocompare-widget ul.products-list a.remove:hover {
  background: none;
  color: #cea35f;
}
.ie-11 .tooltbars .woocommerce-ordering select {
  padding-right: 0;
  width: 150px;
}
.ie-11 .tooltbars .woocommerce-ordering select::after {
  content: none;
}
.ie-11.single-product .entry-summary .product-desc .add-to > *:not(.tooltip):not(.yith-wcqv-button) a {
  line-height: 40px;
}
.ie-11 .quantity > input.qty {
  line-height: 17px;
}
ul.payment_methods {
  list-style: none;
  padding: 0;
}
.cart_totals .wc-proceed-to-checkout .checkout-button {
  padding: 8px 14px;
}
.wishlist_table tbody tr td.product-price {
  width: 16%;
}
.wishlist_table tbody tr td.product-price del {
  margin-right: 10px;
  vertical-align: middle;
}
.product-type-2 .item {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.product-type-2 .owl-carousel .owl-stage-outer .owl-item {
  padding: 15px;
}
.product-type-2 .product-content {
  position: relative;
}
.product-type-2 .product-action.product-action-list {
  display: none;
}
.product-type-2 .product-action .add-to.wishlist-btn {
  top: 109px;
  position: absolute;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.product-type-2 .product-action .add-to.wishlist-btn .add-to-wishlist i:before {
  content: "\e642";
  font-family: "Pe-icon-7-stroke";
  font-size: 24px;
}
.product-type-2 .product-action .add-to {
  position: absolute;
  top: 9px;
  z-index: 7;
  background: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.product-type-2 .product-action .add-to a {
  color: #8e8e8e;
}
.product-type-2 .product-action .add-to a:hover {
  background: none;
  color: #cea35f;
}
.product-type-2 .product-action .add-to a:hover i {
  color: #cea35f;
}
.product-type-2 .product-action .add-to a i {
  padding: 7px;
}
.product-type-2 .product-action .add-to .add_to_compare i:before {
  content: "\e61b";
  font-family: "Pe-icon-7-stroke";
  font-size: 24px;
}
.product-type-2 .product-action .quick-view.add-to {
  top: 59px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.product-type-2 .product-action .quick-view.add-to i:before {
  content: "\e618";
  font-family: "Pe-icon-7-stroke";
  font-size: 24px;
}
.product-type-2 .product-action .add_to_cart_button {
  font-size: 14px;
  height: 40px;
  min-width: 170px;
  padding: 5px 10px;
  text-transform: capitalize;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -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;
  margin-top: 13px;
}
.product-type-2 .product-action .add_to_cart_button:hover {
  font-size: 14px;
}
.product-type-2 .product-action .add_to_cart_button:before {
  content: "\e66e";
  font-size: 24px;
  font-family: "Pe-icon-7-stroke";
}
.product-type-2 .product-desc {
  text-align: center;
}
.product-type-2 .product-desc h3 {
  font-size: 12px;
  letter-spacing: 2px;
}
.product-type-2 .product-desc h3 + .price {
  font-family: Montserrat;
  font-weight: 400;
  margin: 0;
}
.product-type-2 .owl-nav > div {
  color: #d9d9d9;
  font-size: 36px;
  position: absolute;
  top: 50%;
  width: 31px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-type-2 .owl-nav > div:hover {
  color: #cea35f;
}
.product-type-2 .owl-nav > div.owl-prev {
  left: -30px;
}
.product-type-2 .owl-nav > div.owl-next {
  right: -30px;
}
.product-type-2 .product-grid .item {
  padding-top: 7px;
  padding-bottom: 20px;
}
.product-type-2 .product-grid .item:hover {
  -webkit-box-shadow: 0px 0px 5px 5px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 3px #e8e8e8;
  box-shadow: 0px 0px 5px 3px #e8e8e8;
}
.product-type-2 .product-grid .item:hover .product-action .add-to.wishlist-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.product-type-2 .product-grid .item:hover .product-action .quick-view.add-to {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.product-type-2 .product-grid .item:hover .product-action .add-to {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.product-type-2 .product-grid .item:hover .product-action .add_to_cart_button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.product-type-2.prd_type3 .product-action-grid.product-action .add_to_cart_button {
  background: #cea35f;
  margin-top: 16px;
}
.product-type-2.prd_type3 .product-action-grid.product-action .add_to_cart_button:hover {
  background: #000;
}
.product-type-2.prd_type3 .price ins, .product-type-2.prd_type3 .price {
  color: #a1d1dd;
}
.product-type-2.prd_type3 .product-grid .item:hover {
  box-shadow: none;
}
.product-type-2.prd_type3 .product-grid .item {
  padding-top: 12px;
  padding-bottom: 13px;
  border-right: 1px dotted #c6c6c6;
  border-top: 1px dotted #e6e6e6;
  position: relative;
}
.product-type-2.prd_type3 .product-grid .item:nth-child(4n) {
  border-right: 0;
}
.product-type-2.prd_type3 .product-grid .item:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
}
.product-type-2.prd_type3 .product-grid .item .product-desc {
  margin-top: 20px;
}
.product-type-2.prd_type3 .product-grid .item .product-action .add_to_cart_button:before {
  line-height: 23px;
  vertical-align: top;
}
.product-type-2.prd_type3 .product-grid .item .product-action .add_to_cart_button {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 8px;
}
.product-type-2.prd_type3 .product-grid .item .product-img img {
  margin-top: 15px;
}
.product-type-2.prd_type3 .product-action .tooltip.top .tooltip-arrow {
  border-top-color: #cea35f;
}
.product-type-2.prd_type3 .product-action .add-to {
  margin-bottom: 0;
}
.product-type-2.prd_type3 .product-action .quick-view.add-to {
  top: 43px;
}
.product-type-2.prd_type3 .product-action .add-to.wishlist-btn {
  top: 88px;
}
.product-type-2.prd_type3 .product-action .add-to .add_to_compare i:before, .product-type-2.prd_type3 .product-action .quick-view.add-to i:before, .product-type-2.prd_type3 .product-action .quick-view.add-to i:before, .product-type-2.prd_type3 .product-action .add-to.wishlist-btn .add-to-wishlist i:before {
  font-size: 30px;
}
.product-type-2.prd_type3 .product-action .tooltip {
  z-index: 999;
}
.product-type-2.prd_type3 .product-action .add-to {
  top: 0;
}
.product-type-2.prd_type3 .product-grid.col-4 .item:nth-child(4n) {
  border-right: 0;
}
.product-type-2.prd_type3 .product-grid.col-4 .item:nth-child(-n+4) {
  border-top: 0;
}
.product-type-2.prd_type3 .product-grid.col-3 .item:nth-child(3n) {
  border-right: 0;
}
.product-type-2.prd_type3 .product-grid.col-3 .item:nth-child(-n+3) {
  border-top: 0;
}
.product-type-2.prd_type3 .product-grid.col-2 .item:nth-child(2n) {
  border-right: 0;
}
.product-type-2.prd_type3 .product-grid.col-2 .item:nth-child(-n+2) {
  border-top: 0;
}
.product-type-2.prd_type3 .product-desc h3 + .price {
  font-weight: bold;
  font-size: 20px;
  margin-top: -1px;
}
.product-type-2.prd_type3 .product-desc h3 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.product-type-2 .product-isotope {
  margin-left: 0;
  margin-right: 0;
}
.product-type-2.prd_type3 .product-action .add-to, .product-type-2.prd_type3 .product-action .quick-view.add-to, .product-type-2.prd_type3 .product-action .add-to.wishlist-btn {
  right: 0;
}
/*.product-type-2.prd_type3 .product-desc h3 + .price,
 .product-type-2.prd_type3 .product-desc h3{
 -ms-transform: translateY(41px);
 -moz-transform: translateY(41px);
 -webkit-transform: translateY(41px);
 -o-transform: translateY(41px);
 transform: translateY(41px);
 -webkit-transition: all 0.2s ease-in-out 0s;
 -moz-transition: all 0.2s ease-in-out 0s;
 -ms-transition: all 0.2s ease-in-out 0s;
 -o-transition: all 0.2s ease-in-out 0s;
 transition: all 0.2s ease-in-out 0s;    
 }
 .product-type-2.prd_type3 .product-grid .item:hover{
 .product-desc h3 + .price,
 .product-desc h3{
 -ms-transform: translateY(0);
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
 }
 }*/
.product-type-2.prd_type3 .product-action .add-to a:hover i, .product-type-2.prd_type3 .product-action .add-to a:hover {
  color: #cea35f;
}
.scroll-down a {
  position: relative;
}
.scroll-down a:before {
  content: "\e688";
  font-family: Pe-icon-7-stroke;
  font-size: 60px;
  top: 5px;
  left: -20px;
  color: #e5bab8 !important;
  position: absolute;
}
.scroll-down a:hover:before {
  color: #ed747f !important;
}
.product-type-2 .product-action .add-to a:hover .fa-heart {
  color: #cea35f !important;
}
.product-type-4 .product-grid .star-rating {
  float: right;
  font-size: 13px;
  text-align: right;
  margin-right: -6px;
  margin-top: 4px;
  text-indent: -9999px;
  color: transparent;
}
.product-type-4 .product-grid .price {
  float: left;
  font-size: 16px;
}
.product-type-4 .product-grid .product-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #cea35f;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  -moz-transform: scale(1, 0.1);
  -o-transform: scale(1, 0.1);
  -webkit-transform: scale(1, 0.1);
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.product-type-4 .product-grid .product-img .product-action-grid {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 2;
}
.product-type-4 .product-grid .product-desc h3 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 2px;
  font-family: "Open Sans", Arial;
  letter-spacing: -0.4px;
}
.product-type-4 .product-grid .product-action-grid.product-action .add_to_cart_button {
  padding: 8px 17px 4px 16px;
  background: #fff !important;
  max-width: none;
  color: #cea35f;
}
.product-type-4 .product-grid .product-action-grid.product-action .add_to_cart_button:hover {
  background: #cea35f !important;
}
.product-type-4 .product-grid .product-action-grid.product-action .add_to_cart_button:before {
  display: none;
}
.product-type-4 .product-grid .product-action-grid.product-action .add_to_cart_button.loading {
  padding-right: 35px;
}
.product-type-4 .product-grid.product-isotope.col-4 .item .product-desc {
  min-height: 64px;
}
.product-type-4 .product-grid .item:hover .product-img:before {
  opacity: 0.5;
  visibility: visible;
  transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
}
.product-type-4 .product-grid .item:hover .product-img .quick-view, .product-type-4 .product-grid .item:hover .product-img .add-to, .product-type-4 .product-grid .item:hover .product-img .add_to_cart_button {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.product-type-4 .product-grid .item:hover .product-img .quick-view.add-to {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.product-type-4 .product-grid .item:hover .product-img .add-to.wishlist-btn {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product-type-4 .product-grid .item:hover .product-img .add-to {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-type-4 .product-grid .item:hover .product-img .add_to_cart_button {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.franco_dots .slick-dots {
  margin: 0;
  padding: 10px 0;
  padding-top: 0;
}
.franco_dots .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 10px;
  margin-top: -2px;
  padding: 0;
  background: #d2d2d2;
  height: 5px !important;
  width: 20px;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.franco_dots .slick-dots li.slick-active {
  width: 40px;
  background: #cea35f;
}
.franco_dots .slick-dots li .ultsl-stop:before {
  content: "";
}
.product-type-5 {
  margin: 0 -15px;
}
.product-type-5 .bg-title {
  background-position: center 28px;
}
.product-type-5 .product-isotope {
  margin-left: 0;
  margin-right: 0;
}
.product-type-5 .star-rating {
  margin-top: 0;
}
.product-type-5 .product-loadmore.text-center {
  padding-top: 50px;
}
.product-type-5 .product-loadmore a.btn {
  max-width: 200px;
  border-radius: 25px;
}
.product-type-5 .product-isotope .item {
  padding-top: 50px;
}
.product-type-5 .franco-heading h1:before, .product-type-5 .franco-heading h2:before, .product-type-5 .franco-heading h3:before, .product-type-5 .franco-heading h4:before, .product-type-5 .franco-heading h5:before, .product-type-5 .franco-heading h6:before {
  content: none;
}
.product-type-5 .products {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.product-type-5 .product-desc {
  text-align: center;
  margin-top: 0;
  background: #fff;
  padding: 18px 20px 19px;
}
.product-type-5 .product-desc h3 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
.product-type-5 .product-category {
  font-size: 12px;
  font-weight: 300;
  margin-top: -5px;
  font-family: Montserrat;
  color: #ababab;
  text-transform: capitalize;
}
.product-type-5 .product-category a {
  color: #ababab;
}
.product-type-5 .product-category a:hover {
  color: #cea35f;
}
.product-type-5 .product-action {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.product-type-5 .product-action .tooltip {
  display: none !important;
}
.product-type-5 .product-action .add_to_cart_button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #cea35f;
  position: relative;
  text-indent: -999em;
}
.product-type-5 .product-action .add_to_cart_button:before {
  content: "\f290";
  font-family: FontAwesome;
  text-indent: 0em;
  font-size: 20px;
  position: absolute;
  top: 0;
  height: 50px;
  left: 0;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
.product-type-5 .product-action .add_to_cart_button:hover {
  color: #fff !important;
  background: #cea35f;
}
.product-type-5 .product-action .add-to {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 5px;
}
.product-type-5 .product-action .add-to.quick-view {
  display: none;
}
.product-type-5 .product-action .add-to a {
  color: #cea35f;
  font-size: 20px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.product-type-5 .product-action .add-to a i {
  padding: 0;
  margin-right: 0;
}
.product-type-5 .product-action .add-to a:hover {
  background: #cea35f;
  color: #fff;
}
.product-type-5 .product-action .add-to .add_to_compare i:before {
  content: "\e61b";
  font-family: "Pe-icon-7-stroke";
  font-size: 24px;
  line-height: 50px;
}
.product-type-5 .add_to_compare.compare.button.added {
  line-height: 36px;
  text-align: center;
}
.product-type-5 .add_to_compare.compare.button.added:hover:before {
  color: #fff;
}
.product-type-5 .price {
  font-size: 14px;
  color: #cea35f;
  font-family: Montserrat;
  font-weight: 300;
}
.product-type-5 .product-img .quick-view, .product-type-5 .product-img .add-to, .product-type-5 .product-img .add_to_cart_button {
  opacity: 1;
  visibility: visible;
}
.product-type-5 .product-image-hover {
  display: block;
  position: relative;
}
.product-type-5 .product-image-hover:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.product-type-5 .product-img:hover .product-image-hover:before {
  opacity: 1;
  transition: all 0.3s ease-in-out 0;
  -ms-transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  -webkit-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
}
.product-type-5 .product-img:hover .product-action {
  opacity: 1;
}
.list_prd_slide.list_prd_slide_2 .product-slide .franco-heading {
  margin-bottom: 16px;
}
.list_prd_slide.list_prd_slide_2 .product-slide .controls-custom .owl-nav {
  top: -118px;
}
.product-home.product-type-4 .product-isotope .item {
  padding: 23px 15px 0;
}
.product_hm .franco-heading {
  margin-bottom: -1px;
}
.product-type-4 .product-isotope {
  margin: 0 auto;
}
.product-slide.product-slide-3 .product-desc .star-rating {
  display: none;
}
.product-slide.product-slide-3 .product-desc > h3 {
  margin-top: -2px;
  font-family: "Open Sans", Arial;
  font-weight: 300;
  margin-bottom: 5px;
}
.product-slide.product-slide-3 .product-action .tooltip {
  top: 6px !important;
}
.product-slide.product-slide-3 .franco-heading h3 {
  font-size: 24px;
}
.product-slide.product-slide-3 .product-slide .product-img {
  margin-right: 21px;
}
.product-slide.product-slide-3 .item .add_to_cart_button {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 51px !important;
  max-width: none !important;
  background: none !important;
  border: 1px solid #d7d7d7;
  margin-left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-slide.product-slide-3 .item .add_to_cart_button:before {
  text-indent: 2px !important;
  padding-right: 0 !important;
  color: #c0bfbf !important;
}
.product-slide.product-slide-3 .item .add_to_cart_button:hover {
  background: #cea35f !important;
}
.product-slide.product-slide-3 .item .add_to_cart_button:hover:before {
  color: #fff !important;
}
.list_prd_slide .product-slide .controls-custom .owl-nav {
  top: -126px;
}
.list_prd_slide .product-slide .controls-custom .owl-nav .owl-prev {
  margin: 3px 0 0 2px;
}
.list_prd_slide .product-slide .controls-custom .owl-nav .owl-next {
  margin: -10px -2px 0 0;
}
.col-md-9.left-sidebar .prd_pading_left {
  padding-left: 15px;
}
.products-tab {
  margin: 0 -15px;
}
.products-tab .product-content {
  margin-bottom: 35px;
  overflow: hidden;
}
.products-tab .item {
  padding: 0 15px;
}
.products-tab .product-name {
  display: block;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.products-tab .posted_in {
  color: #a9a9a9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.products-tab .posted_in a {
  color: #a9a9a9;
  text-transform: uppercase;
  font-family: Roboto Condensed;
  font-weight: 700;
}
.products-tab .posted_in a:hover {
  color: #cea35f;
}
.products-tab .product-content:hover .product-img:before {
  opacity: 0.9;
}
.products-tab .product-img:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  opacity: 0;
  z-index: 1;
  background: -moz-linear-gradient(90deg, #a1d1dd 0%, #cea35f 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cea35f), color-stop(100%, #a1d1dd));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #a1d1dd 0%, #cea35f 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #a1d1dd 0%, #cea35f 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #a1d1dd 0%, #cea35f 100%);
  /* ie10+ */
  background: linear-gradient(0deg, #a1d1dd 0%, #cea35f 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary_color', endColorstr='$highlight_color',GradientType=0);
  /* ie6-9 */
}
.products-tab .product-img .product-action-grid {
  bottom: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-tab .product-img .add-to, .products-tab .product-img .add_to_cart_button {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.products-tab .product-img .quick-view {
  position: absolute;
  right: -75px;
  top: 0;
}
.products-tab .product-img .wishlist-btn {
  position: absolute;
  left: -75px;
  top: 0;
}
.products-tab .product-img .add-to {
  display: none;
}
.products-tab .product-img .add-to.wishlist-btn, .products-tab .product-img .add-to.quick-view {
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 11px;
  text-align: center;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.products-tab .product-img .add-to.wishlist-btn i, .products-tab .product-img .add-to.quick-view i {
  padding: 0;
  margin: 0;
}
.products-tab .product-img .product-action .add-to a {
  color: #fff;
  position: static;
  font-size: 16px;
}
.products-tab .product-img .product-action .add-to a:hover {
  background: none;
}
.products-tab .product-img .product-action .add_to_cart_button {
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff !important;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  max-width: 180px;
  padding: 12px;
  text-transform: uppercase;
}
.products-tab .product-img .product-action .add_to_cart_button::before {
  content: "\f291";
}
.products-tab .product-img .product-action .add_to_cart_button:hover {
  font-size: 16px;
  border-color: #cea35f;
  background: #cea35f;
}
.products-tab .price span {
  font-family: Roboto Condensed;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.box-resize .uvc-sub-heading > p {
  margin: 0;
}
.product-list.col-1 .item {
  width: 100%;
}
.featured-product.product-list {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.featured-product.product-list .item:last-child .product-content {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.featured-product.product-list .product-content {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
}
.featured-product.product-list .product-content .desc {
  display: none;
}
.featured-product.product-list .product-content .product-action {
  display: none;
}
.featured-product.product-list .product-content .product-desc {
  overflow: hidden;
}
.featured-product.product-list .product-content .product-name {
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: normal;
  white-space: nowrap;
  display: block;
}
.featured-product.product-list .product-content .posted_in {
  color: #a9a9a9;
}
.featured-product.product-list .product-content .posted_in a {
  font-family: Roboto Condensed;
  font-size: 14px;
  font-weight: 700;
  color: #a9a9a9;
  text-transform: uppercase;
}
.featured-product.product-list .product-content .posted_in a:hover {
  color: #cea35f;
}
.featured-product.product-list .product-content .price {
  font-family: Roboto Condensed;
}
.tax-product_cat .main-2 .type-3 {
  margin: 0;
}
.main-2 .type-3 .container {
  width: 100%;
  padding: 0;
}
.main-2 .type-3 .container .breadcrumb {
  padding-left: 30px;
  padding-right: 30px;
}
.side-breadcrumb + .prd_cat_banner {
  margin-top: -60px;
}
.prd_cat_banner {
  margin-bottom: 50px;
}
.tax-product_cat .main-2 .vc_col-md-3, .main-2 .tax-product_cat .vc_col-md-3 {
  background: #fff none repeat scroll 0 0;
  margin-top: -165px;
  padding: 45px 20px 0 30px;
}
.tax-product_cat .main-2 .active-sidebar, .main-2 .tax-product_cat .active-sidebar {
  background: #fff none repeat scroll 0 0;
  margin-top: -165px;
  padding: 45px 35px 0 45px;
}
.title-cat {
  background-image: url("../images/bg-title-18.png");
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: -30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-top: 30px;
}
.title-cat h2 {
  font-family: Roboto Condensed;
  font-weight: 700;
  text-transform: uppercase;
}
.title-cat .term-description > p {
  font-size: 24px;
  font-weight: 700;
  color: #cea35f;
  font-family: Roboto Condensed;
  text-transform: uppercase;
}
.shop-by {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 27px;
}
.shop-by::before {
  background: #cea35f;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 20px;
}
.ult_tabcontent {
  height: 100% !important;
}
.shop_attributes th {
  text-transform: uppercase;
}
.main-2 {
  font-family: Roboto Condensed;
}
.main-2 .shop-by {
  font-family: Roboto Condensed;
}
.main-2 .widget .widget-title {
  opacity: 0.5;
  padding: 0;
  font-family: Roboto Condensed;
}
.main-2 .widget .widget-title:before {
  content: none;
}
.main-2 .widget_layered_nav li a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto Condensed;
}
.main-2 .widget_layered_nav li .count {
  color: #868686;
}
.main-2 .widget_product_categories > ul > li > a, .main-2 .widget_franco_brands > ul > li > a, .main-2 .widget_pages > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-2 .widget_product_categories li a {
  font-weight: 700;
  text-transform: uppercase;
}
.main-2 .list_empty {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
}
.main-2 .yith-woocompare-widget .compare, .main-2 .yith-woocompare-widget a.clear-all {
  font-size: 14px;
  font-family: Roboto Condensed;
}
.main-2 .price_slider_amount .button {
  font-size: 14px;
  font-weight: 700;
}
.main-2 .widget_price_filter .price_slider_amount .price_label span, .main-2 .widget_price_filter .price_slider_amount .price_label {
  font-size: 14px;
}
.main-2 .widget_categories > ul > li:first-child p, .main-2 .widget_product_categories > ul > li:first-child p {
  top: 4px;
}
.main-2 .widget_categories > ul > li:first-child, .main-2 .widget_product_categories > ul > li:first-child, .main-2 .widget_franco_brands > ul > li:first-child {
  border-top: 1px solid #ebebeb;
  padding-top: 7px;
}
.main-2 .widget_categories > ul > li:last-child, .main-2 .widget_product_categories > ul > li:last-child, .main-2 .widget_franco_brands > ul > li:last-child {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
}
.main-2 .widget_price_filter .ui-slider .ui-slider-range {
  background: #676767 none repeat scroll 0 0;
}
.main-2 .prdctfltr_filter_title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.main-2 .woocommerce-ordering, .main-2 .select-tooltbars label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.main-2 .select-tooltbars label {
  font-size: 16px;
  text-transform: uppercase;
}
.main-2 .woocommerce-ordering select {
  font-size: 16px;
  font-weight: 700;
  color: #cea35f;
  border: none;
  font-family: Roboto Condensed;
  text-transform: uppercase;
}
.main-2 .woo-select {
  text-align: right;
  padding-top: 70px;
}
.main-2 .border-bottom {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}
.product_archives .products-tab {
  margin-left: 0;
  margin-right: 0;
}
.container .products-tab .product-img .wishlist-btn {
  left: -50px;
}
.container .products-tab .product-img .quick-view {
  right: -50px;
}
.single-product .single_prd_style4 {
  margin-bottom: 30px;
  margin-top: 20px;
}
.single-product .single_prd_style4 .nav-tabs > li > a {
  font-family: Roboto Condensed;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 25px 15px;
}
.single-product .single_prd_style4 .entry-summary .product-desc h3 {
  font-family: Roboto Condensed;
  font-size: 36px;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product .single_prd_style4 table.variations a.reset_variations {
  width: auto;
  display: block !important;
}
.single-product .single_prd_style4 .entry-summary .product-desc .add-to {
  padding-left: 10px;
}
.single-product .single_prd_style4 .entry-summary .product-desc .add-to .add-to-compare {
  display: none;
}
.single-product .single_prd_style4 .entry-summary .product-desc .add-to > *:hover:not(.tooltip):not(.yith-wcqv-button) i {
  color: #cea35f !important;
}
.single-product .single_prd_style4 .entry-summary .product-desc .add-to > *:not(.tooltip):not(.yith-wcqv-button) {
  background: none;
  color: #9c9c9c;
}
.single-product .single_prd_style4 .entry-summary .product-desc .add-to > *:not(.tooltip):not(.yith-wcqv-button) i {
  color: #9c9c9c;
  margin-right: 0;
}
.cat_product {
  color: #a9a9a9;
  padding-bottom: 8px;
}
.cat_product a {
  color: #a9a9a9;
  font-weight: 700;
  text-transform: uppercase;
}
.cat_product a:hover {
  color: #cea35f;
}
.single_prd_style4 .availability > span, .single_prd_style4 .product_meta span, .single_prd_style4 .entry-summary .woocommerce-review-link, .single_prd_style4 .description p, .single_prd_style4 .tab-content p {
  font-family: Lato;
  font-size: 16px;
}
.single_prd_style4 .availability > span {
  font-weight: 700;
}
.single_prd_style4 .availability > span.stock {
  font-weight: 300;
}
.single_prd_style4 .product_meta span {
  font-weight: 700;
}
.single_prd_style4 .product_meta span span {
  font-weight: 300;
}
.single_prd_style4 .description p {
  font-weight: 300;
}
.single_prd_style4 .tab-content p {
  color: #424242;
  font-weight: 300;
}
.single_prd_style4 .attribute_name > label, .single_prd_style4 label.qty {
  color: #1b242b;
  font-weight: 700;
  text-transform: uppercase;
}
.single_prd_style4 .variations {
  margin: 0 -15px;
}
.single_prd_style4 .variations tr {
  width: 50%;
  float: left;
  display: block;
  position: relative;
}
.single_prd_style4 .variations tr td {
  width: 100%;
  display: block;
  padding: 0 15px;
}
.single_prd_style4 .variations tr td.label {
  text-align: left;
  text-transform: uppercase;
}
.single_prd_style4 .variations tr td.label .swatchtitlelabel {
  margin-bottom: 10px;
  padding-left: 15px;
  display: block;
}
.single_prd_style4 .variations tr td.value .reset_variations {
  border-radius: 3px;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 20px;
  text-transform: uppercase;
}
.single_prd_style4 .variations tr td select {
  max-width: 100%;
  width: 100%;
}
.single_prd_style4 .product-desc .cart-btn.button {
  border-radius: 3px;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 20px;
  text-transform: uppercase;
}
.single_prd_style4 .quantity > .qty-number {
  height: 50px;
  padding-top: 14px;
}
.single_prd_style4 .quantity > input.qty {
  height: 50px;
}
.single_prd_style4 .bx-viewport li a {
  display: block;
  position: relative;
}
.single_prd_style4 .bx-viewport li a.zoomGalleryActive:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #ddd;
}
.single_prd_style4 .prd_pading_left {
  padding-left: 70px;
}
.main-2 .also-like {
  margin-bottom: 0;
}
.main-2 .also-like .products-tab .product-content {
  margin-bottom: 0;
}
.sale-of {
  background: #cea35f;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 11px;
  position: absolute;
  right: -23px;
  top: 77px;
}
.sale-of p {
  position: relative;
  z-index: 1;
}
.sale-of p br {
  display: block;
}
.sale-of::before {
  border-color: #cea35f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-radius: 0;
  border-style: solid;
  border-width: 35px 35px 0;
  content: "";
  height: 0;
  position: absolute;
  right: -35px;
  top: 0;
  width: 0;
  z-index: 0;
}
.sale-of::after {
  border-color: transparent transparent #cea35f;
  border-radius: 0;
  border-style: solid;
  border-width: 0 35px 35px 35px;
  content: "";
  height: 0;
  position: absolute;
  right: -35px;
  bottom: 0;
  width: 0;
  z-index: 0;
}
.box-resize .ult-content-box > .wpb_text_column:first-child {
  margin: 0;
}
.icon-tab .ult_tab_li.current {
  position: relative;
}
.icon-tab .ult_tab_li.current a:before {
  content: "\f175";
  font-size: 16px;
  left: 50%;
  position: absolute;
  bottom: -15px;
  font-family: FontAwesome;
}
.icon-tab .ult_tabmenu.style1, .icon-tab .ult_tabmenu.style1 li.ult_tab_li {
  overflow: visible;
}
.deal-desc {
  color: #535353;
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
}
.main-2 .price, .main-2 .star-rating {
  margin-top: -3px;
}
.col-4 .product-category {
  width: calc(100% / 4);
  float: left;
  display: inline-block;
  padding: 0 15px;
}
.col-4 .product-category h2 {
  font-size: 20px;
  padding: 15px 0 25px;
}
.col-4 .product-category h2 mark.count {
  background: none;
}
.single-product .main-images img.zoomImg {
  cursor: crosshair;
}
@media (max-width: 568px) {
  .col-4 .product-category {
    width: calc(100% / 2);
  }
}
@media (max-width: 479px) {
  .col-4 .product-category {
    width: 100%;
  }
}
.product-isotope.product-filter .item .product-desc {
  min-height: 100%;
}
.product-isotope.product-filter .product-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 412px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-filter .product-slide h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .product-filter.col-4 .item {
    width: 33.33333%;
  }
  .product-filter .product-slide h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .product-filter.col-4 .item {
    width: 50%;
  }
}
.product-category.product {
  margin-bottom: 15px;
}
.woocommerce-loop-category__title {
  font-size: 16px;
  padding: 10px 0;
}
.woocommerce-loop-category__title .count {
  background: none;
}
.product-category.product {
  float: left;
  padding: 0 15px;
}
.product-category.product {
  width: 100%;
}
@media (max-width: 375px) {
  .product-category.product {
    width: 50%;
  }
  .product-category.product:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 640px) {
  .product-category.product {
    width: 33.3333%;
  }
  .product-category.product:nth-child(3n+1) {
    clear: left;
  }
}
.cart_item .image_thumbnail {
  width: 100px;
}
.added_to_cart.wc-forward {
  display: none;
}
/*===================================
 3.11 Testimonial
 ===================================*/
.bg-opacity .upb_row_bg {
  opacity: 0.1;
}
.testimonial-container .owl-dots, .brands-container .owl-dots {
  display: none;
}
.testimonial-container .owl-nav > div, .brands-container .owl-nav > div {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonial-container .owl-nav > div i, .brands-container .owl-nav > div i {
  display: none;
}
.testimonial-container .owl-nav > div:hover:before, .brands-container .owl-nav > div:hover:before {
  color: #a884d4;
}
.testimonial-container .owl-nav > div:before, .brands-container .owl-nav > div:before {
  position: absolute;
  font-family: Pe-icon-7-stroke;
  font-size: 36px;
  color: #d9d9d9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: right;
}
.testimonial-container .owl-nav .owl-prev, .brands-container .owl-nav .owl-prev {
  left: 40px;
}
.testimonial-container .owl-nav .owl-prev:before, .brands-container .owl-nav .owl-prev:before {
  content: "\e6a2";
}
.testimonial-container .owl-nav .owl-next, .brands-container .owl-nav .owl-next {
  right: 40px;
}
.testimonial-container .owl-nav .owl-next:before, .brands-container .owl-nav .owl-next:before {
  content: "\e699";
}
.testimonial_style2 {
  padding-left: 3px;
}
.testimonial_style2 .owl-nav {
  display: none;
}
.testimonial_style2 .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #d2d2d2;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial_style2 .owl-dot.active, .testimonial_style2 .owl-dot:hover {
  background: #cea35f;
}
.testimonial_style2 .testimonial-content {
  padding: 40px 0 22px;
  text-align: left;
  width: 100%;
  position: relative;
}
.testimonial_style2 .testimonial-content:before, .testimonial_style2 .testimonial-content:after {
  display: none;
}
.testimonial_style2 .testimonial-content p {
  font-style: normal;
}
.testimonial_style2 .testimonial-content .profile-name {
  color: #424242;
  display: inline-block;
  font-family: "Open Sans";
  font-weight: bold;
  padding-top: 9px;
}
.testimonial_style2 .testimonial-content .profile-name:before {
  display: none;
}
.testimonial-content {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  margin: 0 auto;
  padding: 44px 45px 45px;
  text-align: center;
  width: 946px;
  position: relative;
}
.testimonial-content::before {
  color: #424242;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 40px;
  left: 50%;
  opacity: 0.1;
  position: absolute;
  top: 36px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial-content::after {
  background: #a884d4 none repeat scroll 0 0;
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.testimonial-content p {
  color: #424242;
  font-style: italic;
  line-height: 22px;
}
.testimonial-content .profile-name {
  color: #000;
  display: inline-block;
  font-family: Montserrat;
  font-size: 16px;
  padding-top: 11px;
  position: relative;
}
.testimonial-content .profile-name::before {
  content: "- - -";
  font-family: Droid Serif;
  left: 50%;
  color: #828282;
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.brands-container .owl-nav .owl-prev {
  left: -45px;
}
.brands-container .owl-nav .owl-next {
  right: -45px;
}
.own-carousel .brands-content {
  padding: 0 15px;
}
.member-content {
  text-align: center;
}
.img-member {
  background: #e9e9e9 none repeat scroll 0 0;
  position: relative;
  cursor: pointer;
}
.img-member:before {
  position: absolute;
  content: "";
  background: #cea35f;
  left: 28px;
  right: 28px;
  top: 0;
  bottom: 28px;
  z-index: -1;
}
.img-member:hover {
  background: #6d7685;
}
.img-member:hover:before {
  top: -28px;
}
.member-desc {
  margin-top: 26px;
}
.member-desc .profile-name h5 {
  font-size: 14px;
  color: #424242;
  text-transform: uppercase;
  font-weight: normal;
}
.member-desc .mail-member {
  margin-top: 3px;
  margin-bottom: -4px;
}
.member-desc .mail-member a {
  color: #b0b0b0;
  font-style: italic;
}
.member-desc .mail-member a:hover {
  color: #cea35f;
}
.testimonial_style4 .testimonial-content {
  text-align: right;
  width: auto;
  padding: 44px 0px 100px;
}
.testimonial_style4 .testimonial-content:before {
  left: auto;
  right: 0;
}
.testimonial_style4 .testimonial-content:after {
  display: none;
}
.testimonial_style4 .testimonial-content .profile-name::before {
  left: auto;
  right: -10px;
}
.testimonial_style4 .testimonial-container .owl-nav > div {
  top: auto;
  bottom: 0;
}
.testimonial_style4 .testimonial-container .owl-nav .owl-prev {
  right: 67px;
  left: auto;
}
.testimonial_style4 .testimonial-container .owl-nav .owl-next {
  right: 23px;
}
.testimonial_style3 {
  padding-bottom: 112px;
}
.testimonial_style3 .testimonial-content {
  border-radius: 0;
  max-width: 740px;
  padding: 0;
}
.testimonial_style3 .testimonial-content:after {
  content: none;
}
.testimonial_style3 .testimonial-content p {
  color: #000;
  font-family: PlayfairDisplay-Italic;
  font-size: 20px;
  line-height: 25px;
}
.testimonial_style3 .testimonial-content .profile-name {
  color: #d6d6d6;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
.testimonial_style3 .testimonial-content .profile-name::before {
  content: none;
}
.testimonial_style3 .testimonial-content .profile-name:after {
  background: #000 none repeat scroll 0 0;
  bottom: -52px;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  width: 1px;
}
.testimonial_style3 .img-tes {
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 77px;
  position: relative;
  width: 100px;
}
.testimonial_style3 .img-tes::before {
  background: #000 none repeat scroll 0 0;
  bottom: -55px;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  width: 1px;
}
.testimonial_style3 .img-tes img {
  border-radius: 50%;
}
.testimonial-style4 .testimonial-content {
  text-align: center;
  padding: 48px 0 0;
  width: 100%;
}
.testimonial-style4 .testimonial-content:before {
  top: 20px;
}
.testimonial-style4 .testimonial-content:after {
  content: none;
}
.testimonial-style4 .testimonial-content .profile-name::before {
  left: 0;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.testimonial-style4 .testimonial-desc {
  margin: 0 auto;
  max-width: 90%;
}
.testimonial-style4 .testimonial-desc > p {
  color: #424242;
  font-style: italic;
}
.testimonial-style4 .author-thumbnail {
  padding-top: 25px;
}
.testimonial-style4 .author-thumbnail img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  cursor: pointer;
}
.testimonial-style4 .profile-thumbnail.owl-carousel .owl-stage {
  margin: 0 auto;
}
.title-border-after {
  padding-top: 100px;
}
.title-border-after.title-custom {
  padding-top: 105px;
}
.title-border-after.title-custom .franco-heading:after {
  bottom: -28px;
}
.title-border-after .franco-heading {
  position: relative;
}
.title-border-after .franco-heading:after {
  content: '';
  background: #a1d1dd;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100px;
  bottom: -13px;
  margin: 0 auto;
}
.profile-thumbnail {
  margin: 0 auto;
  width: 400px;
}
.profile-thumbnail .owl-item {
  display: inline-block;
  float: none;
}
.review-star .review-result-wrapper {
  position: relative;
  display: inline-block;
  color: #ebebeb;
}
.review-star .review-result-wrapper .review-result {
  color: #f8ba04;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.testimonial_style5 .testimonial-content {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 33px 0 0;
  text-align: left;
  width: 100%;
}
.testimonial_style5 .testimonial-content::before {
  color: #fff;
  content: "“";
  font-family: Roboto Condensed;
  font-size: 80px;
  font-weight: 700;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.testimonial_style5 .testimonial-content:after {
  content: none;
}
.testimonial_style5 p {
  color: #fff;
  font-size: 16px;
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  padding-right: 90px;
  margin-bottom: 14px;
  margin-bottom: 17px;
}
.testimonial_style5 .testimonial-desc {
  border-left: 1px solid #fff;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: -5px;
}
.testimonial_style5 .profile-name {
  color: #fff;
  padding: 0;
  line-height: 100%;
  font-family: Roboto Condensed;
  font-weight: 700;
}
.testimonial_style5 .profile-name::before {
  content: none;
}
.testimonial-container .testimonial_style5 .owl-nav .owl-next {
  right: 0;
  top: -70px;
  opacity: 0.1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.testimonial-container .testimonial_style5 .owl-nav .owl-next:hover {
  color: #cea35f;
  opacity: 1;
}
.testimonial-container .testimonial_style5 .owl-nav .owl-next:before {
  content: "\e685";
}
.testimonial-container .testimonial_style5 .owl-nav .owl-prev {
  right: 40px;
  left: auto;
  top: -70px;
  opacity: 0.1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.testimonial-container .testimonial_style5 .owl-nav .owl-prev:hover {
  color: #cea35f;
  opacity: 1;
}
.testimonial-container .testimonial_style5 .owl-nav .owl-prev:before {
  content: "\e687";
}
.vc_custom_heading.title-tes {
  position: relative;
  text-transform: uppercase;
}
.vc_custom_heading.title-tes::before {
  background: #cea35f;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 230px;
}
.testimonial_style6 .owl-controls {
  text-align: center;
}
.testimonial_style6 .owl-controls .owl-nav {
  display: none;
}
.testimonial_style6 .owl-controls .owl-dot {
  background: #d7d7d7 none repeat scroll 0 0;
  border-radius: 3px;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
}
.testimonial_style6 .owl-controls .owl-dot.active, .testimonial_style6 .owl-controls .owl-dot:hover {
  background: #cea35f none repeat scroll 0 0;
}
.testimonial_style6 .owl-controls .owl-dot.active::before, .testimonial_style6 .owl-controls .owl-dot:hover::before {
  border: 1px solid #cea35f;
  content: "";
  height: 16px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 16px;
  border-radius: 3px;
}
.testimonial-slide {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  padding-top: 68px;
  padding-bottom: 47px;
}
.testimonial-slide::before {
  color: #cea35f;
  content: "“";
  font-family: DryBrush;
  font-size: 220px;
  left: 50%;
  position: absolute;
  top: 63%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial-slide p {
  color: #fff;
  font-family: Open Sans;
  font-weight: 300;
  position: relative;
}
.testimonial-slide .profile-name {
  color: #cea35f;
  font-weight: 700;
}
.testimonial-slide .occupation {
  color: #8e8d8d;
  line-height: normal;
  font-family: Montserrat-Light;
}
/*===================================
 3.12 Contact
 ===================================*/
.page-contact-us .side-breadcrumb {
  margin-bottom: 0;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap.your-message textarea {
  height: 176px;
  min-height: 100%;
}
.wpcf7-form .submit-form {
  text-align: center;
}
.wpcf7-form .ajax-loader {
  position: absolute;
  right: -30px;
  top: 13px;
}
.wpcf7-form .form-row.form-row-last {
  padding-top: 5px;
}
.wpcf7-form .comment-submit .btn {
  margin-top: 0;
}
.wpcf7-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
}
.contact-info {
  padding-bottom: 6px;
  text-align: center;
}
.contact-info h5 {
  font-family: Open Sans;
  line-height: normal;
  margin-bottom: 4px;
}
.contact-info > p, .contact-info a {
  color: #828282;
}
span.wpcf7-not-valid-tip {
  display: none;
}
.form-row .wpcf7-validates-as-required.wpcf7-not-valid {
  border-bottom: 1px solid #f00;
}
div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
/*===================================
 3.13 Fullpage
 ===================================*/
html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*Avoid flicker on slides transitions for mobile phones #336 */
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  height: 20px;
  width: 20px;
  margin-bottom: 11px;
  position: relative;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  float: left;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
  background: #cea35f;
  opacity: 1;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  border: 0;
  background: #000;
  opacity: 0.1;
  left: 0;
  top: 0;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  background: #cea35f;
  opacity: 1;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 38px;
}
#fp-nav.left {
  left: 38px;
}
#fp-nav ul li .fp-tooltip {
  color: #fff;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
  padding: 0 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  background: #cea35f;
  border-radius: 30px;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li:hover .fp-tooltip {
  opacity: 1;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
.fp-slidesNav ul li {
  display: inline-block;
}
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
/*===================================
 3.14 Coming Soon
 ===================================*/
.page-coming-soon {
  position: relative;
}
.coming-soon-container .coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 56px;
}
.coming-soon-container .coming-soon .title-behind {
  font-size: 80px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  text-align: center;
  width: 100%;
  top: -22px;
  margin-left: -27px;
}
.coming-soon-container .coming-soon h1 {
  text-transform: uppercase;
  margin-bottom: 29px;
  font-family: Montserrat;
  color: #000;
  font-size: 36px;
  border-bottom: none;
  margin-top: 4px;
  font-weight: bold;
  padding-bottom: 0;
  line-height: 100%;
}
.coming-soon-container .coming-soon p {
  color: #010101;
  max-width: 650px;
  margin: 0 auto !important;
  line-height: 22px !important;
}
.coming-soon-container .coming-soon .mc4wp-form {
  position: relative;
  max-width: 460px;
  text-align: left;
  margin: 0 auto;
  margin-top: 25px;
}
.coming-soon-container .coming-soon .mc4wp-form input[type="email"] {
  width: calc(100% - 180px);
  text-align: left;
  height: 40px;
  background: none;
  color: #010101;
}
.coming-soon-container .coming-soon .mc4wp-form .mc4wp-form-fields [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #cea35f;
  font-size: 14px;
  height: 40px;
  padding: 5px 42px 7px 37px;
  text-transform: capitalize;
}
.coming-soon-container .coming-soon .mc4wp-form .mc4wp-form-fields [type="submit"] i {
  font-size: 20.6px;
  vertical-align: middle;
  margin-right: 7px;
}
.coming-soon-container .coming-soon .mc4wp-form .mc4wp-form-fields [type="submit"]:hover {
  color: #fff;
}
.coming-soon-container .coming-menu {
  text-align: left;
  margin-top: -11px;
  padding-left: 0;
}
.coming-soon-container .coming-menu .mega-menu > li > a {
  letter-spacing: 1px;
}
.coming-soon-container .mc4wp-form .mc4wp-response {
  margin-top: 15px;
  padding-left: 10px;
}
.coming-soon-container .coming-sub {
  margin-bottom: -2px;
}
#error-page {
  margin-top: 0px;
  margin: 0 !important;
  padding: 0;
  max-width: none;
}
.social_list ul li {
  display: inline-block;
  margin-left: 30px;
}
.social_list ul li a {
  color: #000;
}
.social_list ul li a:hover {
  color: #cea35f;
}
.coming-timer {
  display: inline-block;
  position: relative;
  padding: 6px 46px 6px 43px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 29px;
}
.coming-timer span {
  font-size: 30px;
  font-family: Montserrat;
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
  display: block;
}
.coming-timer:last-child {
  border-right: none;
}
.coming_heading {
  padding-top: 18px;
}
.coming_heading .social_list {
  padding-top: 20px;
  text-align: right;
  padding-right: 8px;
}
.btn-open-social {
  position: absolute;
  top: -69px;
  background: none;
  right: 0;
  color: #000;
  border: none;
  font-size: 20px;
  padding: 23px 20px 28px;
}
.main-3 .vc_sep_width_10 {
  max-width: 50px;
}
.main-3 .ult_tabs .ult_tabmenu.style1 {
  border: medium none;
}
.main-3 .ult_tabs .ult_tabmenu.style1 li {
  margin: 0 10px;
}
.main-3 .ult_tabs .ult_tabmenu.style1 li a {
  position: relative;
}
.main-3 .ult_tabs .ult_tabmenu.style1 li a span {
  display: inline-block;
  width: 100%;
}
.main-3 .ult_tabs .ult_tabmenu.style1 li a:hover:before, .main-3 .ult_tabs .ult_tabmenu.style1 li.current a:hover:before {
  width: 100%;
}
.main-3 .ult_tabs .ult_tabmenu.style1 li a:hover:after, .main-3 .ult_tabs .ult_tabmenu.style1 li.current a:hover:after {
  opacity: 1;
  top: 6px;
}
.main-3 .ult_tabs .ult_tabmenu.style1 li a:after, .main-3 .ult_tabs .ult_tabmenu.style1 li.current a:after {
  position: absolute;
  content: "Franco";
  left: 50%;
  letter-spacing: 1.5px;
  opacity: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  top: 0;
  color: #cea35f;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.main-3 .ult_tabs .ult_tabmenu.style1 li a:before, .main-3 .ult_tabs .ult_tabmenu.style1 li.current a:before {
  position: absolute;
  content: "";
  top: 47px;
  left: 50%;
  height: 1px;
  width: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #cea35f;
}
.main-3 .ult_tabs .ult_tabmenu.style1 li.current a:before {
  width: 100%;
}
.main-3 .ult_tabs .ult_tabmenu.style1 li.current a:after {
  opacity: 1;
  top: 6px;
}
.main-3 .product-img a.product-image-hover {
  display: block;
}
.main-3 .product-img .product-action-grid {
  z-index: 2;
}
.main-3 .product-desc .product-name {
  color: #444;
  font-family: Montserrat-Light;
}
.main-3 .product-desc .star-rating {
  display: none;
}
.main-3 .product-desc .price {
  font-family: Montserrat-Light;
  margin-top: 6px;
  font-weight: normal;
}
.main-3 .product-desc .price span {
  font-size: 24px;
  font-family: Montserrat-Light;
}
.main-3 .product-desc .price del span {
  font-size: 20px;
}
.main-3 .product-isotope .item {
  padding-top: 37px;
}
.main-3 .product-isotope.col-4 .item .product-desc {
  min-height: 100%;
}
.main-3 .color .banner-desc h4, .main-3 .color .banner-desc h3 {
  color: #000;
}
.main-3 .color .banner-content.text-left::after, .main-3 .color .banner-content.text-right::after, .main-3 .color .banner-content.text-left::before, .main-3 .color .banner-content.text-right::before {
  border-color: #000;
}
.main-3 .banner-desc h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}
.main-3 .banner-desc h3 {
  color: #fff;
  font-size: 48px;
}
.main-3 .banner-desc .btn {
  background: none;
  border-bottom: 1px solid #cea35f;
  font-size: 16px;
  padding-left: 0;
  position: relative;
  padding-right: 35px;
  text-transform: uppercase;
}
.main-3 .banner-desc .btn:hover {
  background: none !important;
  color: #cea35f;
}
.main-3 .banner-desc .btn:before {
  position: absolute;
  content: "\f178";
  font-family: FontAwesome;
  right: 0;
  top: 10px;
}
.main-3 .img-banner > img {
  width: 100%;
}
.main-3 .own-carousel-cover .controls-custom .owl-nav {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: auto;
  right: -10px;
  top: -60px;
  width: auto;
}
.main-3 .own-carousel-cover .controls-custom .owl-nav > div {
  color: #232220;
  display: inline-block;
  font-size: 36px;
  padding: 0 10px;
}
.main-3 .own-carousel-cover .controls-custom .owl-nav > div:hover {
  color: #cea35f;
}
.main-3 .instagram-gallery li {
  width: 25%;
}
.main-3 .featured-product.product-list .product-content .product-action {
  display: block;
}
.main-3 .ult_tabs .ult_tabmenu.style1 {
  border: medium none;
}
.main-3 .product-desc .product-name {
  color: #444;
  font-family: Montserrat-Light;
}
.main-3 .product-desc .product-name:hover {
  color: #cea35f;
}
.main-3 .product-desc .star-rating {
  display: none;
}
.main-3 .product-desc .price {
  font-family: Montserrat-Light;
  margin-top: 6px;
  font-weight: normal;
}
.main-3 .product-desc .price span {
  font-size: 24px;
}
.main-3 .product-desc .price del span {
  font-size: 20px;
}
.main-3 .product-isotope .item {
  padding-top: 37px;
}
.main-3 .product-isotope.col-4 .item .product-desc {
  min-height: 100%;
}
.main-3 .heading-shortcode h2 {
  color: #232220;
}
.main-3 .heading-shortcode .title {
  margin-bottom: 25px;
}
.main-3 .line-ver {
  background: #cea35f;
  bottom: 0;
  height: 80px;
  left: 56px;
  position: absolute;
  width: 1px;
}
.main-3 .line-ver::before {
  background: #000;
  bottom: -28px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 1px;
  z-index: 111;
}
.main-3 .relative .wpb_content_element {
  margin: 0;
}
.main-3 .scroll-down {
  bottom: -180px;
  position: absolute;
  right: 40px;
  z-index: 9999;
}
.main-3 .scroll-down a {
  color: #000;
  font-size: 48px;
}
.main-3 .scroll-down a:hover {
  color: #cea35f;
}
.main-3 .scroll-down a::before {
  content: none;
}
.main-3 .scroll-down a::after {
  background: #cea35f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.main-3 .featured-product.product-list {
  border-bottom: none;
}
.main-3 .featured-product.product-list .product-img {
  margin-right: 20px;
  max-width: 98px;
}
.main-3 .featured-product.product-list .product-img a.product-image-hover::before {
  opacity: 0 !important;
}
.main-3 .featured-product.product-list .item {
  padding: 0;
}
.main-3 .featured-product.product-list .product-content {
  margin-bottom: 14px;
  padding-bottom: 15px;
  border-bottom: none;
}
.main-3 .featured-product.product-list .product-content .product-desc .product-desc {
  overflow: visible;
  display: inline-block;
  width: calc(100% - 119px);
}
.main-3 .featured-product.product-list .product-content .product-desc .price {
  margin-bottom: 3px;
}
.main-3 .featured-product.product-list .product-content:hover .product-action {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.main-3 .featured-product.product-list .product-content .posted_in {
  display: none;
}
.main-3 .featured-product.product-list .product-content .product-name {
  font-family: Montserrat-Light;
  font-size: 14px;
  font-weight: 300;
  overflow: visible;
  text-transform: capitalize;
  white-space: normal;
}
.main-3 .featured-product.product-list .product-content .product-action {
  -ms-box-orient: horizontal;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -moz-flex;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  opacity: 0;
  visibility: hidden;
  -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;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  margin: 0 -5px;
}
.main-3 .featured-product.product-list .product-content .product-action .add_to_cart_button {
  background: none;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 7px;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.main-3 .featured-product.product-list .product-content .product-action .add_to_cart_button:before {
  content: "\f290";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-decoration: inherit;
  color: #424242;
}
.main-3 .featured-product.product-list .product-content .product-action .add_to_cart_button:hover {
  background: #cea35f;
  color: #fff;
  border-color: #cea35f;
}
.main-3 .featured-product.product-list .product-content .product-action .add_to_cart_button:hover:before {
  color: #fff;
}
.main-3 .featured-product.product-list .product-content .product-action > *:not(.tooltip) {
  margin: 5px;
}
.main-3 .featured-product.product-list .product-content .product-action .add-to a {
  color: #424242;
}
.main-3 .featured-product.product-list .product-content .product-action .add-to {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.main-3 .featured-product.product-list .product-content .product-action .add-to.wishlist-btn {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.main-3 .featured-product.product-list .product-content .product-action .quick-view.add-to {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.main-3 .featured-product.product-list .product-content .product-action .add-to {
  background: none;
  display: none;
  border: 1px solid #ccc;
}
.main-3 .featured-product.product-list .product-content .product-action .add-to:hover {
  border-color: #cea35f;
}
.main-3 .featured-product.product-list .product-content .product-action .add-to:hover a {
  color: #fff;
}
.main-3 .instagram-gallery .banner_text_overlay.show_custom_text {
  font-size: 24px;
}
.main-3 .banner_text_overlay.show_custom_text p {
  letter-spacing: 3px;
  line-height: 40px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.main-3 .banner_text_overlay.show_custom_text:before {
  position: absolute;
  content: "\f16d";
  font-size: 60px;
  font-family: FontAwesome;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-3 .banner_text_overlay.show_custom_text a {
  color: #cea35f;
  text-decoration: underline;
}
/*===================================
 4.0 Responsive
 ===================================*/
@media (min-width: 1920px) {
  .prd-decor {
    margin-left: -20px;
    width: 780px !important;
  }
  .icon-pe {
    font-size: 78px;
    margin-right: 30px;
    margin-top: -12px;
  }
  .slide-2.slide-right {
    right: 25%;
  }
  .content-desc .button-404 {
    margin-top: 65px;
  }
  .static-content h2 {
    font-size: 30px;
  }
  .promo-banner img {
    width: 100%;
  }
  footer .footer-v1 .bg-footer, footer .footer-v2 .bg-footer {
    width: 39%;
  }
  .time-coundown .time_circles {
    overflow: hidden;
  }
  .time-coundown .time_circles canvas {
    height: 115px;
    width: 460px;
  }
  .time-coundown .time_circles > div > span {
    font-size: 38px !important;
    margin-top: 4px !important;
    overflow: hidden;
    line-height: 38px !important;
  }
  .time-coundown .time_circles > div > h4 {
    font-size: 14px !important;
  }
  .time-coundown .time_circles .textDiv_Hours {
    left: 115px !important;
  }
  .time-coundown .time_circles .textDiv_Minutes {
    left: 230px !important;
  }
  .time-coundown .time_circles .textDiv_Seconds {
    left: 345px !important;
  }
  .time-coundown .time_circles > div {
    top: 34px !important;
    width: 115px !important;
    overflow: hidden;
  }
  .package-3 .time-coundown .time_circles > div {
    top: 31px !important;
  }
  .package-3 .time-coundown .time_circles > div > span {
    margin-top: 1px !important;
  }
  .page-coming-soon .time-coundown .time_circles > div.textDiv_Days {
    margin-left: -230px !important;
  }
  .page-coming-soon .time-coundown .time_circles > div.textDiv_Hours {
    margin-left: -115px !important;
  }
  .page-coming-soon .time-coundown .time_circles > div.textDiv_Seconds {
    margin-left: 115px !important;
  }
  .footer-v3 .newsletter-footer input {
    width: 69%;
  }
  .coming-sub {
    padding-bottom: 23px;
  }
  .coming-soon-container .coming-soon {
    margin-top: 44px;
  }
  .coming-timer {
    margin-top: 10px;
  }
  .promo-ads {
    height: 426px;
  }
}
@media (min-width: 1686px) {
  .scroll-down a::before {
    left: -18px;
    top: 29px;
  }
}
@media (max-width: 1585px) {
  .single-product .single_prd_style4 .nav-tabs > li > a {
    font-size: 15px;
    padding: 14px 10px 15px;
  }
}
@media (max-width: 1506px) {
  .title-border-after, .title-border-after.title-custom {
    padding-top: 50px;
  }
  .testimonial-style4 .testimonial-content {
    padding-top: 5px;
  }
  .prd-decor {
    margin-left: -50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-prd-decor .vc_row {
    background-size: cover !important;
  }
  .home-boxed .container {
    width: 1070px;
  }
  .blog-type-6 .blog-item .blog-post-info {
    right: 106px;
  }
  .blog-type-6 .item:nth-child(2n) .blog-item .blog-post-info {
    left: 122px;
  }
  .slick-next, .slick-prev {
    margin-top: -20px;
  }
  .slick-prev {
    left: -25px;
  }
  .brands-decor .slick-prev {
    left: -27px;
  }
  .brands-decor .slick-next {
    right: -27px;
  }
}
@media (max-width: 1366px) {
  .wpb_revslider_element.padding-90 {
    margin-top: -450px;
  }
  .main-3 .scroll-down {
    bottom: -100px;
  }
  .products-tab .product-img .wishlist-btn {
    left: -50px;
  }
  .products-tab .product-img .quick-view {
    right: -50px;
  }
  .tp-bullets.franco-1 {
    -webkit-transform: translate(30px, -40px) !important;
    -moz-transform: translate(30px, -40px) !important;
    -ms-transform: translate(30px, -40px) !important;
    -o-transform: translate(30px, -40px) !important;
    transform: translate(30px, -40px) !important;
  }
}
@media (min-width: 1366px) {
  .header-v9 .header-bottom .mega-menu > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-v13 #site-navigation {
    text-align: left;
  }
}
@media (min-width: 1200px) and (max-width: 1295px) {
  .header-v15 .cart_label {
    margin-left: 9px;
    margin-right: 9px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .spacer_slider .ult-spacer {
    height: 585px;
  }
}
@media (min-width: 1200px) and (max-width: 1477px) {
  .header-v2 .mega-menu > li > a, .header-v4 .mega-menu > li > a {
    padding: 37px 14px;
  }
  .header-v2 .right-header > div > a, .header-v4 .right-header > div > a {
    padding: 20px 14px;
  }
  .header-v5 .mega-menu > li > a {
    padding: 28px 19px;
  }
  .safari .header-v2 .header-bottom .container-fluid .row > .col-md-5, .safari .header-v4 .header-bottom .container-fluid .row > .col-md-5 {
    width: 42%;
  }
  .safari .header-v2 .header-bottom .container-fluid .row > .col-md-2, .safari .header-v4 .header-bottom .container-fluid .row > .col-md-2 {
    width: 14%;
  }
  .safari .header-v2 .right-header > div > a, .safari .header-v4 .right-header > div > a {
    padding: 20px 7px;
  }
}
@media (max-width: 1280px) {
  .home-boxed {
    padding: 0 70px;
  }
  .header-v15 {
    padding: 0 70px;
  }
  .section-prd-decor .vc_row {
    background-size: cover !important;
  }
  .title-border-after {
    padding-top: 40px;
  }
  .title-border-after .franco-heading {
    margin-bottom: 20px;
  }
  .align-left .vc_column-inner {
    padding-left: 60px !important;
  }
  .align-right .vc_column-inner {
    padding-right: 65px !important;
  }
}
@media (min-width: 1199px) {
  .footer-center {
    padding: 0 113px;
  }
  .main-3 .banner-content.text-left .banner-desc {
    left: 72px;
  }
  .main-3 .banner-content.text-left:hover .banner-desc {
    left: 90px;
  }
  .ie-11 .header-v13 .cart_label {
    padding-bottom: 28px;
  }
  .handmate_blog .blog-type-2 .blog-bottom {
    padding: 22px 20px 14px 30px;
    width: 82%;
  }
}
@media (max-width: 1199px) {
  .main-3 .scroll-down {
    right: 30px;
  }
  .main-3 .line-ver {
    left: 30px;
  }
  .persephone.vertical .tp-bullet {
    left: 30px !important;
  }
  .header-v15, .home-boxed {
    padding: 0 50px;
  }
  .footer .footer-v12 .footer-newsletter {
    padding: 50px 30px;
  }
  .main-3 .banner-desc h4 {
    font-size: 24px;
  }
  .main-3 .banner-desc h3 {
    font-size: 36px;
  }
  .wpb_revslider_element.padding-90 {
    margin-top: -350px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonial_style5 p {
    padding-right: 15px;
  }
  .single_prd_style4 .prd_pading_left {
    padding-left: 15px;
  }
  .title-blog-5 {
    top: 25px;
  }
  .header-v15 .right-header {
    margin-left: 18px;
  }
  .header-v15 .cart_nu_count {
    margin: 0;
    top: 32px;
  }
  .header-v15 .mega-menu li > a {
    padding: 38px 9px;
  }
  .header-v15 .cart_label {
    margin-right: 3px;
    margin-left: 0;
  }
  .single-product table.variations select {
    width: calc(100% - 100px);
    max-width: none;
  }
  .slider_style_2 .slider-desc p, .slider_style_1 .slider-desc p {
    font-size: 24px;
  }
  .gallery-grid-style2 .button-group button span {
    padding: 0 16px 0 0px;
  }
  .header-v10 .header-bottom:not(.show-breadcrumb) {
    padding: 38px 0 33px;
  }
  .header-v10 .header-logo {
    top: 39px;
    left: 30px;
    max-width: 70px;
  }
  .header-v10.is-sticky .header-bottom {
    padding: 0 15px;
    padding-top: 12px;
  }
  .header-v10.is-sticky .header-bottom .header-logo {
    left: 30px;
  }
  .header-v8 .mega-menu > li > a {
    padding: 28px 19px;
  }
  .align-left .vc_column-inner {
    padding-left: 30px !important;
    margin-right: 30px !important;
  }
  .align-right .testimonial-content {
    padding-left: 15px;
  }
  .align-right .vc_column-inner {
    padding-right: 30px !important;
  }
  .align-left .slick-slider {
    margin-right: 0 !important;
  }
  .scroll-down a:before {
    top: 0;
  }
  .btn-slide-bottom .slick-next, .btn-slide-bottom .slick-prev {
    margin-top: 77px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-type-6 .blog-img {
    width: 57.5%;
  }
  .product-isotope.col-3 .item, .featured-product.col-3 .products-tab .item {
    width: 50%;
  }
  .tax-product_cat .main-2 .active-sidebar {
    padding: 45px 15px 0;
  }
  .main-2 .tax-product_cat .vc_col-md-3 {
    padding: 45px 0 0;
  }
  .main-2 .shop-boxed .active-sidebar {
    width: 30%;
  }
  .main-2 .shop-boxed .main-sidebar {
    width: 70%;
  }
  .shop-2 .active-sidebar {
    width: 30%;
  }
  .shop-2 .main-sidebar {
    width: 70%;
  }
  .shop-2 .active-sidebar {
    padding: 45px 20px 20px;
  }
  .header-v17 .search-block-top {
    width: 160px;
  }
  .header-v17 .main-navigation .mega-menu > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-v17 .cart_label {
    margin-left: 5px;
  }
  .featured-product .products-tab .item {
    width: 33.3333%;
  }
  .box-resize .vc_single_image-wrapper img {
    -webkit-transform: translateX(-55px);
    -moz-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    -o-transform: translateX(-55px);
    transform: translateX(-55px);
  }
  .banner_style_6 .img-banner > img {
    width: 100%;
  }
  .product-type-2 .owl-nav > div.owl-next {
    right: -15px;
  }
  .product-type-2 .owl-nav > div.owl-prev {
    left: -15px;
  }
  .brands-decor .slick-slider {
    margin: 0 !important;
  }
  .header-v1 .search-block-top {
    padding-right: 76px;
  }
  .header-v1 .mega-menu > li > a {
    padding: 28px 19px;
  }
  .header-v16 #site-navigation-2 .mega-menu {
    margin-right: 8px;
  }
  .banner_style_4 .img-banner > img {
    width: 100%;
  }
  .testimonial-style4 .author-thumbnail {
    padding-bottom: 30px;
  }
  .header-v6 .mega-menu > li > a {
    padding: 28px 13px;
  }
  .header-v2 .header-v2 .right-header, .header-v4 .header-v2 .right-header {
    width: 100%;
  }
  .header-v2 .right-header > div > a, .header-v4 .right-header > div > a {
    padding: 20px 7px;
  }
  .header-v2 .mega-menu > li > a, .header-v4 .mega-menu > li > a {
    padding: 38px 8px;
  }
  .header-v13 .shop_settings .dropdown-menu {
    right: -13px;
    left: auto;
  }
  .header-v13 .cart_label {
    padding: 38px 20px 32px 13px;
  }
  .header-v13 .mini-cart i {
    font-size: 25px;
  }
  .header-v13 .search-block-top > .btn-search {
    padding: 39px 15px 36px 14px;
    font-size: 25px;
  }
  .header-v13 .mega-menu > li > a {
    font-size: 14px;
    padding: 37px 13px 38px 11px;
  }
  .header-v14 .header-logo {
    margin-top: 15px;
  }
  .header-v14 .cart_label {
    padding: 16px 0 23px 20px;
  }
  .header-v14 .cart_nu_count {
    top: 17px;
  }
  .header-v14 .mega-menu > li > a {
    padding: 28px 15px;
  }
  .last-col .wpb_wrapper {
    margin: 0 -15px;
  }
  .last-col .wpb_wrapper > div:nth-of-type(3) {
    display: none !important;
  }
  .last-col .banner-container {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
  .last-col .img-banner > img {
    width: 100%;
  }
  .title-border-after .title-heading-2.franco-heading h2 {
    font-size: 26px;
  }
  .title-border-after .franco-heading {
    margin-bottom: 0;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper {
    width: 80%;
  }
  .about-desc .vc_column-inner > .wpb_wrapper {
    padding: 30px 30px 10px;
    width: 530px;
  }
  .header-v3 .mega-menu > li > a {
    padding: 48px 14px;
  }
  .header-v3 .search-block-top {
    padding-left: 0;
  }
  .header-v3 .search-block-top .btn-search {
    padding: 47px 15px 48px;
  }
  .header-v3 .shop_settings {
    padding-left: 10px;
  }
  .header-v5 .mega-menu > li > a {
    padding: 28px 11px;
  }
  .header-v5 .shop_settings {
    padding: 20px 10px;
  }
  .header-v5 .customlinks.open .dropdown-menu {
    left: auto;
    right: 0;
  }
  .slide-content .slide-desc {
    padding: 0 30px;
  }
  .yith-woocompare-widget .clear-all, .yith-woocompare-widget .compare.button {
    padding: 8px 18px;
  }
  .widget_nav_menu .menu-sticky {
    width: 200px;
  }
  .banner_style_5 .img-banner > img {
    width: 100%;
  }
  .testimonial-style4 .testimonial-content::before {
    top: -11px;
  }
  .testimonial-style4 .testimonial-content {
    padding-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .home-boxed .container {
    width: 870px;
  }
  .header-v18 .header-bottom {
    padding: 0 30px;
  }
  .header-v18 .mega-menu > li > a {
    padding: 48px 20px;
  }
  .design-decor-left {
    padding-right: 35px !important;
  }
  .prd-decor-action {
    font-size: 24px;
  }
  .prd-decor-action .btn-prd a {
    font-size: 24px;
  }
  .header-v1 .mega-menu > li > a {
    padding: 28px 11px;
  }
  .header-v2 .mega-menu > li > a, .header-v4 .mega-menu > li > a {
    padding: 38px 8px;
    font-size: 13px;
  }
  .header-v2 .right-header > div > a, .header-v4 .right-header > div > a {
    padding: 20px 3px;
  }
  .yith-woocompare-widget .clear-all, .yith-woocompare-widget .compare.button {
    padding: 8px 16px;
  }
  .header-v3 .mega-menu > li > a {
    padding: 48px 11px;
  }
  .blog-type-2 .blog-bottom {
    width: 78%;
  }
  .header-v5 .mega-menu > li > a {
    padding: 28px 8px;
  }
}
@media (min-width: 992px) {
  .mega-menu {
    display: inline-block !important;
  }
  .header-v18 .search-block-top:hover .top-search {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
  .header-v18 .top-link {
    margin-top: 0px;
  }
  .header-v18 .top-link > ul > li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
  }
  .prd_pading_left {
    padding-left: 84px;
  }
  .container-fluid.padding-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .wrapper.shop-boxed {
    padding-left: 65px;
    padding-right: 65px;
  }
  .header-v16:not(.is-sticky) .cart-block {
    top: 121px;
  }
  .header-v16:not(.is-sticky) .top-search {
    top: 87px;
  }
  .header-v16:not(.is-sticky) .customlinks.open .dropdown-menu {
    top: 86px;
  }
  .header-v16:not(.is-sticky) .mega-menu .dropdown-menu {
    top: 127px;
  }
  .col-pull-right {
    float: right;
    width: 50%;
  }
  .col-pull-right > .vc_column_container > .vc_column-inner {
    padding-left: 9px;
  }
  .gallery-grid-style2 .col-md-8 #filters {
    text-align: right;
    margin-right: -5px;
  }
  .header-v10 #site-navigation {
    padding-left: 110px;
  }
  .destop-hide {
    display: none !important;
  }
  .single-gallery .gallery_left {
    width: 60%;
  }
  .single-gallery .gallery_right {
    width: 31.6%;
  }
  .single-product .single_prd_style2 .product-tab table.shop_attributes {
    width: 50%;
  }
  .col-md-15 {
    width: 20%;
  }
  .image-pos-left.col-md-15 {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .slide-2 h2 {
    font-size: 48px;
  }
  .sale-of {
    right: 15px;
    top: -35px;
  }
  .sale-of:before, .sale-of:after {
    content: none;
  }
  .tp-bullets.franco-1 {
    -webkit-transform: translate(15px, -40px) !important;
    -moz-transform: translate(15px, -40px) !important;
    -ms-transform: translate(15px, -40px) !important;
    -o-transform: translate(15px, -40px) !important;
    transform: translate(15px, -40px) !important;
  }
  .single-product .nav-tabs > li > a {
    padding: 10px 28px 11px;
    margin-bottom: 5px;
  }
  .single-product .tab-center .nav-tabs {
    margin-top: -19px;
  }
  .coming-soon-container .coming-soon .title-behind {
    font-size: 70px;
    margin-left: -20px;
  }
  .testimonial-content {
    width: 100%;
  }
  .testimonial-container .owl-nav .owl-prev {
    left: 5px;
  }
  .testimonial-container .owl-nav .owl-next {
    right: 5px;
  }
  #fp-nav.left {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .header-v18 .search-block-top > .btn-search {
    padding: 25px 15px;
  }
  .header-v18 .search-block-top {
    position: absolute;
    right: 210px;
    top: 0;
  }
  .header-v18 .btn-open {
    padding-right: 15px;
  }
  .spacer_slider .ult-spacer {
    height: 430px;
  }
  .header-v18 .search-block-top {
    position: absolute;
    right: 210px;
    top: 0;
  }
  .featured-product.col-3 .item, .featured-product .col-5 .item, .featured-product .col-4 .item {
    width: 50%;
  }
  .side-breadcrumb + .prd_cat_banner {
    margin-top: -30px;
  }
  .main-3 .line-ver {
    display: none;
  }
  .footer .footer-v9 .bottom-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tax-product_cat .main-2 .active-sidebar, .main-2 .tax-product_cat .vc_col-md-3 {
    padding: 15px 0;
    margin: 0;
  }
  .single-product .single_prd_style4 {
    margin-top: 0;
  }
  .shop-2 .active-sidebar {
    margin-top: 0;
    padding: 0 20px 20px;
  }
  .blog-type-2 .blog-item {
    margin-bottom: 30px;
  }
  .footer-v11 .widget.widget_nav_menu {
    min-height: 280px;
  }
  .header-v18 .header-bottom {
    position: relative !important;
  }
  .header-v18 {
    height: 73px;
    background: #000 !important;
  }
  .header-v18 .mega-menu {
    top: 74px;
  }
  .header-v18 .header-profile.dropdown-menu {
    left: auto;
    right: 0;
  }
  .header-v18 .right-header {
    position: absolute;
    right: 80px;
  }
  .header-v18 .header-bottom {
    padding: 0 15px;
  }
  .header-v18 .header-logo {
    margin-top: 16px;
  }
  .header-v18 .btn-open, .btn-open-right {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-v18 .top-link {
    position: absolute;
    right: 160px;
    top: 20px;
  }
  .header-v18 .cart_nu_count {
    bottom: 7px;
    right: -3px;
  }
  .header-v18 .cart_label {
    margin-top: 12px;
    background: transparent !important;
  }
  .header-v17 .header-bottom, .header-v17 .header-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-v17 .header-logo {
    left: 50px;
  }
  .header-v17 .right-header {
    right: 15px;
  }
  .header-v17 .btn-open {
    display: block;
    padding-left: 0;
    text-align: left;
  }
  .header-v17 .cart-block {
    top: 59px;
  }
  .header-v17 .cart_label {
    margin-left: 5px;
  }
  .home-boxed .container {
    width: auto;
  }
  .children.dropdown-menu::before {
    content: none;
  }
  .design-decor-left .wpb_single_image img, .design-decor-left .wpb_single_image .vc_figure, .design-decor-left .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
  }
  .brands-decor .slick-slider {
    margin: 0 15px !important;
  }
  .no-margin {
    margin: 0 -15px !important;
  }
  .brands-decor .slick-prev {
    left: -15px;
  }
  .brands-decor .slick-next {
    right: -15px;
  }
  .footer .footer-v9 .footer-newsletter {
    margin-top: 30px;
  }
  .header-v15 {
    padding: 0 15px;
  }
  .footer .footer-v9 .social_icon_list {
    margin-top: -35px;
  }
  .header-v16 .header-top {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer .footer-v9 .widget {
    padding-bottom: 40px;
  }
  .blog-type-6 .blog-item .blog-post-info {
    padding-right: 0;
  }
  .design-decor-left {
    padding-right: 0 !important;
  }
  .design-decor-left .wpb_single_image.vc_align_right {
    text-align: center;
  }
  .prd-decor {
    margin: 0;
  }
  .home-boxed {
    padding: 0;
  }
  .blog-type-6 .item:nth-child(2n) .blog-item .blog-post-info, .blog-type-6 .item:not(:first-child) {
    margin-top: 50px;
  }
  .blog-type-6 .blog-item .blog-post-info {
    margin-top: 40px;
    position: static;
    transform: none;
  }
  .header-v15 .header-logo {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 9;
  }
  .header-v15 .header-logo img {
    height: 80px;
  }
  .blog-type-6 .blog-img {
    float: none;
    text-align: center;
  }
  .blog-type-6 .blog-img img {
    width: 100%;
  }
  .blog-type-6 .blog-item .read-more {
    bottom: 30px;
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: auto;
  }
  .title-blog-5 {
    position: static;
    text-align: center;
    font-size: 60px;
  }
  .title-blog-5 span {
    font-size: 65px;
  }
  .prd-decor, .section-prd-decor .vc_inner {
    background: #e8f1f6 !important;
  }
  .prd-decor .title-heading-5, .prd-decor-action, .prd-decor-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-v15 .cart_label {
    padding: 12px 10px 12px 20px;
  }
  .header-v16 .mega-menu {
    top: 89px;
  }
  .header-v16 .header-logo {
    left: 15px;
    max-width: 69px;
    position: absolute;
    top: 8px;
  }
  .header-v16 .top-search {
    top: 66px;
  }
  .header-v16 .cart-block {
    top: 90px;
    right: -15px;
  }
  .header-v16 .cart_label {
    padding: 14px 10px 10px 20px;
  }
  .header-v16.is-sticky .top-search {
    top: 53px;
  }
  .header-v16.is-sticky .mega-menu {
    top: 65px;
  }
  .header-v16.is-sticky .cart-block {
    top: 77px;
    right: -15px;
  }
  .header-v15 .top-link .customlinks {
    display: none;
  }
  .header-v15 .btn-open {
    font-size: 15px;
  }
  .header-v15 .right-header {
    margin-left: 9px;
  }
  .header-v15 .top-search {
    top: 52px;
  }
  .product-type-2.prd_type3 .product-grid.col-4 .item:nth-child(-n+4) {
    border-top: 1px dotted #c6c6c6;
  }
  .product-type-2.prd_type3 .product-grid.col-4 .item:nth-child(-n+2) {
    border-top: none;
  }
  .header-v16 .btn-open {
    position: absolute;
    right: 114px;
    top: 7px;
    font-size: 15px;
  }
  .header-v16:not(.is-sticky) .header-bottom {
    padding-top: 2px;
  }
  .header-v16.is-sticky .header-bottom {
    padding-bottom: 10px;
  }
  .header-v16.is-sticky .header-logo {
    margin-top: 4px;
  }
  .header-v16.is-sticky .right-header {
    padding-top: 0;
    margin-top: -3px;
  }
  .header-v16.is-sticky .mega-menu {
    margin-top: 9px;
  }
  .header-v16.is-sticky .btn-open {
    top: -1px;
  }
  .header-logo {
    z-index: 99;
  }
  .header-v16.site-header.is-sticky .cart_label {
    padding-bottom: 8px;
    padding-top: 9px;
  }
  .header-v16.site-header.is-sticky .btn-open {
    padding: 20px 20px 23px;
  }
  .header-v16.site-header.is-sticky .mega-menu {
    margin-top: 0;
  }
  .header-v16.site-header.is-sticky .cart-block {
    top: 70px;
  }
  .header-v13 .mega-menu {
    left: auto;
    right: 15px;
  }
  .product_archives.product-isotope .item {
    width: 33.333% !important;
  }
  .slide-best-deals .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .align-left .vc_column-inner {
    padding-left: 39px !important;
  }
  .header-v13 .shop_settings {
    display: none;
  }
  .header-v13:not(.is-sticky) .header-bottom {
    margin-top: 0;
  }
  .header-v13 .mini-cart i {
    font-size: 28px;
  }
  .header-v13 .header-bottom .header-logo {
    max-width: 160px;
    padding: 9px 0px;
    margin-left: 20px;
    max-height: 60px;
  }
  .header-v13 .search-block-top > .btn-search {
    padding: 17px 15px 17px 15px;
    font-size: 26px;
  }
  .header-v13 .btn-open, .header-v13 .btn-open-right {
    padding: 18px 20px 18px;
  }
  .header-v13 .cart_label {
    padding: 15px 17px 12px 13px;
  }
  .widget_recent_comments {
    padding-bottom: 0;
  }
  .widget_tag_cloud {
    padding-bottom: 0;
  }
  .wpb_content_element .widget_recent_comments ul {
    margin-bottom: 0;
  }
  .product-type-2.prd_type3 .product-grid .item:nth-child(2n) {
    border-right: none;
  }
  .content-box-first {
    margin-top: 0;
  }
  .tip-and-trick .ult-content-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .btn-slide-bottom .slick-next, .btn-slide-bottom .slick-prev {
    margin-top: 30px;
  }
  br {
    display: none;
  }
  .discover_more br {
    display: block;
  }
  .info-franco {
    max-width: 90%;
  }
  .testimonial-style4 {
    margin-bottom: 40px;
  }
  .slider_style_1 {
    height: 100%;
  }
  .menu-bottom {
    display: none !important;
  }
  .padding-sm .owl-stage {
    padding: 0 !important;
  }
  address br {
    display: block;
  }
  .mega-menu li.megamenu:hover > .children {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .single-gallery .gallery_right {
    padding-top: 30px;
    margin-left: 0;
  }
  .header-v10 .show-breadcrumb.header-bottom #site-navigation {
    padding-right: 10px;
  }
  .footer .footer-v6 .address-bottom {
    margin: 40px 0 0;
  }
  .blog-full .blog-item .blog-img + .blog-post-info {
    margin-top: 0;
  }
  .blog-type-4 {
    margin-bottom: 50px;
  }
  .destop-hide.place-order {
    clear: both;
  }
  .woocommerce-cart .actions {
    margin-bottom: 30px;
  }
  .woocommerce-cart .hide-cross .shipping-total {
    margin-bottom: 22px;
  }
  .active-sidebar {
    margin-top: 50px;
  }
  .mobile-hide {
    display: none;
  }
  .cart_label {
    padding-bottom: 15px;
  }
  .woocommerce-order-received br, .slide-desc h4 br, .slide-2 br {
    display: block;
  }
  .coming-menu .btn-open {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .coming-menu .mega-menu {
    top: 80px;
  }
  .social_list > ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 13px 2px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    margin-top: 0;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99999;
  }
  .woocommerce-checkout .order-review {
    margin-bottom: 30px;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper {
    margin-top: 70px;
  }
  .wpb_revslider_element br {
    display: block;
  }
  .mega-menu {
    background: #fff none repeat scroll 0 0;
    display: none;
    padding: 10px 20px !important;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 99999;
    margin-top: 1px;
    overflow: auto;
    box-shadow: 0 6px 13px 2px rgba(0, 0, 0, 0.4);
  }
  .mega-menu li {
    width: 100%;
    position: relative;
  }
  .mega-menu li .caret {
    display: block;
  }
  .mega-menu li a {
    padding: 12px 0 !important;
  }
  .mega-menu li a .icon-next {
    display: none;
  }
  .mega-menu li a:before, .mega-menu li a:after {
    content: none !important;
  }
  .mega-menu li ul li ul {
    display: none;
  }
  .mega-menu > li:first-child a {
    border: none;
  }
  .mega-menu > li > a {
    border: none;
    color: #000 !important;
  }
  .mega-menu > li > a:before {
    content: none;
  }
  .mega-menu > li > a:hover {
    background: none !important;
  }
  .mega-menu .open .dropdown-menu {
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    border: none;
    padding: 0 0 0 12px;
  }
  .mega-menu .open .caret {
    text-indent: -9999em;
  }
  .mega-menu .open .caret:before {
    position: absolute;
    content: "-";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 33px;
    text-indent: 1px;
  }
  .mega-menu .open ul li .caret {
    text-indent: 1px;
  }
  .mega-menu .open ul li .caret:before {
    content: none;
  }
  .mega-menu .open ul li .caret.active {
    text-indent: -9999em;
  }
  .mega-menu .open ul li .caret.active:before {
    content: "-";
  }
  .mega-menu .dropdown-menu {
    background: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    display: none;
  }
  .header-v14 .cart_label {
    padding: 16px 0 23px 20px;
  }
  .header-v14 .cart_nu_count {
    top: 18px;
  }
  .header-v10 .mega-menu {
    margin-top: 0;
  }
  .header-v9 .mega-menu {
    margin-top: 0;
  }
  .header-v6 .mega-menu > li > a {
    color: #000;
  }
  .header-v6 .right-header .search-block-top > .btn-search {
    font-size: 14px;
    padding: 30px 15px;
  }
  .header-v6 .btn-open {
    position: absolute;
    right: 47px;
    top: 5px;
  }
  .header-v6 .header-bottom {
    min-height: 75px;
  }
  .header-v6 .header-logo {
    padding-top: 17px;
  }
  .header-v10 .header-logo {
    top: 12px;
    left: 30px;
    max-width: 70px;
  }
  .header-v10 .header-bottom:not(.show-breadcrumb) {
    padding: 12px 15px 5px;
  }
  .header-v2.is-sticky .btn-open, .header-v4.is-sticky .btn-open {
    padding: 17px 0;
  }
  .header-v2.is-sticky .cart_label, .header-v4.is-sticky .cart_label {
    height: 58px;
    line-height: 45px;
  }
  .header-v2 .cart_label, .header-v4 .cart_label {
    font-size: 0;
    padding: 0;
    width: 50px;
    height: 78px;
    line-height: 65px;
  }
  .header-v2 .mini-cart, .header-v4 .mini-cart {
    display: block;
    margin-right: 15px;
    text-align: right;
  }
  .header-v2 .mini-cart .cart_label::after, .header-v4 .mini-cart .cart_label::after {
    content: "\e66e";
    top: 7px;
    right: 0;
    font-family: Pe-icon-7-stroke;
    position: absolute;
    font-size: 25px;
    color: #fff;
    text-indent: 1px;
  }
  .header-v2 .cart-block, .header-v4 .cart-block {
    border-top: 1px solid #e1e1e1;
    right: 0;
    top: 100%;
  }
  .header-v2 .header-logo, .header-v4 .header-logo {
    padding: 9px 0;
    display: inline-block;
  }
  .header-v2 .mega-menu, .header-v4 .mega-menu {
    left: 30px;
    margin: 0;
  }
  .header-v2 .mega-menu > li > a, .header-v4 .mega-menu > li > a {
    color: #000;
  }
  .header-v2 .mega-menu > li > a:hover, .header-v4 .mega-menu > li > a:hover {
    color: #cea35f;
  }
  .header-v2 .btn-open, .header-v4 .btn-open {
    float: left;
    color: #fff;
  }
  .header-v2 .btn-open-right, .header-v4 .btn-open-right {
    float: right;
    color: #fff;
    font-size: 18px;
  }
  .header-v2 .right-header, .header-v4 .right-header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 13px 2px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    margin-top: 0;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99999;
  }
  .header-v2 .right-header > div, .header-v4 .right-header > div {
    display: block;
    text-align: left;
  }
  .header-v2 .right-header > div a, .header-v4 .right-header > div a {
    padding: 12px 0;
    color: #000;
  }
  .header-v1.is-sticky .mega-menu {
    display: none !important;
  }
  .header-v1 .header-top {
    padding: 5px 15px 0;
  }
  .header-v1 .search-block-top {
    display: none;
  }
  .header-v1 .header-top .top-link {
    padding-right: 60px;
    text-align: left;
    margin: 0 -15px;
    padding-top: 5px;
  }
  .header-v1 .header-top .top-link .customlinks {
    padding: 0 15px;
  }
  .header-v1 .top-link {
    padding-right: 30px;
    text-align: left;
    margin: 5px -12px 0;
  }
  .header-v1 .btn-open {
    color: #525252;
    padding: 0;
    position: absolute;
    right: 0;
    top: -34px;
  }
  .header-v1 .btn-open:hover {
    color: #fff;
  }
  .header-v1 .right-header {
    right: 15px;
  }
  .header-v1 .cart-block {
    right: 0;
  }
  .header-v1 .header-logo {
    padding-bottom: 16px;
    padding-top: 15px;
    padding-left: 15px;
  }
  .header-v3 .shop_settings {
    display: none;
  }
  .header-v3 .main-navigation {
    min-height: 60px;
    padding: 0 60px;
  }
  .header-v3 .main-navigation > .container > div {
    text-align: right;
  }
  .header-v3 .search-block-top {
    padding-left: 0;
  }
  .header-v3 .search-block-top > .btn-search {
    padding: 17px 5px 18px;
  }
  .header-v3 .btn-open {
    padding: 17px 20px 18px;
    font-size: 14px;
    float: right;
  }
  .header-v3 .header-logo, .header-v3 .right-header {
    height: 60px;
    width: 60px;
  }
  .header-v3 .mini-cart {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .header-v3 .mini-cart a.cart_label {
    display: block;
    height: 100%;
    padding: 0;
  }
  .header-v3 .mini-cart a.cart_label i {
    font-size: 24px;
    height: 100%;
    line-height: 60px;
    width: 100%;
  }
  .header-v3 .mini-cart a.cart_label .cart_count {
    line-height: 100%;
    padding: 4px 9px;
  }
  .header-v4 .btn-open {
    color: #000;
  }
  .header-v4 .mini-cart .cart_label::after {
    color: #000;
  }
  .header-v5 .shop_settings {
    display: none;
  }
  .header-v5 .header-logo {
    left: 15px;
    padding-left: 0;
    position: absolute;
    top: 10px;
    z-index: 999;
  }
  .header-v5 .right-header {
    padding-right: 0;
  }
  .header-v5 .btn-open {
    float: right;
  }
  .header-v5 .btn-open, .header-v5 .search-block-top > .btn-search {
    font-size: 14px;
    padding: 28px 12px 27px;
  }
  .header-v5 .cart_label {
    padding: 28px 0 27px 12px;
  }
  .header-v5 .cart_label i {
    font-size: 14px;
  }
  .mega-menu {
    margin-top: 0;
  }
  .header-v8.is-sticky .header-logo img, .header-v7.is-sticky .header-logo img, .header-v11.is-sticky .header-logo img, .header-v12.is-sticky .header-logo img {
    margin-top: 0;
  }
  .header-v8.is-sticky .header-bottom, .header-v7.is-sticky .header-bottom, .header-v11.is-sticky .header-bottom, .header-v12.is-sticky .header-bottom {
    padding: 10px 0;
  }
  .header-v8.is-sticky .header-bottom .search-block-top, .header-v7.is-sticky .header-bottom .search-block-top, .header-v11.is-sticky .header-bottom .search-block-top, .header-v12.is-sticky .header-bottom .search-block-top {
    display: block;
  }
  .header-v8.is-sticky .header-bottom .top-search, .header-v7.is-sticky .header-bottom .top-search, .header-v11.is-sticky .header-bottom .top-search, .header-v12.is-sticky .header-bottom .top-search {
    top: 60px;
  }
  .header-v8 .header-logo, .header-v7 .header-logo, .header-v11 .header-logo, .header-v12 .header-logo {
    text-align: left;
  }
  .header-v8 .header-logo img, .header-v7 .header-logo img, .header-v11 .header-logo img, .header-v12 .header-logo img {
    height: 60px;
  }
  .header-v8 .btn-open, .header-v7 .btn-open, .header-v11 .btn-open, .header-v12 .btn-open {
    padding: 0;
    position: absolute;
    right: 0;
    top: -43px;
    z-index: 999;
  }
  .header-v8 .header-bottom, .header-v7 .header-bottom, .header-v11 .header-bottom, .header-v12 .header-bottom {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header-v8 .header-bottom .search-block-top, .header-v7 .header-bottom .search-block-top, .header-v11 .header-bottom .search-block-top, .header-v12 .header-bottom .search-block-top {
    position: absolute;
    display: none;
    right: 55px;
    top: -60px;
  }
  .header-v8 .header-bottom .search-block-top > .btn-search, .header-v7 .header-bottom .search-block-top > .btn-search, .header-v11 .header-bottom .search-block-top > .btn-search, .header-v12 .header-bottom .search-block-top > .btn-search {
    font-size: 16px;
  }
  .header-v8 .social_icon_list ul, .header-v7 .social_icon_list ul, .header-v11 .social_icon_list ul, .header-v12 .social_icon_list ul {
    height: 40px;
  }
  .header-v8 .search-block-top > .btn-search, .header-v7 .search-block-top > .btn-search, .header-v11 .search-block-top > .btn-search, .header-v12 .search-block-top > .btn-search {
    padding: 8px 0 8px 8px;
  }
  .header-v8 .header-top, .header-v7 .header-top, .header-v11 .header-top, .header-v12 .header-top {
    min-height: 40px;
  }
  .header-v7 {
    padding: 10px 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;
  }
  .header-v7.is-sticky .header-top {
    display: block;
  }
  .header-v7.is-sticky .social_icon_list, .header-v7.is-sticky .right-header {
    display: none;
  }
  .header-v7.is-sticky .header-logo {
    margin-bottom: 10px;
  }
  .header-v7.is-sticky .header-bottom {
    padding: 0;
  }
  .header-v7 .header-logo {
    margin-top: 10px;
    float: left;
    display: inline-block;
  }
  .header-v7 .header-bottom {
    border-bottom: medium none;
    border-top: medium none;
  }
  .header-v7 .btn-open {
    color: #fff;
  }
  .header-v7 .header-top {
    order: 1;
    width: 100%;
  }
  .header-v7 .header-quote {
    order: 3;
    width: 100%;
    padding-bottom: 20px;
  }
  .header-v7 .header-bottom {
    order: 2;
    padding: 0;
    width: 100%;
  }
  .header-v7 .mega-menu li a {
    color: #000;
  }
  .header-v7 .social_icon_list, .header-v7 .right-header {
    padding: 0;
  }
  .header-v7 .mega-menu > li.current-menu-ancestor > a {
    color: #000;
  }
  .header-v7 .mega-menu > li.current-menu-ancestor > a:hover {
    color: #cea35f;
  }
  .header-v7 .mega-menu > li > a:hover {
    color: #cea35f;
  }
  .header-v7 .btn-open {
    top: -50px;
  }
  .header-v8 .mega-menu {
    margin: 0;
  }
  .header-v8 .header-logo {
    margin-bottom: 0;
    margin-top: 0;
  }
  .header-v8.is-sticky .header-logo {
    margin-bottom: 0;
    margin-top: 0;
  }
  .header-v8.is-sticky .header-bottom .search-block-top {
    top: -53px;
  }
  .header-v8.is-sticky .header-bottom .search-block-top > .btn-search {
    color: #010101;
  }
  .header-v11 {
    padding: 0;
    min-height: 400px;
  }
  .header-v11 .header-bottom {
    border: medium none;
    padding: 0;
  }
  .header-v11 .header-top {
    padding: 0;
  }
  .header-v11 .header-logo {
    margin-top: 11px;
  }
  .header-v11 .btn-open {
    color: #fff;
  }
  .header-v11 .mega-menu > li > a {
    color: #0b0b0b;
  }
  .header-v11 .mega-menu > li.current-menu-ancestor > a {
    color: #000;
  }
  .header-v11 .mega-menu > li > a:hover {
    color: #cea35f;
  }
  .header-v11 .social_icon_list, .header-v11 .right-header {
    padding: 0;
  }
  .header-v11.is-sticky {
    min-height: 80px;
  }
  .header-v11.is-sticky .header-logo {
    margin-bottom: 10px;
  }
  .header-v11.is-sticky .header-top {
    display: block;
  }
  .header-v11.is-sticky .header-bottom {
    padding: 0;
  }
  .header-v11.is-sticky .social_icon_list, .header-v11.is-sticky .right-header {
    display: none;
  }
  .header-v11.is-sticky .btn-open {
    top: -52px;
  }
  .header-v12 {
    padding: 0;
  }
  .header-v12 .header-top {
    padding: 0;
  }
  .header-v12 .header-bottom {
    border: medium none;
    padding: 0;
  }
  .header-v12 .header-logo {
    margin-top: 10px;
  }
  .header-v12.is-sticky .header-logo {
    margin-bottom: 10px;
  }
  .header-v12.is-sticky .header-top {
    display: block;
  }
  .header-v12.is-sticky .header-bottom {
    padding: 0;
  }
  .header-v12.is-sticky .social_icon_list, .header-v12.is-sticky .right-header {
    display: none;
  }
  .header-v12.is-sticky .btn-open {
    top: -52px;
  }
  .header-v12.is-sticky .search-block-top > .btn-search {
    color: #010101;
  }
  .megamenu ul.children {
    padding: 0 8px;
  }
  .side-breadcrumb.type-3 {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .btn-open, .btn-open-right {
    display: inline-block;
    padding: 23px 20px 28px;
  }
  .featured-product .item {
    width: 50%;
  }
  .isotope .item {
    width: 50% !important;
  }
  .col-md-6 > #options > .button-group {
    text-align: left;
  }
  .about-desc .vc_column-inner > .wpb_wrapper {
    padding: 50px;
    position: static;
    width: 100%;
    margin: 50px 0;
  }
  .ads-type-2 {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .blog-type-3 .grid-item:last-child .blog-item {
    margin-bottom: 0;
  }
  .blog-type-3 .blog-item {
    margin-bottom: 30px;
  }
  .footer {
    padding-top: 70px;
  }
  .single-product .entry-summary .product-desc {
    margin-top: 30px;
  }
  .single-product .nav-tabs > li > a {
    padding-left: 28px;
    padding-right: 28px;
  }
  .amount-content {
    text-align: center;
  }
  .grid-item:nth-of-type(1) .member-content, .grid-item:nth-of-type(2) .member-content {
    padding-bottom: 50px;
  }
  .about-desc .vc_column-inner > .wpb_wrapper {
    margin-top: 0;
  }
  .vc_col-xs-6:nth-of-type(1) .amount-content, .vc_col-xs-6:nth-of-type(2) .amount-content {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .coupon {
    margin-bottom: 30px;
  }
  .border-primary {
    width: 650px;
  }
  .blog-full .blog-item .blog-post-info {
    margin: auto 0;
    width: 100%;
  }
  .slide-5.number-slide h2 {
    font-size: 48px;
    letter-spacing: 10px !important;
  }
  .instagram-gallery li {
    width: 25%;
  }
  #fp-nav.left {
    left: 15px;
  }
  .slide-content .slide-desc {
    padding: 0 30px;
  }
  .slide-content .slide-desc h4 {
    font-size: 30px;
  }
  .slide-content .number-slide h2 {
    font-size: 140px;
    margin-bottom: -75px;
  }
  .widget_recent_comments {
    padding-top: 0;
  }
  .blog-full .blog-item .blog-post-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-v1 .mc4wp-form-fields > button {
    margin-right: 0;
  }
  .single-product .comment-form {
    width: 100%;
  }
  .widget_nav_menu .menu-sticky {
    padding-bottom: 0;
    position: static;
    width: 100%;
  }
  .product-type-2 .item {
    width: 50%;
  }
  .header-v14.is-sticky .btn-open {
    top: 10px;
  }
  .header-v14 .header-logo {
    position: absolute;
    left: 15px;
  }
  .header-v14 .btn-open {
    padding: 0;
    position: absolute;
    right: 15px;
    font-size: 16px;
    color: #fff;
    top: 30px;
    z-index: 9999;
  }
  .header-v14 .header-logo {
    left: 15px;
    margin-top: 14px;
    position: absolute;
  }
  .header-v14 .right-header {
    margin-right: 45px;
  }
  .header-v14 .mini-cart .cart_label i::before {
    font-size: 16px;
  }
  .header-v14 .cart_nu_count {
    right: -18px;
  }
  .header-v15 .cart-block {
    margin-top: 0;
    right: 0;
    top: 76px;
  }
  .header-v15.is-sticky .btn-open {
    padding: 16px 20px 20px;
  }
  .header-v15.is-sticky .cart_label {
    padding-bottom: 18px;
    padding-top: 5px;
  }
  .header-v15.is-sticky .cart-block {
    top: 61px;
  }
  .header-v15.is-sticky .top-search {
    top: 44px;
  }
  .slide-best-deals .ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown {
    margin-left: 80px !important;
  }
  #wpsl-result-list {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 20px;
  }
  #wpsl-gmap {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .single_prd_style3 .media .images .row > .col-md-10.f_right {
    width: 83.05%;
  }
  .single_prd_style3 .media .images .row > .col-md-2 {
    padding-right: 13px;
  }
  .wpb_revslider_element.padding-90 .tparrows {
    display: none !important;
  }
  .cart-block {
    max-height: 410px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-right .vc_column-inner {
    padding-right: 39px !important;
  }
  .wpb_row .wpb_column .wpb_wrapper .ult_countdown.deals {
    margin: 0 !important;
  }
  .box-resize .vc_single_image-wrapper img {
    -webkit-transform: translateX(-47px);
    -moz-transform: translateX(-47px);
    -ms-transform: translateX(-47px);
    -o-transform: translateX(-47px);
    transform: translateX(-47px);
  }
  .scroll-down a:before {
    margin-top: 35px;
    left: -8px;
  }
  .main-images img {
    width: 100%;
    height: auto;
  }
  .ads-content .ads_icon {
    top: -9px;
  }
  .banner-desc h3 {
    white-space: nowrap;
  }
  .blog-type-2 .blog-bottom {
    width: 73%;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper {
    width: 80%;
  }
  .prev-btn, .next-btn {
    max-width: 69px;
    margin: 0 auto;
    text-align: center;
  }
  .next-btn {
    left: 12px;
  }
  .prev-btn {
    margin-bottom: 20px;
  }
  .banner-content.text-left::after, .banner-content.text-left::before {
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
  }
  .banner-content.text-left .banner-desc {
    left: 20px;
  }
  .banner-content.text-left:hover .banner-desc {
    left: 30px;
  }
  .last-col .wpb_wrapper {
    margin: 0 -15px;
  }
  .last-col .wpb_wrapper > div:nth-of-type(3) {
    display: none !important;
  }
  .last-col .banner-container {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
}
@media (min-width: 568px) and (max-width: 667px) {
  .coming-soon-container .coming-soon {
    margin-top: 100px;
  }
}
@media (max-width: 782px) {
  .logged-in.admin-bar .site-header.is-sticky {
    top: 46px;
  }
  .special-cart-open.logged-in.admin-bar .mini-cart-special .cart-block {
    top: 26px;
  }
}
@media (max-width: 600px) {
  .logged-in.admin-bar .site-header.is-sticky {
    top: 0;
  }
  .slide-status-numbers {
    display: none !important;
  }
  .wpb_revslider_element.padding-90 {
    margin-top: -200px;
  }
  .featured-product.col-3 .item, .featured-product .col-5 .item, .featured-product .col-4 .item {
    width: 100%;
  }
  .icon-tab .ult_tabmenu.style1 li.ult_tab_li {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .icon-tab.ult_tabs .ult_tabmenu.style1 a.ult_a {
    padding: 10px !important;
    text-align: center;
    width: 100%;
  }
  .icon-tab .ult_tab_li.current a::before {
    bottom: -3px;
  }
  .icon-tab li.ult_tab_li > a.ult_a span {
    display: block !important;
  }
  .banner_style_5 {
    width: 100%;
  }
  .special-cart-open.logged-in.admin-bar .mini-cart-special .cart-block {
    top: -20px;
  }
  .col-7 .instagram-gallery li {
    width: 20%;
  }
  .mobile-show {
    display: inline-block;
    position: absolute;
    width: 42%;
    height: 100%;
    top: 0;
    left: 0;
    vertical-align: middle;
    padding: 26px 16px 20px 20px;
    border-right: 1px solid #ddd;
  }
  .woocommerce .shop_table.cart tbody td.product-quantity .mobile-show {
    padding-top: 30px;
  }
  .woocommerce .shop_table.cart tbody td.product-subtotal .mobile-show {
    padding-top: 25px;
  }
  .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) tbody, .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) th, .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) td, .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) tr {
    display: block;
  }
  .woocommerce table.shop_table:not(.woocommerce-checkout-review-order-table):not(.order_details):not(.cart_totals_table) thead {
    display: none;
  }
  .woocommerce table.shop_table:not(.customer_details):not(.woocommerce-checkout-review-order-table):not(.cart) td:not(.actions) {
    position: relative;
    padding-left: 20px;
    margin-top: -1px;
    width: 100%;
    text-align: left;
  }
  .woocommerce-account table.my_account_orders.shop_table tbody tr.order {
    border: medium none;
  }
  .woocommerce-account table.my_account_orders thead {
    display: none;
  }
  .woocommerce-account table.my_account_orders tbody tr.order {
    display: block;
  }
  .woocommerce-account table.my_account_orders.shop_table td:not(.order-actions) {
    padding-left: 50% !important;
  }
  .woocommerce-account table.my_account_orders.shop_table thead {
    display: none;
  }
  .woocommerce-account table.my_account_orders.shop_table td.order-actions {
    text-align: center !important;
  }
  .woocommerce-account table.my_account_orders.shop_table td.order-actions .mobile-show {
    display: none;
  }
  .woocommerce-account table.my_account_orders.shop_table .mobile-show {
    padding-top: 17px;
  }
  .woocommerce-account table.my_account_orders.shop_table tbody tr.order {
    border: none;
  }
  .product-type-2 .item {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 766px) {
  .mega-menu {
    height: 245px;
    overflow: auto;
  }
  .popup_holder .popup {
    height: 255px;
    padding: 15px;
    top: 57%;
    width: 80%;
  }
  .spacer_slider .ult-spacer {
    height: 300px;
  }
  .wpb_revslider_element.padding-90 {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .main-3 .ult_tabs .ult_tabmenu.style1 li.current a::before {
    content: "";
  }
  .main-3 .ult_tabs .ult_tabmenu.style1 li a {
    color: rgba(35, 34, 32, 0.3) !important;
  }
  .main-3 .ult_tabs .ult_tabmenu.style1 li a::before {
    content: none;
  }
  .banner-content.text-left .banner-desc {
    left: 55px;
  }
  .ult_tabmenu > li.ult_tab_li .ult_tab_icon, .ult_tabmenu > li.ult_tab_li span.ult-span-text, .ads-container.type-4 .ads-content .ads_icon, .product-slide .own-carousel-cover .item .add_to_cart_button, .product-slide .own-carousel-cover .item .quick-view, .main-3 .featured-product.product-list .product-content .product-action, .ads-container.type-4 .ads-content .ads_icon, .wrapper .animated, .product-slide .own-carousel-cover .item .quick-view, .banner-content.text-center:hover .img-banner, .slide-content .number-slide h2, .blog-img > a, .tabs_sort .isotope figure .img_onhover, .tabs_sort .isotope figure .gallery_zoom_effect .img_onhover, .blog-type-6 .blog-item .blog-img img, .product-type-4 .product-grid .item .product-img .quick-view, .product-type-4 .product-grid .item .product-img .add-to, .product-type-4 .product-grid .item .product-img .add_to_cart_button {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .ads-container.type-4 .ads-content .ads_icon, .wrapper .animated, .banner-content.text-center:hover .img-banner {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
  }
  .wrapper .animated {
    visibility: !important;
    opacity: 1 !important;
  }
  .product-content .product-image-hover .img-base {
    display: none;
  }
  .main-3 .featured-product.product-list .product-content .product-action, .product-slide .add_to_cart_button, .slide-content .number-slide h2, .slide-content.text-right .text p, .slide-content .slide-desc h4, .blog-content .blog-img:hover > a, .tabs_sort .isotope figure:hover .img_onhover, .tabs_sort .isotope figure .gallery_zoom_effect .img_onhover, .product-type-5 .product-img .quick-view, .product-type-5 .product-img .add-to, .product-type-5 .product-img .add_to_cart_button, .blog-type-6 .blog-item:hover .blog-img img, .product-type-4 .product-grid .item .product-img .quick-view, .product-type-4 .product-grid .item .product-img .add-to, .product-type-4 .product-grid .item .product-img .add_to_cart_button {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .product-slide .product-desc > h3 {
    margin-top: 0;
  }
  .main-3 .featured-product.product-list .product-content .product-action {
    opacity: 1;
    visibility: visible;
  }
  .banner-content.text-left::before, .banner-content.text-right::before, .banner-content.text-left::after, .banner-content.text-right::after, .banner-content.text-center:hover .img-banner, .slide-content .slide-desc .btn-banner .btn {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .banner-content.text-right .banner-desc {
    right: 110px;
  }
  .ads-type-2::before, .ads-type-2::after {
    content: none;
  }
  .tabs_sort .isotope.gallery-style2 .item figure:hover figcaption .caption_block h4, .tabs_sort .isotope.gallery-style2 .item figure:hover figcaption .caption_block a, .tabs_sort .isotope.gallery-style2 .item figure:hover figcaption .caption_block .item_desc, .tabs_sort .isotope.gallery-style2 .item figure figcaption .caption_block h4, .tabs_sort .isotope.gallery-style2 .item figure figcaption .caption_block a, .tabs_sort .isotope.gallery-style2 .item figure figcaption .caption_block .item_desc {
    color: #000;
  }
  .tabs_sort .isotope.gallery-style2 .item figure figcaption, .tabs_sort .isotope .item figure figcaption {
    position: relative;
    top: 0;
    opacity: 1;
    left: 0;
    min-height: 120px;
  }
  .tabs_sort .isotope.gallery-style2 .item figure figcaption .caption_block, .tabs_sort .isotope .item figure figcaption .caption_block {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    text-align: center;
    margin: 0;
    opacity: 1;
  }
  .tabs_sort .isotope.gallery-style2 .item figure figcaption .caption_block .item_desc, .tabs_sort .isotope .item figure figcaption .caption_block .item_desc {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .tabs_sort .isotope.gallery-style2 .item figure:hover figcaption, .tabs_sort .isotope .item figure:hover figcaption {
    position: relative;
    top: 0;
    left: 0;
  }
  .tabs_sort .isotope.gallery-style2 .item figure:hover figcaption:before, .tabs_sort .isotope .item figure:hover figcaption:before {
    content: none;
  }
  .tabs_sort .isotope.gallery-style2 .item figure:hover figcaption .caption_block, .tabs_sort .isotope .item figure:hover figcaption .caption_block {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
  }
  .product-slide .product-img::before {
    opacity: 0.5;
  }
  .product-slide .own-carousel-cover .item .quick-view {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  .blog-type-1 .blog-img > a, .tabs_sort .isotope.gallery-style1 .item img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
  }
  .product-slide .own-carousel-cover .item .quick-view a {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .banner_style_5 .banner-content .banner-desc {
    bottom: 55px;
    right: 60px;
  }
  .product-type-2 .product-grid .item .product-action .quick-view.add-to, .product-type-2 .product-grid .item .product-action .add-to, .product-type-2 .product-grid .item .product-action .add_to_cart_button, .product-img .quick-view, .product-img .add-to, .product-img .add_to_cart_button {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
  }
  .products-tab .product-img::before {
    content: none;
  }
  .products-tab .product-img .product-action-grid {
    bottom: 10px;
    left: 10px;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .products-tab .product-img .product-action-grid .add-to.wishlist-btn, .products-tab .product-img .product-action-grid .add-to.quick-view {
    border: 1px solid #000;
    border-radius: 3px;
    opacity: 1;
    position: static;
  }
  .products-tab .product-img .product-action-grid .add-to.wishlist-btn a, .products-tab .product-img .product-action-grid .add-to.quick-view a {
    color: #000;
  }
  .products-tab .product-img .product-action-grid .add_to_cart_button {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
  }
  .product-type-5 .product-image-hover::before {
    content: none;
  }
  .product-type-5 .product-img .product-action {
    bottom: -25px;
    opacity: 1;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .product-type-5 .product-desc {
    padding-top: 45px;
  }
  .product-type-4 .product-grid .item .product-img .quick-view, .product-type-4 .product-grid .item .product-img .add-to, .product-type-4 .product-grid .item .product-img .add_to_cart_button {
    opacity: 1;
    visibility: visible;
  }
  .product-type-4 .product-grid .product-img::before {
    content: none;
  }
  .img-member:hover {
    background: #e9e9e9;
  }
  .img-member::before {
    content: none;
  }
  .ult-responsive.ult_countdown.countdown-decor {
    margin-left: 95px !important;
  }
  .cate-children li a:hover {
    padding-left: 0;
    color: #232220;
  }
  .cate-children li a:before {
    content: none;
  }
  .footer .footer-v12 .footer-newsletter .widget_mc4wp_form_widget .footer-title {
    max-width: 100%;
  }
  .wpb_revslider_element.padding-90 {
    margin-top: -300px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .footer-v12 .widget_text .textwidget {
    text-align: left;
  }
  .footer .footer-v12 .social_icon_list {
    margin-bottom: 0;
  }
  .cate-acc {
    display: none;
  }
  .testimonial-slide {
    max-width: 100%;
  }
  .box-resize .wpb_single_image .vc_figure, .box-resize .vc_single_image-wrapper, .box-resize .vc_single_image-img {
    width: 100%;
  }
  .footer .footer-v12 .social_icon_list {
    text-align: center;
  }
  .footer .footer-v12 .ft_newsletter {
    display: block;
  }
  .footer .footer-v12 .mc4wp-form-fields .desc {
    max-width: 100%;
  }
  .footer .footer-v12 .footer-newsletter {
    background: #eee none repeat scroll 0 0;
  }
  .footer .footer-v12 .footer-office {
    margin-top: 0;
    padding-top: 50px;
  }
  .footer .footer-v12 .location li i {
    float: none;
  }
  .footer .footer-v12 .bottom-footer .f-float p {
    text-align: center;
  }
  .footer .footer-v12 .payment {
    text-align: center;
  }
  .shop-2 .border-bottom {
    margin-bottom: 20px;
  }
  .shop-2 .woo-select {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
  }
  .box-resize .ult-content-box-container {
    border-radius: 5px;
    height: 100%;
  }
  .box-resize .ult-content-box {
    max-width: 100%;
    padding: 30px 15px;
  }
  .box-resize .vc_single_image-wrapper img {
    padding-top: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .box-resize .vc_single_image-wrapper:before {
    content: none;
  }
  .box-resize .vc_single_image-wrapper {
    height: 100%;
  }
  .wpb_row .wpb_column .wpb_wrapper .ult_countdown.deals {
    margin: 0 -32px !important;
  }
  .ads-container.type-4 .ads-content {
    padding: 0 15px;
  }
  .header-v17 .header-logo img {
    width: 110px;
  }
  .header-v17 .mini-cart {
    vertical-align: middle;
    padding-top: 0;
  }
  .header-v17 .cart-block {
    top: 56px;
  }
  .header-v17 .right-header {
    top: 20px;
  }
  .header-v17 .search-block-top {
    width: 40px;
    vertical-align: middle;
  }
  .header-v17 .search-block-top > .btn-search {
    background: #cea35f;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 43px;
    padding: 0;
    width: 40px;
  }
  .header-v17 .search-block-top > .btn-search i:before {
    font-family: Pe-icon-7-stroke;
    content: "\e618";
  }
  .header-v17 .search-block-top > .btn-search:hover {
    color: #fff;
  }
  .header-v17 .search-block-top .top-search {
    opacity: 0;
    padding-top: 0;
    position: absolute;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    width: 240px;
    top: 56px;
  }
  .header-v17 .search-block-top .top-search.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header-v17 .search-block-top .top-search input.search-field {
    background: #fff none repeat scroll 0 0;
    width: 100%;
  }
  .header-v17 .header-top .top-link {
    margin-left: 0;
    text-align: right;
  }
  .featured-product.product-list .product-img {
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
    max-width: 100%;
  }
  .padding-80 .franco-heading-7.text-left {
    margin-left: -15px;
    padding-left: 15px;
  }
  .ads-container.type-4 {
    border-right: medium none;
    width: 100%;
    padding: 15px;
  }
  .footer .footer-v9 .footer-newsletter {
    margin-top: 30px;
  }
  .prd-decor .title-heading-5, .prd-decor-action, .prd-decor-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-v15 {
    padding: 0 15px;
  }
  .header-v16 .header-top {
    display: none;
  }
  .brands-decor .slick-next {
    right: -20px;
  }
  .brands-decor .slick-prev {
    left: -20px;
  }
  .footer .footer-v9 .bottom-footer p, .footer .footer-v9 .bottom-footer .payment, .footer .footer-v9 .bottom-footer .f-float p {
    text-align: center;
  }
  .ult-item-wrap.slick-slide .product-isotope {
    margin: 0 auto;
  }
  .product-type-4 .product-grid .star-rating {
    text-align: left;
  }
  .ft_newsletter {
    display: none;
  }
  .footer-v10 .footer-top {
    padding-top: 0;
  }
  .footer .footer-v2 > .container .footer-newsletter {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
  .menu_header_top {
    text-align: center;
    margin-left: -20px;
  }
  .prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering {
    top: 40px !important;
  }
  .header-v16 .social_icon_list {
    text-align: center;
    margin-right: -43px;
  }
  .header-v13 .mega-menu {
    left: 0;
    right: 0;
  }
  .header-v13 .main-navigation {
    margin-top: -1px;
  }
  .header-v13 .cart-block {
    height: 250px !important;
  }
  .scroll-down a:before {
    content: none;
  }
  .product_archives.product-isotope .item {
    width: 50% !important;
  }
  .footer-v1 .f-float {
    text-align: center;
  }
  .footer-v1 .payment {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
  }
  .align-left .vc_column-inner {
    padding-left: 30px !important;
  }
  .product-type-2.prd_type3 .product-grid .item {
    border: 1px dotted #c6c6c6 !important;
    margin-bottom: 30px;
  }
  .product-type-2.prd_type3 .product-grid .item:last-child {
    margin-bottom: 0;
  }
  .header-v13:not(.is-sticky) .header-container:not(.show-breadcrumb) .header-bottom {
    margin-top: 0;
  }
  .header-v13 .header-bottom > .row > .text-right {
    margin-top: -1px;
  }
  .product-type-2.prd_type3 .product-grid .item:nth-child(4n), .product-type-2.prd_type3 .product-grid .item:nth-child(2n) {
    border-right: 1px dotted #c6c6c6;
  }
  .header-v13 .header-bottom .header-logo {
    left: 12px;
    position: absolute;
    top: 0;
    z-index: 9;
  }
  .header-v13 .header-bottom {
    margin: 0 -15px;
  }
  .header-v13 .mega-menu {
    padding: 10px 32px !important;
  }
  .coming-soon-container {
    position: relative;
    display: block;
    overflow: auto;
  }
  .slider_style_1 {
    margin-bottom: 30px;
  }
  .footer-v7 .social_icon_list {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -6px;
  }
  .load-more.blog-load {
    padding-top: 20px;
  }
  .slider_style_1:before {
    content: none;
  }
  .slider_style_1 .slider-desc {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .slider-wrap-container .owl-dot.active::before, .slider-wrap-container .owl-dots::after {
    color: #fff;
  }
  .slider-wrap-container .owl-dots {
    left: 15px;
    top: 15px;
  }
  .tabs_sort .isotope.has_space .item.blog-masonry {
    padding: 0 15px;
  }
  .side-breadcrumb.type-4 {
    height: 350px;
  }
  .single-2 {
    max-width: 100%;
    padding: 30px 0 0;
  }
  .single-2 .blog-content .post-name > h3 {
    font-size: 26px;
  }
  .abs_text {
    left: 42px;
  }
  .abs_text h3 {
    font-size: 26px;
    line-height: 37px;
  }
  .abs_text h3 br {
    display: block;
  }
  .footer .footer-v5 .bottom-footer {
    text-align: center;
  }
  .footer .footer-v5 .bottom-footer .text-right {
    text-align: center;
  }
  .footer .footer-v5 .bottom-footer .social_icon_list {
    margin-bottom: 13px;
  }
  .tooltbars > .row > .col-xs-12 {
    width: 50%;
  }
  .coming-soon-container .coming-soon {
    margin-top: 50px;
    margin-bottom: 50px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-left: 0;
    padding-right: 0;
  }
  .franco-heading {
    margin-bottom: 40px;
  }
  .franco-heading.bg-title {
    margin-bottom: 0;
  }
  .tooltbars .f_right .woocommerce-ordering {
    margin-left: -14px;
  }
  .single_prd_style1 .col-md-5.media, .single_prd_style1 .col-md-7.info {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .coming-soon-container .coming-soon .title-behind {
    display: none;
  }
  .coming-soon-container .coming-soon .mc4wp-form input[type="email"] {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .coming-soon-container .coming-soon .mc4wp-form .mc4wp-form-fields [type="submit"] {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .header-text {
    display: none;
  }
  .header-v1 .header-top {
    padding: 9px 0;
  }
  .header-v1 .header-top .top-link {
    padding-top: 0px;
    margin: 0;
  }
  .header-v2 .cart-header, .header-v4 .cart-header {
    position: absolute;
    right: 15px;
    top: -67px;
  }
  .header-v2 .btn-open, .header-v4 .btn-open {
    left: 15px;
    position: absolute;
    z-index: 99;
  }
  .header-v2 .mega-menu, .header-v4 .mega-menu {
    top: 80px;
    left: 0;
  }
  .header-v2 .mega-menu li .caret, .header-v4 .mega-menu li .caret {
    right: 0;
  }
  .menu-second-menu-container {
    padding-left: 0;
    position: relative;
  }
  #yith-quick-view-modal .yith-wcqv-main {
    padding: 15px 0px 50px 0px;
    box-shadow: none;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper {
    max-width: calc(100% - 100px);
    margin-top: auto;
  }
  .yith-woocompare-widget a.compare {
    float: left;
    margin-right: 15px;
  }
  .yith-woocompare-widget ul.products-list a.remove {
    display: inline-block;
    margin-left: 15px;
  }
  .btn-update-cart {
    text-align: left;
    margin-top: 10px;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .single-product .nav-tabs > li > a {
    padding: 10px 28px 11px;
    margin-bottom: 5px;
  }
  .single-product .comment-body {
    padding-left: 74px;
    padding-right: 10px;
  }
  .single-product .views-block {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    height: auto !Important;
  }
  .single-product .main-images img {
    width: 100%;
    height: auto;
  }
  .prev-btn, .next-btn {
    width: 30px;
    height: 100%;
    padding: 33px 0px;
    display: none;
  }
  .prev-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
  }
  .next-btn {
    position: absolute;
    bottom: 0;
    margin-top: 20px;
    right: 0;
  }
  .prev-btn i, .next-btn i {
    display: block;
    margin-top: 9px;
  }
  .prev-btn i:nth-child(2), .next-btn i:nth-child(2) {
    margin-top: -14px;
    margin-left: -6px;
  }
  .footer .social_icon_list {
    margin-bottom: 40px;
  }
  .product-list .product-img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .img-banner > img {
    width: 100%;
  }
  .about-desc .vc_column-inner > .wpb_wrapper {
    margin: 0 0 50px;
  }
  .fancybox.btn-play {
    font-size: 200px;
    opacity: 0.5;
    right: 0;
  }
  .video-content .title-video {
    font-size: 48px;
  }
  .blog-item, .vc_col-sm-8:first-child .banner-content {
    margin-bottom: 30px;
  }
  .grid-item:last-child .blog-item {
    margin-bottom: 0;
  }
  .footer {
    padding-top: 50px;
  }
  .footer .footer-v3 .social_icon_list {
    margin-bottom: 22px;
  }
  .footer .footer-v3 .footer-top .payment {
    padding-top: 20px;
  }
  .product-isotope .item {
    padding: 30px 15px 0;
  }
  .ads-container {
    padding: 30px 0;
  }
  .ult-content-box .ads_style_3.ads-container {
    padding: 0;
  }
  .vc_col-sm-4:last-child .service-container {
    margin-bottom: 0;
  }
  .service-container {
    margin-bottom: 50px;
  }
  .about-desc .vc_column-inner > .wpb_wrapper {
    padding: 40px 30px 10px;
  }
  .border-primary {
    width: 0;
  }
  .popup_holder .popup {
    width: 500px;
  }
  .gallery .button-group {
    margin-top: 30px;
  }
  .popup_holder .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .footer .footer-v3 .widget_mc4wp_form_widget .footer3-title {
    text-align: left;
  }
  .footer .footer-v3 .widget_mc4wp_form_widget .mc4wp-form-fields {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .header-top {
    text-align: center;
    padding: 10px 0;
  }
  .header-top .top-link {
    text-align: center;
    margin-left: -16px;
  }
  .content-404 h1 {
    letter-spacing: 40px;
    padding: 28px 17px 28px 55px;
  }
  .instagram-gallery .banner_text_overlay {
    font-size: 14px;
  }
  .instagram-gallery .banner_text_overlay.show_custom_text {
    font-size: 25px;
  }
  .slide-content .slide-desc h4 {
    width: 100%;
  }
  .popup_holder .popup {
    width: 90%;
    height: 270px;
    padding: 20px;
    top: 55%;
  }
  .popup_holder .popup::before {
    height: 100%;
    opacity: 0.7;
    right: 0;
    top: 0;
    width: 100%;
  }
  .popup_holder .popup #closePopup, .popup_holder .popup .closePopup {
    right: 20px;
    top: -35px;
  }
  .border-primary {
    display: none;
  }
  .footer .location li:first-child p:nth-child(3) {
    width: 100%;
  }
  .testimonial-container.testimonials-decor {
    margin-top: -30px;
  }
  .design-decor-left .wpb_single_image img {
    margin-top: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .product-type-2.prd_type3 .product-grid .item .product-grid .item:hover .product-action .add_to_cart_button {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }
  .blog-type-1 .grid-item {
    max-width: 500px;
    margin: 0 auto;
    float: none;
  }
  .header-v15 .cart-block {
    max-height: 203px;
  }
}
@media (min-width: 480px) {
  .blog-type-6 .blog-item .read-more a:hover:before, .blog-type-6 .blog-item .read-more a:hover:after {
    height: 35px;
  }
}
@media (max-width: 480px) {
  .main-3 .instagram-gallery .banner_text_overlay.show_custom_text {
    font-size: 16px;
  }
  .main-3 .instagram-gallery .banner_text_overlay.show_custom_text p {
    line-height: normal;
  }
  .footer .footer-newsletter .widget_mc4wp_form_widget .footer-title {
    border-right: medium none;
    width: 100%;
  }
  .footer .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form {
    clear: left;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .footer .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
    margin: 0;
  }
  .main-3 .banner-desc h3 {
    font-size: 28px;
  }
  .main-3 .banner-desc h4 {
    font-size: 18px;
  }
  .blog-type-6 .blog-item .read-more {
    padding-left: 50px;
  }
  .blog-type-6 .blog-item .read-more a::before, .blog-type-6 .blog-item .read-more a::after {
    height: 1px;
    left: -46px;
    position: absolute;
    width: 30px;
    top: 10px;
  }
  .blog-type-6 .blog-item .read-more a::after {
    right: -46px;
    left: auto;
  }
  .blog-type-6 .blog-item .blog-post-info {
    width: 100%;
  }
  .blog-type-6 .blog-item .read-more {
    margin: 17px 0 0;
    position: static;
    float: left;
  }
  .blog-type-6 .item:nth-child(2n) .read-more {
    float: right;
    margin-top: 17px;
    padding-right: 50px;
  }
  .wpb_revslider_element.padding-90 {
    margin-top: -100px;
  }
  .banner-content.text-left::after, .banner-content.text-right::after {
    bottom: 10px;
    left: 25px;
    right: 25px;
    top: 10px;
  }
  .banner-content.text-left::before, .banner-content.text-right::before {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
  .relative.spacer_slider .ult-spacer {
    height: 200px;
  }
}
@media (max-width: 479px) {
  .header-v18 .top-search {
    width: 180px;
  }
  .featured-product .item {
    width: 100%;
  }
  .footer .footer-v12 .footer-office .container .row .col-md-2 {
    width: 100%;
  }
  .footer .footer-v9 .widget {
    padding-bottom: 20px;
  }
  .footer .footer-v9 .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
    margin-bottom: 0;
    margin-top: 15px;
    position: static;
    width: 100%;
  }
  .header-v18 .search-block-top {
    right: 135px;
  }
  .footer .footer-v9 .footer-newsletter {
    margin-top: 15px;
  }
  .header-v18 .header-logo img {
    max-width: 110px;
  }
  .header-v18 .right-header {
    right: 50px;
  }
  .header-v18 .top-link {
    right: 108px;
  }
  .isotope .item {
    width: 100% !important;
  }
  .prd-decor-action .btn-prd a {
    float: left;
  }
  .prd-decor-action .btn-prd a:before {
    content: none;
  }
  .prd-decor-action .label-btn {
    width: 100%;
  }
  .blog-type-6 .blog-item .blog-post-info .info a {
    font-size: 18px;
  }
  .blog-type-6 .blog-item .blog-post-info .post-name > a {
    font-size: 36px;
  }
  .title-blog-5 {
    font-size: 44px;
  }
  .title-blog-5 span {
    font-size: 50px;
  }
}
@media (max-width: 450px) {
  .main-3 .ult_tabs .ult_tabmenu.style1 li {
    display: block;
    float: none;
    margin: 0 10px;
    text-align: center;
    width: 100%;
  }
  .main-3 .ult_tabs .ult_tabmenu.style1 li a.ult_a {
    float: none;
  }
  .main-3 .ult_tabs .ult_tabmenu.style1 li a.ult_a .ult-span-text {
    font-size: 24px !important;
  }
  .main-3 .ult_tabs .ult_tabmenu.style1 {
    margin-top: 20px;
  }
  .ult_tabmenu.style1 a.ult_a {
    padding: 5px !important;
  }
  .main-3 .ult_tabs .ult_tabmenu.style1 li a::before, .main-3 .ult_tabs .ult_tabmenu.style1 li.current a::before {
    height: 0;
  }
}
@media (max-width: 375px) {
  .amount .amount-desc h6 {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-v18 .cart-block {
    right: -35px;
  }
  .header-v18 .header-profile.dropdown-menu {
    right: -95px;
  }
  .header-v18 .header-v18 .top-search {
    right: -120px;
  }
  .spacer_slider .ult-spacer {
    height: 130px;
  }
  .header-v18 .cart-block {
    margin-top: 8px;
  }
  .header-v18 .top-search {
    width: 288px;
    right: -120px;
    top: 72px;
  }
  .header-v18 .header-profile.dropdown-menu {
    left: auto;
    min-width: 297px;
  }
  .main-3 .scroll-down {
    display: none;
  }
  .header-v18 .header-profile.dropdown-menu {
    margin-top: 19px;
  }
  .deals .ult_countdown-div .ult_countdown-section {
    padding: 0 10px !important;
  }
  .wpb_row .wpb_column .wpb_wrapper .ult_countdown.deals {
    margin: 0 -13px !important;
  }
  .handmate_bog .blog-type-2 .blog-item {
    background: #fff;
  }
  .product-list .product-img {
    max-width: none;
  }
  .footer .social_icon_list ul li {
    padding-right: 15px;
  }
  .header-v4 .cart-block {
    right: -88px;
  }
  .header-v8 .social_icon_list, .header-v7 .social_icon_list, .header-v11 .social_icon_list {
    margin: 0 -9px;
  }
  .header-v8 .social_icon_list li a, .header-v7 .social_icon_list li a, .header-v11 .social_icon_list li a {
    padding: 0 9px;
  }
  .header-v8 .right-header, .header-v7 .right-header, .header-v11 .right-header {
    margin: 0;
  }
  .single-product .tab-center .nav-tabs > li {
    display: block;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper {
    max-width: 300px;
  }
  #yith-quick-view-modal #yith-quick-view-close {
    top: -32px;
    right: -4px;
  }
  .wishlist_table .product-add-to-cart > .add_to_cart.button {
    padding: 8px 11px;
  }
  .coming-timer:nth-child(2) {
    border-right: none;
  }
  #cart_added_msg_popup, #compare_added_msg_popup {
    margin-left: -150px !important;
  }
  .blog-type-2 .blog-item .blog-post-info {
    margin-top: 0px;
  }
  .blog-type-2 .blog-bottom {
    left: 0;
    padding: 22px 20px 0 20px;
    top: 0;
    width: 100%;
    position: static;
  }
  .blog-type-1 .blog_post_desc > p, .blog-type-2 .blog_post_desc > p {
    max-height: 100%;
  }
  .mc4wp-form {
    overflow: hidden;
    width: 100%;
  }
  .popup_holder .popup #closePopup, .popup_holder .popup .closePopup {
    right: 15px;
  }
  .commentlist li {
    margin-left: 15px;
  }
  .commentlist li ul.children {
    padding-left: 0;
  }
  .commentlist li ul.children li {
    padding-bottom: 10px;
    margin-right: 0;
  }
  .commentlist li ul.children li.depth-3 .comment-body {
    padding-left: 30px;
  }
  .commentlist .comment-author {
    left: -10px;
    max-width: 30px;
    top: -16px;
  }
  .commentlist .comment-body {
    padding-left: 30px;
    padding-top: 13px;
    padding-right: 15px;
  }
  .commentlist .profile-bottom .links-info {
    top: 3px;
    right: -4px;
    left: auto;
  }
  .commentlist .profile-name {
    margin-right: 8px;
    padding-right: 12px;
  }
  .cart-block {
    width: 290px;
  }
  .tip-and-trick .ult-content-box .uvc-sub-heading {
    line-height: 28px !important;
    margin-top: 5px;
  }
  .ult_countdown-section {
    margin-right: 0 !important;
  }
  .header-v14 .top-search {
    right: -20px;
  }
  .header-v14 .cart-block {
    right: -35px;
    top: 83px;
  }
}
@media (max-width: 320px) {
  .header-v15 .cart_label {
    padding: 12px 10px 12px 10px;
  }
  .header-v16 .top-search {
    top: 66px;
    right: -40px;
  }
  .header-v16.is-sticky .top-search {
    top: 53px;
  }
  .header-v16 .cart-block {
    top: 90px;
  }
  .header-v16.is-sticky .cart-block {
    top: 78px;
  }
  .header-v15 .btn-open, .header-v15 .btn-open-right {
    padding: 23px 5px 28px;
  }
  .footer .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
    position: relative;
  }
  .instant-quote .franco-heading {
    margin-bottom: 25px;
  }
  .instant-quote .franco-heading h3 {
    font-size: 29px;
    margin-top: 0;
    letter-spacing: 9.5px;
    padding: 0 15px;
  }
  .single-product .entry-summary .woocommerce-review-link {
    padding-left: 8px;
    margin-left: 9px;
  }
  .product-tab {
    margin-top: 45px;
  }
  .single-product .tab-center {
    margin-top: 65px;
  }
  .single-product .tab-center .product-tab {
    margin-top: 0;
  }
  .woocommerce .btn-update-cart > .cart-btn {
    margin-bottom: 10px;
  }
  .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
    width: 100%;
  }
  .footer .footer-v2 .footer-newsletter {
    padding-bottom: 10px;
    margin-bottom: -73px;
  }
  .footer .footer-v2 .footer_wrap .footer-office {
    padding-top: 117px;
  }
  .special-cart-open .mini-cart-special .cart-block {
    width: 100%;
  }
  .top-search {
    right: -10px;
  }
  .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
    border-bottom: 1px solid;
    margin-bottom: 10px;
  }
  .footer .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
    margin-bottom: 10px;
  }
}
