.row {
  margin-left:  * -1;
  overflow: inherit;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
*,
html {
  outline: none !important;
}
body {
  background-color: #fff;
  color: #555;
  font-size: 14px;
  line-height: normal;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body a {
  color: #464646;
}
body a:hover {
  color: #b97c3b;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
}
body ul,
body ol {
  margin-left: 15px;
}
.rtl body ul,
.rtl body ol {
  margin-left: 0;
  margin-right: 15px;
}
body ol {
  padding-left: 15px;
}
body .container {
  padding: 0;
}
body.boxed-layout .body-wrapper {
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout.boxed-layout .body-wrapper {
  background: transparent;
}
body.boxed-layout.boxed-layout .body-wrapper .quote-big .item-product-cat .item-content {
  left: 10%;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.float {
  float: none !important;
}
table {
  margin-bottom: 20px;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
  clear: both;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  display: inline;
}
.quickview-inner .video-wrapper {
  display: inherit;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
  margin: 0;
}
.fa:before {
  font-family: FontAwesome;
}
.loading {
  position: relative;
  z-index: 2;
  height: 300px;
  overflow: hidden;
}
.loading:before {
  background: url(../assets/img/loading.gif) no-repeat center center #fff;
  background-size: 60px 60px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
}
.rtl .loading:before {
  left: 0 !important;
  right: 0 !important;
}
.loading.clearfix {
  overflow: hidden;
}
.loading.add_to_cart_button:before {
  background: url(../assets/img/loadingp.gif) no-repeat center center #fff;
}
ul.breadcrumb {
  margin: 0 0 20px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}
.wpb_map_wraper iframe {
  pointer-events: none;
}
.quote-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
}
.wpb_revslider_element .rev_slider_wrapper .see-more {
  border: 2px #444 solid !important;
  padding: 10px 25px;
  font-size: 14px;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.wpb_revslider_element .rev_slider_wrapper .see-more:hover {
  border-color: #b97c3b !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.wpb_revslider_element .rev_slider_wrapper .see-more.style2 {
  color: #fff;
  border-color: #fff !important;
}
.home-style1 .listing-title,
.home-style1 .soaz_breadcrumbs {
  display: none;
}
.title-sytle1 .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.title-sytle1 .block-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222222;
}
.title-sytle1 .block-title .slider-description {
  color: #999;
  max-width: 560px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.button-style1 .res-button,
.button-style1 .slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background: rgba(242,242,242,0.4);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.button-style1 .res-button.slick-next,
.button-style1 .slick-arrow.slick-next {
  right: -25px;
}
.button-style1 .res-button.slick-next:before,
.button-style1 .slick-arrow.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  font-size: 22px;
}
.button-style1 .res-button.slick-prev,
.button-style1 .slick-arrow.slick-prev {
  left: -25px;
}
.button-style1 .res-button.slick-prev:before,
.button-style1 .slick-arrow.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 22px;
}
.button-style1 .res-button:hover,
.button-style1 .slick-arrow:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}
.sale-off,
.sw-newlabel,
.sw-outstock {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  font-size: 12px;
  background-color: #fff;
  color: #b97c3b;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  padding: 2px 10px 1px;
  border-radius: 18px;
  border: 1px solid #b97c3b;
}
.rtl .sale-off,
.rtl .sw-newlabel,
.rtl .sw-outstock {
  right: auto;
  left: 10px;
}
.slider_img_productd .sale-off,
.slider_img_productd .sw-newlabel,
.slider_img_productd .sw-outstock {
  top: 55px;
}
.sw-newlabel {
  right: auto;
  left: 15px;
  color: #0076ff;
  text-transform: uppercase;
  border-color: #0076ff;
}
.rtl .sw-newlabel {
  left: auto;
  right: 15px;
}
.sw-outstock {
  text-indent: -9999px;
  display: none;
  background: url(../assets/img/icon-outstock.png) no-repeat center center;
  background-size: 42px 42px;
  right: auto;
  left: 10px;
  width: 42px;
  height: 42px;
}
.rtl .sw-outstock {
  left: auto;
  right: 10px;
}
.sw-brand-container-slider {
  border-width: 1px 0;
  position: relative;
}
.sw-brand-container-slider .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.sw-brand-container-slider .block-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222222;
}
.sw-brand-container-slider .block-title .slider-description {
  color: #999;
  max-width: 560px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.sw-brand-container-slider .res-button,
.sw-brand-container-slider .slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background: rgba(242,242,242,0.4);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.sw-brand-container-slider .res-button.slick-next,
.sw-brand-container-slider .slick-arrow.slick-next {
  right: -25px;
}
.sw-brand-container-slider .res-button.slick-next:before,
.sw-brand-container-slider .slick-arrow.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  font-size: 22px;
}
.sw-brand-container-slider .res-button.slick-prev,
.sw-brand-container-slider .slick-arrow.slick-prev {
  left: -25px;
}
.sw-brand-container-slider .res-button.slick-prev:before,
.sw-brand-container-slider .slick-arrow.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 22px;
}
.sw-brand-container-slider .res-button:hover,
.sw-brand-container-slider .slick-arrow:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}
.sw-brand-container-slider:hover .res-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-brand-container-slider .slider .item-brand-cat {
  margin: 0;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a img {
  margin: 0 auto;
  width: auto;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a img:hover {
  opacity: 1;
}
.soaz_social {
  text-align: center;
  line-height: 19px;
}
.soaz_social .main-social {
  margin: 0 auto;
  list-style-type: none;
}
.soaz_social .main-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.soaz_social .main-social li a {
  color: #999999;
  font-size: 16px;
}
.soaz_social .main-social li a:hover {
  color: #b97c3b;
}
.yith-wcwl-share {
  text-align: center;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.item-price {
  font-size: 15px;
  color: #222222;
  overflow: hidden;
  font-weight: 500;
  display: flex;
  line-height: 27px;
}
@media (min-width: 1200px) {
  .item-price {
    font-size: 18px;
  }
}
.item-price del {
  text-decoration: line-through;
  color: #ddd;
  font-size: 14px;
  margin: 1px 5px 0;
  font-weight: 400;
  float: right;
}
.rtl .item-price del {
  float: left;
}
.item-price ins {
  float: left;
  color: #222222;
  margin: 0;
  text-decoration: none;
}
.rtl .item-price ins {
  float: right;
}
.woocommerce span.onsale,
.onsale {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background-color: #fff;
  color: #b97c3b;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  border-radius: 18px;
  width: auto;
  padding: 0 10px;
  border: 1px solid #b97c3b;
  left: auto;
  font-weight: 400;
  min-height: auto;
  min-width: auto;
}
.rtk .woocommerce span.onsale,
.rtk .onsale {
  left: 0;
  right: auto;
}
.border-tp {
  border-top: 1px solid #ddd;
  margin-top: 95px;
  overflow: visible !important;
}
.border-tp .order-title {
  margin-top: -20px;
}
.order-desc {
  font-family: 'Niconne';
  font-size: 26px;
  color: rgba(1,1,1,0.4);
}
.mc4wp-form.mc4wp-form-success .mc4wp-alert.mc4wp-success {
  color: green;
  margin: 15px 0;
}
.social_header .soaz-socials {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.social_header .soaz-socials ul {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.social_header .soaz-socials ul li {
  display: inline-block;
  float: left;
}
.social_header .soaz-socials ul li a {
  height: 30px;
  width: 30px;
  line-height: 32px;
  text-align: center;
  color: #222222;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  transition: all 0.3s;
}
#subscribe_popup .soaz-socials {
  text-align: center;
}
#subscribe_popup .soaz-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
#subscribe_popup .soaz-socials ul > li {
  display: inline-block;
}
#subscribe_popup .soaz-socials ul > li > a {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
  height: 40px;
  width: 40px;
  line-height: 41px;
  background-color: #b97c3b;
  display: inline-block;
  border-radius: 50%;
}
#subscribe_popup .soaz-socials ul > li > a:hover {
  color: #faa600;
}
.topsearch-entry:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topsearch-entry .button-search-pro.loading:before {
  background-image: url(../assets/img/loadingp.gif);
  background-color: #2d2d2d;
  background-size: 20px 20px;
  font-size: 0;
}
.header-style2 .topsearch-entry .button-search-pro.loading:before {
  background-color: transparent;
}
.topsearch-entry .input-group-btn {
  position: static;
}
.topsearch-entry .input-group {
  display: block;
}
.topsearch-entry .search-append {
  position: absolute;
  top: 105%;
  right: 0;
  left: 0;
  padding: 0;
  min-width: 100%;
  text-align: left;
  border: none;
}
.rtl .topsearch-entry .search-append {
  text-align: right;
}
.rtl .topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 0;
  margin-left: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestions {
  box-shadow: 0 0 0 1px #ccc;
  background: #fff;
  border-radius: 0;
}
.topsearch-entry .search-append .autocomplete-suggestion {
  clear: both;
  padding: 0 10px;
  margin-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:first-child {
  padding-top: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:last-child {
  padding-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion.no-result {
  padding: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestion > a {
  padding: 0 10px;
  display: block;
  overflow: hidden;
}
.topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 10px;
  border: 1px solid #ccc;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span strong {
  color: #b97c3b;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > div,
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > p {
  display: inline-block;
  vertical-align: top;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku {
  margin: 0 20px 0 0;
}
.rtl .topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku {
  margin: 0 0 0 20px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku > span {
  font-weight: bold;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price {
  color: #b97c3b;
  font-weight: 500;
  font-size: 14px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price span.price-label {
  color: #666;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price ins {
  text-decoration: none;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price del {
  color: #999;
}
.carousel-indicators {
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 0 25px;
}
@media (max-width: 480px) {
  .carousel-indicators {
    margin: 0;
  }
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
  text-indent: 9999px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #999;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #222222;
}
.home .listing-title,
.home .soaz_breadcrumbs,
header-style2 .listing-title,
header-style2 .soaz_breadcrumbs,
.home-style2 .listing-title,
.home-style2 .soaz_breadcrumbs,
.home-style3 .listing-title,
.home-style3 .soaz_breadcrumbs,
.home-style4 .listing-title,
.home-style4 .soaz_breadcrumbs,
.home-style6 .listing-title,
.home-style6 .soaz_breadcrumbs,
.home-style5 .listing-title,
.home-style5 .soaz_breadcrumbs {
  display: none;
}
.about-us .listing-title,
.contact-us .listing-title,
.my-account .listing-title,
.cart .listing-title,
.wishlist .listing-title,
.checkout .listing-title,
.portfolio-2-columns .listing-title,
.portfolio-3-columns .listing-title,
.portfolio-4-columns .listing-title,
.portfolio-masonry .listing-title {
  display: none;
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0 20px 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.block-popup-login form.login,
.block-popup-login form.register {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0;
}
.rtl .block-popup-login form.login,
.rtl .block-popup-login form.register {
  text-align: right;
}
.block-popup-login form.login.loading,
.block-popup-login form.register.loading {
  height: auto;
}
.block-popup-login form.login.loading:before,
.block-popup-login form.register.loading:before {
  opacity: 0.7;
}
.block-popup-login .tt_popup_login {
  height: 42px;
  background-color: #b97c3b;
  margin: 0 -20px;
  padding: 0 10px;
}
.block-popup-login .tt_popup_login strong {
  line-height: 42px;
  display: inline-block;
  padding-left: 55px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  background-image: url(../assets/img/bg_general.png);
  background-repeat: no-repeat;
  background-position: -20px -700px;
  position: relative;
  padding-right: 10px;
  background-color: #b97c3b;
}
.rtl .block-popup-login .tt_popup_login strong {
  background-position: right -20px top -700px;
  padding-left: 10px;
  padding-right: 55px;
}
.block-popup-login .block-content {
  padding-top: 30px;
  padding-bottom: 40px;
  font-weight: normal;
}
.block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  border-left: 1px solid #d0d0d0;
  border-right: 0;
  padding-left: 30px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login {
  position: relative;
  float: left;
  margin-top: 10px;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  background-color: #b97c3b;
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  padding: 0 48px 0px 25px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login:hover {
  background-color: #92622f;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1593px;
  content: '';
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 5;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  right: 20px;
  left: auto;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
  color: #464646;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-right: 30px;
  padding-left: 0;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.block-popup-login .block-content .note-reg {
  margin: 0;
}
.block-popup-login .block-content .list-log {
  list-style: none;
  margin: 0;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
  border-left: none;
  line-height: 22px;
}
.rtl .block-popup-login .block-content .list-log li {
  padding: 2px 14px 2px 0;
}
.rtl .block-popup-login .block-content .list-log li:before {
  right: 0;
  left: auto;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0 42px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #b97c3b;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #92622f;
}
.block-popup-login .email-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -160px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}
.rtl .block-popup-login .email-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .pass-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -100px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}
.rtl .block-popup-login .pass-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .input-text {
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0 52px;
  height: 40px !important;
  font-size: 108.33%;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0 5px;
}
.block-popup-login .ft-link-p a {
  color: #464646;
  padding: 0;
  border: 0;
}
.block-popup-login .ft-link-p a:hover {
  color: #b97c3b;
}
.block-popup-login #login_message {
  clear: both;
  padding: 10px 0;
  color: #049e06;
}
.block-popup-login #login_message > a {
  font-weight: bold;
}
.block-popup-login #login_message.error {
  color: #ec0122;
}
.block-popup-login .login-line {
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}
.block-popup-login .login-line:before {
  content: '';
  position: absolute;
  top: 10px;
  height: 1px;
  left: 0;
  width: 100%;
  background: #ccc;
}
.block-popup-login .login-line > span {
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
}
.block-popup-login .social-networks {
  text-align: center;
}
.close-login {
  display: inline-block;
  background: url(../assets/img/bg_general.png) no-repeat;
  background-position: -24px -2208px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 7px;
  left: auto;
  top: 7px;
  position: absolute;
  opacity: 1;
}
.close-login:hover {
  opacity: 0.7;
}
.rtl .close-login {
  left: 7px;
  right: auto;
}
.header-right-bar .menu-wishlist a {
  background: url(../assets/img/icon-style1.png) no-repeat 24px -40px;
  font-size: 0;
  width: 65px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-right-bar .menu-wishlist a:before {
  display: none;
}
.header-right-bar .menu-wishlist a:hover {
  opacity: 0.75;
}
.header-style1 .header-right-bar .menu-wishlist a:before {
  font-family: 'Nucleo';
  content: "\ea1f";
}
.header-right-bar .top-login {
  padding: 0;
}
.header-right-bar .top-login ul {
  margin: 0;
}
.header-right-bar .top-login ul li {
  list-style: none;
}
.header-style1 .header-right-bar .top-login ul li {
  padding: 0 0 0 20px;
}
.rtl .header-style1 .header-right-bar .top-login ul li {
  padding: 0 20px 0 0;
}
.header-style1 .header-right-bar .top-login ul li .space {
  padding: 0 6px;
  color: #999;
}
.header-right-bar .top-login ul li a {
  font-size: 0;
  width: 65px;
  height: 50px;
  display: block;
  text-align: center;
  background: url(../assets/img/icon-style1.png) no-repeat 24px -105px;
  cursor: pointer !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-right-bar .top-login ul li a:hover {
  opacity: 0.75;
}
.header-style1 .header-right-bar .top-login ul li a {
  background: #fff;
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 0;
  color: #999;
  display: inline-block;
}
.header-style1 .header-right-bar .top-login ul li a:hover {
  color: #b97c3b;
}
.header-right-bar .header-mes a {
  color: #666;
  display: inline-block;
  vertical-align: top;
  padding: 15px 10px;
  font-size: 12px;
}
.header-right-bar .header-mes a:hover {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mid {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.header-style1 .header-mid {
  padding: 0;
}
.header-style3 .header-mid {
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .header-style3 .header-mid {
    padding: 40px 0 33px;
  }
}
.header-mid .soaz-logo {
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-style3 .header-mid .soaz-logo {
  width: 100%;
  height: auto;
  max-height: 40px;
  justify-content: center;
}
.header-mid .soaz-logo a img {
  max-width: 80px;
}
@media (min-width: 1400px) {
  .header-style2 .header-mid .soaz-logo a img {
    max-width: initial;
    width: 100px;
    margin: 0 auto;
  }
}
.header-mid .header-right {
  position: relative;
  margin-top: 10px;
  margin-right: 15px;
}
.rtl .header-mid .header-right {
  margin-right: 0;
  margin-left: 15px;
}
.header-mid .header-right:hover .header-right-bar {
  opacity: 1;
  visibility: visible;
  top: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mid .header-right:hover .header-right-bar .widget {
  display: block;
}
.header-mid .header-right .fa {
  font-size: 17px;
  font-family: FontAwesome;
  text-align: center;
  color: #222222;
  height: 40px;
  line-height: 38px;
  width: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mid .header-right .fa:hover {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mid .header-right .header-right-bar {
  position: absolute;
  right: 0;
  top: 90px;
  box-shadow: 1px 1px 2px #ccc;
  background: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-mid .header-right .header-right-bar {
  right: auto;
  left: 0;
}
.header-mid .header-right .header-right-bar .widget {
  display: none;
}
.header-mid .header-right .header-right-bar h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 600;
}
.header-mid .header-right .widget_nav_menu ul.menu {
  width: 145px;
  right: 40px;
  top: 38px;
  margin-bottom: 20px;
}
.header-mid .header-right .widget_nav_menu ul.menu > li {
  float: none;
  border: none;
}
.header-mid .header-right .widget_nav_menu ul.menu > li > a {
  font-size: 13px;
  padding: 0 0 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mid .header-right .widget_nav_menu ul.menu > li > a:after {
  content: '-';
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.rtl .header-mid .header-right .widget_nav_menu ul.menu > li > a:after {
  left: auto;
  right: 0;
}
.header-mid .header-right .widget_nav_menu ul.menu > li > a span.fa {
  margin-right: 10px;
}
.header-mid .header-right .widget_nav_menu ul.menu > li > a:hover {
  color: #b97c3b;
  padding: 0 0 5px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mid .header-right .widget_nav_menu ul.menu > li > a:hover:after {
  opacity: 1;
  visibility: visible;
}
.rtl .header-mid .header-right .widget_nav_menu ul.menu > li > a:hover {
  padding: 0 10px 5px 0;
}
.header-mid .header-right .currency_w {
  margin: 0;
}
.rtl .header-mid .header-right .currency_w {
  margin: 0;
}
.header-mid .header-right .currency_w > li {
  padding: 0;
}
.header-mid .header-right .currency_w > li > a {
  display: none;
}
.header-mid .header-right .currency_w > li ul {
  position: static;
  visibility: visible;
  opacity: 1;
  padding: 0;
  box-shadow: none;
  width: auto;
  border: none;
}
.header-mid .header-right .lang_sel {
  margin: 0 0 30px 0;
}
.rtl .header-mid .header-right .lang_sel {
  margin: 0;
}
.header-mid .header-right .lang_sel ul.nav > li {
  padding: 0;
}
.header-mid .header-right .lang_sel ul.nav > li > a {
  float: right;
  padding: 0 5px;
}
.header-mid .header-right .lang_sel ul.nav > li ul {
  position: static;
  visibility: visible;
  opacity: 1;
  padding: 0;
  box-shadow: none;
  width: 145px;
  border: none;
}
.header-cart {
  margin-top: 11px;
}
.search-cate {
  margin: 0;
  position: relative;
}
.search-cate .icon-search {
  cursor: pointer;
}
.search-cate .icon-search .icon-zoom-2 {
  display: inline-block;
  padding: 0;
  font-family: "Nucleo";
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  color: #222222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.search-cate .icon-search label {
  cursor: pointer;
  font-size: 13px;
  color: #aaa;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 0;
}
.search-cate .icon-search:hover .icon-zoom-2,
.search-cate .icon-search:hover label {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.search-cate .icon-search.closex .icon-zoom-2:before {
  content: "\ea17";
}
.rtl .search-cate .top-form.top-search {
  float: left;
}
.search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.search-cate .top-form.top-search .topsearch-entry input {
  font-size: 14px;
  color: #999;
  background: #fff;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 0;
}
.header-style4 .search-cate .top-form.top-search .topsearch-entry input,
.header-style1 .search-cate .top-form.top-search .topsearch-entry input {
  height: 32px;
  line-height: 30px;
}
.header-style3 .search-cate .top-form.top-search .topsearch-entry input {
  height: 40px;
  line-height: 35px;
  color: #ccc;
  background-color: #f5f5f5;
}
.header-style2 .search-cate .top-form.top-search .topsearch-entry input {
  background: transparent;
  height: 50px;
  line-height: 48px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #fff;
  border-radius: 0;
  height: 40px;
  line-height: 38px;
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style4 .search-cate .top-form.top-search .topsearch-entry .button-search-pro,
.header-style1 .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  height: 32px;
  line-height: 30px;
}
.header-style4 .search-cate .top-form.top-search .topsearch-entry .button-search-pro:before,
.header-style1 .search-cate .top-form.top-search .topsearch-entry .button-search-pro:before {
  font-size: 0;
}
.search-cate .top-form.top-search .topsearch-entry .button-search-pro.loading:before {
  background-color: transparent;
}
.header-style3 .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  height: 40px;
  line-height: 40px;
  color: #222222;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
}
.header-style3 .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: transparent;
}
.header-style3 .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover:before {
  color: #b97c3b;
}
.header-style3 .search-cate .top-form.top-search .topsearch-entry .button-search-pro.loading:before {
  background-color: transparent;
}
.header-style2 .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background: transparent;
  color: #909090;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
  line-height: 48px;
}
.search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  opacity: 0.75;
}
.search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover:before {
  color: #999;
}
.soaz_top .top-form.top-search {
  vertical-align: top;
  border-radius: 0;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 30px;
  border: 1px solid #ddd;
  width: 300px;
  display: none;
}
.header-style4 .soaz_top .top-form.top-search {
  top: -7px;
  right: 40px;
}
.rtl .header-style4 .soaz_top .top-form.top-search {
  right: auto;
  left: 40px;
}
.header-style1 .soaz_top .top-form.top-search {
  top: -10px;
  right: 30px;
}
.rtl .header-style1 .soaz_top .top-form.top-search {
  right: auto;
  left: 30px;
}
.header-style2 .soaz_top .top-form.top-search {
  background: transparent;
  display: block;
  position: initial;
  border: 0;
}
.header-style3 .soaz_top .top-form.top-search {
  display: block;
  position: initial;
  border: 0;
  width: auto;
}
.rtl .soaz_top .top-form.top-search {
  right: auto;
  left: 0;
}
.soaz_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.soaz_top .top-form.top-search .cat-wrapper {
  background-color: #fff;
  position: absolute;
  height: 44px;
  top: 0;
  left: 0;
  right: auto;
  border-radius: 0;
  color: #222222;
  border-right: 1px solid #b97c3b;
}
.soaz_top .top-form.top-search .cat-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #232f3e;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.rtl .soaz_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #b97c3b;
  border-right: 0;
  right: 0;
  left: auto;
}
.rtl .soaz_top .top-form.top-search .cat-wrapper:before {
  left: 15px;
  right: auto;
}
.soaz_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  margin-bottom: 0;
  color: #232f3e;
}
.soaz_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0 5px 0;
  height: 44px;
  width: 135px;
}
.soaz_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.soaz_top .top-form.top-search input {
  width: 100%;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 35px;
  margin-bottom: 0;
  border-radius: 20px;
}
.soaz_top .top-form.top-search button.form-button {
  height: 35px;
  line-height: 35px;
  margin: 0;
  border: 0;
  width: 15%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  background-color: #2d2d2d;
}
.rtl .soaz_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.soaz_top .top-form.top-search button.form-button:hover {
  background: none repeat scroll 0 0;
}
.soaz_top .top-form.top-search button.form-button:hover:before {
  color: #fff;
}
.soaz_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .soaz_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.lang_sel a,
.lang_sel a:visited {
  border: none;
  padding: 0;
}
.lang_sel a:hover,
.lang_sel a:visited:hover {
  color: #b97c3b !important;
}
.lang_sel a:hover:after,
.lang_sel a:visited:hover:after {
  color: #b97c3b !important;
}
.lang_sel a.lang_sel_sel:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  margin-left: 6px;
  vertical-align: top;
  color: #666;
  line-height: 18px;
}
.rtl .lang_sel a.lang_sel_sel:after {
  margin-right: 6px;
  margin-left: 0;
}
.lang_sel img.iclflag {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rtl .lang_sel img.iclflag {
  margin: 0 0 0 5px;
}
.lang_sel > ul.nav {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.lang_sel > ul.nav > li {
  position: relative;
  padding: 15px 0;
}
.header-style1 .lang_sel > ul.nav > li {
  padding: 0 20px;
}
.header-style2 .lang_sel > ul.nav > li {
  padding: 0 30px 0 0;
  margin: 15px 0;
  border-right: 1px solid #ddd;
}
.rtl .header-style2 .lang_sel > ul.nav > li {
  padding: 0 0 0 30px;
  border-right: 0;
  border-left: 1px solid #ddd;
}
.lang_sel > ul.nav > li > a {
  background-color: transparent;
  color: #666;
  font-size: 14px;
  float: right;
  padding: 0 5px;
}
.header-style1 .lang_sel > ul.nav > li > a {
  float: none;
  padding: 0;
  color: #999;
  font-size: 12px;
}
.lang_sel > ul.nav > li > a img {
  display: none;
}
.lang_sel > ul.nav > li > ul {
  border: 1px #dddddd solid;
  left: 0;
  top: 55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  position: absolute;
  background: #fff;
  width: 125px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
.rtl .lang_sel > ul.nav > li > ul {
  right: 0;
  left: auto;
}
.lang_sel > ul.nav > li > ul li {
  text-align: left;
  background: #f6f6f6;
  list-style: none;
  border: 1px #f6f6f6 solid;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .lang_sel > ul.nav > li > ul li {
  text-align: right;
}
.lang_sel > ul.nav > li > ul li.active,
.lang_sel > ul.nav > li > ul li:hover {
  border-color: #222222;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lang_sel > ul.nav > li > ul li a {
  color: #222222;
  display: block;
  height: auto;
  padding: 0 10px;
  line-height: 28px;
}
.lang_sel > ul.nav > li > ul li a .iclflag {
  margin-right: 6px;
}
.rtl .lang_sel > ul.nav > li > ul li a .iclflag {
  margin-left: 6px;
  margin-right: 0;
  margin-top: -5px;
}
.lang_sel > ul.nav > li > ul li:last-child {
  margin-bottom: 0;
}
.lang_sel > ul.nav > li > ul:before {
  content: "";
  display: inline-block;
  background: transparent;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -3px;
  right: 0;
}
.lang_sel > ul.nav > li:hover > ul {
  top: 30px;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.currency_w {
  margin: 0 0 0 25px;
}
.rtl .currency_w {
  margin: 0 25px 0 0;
}
.header-style1 .currency_w {
  margin: 0 20px;
}
.currency_w > li {
  position: relative;
  list-style: none;
  padding: 15px 0;
}
.header-style1 .currency_w > li {
  padding: 0;
}
.currency_w > li > a {
  display: block;
  color: #666;
  font-size: 14px;
}
.currency_w > li > a:hover {
  color: #b97c3b !important;
}
.currency_w > li > a:hover:after {
  color: #b97c3b !important;
}
.header-style1 .currency_w > li > a {
  color: #999;
  font-size: 12px;
}
.currency_w > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 6px;
  color: #666;
  line-height: 18px;
  vertical-align: top;
}
.rtl .currency_w > li > a:after {
  margin-right: 6px;
  margin-left: 0;
}
.currency_w > li .currency_switcher {
  border: 1px #dddddd solid;
  left: 0;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  width: 75px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  top: 55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .currency_w > li .currency_switcher {
  right: 0;
  left: auto;
}
.currency_w > li .currency_switcher li {
  width: 100%;
  margin: 0 0 5px 0;
  list-style: none;
}
.currency_w > li .currency_switcher li:hover a {
  background: #fff;
  border-color: #222222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.currency_w > li .currency_switcher li a {
  background: none;
  padding: 0 10px;
  border: 1px #f6f6f6 solid;
  border-radius: 0;
  line-height: 28px;
  height: 28px;
  color: #222222;
  background: #f6f6f6;
  display: block;
}
.currency_w > li .currency_switcher li a.active {
  background: #fff;
  border-color: #222222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.currency_w > li .currency_switcher li:last-child {
  margin-bottom: 0;
}
.currency_w > li .currency_switcher:before {
  content: "";
  display: block;
  background: transparent;
  height: 3px;
  position: absolute;
  top: -3px;
  width: 100%;
}
.currency_w > li:hover .currency_switcher {
  top: 30px;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style2 .currency_w > li:hover .currency_switcher {
  top: 45px;
}
.top-form {
  position: relative;
  float: right;
}
.top-form:hover .wrapp-minicart {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.top-form.top-form-minicart {
  cursor: pointer;
  position: relative;
}
.top-form.top-form-minicart .top-minicart-icon i.icon {
  margin-right: 5px;
  line-height: 15px;
}
.rtl .top-form.top-form-minicart .top-minicart-icon i.icon {
  margin-left: 5px;
  margin-right: 0;
}
.top-form.top-form-minicart .top-minicart-icon a {
  font-size: 0;
  width: 65px;
  height: 50px;
  display: block;
  text-align: center;
  background: url(../assets/img/icon-style1.png) no-repeat 24px 15px;
  cursor: pointer !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon a,
.header-style5 .top-form.top-form-minicart .top-minicart-icon a {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 30px;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon a:hover,
.header-style5 .top-form.top-form-minicart .top-minicart-icon a:hover {
  color: #b97c3b;
}
.header-style1 .top-form.top-form-minicart .top-minicart-icon a {
  background: url(../assets/img/cart-header.svg) no-repeat;
  background-size: 18px;
  width: 45px;
  height: 20px;
  background-position: 2px 2px;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon a {
  font-size: 12px;
  text-transform: uppercase;
  background: initial;
  width: auto;
  height: auto;
  position: relative;
  font-weight: 400;
}
.top-form.top-form-minicart .top-minicart-icon a:hover {
  opacity: 0.75;
}
.top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 10px;
  background-color: #b97c3b;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon a .minicart-number,
.header-style5 .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  background-color: transparent;
  color: #555;
  float: right;
  width: auto;
  height: auto;
  font-size: 12px;
  position: initial;
  line-height: 28px;
  padding: 0 5px;
  font-weight: 300;
}
.header-style1 .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  background: initial;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  height: auto;
  vertical-align: bottom;
  top: 3px;
  line-height: 18px;
  right: 0;
}
.top-form.top-form-minicart .top-minicart-icon a:hover {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.top-form.top-form-minicart .top-minicart-icon a:hover i.icon {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.top-form .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform .3s ease;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 40px;
  width: 318px;
  z-index: 99999;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.255);
}
.top-form .wrapp-minicart:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.rtl .top-form .wrapp-minicart {
  left: 0;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding .number-item {
  padding: 25px 20px 10px;
  font-size: 13px;
  color: #7d7d7d;
}
.top-form .wrapp-minicart .minicart-padding .number-item .item {
  color: #b97c3b;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content {
  background: #fff;
  max-height: 345px;
  overflow: auto;
  padding: 0px 15px 0px 20px;
  margin-left: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li {
  list-style: none;
  position: relative;
  padding: 25px 0 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  display: inline-block;
  width: 100px;
  background: #fff;
  border: 1px #dddddd;
  float: left;
  margin-right: 20px;
  position: relative;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  position: absolute;
  top: 19px;
  right: 0;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  left: 0;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action a.btn-remove {
  display: block;
  margin: 7px 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action .btn-edit {
  display: block;
  margin: 7px 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item {
  overflow: hidden;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
  margin: 0;
  padding-right: 20px;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
  padding-left: 20px;
  padding-right: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  text-transform: capitalize;
  line-height: 22px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover {
  color: #b97c3b;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: left;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: right;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price {
  display: block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price span.amount {
  font-weight: 500;
  font-size: 16px;
  color: #b97c3b;
  padding: 10px 0px;
  display: inline-block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #717171;
  font-size: 15px;
  border: 1px solid #dddddd;
}
.top-form .wrapp-minicart .cart-checkout {
  line-height: normal;
}
.top-form .wrapp-minicart .cart-checkout .price-total {
  line-height: 41px;
  padding: 0 25px;
}
.top-form .wrapp-minicart .cart-checkout .price-total .label-price-total {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: right;
}
.rtl .top-form .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: left;
}
.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w span.price span.amount {
  font-weight: 500;
  font-size: 20px;
  color: #b97c3b;
}
.top-form .wrapp-minicart .cart-checkout .cart-links {
  padding: 15px 22px 25px;
  overflow: hidden;
  width: 100%;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: left;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: right;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: right;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: left;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: left;
  width: 50%;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: right;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  line-height: 43px;
  height: 45px;
  border: 1px solid #dddddd;
  padding: 0 25px;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a {
  border: 1px solid #b97c3b;
  color: #fff;
  background-color: #b97c3b;
}
.event {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  padding: 11px 0 9px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-self: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .event {
    text-align: center;
    padding: 0;
  }
  .event i {
    display: none;
  }
}
.event i {
  line-height: 20px;
  float: left;
  padding: 0 10px 0 0;
}
.rtl .event i {
  padding: 0 0 0 10px;
  float: right;
}
.event p {
  margin: 0;
}
.dt-top-share ul {
  margin: 0;
}
.dt-top-share ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.rtl .dt-top-share ul li {
  padding: 0 0 0 20px;
}
.dt-top-share ul li a {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.dt-top-share ul li a:hover {
  color: #b97c3b;
}
.header-left-bar {
  width: 25%;
}
@media (max-width: 991px) {
  .header-left-bar {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .header-left-bar {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .header-left-bar {
    display: none;
  }
}
.header-left-bar > div {
  line-height: 20px;
  display: inline-block;
}
.header-right-bar {
  padding: 11px 15px 9px;
  text-align: right;
}
.header-style2 .header-right-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  width: 18%;
  padding: 0;
  text-align: initial;
}
@media (max-width: 991px) {
  .header-right-bar {
    padding: 11px 15px 9px;
  }
}
.rtl .header-right-bar {
  text-align: left;
}
@media (max-width: 767px) {
  .header-right-bar {
    text-align: center;
  }
  .rtl .header-right-bar {
    text-align: center;
  }
}
.header-right-bar > div {
  line-height: 20px;
  display: inline-block;
  border-left: 1px solid #ddd;
}
.header-right-bar > div:first-child {
  border: 0;
}
.menu-wishlist {
  color: #222;
  font-weight: 600;
}
.header-style1 .menu-wishlist {
  line-height: 18px;
}
.menu-wishlist a {
  font-size: 0;
}
.menu-wishlist a:before {
  content: "\ea0a";
  font-family: 'Nucleo';
  color: #222;
  font-weight: 600;
  font-size: 14px;
}
.menu-wishlist a:before:hover {
  color: #b97c3b;
}
.min-right1 {
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .min-right1 {
    height: 45px;
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  .min-right1 {
    width: 50%;
  }
}
.min-right1 .menu-wishlist a:before {
  display: inline-block;
}
@media (min-width: 1200px) {
  .min-right1 .menu-wishlist a:before {
    padding: 2px 0px 0;
  }
}
.min-right1 > div {
  float: left;
}
.min-right1 > div.icon-search {
  color: #222;
  font-weight: 600;
  font-size: 14px;
}
.rtl .min-right1 > div.icon-search {
  padding: 0 0 0 15px;
}
.min-right1 > div > div {
  float: left;
  cursor: pointer;
}
.min-right1 > div > div a {
  color: #191919;
}
.min-right1 > div > div a:hover::before {
  color: #b97c3b;
}
.min-right1 > div > div.widget {
  padding: 0 0 0 20px;
  vertical-align: top;
  cursor: pointer;
}
.min-right1 > div > div.widget.sw_ajax_woocommerce_search {
  position: absolute;
}
.rtl .min-right1 > div > div.widget {
  padding: 0 20px 0 0;
}
.header-style5 .header-mid .soaz-logo a img {
  max-width: 80px;
}
.header-style2 .header-right-bar .top-login ul li .space,
.header-style2 .header-right-bar .top-login ul li a.register {
  display: none;
}
body.resmenu-open {
  position: relative;
}
@media (max-width: 568px) {
  body.resmenu-open {
    position: initial;
  }
}
body.resmenu-open:before {
  content: '';
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
}
.header-style3 .sticky-menu1.search-cate {
  position: fixed;
  padding: 15px 0;
  right: 25px;
}
@media (max-width: 991px) {
  .header-style3 .sticky-menu1.search-cate {
    padding: 9px 0;
  }
}
.rtl .header-style3 .sticky-menu1.search-cate {
  left: 25px;
  right: auto;
}
.header-style3 .sticky-menu1.search-cate input {
  border-bottom: 1px solid #ddd;
}
.header-style3 .sticky-menu .primary-menu .navbar-inverse {
  text-align: left;
}
.rtl .header-style3 .sticky-menu .primary-menu .navbar-inverse {
  text-align: right;
}
.header-style4 .sticky-menu.header-mid .soaz-logo {
  padding: 7px 0;
}
@media (max-width: 767px) {
  .header-style4 .sticky-menu.header-mid .soaz-logo {
    padding: 5px 0;
  }
}
@media (max-width: 320px) {
  .header-style4 .sticky-menu.header-mid .soaz-logo img {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-style4 .sticky-menu.header-mid .header-contact span {
    display: none;
  }
}
.header-style1 .sticky-menu .soaz-logo {
  height: 50px;
}
.header-style1 .sticky-menu .nav-pills > li > a {
  padding: 12px 20px;
}
.header-style1 .sticky-menu .min-right1 {
  height: 50px;
  padding: 0 15px;
}
.header-style1 .header-mid.sticky-menu,
.header-style4 .header-mid.sticky-menu {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 200;
  padding: 5px 0;
}
.header-style3 .sticky-menu {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 199;
}
.header-style3 .sticky-menu .nav-pills > li > a {
  padding: 22px 24px;
}
.primary-menu .navbar-inverse {
  background-color: transparent;
  border-color: #fff;
  text-align: left;
}
.header-style1 .primary-menu .navbar-inverse,
.header-style2 .primary-menu .navbar-inverse,
.header-style3 .primary-menu .navbar-inverse,
.header-style4 .primary-menu .navbar-inverse,
.header-style6 .primary-menu .navbar-inverse {
  text-align: center;
}
.nav-pills {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.nav-pills.nav-css > li {
  float: none;
  display: inline-block;
}
.header-style1 .nav-pills.nav-css > li > a {
  padding: 22px 20px;
}
.nav-pills.nav-css > li.dropdown > a span.menu-img {
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-pills.nav-css > li.dropdown > .dropdown-menu > li.dropdown-submenu > a:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: 13px;
  right: 0;
  left: auto;
  width: auto;
  background-color: transparent;
}
.rtl .nav-pills.nav-css > li.dropdown > .dropdown-menu > li.dropdown-submenu > a:before {
  content: "\f104";
  right: auto;
  left: 0;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu {
  box-shadow: none;
  padding: 0;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li {
  width: 100%;
  padding: 0 20px;
  background-color: #fafafa;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li > a {
  padding: 14px 0;
  color: #222222;
  font-size: 14px;
  text-transform: capitalize;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li > a:after {
  content: "";
  opacity: 0;
  visibility: visible;
  transition: all 0.3s;
  width: 25px;
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 1px;
  background-color: #b97c3b;
}
.rtl .nav-pills.nav-css > li.dropdown .dropdown-menu li > a:after {
  left: auto;
  right: 0;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li > a:hover {
  color: #b97c3b;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li > a:hover:after {
  opacity: 1;
  visibility: visible;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li.active > a {
  color: #b97c3b;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li.active > a:after {
  opacity: 1;
  visibility: visible;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li:last-child > a {
  border: 0;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
}
.rtl .nav-pills.nav-css > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu > a {
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a,
.nav-pills.nav-css > li.dropdown .dropdown-menu li.dropdown-submenu:focus > a {
  color: #b97c3b;
}
.nav-pills.nav-css > li:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills > li {
  float: none;
  display: inline-block;
}
.header-style2 .nav-pills > li {
  width: 100%;
  text-align: left;
}
.rtl .header-style2 .nav-pills > li {
  text-align: right;
}
.nav-pills > li > a {
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
  padding: 22px 20px;
  font-weight: 600;
  display: block;
  font-size: 16px;
  line-height: 27px;
  color: #222222;
}
.header-style2 .nav-pills > li > a {
  font-size: 13px;
}
@media (min-width: 1400px) {
  .header-style2 .nav-pills > li > a {
    font-size: 16px;
  }
}
.nav-pills > li > a:before {
  content: "";
  opacity: 0;
  visibility: visible;
  transition: all 0.3s;
  width: 25px;
  position: absolute;
  bottom: 15px;
  left: 22px;
  height: 2px;
  background-color: #222222;
}
.header-style1 .nav-pills > li > a:before {
  bottom: 20px;
}
.rtl .nav-pills > li > a:before {
  left: auto;
  right: 22px;
}
.header-style2 .nav-pills > li > a {
  color: #fff;
  padding: 10px 11%;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: transparent !important;
}
.nav-pills > li > a:hover:before,
.nav-pills > li > a:focus:before {
  visibility: visible;
  opacity: 1;
}
.nav-pills > li.active > a {
  color: #b97c3b;
}
.nav-pills > li.dropdown > a {
  position: relative;
}
.nav-pills > li.dropdown > a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
  font-size: 12px;
}
.header-style2 .nav-pills > li.dropdown > a:after {
  content: '\f0da';
  right: 20px;
}
@media (min-width: 1400px) {
  .header-style2 .nav-pills > li.dropdown > a:after {
    right: 30px;
  }
}
.rtl .header-style2 .nav-pills > li.dropdown > a:after {
  content: '\f0d9';
  right: auto;
  left: 20px;
}
@media (min-width: 1400px) {
  .rtl .header-style2 .nav-pills > li.dropdown > a:after {
    right: auto;
    left: 30px;
  }
}
.rtl .nav-pills > li.dropdown > a:after {
  left: 8px;
  right: auto;
}
.nav-pills > li.dropdown .dropdown-menu {
  text-align: left;
  display: block;
  visibility: hidden;
  top: 125%;
  padding: 15px 25px;
  border: none;
  min-width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.header-style2 .nav-pills > li.dropdown .dropdown-menu {
  left: 100% !important;
  top: 0 !important;
}
.rtl .header-style2 .nav-pills > li.dropdown .dropdown-menu {
  right: 100% !important;
  left: auto !important;
}
.rtl .nav-pills > li.dropdown .dropdown-menu {
  text-align: right;
}
.nav-pills > li.dropdown .dropdown-menu li {
  width: 100%;
}
.nav-pills > li.dropdown .dropdown-menu li.menu-wishlist {
  color: #555;
  font-weight: 400;
}
.nav-pills > li.dropdown .dropdown-menu li.menu-wishlist a span {
  font-size: 14px;
}
.nav-pills > li.dropdown .dropdown-menu li.menu-wishlist a::before {
  content: "";
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  color: #555;
  font-weight: 400;
}
.nav-pills > li.dropdown .dropdown-menu li > a {
  position: relative;
  text-transform: capitalize;
  display: block;
  padding: 12px 0;
  color: #555;
}
.nav-pills > li.dropdown .dropdown-menu li > a:hover {
  color: #b97c3b;
}
.nav-pills > li.dropdown .dropdown-menu li > a:hover:before {
  content: "";
  width: 25px;
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 1px;
  background-color: #b97c3b;
}
.rtl .nav-pills > li.dropdown .dropdown-menu li > a:hover:before {
  left: auto;
  right: 0;
}
.nav-pills > li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: -16px;
  left: 110%;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills > li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 110%;
}
.nav-pills > li.dropdown .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills > li.dropdown .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills > li.dropdown:hover:before {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills > li.dropdown > .dropdown-menu.visible {
  visibility: visible;
  top: 105%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-style2 .nav-pills > li.dropdown > .dropdown-menu.visible {
  top: 0;
  left: 100% !important;
}
.rtl .header-style2 .nav-pills > li.dropdown > .dropdown-menu.visible {
  left: auto !important;
  right: 100% !important;
}
.nav-pills > li.active {
  position: relative;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #222222;
}
.header-style2 .nav-pills > li.active > a,
.header-style2 .nav-pills > li.active > a:hover,
.header-style2 .nav-pills > li.active > a:focus {
  color: #b97c3b;
}
.nav-pills > li.active > a:before,
.nav-pills > li.active > a:hover:before,
.nav-pills > li.active > a:focus:before {
  opacity: 1;
  visibility: visible;
}
.nav-pills .dropdown-menu li.active > a,
.nav-pills .dropdown-menu li:hover > a {
  color: #b97c3b;
  background-color: transparent;
}
.nav-pills.nav-mega .menu-img {
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-pills.nav-mega .soaz-mega-menu .wpb_raw_html {
  margin-bottom: 0;
}
.nav-pills.nav-mega .soaz-mega-menu.soaz-menu-img > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu {
  padding: 30px 15px 15px;
  width: 100%;
  visibility: hidden;
  box-shadow: 0px 0px 5px #999;
}
.header-style2 .nav-pills.nav-mega .soaz-mega-menu .dropdown-menu {
  top: 0;
  left: 100% !important;
}
.rtl .header-style2 .nav-pills.nav-mega .soaz-mega-menu .dropdown-menu {
  left: auto !important;
  right: 100% !important;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu li.active > a,
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu li:hover > a {
  background-color: transparent;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu li .dropdown-sub > li.active > a,
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu li .dropdown-sub > li:hover > a {
  background-color: transparent;
  color: #b97c3b;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu li .dropdown-sub > li.active > a:before,
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu li .dropdown-sub > li:hover > a:before {
  content: "";
  width: 25px;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 1px;
  background-color: #b97c3b;
}
.rtl .nav-pills.nav-mega .soaz-mega-menu .dropdown-menu li .dropdown-sub > li.active > a:before,
.rtl .nav-pills.nav-mega .soaz-mega-menu .dropdown-menu li .dropdown-sub > li:hover > a:before {
  left: auto;
  right: 0;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu > li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu > li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu > li.image-full > a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu > li.image-full > a .menu-title {
  display: none;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu > li.image-full img {
  width: 100%;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu > li .item-bottom {
  display: none;
}
.rtl .nav-pills.nav-mega .soaz-mega-menu .dropdown-menu > li {
  float: right;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu > a,
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu > .have-title {
  text-transform: uppercase;
  padding: 0;
  display: block;
  color: #555;
  font-size: 12px;
  font-weight: 600;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu > a .menu-title,
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu > .have-title .menu-title {
  display: block;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu > a .menu-title:before,
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu > .have-title .menu-title:before {
  content: "";
  width: 55px;
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 1px;
  background-color: #b97c3b;
}
.rtl .nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu > a .menu-title:before,
.rtl .nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu > .have-title .menu-title:before {
  left: auto;
  right: 0;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 5px 0;
  text-transform: capitalize;
  font-size: 14px;
  color: #999;
  line-height: 25px;
  position: relative;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: #b97c3b;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover:before {
  content: "";
  width: 25px;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 1px;
  background-color: #b97c3b;
}
.rtl .nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover:before {
  left: auto;
  right: 0;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub > li .menu-img {
  float: left;
  right: 22px;
  top: -12px;
}
.rtl .nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub > li .menu-img {
  float: right;
  left: 40px;
  right: auto;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-1 {
  min-width: 1170px;
  padding: 30px 0 15px;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-1 > li {
  width: 100%;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-2 {
  min-width: 380px;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-2 > li {
  width: 50%;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-3 > li {
  width: 33.33%;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-4 {
  min-width: 875px;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-4 > li {
  width: 25%;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu.column-5 > li {
  width: 20%;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .soaz-menu-img > a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .soaz-menu-img > a:hover {
  color: #b97c3b;
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .soaz-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .soaz-mega-menu .dropdown-menu .menu-shortcode > a {
  display: none;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col5 .dropdown-menu.column-5 > li {
  width: 18%;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col5 .dropdown-menu.column-5 > li.soaz-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-mega-product .dropdown-menu > li {
  padding: 0;
}
.nav-pills.nav-mega .soaz-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .soaz-menu-custom > .dropdown-menu > li.active > a {
  color: #b97c3b;
}
.nav-pills.nav-mega .soaz-menu-custom ul {
  box-shadow: 0 0 5px #999;
}
.nav-pills.nav-mega .soaz-menu-custom ul .menu-img {
  display: none;
}
.nav-pills.nav-mega .soaz-menu-custom ul > li > a {
  font-size: 14px;
}
.nav-pills.nav-mega .soaz-menu-custom ul li > .have-title {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav-pills.nav-mega .soaz-menu-custom ul li > .have-title:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 6px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.rtl .nav-pills.nav-mega .soaz-menu-custom ul li > .have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu > ul {
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  min-width: 180px;
}
.rtl .nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu > ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu > ul > li {
  position: relative;
}
.nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu > ul > li ul {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu > ul > li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu > ul > li ul > li:hover > ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu > ul > li ul > li:hover > ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu > ul > li:hover > ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu > ul > li:hover > ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu:hover > ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .soaz-menu-custom ul .dropdown-submenu:hover > ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.soaz-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.soaz-menu-img a .menu-title {
  border-bottom: none;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.custom-slider-col4 {
  width: 31%;
  margin-left: 1.3%;
  border-left: 1px #e6e6e6 solid;
}
.rtl .nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.custom-slider-col4 {
  border-right: 1px #e6e6e6 solid;
  border-left: 0;
  margin-right: 1.3%;
  margin-left: 0;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.custom-slider-col4 .order-title {
  display: none;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.custom-slider-col4 .sw-woo-container-slider {
  margin-bottom: 0;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap .item-detail .item-content {
  padding: 20px 15px;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap:hover .item-detail {
  border: 1px transparent solid;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.custom-slider-col4 .sw-woo-container-slider .slick-next {
  right: 0;
}
.nav-pills.nav-mega .soaz-mega-menu.custom-image-col4 .dropdown-menu.column-4 > li.custom-slider-col4 .sw-woo-container-slider .slick-prev {
  left: 0;
}
.mega-left-title {
  background: #2d2d2d;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  padding: 0 15px;
}
.mega-left-title strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.mega-left-title:before {
  content: '';
  width: 19px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  background: url("../assets/img/bg_general.png") no-repeat -20px -1379px;
}
.rtl .mega-left-title:before {
  margin-left: 10px;
  margin-right: 0;
}
.mega-left-title:after {
  position: absolute;
  right: 25px;
  top: 20px;
  content: '';
  width: 19px;
  height: 15px;
  display: inline-block;
  background: url("../assets/img/bg_general.png") no-repeat -20px -1558px;
}
.rtl .mega-left-title:after {
  left: 25px;
  right: auto;
}
.vertical_megamenu-header .wpb_content_element {
  margin: 0;
}
.vertical_megamenu-header:hover .wrapper_vertical_menu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.header-style2 .vertical_megamenu-header .wrapper_vertical_menu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.wrapper_vertical_menu {
  position: absolute;
  min-width: 270px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  z-index: 9;
  visibility: hidden;
}
.wrapper_vertical_menu .dropdown-sub {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu {
  position: relative;
  margin: 0;
  border: 1px solid #efefef;
  background-color: #fff;
  border-top: 0;
  z-index: 9;
}
.wrapper_vertical_menu .vertical-megamenu > li {
  padding: 0 15px;
  background: none;
  border: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.wrapper_vertical_menu .vertical-megamenu > li:last-child > a {
  border-bottom: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background: url('../assets/img/icon-more.jpg') no-repeat center left;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background: url('../assets/img/icon-more.jpg') no-repeat center right;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background: url('../assets/img/icon-less.jpg') no-repeat center left;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background: url('../assets/img/icon-less.jpg') no-repeat center right;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-phone > a span.menu-img {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-sport > a span.menu-img {
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li > a {
  font-size: 14px;
  padding: 0 20px 0 30px;
  line-height: 50px;
  font-weight: 600;
  color: #222222;
  border-bottom: 1px solid #efefef;
}
.wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  position: absolute;
  left: 0;
  top: 16px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  right: 0;
  left: auto;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a {
  padding: 0 30px 0 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li > a .have-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 0;
  min-width: 230px;
  padding: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #222222;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  position: absolute;
  left: 100%;
  margin: 0;
  top: 0;
  background: #fff;
  display: none;
  min-width: 230px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #222222;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a:hover {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a {
  background-color: #f7f7f7;
  color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before {
  background-color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a {
  color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before {
  background-color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:hover:after {
  color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  content: '\f105';
  font-family: fontawesome;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  right: 0;
  top: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  left: 0;
  right: auto;
  content: '\f104';
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a {
  color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a .have-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu.visible {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul {
  min-width: 180px;
  padding: 20px 0;
  border: 1px solid #eee;
  box-shadow: 2px 3px 5px #999;
  border-radius: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li {
  line-height: 32px;
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li a {
  color: #777;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li .dropdown-sub {
  min-width: 180px;
  padding: 20px 0;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: none;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li .dropdown-sub {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li .dropdown-sub > li {
  padding: 0 30px;
  line-height: normal;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li .dropdown-sub > li a {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  background-color: #fff;
  padding-left: 15px;
  text-transform: capitalize;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li .dropdown-sub > li a {
  padding-left: 0;
  padding-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li .dropdown-sub > li:hover > a {
  background: #fff;
  color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li .dropdown-sub > li:hover > a:before {
  background-color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li.active > a,
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li:hover > a {
  color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li.active > a:before,
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-custom ul > li:hover > a:before {
  background-color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > li {
  position: static;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-1.dropdown-menu .soaz-menu-img {
  clear: none;
  position: absolute;
  max-width: 260px !important;
  width: 260px !important;
  top: 0;
  right: 0;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-1.dropdown-menu .soaz-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-1.dropdown-menu .soaz-menu-img > a:before {
  width: 0;
  margin: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-1.dropdown-menu .soaz-menu-img {
  right: auto;
  left: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-2 {
  min-width: 600px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-2 > li {
  width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-2 > li:nth-child(2n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-2 .column-2 {
  clear: both;
  width: 100%;
  background-color: #ddd;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-2 .column-2 {
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-2 .column-2 .tag-menu ul {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-2 .column-2 .tag-menu ul > li {
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-2 .column-2 .tag-menu ul > li span {
  font-size: 13px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-2 .column-2 .tag-menu ul > li:first-child span {
  font-weight: bold;
  color: #222222;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu.menu-fashion > .column-3 .soaz-menu-img {
  width: 100%;
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-3 {
  min-width: 650px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-3 .soaz-menu-img {
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-3 .soaz-menu-img > a {
  padding: 0;
  border: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-3 .soaz-menu-img > a .have-title .menu-title {
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-3 .soaz-menu-img > a img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-3 .soaz-menu-img > a img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-3 > li:nth-child(3n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-4 {
  min-width: 885px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-4 > li {
  width: 285px !important;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-4 > li img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-4 > li img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-4 > li > .dropdown-menu {
  padding: 5px 15px 18px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-4 > li.soaz-menu-img > a .menu-title {
  margin-top: 24px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-4 > li:nth-child(4n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .column-5 > li:nth-child(5n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 2px 3px 5px #999;
  margin: 0;
  padding: 0 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li {
  width: 205px;
  padding: 25px 15px 10px;
  float: left;
  line-height: unset;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li:hover > a {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li.dropdown-submenu > a {
  margin-bottom: 5px;
  padding: 0 0 10px;
  font-size: 16px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li > a,
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li > span {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li > a:after,
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li > span:after {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li .dropdown-sub > li > a {
  padding: 0;
  line-height: 38px;
  display: block;
  font-size: 13px;
  color: #7d7d7d;
  position: relative;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li .dropdown-sub > li.soaz-menu-img > a {
  padding-left: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li .dropdown-sub > li.soaz-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li .dropdown-sub > li.soaz-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li .dropdown-sub > li.soaz-menu-img > a .menu-title {
  padding: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a {
  color: #b97c3b;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 360px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 540px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-mega-menu > .dropdown-menu > li.col3-img-right {
  padding: 30px 10px 25px 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-icon > a span.fa {
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-phone.soaz-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-sport.soaz-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 18px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.soaz-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.mega-menu .wrap-content {
  overflow: hidden;
}
.mega-menu .wrap-content .item {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.mega-menu .wrap-content .item .item-image img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .wrap-content .item .item-image:hover img {
  opacity: 0.9;
}
.mega-menu .wrap-content .item .item-content h3 {
  font-size: 14px;
  color: #222222;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.mega-menu .wrap-content .item .item-content ul > li > a {
  padding: 9px 0;
  font-size: 13px;
}
.mega-menu .wrap-content .item .item-content ul > li > a:hover {
  color: #b97c3b;
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile {
  margin: 20px 15px 7px;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: start;
  justify-content: flex-end;
}
.rtl .resmenu-container .menu-responsive-wrapper .resmenu-button-mobile {
  justify-content: flex-start;
}
@media (min-width: 991px) {
  .home-style5 .resmenu-container .menu-responsive-wrapper .resmenu-button-mobile,
  .home-style4 .resmenu-container .menu-responsive-wrapper .resmenu-button-mobile {
    margin: 20px 25px 7px;
  }
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.home-style4 .resmenu-container .menu-responsive-wrapper .resmenu-button-mobile > div {
  margin: 0 10px 0 0;
}
.rtl .resmenu-container .menu-responsive-wrapper .resmenu-button-mobile > div {
  margin: 0 10px 0 0;
}
.home-style4 .rtl .resmenu-container .menu-responsive-wrapper .resmenu-button-mobile > div {
  margin: 0 0 0 10px;
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile .currency_w > li .currency_switcher li a {
  color: #555;
  padding: 0 10px;
  border: 1px solid transparent;
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile .currency_w > li .currency_switcher li a.active {
  background: #eee;
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.nav > li,
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.currency_w > li {
  box-shadow: none;
  padding: 0;
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.nav > li > a,
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.currency_w > li > a {
  padding: 4px 10px 0;
  box-shadow: none;
  color: #999;
  border: 1px solid #222;
  border-radius: 20px;
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.nav > li > a:after,
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.currency_w > li > a:after {
  line-height: 12px;
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.nav > li ul li,
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.currency_w > li ul li {
  border: 0;
  box-shadow: none;
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.nav > li ul li a,
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.currency_w > li ul li a {
  box-shadow: none;
}
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.nav > li ul li a:hover,
.resmenu-container .menu-responsive-wrapper .resmenu-button-mobile ul.currency_w > li ul li a:hover {
  display: block;
  border: 1px solid #222;
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  background-color: transparent;
  border-color: transparent;
}
.rtl .resmenu-container .navbar-toggle {
  float: right;
}
.resmenu-container .navbar-toggle .icon-bar {
  background-color: #222222;
  height: 3px;
}
.header-style2 .resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
}
.resmenu-container .navbar-toggle:hover,
.resmenu-container .navbar-toggle:focus {
  background-color: transparent;
}
.resmenu-container .navbar-toggle:hover .icon-bar,
.resmenu-container .navbar-toggle:focus .icon-bar {
  background-color: #b97c3b;
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  padding: 0;
  min-width: 300px;
  background: #464646;
  z-index: 999;
}
.resmenu-container .menu-responsive-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu {
  display: none;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu > li > a {
  padding-left: 25px;
}
.resmenu-container .menu-responsive-wrapper ul > li {
  position: relative;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li > a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  background: #111;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 20px;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:after {
  content: "+";
  font-family: FontAwesome;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown.show:after {
  content: "–";
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:hover {
  color: #fff;
  background: #b97c3b;
}
.rtl .resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  right: auto;
  left: 0;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > a,
.resmenu-container .menu-responsive-wrapper ul > li.active > a {
  background: #eee;
  color: #b97c3b;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: #b97c3b;
  color: #fff;
}
.resmenu-container .menu-responsive-wrapper ul > li.has-img > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container .menu-responsive-wrapper ul > li.has-img > a span.menu-img {
  display: block;
  max-width: 40px;
  margin-right: 10px;
}
.resmenu-container.resmenu-container-sidebar {
  font-size: 14px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  min-width: 320px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transform: translate(-350px,0);
  -moz-transform: translate(-350px,0);
  -o-transform: translate(-350px,0);
  -ms-transform: translate(-350px,0);
  transform: translate(-350px,0);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  left: auto;
  right: 0;
  -webkit-transform: translate(350px,0);
  -moz-transform: translate(350px,0);
  -o-transform: translate(350px,0);
  -ms-transform: translate(350px,0);
  transform: translate(350px,0);
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper.open {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.admin-bar .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  top: 46px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner {
  background: #fff;
  position: relative;
  height: 100%;
  overflow-x: auto;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 12px 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
  color: #ccc;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after {
  content: "\f105";
  font-family: FontAwesome;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after {
  content: "\f104";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown.show:after {
  content: "\f107";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:hover {
  color: #b97c3b;
  background: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown {
  right: auto;
  left: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > a,
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > a {
  color: #b97c3b;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > .show-dropdown,
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > .show-dropdown {
  color: #b97c3b;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > ul > li > a {
  padding-left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > ul > li > ul > li> a {
  padding-left: 20px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img {
  display: block;
  max-width: 40px;
  margin-right: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img {
  margin-right: 0;
  margin-left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs {
  border-top: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li {
  width: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a {
  display: block;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  text-transform: capitalize;
  background: #fafafa;
  color: #999;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before {
  content: '\f036';
  font-family: FontAwesome;
  margin-right: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before {
  margin-right: 0;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.active > a {
  color: #333;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li:last-child a {
  border-left: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li:last-child a:before {
  content: '\f009';
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .tab-content {
  padding: 0 15px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .tab-content #Resmobile_menu ul {
  display: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .tab-content #Resmobile_menu ul:first-child {
  display: block;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top {
  padding: 10px;
  background: #fafafa;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile:hover #respmenu_setting_content {
  visibility: visible;
  opacity: 1;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a {
  font-family: Rubik !important;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 0 1px #e4e4e4;
  -moz-box-shadow: 0 0 0 1px #e4e4e4;
  -o-box-shadow: 0 0 0 1px #e4e4e4;
  -ms-box-shadow: 0 0 0 1px #e4e4e4;
  box-shadow: 0 0 0 1px #e4e4e4;
  color: #999;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-left: 15px;
}
.mobile-layout .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a {
  background-color: #f7f7f7;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a {
  margin-left: 0;
  margin-right: 15px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile .lang_sel ul li {
  padding: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile .lang_sel ul li >a {
  padding: 5px 0;
  border: 0;
  color: #333;
  position: relative;
  width: 100px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile .lang_sel ul li >a:after {
  position: absolute;
  right: 0;
  top: 3px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile .lang_sel ul li >a:after {
  right: auto;
  left: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile .lang_sel ul li ul li a {
  padding: 0 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 60px;
  min-width: 120px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -o-box-shadow: 0px 0px 3px #ccc;
  -ms-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  padding: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content {
  right: auto;
  left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav {
  display: block;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav {
  margin-right: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li {
  padding: 0 0 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a {
  padding: 0;
  color: #333;
  border: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a {
  border: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a:after {
  color: #333;
  float: right;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a:after {
  float: left;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li:hover > ul {
  left: -10px;
  top: 30px;
  max-height: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li:hover > ul {
  left: auto;
  right: -10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li {
  padding: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a {
  padding: 0;
  border: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:after {
  color: #333;
  float: right;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:after {
  float: left;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li:hover .currency_switcher {
  left: -10px;
  top: 28px;
  min-width: 122px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li:hover .currency_switcher {
  left: auto;
  right: -10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close {
  position: absolute;
  top: 0px;
  right: -25px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 999;
  line-height: 25px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close {
  left: -25px;
  right: auto;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:after {
  content: "x";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:hover {
  background: #b97c3b;
}
@media (max-width: 991px) {
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    margin: 12px 0;
    padding: 9px 0;
    border: none;
  }
  .header-style2 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    padding: 5px 0;
    margin: 0;
  }
  #main-menu .primary-menu .nav-pills {
    display: none;
  }
  .resmenu-container-sidebar .soaz_top {
    padding: 0;
  }
  .resmenu-container-sidebar .soaz_top .top-form.top-search {
    min-width: auto;
    border-radius: 0;
    margin: 0;
    width: 100%;
  }
  .resmenu-container-sidebar .soaz_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .resmenu-container-sidebar .soaz_top .top-form.top-search input {
    padding: 0 10px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
  }
  .rtl .resmenu-container-sidebar .soaz_top .top-form.top-search input {
    border-radius: 4px;
  }
  .resmenu-container-sidebar .soaz_top .top-form.top-search button.form-button {
    background: none;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 40px;
  }
  .resmenu-container-sidebar .soaz_top .top-form.top-search button.form-button:before {
    color: #999;
  }
  .rtl .resmenu-container-sidebar .soaz_top .top-form.top-search button.form-button {
    border-radius: 4px 0 0 4px;
  }
  .rtl .resmenu-container-sidebar .soaz_top .top-form.top-search .topsearch-entry {
    padding-right: 0;
  }
  .resmenu-container-sidebar .topsearch-entry .search-append {
    left: 0;
  }
}
.logo-menu-mobile {
  display: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.menu-wishlist a::before {
  font-size: 0;
}
#cpanel-form {
  position: fixed;
  right: -300px;
  top: 40%;
  width: 300px;
  float: right;
  z-index: 10;
  text-align: left;
  direction: ltr;
}
#cpanel-form .cpanel-inner {
  background: none repeat scroll 0 0 #e5e5e5;
  border-color: #f3f3f3;
  color: #555;
  font-size: 11px;
  padding: 8px;
  position: relative;
  z-index: 999;
}
#cpanel-form .cpanel-title {
  background: #666;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 0;
  width: 282px;
}
#cpanel-form .cpanel-title h4 {
  float: left;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
#cpanel-form .cpanel-title h4 i {
  color: #dfdfdf;
}
#cpanel-form .cpannel-button .btn {
  background: #a1a1a1;
  border-radius: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#a1a1a1),to(#969696));
  background-image: -webkit-linear-gradient(top,#a1a1a1,0%,#969696,100%);
  background-image: -moz-linear-gradient(top,#a1a1a1 0%,#969696 100%);
  background-image: linear-gradient(to bottom,#a1a1a1 0%,#969696 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1a1a1', endColorstr='#ff969696', GradientType=0);
  border-color: #969696 #969696 #707070;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .cpannel-button .btn:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#969696),to(#a1a1a1));
  background-image: -webkit-linear-gradient(top,#969696,0%,#a1a1a1,100%);
  background-image: -moz-linear-gradient(top,#969696 0%,#a1a1a1 100%);
  background-image: linear-gradient(to bottom,#969696 0%,#a1a1a1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ffa1a1a1', GradientType=0);
  border-color: #a1a1a1 #a1a1a1 #7b7b7b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form img {
  display: inline-block;
}
#cpanel-form .panel,
#cpanel-form .panel-default {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#cpanel-form .panel .panel-heading,
#cpanel-form .panel-default .panel-heading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);
  background-image: linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  clear: both;
  padding: 0 !important;
  text-shadow: none;
}
#cpanel-form .panel .panel-heading .accordion-toggle,
#cpanel-form .panel-default .panel-heading .accordion-toggle {
  color: #909090;
  font-size: 12px;
  position: relative;
  display: block;
  padding: 8px 15px;
}
#cpanel-form .panel .panel-heading .accordion-toggle img,
#cpanel-form .panel-default .panel-heading .accordion-toggle img {
  margin-right: 10px;
  opacity: 0.2;
  width: 20px;
  display: inline-block;
}
#cpanel-form .panel .panel-heading .accordion-toggle:after,
#cpanel-form .panel-default .panel-heading .accordion-toggle:after {
  content: '\F078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
}
#cpanel-form .panel .panel-heading i,
#cpanel-form .panel-default .panel-heading i {
  color: #909090;
}
#cpanel-form .panel .panel-collapse,
#cpanel-form .panel-default .panel-collapse {
  max-height: 190px;
  overflow-y: auto;
}
#cpanel-form .panel .panel-collapse .accordion-inner,
#cpanel-form .panel-default .panel-collapse .accordion-inner {
  border-top: 1px solid #E5E5E5;
  padding: 9px 15px;
}
#cpanel-form .panel .control-group,
#cpanel-form .panel-default .control-group {
  margin-bottom: 10px;
}
#cpanel-form a.cpanel-control {
  background-color: #707070;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 40px;
  left: -40px;
  line-height: 36px;
  padding: 0 0 5px 10px;
  position: absolute;
  width: 40px;
  z-index: 10;
  top: 20%;
}
#cpanel-form a.cpanel-control:before {
  content: "\f0a5";
  color: #fff;
  display: inline;
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form a.cpanel-control.active:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form label {
  float: left;
  width: 50%;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
#cpanel-form label.soaz-radio-img-selected {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .soaz-radio-img input[type="radio"],
#cpanel-form .soaz-radio-img span {
  display: none;
}
#cpanel-form .soaz-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .soaz-radio-img img {
  width: auto;
}
#cpanel-form input,
#cpanel-form textarea,
#cpanel-form .uneditable-input {
  width: 206px;
  border: 1px solid #ddd;
  background: #fff;
}
#cpanel-form select {
  background-color: #FFFFFF;
  border: 1px solid #dddddd;
  width: 220px;
}
#cpanel-form select,
#cpanel-form input {
  height: 20px;
  line-height: 30px;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#cpanel-form select,
#cpanel-form input {
  border-radius: 0px;
  height: 30px;
}
#cpanel-form fieldset {
  width: 100%;
}
#cpanel-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.sidebar .widget {
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.sidebar .widget .dropdown-menu > li > a {
  white-space: normal;
}
.sidebar .widget .widget-inner .block-title-widget h2 {
  text-transform: capitalize;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.sidebar .widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
}
.sidebar .widget .widget-inner ul {
  list-style: none;
  margin: 0;
}
.sidebar .widget .widget-inner ul > li {
  padding: 9px 0;
  color: #999;
  cursor: pointer;
}
.sidebar .widget .widget-inner ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget .widget-inner ul > li:hover a {
  color: #b97c3b;
}
.sidebar .widget .widget-inner ul > li:hover .count {
  color: #b97c3b;
}
.sidebar .widget .widget-inner ul > li:last-child {
  padding-bottom: 0;
}
.sidebar .widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  padding-top: 10px;
}
.sidebar .widget.widget_search .searchform .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_search .searchform > div {
  position: relative;
  border: 1px #eee solid;
  overflow: hidden;
}
.sidebar .widget.widget_search .searchform > div input[type="text"] {
  width: 80%;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 14px;
  text-indent: 5px;
}
.rtl .sidebar .widget.widget_search .searchform > div input[type="text"] {
  float: right;
}
.sidebar .widget.widget_search .searchform > div input[type="submit"] {
  width: 20%;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 0;
  background: url(../assets/img/icon-style1.png) no-repeat 15px -311px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sidebar .widget.widget_search .searchform > div input[type="submit"] {
  float: right;
}
.sidebar .widget.widget_product_tag_cloud {
  margin-bottom: 20px;
}
.sidebar .widget.woocommerce-widget-layered-nav {
  margin-bottom: 17px;
}
.sidebar .widget.widget_price_filter {
  margin-bottom: 14px;
}
.sidebar .widget.widget_price_filter .widget-inner .block-title-widget h2 {
  margin-bottom: 30px;
}
.sidebar .widget.widget_product_categories {
  padding-bottom: 10px;
}
.sidebar .widget.widget_product_categories .widget-inner ul > li {
  padding: 11px 0;
}
.sidebar .widget.widget_calendar {
  padding-bottom: 20px;
}
.sidebar .widget.widget_calendar #calendar_wrap {
  width: 100%;
  margin-top: 10px;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  margin: 0;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td,
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th {
  padding: 8px;
  text-align: center;
  border: 1px solid #dddddd;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td > a,
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th > a {
  font-weight: bold;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar #today {
  font-weight: bold;
}
.sidebar .widget.widget_archive {
  margin-bottom: 13px;
}
.sidebar .widget.widget_archive ul > li {
  margin: 20px 0;
  position: relative;
  padding: 0 20px;
}
.sidebar .widget.widget_archive ul > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f073 ";
  font-size: 14px;
  font-family: fontawesome;
  color: #999;
}
.rtl .sidebar .widget.widget_archive ul > li:before {
  right: 0;
  left: auto;
}
.sidebar .widget.widget_archive .screen-reader-text,
.sidebar .widget.widget_categories .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_archive select,
.sidebar .widget.widget_categories select {
  margin-top: 20px;
  width: 100%;
}
.sidebar .widget.widget_text .textwidget p {
  line-height: 24px;
}
.sidebar .widget.widget_rss .block-title-widget h2 {
  overflow: hidden;
}
.sidebar .widget.widget_rss .block-title-widget h2 span {
  float: left;
}
.sidebar .widget.widget_rss .block-title-widget h2:before {
  content: '';
}
.sidebar .widget.widget_rss .block-title-widget h2 img {
  display: inline-block;
  margin-right: 10px;
}
.sidebar .widget.widget_rss .widget-inner > ul li {
  line-height: 24px;
}
.sidebar .widget.widget_rss .widget-inner > ul li a {
  padding: 0;
}
.sidebar .widget.widget_rss .widget-inner > ul li a.rsswidget {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.sidebar .widget.widget_rss .widget-inner > ul li .rss-date {
  display: block;
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li {
  line-height: 22px;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li .comment-author-link {
  font-weight: bold;
}
.sidebar .widget.widget_product_tag_cloud .block-title-widget h2,
.sidebar .widget.widget_tag_cloud .block-title-widget h2 {
  margin-bottom: 0;
}
.sidebar .widget.widget_product_tag_cloud .tagcloud,
.sidebar .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 15px 0 0 0;
}
.sidebar .widget.widget_product_tag_cloud .tagcloud a,
.sidebar .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-weight: 300;
  color: #999;
  font-size: 14px !important;
  text-transform: none;
  border: 1px solid #dddddd;
  padding: 0 15px;
  margin: 5px 4px 5px 0;
  height: 25px;
  line-height: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sidebar .widget.widget_product_tag_cloud .tagcloud a,
.rtl .sidebar .widget.widget_tag_cloud .tagcloud a {
  margin: 5px 0 5px 4px;
}
.sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #b97c3b;
  background-color: #b97c3b;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu {
  border: 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li {
  padding: 0;
  position: relative;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li > a {
  display: block;
  padding: 10px 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > a {
  color: #b97c3b;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > ul.dropdown-menu {
  display: block;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu {
  position: static;
  border-radius: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding: 0;
  float: none;
  margin-left: 15px;
  min-width: auto;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li {
  padding: 0;
  position: relative;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.active > a {
  background-color: transparent;
  color: #b97c3b;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:hover,
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:focus {
  background: none;
  color: #b97c3b;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.menu- {
  display: none;
}
.sidebar .widget.widget_media_image {
  border: none;
  padding: 0;
}
.sidebar .widget .sw-best-seller-product {
  margin-bottom: 0;
}
.sidebar .widget .sw-best-seller-product > p {
  display: none;
}
.sidebar .widget .sw-best-seller-product .box-title h3 {
  padding: 0;
  border-bottom: none;
}
.sidebar .widget .sw-best-seller-product .wrap-content .item {
  margin-bottom: 25px;
}
.sidebar .widget .sw-best-seller-product .wrap-content .item .reviews-content {
  display: none;
}
.sidebar .widget .sw-best-seller-product .wrap-content .item:nth-child(4) {
  margin-bottom: 0;
}
.sidebar .widget.widget-last,
.sidebar .widget:last-child {
  border-bottom: none;
}
.footer .sidebar-copyright .widget {
  margin-bottom: 30px;
  max-width: 300px;
  border: 1px #aaa solid;
  padding: 0 15px 21px 15px;
}
.footer .sidebar-copyright .widget .widget-inner {
  color: #aaa;
}
.footer .sidebar-copyright .widget .widget-inner h3 {
  position: relative;
  text-transform: capitalize;
  padding: 15px 0;
  color: #aaa;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.footer .sidebar-copyright .widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
}
.footer .sidebar-copyright .widget .widget-inner ul {
  list-style: none;
  margin: 0;
}
.footer .sidebar-copyright .widget .widget-inner ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #aaa;
}
.footer .sidebar-copyright .widget .widget-inner ul > li > a {
  display: inline-block;
  color: #aaa;
  vertical-align: top;
}
.footer .sidebar-copyright .widget .widget-inner ul > li > a .menu-img {
  display: none;
}
.footer .sidebar-copyright .widget .widget-inner ul > li > a:hover {
  color: #b97c3b;
}
.footer .sidebar-copyright .widget .widget-inner ul > li:last-child {
  border: 0;
}
.footer .sidebar-copyright .widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  padding-top: 10px;
  border: 0;
}
.footer .sidebar-copyright .widget .widget-inner ul > li ul.children > li:first-child {
  border-top: 1px solid #aaa;
}
.footer .sidebar-copyright .widget.widget_search .searchform {
  margin-top: 18px;
}
.footer .sidebar-copyright .widget.widget_search .searchform .screen-reader-text {
  display: none;
}
.footer .sidebar-copyright .widget.widget_search .searchform > div {
  position: relative;
  border: 1px #aaa solid;
  overflow: hidden;
}
.footer .sidebar-copyright .widget.widget_search .searchform > div input[type="text"] {
  width: 80%;
  height: 35px;
  line-height: 35px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 13px;
}
.rtl .footer .sidebar-copyright .widget.widget_search .searchform > div input[type="text"] {
  float: right;
}
.footer .sidebar-copyright .widget.widget_search .searchform > div input[type="submit"] {
  width: 20%;
  height: 35px;
  line-height: 35px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 0;
}
.rtl .footer .sidebar-copyright .widget.widget_search .searchform > div input[type="submit"] {
  float: right;
}
.footer .sidebar-copyright .widget.widget_calendar #calendar_wrap {
  width: 100%;
}
.footer .sidebar-copyright .widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  max-width: 50%;
}
.footer .sidebar-copyright .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td,
.footer .sidebar-copyright .widget.widget_calendar #calendar_wrap #wp-calendar tr th {
  padding: 10px;
  text-align: center;
  border: 1px solid #dddddd;
}
.footer .sidebar-copyright .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td > a,
.footer .sidebar-copyright .widget.widget_calendar #calendar_wrap #wp-calendar tr th > a {
  font-weight: bold;
}
.footer .sidebar-copyright .widget.widget_calendar #calendar_wrap #wp-calendar #today {
  font-weight: bold;
}
.footer .sidebar-copyright .widget.widget_archive .screen-reader-text,
.footer .sidebar-copyright .widget.widget_categories .screen-reader-text {
  display: none;
}
.footer .sidebar-copyright .widget.widget_archive select,
.footer .sidebar-copyright .widget.widget_categories select {
  margin-top: 20px;
  width: 100%;
}
.footer .sidebar-copyright .widget.widget_text .textwidget {
  padding-top: 15px;
}
.footer .sidebar-copyright .widget.widget_text .textwidget p {
  line-height: 24px;
}
.footer .sidebar-copyright .widget.widget_tag_cloud .tagcloud {
  padding-top: 15px;
}
.footer .sidebar-copyright .widget.widget_rss .block-title-widget h2 span {
  float: left;
}
.footer .sidebar-copyright .widget.widget_rss .block-title-widget h2:before {
  content: '';
}
.footer .sidebar-copyright .widget.widget_rss .block-title-widget h2 img {
  display: inline-block;
  margin-right: 10px;
}
.footer .sidebar-copyright .widget.widget_rss .widget-inner > ul li {
  line-height: 24px;
}
.footer .sidebar-copyright .widget.widget_rss .widget-inner > ul li a {
  padding: 0;
}
.footer .sidebar-copyright .widget.widget_rss .widget-inner > ul li a.rsswidget {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .sidebar-copyright .widget.widget_rss .widget-inner > ul li .rss-date {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.footer .sidebar-copyright .widget.widget_recent_comments .widget-inner a {
  color: #fff;
}
.footer .sidebar-copyright .widget.widget_recent_comments .widget-inner a:hover {
  color: #b97c3b;
}
.footer .sidebar-copyright .widget.widget_recent_comments .widget-inner ul#recentcomments > li .comment-author-link {
  font-weight: bold;
}
.footer .sidebar-copyright .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
}
.footer .sidebar-copyright .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #fff;
  font-size: 14px !important;
  border: 1px solid #dddddd;
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.footer .sidebar-copyright .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #b97c3b;
  background-color: #b97c3b;
  color: #fff;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu {
  border: 0;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li {
  padding: 0;
  position: relative;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li > a {
  display: block;
  padding: 10px 0;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li:hover > a {
  color: #b97c3b;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li:hover > ul.dropdown-menu {
  display: block;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu {
  position: static;
  border-radius: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding: 0;
  float: none;
  margin-left: 15px;
  min-width: auto;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li {
  padding: 0;
  position: relative;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.active > a {
  background-color: transparent;
  color: #b97c3b;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:hover,
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:focus {
  background: none;
  color: #b97c3b;
}
.footer .sidebar-copyright .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li:first-child {
  border-top: 1px solid #dddddd;
}
.tag-style {
  margin: 0 !important;
  padding: 15px 0 0 0;
}
.tag-style a {
  display: inline-block;
  font-weight: 300;
  color: #999;
  font-size: 14px !important;
  text-transform: none;
  border: 1px solid #dddddd;
  padding: 0 15px;
  margin: 5px 4px 5px 0;
  height: 25px;
  line-height: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .tag-style a {
  margin: 5px 0 5px 4px;
}
.tag-style a:hover {
  border: 1px solid #b97c3b;
  background-color: #b97c3b;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-us .soaz_breadcrumbs {
  margin-bottom: 0;
}
.wpb_gmaps_widget .wpb_wrapper {
  background-color: transparent;
  padding: 0;
}
.contact_us {
  margin-bottom: 455px;
}
.content-form {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
.content-form .item-left {
  max-height: 530px;
  overflow-y: auto;
  width: 59%;
  padding: 35px 55px 31px;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.1);
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}
.rtl .content-form .item-left {
  text-align: right;
}
.rtl .content-form .item-left {
  border-radius: 0 5px 5px 0;
}
.content-form .item-left .title {
  font-size: 24px;
  line-height: 40px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.content-form .item-left > span {
  font-size: 14px;
  color: #909090;
  line-height: 24px;
  display: block;
  margin-bottom: 30px;
}
.content-form .item-left form input {
  color: #ccc;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 34px;
  border-radius: 3px !important;
  border-color: #ddd;
  padding: 0 10px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.rtl .content-form .item-left form input {
  text-align: right;
}
.content-form .item-left form input.wpcf7-submit {
  padding: 10px 20px !important;
  border-radius: 20px !important;
  -webkit-box-shadow: 0 16px 9px -9px rgba(185,124,59,0.48);
  -moz-box-shadow: 0 16px 9px -9px rgba(185,124,59,0.48);
  box-shadow: 0 16px 9px -9px rgba(185,124,59,0.48);
  width: auto;
  height: auto;
  line-height: initial;
  margin: 0;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #b97c3b;
  border-color: #b97c3b;
}
.rtl .content-form .item-left form input.wpcf7-submit {
  float: left;
}
.content-form .item-left p {
  margin: 0;
}
.content-form .item-left textarea {
  width: 100%;
  max-height: 180px;
  margin-bottom: 40px;
  background-color: #f8f8f8;
  padding: 15px 10px;
}
.rtl .content-form .item-left textarea {
  text-align: right;
}
@media (min-width: 991px) {
  .content-form .item-left .row1 {
    margin: 0 -15px;
  }
}
.content-form .item-left .row1 > p {
  width: 50%;
  padding: 0 15px;
}
.content-form .item-right {
  padding: 50px 60px;
  min-height: 530px;
  width: 41%;
  background: url(../assets/img/contactus.jpg) no-repeat;
  border-radius: 0 5px 5px 0;
  position: relative;
}
.rtl .content-form .item-right {
  border-radius: 5px 0 0 5px;
}
.content-form .item-right h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.content-form .item-right span {
  font-size: 14px;
  color: #ddd;
  line-height: 24px;
  margin-bottom: 37px;
  display: block;
}
.content-form .item-right > div {
  font-size: 14px;
  color: #ddd;
  line-height: 24px;
}
.content-form .item-right > div span {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-top: 3px;
  margin-bottom: 20px;
}
.content-form .item-right > div span a {
  color: #fff;
  font-size: 16px;
  display: block;
}
.content-form .item-right > div span a:hover {
  color: #b97c3b;
}
.content-form .item-right .social-share {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
}
.content-form .item-right .social-share ul {
  margin: 0;
}
.content-form .item-right .social-share ul li {
  display: inline-block;
  padding: 0 15px;
}
.content-form .item-right .social-share ul li a {
  color: #fff;
}
.content-form .item-right .social-share ul li a:hover {
  color: #b97c3b;
}
@media (max-width: 991px) {
  .content-form .item-right {
    padding: 40px 20px;
  }
  .content-form .item-left textarea {
    max-height: 122px;
  }
  .content-form .item-left {
    padding: 35px 40px 34px;
  }
  .rtl .content-form .item-left .row1 > p:first-child,
  .content-form .item-left .row1 > p:first-child {
    padding: 0;
  }
  .content-form .item-left .row1 > p {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .content-form .item-right .social-share ul li {
    padding: 0 10px;
  }
  .content-form .item-left textarea {
    max-height: 99px;
  }
  .content-form {
    bottom: 50px;
  }
}
@media (max-width: 480px) {
  .content-form {
    width: 100%;
    position: initial;
  }
  .content-form .item-left,
  .content-form .item-right {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0;
  }
  .content-form .item-left {
    padding: 25px 15px;
  }
  .contact_us {
    margin-bottom: 25px;
  }
}
.ab-inner1 {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .ab-inner1 {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .ab-inner1 {
    margin-bottom: 40px;
  }
}
.ab-inner1 h3 {
  COLOR: #b97c3b;
  font-size: 18px;
  padding: 35px 0 5px;
}
@media (max-width: 767px) {
  .ab-inner1 h3 {
    padding: 0 0 5px;
  }
}
.rtl .ab-inner1 h3 {
  text-align: right;
}
.ab-inner1 h2 {
  width: 65%;
  font-size: 40px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
}
.rtl .ab-inner1 h2 {
  text-align: right;
}
.ab-inner1 span {
  font-size: 18px;
  color: #777;
  line-height: 26px;
  font-weight: 300;
  display: block;
  margin-bottom: 25px;
}
.rtl .ab-inner1 span {
  text-align: right;
}
.ab-inner1 a {
  padding: 0 0 0 110px;
  position: relative;
  font-size: 18px;
  color: #222222;
  text-transform: capitalize;
  display: block;
}
.ab-inner1 a:hover {
  color: #b97c3b;
}
@media (max-width: 767px) {
  .ab-inner1 a {
    margin-bottom: 20px;
  }
}
.ab-inner1 a:before {
  content: "";
  background: #222222;
  height: 2px;
  width: 90px;
  top: 10px;
  left: 0;
  position: absolute;
}
.rtl .ab-inner1 a:before {
  left: auto;
  right: 0;
}
.rtl .ab-inner1 a {
  padding: 0 120px 0 0;
}
.ab-inner2 {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .ab-inner2 {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .ab-inner2 {
    margin-bottom: 40px;
  }
}
.ab-inner2 .content-item .item {
  width: 25%;
}
@media (max-width: 767px) {
  .ab-inner2 .content-item .item {
    margin-bottom: 20px;
    width: 50%;
  }
}
.ab-inner2 .content-item .item h2 a {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.ab-inner2 .content-item .item h2 a:hover {
  color: #b97c3b;
}
.ab-inner2 .content-item .item span {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.ab-inner23 {
  margin-bottom: 50px;
  opacity: 1 !important;
}
@media (min-width: 1200px) {
  .ab-inner23 {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .ab-inner23 {
    margin-bottom: 40px;
  }
}
.ab-inner23 .float > .vc_column-inner {
  padding: 85px 25px;
}
@media (max-width: 991px) {
  .ab-inner23 .float > .vc_column-inner {
    padding: 40px 25px;
  }
}
.ab-inner23 .client-comment {
  font-size: 16px;
  margin-bottom: 25px;
  color: #555;
  line-height: 28px;
}
.ab-inner23 .client-comment:before {
  background: url(../assets/img/quote-about.png) no-repeat;
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  background-size: 30px;
}
.ab-inner23 .image-client {
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.ab-inner23 .responsive-post-slider {
  margin-bottom: 0;
}
.ab-inner23 .name-client h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 28px;
  margin-bottom: 0;
}
.ab-inner23 .name-client h3:hover {
  color: #b97c3b;
}
.ab-inner23 .name-client p {
  font-size: 16px;
  color: #999;
  margin: 0;
}
.ab-inner4 {
  margin-bottom: 60px;
  padding: 0 15px;
}
.ab-inner4 h3 {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
}
.ab-inner4 h3.big-title {
  width: 90%;
  line-height: 46px;
}
@media (min-width: 1200px) {
  .ab-inner4 h3.big-title {
    width: 60%;
  }
}
.ab-inner4 h3 a {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  color: #222222;
}
.ab-inner4 h3 a:hover {
  color: #b97c3b;
}
.ab-inner4 .h3 {
  margin-bottom: 25px;
}
.ab-inner4 span {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.ab-inner4 .vc_column_container > .vc_column-inner {
  padding: 10px 0 0 0 !important;
}
.portfolio-desc h1 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.portfolio-desc .p-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}
.portfolio-intro {
  position: relative;
  margin-bottom: 30px;
}
.soaz-portfolio {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .soaz-portfolio {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .soaz-portfolio {
    margin-bottom: 30px;
  }
}
.soaz-portfolio .portfolio-tab {
  text-align: center;
}
.rtl .soaz-portfolio .portfolio-tab {
  text-align: center;
}
.soaz-portfolio .portfolio-tab ul {
  margin: 0 0 25px;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}
.soaz-portfolio .portfolio-tab ul li {
  float: left;
  border: 1px solid #dddddd;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  color: #222222;
  margin-right: 10px;
  background-color: #fff;
}
.rtl .soaz-portfolio .portfolio-tab ul li {
  float: right;
}
.soaz-portfolio .portfolio-tab ul li.selected {
  background: #b97c3b;
  color: #fff;
  border-color: #b97c3b;
}
.soaz-portfolio .btn-loadmore {
  padding: 0;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.soaz-portfolio .btn-loadmore.btn-loading {
  margin-top: 20px;
  background: url(../assets/img/loadingp.gif) no-repeat center center;
  border-color: transparent;
  background-size: 40px 40px;
}
.soaz-portfolio .btn-loadmore.btn-loading .des-load {
  border: 0;
  display: none;
}
.soaz-portfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.soaz-portfolio .btn-loadmore .des-load {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  line-height: normal;
  background: #b97c3b;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
}
.soaz-portfolio .btn-loadmore .des-load:hover {
  opacity: 0.8;
}
.soaz-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
.soaz-portfolio .btn-loadmore.btn-loaded .des-load:before {
  content: attr(data-label-loaded);
}
.soaz-portfolio .portfolio-container {
  overflow: hidden;
}
.soaz-portfolio .portfolio-container ul.portfolio-content {
  width: 100%;
  margin: 0;
}
.soaz-portfolio .portfolio-container ul.portfolio-content:after {
  content: '';
  display: block;
  clear: both;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li.grid-item {
  padding: 0 15px;
  float: left;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner {
  overflow: hidden;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in {
  position: relative;
  z-index: 1;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
  opacity: 1;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in .p-item-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -10%;
  width: 100%;
  text-align: center;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in .p-item-content .p-item {
  text-align: center;
  box-shadow: 0 0 1px 1px #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-more {
  right: 50%;
  left: auto;
  transform: translate3d(-100px,0,0);
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-popup {
  transform: translate3d(100px,0,0);
  left: 50%;
  right: auto;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
  color: #b97c3b;
  box-shadow: 0 0 1px 1px #b97c3b;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title {
  display: block;
  margin-bottom: 10px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  transform: translate3d(0,-100px,0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
  color: #b97c3b;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item-title {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li .portfolio-item-inner .portfolio-in:before {
  content: '';
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li.portfolio-item {
  width: 33.332%;
  margin: 0;
  padding: 0;
  border: 0;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li.portfolio-item img {
  width: 100%;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li.portfolio-item.p-double-width {
  width: 40%;
}
.soaz-portfolio .portfolio-container ul.portfolio-content > li.portfolio-item :after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.single-portfolio .portfolio-top {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single-portfolio .portfolio-top {
    margin-bottom: 25px;
  }
}
.single-portfolio .portfolio-top h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.single-portfolio .portfolio-top .portfolio-content .single-thumbnail {
  width: 60%;
  margin-right: 30px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content {
  overflow: hidden;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content h3 {
  font-size: 16px;
  border-bottom: 4px double #dddddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #222222;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description {
  margin-bottom: 25px;
  line-height: 24px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item {
  margin-bottom: 10px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item span {
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link {
  color: #b97c3b;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link:hover {
  color: #92622f;
}
.single-portfolio .related-portfolio {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-top: 2px solid #b97c3b;
  position: relative;
}
.single-portfolio .related-portfolio:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  top: 60px;
  left: 0;
  display: inline-block;
}
.single-portfolio .related-portfolio .related-items {
  margin: 0 -10px;
}
.single-portfolio .related-portfolio .related-items .related-item {
  width: 25%;
  padding: 0 10px;
}
.single-portfolio .related-portfolio .related-items .related-item img {
  margin-bottom: 15px;
}
.single-portfolio .related-portfolio .related-items .related-item .thumbnail-portfolio:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.single-portfolio .related-portfolio .related-items .related-item h4 {
  font-size: 14px;
  margin: 0;
}
.single-portfolio .related-portfolio .related-items .related-item h4 a {
  text-transform: capitalize;
  font-weight: bold;
}
.single-portfolio.rtl .portfolio-top .portfolio-content .single-thumbnail {
  margin-left: 30px;
  margin-right: 0;
}
.p-title {
  color: #333;
  font-size: 15px;
  margin: 0 0 20px;
  padding: 20px 0;
  text-transform: uppercase;
}
.masonry .btn-loadmore .des-load {
  margin-top: 30px;
}
.portfolio .cmm-box-right .control-group button {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .p-lg-1 {
    width: 100%;
  }
  .p-lg-2 {
    width: 50%;
  }
  .p-lg-3 {
    width: 33.3333%;
  }
  .p-lg-4 {
    width: 25%;
  }
  .p-lg-5 {
    width: 20%;
  }
  .p-lg-6 {
    width: 16.6666%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-md-1 {
    width: 100%;
  }
  .p-md-2 {
    width: 50%;
  }
  .p-md-3 {
    width: 33.3333%;
  }
  .p-md-4 {
    width: 25%;
  }
  .p-md-5 {
    width: 20%;
  }
  .p-md-6 {
    width: 16.6666%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-sm-1 {
    width: 100%;
  }
  .p-sm-2 {
    width: 50%;
  }
  .p-sm-3 {
    width: 33.3333%;
  }
  .p-sm-4 {
    width: 25%;
  }
  .p-sm-5 {
    width: 20%;
  }
  .p-sm-6 {
    width: 16.6666%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-xs-1 {
    width: 100%;
  }
  .p-xs-2 {
    width: 50%;
  }
  .p-xs-3 {
    width: 33.3333%;
  }
  .p-xs-4 {
    width: 25%;
  }
  .p-xs-5 {
    width: 20%;
  }
  .p-xs-6 {
    width: 16.6666%;
  }
}
@media (max-width: 480px) {
  .grid-item {
    width: 100%;
  }
}
.listing-title h1 {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 30px;
  display: block;
  text-transform: capitalize;
}
.category-contents {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .category-contents {
    margin-bottom: 90px;
  }
}
.category-contents .listing-title h1 {
  margin-top: 5px;
}
.category-contents .blog-content .post {
  margin-bottom: 35px;
}
.category-contents .blog-content .post.format-audio .entry-thumb {
  width: 100%;
}
.category-contents .blog-content .post.sticky .entry .entry-content,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content {
  background: #f2f2f2;
  padding: 20px 20px 35px 20px;
}
.category-contents .blog-content .post.sticky .entry .entry-content .content-top,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .content-top {
  padding: 0;
}
.category-contents .blog-content .post.sticky .entry .entry-content .content-top .entry-title h4 a,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .content-top .entry-title h4 a {
  font-size: 24px;
  font-weight: 700;
}
.category-contents .blog-content .post.tag-image .entry-thumb {
  display: none !important;
}
.category-contents .blog-content .post.tag-gallery .entry-thumb:before {
  display: none;
}
.category-contents .blog-content .post .entry {
  background-color: #fff;
}
.category-contents .blog-content .post .entry .entry-thumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.category-contents .blog-content .post .entry .entry-thumb:hover img {
  opacity: 0.85;
}
.category-contents .blog-content .post .entry .entry-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top {
  padding: 17px 0 20px 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 13px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  line-height: normal;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: #b97c3b;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  color: #aaa;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-comment a {
  color: #aaa;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a {
  color: #b97c3b;
  text-transform: none;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a:hover {
  color: #b97c3b;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-comment,
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-comment:before,
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span:before {
  content: "";
  background-color: #999;
  height: 1px;
  width: 8px;
  position: absolute;
  right: -18px;
  top: 8px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span:before {
  left: -18px;
  right: auto;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span:last-child:before {
  display: none;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-comment,
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-author a {
  color: #b97c3b;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag {
  color: #aaa;
  text-transform: capitalize;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a {
  color: #aaa;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a:hover {
  color: #b97c3b;
}
.category-contents .blog-content .post .entry .entry-content .readmore a {
  display: inline-block;
  vertical-align: top;
  border: 1px #222222 solid;
  height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 13px;
  color: #222222;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.category-contents .blog-content .post .entry .entry-content .readmore a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 3px;
  right: 3px;
  background: transparent;
  width: 0;
  height: 29px;
  transition: all 0.4s ease;
  display: inline-block;
}
.category-contents .blog-content .post .entry .entry-content .readmore a:hover {
  color: #fff;
  background-color: #222222;
}
.category-contents .blog-content .post .entry .entry-content .readmore a:hover:before {
  width: 95%;
  border: 1px solid #fff;
}
.category-contents .blog-content .post .entry .entry-summary {
  line-height: 26px;
}
.category-contents .blog-content.blog-content-grid .vp-center {
  display: initial;
}
.category-contents .blog-content.blog-content-grid .post {
  margin-bottom: 40px;
}
.category-contents .blog-content.blog-content-grid .post .content-top {
  padding: 17px 0 30px 0;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 20px;
}
.category-contents .blog-content.blog-content-list .post .size-full {
  margin-bottom: 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary p {
  margin-bottom: 5px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li span,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li em,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li strong,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li span,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li em,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li strong {
  font-size: 14px !important;
}
.category-contents .blog-content.blog-content-list .post.no-thumb .entry .entry-thumb:before {
  display: none;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary {
  font-size: 14px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h1,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6 {
  color: #222222;
  font-weight: 600;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:before,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: #dddddd;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary code {
  white-space: normal;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary ol {
  padding-left: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary cite {
  font-style: italic;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead th,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table td,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table th {
  border-bottom: 1px #dddddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table tbody tr:last-child th,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.pagination {
  margin: 0;
  border-radius: 0;
  justify-content: center;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.pagination ul {
  margin: 0;
  list-style: none;
  vertical-align: top;
  background-color: #fff;
  border: 0;
  text-align: center;
}
.pagination ul > li {
  float: left;
  padding: 15px;
}
.pagination ul > li .page-numbers {
  padding: 15px 12px;
  display: block;
  padding: 0;
  color: #aaa;
  font-size: 12px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.pagination ul > li .page-numbers.current,
.pagination ul > li .page-numbers:hover {
  color: #b97c3b;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.format-audio .entry .wp-entry-thumb iframe {
  vertical-align: top;
  margin: 0;
}
blockquote {
  border: 0;
  padding: 5px 30px;
  position: relative;
}
blockquote:before {
  content: "\f10d";
  width: 17px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
}
blockquote:after {
  content: "\f10e";
  width: 17px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: FontAwesome;
}
blockquote p {
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
}
.format-gallery .carousel.gallery-slider .carousel-control {
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  top: 50%;
  margin-top: -16px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-shadow: none;
  background-image: none;
}
.format-gallery .carousel.gallery-slider .carousel-control.left {
  left: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:hover:before {
  color: #b97c3b;
}
.format-gallery .carousel.gallery-slider .carousel-control.right {
  right: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.right:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.right:hover:before {
  color: #b97c3b;
}
.format-gallery .carousel.gallery-slider .carousel-inner .item img {
  margin: 0;
}
.format-gallery .carousel.gallery-slider:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.format-gallery .gallery .thumbnail:hover {
  background-color: #b97c3b;
  border-color: #b97c3b;
}
.single.main .post .entry-wrap,
.single.main .team .entry-wrap,
.single.main .attachment .entry-wrap {
  background-color: #fff;
  margin-bottom: 35px;
  position: relative;
}
.single.main .post .entry-wrap .entry-thumb,
.single.main .team .entry-wrap .entry-thumb,
.single.main .attachment .entry-wrap .entry-thumb {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}
.single.main .post .entry-wrap .entry-thumb img,
.single.main .team .entry-wrap .entry-thumb img,
.single.main .attachment .entry-wrap .entry-thumb img {
  width: auto;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.single.main .post .entry-wrap .entry-thumb .social-share,
.single.main .team .entry-wrap .entry-thumb .social-share,
.single.main .attachment .entry-wrap .entry-thumb .social-share {
  position: absolute;
  top: 20px;
  right: 20px;
}
.rtl .single.main .post .entry-wrap .entry-thumb .social-share,
.rtl .single.main .team .entry-wrap .entry-thumb .social-share,
.rtl .single.main .attachment .entry-wrap .entry-thumb .social-share {
  right: auto;
  left: 20px;
}
.single.main .post .entry-wrap .entry-thumb .social-share .title-share,
.single.main .team .entry-wrap .entry-thumb .social-share .title-share,
.single.main .attachment .entry-wrap .entry-thumb .social-share .title-share {
  display: none;
}
.single.main .post .entry-wrap .entry-thumb .social-share .wrap-content,
.single.main .team .entry-wrap .entry-thumb .social-share .wrap-content,
.single.main .attachment .entry-wrap .entry-thumb .social-share .wrap-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.single.main .post .entry-wrap .entry-thumb .social-share .wrap-content a,
.single.main .team .entry-wrap .entry-thumb .social-share .wrap-content a,
.single.main .attachment .entry-wrap .entry-thumb .social-share .wrap-content a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  margin: 3px 0;
  font-size: 14px;
}
.single.main .post .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-facebook,
.single.main .team .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-facebook,
.single.main .attachment .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-facebook {
  color: #4064ac;
}
.single.main .post .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-twitter,
.single.main .team .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-twitter,
.single.main .attachment .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-twitter {
  color: #1c9be9;
}
.single.main .post .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-pinterest,
.single.main .team .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-pinterest,
.single.main .attachment .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-pinterest {
  color: #cc3333;
}
.single.main .post .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-instagram,
.single.main .team .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-instagram,
.single.main .attachment .entry-wrap .entry-thumb .social-share .wrap-content a i.fa-instagram {
  color: #cc3366;
}
.single.main .post .entry-wrap .entry-thumb .social-share .wrap-content a:hover,
.single.main .team .entry-wrap .entry-thumb .social-share .wrap-content a:hover,
.single.main .attachment .entry-wrap .entry-thumb .social-share .wrap-content a:hover {
  opacity: 0.75;
}
.single.main .post .entry-wrap .entry-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single.main .post .entry-wrap .entry-content .entry-meta,
.single.main .team .entry-wrap .entry-content .entry-meta,
.single.main .attachment .entry-wrap .entry-content .entry-meta {
  color: #999;
  overflow: hidden;
  display: block;
  padding: 8px 0 20px;
  line-height: 18px;
}
.single.main .post .entry-wrap .entry-content .entry-meta > span,
.single.main .team .entry-wrap .entry-content .entry-meta > span,
.single.main .attachment .entry-wrap .entry-content .entry-meta > span {
  position: relative;
  font-size: 12px;
}
.single.main .post .entry-wrap .entry-content .entry-meta > span:before,
.single.main .team .entry-wrap .entry-content .entry-meta > span:before,
.single.main .attachment .entry-wrap .entry-content .entry-meta > span:before {
  content: "";
  background-color: #999;
  height: 1px;
  width: 8px;
  position: absolute;
  right: -18px;
  top: 8px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta > span:before,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta > span:before,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta > span:before {
  left: -18px;
  right: auto;
}
.single.main .post .entry-wrap .entry-content .entry-meta > span:last-child:before,
.single.main .team .entry-wrap .entry-content .entry-meta > span:last-child:before,
.single.main .attachment .entry-wrap .entry-content .entry-meta > span:last-child:before {
  display: none;
}
.single.main .post .entry-wrap .entry-content .entry-meta a,
.single.main .team .entry-wrap .entry-content .entry-meta a,
.single.main .attachment .entry-wrap .entry-content .entry-meta a {
  color: #999;
  text-transform: capitalize;
}
.single.main .post .entry-wrap .entry-content .entry-meta a:hover,
.single.main .team .entry-wrap .entry-content .entry-meta a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-meta a:hover {
  color: #b97c3b;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date > a,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date > a,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date > a {
  color: #b97c3b;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-author a,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-author a,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author a {
  color: #b97c3b;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  float: left;
  margin-right: 30px;
  font-size: 12px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  float: right;
  margin: 0 0 0 30px;
}
.single.main .post .entry-wrap .entry-content .entry-summary,
.single.main .team .entry-wrap .entry-content .entry-summary,
.single.main .attachment .entry-wrap .entry-content .entry-summary {
  line-height: 26px;
  font-size: 14px;
  color: #555;
  margin-bottom: 65px;
}
.single.main .post .entry-wrap .entry-content .entry-summary h2,
.single.main .team .entry-wrap .entry-content .entry-summary h2,
.single.main .attachment .entry-wrap .entry-content .entry-summary h2 {
  font-weight: 600;
  font-size: 20px;
  color: #222222;
  margin: 16px 0;
  display: inline-block;
}
.single.main .post .entry-wrap .entry-content .entry-summary .as,
.single.main .team .entry-wrap .entry-content .entry-summary .as,
.single.main .attachment .entry-wrap .entry-content .entry-summary .as {
  margin: 10px 15px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .as li,
.single.main .team .entry-wrap .entry-content .entry-summary .as li,
.single.main .attachment .entry-wrap .entry-content .entry-summary .as li {
  line-height: 35px;
  list-style-type: disc;
}
.single.main .post .entry-wrap .entry-content .entry-summary ul li span,
.single.main .post .entry-wrap .entry-content .entry-summary ul li em,
.single.main .post .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .post .entry-wrap .entry-content .entry-summary ol li span,
.single.main .post .entry-wrap .entry-content .entry-summary ol li em,
.single.main .post .entry-wrap .entry-content .entry-summary ol li strong,
.single.main .team .entry-wrap .entry-content .entry-summary ul li span,
.single.main .team .entry-wrap .entry-content .entry-summary ul li em,
.single.main .team .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .team .entry-wrap .entry-content .entry-summary ol li span,
.single.main .team .entry-wrap .entry-content .entry-summary ol li em,
.single.main .team .entry-wrap .entry-content .entry-summary ol li strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li span,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li em,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li span,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li em,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li strong {
  font-size: 14px !important;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone {
  float: left;
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone {
  float: right;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone.image-single {
  margin-left: 30px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links {
  margin-top: 30px;
  overflow: hidden;
  background: #f2f2f2;
  padding: 30px 0;
  border-radius: 4px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title {
  border: none;
  margin: 0 10px;
  width: auto;
  height: auto;
  line-height: 32px;
  border-radius: 0;
  float: left;
  background: none;
  color: #666;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover {
  background: none;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a {
  display: block;
  width: 32px;
  line-height: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  float: left;
  background: #fff;
  margin: 0 5px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a:hover {
  color: #b97c3b;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span {
  background: #fff;
  color: #b97c3b;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span >span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span >span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span >span {
  margin: 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  color: #222222;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom,
.single.main .team .entry-wrap .entry-content .single-content-bottom,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom {
  border-top: 1px solid #ddd;
  padding: 15px 0 0 0;
  clear: both;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag span,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag span,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag span {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
  color: #666;
  font-size: 12px;
}
.rtl .single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag span,
.rtl .single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag span,
.rtl .single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag span {
  padding: 0 0 0 10px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a {
  color: #999;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover {
  color: #b97c3b;
}
.single.main .post .entry-wrap .entry-content .social-share,
.single.main .team .entry-wrap .entry-content .social-share,
.single.main .attachment .entry-wrap .entry-content .social-share {
  line-height: 33px;
  float: right;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share,
.rtl .single.main .team .entry-wrap .entry-content .social-share,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share {
  float: left;
}
.single.main .post .entry-wrap .entry-content .social-share .title-share,
.single.main .team .entry-wrap .entry-content .social-share .title-share,
.single.main .attachment .entry-wrap .entry-content .social-share .title-share {
  float: left;
  font-size: 14px;
  color: #222222;
  margin-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share,
.rtl .single.main .team .entry-wrap .entry-content .social-share .title-share,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share .title-share {
  margin-left: 20px;
  margin-right: 0;
  float: right;
}
.single.main .post .entry-wrap .entry-content .social-share .wrap-content,
.single.main .team .entry-wrap .entry-content .social-share .wrap-content,
.single.main .attachment .entry-wrap .entry-content .social-share .wrap-content {
  float: left;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share .wrap-content,
.rtl .single.main .team .entry-wrap .entry-content .social-share .wrap-content,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share .wrap-content {
  float: right;
}
.single.main .post .entry-wrap .entry-content .social-share a,
.single.main .team .entry-wrap .entry-content .social-share a,
.single.main .attachment .entry-wrap .entry-content .social-share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #888;
  border: 1px #dddddd solid;
  font-size: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
}
.single.main .post .entry-wrap .entry-content .social-share a:hover,
.single.main .team .entry-wrap .entry-content .social-share a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share a:hover {
  background-color: #222222;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.single.main .post .entry-wrap .entry-content .social-share a i,
.single.main .team .entry-wrap .entry-content .social-share a i,
.single.main .attachment .entry-wrap .entry-content .social-share a i {
  line-height: 32px;
}
.single.main .post #authorDetails,
.single.main .team #authorDetails,
.single.main .attachment #authorDetails {
  margin: 50px 0 20px 0;
}
.single.main .post #authorDetails .authorDetail,
.single.main .team #authorDetails .authorDetail,
.single.main .attachment #authorDetails .authorDetail {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.single.main .post #authorDetails .authorDetail .avatar,
.single.main .team #authorDetails .authorDetail .avatar,
.single.main .attachment #authorDetails .authorDetail .avatar {
  overflow: hidden;
  float: left;
}
.rtl .single.main .post #authorDetails .authorDetail .avatar,
.rtl .single.main .team #authorDetails .authorDetail .avatar,
.rtl .single.main .attachment #authorDetails .authorDetail .avatar {
  float: right;
}
.single.main .post #authorDetails .authorDetail .avatar img,
.single.main .team #authorDetails .authorDetail .avatar img,
.single.main .attachment #authorDetails .authorDetail .avatar img {
  margin: 0;
  border-radius: 50%;
}
.single.main .post #authorDetails .authorDetail .infomation,
.single.main .team #authorDetails .authorDetail .infomation,
.single.main .attachment #authorDetails .authorDetail .infomation {
  overflow: hidden;
  padding: 10px 20px;
  color: #999999;
  line-height: 22px;
}
.single.main .post #authorDetails .authorDetail .infomation .name-author,
.single.main .team #authorDetails .authorDetail .infomation .name-author,
.single.main .attachment #authorDetails .authorDetail .infomation .name-author {
  text-transform: uppercase;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}
.single.main .post #authorDetails .authorDetail .infomation p,
.single.main .team #authorDetails .authorDetail .infomation p,
.single.main .attachment #authorDetails .authorDetail .infomation p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary {
  font-size: 14px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h1,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6 {
  color: #222222;
  font-weight: 600;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary ol {
  padding-left: 0;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary code {
  white-space: normal;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:before,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:after {
  font-size: 24px;
  color: #dddddd;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary cite {
  font-style: italic;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead th,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table td,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table th {
  border-bottom: 1px #dddddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child th,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.single.main .tag-pingbacks-2 ol {
  padding-left: 30px;
}
.rtl .single.main .tag-pingbacks-2 ol {
  padding-left: 0;
  padding-right: 30px;
}
#comments {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #comments {
    margin-bottom: 80px;
  }
}
#comments small {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  padding: 0 0 15px;
}
.rtl #comments small {
  display: flex;
}
#comments .title {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}
.rtl #comments .title {
  display: flex;
}
#comments .commentlist .children {
  margin-left: 90px;
  margin-right: 0;
}
.rtl #comments .commentlist .children {
  margin-right: 90px;
  margin-left: 0;
}
@media (min-width: 1200px) {
  #comments .commentlist .children .comment {
    border-top: solid 1px #ddd;
  }
}
#comments .comment {
  background-color: #fff;
  padding: 30px 0 0;
}
#comments .comment:nth-child(1) {
  border-top: 0;
}
@media (min-width: 1200px) {
  #comments .comment {
    border-top: solid 1px #ddd;
  }
}
#comments .comment .author {
  margin: 0 20px 0 0;
  overflow: hidden;
}
.rtl #comments .comment .author {
  margin: 0 0 0 20px;
}
#comments .comment .author img {
  margin: 0;
  border-radius: 50%;
}
#comments .comment .media-body {
  padding: 0 0 20px;
}
#comments .comment .media-body .media .media-heading {
  overflow: hidden;
  margin-bottom: 10px;
  color: #ddd;
}
#comments .comment .media-body .media .media-heading .author-name {
  color: #999;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 0 15px 0 0;
}
#comments .comment .media-body .media .media-heading .author-name span {
  color: #0076ff;
  font-weight: 600;
}
#comments .comment .media-body .media .media-heading .author-name span a {
  color: #0076ff;
  font-weight: 600;
}
.rtl #comments .comment .media-body .media .media-heading .author-name {
  padding: 0 0 0 15px;
}
#comments .comment .media-body .media .media-heading .time {
  color: #999;
  padding: 0 15px;
  font-size: 12px;
  text-transform: capitalize;
  display: inline-block;
}
#comments .comment .media-body .media .media-heading .time a {
  color: #999;
}
#comments .comment .media-body .media .media-heading .reply a {
  position: relative;
  font-size: 0;
}
#comments .comment .media-body .media .media-heading .reply a:before {
  font-size: 14px;
  color: #ccc;
  content: "\f112";
  display: inline-block;
  vertical-align: top;
  font-family: fontawesome;
}
#comments .comment .media-body .media .media-heading .reply a:hover:before {
  color: #b97c3b;
}
#comments .comment .media-body .media .media-content {
  font-size: 14px;
}
#comments .comment .media-body .media .media-content h1,
#comments .comment .media-body .media .media-content h2,
#comments .comment .media-body .media .media-content h3,
#comments .comment .media-body .media .media-content h4,
#comments .comment .media-body .media .media-content h5,
#comments .comment .media-body .media .media-content h6 {
  color: #222222;
  font-weight: 600;
}
#comments .comment .media-body .media .media-content h2,
#comments .comment .media-body .media .media-content h3,
#comments .comment .media-body .media .media-content h4,
#comments .comment .media-body .media .media-content h5,
#comments .comment .media-body .media .media-content h6 {
  padding-top: 20px;
}
#comments .comment .media-body .media .media-content blockquote {
  padding: 10px 30px;
}
#comments .comment .media-body .media .media-content blockquote:before,
#comments .comment .media-body .media .media-content blockquote:after {
  font-size: 24px;
  color: #dddddd;
}
#comments .comment .media-body .media .media-content cite {
  font-style: italic;
}
#comments .comment .media-body .media .media-content table thead th,
#comments .comment .media-body .media .media-content table thead td {
  border-bottom-width: 2px;
}
#comments .comment .media-body .media .media-content table td,
#comments .comment .media-body .media .media-content table th {
  border-bottom: 1px #dddddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#comments .comment .media-body .media .media-content table tbody tr:last-child th,
#comments .comment .media-body .media .media-content table tbody tr:last-child td {
  border-bottom: none;
}
#comments .comment .media-body .media .media-content ol {
  padding-left: 0;
}
#comments .comment .media-body .media .media-content p {
  font-size: 14px;
  line-height: 24px;
  color: #555;
}
#comments .comment .media-body .media .media-content ul li,
#comments .comment .media-body .media .media-content ol li {
  line-height: 28px;
}
#comments .alert {
  background: transparent;
  border: 1px #dddddd solid;
  border-radius: 0;
}
#comments .alert p {
  color: #222222;
}
#comments .pingback,
#comments .trackback {
  border: 1px #dddddd solid;
  padding: 15px 15px 5px 15px;
}
#comments .pingback .media-heading,
#comments .trackback .media-heading {
  overflow: hidden;
}
#comments .pingback .media-heading .author-name,
#comments .trackback .media-heading .author-name {
  color: #999;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0 15px 0 0;
}
#comments .pingback .media-heading .author-name span a,
#comments .trackback .media-heading .author-name span a {
  color: #0076ff;
}
#comments .pingback .media-heading .time,
#comments .trackback .media-heading .time {
  padding: 0 15px;
  display: inline-block;
  color: #999;
  font-size: 12px;
}
#comments .pingback .media-heading .time a,
#comments .trackback .media-heading .time a {
  font-size: 12px;
  color: #999;
}
#comments .pingback .media-content,
#comments .trackback .media-content {
  padding: 0 30px;
}
#comments .pingback p,
#comments .trackback p {
  line-height: 24px;
}
#comments .pingback:nth-child(4),
#comments .trackback:nth-child(4) {
  margin-bottom: 40px;
}
#respond {
  margin-bottom: 60px;
  margin-top: 40px;
}
#respond .title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}
#respond .comment-form .cmm-box-top {
  margin: 0 -15px 10px;
}
#respond .comment-form .cmm-box-top .control-group {
  width: 33.333%;
  padding: 0 15px;
}
#respond .comment-form .cmm-box-top input {
  width: 100%;
  border: 1px solid #dddddd;
  height: 42px;
  text-indent: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form .cmm-box-top input:focus {
  background-color: #fafafa;
}
#respond .comment-form .comment-form-cookies-consent label {
  font-weight: normal;
  padding: 0 7px;
}
#respond .comment-form .cmm-box-bottom textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form #submit {
  margin-top: 10px;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  border-radius: 1px;
  height: 38px;
  padding: 8px 15px 5px;
  background: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
#respond .comment-form #submit:hover {
  background: #222222;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-related-post .sidebar-relate-content {
  padding: 30px 20px 0;
}
.sidebar-related-post .sidebar-relate-content .item {
  margin-bottom: 30px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over {
  position: relative;
  margin-bottom: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../assets/img/icon-plus.png') no-repeat center center;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background-color: rgba(186,125,59,0.8);
}
.rtl .sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  left: auto;
  right: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_day {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_my {
  display: block;
  color: #fff;
  font-size: 14px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-title h4 {
  margin-bottom: 13px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-meta-content {
  color: #999999;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner:hover .img_over:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.text-style {
  background-color: #f7f7f7;
  padding: 25px 5% 25px 15%;
  position: relative;
  color: #999;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  margin: 35px 0 30px 0;
}
.text-style:before {
  content: "";
  background: url(../assets/img/quote-left.png) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5%;
  top: 20%;
}
.buton-style-post {
  display: inline-block;
  vertical-align: top;
  border: 1px #222222 solid;
  height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 13px;
  color: #222222;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.buton-style-post:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 3px;
  right: 3px;
  background: transparent;
  width: 0;
  height: 29px;
  transition: all 0.4s ease;
  display: inline-block;
}
.buton-style-post:hover {
  color: #fff;
  background-color: #222222;
}
.buton-style-post:hover:before {
  width: 95%;
  border: 1px solid #fff;
}
.cpanel-control {
  display: none !important;
}
.wrapper_404 {
  width: 100%;
  height: auto;
  text-align: center;
  border-top: 1px solid #ddd;
}
.layout-sidebar .wrapper_404 > .container {
  width: 86%;
  float: right;
  max-width: none;
  padding: 0 30px;
}
.wrapper_404 .content_404 {
  overflow: hidden;
  padding: 100px 0 100px 0;
}
@media (max-width: 991px) {
  .wrapper_404 .content_404 {
    padding: 50px 0;
  }
}
.wrapper_404 .content_404 .erro-image img {
  margin: 0 auto 30px auto;
}
.wrapper_404 .content_404 .block-top {
  margin-bottom: 50px;
}
.wrapper_404 .content_404 .block-top p {
  font-size: 20px;
  color: #909090;
}
.wrapper_404 .content_404 .block-bottom a {
  position: relative;
  margin: auto;
  padding: 0 18px;
  transition: all .2s ease;
  font-size: 18px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  color: #222222;
}
.wrapper_404 .content_404 .block-bottom a i {
  font-size: 15px;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  transition: all .3s ease;
}
.rtl .wrapper_404 .content_404 .block-bottom a i:before {
  content: "\f177 ";
}
.wrapper_404 .content_404 .block-bottom a:before {
  content: "";
  position: absolute;
  top: 0;
  opacity: 0.3;
  left: 0;
  display: block;
  border-radius: 20px;
  background: #b97c3b;
  width: 35px;
  height: 35px;
  transition: all .3s ease;
}
.rtl .wrapper_404 .content_404 .block-bottom a:before {
  left: auto;
  right: 0;
}
.wrapper_404 .content_404 .block-bottom a:hover i {
  transform: translateX(5px);
}
.rtl .wrapper_404 .content_404 .block-bottom a:hover i {
  transform: translateX(-5px);
}
.wrapper_404 .content_404 .block-bottom a:hover:before {
  width: 100%;
}
.error404 .header-style2 {
  border-bottom: 1px #eee solid;
}
@font-face {
  font-family: 'Nucleo';
  src: url('../fonts/Nucleo.eot');
  src: url('../fonts/Nucleo.eot') format('embedded-opentype'), url('../fonts/Nucleo.woff2') format('woff2'), url('../fonts/Nucleo.woff') format('woff'), url('../fonts/Nucleo.ttf') format('truetype'), url('../fonts/Nucleo.svg#Nucleo') format('svg');
}
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Nucleo';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
.icon-segmentation::before {
  content: "\ea02";
}
.icon-tail-triangle-left::before {
  content: "\ea04";
}
.icon-tail-triangle-right::before {
  content: "\ea05";
}
.icon-tail-triangle-up::before {
  content: "\ea06";
}
.icon-tail-triangle-down::before {
  content: "\ea07";
}
.icon-zoom-2::before {
  content: "\ea08";
  font-family: 'Nucleo';
}
.icon-bag-16::before {
  content: "\ea09";
}
.icon-heart-2::before {
  content: "\ea0a";
}
.icon-single-02::before {
  content: "\ea0b";
}
.icon-replay::before {
  content: "\ea0c";
}
.icon-currency-exchange::before {
  content: "\ea0d";
}
.icon-delivery-fast::before {
  content: "\ea0e";
}
.icon-cut::before {
  content: "\ea0f";
}
.icon-chat-46::before {
  content: "\ea10";
}
.icon-lock::before {
  content: "\ea11";
}
.icon-palette::before {
  content: "\ea12";
}
.icon-eye-17::before {
  content: "\ea13";
}
.icon-small-down::before {
  content: "\ea14";
}
.icon-bullet-list-69::before {
  content: "\ea15";
}
.icon-grid-45::before {
  content: "\ea16";
}
.icon-small-remove::before {
  content: "\ea17";
}
.icon-small-left::before {
  content: "\ea18";
}
.icon-small-right::before {
  content: "\ea19";
}
.icon-small-up::before {
  content: "\ea1a";
}
.icon-shape-star::before {
  content: "\ea1b";
}
.icon-bag-20::before {
  content: "\ea1c";
}
.icon-bag-add-21::before {
  content: "\ea1d";
}
.icon-basket::before {
  content: "\ea1e";
}
.icon-cart-simple::before {
  content: "\ea1f";
}
.icon-check-circle-07::before {
  content: "\ea20";
}
.icon-phone-call::before {
  content: "\ea21";
}
.icon-crosshair::before {
  content: "\ea22";
}
.icon-gold::before {
  content: "\ea23";
}
.icon-parking-sensors::before {
  content: "\ea24";
}
.icon-position-pin::before {
  content: "\ea25";
}
.icon-dots-05::before {
  content: "\ea26";
}
.icon-bars-2::before {
  content: "\ea27";
}
.icon-logo-fb-simple::before {
  content: "\ea28";
}
.icon-logo-youtube::before {
  content: "\ea29";
}
.icon-logo-instagram::before {
  content: "\ea2a";
}
.icon-logo-pinterest::before {
  content: "\ea2b";
}
.icon-logo-twitter::before {
  content: "\ea2c";
}
.icon-simple-add::before {
  content: "\ea2d";
}
.icon-simple-delete::before {
  content: "\ea2e";
}
.icon-trash-simple::before {
  content: "\ea2f";
}
.icon-logo-google-plus::before {
  content: "\ea30";
}
.icon-logo-linkedin::before {
  content: "\ea31";
}
.icon-heart-2-2::before {
  content: "\ea32";
}
.icon-eye-ban-18::before {
  content: "\ea33";
}
.icon-bag-remove-22::before {
  content: "\ea34";
}
.icon-image-add::before {
  content: "\ea35";
}
.icon-bag-20-3::before {
  content: "\ea37";
}
.icon-tail-triangle-left-2::before {
  content: "\ea38";
}
.icon-tail-triangle-right-2::before {
  content: "\ea39";
}
.quote-border {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
iframe {
  border: none;
  margin-bottom: 10px;
  max-width: 100%;
}
.block-whychoose {
  margin-bottom: 30px !important;
  display: inline-block;
}
.block-whychoose .image-whychoose {
  float: left;
  width: 64px;
}
.rtl .block-whychoose .image-whychoose {
  float: right;
}
.block-whychoose .content-whychoose {
  margin-left: 80px;
}
.rtl .block-whychoose .content-whychoose {
  margin-right: 80px;
  margin-left: 0;
}
.block-whychoose .content-whychoose h2 {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}
.block-whychoose .content-whychoose .description {
  color: #666;
}
.nav-menus-php .item-edit {
  font-size: 0 !important;
}
.vc_wp_search .widget_search .searchform .screen-reader-text {
  display: none;
}
.vc_wp_search .widget_search .searchform input[type="submit"] {
  text-indent: -9999px;
  display: block;
  border: 0;
  width: 34px !important;
  height: 34px;
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #666 !important;
}
.vc_wp_search .widget_search .searchform input[type="submit"]:hover {
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #b97c3b !important;
}
.vc_wp_search .widget_search .searchform input[type="text"] {
  border: 1px solid #dddddd;
}
.wpb_single_image .vc_single_image-wrapper img:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 10px 0;
}
#wp-calendar tr th {
  text-align: center;
}
#wp-calendar tr td {
  padding: 10px 0;
}
#subscribe_popup {
  text-align: left;
  display: none;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  width: auto;
}
.rtl #subscribe_popup {
  text-align: right;
}
#subscribe_popup .subscribe-popup-container .subscribe-content {
  position: absolute;
  left: 30px;
  max-width: 370px;
  padding: 80px 0 0;
}
#subscribe_popup .subscribe-popup-container .popup-content {
  text-align: center;
}
#subscribe_popup .subscribe-popup-container .popup-content .description {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto 30px;
  width: 95%;
}
#subscribe_popup .subscribe-popup-container .popup-content h2 {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 17px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
#subscribe_popup .subscribe-popup-container .subscribe-form p,
#subscribe_popup .subscribe-popup-container .subscribe-form input {
  margin: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"] {
  border: 0;
  color: #ccc;
  width: 70%;
  height: 40px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px;
  float: left;
  font-size: 14px;
  border: 1px #dddddd solid;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"] {
  float: right;
  border-radius: 0 5px 5px 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form button[type="submit"] {
  border: 0;
  padding: 0 15px;
  width: 30%;
  background: #b97c3b;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  float: left;
  font-size: 14px;
  border: 1px solid #b97c3b;
  border-radius: 0 5px 5px 0;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form button[type="submit"] {
  float: right;
  text-align: left;
  border-radius: 5px 0 0 5px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form button[type="submit"]:before {
  display: none;
}
#subscribe_popup .subscribe-popup-container .subscribe-form button[type="submit"]:hover {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #222222;
}
#subscribe_popup .subscribe-popup-container .subscribe-form .mc4wp-success {
  color: #222222;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox {
  line-height: 30px;
  clear: both;
  text-align: center;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox input {
  cursor: pointer;
  margin: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label {
  vertical-align: top;
  line-height: 25px;
  margin: 0;
  font-weight: normal;
  color: #222222;
  font-weight: 500;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label span {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  color: #666;
  font-weight: 400;
}
.sw-instagram-gallery {
  margin-bottom: 10px;
}
.sw-instagram-gallery .intagram-gallery-content {
  margin: 0 -5px;
  display: inline-block;
  vertical-align: top;
}
.sw-instagram-gallery .intagram-gallery-content .item {
  position: relative;
  padding: 0 5px;
}
.sw-instagram-gallery .intagram-gallery-content .item > a > .fa {
  position: absolute;
  z-index: 2;
  font-size: 24px;
  top: 15px;
  right: 15px;
  color: #cecece;
}
.sw-instagram-gallery .intagram-gallery-content .item:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sw-instagram-gallery .intagram-gallery-content.col_1 .item {
  width: 100%;
}
.sw-instagram-gallery .intagram-gallery-content.col_2 .item {
  width: 50%;
}
.sw-instagram-gallery .intagram-gallery-content.col_3 .item {
  width: 33.333%;
}
.sw-instagram-gallery .intagram-gallery-content.col_4 .item {
  width: 25%;
}
.sw-instagram-gallery .intagram-gallery-content.col_5 .item {
  width: 20%;
}
.sw-category-slider .res-button,
.sw-category-slider .slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background: rgba(242,242,242,0.4);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.sw-category-slider .res-button.slick-next,
.sw-category-slider .slick-arrow.slick-next {
  right: -25px;
}
.sw-category-slider .res-button.slick-next:before,
.sw-category-slider .slick-arrow.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  font-size: 22px;
}
.sw-category-slider .res-button.slick-prev,
.sw-category-slider .slick-arrow.slick-prev {
  left: -25px;
}
.sw-category-slider .res-button.slick-prev:before,
.sw-category-slider .slick-arrow.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 22px;
}
.sw-category-slider .res-button:hover,
.sw-category-slider .slick-arrow:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}
.sw-category-slider .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.sw-category-slider .block-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222222;
}
.sw-category-slider .block-title .slider-description {
  color: #999;
  max-width: 560px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.sw-category-slider .responsive {
  margin: 0 -15px;
}
.sw-category-slider .responsive .item-product-cat {
  padding: 0 15px;
}
.sw-category-slider .responsive .item-product-cat:hover .item-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider .responsive .item-product-cat:hover .item-content h3 a {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider .responsive .item-product-cat .item-image {
  overflow: hidden;
  margin-bottom: 15px;
}
.sw-category-slider .responsive .item-product-cat .item-image img {
  margin: 0 auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
}
.sw-category-slider .responsive .item-product-cat .item-content {
  text-align: center;
}
.sw-category-slider .responsive .item-product-cat .item-content h3 {
  margin-bottom: 5px;
}
.sw-category-slider .responsive .item-product-cat .item-content h3 a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.sw-category-slider .responsive .item-product-cat .item-content p {
  color: #666;
}
.sw-category-slider,
.woo-slider-default,
.featured-product {
  position: relative;
  margin-bottom: 0;
}
.sw-category-slider .block-title,
.woo-slider-default .block-title,
.featured-product .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.sw-category-slider .block-title h3,
.woo-slider-default .block-title h3,
.featured-product .block-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222222;
}
.sw-category-slider .block-title .slider-description,
.woo-slider-default .block-title .slider-description,
.featured-product .block-title .slider-description {
  color: #999;
  max-width: 560px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.sw-category-slider .res-button,
.sw-category-slider .slick-arrow,
.woo-slider-default .res-button,
.woo-slider-default .slick-arrow,
.featured-product .res-button,
.featured-product .slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background: rgba(242,242,242,0.4);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.sw-category-slider .res-button.slick-next,
.sw-category-slider .slick-arrow.slick-next,
.woo-slider-default .res-button.slick-next,
.woo-slider-default .slick-arrow.slick-next,
.featured-product .res-button.slick-next,
.featured-product .slick-arrow.slick-next {
  right: -25px;
}
.sw-category-slider .res-button.slick-next:before,
.sw-category-slider .slick-arrow.slick-next:before,
.woo-slider-default .res-button.slick-next:before,
.woo-slider-default .slick-arrow.slick-next:before,
.featured-product .res-button.slick-next:before,
.featured-product .slick-arrow.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  font-size: 22px;
}
.sw-category-slider .res-button.slick-prev,
.sw-category-slider .slick-arrow.slick-prev,
.woo-slider-default .res-button.slick-prev,
.woo-slider-default .slick-arrow.slick-prev,
.featured-product .res-button.slick-prev,
.featured-product .slick-arrow.slick-prev {
  left: -25px;
}
.sw-category-slider .res-button.slick-prev:before,
.sw-category-slider .slick-arrow.slick-prev:before,
.woo-slider-default .res-button.slick-prev:before,
.woo-slider-default .slick-arrow.slick-prev:before,
.featured-product .res-button.slick-prev:before,
.featured-product .slick-arrow.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 22px;
}
.sw-category-slider .res-button:hover,
.sw-category-slider .slick-arrow:hover,
.woo-slider-default .res-button:hover,
.woo-slider-default .slick-arrow:hover,
.featured-product .res-button:hover,
.featured-product .slick-arrow:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}
.sw-category-slider:hover .res-button,
.woo-slider-default:hover .res-button,
.featured-product:hover .res-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider .resp-slider-container .slider,
.woo-slider-default .resp-slider-container .slider,
.featured-product .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-category-slider .resp-slider-container .slider .item,
.woo-slider-default .resp-slider-container .slider .item,
.featured-product .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap,
.woo-slider-default .resp-slider-container .slider .item .item-wrap,
.featured-product .resp-slider-container .slider .item .item-wrap {
  margin-bottom: 30px;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap:nth-child(2),
.woo-slider-default .resp-slider-container .slider .item .item-wrap:nth-child(2),
.featured-product .resp-slider-container .slider .item .item-wrap:nth-child(2) {
  margin-bottom: 0;
}
.featured-product.style2 .resp-slider-container .slider .item {
  margin: 0 -15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-product.style2 .resp-slider-container .slider .item:first-child .item-wrap:first-child .item-content {
  padding: 25px 0 0;
}
.featured-product.style2 .resp-slider-container .slider .item:last-child .item-wrap:last-child .item-content {
  padding: 25px 0 0;
}
.featured-product.style2 .resp-slider-container .slider .item .item-wrap {
  width: 50%;
  padding: 0 15px;
}
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  background-color: transparent;
}
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.featured-product.style2 .resp-slider-container .slider .item .item-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: transparent;
}
.featured-product.style2 .resp-slider-container .slider .item .item-wrap:first-child {
  width: 100%;
}
.featured-product.style2 .resp-slider-container .slider .item:last-child .item-wrap {
  width: 50%;
}
.featured-product.style2 .resp-slider-container .slider .item:last-child .item-wrap:last-child {
  width: 100%;
}
.countdown-slider {
  position: relative;
  padding: 0 0 35px 0;
}
.countdown-slider .product-countdown {
  margin: 0;
}
.countdown-slider .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.countdown-slider .block-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222222;
}
.countdown-slider .block-title .slider-description {
  color: #999;
  max-width: 560px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.countdown-slider .res-button,
.countdown-slider .slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background: rgba(242,242,242,0.4);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.countdown-slider .res-button.slick-next,
.countdown-slider .slick-arrow.slick-next {
  right: -25px;
}
.countdown-slider .res-button.slick-next:before,
.countdown-slider .slick-arrow.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  font-size: 22px;
}
.countdown-slider .res-button.slick-prev,
.countdown-slider .slick-arrow.slick-prev {
  left: -25px;
}
.countdown-slider .res-button.slick-prev:before,
.countdown-slider .slick-arrow.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 22px;
}
.countdown-slider .res-button:hover,
.countdown-slider .slick-arrow:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}
.countdown-slider:hover .res-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider .slider {
  margin: 0 -15px;
}
.countdown-slider .slider .item-countdown {
  background-color: #f5f5f5;
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .countdown-slider .slider .item-countdown {
    min-height: 468px;
  }
}
.countdown-slider .slider .item-countdown:hover .item-wrap .item-detail .item-image-countdown > a.sw-quickview {
  opacity: 1;
  visibility: visible;
}
.countdown-slider .slider .item-countdown .item-wrap {
  position: relative;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  float: left;
  width: 50%;
  position: relative;
}
.rtl .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  float: right;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown > a {
  width: 95%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown > a {
    width: 100%;
  }
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown > a.sw-quickview {
  width: 35px;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content {
  width: 50%;
  float: left;
  padding: 0 15px;
  text-align: left;
  position: relative;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-info {
  padding: 40px 0 30px;
}
@media (min-width: 1400px) {
  .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-info {
    padding: 40px 0 15px;
  }
}
.rtl .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content {
  float: right;
  text-align: right;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-bottom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  width: auto;
  margin: 0 0 25px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-bottom a.sw-quickview {
  display: none;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content h4 {
  margin-bottom: 15px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content h4 a {
  font-size: 18px;
  color: #222;
  text-align: left;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content h4 a:hover {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content {
  overflow: hidden;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content .woocommerce-review-link {
  padding: 4px 5px 0;
  color: #0099cc;
  font-size: 12px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 20px;
  font-size: 24px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .description {
  line-height: 24px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #999;
}
.countdown-slider .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .top-item {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.sw-best-seller-product,
.sw-latest-product,
.sw-onsale-product {
  margin-bottom: 95px;
}
.sw-best-seller-product .box-title h3,
.sw-latest-product .box-title h3,
.sw-onsale-product .box-title h3 {
  text-transform: uppercase;
  padding: 21px 0;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  border-bottom: 1px #ebebeb solid;
}
.sw-best-seller-product .wrap-content,
.sw-latest-product .wrap-content,
.sw-onsale-product .wrap-content {
  padding-top: 20px;
  overflow: hidden;
}
.sw-best-seller-product .wrap-content > p,
.sw-latest-product .wrap-content > p,
.sw-onsale-product .wrap-content > p {
  margin-bottom: 0;
}
.sw-best-seller-product .wrap-content .item,
.sw-latest-product .wrap-content .item,
.sw-onsale-product .wrap-content .item {
  overflow: hidden;
  margin-bottom: 30px;
}
.sw-best-seller-product .wrap-content .item .item-inner > p,
.sw-latest-product .wrap-content .item .item-inner > p,
.sw-onsale-product .wrap-content .item .item-inner > p {
  display: none;
}
.sw-best-seller-product .wrap-content .item .item-img,
.sw-latest-product .wrap-content .item .item-img,
.sw-onsale-product .wrap-content .item .item-img {
  float: left;
  width: 80px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.sw-best-seller-product .wrap-content .item .item-img:hover img,
.sw-latest-product .wrap-content .item .item-img:hover img,
.sw-onsale-product .wrap-content .item .item-img:hover img {
  opacity: 0.85;
}
.sw-best-seller-product .wrap-content .item .item-img a br,
.sw-latest-product .wrap-content .item .item-img a br,
.sw-onsale-product .wrap-content .item .item-img a br {
  display: none;
}
.rtl .sw-best-seller-product .wrap-content .item .item-img,
.rtl .sw-latest-product .wrap-content .item .item-img,
.rtl .sw-onsale-product .wrap-content .item .item-img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw-best-seller-product .wrap-content .item .item-content,
.sw-latest-product .wrap-content .item .item-content,
.sw-onsale-product .wrap-content .item .item-content {
  position: relative;
  padding-top: 0;
}
.sw-best-seller-product .wrap-content .item .item-content .reviews-content > p,
.sw-latest-product .wrap-content .item .item-content .reviews-content > p,
.sw-onsale-product .wrap-content .item .item-content .reviews-content > p {
  display: none;
}
.sw-best-seller-product .wrap-content .item .item-content h4 a,
.sw-latest-product .wrap-content .item .item-content h4 a,
.sw-onsale-product .wrap-content .item .item-content h4 a {
  color: #888;
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: capitalize;
}
.sw-best-seller-product .wrap-content .item .item-content h4 a:hover,
.sw-latest-product .wrap-content .item .item-content h4 a:hover,
.sw-onsale-product .wrap-content .item .item-content h4 a:hover {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-best-seller-product .wrap-content .item .item-content > p,
.sw-latest-product .wrap-content .item .item-content > p,
.sw-onsale-product .wrap-content .item .item-content > p {
  display: none;
}
.sw-best-seller-product .wrap-content .item > p,
.sw-latest-product .wrap-content .item > p,
.sw-onsale-product .wrap-content .item > p {
  display: none;
}
.sw-best-seller-product .wrap-content .item:last-child,
.sw-latest-product .wrap-content .item:last-child,
.sw-onsale-product .wrap-content .item:last-child {
  margin-bottom: 5px;
}
.sw-woo-tab-default {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .sw-woo-tab-default {
    margin-bottom: 98px;
  }
}
@media (max-width: 767px) {
  .sw-woo-tab-default {
    margin-bottom: 30px;
  }
}
.sw-woo-tab-default .resp-tab .category-slider-content {
  overflow: hidden;
}
.sw-woo-tab-default .resp-tab .category-slider-content .button-collapse {
  display: none;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs {
  border: none;
  margin: 0 0 30px 0;
  text-align: left;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs {
  text-align: right;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li {
  margin: 0;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li {
  float: right;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li > a {
  display: inline-block;
  text-transform: uppercase;
  border: none;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  margin: 0 40px 0 0;
  padding: 0;
  position: relative;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li > a {
  margin: 0 0 0 40px;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li > a:before {
  background-color: #b97c3b;
  content: "";
  height: 1px;
  top: 18px;
  left: 0;
  right: auto;
  position: absolute;
  transition: all 0.3s;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li.active > a,
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li:hover > a {
  color: #b97c3b;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li.active > a:before,
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li:hover > a:before {
  right: 0;
  transition: all 0.3s;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image {
  float: left;
  position: relative;
  z-index: 3;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image .item-image a {
  position: relative;
  display: block;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image .item-image a:before {
  display: inline-block;
  background-color: rgba(0,0,0,0.3);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image .item-image a:hover:before {
  opacity: 1;
  visibility: visible;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .categories-image {
  float: right;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .res-button {
  visibility: visible;
  opacity: 1;
  text-align: center;
  position: absolute;
  height: auto;
  width: auto;
  top: -55px;
  right: 0 !important;
  left: auto !important;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  line-height: normal;
  border-radius: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .res-button:before {
  content: 'next' !important;
  font-size: 12px !important;
  text-transform: capitalize;
  color: #999;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .res-button:hover:before {
  color: #b97c3b;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .res-button {
  left: 0 !important;
  right: auto !important;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .res-button:before {
  content: 'prev' !important;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .res-button.slick-prev {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  right: 45px !important;
  left: auto !important;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .res-button.slick-prev {
  left: 42px !important;
  right: auto !important;
  border-right: 0;
  padding-right: 0;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .res-button.slick-prev:before {
  content: 'next' !important;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .res-button.slick-prev:before {
  content: 'prev' !important;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
  top: 6px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider {
  margin: 0 -15px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list {
  margin: 0;
  padding: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item {
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
}
.sw-best-seller-product-slider,
.sw-featured-product-slider {
  border: 1px solid #dddddd;
  margin: 15px 0 30px;
}
.sw-best-seller-product-slider .block-title,
.sw-featured-product-slider .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.sw-best-seller-product-slider .block-title h3,
.sw-featured-product-slider .block-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222222;
}
.sw-best-seller-product-slider .block-title .slider-description,
.sw-featured-product-slider .block-title .slider-description {
  color: #999;
  max-width: 560px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.sw-best-seller-product-slider .customNavigation .btn-bs,
.sw-featured-product-slider .customNavigation .btn-bs {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 11px;
  cursor: pointer;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs,
.sw-featured-product-slider .customNavigation .btn-bs.prev-bs {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs:hover,
.sw-featured-product-slider .customNavigation .btn-bs.prev-bs:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.rtl .sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs,
.rtl .sw-featured-product-slider .customNavigation .btn-bs.prev-bs {
  left: 15px;
  right: auto;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs,
.sw-featured-product-slider .customNavigation .btn-bs.next-bs {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs:hover,
.sw-featured-product-slider .customNavigation .btn-bs.next-bs:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.rtl .sw-best-seller-product-slider .customNavigation .btn-bs.next-bs,
.rtl .sw-featured-product-slider .customNavigation .btn-bs.next-bs {
  left: 48px;
  right: auto;
}
.sw-best-seller-product-slider .carousel-inner,
.sw-featured-product-slider .carousel-inner {
  overflow: hidden;
}
.sw-best-seller-product-slider .carousel-inner .image-slide,
.sw-featured-product-slider .carousel-inner .image-slide {
  float: left;
  width: 50%;
  position: relative;
  z-index: 3;
}
.rtl .sw-best-seller-product-slider .carousel-inner .image-slide,
.rtl .sw-featured-product-slider .carousel-inner .image-slide {
  float: right;
}
.sw-best-seller-product-slider .carousel-inner .item,
.sw-featured-product-slider .carousel-inner .item {
  float: right;
  width: 50%;
  padding: 25px 0 0;
}
.rtl .sw-best-seller-product-slider .carousel-inner .item,
.rtl .sw-featured-product-slider .carousel-inner .item {
  float: left;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail,
.sw-featured-product-slider .carousel-inner .item .item-detail {
  overflow: hidden;
  margin-bottom: 30px;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail:hover .item-img img,
.sw-featured-product-slider .carousel-inner .item .item-detail:hover .item-img img {
  opacity: 0.85;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content {
  padding: 15px 0 0;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4 a,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content h4 a {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4 a:hover,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content h4 a:hover {
  color: #b97c3b;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price {
  font-size: 16px;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price del .amount,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price del .amount {
  font-size: 14px;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-img,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-img {
  width: 90px;
  float: left;
  margin: 0 10px;
}
.rtl .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-img,
.rtl .sw-featured-product-slider .carousel-inner .item .item-detail .item-img {
  float: right;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail:last-child,
.sw-featured-product-slider .carousel-inner .item .item-detail:last-child {
  margin-bottom: 0;
}
.sw_tab_countdown:hover .item-img .sw-quickview,
.countdown-slider:hover .item-img .sw-quickview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.sw_tab_countdown .item-bottom,
.countdown-slider .item-bottom {
  position: initial;
  opacity: 1;
  visibility: visible;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  transform: translateY(0);
}
.sw_tab_countdown .item-bottom .sw-quickview,
.countdown-slider .item-bottom .sw-quickview {
  display: none;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist {
  display: block !important;
  order: 2;
  margin: 0 10px 0 0;
}
.rtl .sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist,
.rtl .countdown-slider .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 0 0 10px;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  display: none;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  text-align: center;
  color: #555;
  padding: 0;
  background: transparent;
  border: 1px solid #222222;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  border-radius: 0;
  line-height: 40px;
  font-weight: 500;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\ea0a";
  font-family: 'Nucleo';
  color: #555;
  font-size: 14px;
  display: block;
}
.countdown-slider .sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider .sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider .sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider .countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider .countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider .countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  border: 1px solid #222222;
  background-color: transparent;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #b97c3b;
  border-color: #b97c3b;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #fff;
}
.sw_tab_countdown .item-bottom .yith-wcwl-add-to-wishlist,
.sw_tab_countdown .item-bottom .group.fancybox,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist,
.countdown-slider .item-bottom .group.fancybox {
  display: inline-block;
  vertical-align: top;
}
.sw_tab_countdown .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.sw_tab_countdown .item-bottom .yith-wcwl-wishlistexistsbrowse.show a,
.countdown-slider .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.countdown-slider .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  border-color: #b97c3b;
  background: #b97c3b;
}
.sw_tab_countdown .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.sw_tab_countdown .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before,
.countdown-slider .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.countdown-slider .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.sw_tab_countdown .item-bottom .product_type_simple,
.sw_tab_countdown .item-bottom .ajax_add_to_cart,
.sw_tab_countdown .item-bottom .add_to_cart_button,
.sw_tab_countdown .item-bottom .button.product_type_variable,
.sw_tab_countdown .item-bottom .button.product_type_bundle,
.sw_tab_countdown .item-bottom .button.product_type_simple,
.sw_tab_countdown .item-bottom .product_type_external,
.sw_tab_countdown .item-bottom .product_type_grouped,
.countdown-slider .item-bottom .product_type_simple,
.countdown-slider .item-bottom .ajax_add_to_cart,
.countdown-slider .item-bottom .add_to_cart_button,
.countdown-slider .item-bottom .button.product_type_variable,
.countdown-slider .item-bottom .button.product_type_bundle,
.countdown-slider .item-bottom .button.product_type_simple,
.countdown-slider .item-bottom .product_type_external,
.countdown-slider .item-bottom .product_type_grouped {
  order: 0;
  padding: 3px 40px 0;
  background: #222222 !important;
  border-radius: 0;
  font-size: 16px !important;
  color: #fff;
  width: auto;
  height: 40px;
  line-height: 38px;
  margin: 0 10px 0 0;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sw_tab_countdown .item-bottom .product_type_simple,
  .sw_tab_countdown .item-bottom .ajax_add_to_cart,
  .sw_tab_countdown .item-bottom .add_to_cart_button,
  .sw_tab_countdown .item-bottom .button.product_type_variable,
  .sw_tab_countdown .item-bottom .button.product_type_bundle,
  .sw_tab_countdown .item-bottom .button.product_type_simple,
  .sw_tab_countdown .item-bottom .product_type_external,
  .sw_tab_countdown .item-bottom .product_type_grouped,
  .countdown-slider .item-bottom .product_type_simple,
  .countdown-slider .item-bottom .ajax_add_to_cart,
  .countdown-slider .item-bottom .add_to_cart_button,
  .countdown-slider .item-bottom .button.product_type_variable,
  .countdown-slider .item-bottom .button.product_type_bundle,
  .countdown-slider .item-bottom .button.product_type_simple,
  .countdown-slider .item-bottom .product_type_external,
  .countdown-slider .item-bottom .product_type_grouped {
    padding: 3px 15px 0;
    font-size: 14px !important;
  }
}
@media (max-width: 320px) {
  .sw_tab_countdown .item-bottom .product_type_simple,
  .sw_tab_countdown .item-bottom .ajax_add_to_cart,
  .sw_tab_countdown .item-bottom .add_to_cart_button,
  .sw_tab_countdown .item-bottom .button.product_type_variable,
  .sw_tab_countdown .item-bottom .button.product_type_bundle,
  .sw_tab_countdown .item-bottom .button.product_type_simple,
  .sw_tab_countdown .item-bottom .product_type_external,
  .sw_tab_countdown .item-bottom .product_type_grouped,
  .countdown-slider .item-bottom .product_type_simple,
  .countdown-slider .item-bottom .ajax_add_to_cart,
  .countdown-slider .item-bottom .add_to_cart_button,
  .countdown-slider .item-bottom .button.product_type_variable,
  .countdown-slider .item-bottom .button.product_type_bundle,
  .countdown-slider .item-bottom .button.product_type_simple,
  .countdown-slider .item-bottom .product_type_external,
  .countdown-slider .item-bottom .product_type_grouped {
    padding: 15px 15px 0;
    height: 40px;
    font-size: 13px;
  }
}
.rtl .sw_tab_countdown .item-bottom .product_type_simple,
.rtl .sw_tab_countdown .item-bottom .ajax_add_to_cart,
.rtl .sw_tab_countdown .item-bottom .add_to_cart_button,
.rtl .sw_tab_countdown .item-bottom .button.product_type_variable,
.rtl .sw_tab_countdown .item-bottom .button.product_type_bundle,
.rtl .sw_tab_countdown .item-bottom .button.product_type_simple,
.rtl .sw_tab_countdown .item-bottom .product_type_external,
.rtl .sw_tab_countdown .item-bottom .product_type_grouped,
.rtl .countdown-slider .item-bottom .product_type_simple,
.rtl .countdown-slider .item-bottom .ajax_add_to_cart,
.rtl .countdown-slider .item-bottom .add_to_cart_button,
.rtl .countdown-slider .item-bottom .button.product_type_variable,
.rtl .countdown-slider .item-bottom .button.product_type_bundle,
.rtl .countdown-slider .item-bottom .button.product_type_simple,
.rtl .countdown-slider .item-bottom .product_type_external,
.rtl .countdown-slider .item-bottom .product_type_grouped {
  margin: 0 0 0 10px;
}
.sw_tab_countdown .item-bottom a.compare,
.countdown-slider .item-bottom a.compare {
  order: 2;
  border: 1px solid #222222;
  height: 40px;
  width: 40px;
  border-radius: 0;
  line-height: 40px;
  background: url(../assets/img/compare.svg) no-repeat transparent;
  background-size: 16px;
  background-position: 10px;
  margin: 0;
}
.sw_tab_countdown .item-bottom a.compare:hover,
.countdown-slider .item-bottom a.compare:hover {
  background: url(../assets/img/compare-active.svg) no-repeat #b97c3b;
  background-size: 16px;
  background-position: 10px;
}
.sw_tab_countdown .item-bottom a.compare:hover,
.countdown-slider .item-bottom a.compare:hover {
  border-color: #b97c3b;
}
.sw_tab_countdown .sw-quickview,
.countdown-slider .sw-quickview {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 35px;
  height: 35px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background: url(../assets/img/quickview.svg) no-repeat #fff;
  background-size: 16px;
  background-position: 10px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-radius: 5px;
}
.sw_tab_countdown .sw-quickview:hover,
.countdown-slider .sw-quickview:hover {
  background: url(../assets/img/quickview-activer.svg) no-repeat #b97c3b;
  background-size: 16px;
  background-position: 10px;
}
.sw_tab_countdown .product-countdown,
.countdown-slider .product-countdown {
  margin-bottom: 30px;
}
.sw_tab_countdown .product-countdown .countdown-section,
.countdown-slider .product-countdown .countdown-section {
  border: 2px solid #ddd;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 5px 0;
}
@media (min-width: 1400px) {
  .sw_tab_countdown .product-countdown .countdown-section,
  .countdown-slider .product-countdown .countdown-section {
    padding: 13px 0 12px;
  }
}
@media (max-width: 360px) {
  .sw_tab_countdown .product-countdown .countdown-section,
  .countdown-slider .product-countdown .countdown-section {
    padding: 5px 0 4px;
    margin-right: 5px;
  }
  .rtl .sw_tab_countdown .product-countdown .countdown-section,
  .rtl .countdown-slider .product-countdown .countdown-section {
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .sw_tab_countdown .product-countdown .countdown-section,
  .countdown-slider .product-countdown .countdown-section {
    padding: 5px;
  }
}
.rtl .sw_tab_countdown .product-countdown .countdown-section,
.rtl .countdown-slider .product-countdown .countdown-section {
  margin-left: 10px;
  margin-right: 0;
}
.sw_tab_countdown .product-countdown .countdown-section .countdown-amount,
.countdown-slider .product-countdown .countdown-section .countdown-amount {
  display: block;
  width: 50px;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  color: #222222;
  line-height: 35px;
}
@media (min-width: 1400px) {
  .sw_tab_countdown .product-countdown .countdown-section .countdown-amount,
  .countdown-slider .product-countdown .countdown-section .countdown-amount {
    width: 65px;
  }
}
@media (max-width: 375px) {
  .sw_tab_countdown .product-countdown .countdown-section .countdown-amount,
  .countdown-slider .product-countdown .countdown-section .countdown-amount {
    width: 35px;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .sw_tab_countdown .product-countdown .countdown-section .countdown-amount,
  .countdown-slider .product-countdown .countdown-section .countdown-amount {
    width: 30px;
    font-size: 18px;
    margin: 0;
  }
}
.sw_tab_countdown .product-countdown .countdown-section .countdown-period,
.countdown-slider .product-countdown .countdown-section .countdown-period {
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: 300;
  color: #999;
  text-transform: uppercase;
}
.sw_tab_countdown .product-countdown .countdown-section:last-child,
.countdown-slider .product-countdown .countdown-section:last-child {
  margin-right: 0;
}
.sw_tab_countdown:hover .res-button {
  visibility: visible;
  opacity: 1;
  background-color: #b97c3b;
  color: #fff;
}
.sw_tab_countdown .res-button {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(242,242,242,0.7);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
  right: 50%;
  margin-right: -15px;
  cursor: pointer;
}
.sw_tab_countdown .res-button.slick-prev {
  bottom: -15px;
  top: auto;
}
.sw_tab_countdown .res-button.slick-prev:before {
  font-family: fontawesome;
  content: '\f107';
  font-size: 22px;
  line-height: 31px;
}
.sw_tab_countdown .res-button.slick-next {
  top: -15px;
}
.sw_tab_countdown .res-button.slick-next:before {
  font-family: fontawesome;
  content: '\f106';
  font-size: 22px;
  line-height: 27px;
}
.sw_tab_countdown .top-tab-slider-full {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 991px) {
  .sw_tab_countdown .top-tab-slider-full {
    display: none;
  }
}
.sw_tab_countdown .top-tab-slider-full h4 a {
  font-size: 14px;
  color: #222222;
  display: inline-block;
}
.sw_tab_countdown .top-tab-slider-full ul {
  border: 0;
  margin: 0 -10px;
}
.sw_tab_countdown .top-tab-slider-full ul li {
  padding: 0 10px;
}
.sw_tab_countdown .top-tab-slider-full ul li > a {
  display: flex;
  justify-content: center;
}
.sw_tab_countdown .top-tab-slider-full .res-button.slick-next {
  top: 50%;
  left: auto;
  right: 0px;
}
.sw_tab_countdown .top-tab-slider-full .res-button.slick-next:before {
  content: '\f105';
}
.sw_tab_countdown .top-tab-slider-full .res-button.slick-prev {
  top: 50%;
  left: 0;
  right: auto;
}
.sw_tab_countdown .top-tab-slider-full .res-button.slick-prev:before {
  content: '\f104';
}
.sw_tab_countdown .sw-tab-slider {
  width: 15%;
  float: left;
  display: none !important;
  position: relative;
}
.rtl .sw_tab_countdown .sw-tab-slider {
  float: right;
}
@media (min-width: 991px) {
  .sw_tab_countdown .sw-tab-slider {
    display: block !important;
  }
}
.sw_tab_countdown .sw-tab-slider ul {
  margin: 0;
  border: 0;
  overflow: hidden;
  max-height: 441px;
}
@media (min-width: 1200px) {
  .sw_tab_countdown .sw-tab-slider ul {
    max-height: 542px;
  }
}
.sw_tab_countdown .sw-tab-slider ul li.active img,
.sw_tab_countdown .sw-tab-slider ul li:hover img {
  border: 1px solid #ddd;
}
.sw_tab_countdown .sw-tab-slider ul li img {
  margin: 0 0 29px 0;
  width: 100%;
}
.sw_tab_countdown .tab-content {
  width: 85%;
  float: right;
  padding: 0 0 0 30px;
}
@media (max-width: 991px) {
  .sw_tab_countdown .tab-content {
    width: 100%;
    background-color: #f5f5f5;
    padding: 0;
  }
}
.rtl .sw_tab_countdown .tab-content {
  padding: 0 30px 0 0;
}
@media (max-width: 991px) {
  .rtl .sw_tab_countdown .tab-content {
    padding: 0;
  }
}
.sw_tab_countdown .tab-content .item-image-countdown {
  width: 50%;
  padding: 0 15px;
  float: left;
  background-color: #f5f5f5;
}
.rtl .sw_tab_countdown .tab-content .item-image-countdown {
  float: right;
}
@media (max-width: 480px) {
  .sw_tab_countdown .tab-content .item-image-countdown {
    width: 100%;
  }
}
.sw_tab_countdown .tab-content .item-content {
  width: 50%;
  float: right;
  padding: 0 15px;
  background-color: #f5f5f5;
}
@media (max-width: 480px) {
  .sw_tab_countdown .tab-content .item-content {
    width: 100%;
  }
}
.sw_tab_countdown .tab-content .item-content .item-info {
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .sw_tab_countdown .tab-content .item-content .item-info {
    padding: 80px 0 0;
    min-height: 543px;
  }
}
.sw_tab_countdown .tab-content .item-content .item-info h4 a {
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  text-transform: capitalize;
}
.sw_tab_countdown .tab-content .item-content .item-info .reviews-content {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.sw_tab_countdown .tab-content .item-content .item-info .reviews-content .woocommerce-review-link {
  padding: 4px 5px 0;
  color: #0099cc;
  font-size: 12px;
}
.sw_tab_countdown .tab-content .item-content .item-info .description {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin-bottom: 25px;
}
.sw_tab_countdown .tab-content .item-content .item-info .item-price {
  margin-bottom: 29px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .sw_tab_countdown .tab-content .item-content .item-info .item-price {
    font-size: 24px;
    margin-bottom: 55px;
  }
}
.sw_tab_countdown .tab-content .item-content .item-info .item-price del {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .sw_tab_countdown .tab-content .item-content .item-info .item-price del {
    font-size: 16px;
  }
}
.sw-woo-tab-cat {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 1200px) {
  .sw-woo-tab-cat {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .sw-woo-tab-cat {
    margin-bottom: 20px;
  }
}
.sw-woo-tab-cat .button-collapse {
  display: none;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .block-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222222;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .block-title .slider-description {
  color: #999;
  max-width: 560px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .block-title {
  margin-bottom: 35px;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs {
  border: none;
  margin: 0 0 50px 0;
  text-align: center;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  display: inline-block;
  text-transform: uppercase;
  border: none;
  color: #aaa;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover {
  color: #222222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a {
  color: #222222;
}
.sw-woo-tab-cat .resp-tab .tab-content {
  position: relative;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap {
  margin-bottom: 30px;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-woo-tab-cat .resp-tab .tab-content .res-button,
.sw-woo-tab-cat .resp-tab .tab-content .slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background: rgba(242,242,242,0.4);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.sw-woo-tab-cat .resp-tab .tab-content .res-button.slick-next,
.sw-woo-tab-cat .resp-tab .tab-content .slick-arrow.slick-next {
  right: -25px;
}
.sw-woo-tab-cat .resp-tab .tab-content .res-button.slick-next:before,
.sw-woo-tab-cat .resp-tab .tab-content .slick-arrow.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  font-size: 22px;
}
.sw-woo-tab-cat .resp-tab .tab-content .res-button.slick-prev,
.sw-woo-tab-cat .resp-tab .tab-content .slick-arrow.slick-prev {
  left: -25px;
}
.sw-woo-tab-cat .resp-tab .tab-content .res-button.slick-prev:before,
.sw-woo-tab-cat .resp-tab .tab-content .slick-arrow.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 22px;
}
.sw-woo-tab-cat .resp-tab .tab-content .res-button:hover,
.sw-woo-tab-cat .resp-tab .tab-content .slick-arrow:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}
.sw-woo-tab-cat .resp-tab .tab-content .res-button {
  top: 37%;
}
.sw-woo-tab-cat .resp-tab .tab-content:hover .res-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode {
  margin-bottom: 110px;
  margin-top: 100px;
}
.banner-shortcode .item-banner {
  width: 50%;
  padding: 0 30px;
}
.banner-shortcode .banner-inner {
  width: 50%;
  padding: 45px;
}
.banner-shortcode .banner-inner .banner-title {
  margin-bottom: 38px;
}
.banner-shortcode .banner-inner .banner-title h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  color: #222222;
}
.banner-shortcode .banner-inner .banner-title .banner-description {
  font-style: italic;
  font-size: 14px;
}
.banner-shortcode .banner-inner .banner-countdown {
  margin-bottom: 55px;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 12px 0;
  background: #222;
}
.rtl .banner-shortcode .banner-inner .banner-countdown .countdown-section {
  margin-left: 10px;
  margin-right: 0;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-section .countdown-amount {
  display: block;
  width: 70px;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-section .countdown-period {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  display: block;
  font-weight: 300;
  color: #aaa;
  text-transform: capitalize;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-section:last-child {
  margin-right: 0;
}
.banner-shortcode .banner-inner .readmore a {
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: 1px #222222 solid;
  color: #222222;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-shortcode .banner-inner .readmore a:hover {
  color: #b97c3b;
  border-color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.fade-slide .image.slick-slide {
  padding: 0 5px;
}
.fade-slide .slick-prev,
.fade-slide .slick-next {
  display: inline-block;
  width: 35px;
  line-height: 32px;
  height: 35px;
  position: absolute;
  top: 40%;
  font-size: 0;
  transition: all 0.3s;
  color: #fff;
  z-index: 99;
  border-radius: 50%;
  margin: 0;
  background-color: rgba(0,0,0,0.4);
}
.fade-slide .slick-prev:before,
.fade-slide .slick-next:before {
  font-family: FontAwesome;
}
.fade-slide .slick-prev:hover,
.fade-slide .slick-next:hover {
  background-color: #b97c3b;
  color: #fff;
}
.fade-slide .slick-prev {
  left: 0;
}
.fade-slide .slick-prev:before {
  font-size: 16px;
  font-weight: 600;
  content: '\f104';
}
.fade-slide .slick-next {
  right: 0;
}
.fade-slide .slick-next:before {
  font-size: 16px;
  font-weight: 600;
  content: '\f105';
}
.fade-slide .slick-dots {
  margin: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.fade-slide .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.fade-slide .slick-dots li button {
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0;
  font-size: 0;
}
.fade-slide .slick-dots li.slick-active button {
  background-color: #b97c3b;
}
a.fancybox-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: 15px;
  background: #b97c3b !important;
  text-align: center;
  line-height: 29px;
  color: #fff;
}
a.fancybox-close:hover {
  color: #000;
}
.rtl a.fancybox-close {
  right: auto;
  left: 15px;
  background: #b97c3b !important;
  text-align: center;
}
a.fancybox-close:before {
  content: "X";
  font-size: 16px;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .block-title {
  margin: 0;
  display: none;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .resp-tab .top-tab-slider .nav.nav-tabs {
  border: none;
  margin: 0 0 30px 0;
  text-align: left;
}
.rtl .sw-woo-tab-cat.sw-woo-tab-cat1 .resp-tab .top-tab-slider .nav.nav-tabs {
  text-align: right;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  display: inline-block;
  text-transform: uppercase;
  border: none;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  margin: 0 40px 0 0;
  padding: 0;
  position: relative;
  line-height: 28px;
}
.rtl .sw-woo-tab-cat.sw-woo-tab-cat1 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  margin: 0 0 0 40px;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .resp-tab .top-tab-slider .nav.nav-tabs li a:before {
  background-color: #b97c3b;
  content: "";
  height: 1px;
  top: 20px;
  left: 0;
  right: auto;
  position: absolute;
  transition: all 0.3s;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a,
.sw-woo-tab-cat.sw-woo-tab-cat1 .resp-tab .top-tab-slider .nav.nav-tabs li.active a {
  color: #b97c3b;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a:before,
.sw-woo-tab-cat.sw-woo-tab-cat1 .resp-tab .top-tab-slider .nav.nav-tabs li.active a:before {
  right: 0;
  transition: all 0.3s;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .tab-content .res-button {
  visibility: visible;
  opacity: 1;
  text-align: center;
  position: absolute;
  height: auto;
  width: auto;
  top: -55px;
  right: 0 !important;
  left: auto !important;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  line-height: normal;
  border-radius: 0;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .tab-content .res-button:before {
  content: 'next' !important;
  font-size: 12px !important;
  text-transform: capitalize;
  color: #999;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .tab-content .res-button:hover:before {
  color: #b97c3b;
}
.rtl .sw-woo-tab-cat.sw-woo-tab-cat1 .tab-content .res-button {
  left: 0 !important;
  right: auto !important;
}
.rtl .sw-woo-tab-cat.sw-woo-tab-cat1 .tab-content .res-button:before {
  content: 'prev' !important;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .tab-content .res-button.slick-prev {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  right: 45px !important;
  left: auto !important;
}
.rtl .sw-woo-tab-cat.sw-woo-tab-cat1 .tab-content .res-button.slick-prev {
  left: 42px !important;
  right: auto !important;
  border-right: 0;
  padding-right: 0;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.rtl .sw-woo-tab-cat.sw-woo-tab-cat1 .tab-content .res-button.slick-prev:before {
  content: 'next' !important;
}
.sw-woo-tab-cat.sw-woo-tab-cat1 .tab-content .res-button.slick-prev:before {
  content: 'prev' !important;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .block-title {
  margin: 0;
  display: none;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .resp-tab .top-tab-slider .nav.nav-tabs {
  border: none;
  margin: 0 0 30px 0;
  text-align: left;
}
.rtl .sw-wootab-slider.sw-ajax sw-woo-tab-default .resp-tab .top-tab-slider .nav.nav-tabs {
  text-align: right;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .resp-tab .top-tab-slider .nav.nav-tabs li a {
  display: inline-block;
  text-transform: uppercase;
  border: none;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  margin: 0 40px 0 0;
  padding: 0;
  position: relative;
  line-height: 28px;
}
.rtl .sw-wootab-slider.sw-ajax sw-woo-tab-default .resp-tab .top-tab-slider .nav.nav-tabs li a {
  margin: 0 0 0 40px;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .resp-tab .top-tab-slider .nav.nav-tabs li a:before {
  background-color: #b97c3b;
  content: "";
  height: 1px;
  top: 20px;
  left: 0;
  right: auto;
  position: absolute;
  transition: all 0.3s;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .resp-tab .top-tab-slider .nav.nav-tabs li:hover a,
.sw-wootab-slider.sw-ajax sw-woo-tab-default .resp-tab .top-tab-slider .nav.nav-tabs li.active a {
  color: #b97c3b;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .resp-tab .top-tab-slider .nav.nav-tabs li:hover a:before,
.sw-wootab-slider.sw-ajax sw-woo-tab-default .resp-tab .top-tab-slider .nav.nav-tabs li.active a:before {
  right: 0;
  transition: all 0.3s;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .tab-content .res-button {
  visibility: visible;
  opacity: 1;
  text-align: center;
  position: absolute;
  height: auto;
  width: auto;
  top: -55px;
  right: 0 !important;
  left: auto !important;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  line-height: normal;
  border-radius: 0;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .tab-content .res-button:before {
  content: 'next' !important;
  font-size: 12px !important;
  text-transform: capitalize;
  color: #999;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .tab-content .res-button:hover:before {
  color: #b97c3b;
}
.rtl .sw-wootab-slider.sw-ajax sw-woo-tab-default .tab-content .res-button {
  left: 0 !important;
  right: auto !important;
}
.rtl .sw-wootab-slider.sw-ajax sw-woo-tab-default .tab-content .res-button:before {
  content: 'prev' !important;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .tab-content .res-button.slick-prev {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  right: 45px !important;
  left: auto !important;
}
.rtl .sw-wootab-slider.sw-ajax sw-woo-tab-default .tab-content .res-button.slick-prev {
  left: 42px !important;
  right: auto !important;
  border-right: 0;
  padding-right: 0;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.rtl .sw-wootab-slider.sw-ajax sw-woo-tab-default .tab-content .res-button.slick-prev:before {
  content: 'next' !important;
}
.sw-wootab-slider.sw-ajax sw-woo-tab-default .tab-content .res-button.slick-prev:before {
  content: 'prev' !important;
}
.button-style3 .res-button {
  visibility: visible;
  opacity: 1;
  text-align: center;
  position: absolute;
  height: auto;
  width: auto;
  top: -55px;
  right: 0 !important;
  left: auto !important;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  line-height: normal;
  border-radius: 0;
}
.button-style3 .res-button:before {
  content: 'next' !important;
  font-size: 12px !important;
  text-transform: capitalize;
  color: #999;
}
.button-style3 .res-button:hover:before {
  color: #b97c3b;
}
.rtl .button-style3 .res-button {
  left: 0 !important;
  right: auto !important;
}
.rtl .button-style3 .res-button:before {
  content: 'prev' !important;
}
.button-style3 .res-button.slick-prev {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  right: 45px !important;
  left: auto !important;
}
.rtl .button-style3 .res-button.slick-prev {
  left: 42px !important;
  right: auto !important;
  border-right: 0;
  padding-right: 0;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.rtl .button-style3 .res-button.slick-prev:before {
  content: 'next' !important;
}
.button-style3 .res-button.slick-prev:before {
  content: 'prev' !important;
}
.top-tab-style1 .block-title {
  margin: 0;
  display: none;
}
.top-tab-style1 .resp-tab .top-tab-slider .nav.nav-tabs {
  border: none;
  margin: 0 0 30px 0;
  text-align: left;
}
.rtl .top-tab-style1 .resp-tab .top-tab-slider .nav.nav-tabs {
  text-align: right;
}
.top-tab-style1 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  display: inline-block;
  text-transform: uppercase;
  border: none;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  margin: 0 40px 0 0;
  padding: 0;
  position: relative;
  line-height: 28px;
}
.rtl .top-tab-style1 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  margin: 0 0 0 40px;
}
.top-tab-style1 .resp-tab .top-tab-slider .nav.nav-tabs li a:before {
  background-color: #b97c3b;
  content: "";
  height: 1px;
  top: 20px;
  left: 0;
  right: auto;
  position: absolute;
  transition: all 0.3s;
}
.top-tab-style1 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a,
.top-tab-style1 .resp-tab .top-tab-slider .nav.nav-tabs li.active a {
  color: #b97c3b;
}
.top-tab-style1 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a:before,
.top-tab-style1 .resp-tab .top-tab-slider .nav.nav-tabs li.active a:before {
  right: 0;
  transition: all 0.3s;
}
.countdown-slider .product-countdown {
  margin: 0;
}
.revos-style > .vc_column-inner {
  max-width: 1740px;
  margin: 0 auto;
}
.boxed-layout .wrapt-content2 > .vc_column-inner,
.boxed-layout .wrapt-content > .vc_column-inner,
.boxed-layout .revos-style > .vc_column-inner,
.boxed-layout .fullwidthbanner-container {
  max-width: 1170px;
}
.boxed-layout .sw-category-slider {
  max-width: 1170px;
  margin: 0 auto;
}
.boxed-layout .woo-slider-default .res-button.slick-prev,
.boxed-layout .featured-product .res-button.slick-prev,
.boxed-layout .sw-woo-tab-cat .resp-tab .tab-content .res-button.slick-prev,
.boxed-layout .sw-brand-container-slider .res-button.slick-prev,
.boxed-layout .responsive-post-slider .res-button.slick-prev {
  left: 5px;
}
.boxed-layout .woo-slider-default .res-button.slick-next,
.boxed-layout .featured-product .res-button.slick-next,
.boxed-layout .sw-woo-tab-cat .resp-tab .tab-content .res-button.slick-next,
.boxed-layout .sw-brand-container-slider .res-button.slick-next,
.boxed-layout .responsive-post-slider .res-button.slick-next {
  right: 5px;
}
.boxed-layoutheader-style2 .body-wrapper {
  width: auto;
}
header-style2 .wpb_revslider_element {
  margin-bottom: 80px;
}
header-style2 .footer .sidebar-copyright .widget {
  margin: 0;
  border: none;
  padding: 0;
  max-width: none;
}
.block-text {
  overflow: hidden;
}
.block-text .item {
  width: 33.332%;
  float: left;
  padding: 0 30px;
  position: relative;
}
.rtl .block-text .item {
  float: right;
}
.block-text .item:hover .banner-wrap a {
  cursor: pointer;
  color: #b97c3b;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text .item:hover .banner-wrap a .icon {
  background-color: #f5f5f5;
}
.block-text .item:hover .banner-wrap a .banner-cout h3 {
  color: #b97c3b;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text .banner-wrap {
  text-align: center;
}
.block-text .banner-wrap a {
  display: inline-block;
  vertical-align: top;
}
.block-text .banner-wrap a > span {
  display: block;
  font-size: 0;
  margin: 0 auto 10px auto;
  border-radius: 50%;
}
.block-text .banner-wrap a .icon {
  float: left;
  background: url('../assets/img/icon-promotion.png') no-repeat center center;
  width: 80px;
  height: 80px;
}
.rtl .block-text .banner-wrap a .icon {
  float: right;
}
.block-text .banner-wrap a .icon1 {
  background-position: -6px 17px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text .banner-wrap a .icon2 {
  background-position: -6px -47px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text .banner-wrap a .icon3 {
  background-position: -6px -120px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text .banner-wrap a .banner-cout {
  overflow: hidden;
  text-align: left;
  padding: 0 0 0 10px;
}
.rtl .block-text .banner-wrap a .banner-cout {
  text-align: right;
  padding: 0 10px 0 0;
}
.block-text .banner-wrap a .banner-cout h3 {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-weight: 600;
  color: #222222;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text .banner-wrap a .banner-cout p {
  font-size: 13px;
  color: #999;
  text-transform: none;
  font-weight: normal;
}
.block-text.style2 {
  margin: 60px 0 0 0;
  border-top: 1px rgba(255,255,255,0.1) solid;
  padding-top: 50px;
}
.block-text.style2 .banner-wrap a .banner-cout h3 {
  color: #fff;
}
.block-text.style2 .banner-wrap a .banner-cout p {
  color: #aaa;
}
.block-text.style2 .item:hover .banner-wrap a .icon {
  background-color: transparent;
}
.wp-comingsoon {
  background: url('../assets/img/bg-comingsoon.jpg') no-repeat center center;
  text-align: center;
}
.wp-comingsoon .title-comingsoon {
  margin-bottom: 40px;
  margin-top: 330px;
}
.wp-comingsoon .title-comingsoon h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.wp-comingsoon .title-comingsoon .des-comingsoon {
  font-size: 13px;
  color: #e0e0e0;
  width: 60%;
  line-height: 24px;
  margin: 25px auto 0;
  text-align: center;
}
.wp-comingsoon .countdown-shortcode {
  margin-bottom: 280px;
}
.wp-comingsoon .social-comingsoon .menu-social {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
  list-style-type: none;
}
.wp-comingsoon .social-comingsoon .menu-social li {
  float: left;
  margin: 0 5px;
}
.wp-comingsoon .social-comingsoon .menu-social li a {
  display: inline-block;
  vertical-align: top;
  color: #818180;
  font-size: 14px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.wp-comingsoon .social-comingsoon .menu-social li a:hover {
  background-color: #b97c3b;
  color: #fff;
}
.wp-comingsoon .footer-comingsoon {
  padding: 17px 0;
  line-height: 20px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.wp-comingsoon .footer-comingsoon a {
  color: #b97c3b;
}
.wp-comingsoon .footer-comingsoon a:hover {
  color: #92622f;
}
.comming-soon {
  text-align: center;
}
.comming-soon .ClassyCountdown-wrapper {
  display: inline-block;
  overflow: hidden;
}
.comming-soon .ClassyCountdown-wrapper > div {
  display: inline-block;
  position: relative;
  width: 120px;
  margin: 10px 15px;
  float: left;
}
.rtl .comming-soon .ClassyCountdown-wrapper > div {
  float: right;
}
.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value > div {
  position: absolute;
  font-size: 34px !important;
  font-weight: bold;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100px;
}
.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value > span {
  font-size: 14px !important;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  top: -45px;
  position: relative;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  .comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value > span {
    margin-top: -50px;
    top: auto;
  }
}
.soaz_breadcrumbs {
  background: #f5f5f5;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .soaz_breadcrumbs {
    margin-bottom: 40px;
  }
}
.soaz_breadcrumbs .listing-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.soaz_breadcrumbs .breadcrumbs .breadcrumb {
  margin: 0;
  padding: 18px 0;
  line-height: 24px;
}
.soaz_breadcrumbs .breadcrumbs .breadcrumb > li {
  color: #999;
  text-transform: capitalize;
}
.soaz_breadcrumbs .breadcrumbs .breadcrumb > li:last-child span.go-page {
  display: none;
}
.soaz_breadcrumbs .breadcrumbs .breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.soaz_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page:before {
  content: '\f101';
  font-family: 'FontAwesome';
  padding: 0 15px;
}
.rtl .soaz_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page {
  float: left;
}
.rtl .soaz_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page:before {
  content: '\f100';
}
.soaz_breadcrumbs .breadcrumbs .breadcrumb > li > a {
  color: #999;
  font-size: 12px;
}
.soaz_breadcrumbs .breadcrumbs .breadcrumb > li > a:hover {
  color: #b97c3b;
}
.soaz_breadcrumbs .breadcrumbs .breadcrumb > li.active {
  color: #222222;
}
.soaz_breadcrumbs .breadcrumbs .breadcrumb > li.active span {
  font-size: 12px;
}
.listing-tab-shortcode {
  background-color: #fff;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  max-width: 240px;
  background-color: #fff;
  float: left;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 50px 30px 30px;
}
.rtl .listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  float: right;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs .title-cat {
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 10px;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs > li {
  width: 100%;
  float: none;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs > li a {
  border: 0;
  font-weight: normal;
  text-transform: capitalize;
  color: #777777;
  padding: 10px 0;
  cursor: pointer;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs > li a:hover {
  color: #b97c3b;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs > li.active,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs > li:hover,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs > li:focus {
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs > li.active > a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs > li:hover > a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs > li:focus > a {
  border: 0;
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs .tab-content {
  overflow: hidden;
  padding: 50px 30px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #f3f3f3;
  visibility: hidden;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane {
  margin: 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item .item-wrap {
  border: 1px solid #ddd;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home.blog .body-wrapper-inner > .container,
.page .body-wrapper-inner > .container,
.search .body-wrapper-inner > .container {
  min-height: 70vh;
}
.search.search-results .page.type-page .entry-content .entry-content {
  padding: 0;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top {
  padding: 17px 0 20px 0;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-title h4 {
  margin-bottom: 13px;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-title h4 a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  line-height: normal;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-title h4 a:hover {
  color: #b97c3b;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta {
  color: #aaa;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta .entry-comment a {
  color: #aaa;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta a {
  color: #b97c3b;
  text-transform: none;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta a:hover {
  color: #b97c3b;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta .entry-comment,
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta .entry-comment:before,
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta span:before {
  content: "";
  background-color: #999;
  height: 1px;
  width: 8px;
  position: absolute;
  right: -18px;
  top: 8px;
}
.rtl .search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta span:before {
  left: -18px;
  right: auto;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta span:last-child:before {
  display: none;
}
.rtl .search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta .entry-comment,
.rtl .search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-author a {
  color: #b97c3b;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta-tag {
  color: #aaa;
  text-transform: capitalize;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta-tag a {
  color: #aaa;
}
.search.search-results .page.type-page .entry-content .entry-content .content-top .entry-meta-tag a:hover {
  color: #b97c3b;
}
.search.search-results .page.type-page .entry-content .entry-content .readmore a {
  display: inline-block;
  vertical-align: top;
  border: 1px #222222 solid;
  height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 13px;
  color: #222222;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.search.search-results .page.type-page .entry-content .entry-content .readmore a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 3px;
  right: 3px;
  background: transparent;
  width: 0;
  height: 29px;
  transition: all 0.4s ease;
  display: inline-block;
}
.search.search-results .page.type-page .entry-content .entry-content .readmore a:hover {
  color: #fff;
  background-color: #222222;
}
.search.search-results .page.type-page .entry-content .entry-content .readmore a:hover:before {
  width: 95%;
  border: 1px solid #fff;
}
.search.search-results .page.type-page .entry-content .entry-summary {
  line-height: 26px;
}
.search.search-results .page.type-page .entry-content .entry-meta i {
  margin-right: 5px;
}
.search.search-results .page.type-page .entry-content .bl_read_more a {
  text-transform: capitalize;
  color: #b97c3b;
  display: inline-block;
}
.search.search-results .page.type-page .entry-content .bl_read_more a:hover {
  opacity: 0.8;
}
.search.search-results .page.type-page .entry-content .bl_read_more i {
  margin: 0 5px;
}
.search .blog-content .pagination {
  margin-bottom: 40px;
}
.search.rtl .listing-title h1 small {
  float: right;
}
.search .listing-title h1 {
  font-size: 24px;
  margin-bottom: 60px;
}
.search .listing-title h1 small {
  position: relative;
  color: #b97c3b;
}
.search .listing-title h1 small:before {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .listing-title h1 small:after {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .products-wrapper {
  padding: 0;
}
.search .pag-search > .pagination {
  margin-bottom: 40px;
}
.search .no-result {
  margin-bottom: 40px;
}
.search .no-result p {
  font-size: 14px;
  margin-bottom: 15px;
}
.search .no-result form {
  max-width: 100%;
  min-height: 40px;
  position: relative;
}
.search .no-result form label {
  display: none;
}
.search .no-result form input[type="text"],
.search .no-result form input[type="password"] {
  border-radius: 0;
  padding: 15px 85px 15px 20px;
  width: 100%;
}
.search .no-result form input[type="submit"] {
  background: #b97c3b;
  border: 1px solid #b97c3b;
  border-radius: 0;
  color: #fff;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
.search .no-result form input[type="submit"]:hover {
  background: #92622f;
  border-color: #92622f;
}
.search.rtl .no-result form input[type="text"] {
  padding: 15px 20px 15px 85px;
}
.search.rtl .no-result form input[type="submit"] {
  right: auto;
  left: 0;
}
.content-search > .post,
.content-search .page,
.content-search .testimonial,
.content-search .team,
.content-search .portfolio,
.content-search .product {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
  border-bottom: 1px #dddddd solid;
}
.content-search > .post .entry-content,
.content-search .page .entry-content,
.content-search .testimonial .entry-content,
.content-search .team .entry-content,
.content-search .portfolio .entry-content,
.content-search .product .entry-content {
  padding: 0;
}
.content-search > .post .entry-content .content-top,
.content-search .page .entry-content .content-top,
.content-search .testimonial .entry-content .content-top,
.content-search .team .entry-content .content-top,
.content-search .portfolio .entry-content .content-top,
.content-search .product .entry-content .content-top {
  padding: 17px 0 20px 0;
}
.content-search > .post .entry-content .content-top .entry-title h4,
.content-search .page .entry-content .content-top .entry-title h4,
.content-search .testimonial .entry-content .content-top .entry-title h4,
.content-search .team .entry-content .content-top .entry-title h4,
.content-search .portfolio .entry-content .content-top .entry-title h4,
.content-search .product .entry-content .content-top .entry-title h4 {
  margin-bottom: 13px;
}
.content-search > .post .entry-content .content-top .entry-title h4 a,
.content-search .page .entry-content .content-top .entry-title h4 a,
.content-search .testimonial .entry-content .content-top .entry-title h4 a,
.content-search .team .entry-content .content-top .entry-title h4 a,
.content-search .portfolio .entry-content .content-top .entry-title h4 a,
.content-search .product .entry-content .content-top .entry-title h4 a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  line-height: normal;
}
.content-search > .post .entry-content .content-top .entry-title h4 a:hover,
.content-search .page .entry-content .content-top .entry-title h4 a:hover,
.content-search .testimonial .entry-content .content-top .entry-title h4 a:hover,
.content-search .team .entry-content .content-top .entry-title h4 a:hover,
.content-search .portfolio .entry-content .content-top .entry-title h4 a:hover,
.content-search .product .entry-content .content-top .entry-title h4 a:hover {
  color: #b97c3b;
}
.content-search > .post .entry-content .content-top .entry-meta,
.content-search .page .entry-content .content-top .entry-meta,
.content-search .testimonial .entry-content .content-top .entry-meta,
.content-search .team .entry-content .content-top .entry-meta,
.content-search .portfolio .entry-content .content-top .entry-meta,
.content-search .product .entry-content .content-top .entry-meta {
  color: #aaa;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
}
.content-search > .post .entry-content .content-top .entry-meta .entry-comment a,
.content-search .page .entry-content .content-top .entry-meta .entry-comment a,
.content-search .testimonial .entry-content .content-top .entry-meta .entry-comment a,
.content-search .team .entry-content .content-top .entry-meta .entry-comment a,
.content-search .portfolio .entry-content .content-top .entry-meta .entry-comment a,
.content-search .product .entry-content .content-top .entry-meta .entry-comment a {
  color: #aaa;
}
.content-search > .post .entry-content .content-top .entry-meta a,
.content-search .page .entry-content .content-top .entry-meta a,
.content-search .testimonial .entry-content .content-top .entry-meta a,
.content-search .team .entry-content .content-top .entry-meta a,
.content-search .portfolio .entry-content .content-top .entry-meta a,
.content-search .product .entry-content .content-top .entry-meta a {
  color: #b97c3b;
  text-transform: none;
}
.content-search > .post .entry-content .content-top .entry-meta a:hover,
.content-search .page .entry-content .content-top .entry-meta a:hover,
.content-search .testimonial .entry-content .content-top .entry-meta a:hover,
.content-search .team .entry-content .content-top .entry-meta a:hover,
.content-search .portfolio .entry-content .content-top .entry-meta a:hover,
.content-search .product .entry-content .content-top .entry-meta a:hover {
  color: #b97c3b;
}
.content-search > .post .entry-content .content-top .entry-meta .entry-comment,
.content-search > .post .entry-content .content-top .entry-meta span,
.content-search .page .entry-content .content-top .entry-meta .entry-comment,
.content-search .page .entry-content .content-top .entry-meta span,
.content-search .testimonial .entry-content .content-top .entry-meta .entry-comment,
.content-search .testimonial .entry-content .content-top .entry-meta span,
.content-search .team .entry-content .content-top .entry-meta .entry-comment,
.content-search .team .entry-content .content-top .entry-meta span,
.content-search .portfolio .entry-content .content-top .entry-meta .entry-comment,
.content-search .portfolio .entry-content .content-top .entry-meta span,
.content-search .product .entry-content .content-top .entry-meta .entry-comment,
.content-search .product .entry-content .content-top .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.content-search > .post .entry-content .content-top .entry-meta .entry-comment:before,
.content-search > .post .entry-content .content-top .entry-meta span:before,
.content-search .page .entry-content .content-top .entry-meta .entry-comment:before,
.content-search .page .entry-content .content-top .entry-meta span:before,
.content-search .testimonial .entry-content .content-top .entry-meta .entry-comment:before,
.content-search .testimonial .entry-content .content-top .entry-meta span:before,
.content-search .team .entry-content .content-top .entry-meta .entry-comment:before,
.content-search .team .entry-content .content-top .entry-meta span:before,
.content-search .portfolio .entry-content .content-top .entry-meta .entry-comment:before,
.content-search .portfolio .entry-content .content-top .entry-meta span:before,
.content-search .product .entry-content .content-top .entry-meta .entry-comment:before,
.content-search .product .entry-content .content-top .entry-meta span:before {
  content: "";
  background-color: #999;
  height: 1px;
  width: 8px;
  position: absolute;
  right: -18px;
  top: 8px;
}
.rtl .content-search > .post .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .content-search > .post .entry-content .content-top .entry-meta span:before,
.rtl .content-search .page .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .content-search .page .entry-content .content-top .entry-meta span:before,
.rtl .content-search .testimonial .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .content-search .testimonial .entry-content .content-top .entry-meta span:before,
.rtl .content-search .team .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .content-search .team .entry-content .content-top .entry-meta span:before,
.rtl .content-search .portfolio .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .content-search .portfolio .entry-content .content-top .entry-meta span:before,
.rtl .content-search .product .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .content-search .product .entry-content .content-top .entry-meta span:before {
  left: -18px;
  right: auto;
}
.content-search > .post .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.content-search > .post .entry-content .content-top .entry-meta span:last-child:before,
.content-search .page .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.content-search .page .entry-content .content-top .entry-meta span:last-child:before,
.content-search .testimonial .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.content-search .testimonial .entry-content .content-top .entry-meta span:last-child:before,
.content-search .team .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.content-search .team .entry-content .content-top .entry-meta span:last-child:before,
.content-search .portfolio .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.content-search .portfolio .entry-content .content-top .entry-meta span:last-child:before,
.content-search .product .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.content-search .product .entry-content .content-top .entry-meta span:last-child:before {
  display: none;
}
.rtl .content-search > .post .entry-content .content-top .entry-meta .entry-comment,
.rtl .content-search > .post .entry-content .content-top .entry-meta span,
.rtl .content-search .page .entry-content .content-top .entry-meta .entry-comment,
.rtl .content-search .page .entry-content .content-top .entry-meta span,
.rtl .content-search .testimonial .entry-content .content-top .entry-meta .entry-comment,
.rtl .content-search .testimonial .entry-content .content-top .entry-meta span,
.rtl .content-search .team .entry-content .content-top .entry-meta .entry-comment,
.rtl .content-search .team .entry-content .content-top .entry-meta span,
.rtl .content-search .portfolio .entry-content .content-top .entry-meta .entry-comment,
.rtl .content-search .portfolio .entry-content .content-top .entry-meta span,
.rtl .content-search .product .entry-content .content-top .entry-meta .entry-comment,
.rtl .content-search .product .entry-content .content-top .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.content-search > .post .entry-content .content-top .entry-author a,
.content-search .page .entry-content .content-top .entry-author a,
.content-search .testimonial .entry-content .content-top .entry-author a,
.content-search .team .entry-content .content-top .entry-author a,
.content-search .portfolio .entry-content .content-top .entry-author a,
.content-search .product .entry-content .content-top .entry-author a {
  color: #b97c3b;
}
.content-search > .post .entry-content .content-top .entry-meta-tag,
.content-search .page .entry-content .content-top .entry-meta-tag,
.content-search .testimonial .entry-content .content-top .entry-meta-tag,
.content-search .team .entry-content .content-top .entry-meta-tag,
.content-search .portfolio .entry-content .content-top .entry-meta-tag,
.content-search .product .entry-content .content-top .entry-meta-tag {
  color: #aaa;
  text-transform: capitalize;
}
.content-search > .post .entry-content .content-top .entry-meta-tag .fa,
.content-search .page .entry-content .content-top .entry-meta-tag .fa,
.content-search .testimonial .entry-content .content-top .entry-meta-tag .fa,
.content-search .team .entry-content .content-top .entry-meta-tag .fa,
.content-search .portfolio .entry-content .content-top .entry-meta-tag .fa,
.content-search .product .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .content-search > .post .entry-content .content-top .entry-meta-tag .fa,
.rtl .content-search .page .entry-content .content-top .entry-meta-tag .fa,
.rtl .content-search .testimonial .entry-content .content-top .entry-meta-tag .fa,
.rtl .content-search .team .entry-content .content-top .entry-meta-tag .fa,
.rtl .content-search .portfolio .entry-content .content-top .entry-meta-tag .fa,
.rtl .content-search .product .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.content-search > .post .entry-content .content-top .entry-meta-tag a,
.content-search .page .entry-content .content-top .entry-meta-tag a,
.content-search .testimonial .entry-content .content-top .entry-meta-tag a,
.content-search .team .entry-content .content-top .entry-meta-tag a,
.content-search .portfolio .entry-content .content-top .entry-meta-tag a,
.content-search .product .entry-content .content-top .entry-meta-tag a {
  color: #aaa;
}
.content-search > .post .entry-content .content-top .entry-meta-tag a:hover,
.content-search .page .entry-content .content-top .entry-meta-tag a:hover,
.content-search .testimonial .entry-content .content-top .entry-meta-tag a:hover,
.content-search .team .entry-content .content-top .entry-meta-tag a:hover,
.content-search .portfolio .entry-content .content-top .entry-meta-tag a:hover,
.content-search .product .entry-content .content-top .entry-meta-tag a:hover {
  color: #b97c3b;
}
.content-search > .post .entry-content .readmore a,
.content-search .page .entry-content .readmore a,
.content-search .testimonial .entry-content .readmore a,
.content-search .team .entry-content .readmore a,
.content-search .portfolio .entry-content .readmore a,
.content-search .product .entry-content .readmore a {
  display: inline-block;
  vertical-align: top;
  border: 1px #222222 solid;
  height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 13px;
  color: #222222;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.content-search > .post .entry-content .readmore a:before,
.content-search .page .entry-content .readmore a:before,
.content-search .testimonial .entry-content .readmore a:before,
.content-search .team .entry-content .readmore a:before,
.content-search .portfolio .entry-content .readmore a:before,
.content-search .product .entry-content .readmore a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 3px;
  right: 3px;
  background: transparent;
  width: 0;
  height: 29px;
  transition: all 0.4s ease;
  display: inline-block;
}
.content-search > .post .entry-content .readmore a:hover,
.content-search .page .entry-content .readmore a:hover,
.content-search .testimonial .entry-content .readmore a:hover,
.content-search .team .entry-content .readmore a:hover,
.content-search .portfolio .entry-content .readmore a:hover,
.content-search .product .entry-content .readmore a:hover {
  color: #fff;
  background-color: #222222;
}
.content-search > .post .entry-content .readmore a:hover:before,
.content-search .page .entry-content .readmore a:hover:before,
.content-search .testimonial .entry-content .readmore a:hover:before,
.content-search .team .entry-content .readmore a:hover:before,
.content-search .portfolio .entry-content .readmore a:hover:before,
.content-search .product .entry-content .readmore a:hover:before {
  width: 95%;
  border: 1px solid #fff;
}
.content-search > .post .entry-summary,
.content-search .page .entry-summary,
.content-search .testimonial .entry-summary,
.content-search .team .entry-summary,
.content-search .portfolio .entry-summary,
.content-search .product .entry-summary {
  line-height: 26px;
}
.content-search > .post .entry-thumb,
.content-search .page .entry-thumb,
.content-search .testimonial .entry-thumb,
.content-search .team .entry-thumb,
.content-search .portfolio .entry-thumb,
.content-search .product .entry-thumb {
  padding-right: 30px;
}
.rtl .content-search > .post .entry-thumb,
.rtl .content-search .page .entry-thumb,
.rtl .content-search .testimonial .entry-thumb,
.rtl .content-search .team .entry-thumb,
.rtl .content-search .portfolio .entry-thumb,
.rtl .content-search .product .entry-thumb {
  padding-left: 30px;
  padding-right: 0;
}
.home.blog .category-header .entry-title {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.image-hover:hover .wrap-content h3 {
  color: #b97c3b;
}
_:-ms-fullscreen,
:root .soaz_top .top-form.top-search select::-ms-expand {
  display: none;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .sw-slider-index1 .tp-parallax-wrap {
    left: 85px !important;
  }
  .rtl .sw-slider-index1 .tp-parallax-wrap {
    left: 490px !important;
  }
}
@media (max-width: 1199px) {
  .sw-slider-index1 .tp-parallax-wrap {
    left: 30px !important;
  }
}
@media (max-width: 991px) {
  .sw-slider-index1 .tp-parallax-wrap {
    left: 5px !important;
  }
  .rtl .sw-slider-index1 .tp-parallax-wrap {
    left: 415px !important;
  }
}
@media (max-width: 767px) {
  .sw-slider-index1 .tp-parallax-wrap {
    left: 15px !important;
  }
}
@media (max-width: 480px) {
  .sw-slider-index1 .tp-parallax-wrap {
    left: 15px !important;
  }
  .rtl .sw-slider-index1 .tp-parallax-wrap {
    left: 215px !important;
  }
}
@media (max-width: 1400px) {
  .slider-index1 .tp-parallax-wrap {
    left: 203px !important;
  }
  .rtl .slider-index1 .tp-parallax-wrap {
    left: 330px !important;
  }
}
@media (max-width: 1199px) {
  .slider-index1 .tp-parallax-wrap {
    left: 158px !important;
  }
}
@media (max-width: 991px) {
  .slider-index1 .tp-parallax-wrap {
    left: 15px !important;
  }
}
@media (max-width: 767px) {
  .slider-index1 .tp-parallax-wrap {
    left: 30px !important;
  }
}
@media (max-width: 480px) {
  .slider-index1 .tp-parallax-wrap {
    left: 15px !important;
  }
  .rtl .slider-index1 .tp-parallax-wrap {
    left: 215px !important;
  }
}
.title-slider {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 50px !important;
  text-align: left !important;
  letter-spacing: 2px !important;
}
.description-slider {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #555 !important;
  margin-top: 35px !important;
  text-align: left !important;
}
@media (min-width: 991px) {
  .home-page-3 .description-slider {
    margin: 0 !important;
  }
}
.custom .tp-bullet {
  width: 8px !important;
  border-radius: 50% !important;
  height: 8px !important;
}
.bt-slider {
  position: relative;
  padding: 0 18px !important;
  transition: all .2s ease !important;
  font-size: 18px !important;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px !important;
  display: inline-block;
  color: #222222;
}
@media (min-width: 767px) {
  .bt-slider {
    margin-top: 50px !important;
  }
}
@media (min-width: 991px) {
  .home-page-3 .bt-slider {
    margin: 0 !important;
  }
}
@media (max-width: 480px) {
  .bt-slider {
    height: 20px;
    line-height: 20px !important;
    font-size: 14px !important;
  }
}
.bt-slider:after {
  font-size: 15px;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  transition: all .3s ease;
  content: "\f178  ";
  font-family: fontawesome;
}
.bt-slider:before {
  content: "";
  position: absolute;
  top: 0;
  opacity: 0.3;
  left: 0;
  display: block;
  border-radius: 20px;
  background: #b97c3b;
  width: 35px;
  height: 35px;
  transition: all .3s ease;
}
.bt-slider:hover:before {
  width: 100%;
}
.bt-slider:hover:after {
  transform: translateX(5px);
}
.tparrows {
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  border: 2px solid #ddd !important;
  border-radius: 50% !important;
  transition: all 0.3s;
  background-color: transparent !important;
}
@media (max-width: 1199px) {
  .tparrows {
    opacity: 0;
    visibility: hidden;
  }
  .tparrows:hover {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .tparrows {
    height: 35px !important;
    width: 35px !important;
    line-height: 35px !important;
  }
}
.tparrows:before {
  line-height: 46px !important;
  font-weight: 600;
  color: #ddd !important;
}
@media (max-width: 480px) {
  .tparrows:before {
    line-height: 33px !important;
  }
}
.tparrows:hover {
  background-color: #ddd !important;
  border-color: #fff !important;
}
.tparrows:hover:before {
  color: #fff !important;
}
.item-bottom {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: -18px;
  bottom: 50% !important;
  margin-bottom: -62px;
  flex-direction: column;
  left: 50%;
}
.sw_tab_countdown .item-bottom {
  bottom: auto;
  left: auto;
  margin: 0;
}
.item-bottom .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.item-bottom .product_type_simple,
.item-bottom .ajax_add_to_cart,
.item-bottom .button.product_type_variable,
.item-bottom .add_to_cart_button,
.item-bottom .product_type_external,
.item-bottom .product_type_grouped,
.item-bottom .button.product_type_variable,
.item-bottom .button.product_type_simple,
.item-bottom .button.product_type_bundle {
  font-size: 0;
  background: url(../assets/img/cart.svg) no-repeat #fff;
  display: block;
  margin: 3px 0;
  position: relative;
  background-size: 16px;
  background-position: 10px;
}
.item-bottom .product_type_simple:hover,
.item-bottom .ajax_add_to_cart:hover,
.item-bottom .button.product_type_variable:hover,
.item-bottom .add_to_cart_button:hover,
.item-bottom .product_type_external:hover,
.item-bottom .product_type_grouped:hover,
.item-bottom .button.product_type_variable:hover,
.item-bottom .button.product_type_simple:hover,
.item-bottom .button.product_type_bundle:hover {
  background: url(../assets/img/cart-active.svg) no-repeat #b97c3b;
  background-size: 16px;
  background-position: 10px;
}
.item-bottom a {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  height: 35px;
  line-height: 35px;
  padding: 0;
  font-size: 0;
  margin: 3px 0;
  width: 35px;
}
.item-bottom a:hover {
  background: #fff;
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item-bottom a.added {
  background: #fff !important;
}
.item-bottom a.added:after {
  font-family: WooCommerce;
  font-size: 18px;
  content: "\e017";
  color: #999;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin: 0 !important;
}
.countdown-slider .item-bottom a.added:after,
.sw_tab_countdown .item-bottom a.added:after {
  right: 10%;
  margin-top: 12px;
  background: #90cd0d;
  font-size: 10px;
  vertical-align: top;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  color: #444;
  font-weight: bold;
  left: auto;
  bottom: 0;
  top: 50%;
  margin: -7px 0 0 !important;
  text-align: center;
}
.rtl .countdown-slider .item-bottom a.added:after,
.rtl .sw_tab_countdown .item-bottom a.added:after {
  right: auto;
  left: 10%;
  margin-top: 12px;
}
.rtl .item-bottom a.added:after {
  right: auto;
  left: 0;
  margin: -7px 0 0;
}
.item-bottom a.added_to_cart,
.item-bottom a.wc-forward {
  display: none;
}
.item-bottom a.sw-quickview {
  font-size: 0;
  background: url(../assets/img/quickview.svg) no-repeat #fff;
  display: block;
  margin: 3px 0;
  position: relative;
  background-size: 16px;
  background-position: 10px;
}
.item-bottom a.sw-quickview:hover {
  background: url(../assets/img/quickview-activer.svg) no-repeat #b97c3b;
  background-size: 16px;
  background-position: 10px;
}
.item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item-bottom a.compare {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item-bottom a.compare.added:before {
  display: none;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item-bottom a.compare {
  font-size: 0;
  background: url(../assets/img/compare.svg) no-repeat #fff;
  display: block;
  margin: 3px 0;
  position: relative;
  background-size: 16px;
  background-position: 10px;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
.item-bottom a.compare:after {
  display: none;
}
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item-bottom a.compare:hover {
  background: url(../assets/img/compare-active.svg) no-repeat #b97c3b;
  background-size: 16px;
  background-position: 10px;
}
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.countdown-slider .item-bottom a.compare:hover {
  background-color: #222222;
  color: #fff;
  border-color: #222222;
}
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.countdown-slider .item-bottom a.compare:hover:before {
  color: #fff;
}
.item-bottom .yith-wcwl-add-to-wishlist,
.item-bottom a.compare,
.item-bottom .group.fancybox {
  display: inline-block;
  vertical-align: top;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
.slider_img_productd,
.products-thumb,
.item-img {
  background-color: #f7f7f7;
  position: relative;
  text-align: center;
  overflow: initial;
}
.slider_img_productd .yith-wcwl-add-to-wishlist,
.products-thumb .yith-wcwl-add-to-wishlist,
.item-img .yith-wcwl-add-to-wishlist {
  margin: 0;
  position: absolute;
  z-index: 99;
  right: 0;
}
.rtl .slider_img_productd .yith-wcwl-add-to-wishlist,
.rtl .products-thumb .yith-wcwl-add-to-wishlist,
.rtl .item-img .yith-wcwl-add-to-wishlist {
  left: 0;
  right: auto;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\ea0a";
  font-family: 'Nucleo';
  color: #999;
  font-size: 14px;
}
.single-product .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.single-product .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.single-product .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.single-product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #222222;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #b97c3b;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:before,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show:before {
  color: #b97c3b;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  text-align: center;
  color: #555;
  width: 16px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  margin: 0;
}
.countdown-slider .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  border: 1px solid #222222;
  background-color: transparent;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  font-size: 0;
  padding: 0;
}
.countdown-slider .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.countdown-slider .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.countdown-slider .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.countdown-slider .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.countdown-slider .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.countdown-slider .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.countdown-slider .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.countdown-slider .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.countdown-slider .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: #222222;
  color: #fff;
}
.countdown-slider .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider .slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.countdown-slider .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider .products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.countdown-slider .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #b97c3b;
}
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.slider_img_productd .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.products-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #b97c3b;
}
.slider_img_productd .yith-wcwl-add-to-wishlist,
.slider_img_productd .group.fancybox,
.products-thumb .yith-wcwl-add-to-wishlist,
.products-thumb .group.fancybox,
.item-img .yith-wcwl-add-to-wishlist,
.item-img .group.fancybox {
  display: inline-block;
  vertical-align: top;
}
.slider_img_productd .yith-wcwl-wishlistaddedbrowse.show a:before,
.slider_img_productd .yith-wcwl-wishlistexistsbrowse.show a:before,
.products-thumb .yith-wcwl-wishlistaddedbrowse.show a:before,
.products-thumb .yith-wcwl-wishlistexistsbrowse.show a:before,
.item-img .yith-wcwl-wishlistaddedbrowse.show a:before,
.item-img .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #b97c3b;
}
.slider_img_productd > a,
.products-thumb > a,
.item-img > a {
  display: block;
}
.slider_img_productd > a img,
.products-thumb > a img,
.item-img > a img {
  width: 100%;
}
.slider_img_productd .onsale,
.products-thumb .onsale,
.item-img .onsale {
  display: none;
}
.item .item-wrap {
  background-color: #fff;
  padding: 0;
}
.item .item-wrap .item-detail {
  position: relative;
  overflow: hidden;
}
.item .item-wrap .item-detail .item-img:after {
  content: '';
  background: rgba(245,245,245,0.4);
  height: 100%;
  width: 0;
  bottom: 0;
  right: 0;
  left: auto;
  position: absolute;
  transition: .3s cubic-bezier(.785,.135,.15,.86);
}
.item .item-wrap .item-detail:hover .item-img:after {
  width: 100%;
  left: 0;
  right: auto;
}
.item .item-wrap .item-detail:hover .product-countdown {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.item .item-wrap .item-detail .products-thumb .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .item-img .yith-wcwl-add-to-wishlist {
  bottom: -44px;
}
.item .item-wrap .item-detail .item-content {
  padding: 20px 0 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .item .item-wrap .item-detail .item-content {
    padding: 25px 0 0;
  }
}
.item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 5px;
  font-size: 14px;
  width: 90%;
}
.item .item-wrap .item-detail .item-content h4 a {
  color: #555555;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 24px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap .item-detail .item-content h4 a:hover {
  color: #0076ff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap .item-detail .item-content .item-price {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 500;
}
.rtl .item .item-wrap .item-detail .item-content .item-price {
  float: right;
}
.item .item-wrap .item-detail .item-content .reviews-content {
  float: right;
  line-height: 12px;
  padding-top: 4px;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .item .item-wrap .item-detail .item-content .reviews-content {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
}
.rtl .item .item-wrap .item-detail .item-content .reviews-content {
  float: left;
}
.item .item-wrap .item-detail .item-content .item-bottom {
  position: absolute;
  font-size: 15px;
  bottom: 15px;
  right: 0;
  left: 0;
  z-index: 2;
}
.item .item-wrap .item-detail .item-content .item-bottom .button,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  text-transform: capitalize;
  background-color: #b97c3b;
  border-radius: 16px;
  display: inline-block;
}
.item .item-wrap .item-detail .item-content .item-bottom .button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable:hover,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable:hover,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple:hover,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  opacity: 0.85;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.loading,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.loading,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple.loading,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #b97c3b;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap .item-detail .item-content .item-bottom .button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #b97c3b;
  background-size: contain;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.added,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.added,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.added,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple.added,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #b97c3b;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  font-family: WooCommerce;
  background: #90cd0d;
  font-size: 10px;
  content: "\e017";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  margin-top: 26px;
  margin-left: 0;
  color: #444;
  font-weight: bold;
  right: 5px;
  left: auto;
  position: absolute;
  top: -5px;
}
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap:hover .item-detail .products-thumb .top-item,
.item .item-wrap:hover .item-detail .products-thumb .item-bottom,
.item .item-wrap:hover .item-detail .item-img .top-item,
.item .item-wrap:hover .item-detail .item-img .item-bottom {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.responsive-post-slider {
  margin-bottom: 60px;
  position: relative;
}
.responsive-post-slider .block-title {
  margin-bottom: 40px;
  text-align: center;
}
.responsive-post-slider .block-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  color: #222222;
}
.responsive-post-slider .block-title .slider-description {
  color: #999;
  max-width: 560px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}
.responsive-post-slider .res-button,
.responsive-post-slider .slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background: rgba(242,242,242,0.4);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.responsive-post-slider .res-button.slick-next,
.responsive-post-slider .slick-arrow.slick-next {
  right: -25px;
}
.responsive-post-slider .res-button.slick-next:before,
.responsive-post-slider .slick-arrow.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  font-size: 22px;
}
.responsive-post-slider .res-button.slick-prev,
.responsive-post-slider .slick-arrow.slick-prev {
  left: -25px;
}
.responsive-post-slider .res-button.slick-prev:before,
.responsive-post-slider .slick-arrow.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 22px;
}
.responsive-post-slider .res-button:hover,
.responsive-post-slider .slick-arrow:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}
.responsive-post-slider .res-button {
  margin-top: -40px;
}
.responsive-post-slider:hover .res-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider .resp-slider-container .slider {
  margin: 0 -15px;
}
.responsive-post-slider .resp-slider-container .slider .item {
  padding: 0 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over {
  position: relative;
  margin-bottom: 16px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a {
  display: block;
  overflow: hidden;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content {
  padding: 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top {
  padding: 17px 0 20px 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-title h4 {
  margin-bottom: 13px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-title h4 a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  line-height: normal;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-title h4 a:hover {
  color: #b97c3b;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta {
  color: #aaa;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta .entry-comment a {
  color: #aaa;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta a {
  color: #b97c3b;
  text-transform: none;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta a:hover {
  color: #b97c3b;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta .entry-comment,
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta .entry-comment:before,
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta span:before {
  content: "";
  background-color: #999;
  height: 1px;
  width: 8px;
  position: absolute;
  right: -18px;
  top: 8px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta span:before {
  left: -18px;
  right: auto;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta span:last-child:before {
  display: none;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta .entry-comment,
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-author a {
  color: #b97c3b;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta-tag {
  color: #aaa;
  text-transform: capitalize;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta-tag a {
  color: #aaa;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .content-top .entry-meta-tag a:hover {
  color: #b97c3b;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore a {
  display: inline-block;
  vertical-align: top;
  border: 1px #222222 solid;
  height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 13px;
  color: #222222;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 3px;
  right: 3px;
  background: transparent;
  width: 0;
  height: 29px;
  transition: all 0.4s ease;
  display: inline-block;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore a:hover {
  color: #fff;
  background-color: #222222;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore a:hover:before {
  width: 95%;
  border: 1px solid #fff;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-summary {
  line-height: 26px;
}
.responsive-post-style2 .box-title h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 30px;
  font-weight: 700;
}
.responsive-post-style2 .slider-container .item {
  margin-bottom: 30px;
}
.responsive-post-style2 .slider-container .item .img_over a {
  display: block;
}
.responsive-post-style2 .slider-container .item .img_over a img {
  width: 90px;
  margin-right: 10px;
}
.rtl .responsive-post-style2 .slider-container .item .img_over a img {
  margin-right: 0;
  margin-left: 10px;
}
.responsive-post-style2 .slider-container .item .entry-content {
  overflow: hidden;
  padding: 20px 0;
}
.responsive-post-style2 .slider-container .item .entry-content h4 a {
  font-size: 14px;
  color: #222222;
  font-weight: 600;
}
.responsive-post-style2 .slider-container .item .entry-content h4 a:hover {
  color: #b97c3b;
}
.responsive-post-style2 .slider-container .item .entry-content .entry-date a {
  font-size: 12px;
  color: #b97c3b;
}
.responsive-post-style2 .slider-container .item:last-child {
  margin-bottom: 0;
}
.row-style1.banner {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .row-style1.banner {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .row-style1.banner {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row-style1.banner .vc_col-sm-4 {
    width: 50%;
    float: left;
  }
}
.row-style1 .sw-category-slider {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .row-style1 .sw-category-slider {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .row-style1 .sw-category-slider {
    margin-bottom: 30px;
  }
}
.row-style1 .woo-slider-default {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .row-style1 .woo-slider-default {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .row-style1 .woo-slider-default {
    margin-bottom: 0;
  }
}
.row-style1 .sw_tab_countdown {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .row-style1 .sw_tab_countdown {
    margin-bottom: 98px;
  }
}
@media (max-width: 767px) {
  .row-style1 .sw_tab_countdown {
    margin-bottom: 30px;
  }
}
.row-style1 .featured-product {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .row-style1 .featured-product {
    margin-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .row-style1 .featured-product {
    margin-bottom: 0;
  }
}
.row-style1 .sw-brand-container-slider {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .row-style1 .sw-brand-container-slider {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .row-style1 .sw-brand-container-slider {
    margin-bottom: 25px;
    padding: 0;
  }
}
.content-post-style1 .entry-content {
  padding: 0;
}
.content-post-style1 .entry-content .content-top {
  padding: 17px 0 20px 0;
}
.content-post-style1 .entry-content .content-top .entry-title h4 {
  margin-bottom: 13px;
}
.content-post-style1 .entry-content .content-top .entry-title h4 a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  line-height: normal;
}
.content-post-style1 .entry-content .content-top .entry-title h4 a:hover {
  color: #b97c3b;
}
.content-post-style1 .entry-content .content-top .entry-meta {
  color: #aaa;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
}
.content-post-style1 .entry-content .content-top .entry-meta .entry-comment a {
  color: #aaa;
}
.content-post-style1 .entry-content .content-top .entry-meta a {
  color: #b97c3b;
  text-transform: none;
}
.content-post-style1 .entry-content .content-top .entry-meta a:hover {
  color: #b97c3b;
}
.content-post-style1 .entry-content .content-top .entry-meta .entry-comment,
.content-post-style1 .entry-content .content-top .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.content-post-style1 .entry-content .content-top .entry-meta .entry-comment:before,
.content-post-style1 .entry-content .content-top .entry-meta span:before {
  content: "";
  background-color: #999;
  height: 1px;
  width: 8px;
  position: absolute;
  right: -18px;
  top: 8px;
}
.rtl .content-post-style1 .entry-content .content-top .entry-meta .entry-comment:before,
.rtl .content-post-style1 .entry-content .content-top .entry-meta span:before {
  left: -18px;
  right: auto;
}
.content-post-style1 .entry-content .content-top .entry-meta .entry-comment:last-child:before,
.content-post-style1 .entry-content .content-top .entry-meta span:last-child:before {
  display: none;
}
.rtl .content-post-style1 .entry-content .content-top .entry-meta .entry-comment,
.rtl .content-post-style1 .entry-content .content-top .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.content-post-style1 .entry-content .content-top .entry-author a {
  color: #b97c3b;
}
.content-post-style1 .entry-content .content-top .entry-meta-tag {
  color: #aaa;
  text-transform: capitalize;
}
.content-post-style1 .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .content-post-style1 .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.content-post-style1 .entry-content .content-top .entry-meta-tag a {
  color: #aaa;
}
.content-post-style1 .entry-content .content-top .entry-meta-tag a:hover {
  color: #b97c3b;
}
.content-post-style1 .entry-content .readmore a {
  display: inline-block;
  vertical-align: top;
  border: 1px #222222 solid;
  height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 13px;
  color: #222222;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.content-post-style1 .entry-content .readmore a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 3px;
  right: 3px;
  background: transparent;
  width: 0;
  height: 29px;
  transition: all 0.4s ease;
  display: inline-block;
}
.content-post-style1 .entry-content .readmore a:hover {
  color: #fff;
  background-color: #222222;
}
.content-post-style1 .entry-content .readmore a:hover:before {
  width: 95%;
  border: 1px solid #fff;
}
.content-post-style1 .entry-summary {
  line-height: 26px;
}
.style-span {
  color: #999;
  text-transform: capitalize;
}
.style-title2 {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
.style-title2:hover {
  color: #b97c3b;
}
@media (min-width: 1200px) {
  .style-title2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .style-title2 {
    text-transform: capitalize;
  }
}
.style-span2 {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
}
.style-title3 {
  font-size: 20px;
  color: #000;
  line-height: 38px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .style-title3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .style-title3 {
    font-size: 16px;
  }
}
.style-title1 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.style-title1 > span {
  color: #b97c3b;
}
@media (min-width: 1200px) {
  .style-title1 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .style-title1 {
    font-size: 16px;
  }
}
.style-buton1 {
  position: relative;
  display: inline-block;
}
.style-buton1:before {
  content: "";
  background-color: #b97c3b;
  height: 1px;
  top: 11px;
  left: 0;
  right: 0;
  position: absolute;
}
.style-buton2 {
  color: #666;
  position: relative;
  display: inline-block;
}
.style-buton2:hover {
  color: #b97c3b;
}
.style-buton2:hover:before {
  background-color: #b97c3b;
}
.style-buton2:before {
  font-family: fontawesome;
  content: '\f105';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #666666;
  color: #fff;
  right: -15px;
  top: 1px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.style-buton3 {
  color: #666;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.style-buton3:hover {
  color: #b97c3b;
}
.style-buton3:hover:after,
.style-buton3:hover:before {
  color: #b97c3b;
}
.style-buton3:before {
  font-family: fontawesome;
  content: '\f178 ';
  position: absolute;
  color: #666;
  right: -15px;
  top: 1px;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.style-buton3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 1px;
  background-color: #666;
}
.banner-style .banner-style1 {
  position: relative;
}
.banner-style .banner-style1 .inner {
  position: absolute;
  bottom: 14%;
  left: 12%;
  text-align: left;
}
.banner-style .banner-style1 .inner h2 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.banner-style .banner-style1 .inner h2 > span {
  color: #b97c3b;
}
@media (min-width: 1200px) {
  .banner-style .banner-style1 .inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .banner-style .banner-style1 .inner h2 {
    font-size: 16px;
  }
}
.banner-style .banner-style1 .inner span {
  color: #999;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 10px;
}
.banner-style .banner-style2 {
  position: relative;
}
.banner-style .banner-style2 .inner {
  position: absolute;
  top: 27%;
  left: 14%;
  width: 35%;
  text-align: left;
}
.banner-style .banner-style2 .inner h2 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.banner-style .banner-style2 .inner h2 > span {
  color: #b97c3b;
}
@media (min-width: 1200px) {
  .banner-style .banner-style2 .inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .banner-style .banner-style2 .inner h2 {
    font-size: 16px;
  }
}
.banner-style .banner-style2 .inner a {
  position: relative;
  display: inline-block;
}
.banner-style .banner-style2 .inner a:before {
  content: "";
  background-color: #b97c3b;
  height: 1px;
  top: 11px;
  left: 0;
  right: 0;
  position: absolute;
}
.banner-style .banner-style2 .inner span {
  margin-bottom: 10px;
  display: inline-block;
  color: #999;
  text-transform: capitalize;
}
.banner-style .banner-style3 {
  position: relative;
}
.banner-style .banner-style3 .inner {
  position: absolute;
  top: 27%;
  left: 14%;
  width: 45%;
  text-align: left;
}
.banner-style .banner-style3 .inner h2 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.banner-style .banner-style3 .inner h2 > span {
  color: #b97c3b;
}
@media (min-width: 1200px) {
  .banner-style .banner-style3 .inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .banner-style .banner-style3 .inner h2 {
    font-size: 16px;
  }
}
.banner-style .banner-style3 .inner span {
  margin-bottom: 10px;
  display: inline-block;
  color: #999;
  text-transform: capitalize;
}
.banner-style .banner-style3 .inner a {
  position: relative;
  display: inline-block;
}
.banner-style .banner-style3 .inner a:before {
  content: "";
  background-color: #b97c3b;
  height: 1px;
  top: 11px;
  left: 0;
  right: 0;
  position: absolute;
}
.banner-style .banner-style4 {
  position: relative;
}
.banner-style .banner-style4 .inner {
  transform: rotate(-90deg);
  position: absolute;
  top: 32%;
  left: -10%;
  text-align: left;
}
@media (max-width: 991px) {
  .banner-style .banner-style4 .inner h2 {
    margin: 0;
  }
}
.banner-style .banner-style4 .inner h2 a {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-style .banner-style4 .inner h2 a:hover {
  color: #b97c3b;
}
@media (min-width: 1200px) {
  .banner-style .banner-style4 .inner h2 a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .banner-style .banner-style4 .inner h2 a {
    text-transform: capitalize;
  }
}
.banner-style .banner-style4 .inner span {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .banner-style .banner-style4 .inner span {
    text-transform: capitalize;
  }
}
.banner-style .banner-style5 {
  position: relative;
}
.banner-style .banner-style5 .inner {
  position: absolute;
  bottom: 20px;
  left: 11%;
  text-align: left;
}
.banner-style .banner-style5 .inner h2 {
  margin: 0;
}
.banner-style .banner-style5 .inner h2 a {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-style .banner-style5 .inner h2 a:hover {
  color: #b97c3b;
}
@media (min-width: 1200px) {
  .banner-style .banner-style5 .inner h2 a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .banner-style .banner-style5 .inner h2 a {
    text-transform: capitalize;
  }
}
.banner-style .banner-style5 .inner span {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
}
.banner-style .banner-style6 {
  position: relative;
}
.banner-style .banner-style6 .inner {
  transform: rotate(-90deg);
  position: absolute;
  top: 30%;
  text-align: left;
  right: -3%;
}
.banner-style .banner-style6 .inner h2 {
  margin: 0;
}
.banner-style .banner-style6 .inner h2 a {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-style .banner-style6 .inner h2 a:hover {
  color: #b97c3b;
}
@media (min-width: 1200px) {
  .banner-style .banner-style6 .inner h2 a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .banner-style .banner-style6 .inner h2 a {
    text-transform: capitalize;
  }
}
.banner-style .banner-style6 .inner span {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
}
.banner-style .banner-style7 {
  position: relative;
}
.banner-style .banner-style7 .inner {
  position: absolute;
  top: 9%;
  left: 17%;
  text-align: left;
}
.banner-style .banner-style7 .inner h2 {
  margin: 0;
}
.banner-style .banner-style7 .inner h2 a {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-style .banner-style7 .inner h2 a:hover {
  color: #b97c3b;
}
@media (min-width: 1200px) {
  .banner-style .banner-style7 .inner h2 a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .banner-style .banner-style7 .inner h2 a {
    text-transform: capitalize;
  }
}
.banner-style .banner-style7 .inner span {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
}
.banner-style .banner-style8 {
  position: relative;
}
.banner-style .banner-style8 .inner {
  position: absolute;
  bottom: 14%;
  left: 15%;
  text-align: left;
}
.banner-style .banner-style8 .inner h2 {
  margin: 0;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.banner-style .banner-style8 .inner span {
  color: #666666;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
  display: block;
  margin-bottom: 20px;
}
.banner-style .banner-style8 .inner a {
  text-transform: uppercase;
  color: #b97c3b;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.banner-style .banner-style8 .inner a:before {
  position: absolute;
  content: "";
  height: 1px;
  right: 0;
  left: 0;
  top: 14px;
  background-color: #b97c3b;
  display: inline-block;
}
.banner-style .banner-style9 {
  position: relative;
}
.banner-style .banner-style9 .inner {
  position: absolute;
  top: 30%;
  text-align: left;
  left: 11%;
}
.banner-style .banner-style9 .inner h2 {
  font-size: 20px;
  color: #000;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .banner-style .banner-style9 .inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .banner-style .banner-style9 .inner h2 {
    font-size: 16px;
  }
}
.banner-style .banner-style9 .inner span {
  display: block;
  font-size: 16px;
  color: #999;
  margin-bottom: 15px;
}
.banner-style .banner-style9 .inner a {
  color: #666;
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}
.banner-style .banner-style9 .inner a:hover {
  color: #b97c3b;
}
.banner-style .banner-style9 .inner a:hover:before {
  background-color: #b97c3b;
}
.banner-style .banner-style9 .inner a:before {
  font-family: fontawesome;
  content: '\f105';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #666666;
  color: #fff;
  right: -15px;
  top: 1px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.banner-style .banner-style10 {
  position: relative;
}
.banner-style .banner-style10 .inner {
  position: absolute;
  top: 28%;
  right: 0%;
  text-align: left;
  width: 50%;
}
.banner-style .banner-style10 .inner h2 {
  font-size: 20px;
  color: #000;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  .banner-style .banner-style10 .inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .banner-style .banner-style10 .inner h2 {
    font-size: 16px;
  }
}
.banner-style .banner-style10 .inner span {
  display: block;
  font-size: 16px;
  color: #999;
}
.banner-style .banner-style10 .inner a {
  color: #666;
  position: relative;
  display: inline-block;
}
.banner-style .banner-style10 .inner a:hover {
  color: #b97c3b;
}
.banner-style .banner-style10 .inner a:hover:before {
  background-color: #b97c3b;
}
.banner-style .banner-style10 .inner a:before {
  font-family: fontawesome;
  content: '\f105';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #666666;
  color: #fff;
  right: -15px;
  top: 1px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.banner-style .banner-style11 {
  position: relative;
}
.banner-style .banner-style11 .inner {
  position: absolute;
  top: 27%;
  left: 11%;
  text-align: left;
  width: 40%;
}
.banner-style .banner-style11 .inner h2 {
  font-size: 20px;
  color: #000;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .banner-style .banner-style11 .inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .banner-style .banner-style11 .inner h2 {
    font-size: 16px;
  }
}
.banner-style .banner-style11 .inner span {
  display: block;
  font-size: 16px;
  color: #999;
}
.banner-style .banner-style11 .inner a {
  color: #666;
  position: relative;
  display: inline-block;
}
.banner-style .banner-style11 .inner a:hover {
  color: #b97c3b;
}
.banner-style .banner-style11 .inner a:hover:before {
  background-color: #b97c3b;
}
.banner-style .banner-style11 .inner a:before {
  font-family: fontawesome;
  content: '\f105';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #666666;
  color: #fff;
  right: -15px;
  top: 1px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.banner-style12 {
  position: relative;
}
@media (max-width: 991px) {
  .banner-style12 {
    display: none;
  }
}
.banner-style12 .inner {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 9%;
}
.banner-style12 .inner h2 {
  font-size: 1.7em;
  color: #333;
  font-weight: 600;
}
.banner-style12 .inner a {
  color: #666;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.banner-style12 .inner a:hover {
  color: #b97c3b;
}
.banner-style12 .inner a:hover:after,
.banner-style12 .inner a:hover:before {
  color: #b97c3b;
}
.banner-style12 .inner a:before {
  font-family: fontawesome;
  content: '\f178 ';
  position: absolute;
  color: #666;
  right: -15px;
  top: 1px;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.banner-style12 .inner a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 1px;
  background-color: #666;
}
.banner-style14 {
  position: relative;
}
@media (max-width: 991px) {
  .banner-style14 {
    display: none;
  }
}
.banner-style14 .inner {
  position: absolute;
  top: 17%;
  left: 16%;
  text-align: left;
}
.banner-style14 .inner span {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b97c3b;
}
@media (min-width: 1400px) {
  .banner-style14 .inner span {
    font-size: 20px;
  }
}
.banner-style14 .inner h2 {
  color: #333;
  width: 65%;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 36px;
}
.rtl .banner-style14 .inner h2 {
  width: 100%;
}
@media (min-width: 1400px) {
  .banner-style14 .inner h2 {
    font-size: 40px;
    line-height: 36px;
  }
}
.banner-style14 .inner a {
  display: inline-block;
  text-transform: uppercase;
  padding: 9px 15px 4px;
  font-size: 14px;
  border: 1px solid #333;
}
.banner-style14 .inner a:hover {
  background-color: #b97c3b;
  color: #fff;
  border-color: #b97c3b;
}
@media (min-width: 1400px) {
  .banner-style14 .inner a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.banner-style13 {
  position: relative;
}
@media (max-width: 991px) {
  .banner-style13 {
    display: none;
  }
}
.banner-style13 .inner {
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
  text-align: center;
}
.banner-style13 .inner a {
  color: #666;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.banner-style13 .inner a:hover {
  color: #b97c3b;
}
.banner-style13 .inner a:hover:after,
.banner-style13 .inner a:hover:before {
  color: #b97c3b;
}
.banner-style13 .inner a:before {
  font-family: fontawesome;
  content: '\f178 ';
  position: absolute;
  color: #666;
  right: -15px;
  top: 1px;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.banner-style13 .inner a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 1px;
  background-color: #666;
}
.banner-style13 .inner h2 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  width: 80%;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 11px;
}
@media (min-width: 1400px) {
  .banner-style13 .inner h2 {
    font-size: 24px;
    width: 50%;
  }
}
.banner-style15 {
  position: relative;
}
@media (max-width: 991px) {
  .banner-style15 {
    display: none;
  }
}
.banner-style15 .inner {
  position: absolute;
  top: 29%;
  left: 10%;
  text-align: left;
}
.banner-style15 .inner h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  width: 75%;
  line-height: 30px;
  margin-bottom: 25px;
}
.rtl .banner-style15 .inner h2 {
  width: 100%;
}
@media (min-width: 1400px) {
  .banner-style15 .inner h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.banner-style15 .inner a {
  color: #666;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
.banner-style15 .inner a:hover {
  color: #b97c3b;
}
.banner-style15 .inner a:hover:before {
  background-color: #b97c3b;
}
.banner-style15 .inner a:before {
  font-family: fontawesome;
  content: '\f105';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #666666;
  color: #fff;
  right: -15px;
  top: 1px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.banner-style15 .inner a:before {
  top: 0px;
}
@media (min-width: 1400px) {
  .banner-style15 .inner a {
    font-size: 16px;
  }
}
.banner-style17 {
  position: relative;
}
@media (max-width: 991px) {
  .banner-style17 {
    display: none;
  }
}
.banner-style17 .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 9%;
  text-align: center;
}
.banner-style17 .inner h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  width: 50%;
  margin: 0 auto 15px;
  line-height: 30px;
}
@media (min-width: 1400px) {
  .banner-style17 .inner h2 {
    font-size: 30px;
    width: 50%;
    line-height: 36px;
  }
}
.banner-style17 .inner a {
  color: #666;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.banner-style17 .inner a:hover {
  color: #b97c3b;
}
.banner-style17 .inner a:hover:after,
.banner-style17 .inner a:hover:before {
  color: #b97c3b;
}
.banner-style17 .inner a:before {
  font-family: fontawesome;
  content: '\f178 ';
  position: absolute;
  color: #666;
  right: -15px;
  top: 1px;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
}
.banner-style17 .inner a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 1px;
  background-color: #666;
}
.banner-style16 {
  position: relative;
}
@media (max-width: 991px) {
  .banner-style16 {
    display: none;
  }
}
.banner-style16 .inner {
  position: absolute;
  top: 10%;
  left: 10%;
  text-align: left;
}
.banner-style16 .inner h2 {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  width: 90%;
  margin-bottom: 15px;
  line-height: 30px;
}
@media (min-width: 1400px) {
  .banner-style16 .inner h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 36px;
  }
}
.banner-style16 .inner a {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #333;
  padding: 9px 15px 4px;
  font-size: 14px;
}
.banner-style16 .inner a:hover {
  background-color: #b97c3b;
  color: #fff;
  border-color: #b97c3b;
}
@media (min-width: 1400px) {
  .banner-style16 .inner a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .header-style4 .header-mid {
    padding: 25px 0;
  }
  .banner-style16 .inner h2 {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    width: 100%;
  }
  .banner-style14 .inner h2,
  .banner-style17 .inner h2,
  .banner-style13 .inner h2 {
    width: 90%;
  }
  .banner-style16 .inner a,
  .banner-style14 .inner a {
    padding: 6px 15px 3px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .banner-style .banner-style8 {
    display: none !important;
  }
  .banner-style .banner-style9 .inner span {
    margin-bottom: 5px;
  }
  .banner-style .banner-style2 .inner {
    width: 50%;
    top: 8%;
  }
  .banner-style .banner-style2 .inner span,
  .banner-style .banner-style2 .inner h2 {
    margin-bottom: 5px;
  }
  .banner-style .banner-style10 .inner {
    top: 20%;
    right: -5%;
    width: 60%;
  }
  .banner-style .banner-style9 .inner {
    top: 15%;
    left: 15%;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.rtl.woocommerce .widget_layered_nav ul li.chosen a::after,
.rtl.woocommerce .widget_layered_nav_filters ul li a::after {
  line-height: 1;
  content: "\e013";
  font-family: WooCommerce;
  font-weight: 400;
  color: #a00;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-left: 10px;
}
.woocommerce.rtl .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page.rtl .woocommerce .cart-collaterals .cart_totals {
  text-align: right;
}
.woocommerce input.input-text,
.woocommerce-page input.input-text {
  height: 35px;
  background-color: #eee;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.woocommerce .woocommerce-checkout #payment div.form-row,
.woocommerce-page .woocommerce-checkout #payment div.form-row {
  margin-bottom: 60px;
}
.woocommerce .woocommerce-checkout #payment div.form-row .checkbox,
.woocommerce-page .woocommerce-checkout #payment div.form-row .checkbox {
  padding-left: 0;
}
.woocommerce .woocommerce-checkout #payment div.form-row .input-checkbox,
.woocommerce-page .woocommerce-checkout #payment div.form-row .input-checkbox {
  margin: 5px 0 0 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.woocommerce .woocommerce-form-login .form-row button.button,
.woocommerce-page .woocommerce-form-login .form-row button.button {
  height: 35px;
  margin-bottom: 15px;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register,
.woocommerce-page #customer_login form.login,
.woocommerce-page #customer_login form.register {
  border: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .form-row .input-text,
.woocommerce #customer_login form.register .form-row .input-text,
.woocommerce-page #customer_login form.login .form-row .input-text,
.woocommerce-page #customer_login form.register .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce #customer_login form.login .form-row .input-text#password,
.woocommerce #customer_login form.register .form-row .input-text#password,
.woocommerce-page #customer_login form.login .form-row .input-text#password,
.woocommerce-page #customer_login form.register .form-row .input-text#password {
  width: 100%;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  width: 300px;
  max-width: 100%;
}
.woocommerce form.lost_reset_password .form-row .input-text,
.woocommerce-page form.lost_reset_password .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce-page form.lost_reset_password .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce-page form.lost_reset_password .form-row input.button:hover {
  background: #92622f;
  color: #fff;
}
.woocommerce .woocommerce form .form-row label,
.woocommerce-page .woocommerce form .form-row label {
  font-weight: normal;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce .woocommerce-checkout table.shop_table td,
.woocommerce-page .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table td {
  border: 0;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table th {
  color: #222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce-checkout .col-1 h3,
.woocommerce .woocommerce-checkout .col-2 h3,
.woocommerce-page .woocommerce-checkout .col-1 h3,
.woocommerce-page .woocommerce-checkout .col-2 h3 {
  color: #222;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment label,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment label {
  color: #222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce .checkout #order_review table.shop_table td,
.woocommerce .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
  border-right: 0;
}
.woocommerce .entry-summary form.register input[type="submit"],
.woocommerce-page .entry-summary form.register input[type="submit"] {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.woocommerce .entry-content form.login,
.woocommerce-page .entry-content form.login {
  border: 0;
  padding: 0;
}
.woocommerce .entry-content form.login .form-row-first,
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-first,
.woocommerce-page .entry-content form.login .form-row-last {
  float: left;
  width: 48.5%;
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce .entry-content form.login .form-row-first .input-text,
.woocommerce .entry-content form.login .form-row-last .input-text,
.woocommerce-page .entry-content form.login .form-row-first .input-text,
.woocommerce-page .entry-content form.login .form-row-last .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 3%;
}
.woocommerce .entry-content form.login .form-row label.inline,
.woocommerce-page .entry-content form.login .form-row label.inline {
  clear: both;
  display: block;
  line-height: normal;
  vertical-align: top;
}
.woocommerce .entry-content form.login .form-row input.button,
.woocommerce-page .entry-content form.login .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 600;
}
.woocommerce .entry-content form.login .form-row input.button:hover,
.woocommerce-page .entry-content form.login .form-row input.button:hover {
  background: #92622f;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #b97c3b;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #7f5529;
}
.woocommerce .entry-content .checkout_coupon,
.woocommerce-page .entry-content .checkout_coupon {
  padding: 0;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row,
.woocommerce-page .entry-content .checkout_coupon .form-row {
  width: 180px;
  float: left;
  padding: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
  text-align: center;
}
.woocommerce .entry-content .checkout_coupon .form-row .input-text,
.woocommerce-page .entry-content .checkout_coupon .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row .button,
.woocommerce-page .entry-content .checkout_coupon .form-row .button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 35px;
  text-transform: capitalize;
}
.woocommerce .entry-content .checkout_coupon .form-row .button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row .button:hover {
  background: #92622f;
  color: #fff;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  float: left;
  width: 50%;
}
.woocommerce .checkout .col2-set .col-1 h3,
.woocommerce .checkout .col2-set .col-2 h3,
.woocommerce-page .checkout .col2-set .col-1 h3,
.woocommerce-page .checkout .col2-set .col-2 h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: normal;
}
.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout .col2-set .col-1 input,
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 input,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 input,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 input,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  padding: 10px;
  min-height: 80px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 15px;
  margin-bottom: 15px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields {
  margin-bottom: 30px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox {
  margin-top: 5px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
  padding: 0 0 10px;
  width: 100%;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input {
  float: none;
  margin: 4px 4px 0 -10px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input {
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0;
}
.woocommerce .checkout #order_review table.shop_table,
.woocommerce-page .checkout #order_review table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout #order_review table.shop_table td,
.woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
}
.woocommerce .checkout #order_review table.shop_table tr,
.woocommerce-page .checkout #order_review table.shop_table tr {
  background: #eee;
}
.woocommerce .checkout #order_review table.shop_table tr:hover,
.woocommerce-page .checkout #order_review table.shop_table tr:hover {
  background: #d5d5d5;
  cursor: pointer;
}
.woocommerce .checkout #payment,
.woocommerce-page .checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout #payment .terms,
.woocommerce-page .checkout #payment .terms {
  float: none;
}
.woocommerce .checkout #payment .terms .input-checkbox,
.woocommerce-page .checkout #payment .terms .input-checkbox {
  margin-top: 6px;
}
.woocommerce .checkout #payment #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: auto;
  border: 0;
  padding: 10px 20px;
  background: #b97c3b;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: capitalize;
}
.woocommerce .checkout #payment #place_order:hover,
.woocommerce-page .checkout #payment #place_order:hover {
  background: #7f5529;
}
.woocommerce form table.shop_table.shop_table_responsive,
.woocommerce-page form table.shop_table.shop_table_responsive {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin-bottom: 50px;
  border: 1px solid #dddddd;
}
.woocommerce form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail {
  display: table-cell;
}
.woocommerce form table.shop_table.shop_table_responsive thead,
.woocommerce-page form table.shop_table.shop_table_responsive thead {
  display: table-row-group;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr {
  display: table-row;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr th,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr th {
  border-bottom: 1px solid #dddddd;
  border-top: 0;
  border-left: 0;
  color: #222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr th.product-subtotal,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr th.product-subtotal {
  border-right: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
  display: table-row;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
  border-top: 1px solid #dddddd;
  display: table-cell;
  text-align: left !important;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
  display: none;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr,
.woocommerce-page form table.shop_table.shop_table_responsive tr {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tr td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail img,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail img {
  width: 70px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-remove,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-remove {
  font-size: 24px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity {
  border: 1px solid #dddddd;
  overflow: visible;
  display: inline-block;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty {
  height: 30px;
  min-height: initial;
  border: 0;
  float: left;
  text-indent: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number],
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus {
  float: left;
  position: static;
  background: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: auto;
  height: 30px;
  width: 25px;
  border: 0;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  display: block !important;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover {
  background: #b97c3b;
  color: #fff;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions {
  padding: 15px 10px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
  float: left;
  padding: 0;
}
.rtl .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
.rtl .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
  float: right;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
  height: 31px;
  border-radius: 0;
  padding: 5px 10px;
  width: 200px;
}
.rtl .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
.rtl .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
  float: right;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button {
  background: #b97c3b !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  color: #fff;
  margin: 0 5px;
  border-color: #b97c3b;
  vertical-align: top;
  width: auto;
  padding: 7px 15px;
  height: 31px;
  border-radius: 0;
  text-transform: uppercase;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button:hover {
  background: #92622f !important;
  color: #fff;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button {
  background: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover {
  background: #b97c3b;
  color: #fff;
  border-color: #b97c3b;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button {
  background: #b97c3b;
  color: #fff;
  border-color: #b97c3b;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover {
  background: #92622f;
}
.woocommerce > .cart-collaterals .products-wrapper,
.woocommerce-page > .cart-collaterals .products-wrapper {
  padding: 0;
}
.woocommerce > .cart-collaterals .cart_totals,
.woocommerce-page > .cart-collaterals .cart_totals {
  width: 50%;
  margin-bottom: 45px;
  float: left;
}
.rtl .woocommerce > .cart-collaterals .cart_totals,
.rtl .woocommerce-page > .cart-collaterals .cart_totals {
  float: right;
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals h2,
.woocommerce-page > .cart-collaterals .cart_totals h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
.woocommerce > .cart-collaterals .cart_totals table,
.woocommerce-page > .cart-collaterals .cart_totals table {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr,
.woocommerce-page > .cart-collaterals .cart_totals table tr {
  border: 0;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #222;
}
.woocommerce > .cart-collaterals .cart_totals table tr th,
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr th,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  border: 0;
  padding: 10px;
}
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td .amount {
  font-size: 18px;
  font-weight: normal;
  color: #b97c3b;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #b97c3b;
  display: inline-block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  height: 31px;
  padding: 9px 15px 5px;
  border-radius: 0;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #92622f;
}
.woocommerce > .cart-collaterals .shipping_calculator,
.woocommerce-page > .cart-collaterals .shipping_calculator {
  float: left;
  margin-left: 2%;
  width: 48%;
}
.woocommerce > .cart-collaterals .shipping_calculator h2,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce > .cart-collaterals .shipping_calculator h2 a:after,
.woocommerce-page > .cart-collaterals .shipping_calculator h2 a:after {
  content: "";
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row {
  padding: 5px 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button {
  background: #b97c3b;
  color: #fff;
  border-color: #b97c3b;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,
.woocommerce-page > .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover {
  background: #92622f;
}
.woocommerce #content .woocommerce-message,
.woocommerce #content .woocommerce-error,
.woocommerce #content .woocommerce-info,
.woocommerce #contents .woocommerce-message,
.woocommerce #contents .woocommerce-error,
.woocommerce #contents .woocommerce-info,
.woocommerce-page #content .woocommerce-message,
.woocommerce-page #content .woocommerce-error,
.woocommerce-page #content .woocommerce-info,
.woocommerce-page #contents .woocommerce-message,
.woocommerce-page #contents .woocommerce-error,
.woocommerce-page #contents .woocommerce-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-top-color: #b97c3b;
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content .woocommerce-message .wc-forward,
.woocommerce #content .woocommerce-error .wc-forward,
.woocommerce #content .woocommerce-info .wc-forward,
.woocommerce #contents .woocommerce-message .wc-forward,
.woocommerce #contents .woocommerce-error .wc-forward,
.woocommerce #contents .woocommerce-info .wc-forward,
.woocommerce-page #content .woocommerce-message .wc-forward,
.woocommerce-page #content .woocommerce-error .wc-forward,
.woocommerce-page #content .woocommerce-info .wc-forward,
.woocommerce-page #contents .woocommerce-message .wc-forward,
.woocommerce-page #contents .woocommerce-error .wc-forward,
.woocommerce-page #contents .woocommerce-info .wc-forward {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-weight: normal;
  background: #b97c3b;
  color: #fff;
}
.woocommerce #content .woocommerce-message .wc-forward:hover,
.woocommerce #content .woocommerce-error .wc-forward:hover,
.woocommerce #content .woocommerce-info .wc-forward:hover,
.woocommerce #contents .woocommerce-message .wc-forward:hover,
.woocommerce #contents .woocommerce-error .wc-forward:hover,
.woocommerce #contents .woocommerce-info .wc-forward:hover,
.woocommerce-page #content .woocommerce-message .wc-forward:hover,
.woocommerce-page #content .woocommerce-error .wc-forward:hover,
.woocommerce-page #content .woocommerce-info .wc-forward:hover,
.woocommerce-page #contents .woocommerce-message .wc-forward:hover,
.woocommerce-page #contents .woocommerce-error .wc-forward:hover,
.woocommerce-page #contents .woocommerce-info .wc-forward:hover {
  opacity: 0.7;
}
.woocommerce #reviews #review_form_wrapper h3,
.woocommerce-page #reviews #review_form_wrapper h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-form input,
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form input,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 60%;
  padding: 7px 10px;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#wp-comment-cookies-consent,
.woocommerce #reviews #review_form_wrapper .comment-form textarea#wp-comment-cookies-consent,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#wp-comment-cookies-consent,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea#wp-comment-cookies-consent {
  margin: 0 10px 0 0;
  width: auto;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover {
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  width: 50%;
  float: left;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email label {
  display: block;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email input {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 15px;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders tr th,
.woocommerce-page table.my_account_orders tr th {
  background: #ccc;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  background: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  border: 0;
}
.woocommerce table.my_account_orders tr td.order-actions .button:hover,
.woocommerce-page table.my_account_orders tr td.order-actions .button:hover {
  background: #b97c3b;
}
.woocommerce .entry-content .col2-set .address,
.woocommerce-page .entry-content .col2-set .address {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce table.wishlist_table thead th {
  border-color: #dddddd;
  color: #222;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.woocommerce form table.wishlist_table,
.woocommerce-page form table.wishlist_table {
  border-collapse: collapse;
}
.woocommerce form table.wishlist_table th.product-thumbnail,
.woocommerce-page form table.wishlist_table th.product-thumbnail {
  border: 0;
}
.woocommerce form table.wishlist_table tfoot,
.woocommerce-page form table.wishlist_table tfoot {
  border-top: 1px solid #dddddd;
}
.woocommerce form table.wishlist_table tr td,
.woocommerce-page form table.wishlist_table tr td {
  text-align: start;
  padding: 10px 12px;
}
.woocommerce form table.wishlist_table tr td.product-price del,
.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-right: 10px;
}
.woocommerce form table.wishlist_table tr td.product-price del span,
.woocommerce-page form table.wishlist_table tr td.product-price del span {
  font-size: 16px;
}
.woocommerce form table.wishlist_table tr td.product-price ins,
.woocommerce-page form table.wishlist_table tr td.product-price ins {
  text-decoration: none;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-price ins span,
.woocommerce-page form table.wishlist_table tr td.product-price ins span {
  font-size: 18px;
}
.woocommerce form table.wishlist_table tr td.product-price > span.amount,
.woocommerce-page form table.wishlist_table tr td.product-price > span.amount {
  color: #b97c3b;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart {
  vertical-align: top;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart {
  display: inline-block !important;
  padding: 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading {
  height: 43px;
  position: relative;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before {
  border-radius: 16px;
  background-color: #b97c3b;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after {
  content: '';
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  background: #999;
  border: 0;
  text-transform: capitalize;
  text-shadow: none;
  color: #fff;
  position: static;
  padding: 12px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin: 13px 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button:hover,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button:hover {
  background: #b97c3b;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button {
  display: none !important;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .dateadded,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .dateadded {
  margin-bottom: 5px;
}
.woocommerce form table.wishlist_table tr td.product-remove a.remove,
.woocommerce-page form table.wishlist_table tr td.product-remove a.remove {
  font-size: 1em;
  margin: 0 auto;
}
.woocommerce form table.wishlist_table tbody tr,
.woocommerce-page form table.wishlist_table tbody tr {
  border-top: 1px solid #fff;
}
.woocommerce form table.wishlist_table tbody tr:hover,
.woocommerce-page form table.wishlist_table tbody tr:hover {
  background: #dedede;
  cursor: pointer;
}
.woocommerce tbody tr td,
.woocommerce thead tr th,
.woocommerce-page tbody tr td,
.woocommerce-page thead tr th {
  font-size: 14px;
}
.woocommerce article header .entry-title,
.woocommerce-page article header .entry-title {
  font-size: 24px;
  color: #b97c3b;
}
.woocommerce article .wishlist-title,
.woocommerce-page article .wishlist-title {
  display: none;
}
.woocommerce .return-to-shop .button.wc-backward,
.woocommerce-page .return-to-shop .button.wc-backward {
  background-color: #b97c3b;
  color: #fff;
  margin-bottom: 30px;
}
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce-page .return-to-shop .button.wc-backward:hover {
  background-color: #d09f6b;
}
.woocommerce a.remove {
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.woocommerce #respond input#submit,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #464646;
  color: #fff;
  font-weight: normal;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover {
  background-color: #b97c3b;
  color: #fff;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 0.25em;
}
.woocommerce div.product p.cart {
  float: left;
}
div.star,
div.stars {
  background: url("../assets/img/star.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 14px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
div.star span,
div.stars span {
  background: url("../assets/img/star-active.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
div.star .rating-hidden,
div.stars .rating-hidden {
  display: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ddd;
  border: 0;
  height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #b97c3b;
  height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #b97c3b;
  width: 10px;
  height: 10px;
  top: -4px;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-bottom: 20px;
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: #222222;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: capitalize;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 600;
  float: right;
}
.rtl .woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #b97c3b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.price_slider_wrapper .price_slider_amount #min_price,
.price_slider_wrapper .price_slider_amount #max_price {
  display: none !important;
  width: 48%;
  text-indent: 10px;
  height: 32px;
  margin-bottom: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #999;
  border: 0;
}
.price_slider_wrapper .price_slider_amount #min_price {
  float: left;
  margin-right: 1%;
}
.rtl .price_slider_wrapper .price_slider_amount #min_price {
  text-align: right;
  float: right;
}
.price_slider_wrapper .price_slider_amount #max_price {
  float: right;
  margin-left: 1%;
  text-align: right;
}
.rtl .price_slider_wrapper .price_slider_amount #max_price {
  text-align: left;
}
.rtl .price_slider_wrapper .price_slider_amount > .button {
  float: left;
}
.price_slider_wrapper .price_label {
  float: none;
  overflow: hidden;
  text-align: left;
  color: #999;
  font-size: 14px;
}
.price_slider_wrapper .price_label span {
  color: #222222;
  font-size: 12px;
}
.rtl .price_slider_wrapper .price_label {
  text-align: right;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce button.button.alt.disabled {
  padding: 0 10px;
}
.woocommerce-account #contents .page .entry-title {
  margin-bottom: 30px;
}
.woocommerce-account .entry-summary > .woocommerce {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-account .entry-summary > .woocommerce .woocommerce-MyAccount-content {
  order: 1;
}
.woocommerce-account h2 {
  font-size: 18px;
}
.woocommerce-account h3 {
  font-size: 16px;
}
.woocommerce-account #contents {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}
.woocommerce-account #contents header {
  display: block;
}
.woocommerce-account #contents header h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-account #contents header h3 {
  font-size: 20px;
}
.woocommerce-account #contents header .edit {
  display: block;
  font-weight: bold;
  color: #b97c3b;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  width: 20%;
  padding-right: 30px;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  margin: 0;
  border: 1px solid #dddddd;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  border-bottom: 1px solid #dddddd;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li:last-child > a {
  border: 0;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li.is-active > a {
  color: #b97c3b;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  width: 80%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders {
  border: 1px solid #ddd;
  border-radius: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order {
  border-bottom: 1px solid #ddd;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order:last-child {
  border: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td {
  text-align: start !important;
  padding: 5px 15px;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number,
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-status {
  width: 15%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-date {
  width: 20%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-total {
  width: 40%;
}
.rtl.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  padding-left: 30px;
  padding-right: 0;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input {
  margin: 4px -10px 0 4px;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox {
  float: right;
  margin: 5px -4px 0 8px;
}
.rtl.woocommerce-account .woocommerce-account .button,
.rtl.woocommerce-account .woocommerce-info .button {
  float: left;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
  text-align: right;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0;
  padding-right: 1.5em;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
  margin-left: 0;
  margin-right: -1.5em;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  margin-bottom: 20px;
}
.woocommerce-wishlist #contents .page .entry-title {
  margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title h2 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-wishlist .woocommerce table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
  color: #222222;
  font-weight: normal;
}
.woocommerce-checkout h3#order_review_heading {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 35px;
  background: #eee;
  border: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  padding-left: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-info {
  padding: 10px 45px 12px 45px;
}
.woocommerce-noreviews {
  padding: 0 15px;
}
.fb_iframe_widget iframe {
  max-width: initial;
  z-index: 1;
}
.woocommerce-cart #contents .page h2,
.woocommerce-wishlist #contents .page h2,
.woocommerce-account #contents .page h2,
.woocommerce-checkout #contents .page h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 24px;
  color: #222;
}
.woocommerce-cart #contents .page h2 {
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout .customer_details tr {
  clear: both;
}
.woocommerce-checkout .customer_details tr td:before {
  display: none;
}
.woocommerce-checkout .customer_details tr th {
  border-top: 0 !important;
  display: block !important;
}
#tab-description ul {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.rtl th {
  text-align: right;
}
.rtl .close-login {
  right: auto;
  left: 10px;
}
.rtl .block-popup-login .email-input:before,
.rtl .block-popup-login .pass-input:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .tt_popup_login strong {
  padding-left: 10px;
  padding-right: 70px;
  float: right;
}
.rtl .block-popup-login .tt_popup_login strong:before {
  right: auto;
  left: -20px;
  border-right: 0px;
  border-left: 20px solid transparent;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
  text-align: right;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 0px;
  padding-left: 30px;
  border-right: 0;
  border-left: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 0px;
  padding-right: 30px;
  color: #464646;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li {
  border-right: 0 !important;
  float: right !important;
  padding: 2px 14px 2px 0px;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.rtl .woocommerce table.shop_table {
  text-align: right;
}
.rtl.woocommerce #content table.cart td.actions,
.rtl.woocommerce table.cart td.actions,
.rtl.woocommerce-page #content table.cart td.actions,
.rtl.woocommerce-page table.cart td.actions {
  text-align: right;
}
.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0 0 1em;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li {
  text-align: right;
}
.rtl.woocommerce div.product form.cart .variations td.label {
  padding-left: 1em;
  padding-right: 0;
}
.rtl.woocommerce-cart table.cart td,
.rtl.woocommerce-cart table.cart th {
  text-align: right;
}
.rtl.woocommerce form table.shop_table tr td.actions .coupon,
.rtl.woocommerce-page form table.shop_table tr td.actions .coupon {
  float: right;
}
.rtl.woocommerce form .form-row label,
.rtl.woocommerce-page form .form-row label {
  text-align: right;
}
.rtl .login .form-row .button,
.rtl .register .form-row .button {
  float: right;
}
.rtl .login .lost_password {
  text-align: right;
}
.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar {
  left: auto;
  right: 0;
}
.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 90px 0 0;
}
.rtl.woocommerce .woocommerce-review__author {
  float: right;
}
.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  right: 0;
  left: auto;
}
.rtl.woocommerce .comment-form-rating label {
  float: right;
  padding: 0 0 0 55px;
}
.rtl.woocommerce .star-rating {
  float: left;
}
.rtl.woocommerce p.stars a {
  margin-right: 0;
  margin-left: 1em;
}
.rtl.woocommerce .woocommerce-error .button,
.rtl.woocommerce .woocommerce-info .button,
.rtl.woocommerce .woocommerce-message .button {
  float: left;
}
.rtl.woocommerce .checkout .col2-set .col-1,
.rtl.woocommerce .checkout .col2-set .col-2,
.rtl.woocommerce-page .checkout .col2-set .col-1,
.rtl.woocommerce-page .checkout .col2-set .col-2 {
  float: right;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 0;
  padding-left: 15px;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 0;
  padding-right: 15px;
}
.rtl.woocommerce form table.shop_table tr td,
.rtl.woocommerce-page form table.shop_table tr td,
.rtl .woocommerce table.shop_table th,
.rtl.woocommerce-checkout #payment ul.payment_methods li,
.rtl .woocommerce form.checkout_coupon,
.rtl .woocommerce form.login,
.rtl .woocommerce form.register {
  text-align: right;
}
.rtl.woocommerce .entry-content form.login .form-row-first,
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-first,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  float: right;
}
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 0;
  margin-right: 3%;
}
.rtl.woocommerce table.shop_attributes th {
  text-align: right;
  width: 100px;
}
.rtl.woocommerce .entry-content .checkout_coupon .form-row,
.rtl.woocommerce-page .entry-content .checkout_coupon .form-row {
  float: right;
}
.rtl.woocommerce div.product p.cart {
  float: right;
}
.rtl .social-share-item {
  float: right;
}
.rtl.woocommerce table.my_account_orders tr td.order-actions,
.rtl.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: right;
}
.rtl.woocommerce-page table.shop_table_responsive tr td,
.rtl.woocommerce table.shop_table_responsive tr td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.rtl.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr td:before,
.rtl.woocommerce-page table.shop_table_responsive tr td:before {
  float: right;
}
.rtl .woocommerce ul#shipping_method li {
  padding: .25em 22px .25em 0;
}
.rtl.woocommerce-checkout .customer_details tr th {
  float: right;
}
.rtl .woocommerce .order_details li {
  float: right;
  border-right: 0;
  border-left: 1px dashed #d3ced2;
  margin-right: 0;
  margin-left: 2em;
  padding-right: 0;
  padding-left: 2em;
}
.rtl .woocommerce td.product-name dl.variation dd {
  float: right;
}
.rtl .woocommerce td.product-name dl.variation dt {
  float: right;
  clear: right;
}
.rtl.woocommerce form table.wishlist_table tr td.product-price del,
.rtl.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .woocommerce-checkout #payment div.payment_box:before {
  left: auto;
  right: 0;
  margin: -1em 2em 0px 2em;
}
.rtl.woocommerce-account .addresses .title h3 {
  float: right;
}
.rtl.woocommerce-account .addresses .title .edit,
.rtl.woocommerce-account ul.digital-downloads li .count {
  float: left;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  float: right;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .woocommerce > .cart-collaterals .cart_total .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce > form {
    overflow: auto;
    margin-bottom: 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive,
  .woocommerce-page form table.shop_table.shop_table_responsive {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .woocommerce form table.shop_table.shop_table_responsive thead,
  .woocommerce-page form table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    display: block;
    margin-right: 15px;
    min-width: 80px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.actions:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.actions:before {
    display: none;
  }
  .woocommerce-cart .woocommerce table.shop_table {
    max-width: inherit;
  }
  .woocommerce .checkout .col2-set .col-1,
  .woocommerce .checkout .col2-set .col-2,
  .woocommerce-page .checkout .col2-set .col-1,
  .woocommerce-page .checkout .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .woocommerce-wishlist.woocommerce form table.shop_table,
  .woocommerce-wishlist.woocommerce-page form table.shop_table {
    width: 100%;
    display: block;
    overflow: auto;
  }
  .rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .block-popup-login .block-content .col-reg {
    width: 100%;
  }
  .block-popup-login .block-content .col-reg.registered-account {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 15px;
  }
  .block-popup-login .block-content .col-reg.login-customer {
    padding-left: 0;
  }
  .block-popup-login {
    width: 300px;
    margin-top: 100px;
  }
  .block-popup-login .tt_popup_login strong {
    font-size: 14px;
  }
  .woocommerce > .cart-collaterals .cart_total .cart_totals table tbody,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding-right: 0;
  }
  .rtl .block-popup-login .block-content .col-reg.registered-account {
    padding-left: 0;
    border-left: 0;
  }
  .rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .rtl.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding: 0;
  }
}
.woocommerce-page table.cart td.actions .button {
  width: auto;
}
@media (max-width: 640px) {
  .woocommerce .entry-content .checkout_coupon .form-row,
  .woocommerce-page .entry-content .checkout_coupon .form-row {
    width: 100%;
  }
  .woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: left;
  }
  .rtl.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .rtl.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button {
    width: 100%;
    margin: 0;
  }
  .entry-content-asset > iframe {
    height: 220px;
  }
  .woocommerce > .cart-collaterals .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
    width: 100%;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions > input.button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > input.button {
    margin: 0 !important;
  }
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order,
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .product-number {
    display: none;
  }
}
@media (max-width: 360px) {
  .woocommerce .woocommerce-checkout #payment ul.payment_methods li img,
  .woocommerce-page .woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
  }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 25px;
    padding: 0 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions > input.button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > input.button {
    margin: 0 !important;
  }
}
.woocommerce-page.wishlist form table.shop_table tr td.product-thumbnail {
  position: relative;
  margin-top: -1px;
}
.woocommerce div.product form.cart .group_table td {
  padding: 0;
  height: 100px;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  font-size: 0;
  right: auto;
  left: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 0 0 2px #ddd;
  text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '\f047';
  font-family: Fontawesome !important;
  font-size: 18px;
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 40px;
  vertical-align: top;
  height: 100%;
}
label.screen-reader-text {
  display: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 0.6em;
}
.clearfix {
  overflow: inherit;
}
.wc-vendor-page .woocommerce-error {
  width: 100%;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p {
  background: #111;
  margin: 0;
  border: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  position: relative;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:hover {
  color: #b97c3b;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after {
  content: '';
  background: #fff;
  display: inline-block;
  top: 18px;
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:last-child:after {
  display: none;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper hr {
  border-color: transparent;
}
.wc-vendor-page table {
  border: 1px solid #ddd;
}
.wc-vendor-page table thead > tr > th {
  border-width: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}
.wc-vendor-page table th,
.wc-vendor-page table td {
  padding: 10px;
}
.wc-vendor-page .form-row {
  overflow: hidden;
}
.wc-vendor-page .form-row input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0;
}
.wc-vendor-page .form-row label {
  overflow: hidden;
  margin-top: -2px;
  padding-left: 5px;
}
.wc-vendor-page .entry-content h2 {
  color: #222;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.wc-vendor-page .pv_shop_description {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
.wc-vendor-page .pv_shop_description p {
  margin: 0;
  line-height: 20px;
}
.wc-vendor-page.shop_settings .entry-content {
  margin-bottom: 40px;
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container b,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container b {
  color: #222;
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container input,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container input {
  margin-top: 10px;
  border-radius: 0;
  padding: 7px 10px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container {
  margin-bottom: 30px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p {
  margin-bottom: 25px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p b,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p b {
  color: #222;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container div.mce-panel,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container div.mce-panel {
  border: 1px solid #eee;
}
.wc-vendor-page .wc-soldby-start {
  padding: 0;
  margin-bottom: 30px;
  text-align: start;
}
.wc-vendor-page .wc-soldby-start small {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.wc-vendor-page .wc-soldby-start small span {
  font-weight: normal;
}
.wc-vendor-page .wc-soldby-start small a {
  font-weight: 600;
  color: #b97c3b;
  padding: 0 5px;
}
.wc-vendor-page .wc-soldby-start small a:hover {
  color: #222;
}
.wc-vendor-page .wc-soldby-start br {
  display: none;
}
.wc-vendor-page .wcv_vendorslist {
  margin: 0 -15px;
  overflow: hidden;
}
.wc-vendor-page .wcv_vendorslist > div {
  padding: 0 15px;
  margin: 0 0 30px !important;
  float: left;
}
.wc-vendor-page .wcv_vendorslist > div .pull-left {
  float: none;
}
.wc-vendor-page .wcv_vendorslist > div a.button {
  text-transform: uppercase;
}
.wc-vendor-page.wc-vendor-listing .sidebar {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .soaz_breadcrumbs {
  margin-top: 40px;
  margin-bottom: 10px;
}
.wc-vendor-page.wc-vendor-listing .soaz_breadcrumbs .breadcrumb {
  background: #fff;
  padding: 10px;
  border-top: 2px solid #b97c3b;
  border-radius: 3px;
}
.wc-vendor-page .meta-location {
  bottom: 40px;
}
@media (max-width: 767px) {
  .wc-vendor-page .wcv_vendorslist > div {
    width: 50%;
  }
  .wc-vendor-page .vendor-dashboard-wrapper {
    overflow-x: auto;
  }
  .wc-vendor-page table {
    width: 700px;
  }
}
@media (max-width: 480px) {
  .wc-vendor-page .wcv_vendorslist > div {
    width: 100%;
  }
  .wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after {
    display: none;
  }
}
.by-vendor-name-link {
  position: absolute !important;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  color: #000;
}
.by-vendor-name-link span {
  color: #0076ff;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  margin-top: 0;
}
.single-product ul li.item {
  margin-bottom: 15px;
  float: left;
}
@media (max-width: 480px) {
  .single-product ul li.item {
    width: 100% !important;
  }
}
.single-product ul li.item .yith-wcwl-add-to-wishlist {
  bottom: 0 !important;
  width: 35px;
  height: 35px;
  line-height: 30px;
}
.single-product ul li.item .reviews-content {
  width: 100%;
  padding: 8px 0;
}
.single-product ul li.item .item-description {
  display: none;
}
.single-product ul li.item .item-wrap .item-detail .item-content {
  padding: 15px 0 0;
}
@media (min-width: 1200px) {
  .single-product ul li.item .item-wrap .item-detail .item-content {
    padding: 15px 0 0;
  }
}
select.dokan-form-control {
  max-width: 140px;
}
@media (min-width: 1200px) {
  select.dokan-form-control {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  select.dokan-form-control {
    max-width: 100px;
  }
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
  padding: 4px 13%;
}
@media (max-width: 767px) {
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    width: 50%;
  }
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {
  padding-top: 0;
}
ul.subsubsub,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
  font-size: 14px;
  color: #222222;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
  line-height: normal;
  padding: 15px 5px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  height: 35px;
}
table.dokan-table {
  border: 1px solid #ddd;
}
.dokan-dashboard .dokan-dashboard-wrap {
  max-width: 1170px;
  margin: 30px auto;
}
.dokan-store .header {
  margin-bottom: 40px;
}
.dokan-store #sidebar {
  width: 25%;
  float: left;
  margin-right: 3%;
  margin-bottom: 20px;
}
.rtl .dokan-store #sidebar {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
.dokan-store #sidebar > ul {
  background: #fff;
  margin: 0;
  list-style: none;
}
.dokan-store #sidebar > ul > li {
  padding: 0 0 30px;
  border-top: 2px solid #b97c3b;
}
.dokan-store #sidebar > ul > li .searchform {
  padding: 20px 15px;
}
.dokan-store #sidebar > ul > li .searchform input {
  padding: 7px 10px;
}
.dokan-store #sidebar > ul > li h2 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.dokan-store #sidebar > ul > li ul {
  list-style: none;
  margin: 0;
}
.dokan-store #sidebar > ul > li ul > li {
  padding: 7px 15px;
}
.dokan-store .dokan-store-sidebar .widget {
  margin-bottom: 30px;
}
.dokan-store .dokan-store-sidebar h3.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #222;
}
.dokan-store .products-loop > li {
  margin-bottom: 30px;
}
.dokan-store .dokan-widget-area .widget {
  list-style: none;
  background: #fff;
  border-radius: 3px;
  border-top: 2px solid #b97c3b;
}
.dokan-store .dokan-widget-area .widget .widget-title,
.dokan-store .dokan-widget-area .widget .widgettitle {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
}
.dokan-store .dokan-widget-area .widget > div,
.dokan-store .dokan-widget-area .widget form,
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget {
  padding: 0 10px 15px;
}
.dokan-store .dokan-widget-area .widget #cat-drop-stack ul {
  list-style: none;
}
.dokan-store .dokan-widget-area .widget #cat-drop-stack ul > li > a {
  display: block;
  padding: 10px 0;
}
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget > li {
  margin: 0 0 15px;
  padding: 0;
}
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget > li ins {
  text-decoration: none;
  color: #b97c3b;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
  float: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
#dokan-content {
  margin-bottom: 30px;
}
.dokan-single-store ul {
  list-style: none;
}
.dokan-single-store .item-description {
  display: none;
}
.add_note .modal-dialog {
  positon: static;
}
.modal-dialog {
  position: static;
}
#add-shipping-tracking-form select {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .dokan-store .content-area {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .dokan-store .content-area {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .dokan-store .content-area {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .dokan-store .content-area {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .dokan-store .content-area .dokan-store-sidebar {
    width: 100%;
    float: none;
    order: 2;
    margin: 0 !important;
  }
  .dokan-store .content-area .dokan-single-store {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.product-vendor .page-title {
  margin-bottom: 15px;
}
.products-wrapper .products-loop.list .item .by-vendor-name-link {
  display: block;
  margin-bottom: 10px;
}
.custqna-title,
.product-vendor > h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
}
.vendor-registration .register {
  margin-bottom: 60px;
}
#wcmp-store-conatiner .wcmp-store-detail-list li i {
  top: -5px !important;
}
#wcmp-store-conatiner .vendor_sort select {
  border-radius: 0;
}
.sw-custom-variation input[type="radio"] {
  display: none;
}
.sw-custom-variation .sw-radio-variation {
  margin: 0 2px;
  position: relative;
  display: inline-block;
}
.sw-custom-variation .sw-radio-variation span {
  display: block;
  overflow: hidden;
  height: 100%;
  line-height: 30px;
  min-width: 60px !important;
  border: dashed 1px #ddd !important;
  text-align: center;
  min-height: 30px;
  cursor: pointer;
  margin: 0 2px;
  color: #ddd !important;
  font-size: 12px;
  position: relative;
}
.sw-custom-variation .sw-radio-variation span.variation-image {
  min-width: auto !important;
  width: 30px;
}
.sw-custom-variation .sw-radio-variation span.variation-color {
  text-indent: 0 !important;
  font-size: 0;
  line-height: 25px;
  border-radius: 50%;
  min-height: 25px;
  min-width: 25px !important;
  border: 0 !important;
  border: 0;
}
.sw-custom-variation .sw-radio-variation span.variation-image {
  background-size: 100% 100%;
}
.sw-custom-variation .sw-radio-variation span:after {
  border: 0 !important;
}
.sw-custom-variation .sw-radio-variation.selected span {
  color: #b97c3b !important;
  border: 1px solid #b97c3b !important;
}
.sw-custom-variation .sw-radio-variation.selected span:not(.variation-color) {
  background-color: transparent !important;
}
.sw-custom-variation .sw-radio-variation.selected span.variation-color {
  border: 0 !important;
}
.sw-custom-variation .sw-radio-variation.selected span.variation-color:after {
  content: '\f00c';
  font-family: fontawesome;
  font-size: 12px;
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border: 0;
}
.sw-custom-variation .sw-radio-variation.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-custom-variation .sw-radio-variation.disabled span:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #b97c3b;
  height: 44px;
  transform: rotate(45deg);
  top: -7px;
  right: 15px;
  opacity: 1;
}
.sw-custom-variation .sw-radio-variation .variation-tooltip {
  position: absolute;
  bottom: 110%;
  z-index: 9999;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation:hover .variation-tooltip {
  display: block;
}
.item-content .sw-custom-variation {
  margin: 15px 0 5px;
}
.item-content .sw-custom-variation .sw-radio-variation {
  margin-bottom: 10px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: initial;
  min-height: initial;
  width: 18px;
  height: 18px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color:after {
  display: none;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-image {
  min-width: 40px;
  min-height: 40px;
}
.item-content .sw-custom-variation:last-child {
  margin-bottom: 0;
}
.woocommerce-variation.single_variation > p {
  color: #e20000;
}
h1.page-title {
  font-weight: 700 !important;
  color: #222222;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}
.rtl.mobile-layout .products-wrapper .products-nav .view-mode-wrap {
  float: left;
}
.products-wrapper {
  padding: 0 0 30px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .products-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .products-wrapper {
    margin-bottom: 30px;
  }
}
.products-wrapper .by-vendor-name-link {
  display: none !important;
}
.products-wrapper > ul {
  margin: 0;
}
.products-wrapper .products-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 35px;
}
.products-wrapper .products-nav .view-top {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode > a {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  border: 0;
  overflow: hidden;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a {
  width: 30px;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode > a {
  float: right;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode > a:before {
  position: absolute;
  font-size: 14px;
  font-family: FontAwesome;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  background-color: transparent;
  color: #ccc;
  left: 0;
  font-weight: normal;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode > a.grid-view {
  background: url(../assets/img/action-cart.png) 1px -105px no-repeat;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.grid-view {
  background: url(../assets/img/mobile-icom.png) 4px -120px no-repeat;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode > a.grid-view.active,
.products-wrapper .products-nav .view-mode-wrap .view-mode > a.grid-view:hover {
  background: url(../assets/img/action-cart.png) 0px -154px no-repeat;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.grid-view.active,
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.grid-view:hover {
  background: url(../assets/img/mobile-icom.png) 3px -87px no-repeat;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode > a.list-view {
  background: url(../assets/img/action-cart.png) 0px -204px no-repeat;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.list-view {
  background: url(../assets/img/mobile-icom.png) 10px -51px no-repeat;
  position: relative;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.list-view:before {
  content: "";
  background-color: #ddd;
  width: 1px;
  height: 25px;
  right: 0;
  position: absolute;
  top: 10px;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode > a.list-view.active,
.products-wrapper .products-nav .view-mode-wrap .view-mode > a.list-view:hover {
  background: url(../assets/img/action-cart.png) 0px -254px no-repeat;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.list-view.active,
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.list-view:hover {
  background: url(../assets/img/mobile-icom.png) 9px -16px no-repeat;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode > a > span {
  font-size: 0;
  display: none;
}
.products-wrapper .products-nav .catalog-ordering {
  display: inline-block;
  position: relative;
}
.products-wrapper .products-nav .catalog-ordering ul {
  list-style: none;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .show-product {
  line-height: 38px;
  margin: 0 15px;
  color: #6b6b6b;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
  min-width: 160px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order {
  margin: 0;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.desc {
  padding: 0;
  border: 1px solid #dddddd;
  border-left: 0;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.desc {
  border-right: 0;
  border-left: 1px solid #dddddd;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.desc a {
  display: inline-block;
  height: 31px;
  width: 31px;
  background: url(../assets/img/bg_general.png) no-repeat -12px -1613px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc {
  padding: 5px 0 0 0;
  border: 1px solid #dddddd;
  border-left: 0;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc {
  border-right: 0;
  border-left: 1px solid #dddddd;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc a {
  display: inline-block;
  height: 26px;
  width: 31px;
  background: url(../assets/img/bg_general.png) no-repeat -18px -1638px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort-count {
  min-width: 65px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  text-align: right;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li .current-li {
  display: block;
  height: 40px;
  text-transform: capitalize;
  color: #555;
  background-color: #f5f5f5;
  line-height: 38px;
  border: 1px #222222 solid;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li .current-li a {
  display: block;
  text-indent: 15px;
  position: relative;
  padding: 2px 30px 0 0;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li .current-li a {
  padding: 2px 0 0 30px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li .current-li a:after {
  content: "\f107";
  position: absolute;
  font-family: FontAwesome;
  line-height: 40px;
  right: 10px;
  text-align: center;
  top: 0;
  width: 30px;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li .current-li a:after {
  right: auto;
  left: 10px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li > ul {
  position: absolute;
  background-color: #f5f5f5;
  margin-left: 0;
  left: 0;
  padding: 5px 4px 0;
  top: 100%;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  width: 100%;
  list-style-type: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li > ul > li {
  line-height: 35px;
  text-indent: 10px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li > ul > li a {
  display: block;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li:hover > ul {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  visibility: visible;
  display: block !important;
}
.products-wrapper .woocommerce-pagination {
  float: right;
}
.products-wrapper .woocommerce-pagination .page-numbers {
  margin: 0;
  vertical-align: top;
  background-color: transparent;
  border: 1px solid transparent;
}
.products-wrapper .woocommerce-pagination .page-numbers > li {
  float: left;
  margin-right: 3px;
  background-color: transparent;
  border: 0;
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers > li {
  float: right;
}
.products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
  color: #999;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers:hover {
  border: 1px #dddddd solid;
  color: #222222;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.prev,
.products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.next {
  font-size: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.prev:before,
.products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 16px;
}
.products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.prev:before {
  content: "\f100 ";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.prev:before {
  content: "\f101 ";
}
.products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.next:before {
  content: "\f101 ";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.next:before {
  content: "\f100 ";
}
.products-wrapper .products-loop {
  list-style-type: none;
}
.products-wrapper .products-loop .sw-variation-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .products-wrapper .products-loop {
    margin: 0 -15px;
  }
}
.products-wrapper .products-loop > li {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .products-wrapper .products-loop > li.col-md-4 .item-wrap .item-detail .item-content .reviews-content {
    width: 100%;
    padding: 7px 0;
  }
}
.products-wrapper .products-loop > li.product-category a img {
  margin-bottom: 10px;
}
.products-wrapper .products-loop > li.product-category h2.woocommerce-loop-category__title {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.products-wrapper .products-loop > li.product-category h2.woocommerce-loop-category__title mark {
  background: none;
  color: #666;
}
.products-wrapper .products-loop > li.product-category:hover h2.woocommerce-loop-category__title {
  color: #b97c3b;
}
.products-wrapper .products-loop > li.product-category:hover h2.woocommerce-loop-category__title mark {
  color: #b97c3b;
}
.products-wrapper .products-loop.grid > li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation {
  padding: 0;
  float: left;
}
.products-wrapper .products-loop.grid > li .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.products-wrapper .products-loop.grid > li.product-type-variable .item-price del {
  float: none;
}
.products-wrapper .products-loop.grid > li.product-type-variable .item-price ins {
  float: none;
}
.products-wrapper .products-loop.list .item {
  width: 100%;
  margin-bottom: 30px;
}
.products-wrapper .products-loop.list .item .item-wrap {
  text-align: left;
  border: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .product-countdown {
  left: 15px;
  right: auto;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .product-countdown {
  left: auto;
  right: 15px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail:before {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation {
  padding: 10px 0 1px 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 270px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 30px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb .yith-wcwl-add-to-wishlist,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb .item-bottom {
  display: none;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb .yith-wcwl-add-to-wishlist {
  bottom: 10px;
  right: 10px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb .yith-wcwl-add-to-wishlist a:hover {
  color: #b97c3b;
  background-color: transparent;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: initial;
  display: block;
  padding: 20px 0 0;
}
@media (max-width: 480px) {
  .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
    width: 100%;
  }
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  float: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  vertical-align: top;
  float: none;
  margin-bottom: 25px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  clear: both;
  display: flex;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 24px;
  color: #222222;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price ins {
  float: left;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price ins {
  float: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  float: right;
  color: #dddddd;
  font-size: 16px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  float: left;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  clear: both;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 25px;
  color: #999;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  font-size: 0;
  margin: 0;
  position: static;
  visibility: visible;
  justify-content: flex-start;
  flex-direction: row;
  opacity: 1;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=100);
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.sw-quickview {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  display: block !important;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: #fff !important;
  color: #999;
  border: 1px solid #222222;
  padding: 2px 45px 0;
  margin: 0;
  font-size: 14px;
  float: none;
  height: 40px;
  width: auto;
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
  .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
  .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable,
  .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple,
  .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle,
  .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
    font-size: 16px;
    padding: 0 45px;
  }
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before {
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background-color: #b97c3b !important;
  color: #fff;
  border-color: #b97c3b;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #b97c3b;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:after {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  right: 15%;
  top: 0;
  margin: 11px 0 0 !important;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_variable.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_simple.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.product_type_bundle.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  right: auto;
  left: 15%;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist span,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button span {
  font-size: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .clear {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare {
  height: 40px;
  line-height: 40px;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #222222;
  border-radius: 0;
  width: 40px;
  text-align: center;
  background: url(../assets/img/compare.svg) no-repeat #fff;
  background-size: 16px;
  background-position: 10px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare:hover {
  background: url(../assets/img/compare-active.svg) no-repeat #b97c3b;
  background-size: 16px;
  background-position: 10px;
  border-color: #b97c3b;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background: transparent;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0;
  line-height: 40px;
  border: 1px solid #222222;
  display: inline-block;
  border-radius: 0;
  color: #fff;
  float: none;
  font-size: 0;
  padding: 0;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #b97c3b;
  border-color: #b97c3b;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\ea0a";
  font-family: 'Nucleo';
  color: #999;
  font-size: 14px;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content h4 a {
  color: #313131;
  opacity: 1;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content h4 a:hover {
  color: #b97c3b;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-price {
  opacity: 1;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom a.compare {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products-loop .product-category a {
  text-align: center;
  display: block;
  background-color: #fff;
}
.products-loop .product-category a img {
  margin: 0 auto;
}
.products-loop .product-category a h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px 0;
  background-color: #eeeeee;
  color: #464646;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-loop .product-category a h3 .count {
  display: none;
}
.products-loop .product-category a:hover h3 {
  background-color: #b97c3b;
  color: #fff;
}
.woocommerce .product-countdown {
  position: absolute;
  top: 10%;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateX(60px);
}
.rtl .woocommerce .product-countdown {
  right: auto;
  left: 15px;
  transform: translateX(-60px);
}
.woocommerce .product-countdown .countdown-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.rtl .woocommerce .product-countdown .countdown-row {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.woocommerce .product-countdown .countdown-row .countdown-section {
  margin: 2px 0;
  background-color: rgba(0,0,0,0.4);
  width: 45px;
  height: 50px;
  padding: 10px 5px;
  text-align: center;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-amount {
  border-radius: 3px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #fafafa;
  font-size: 14px;
  margin-bottom: 5px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-period {
  text-transform: capitalize;
  font-size: 12px;
  color: #fafafa;
}
.woocommerce.single-product .product-countdown {
  padding: 3px 0 22px;
}
.woocommerce.single-product .product-countdown .countdown-row {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.rtl .woocommerce.single-product .product-countdown .countdown-row {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background: #222222;
  padding: 6px 0;
}
.rtl .woocommerce.single-product .product-countdown .countdown-row .countdown-section {
  margin-left: 10px;
  margin-right: 0;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section .countdown-amount {
  display: block;
  width: 55px;
  text-align: center;
  margin-bottom: 0;
  line-height: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: transparent;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section .countdown-period {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  display: block;
  font-weight: 300;
  color: #aaa;
}
.post-type-archive-product .widget_sp_image img {
  margin-bottom: 30px;
}
.sw-filter-button {
  font-weight: 700;
  color: #fff;
  float: right;
  height: 40px;
  padding: 0 25px;
  background-color: #222222;
  line-height: 41px;
}
.rtl .sw-filter-button {
  float: left;
}
@media (max-width: 480px) {
  .sw-filter-button {
    padding: 0 10px;
  }
}
.sw-filter-button i {
  padding: 0 0 0 10px;
}
.rtl .sw-filter-button i {
  padding: 0 10px 0 0;
}
.sw-filter-button:focus,
.sw-filter-button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #b97c3b;
  color: #fff;
}
.filter-content {
  position: relative;
  margin: 0 -30px 45px;
  transition: all 0.3s;
  display: inline-block;
  line-height: 30px;
}
.filter-content ul {
  margin: 0;
  list-style: none;
}
.filter-content h3 {
  text-transform: capitalize;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991px) {
  .filter-content {
    display: none;
  }
}
.filter-content.open {
  visibility: hidden;
  opacity: 0;
  display: none;
}
@media (max-width: 991px) {
  .filter-content.open {
    visibility: visible;
    opacity: 1;
    display: inline-block;
  }
}
.filter-content .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a {
  color: #222222;
}
.filter-content > div {
  width: 25%;
  float: left;
  padding: 0 30px;
}
.filter-content > div .tagcloud {
  margin: 0 !important;
  padding: 15px 0 0 0;
}
.filter-content > div .tagcloud a {
  display: inline-block;
  font-weight: 300;
  color: #999;
  font-size: 14px !important;
  text-transform: none;
  border: 1px solid #dddddd;
  padding: 0 15px;
  margin: 5px 4px 5px 0;
  height: 25px;
  line-height: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .filter-content > div .tagcloud a {
  margin: 5px 0 5px 4px;
}
.filter-content > div .tagcloud a:hover {
  border: 1px solid #b97c3b;
  background-color: #b97c3b;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .filter-content > div {
    width: 100%;
    margin-bottom: 25px;
  }
}
.filter-content > div .widget-inner ul {
  padding: 15px 0 0 0;
}
.filter-content > div .widget-inner ul li a {
  color: #999;
}
.filter-content > div .widget-inner ul li span {
  color: #999;
}
.filter-content > div .widget-inner ul li:hover a {
  color: #b97c3b;
}
.filter-content > div .widget-inner ul li:hover span {
  color: #b97c3b;
}
.filter-content > div .widget-inner ul .woocommerce-widget-layered-nav-list__item {
  display: inline-block;
  width: 50px;
  height: 30px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 5px 5px;
  padding: 0;
  color: #222222;
  line-height: 30px;
}
.filter-content > div .widget-inner ul .woocommerce-widget-layered-nav-list__item:hover {
  background-color: #b97c3b;
  border-color: #b97c3b;
}
.filter-content > div .widget-inner ul .woocommerce-widget-layered-nav-list__item:hover a {
  color: #fff !important;
}
.filter-content > div .widget-inner ul .woocommerce-widget-layered-nav-list__item span {
  display: none;
}
.filter-content > div .widget_product_tag_cloud .tagcloud {
  padding: 11px 0 0 0;
}
.filter-content > div:first-child {
  position: absolute;
  left: 0;
  top: 130px;
}
@media (max-width: 991px) {
  .filter-content > div:first-child {
    position: initial;
  }
}
.item-img .sw-variation-wrapper {
  display: none;
}
.products-wrapper .woocommerce-result-count {
  line-height: 40px;
  margin: 0 10%;
  font-weight: 300;
  color: #222222;
}
.rtl .products-wrapper .woocommerce-result-count {
  float: right;
}
@media (max-width: 480px) {
  .products-wrapper .woocommerce-result-count {
    display: none;
  }
}
.rtl.mobile-layout .products-wrapper .woocommerce-ordering:before {
  left: auto;
  right: 0;
}
.products-wrapper .woocommerce-ordering {
  position: relative;
  margin: 0;
}
.mobile-layout .products-wrapper .woocommerce-ordering {
  padding: 0 20px;
  float: left;
}
.products-wrapper .woocommerce-ordering select {
  height: 40px;
  text-transform: capitalize;
  color: #555;
  padding: 2px 25px 0 15px;
  background-color: #f5f5f5;
  line-height: 38px;
  border: 1px #222222 solid;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.products-wrapper .woocommerce-ordering select option {
  font: inherit;
}
.mobile-layout .products-wrapper .woocommerce-ordering select {
  height: 40px;
  text-transform: capitalize;
  color: #555;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.rtl .products-wrapper .woocommerce-ordering select {
  padding: 0 15px 0 25px;
}
@media (max-width: 480px) {
  .products-wrapper .woocommerce-ordering select {
    padding: 2px 10px 0;
  }
}
@media (max-width: 320px) {
  .products-wrapper .woocommerce-ordering select {
    display: none;
  }
}
.rtl .products-wrapper .woocommerce-ordering {
  float: left;
}
.products-wrapper .woocommerce-ordering:before {
  content: "\f107";
  position: absolute;
  font-family: FontAwesome;
  line-height: 40px;
  right: 10px;
}
.mobile-layout .products-wrapper .woocommerce-ordering:before {
  content: "";
  background: url(../assets/img/mobile-icom.png) 3px 3px no-repeat;
  width: 20px;
  height: 20px;
  top: 12px;
  z-index: 999;
  left: 0;
}
.rtl .products-wrapper .woocommerce-ordering:before {
  right: auto;
  left: 10px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  display: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a {
  color: #b97c3b !important;
}
.woocommerce span.onsale,
.onsale {
  display: none !important;
}
.active-menu .main-menu .mid-header .nav-pills > li.dropdown > .dropdown-menu {
  top: -200% !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 28px;
  color: #b97c3b;
  font-weight: 500;
}
@media (max-width: 480px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 20px;
  }
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin: 0 10px;
}
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 16px;
  color: #555;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  float: left;
  color: #b97c3b;
  text-decoration: none;
  opacity: 1;
  font-weight: 500;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.rtl.woocommerce div.product form.cart .button {
  float: right;
}
.rtl.woocommerce div.product p.price ins,
.rtl.woocommerce div.product span.price ins {
  float: right;
}
.woocommerce div.product form.cart .variations td.label {
  width: 30%;
}
.product_detail .slider_img_productd {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .product_detail .slider_img_productd {
    max-width: 570px;
  }
}
.product_detail .onsale {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #ff5c00;
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}
.product_detail .slider_img_productd {
  margin-bottom: 15px;
  background-color: #fff;
}
.product_detail .slider_img_productd .yith-wcwl-add-to-wishlist {
  top: 10px;
  right: 15px;
}
.rtl .product_detail .slider_img_productd .yith-wcwl-add-to-wishlist {
  right: auto;
  left: 15px;
}
@media (max-width: 991px) {
  .product_detail .slider_img_productd .yith-wcwl-add-to-wishlist {
    top: 10px;
    right: 30px;
  }
  .rtl .product_detail .slider_img_productd .yith-wcwl-add-to-wishlist {
    right: auto;
    left: 30px;
  }
}
.product_detail .slider_img_productd .yith-wcwl-add-to-wishlist a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
}
.product_detail .slider_img_productd .yith-wcwl-add-to-wishlist a:hover {
  background-color: #b97c3b;
}
.product_detail .slider_img_productd .yith-wcwl-add-to-wishlist a:hover:before {
  color: #fff;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  margin-bottom: 10px;
  overflow: hidden;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .item-img-slider .images {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  position: absolute;
  bottom: 30px;
  left: 70px;
  background: #fafafa;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 15px;
  border: 0;
  margin-bottom: 0;
  color: #222222;
  line-height: 35px;
}
.mobile-layout .product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  right: 70px;
  left: auto;
}
.mobile-layout .product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button.rtl .mobile-layout .product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  right: auto;
  left: 70px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button:hover {
  color: #fff;
  background-color: #b97c3b;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail {
  padding: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-next {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list {
  margin: 0 -5px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper {
  border-color: #222222;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  position: absolute;
  font-size: 0;
  padding: 0;
  z-index: 3;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 24px;
  border-radius: 50%;
  background: rgba(242,242,242,0.4);
  color: #dddddd;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  font-family: Fontawesome;
  font-size: 14px;
  font-weight: 600;
  color: #999;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover {
  background: rgba(242,242,242,0.8);
  color: #b97c3b;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev {
  left: -14px;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before {
  content: "\f104";
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  right: -14px;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  content: "\f105";
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  width: 15%;
  min-width: 100px;
}
@media (max-width: 991px) {
  .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
  .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
    width: 19%;
  }
}
@media (max-width: 480px) {
  .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
  .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
    min-width: auto;
    width: 27%;
  }
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-track,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-track {
  margin: -6px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .item-thumbnail-product,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .item-thumbnail-product {
  padding: 6px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: -7px;
  margin-top: 0;
  margin-left: -10px;
  left: 50%;
  right: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: auto;
  bottom: -7px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  width: 80%;
}
@media (max-width: 991px) {
  .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive,
  .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive,
  .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
    width: 73%;
  }
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  order: 1;
  margin: 0 0 0 15px;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  margin: 0 15px 0 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 15px 0 0;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 0 0 15px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .product-responsive {
  order: 1;
  width: 100%;
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .slick-slider.product-responsive-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.product_detail .content_product_detail .product_title {
  font-size: 24px;
  color: #222222;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 600;
}
.product_detail .content_product_detail .reviews-content {
  margin-bottom: 20px;
  padding-bottom: 25px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.product_detail .content_product_detail .reviews-content:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 104%;
  height: 1px;
  background-image: linear-gradient(to left,transparent 50%,#ddd 50%);
  background-size: 16px 100%;
}
.rtl .product_detail .content_product_detail .reviews-content:before {
  background-image: linear-gradient(to right,transparent 50%,#ddd 50%);
}
.mobile-layout .product_detail .content_product_detail .reviews-content:before {
  top: 25px;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link {
  display: inline-block;
  vertical-align: top;
  color: #1581e4;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 0 0;
  margin-left: 15px;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link:hover {
  color: #b97c3b;
}
.rtl .product_detail .content_product_detail .reviews-content .woocommerce-review-link {
  margin-right: 15px;
  margin-left: 0;
}
.product_detail .content_product_detail .reviews-content .review-text {
  padding: 4px 20px 0;
  color: #1581e4;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.product_detail .content_product_detail .reviews-content .review-text:hover {
  color: #b97c3b;
}
.quickview-inner .product_detail .content_product_detail .reviews-content .review-text {
  display: none;
}
.rtl .product_detail .content_product_detail .reviews-content .review-text:before {
  right: 8px;
  left: auto;
}
.product_detail .content_product_detail .reviews-content .review-text:before {
  content: '|';
  position: absolute;
  left: 8px;
  top: 2px;
  color: #ddd;
}
.product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .item-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
.product_detail .content_product_detail .item-brand > span {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.product_detail .content_product_detail .item-brand > a {
  display: block;
  padding: 5px;
}
.product_detail .content_product_detail .item-brand > a img {
  max-width: 80px;
  border: 1px #222222 solid;
}
.product_detail .content_product_detail .item-meta {
  font-size: 14px;
  color: #555;
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
.product_detail .content_product_detail .item-meta:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to left,transparent 50%,#ddd 50%);
  background-size: 16px 100%;
}
.quickview-inner .product_detail .content_product_detail .item-meta:before {
  display: none;
}
.rtl .product_detail .content_product_detail .item-meta:before {
  background-image: linear-gradient(to right,transparent 50%,#ddd 50%);
}
.quickview-content .product_detail .content_product_detail .item-meta {
  margin: 0;
  padding: 0;
  border: 0;
}
.product_detail .content_product_detail .item-meta > span {
  display: inline-block;
  padding: 0 15px;
  border-left: #ddd 1px solid;
  line-height: 24px;
}
.product_detail .content_product_detail .item-meta > span:first-child {
  padding: 0 15px 0 0;
  border: 0;
}
.product_detail .content_product_detail .item-meta > span .sku {
  color: #999;
  font-size: 14px;
}
.product_detail .content_product_detail .item-meta > span > a {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
  color: #999;
}
.product_detail .content_product_detail .item-meta > span > a:hover {
  color: #b97c3b;
}
.product_detail .content_product_detail .product-info {
  display: block;
  overflow: hidden;
}
.product_detail .content_product_detail .product-info .product-stock {
  font-size: 14px;
  color: #3a9a10;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 20px 0;
}
.mobile-layout .product_detail .content_product_detail .product-info .product-stock {
  display: none;
}
.product_detail .content_product_detail .product-info .product-stock .title {
  font-weight: normal;
  color: #888;
  display: inline-block;
  vertical-align: top;
}
.product_detail .content_product_detail .product-info .product-stock .in-out {
  position: relative;
  padding: 0 5px;
}
.product_detail .content_product_detail .product-info .product-stock .in-out:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 5px;
}
.rtl .product_detail .content_product_detail .product-info .product-stock .in-out:before {
  margin: 0 0 0 5px;
}
.product_detail .content_product_detail .product-info .product-stock.out-stock .in-out:before {
  content: '\f00d';
}
.product_detail .content_product_detail .product-info .sku_wrapper {
  margin: 9px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
}
.product_detail .content_product_detail .product-info .sku_wrapper .sku {
  color: #222222;
  padding: 0 5px;
  font-weight: 600;
}
.product_detail .content_product_detail .description {
  line-height: 24px;
  color: #999;
  margin-bottom: 32px;
}
.product_detail .content_product_detail .social-share {
  float: right;
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  width: 30px;
  line-height: 12px;
}
.rtl .product_detail .content_product_detail .social-share {
  float: left;
}
.quickview-content .product_detail .content_product_detail .social-share {
  display: none;
}
.product_detail .content_product_detail .social-share:hover {
  color: #b97c3b;
}
.product-type-variable .product_detail .content_product_detail .social-share {
  margin-bottom: 20px;
}
.product_detail .content_product_detail .social-share .title-share {
  font-size: 0;
}
.product_detail .content_product_detail .social-share .title-share:before {
  content: "\f1e0";
  font-family: fontawesome;
  position: absolute;
  font-size: 14px;
}
.rtl .product_detail .content_product_detail .social-share .title-share {
  float: right;
}
.product_detail .content_product_detail .social-share .wrap-content {
  float: right;
  position: absolute;
  margin-top: 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  right: -15px;
  left: auto;
  text-align: center;
}
.product_detail .content_product_detail .social-share .wrap-content.open {
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
}
.rtl .product_detail .content_product_detail .social-share .wrap-content {
  float: left;
  left: -15px;
  right: auto;
}
.product_detail .content_product_detail .social-share a {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #222;
  border: 1px #dddddd solid;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
}
.product_detail .content_product_detail .social-share a:hover {
  background-color: #222222;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .content_product_detail .social-share a i {
  line-height: 35px;
}
.product_detail .content_product_detail .cart {
  margin-bottom: 30px !important;
}
.product_detail .content_product_detail .cart .quantity {
  position: relative;
  height: 50px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 170px;
  padding: 6px 0;
  margin: 0 15px 0 0 !important;
}
.rtl .product_detail .content_product_detail .cart .quantity {
  float: right;
  margin: 0 0 0 15px !important;
}
.product_detail .content_product_detail .cart .quantity input {
  background-color: #fff;
  width: 30px;
  height: 32px;
}
.product_detail .content_product_detail .cart .quantity input::-webkit-outer-spin-button,
.product_detail .content_product_detail .cart .quantity input::-webkit-inner-spin-button {
  margin: 0;
}
.product_detail .content_product_detail .cart .quantity .input-text {
  height: 36px !important;
}
.product_detail .content_product_detail .cart .quantity .minus,
.product_detail .content_product_detail .cart .quantity .plus {
  font-size: 0;
  width: 60px;
}
.product_detail .content_product_detail .cart .quantity .minus:hover,
.product_detail .content_product_detail .cart .quantity .plus:hover {
  opacity: 0.5;
}
.product_detail .content_product_detail .cart .quantity .minus {
  background: url(../assets/img/bg_general.png) no-repeat -5px -1685px;
}
.product_detail .content_product_detail .cart .quantity .plus {
  background: url(../assets/img/bg_general.png) no-repeat 15px -1665px;
}
.product_detail .content_product_detail .cart .quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product_detail .content_product_detail .cart .quantity input.qty {
  padding: 0;
  font-size: 18px;
  color: #222222;
  background-color: transparent;
}
.product_detail .content_product_detail .cart .group_table {
  margin-bottom: 25px;
  width: 100%;
}
.product_detail .content_product_detail .cart .group_table .label {
  display: table-cell;
}
.product_detail .content_product_detail .cart .group_table tbody tr {
  border-color: #ddd;
}
.product_detail .content_product_detail .cart .group_table tbody tr td label {
  margin-bottom: 0;
  font-weight: normal;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity {
  margin-top: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity .minus {
  bottom: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity:before {
  display: none;
}
.product_detail .content_product_detail .cart .group_table tbody tr td.label {
  white-space: normal;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price {
  font-size: 20px;
  color: #b97c3b;
  font-weight: 600;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price span > .amount,
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price del {
  text-decoration: line-through;
  font-weight: normal;
  color: #aaa;
  font-size: 20px;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price ins {
  color: #b97c3b;
  text-decoration: none;
  opacity: 1;
  margin: 0 10px;
}
.product_detail .content_product_detail .cart .clear {
  display: none;
}
.product_detail .content_product_detail .item-bottom .clear {
  clear: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  margin: 0;
  float: left;
}
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  float: right;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 14px;
  content: "\f08a";
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a {
  color: #b97c3b;
  border: 0;
}
.product_detail .content_product_detail .compare {
  float: left;
}
.rtl .product_detail .content_product_detail .compare {
  float: right;
}
.product_detail .content_product_detail .compare:before {
  font-size: 15px;
  content: "\f079";
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product_detail .content_product_detail a.compare {
  color: #222222;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 42px;
  float: left;
  margin: 0px 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product_detail .content_product_detail a.compare:before {
  font-family: fontawesome;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.product_detail .content_product_detail a.compare:hover {
  background-color: #b97c3b;
  color: #fff;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product_detail .content_product_detail a.compare:hover:before {
  color: #fff;
}
.product_detail .content_product_detail .add_to_cart_button,
.product_detail .content_product_detail .product_type_external,
.product_detail .content_product_detail .product_type_grouped,
.product_detail .content_product_detail .single_add_to_cart_button {
  height: 50px;
  line-height: 53px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f8f2eb !important;
  color: #b97c3b !important;
  font-size: 18px;
  padding: 0 35px 0 65px;
  border: 1px solid #b97c3b;
  margin-right: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .product_detail .content_product_detail .add_to_cart_button,
  .product_detail .content_product_detail .product_type_external,
  .product_detail .content_product_detail .product_type_grouped,
  .product_detail .content_product_detail .single_add_to_cart_button {
    padding: 0 30px;
  }
}
@media (max-width: 360px) {
  .product_detail .content_product_detail .add_to_cart_button,
  .product_detail .content_product_detail .product_type_external,
  .product_detail .content_product_detail .product_type_grouped,
  .product_detail .content_product_detail .single_add_to_cart_button {
    padding: 0 20px;
  }
}
.quickview-content .product_detail .content_product_detail .add_to_cart_button,
.quickview-content .product_detail .content_product_detail .product_type_external,
.quickview-content .product_detail .content_product_detail .product_type_grouped,
.quickview-content .product_detail .content_product_detail .single_add_to_cart_button {
  font-size: 12px;
  padding: 0 30px;
}
.quickview-content .product_detail .content_product_detail .add_to_cart_button:before,
.quickview-content .product_detail .content_product_detail .product_type_external:before,
.quickview-content .product_detail .content_product_detail .product_type_grouped:before,
.quickview-content .product_detail .content_product_detail .single_add_to_cart_button:before {
  display: none;
}
.product_detail .content_product_detail .add_to_cart_button:hover:before,
.product_detail .content_product_detail .product_type_external:hover:before,
.product_detail .content_product_detail .product_type_grouped:hover:before,
.product_detail .content_product_detail .single_add_to_cart_button:hover:before {
  background: url(../assets/img/cart-active.svg) no-repeat;
}
.product_detail .content_product_detail .add_to_cart_button:before,
.product_detail .content_product_detail .product_type_external:before,
.product_detail .content_product_detail .product_type_grouped:before,
.product_detail .content_product_detail .single_add_to_cart_button:before {
  content: "";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../assets/img/cart-shop.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 30px;
}
@media (max-width: 480px) {
  .product_detail .content_product_detail .add_to_cart_button:before,
  .product_detail .content_product_detail .product_type_external:before,
  .product_detail .content_product_detail .product_type_grouped:before,
  .product_detail .content_product_detail .single_add_to_cart_button:before {
    display: none;
  }
}
.rtl .product_detail .content_product_detail .add_to_cart_button,
.rtl .product_detail .content_product_detail .product_type_external,
.rtl .product_detail .content_product_detail .product_type_grouped,
.rtl .product_detail .content_product_detail .single_add_to_cart_button {
  margin-left: 3px;
  margin-right: 0;
}
.product_detail .content_product_detail .add_to_cart_button:hover,
.product_detail .content_product_detail .product_type_external:hover,
.product_detail .content_product_detail .product_type_grouped:hover,
.product_detail .content_product_detail .single_add_to_cart_button:hover {
  background-color: #a66f35 !important;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product #comments {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.single-product span.onsale,
.single-product .onsale {
  padding: 2px 10px 1px;
  line-height: normal;
  font-weight: 400;
  height: auto;
  width: auto;
}
.single-product table.shop_attributes {
  border: 0;
  margin: 0;
}
.single-product table.shop_attributes th,
.single-product table.shop_attributes td {
  border: 0;
  background-color: transparent !important;
}
.single-product table.shop_attributes th p,
.single-product table.shop_attributes td p {
  color: #999;
}
.single-product .tabs .woocommerce-tabs ul.wc-tabs {
  display: none;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 50px;
  border: 0;
  box-shadow: initial;
  display: block !important;
  font-size: 14px;
  line-height: 24px;
  color: #555;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  display: inline-block;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel:last-child {
  margin-bottom: 0;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .item-content .product-countdown {
  display: none;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .list-unstyled {
  margin: 0;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .list-unstyled li {
  margin-bottom: 10px;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .list-unstyled li.item .item-wrap .item-detail .item-content h4 {
  width: 100%;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .list-unstyled li .text {
  padding: 0 10px;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .list-unstyled .seller-name .details a {
  color: #0076ff;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .row {
  margin: 0;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .row.rowhead {
  background-color: #fafafa;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .row.rowhead #wcmp_multiple_product_sorting {
  margin: 0;
  height: 25px;
  border: 0;
  background-color: transparent;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .row.rowbody {
  background-color: transparent;
  border-top: 0;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .row.rowbody .button {
  background-color: #b97c3b;
  margin: 0 !important;
  color: #fff;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel #tab-singleproductmultivendor .star-rating {
  float: left !important;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .tagged_as {
  font-weight: 700;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel .tagged_as a {
  color: #ddd;
  font-weight: 400;
  font-style: italic;
}
.single-product .tabs .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: block;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews {
  padding: 55px 0;
  line-height: 24px;
  overflow: hidden;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #comments {
  margin: 0;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #comments .woocommerce-noreviews {
  padding: 0;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #comments .commentlist {
  padding: 0;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #comments .commentlist li {
  border-bottom: 1px #eee solid !important;
  margin-bottom: 30px !important;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #comments .commentlist li img.avatar {
  width: 50px !important;
  border-radius: 50%;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #comments .comment-text {
  border: none !important;
  padding-top: 0 !important;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #comments .comment-text p.meta {
  margin-bottom: 5px !important;
  font-size: 14px !important;
  color: #222222 !important;
  text-transform: capitalize;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #reply-title {
  font-size: 14px !important;
  margin-top: 20px;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews p .alignnone {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews p .alignnone {
  float: right;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews p .alignnone.image-content {
  margin-left: 30px;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #reviews {
  color: #333;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #reviews .form-submit .submit {
  padding: 12px 30px !important;
  background-color: #222222 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.single-product .tabs .woocommerce-tabs #tab-reviews .woocommerce-Reviews #reviews .form-submit .submit:hover {
  background-color: #b97c3b !important;
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
  height: 50px;
  vertical-align: middle;
}
.variations tr td.label {
  display: table-cell;
  line-height: 30px;
  text-align: left;
  padding: .5em .6em .3em;
}
.rtl .variations tr td.label {
  text-align: right;
}
.variations tr td.label label {
  color: #222222;
  font-weight: normal !important;
  text-transform: capitalize;
  padding: 0;
  font-size: 16px;
}
.variations tr td.value {
  padding: 0;
}
.variations tr td.value select {
  width: 200px !important;
  text-indent: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #dddddd;
  margin: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #525252;
  font-size: 12px;
}
.variations tr td.value select option {
  text-transform: uppercase;
}
.variations tr td.value select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 10px 0;
  text-align: center;
  color: #fc2a2a;
  display: block !important;
}
.rtl .variations tr .reset_variations {
  text-align: right;
}
.single_variation {
  margin-bottom: 15px;
}
.sw_related_upsell_widget {
  position: relative;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs {
  text-align: left;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  display: block;
  vertical-align: top;
  margin: 0 0 10px;
  background-color: transparent;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  position: relative;
  padding: 0;
  border: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  float: right;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-left: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-right: 0;
  padding-left: 20px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100px;
  height: 2px;
  background-color: #b97c3b;
  left: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  right: 0;
  left: auto;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:last-child > a:before {
  height: 0;
  width: 0;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover {
  border: 0;
  background-color: transparent;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a {
  margin: 0;
  border: 0;
  display: inline-block;
  padding: 12px 20px;
  background-color: transparent;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #dddddd;
  position: absolute;
  top: 16px;
  right: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  left: 0;
  right: auto;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider {
  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -o-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  transform: translate(0,80px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active .responsive-slider {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.sw_related_upsell_widget .sw-woo-container-slider {
  margin-bottom: 80px;
}
.sw_related_upsell_widget .sw-woo-container-slider:hover .res-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sw_related_upsell_widget .sw-woo-container-slider {
    margin-bottom: 40px;
  }
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button,
.sw_related_upsell_widget .sw-woo-container-slider .slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background: rgba(242,242,242,0.4);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-next,
.sw_related_upsell_widget .sw-woo-container-slider .slick-arrow.slick-next {
  right: -25px;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-next:before,
.sw_related_upsell_widget .sw-woo-container-slider .slick-arrow.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  font-size: 22px;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-prev,
.sw_related_upsell_widget .sw-woo-container-slider .slick-arrow.slick-prev {
  left: -25px;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-prev:before,
.sw_related_upsell_widget .sw-woo-container-slider .slick-arrow.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 22px;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button:hover,
.sw_related_upsell_widget .sw-woo-container-slider .slick-arrow:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}
.sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title h2 {
  font-size: 30px;
  color: #222222;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider {
  border: 0;
  margin: 0 -15px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item {
  padding: 0 15px;
}
.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pswp__zoom-wrap .popup-video {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.item-video > a {
  display: block;
}
.item-video > a:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 6;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 30px;
  top: auto;
  right: auto;
  left: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  box-shadow: none;
  transition: all 0.3s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: '';
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  background-color: #b97c3b;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '\f047';
  font-family: Fontawesome !important;
  font-size: 18px;
  color: #222222;
  display: inline-block;
  line-height: 40px;
  background: none;
  width: 40px;
  vertical-align: top;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.single-product-style1.woocommerce div.product form.cart .variations tr {
  display: inline-block;
  width: 48%;
  padding-right: 4%;
  vertical-align: top;
}
.single-product-style1.woocommerce div.product form.cart .variations tr td.label {
  line-height: 1em;
}
.single-product-style1.woocommerce div.product form.cart .variations tr:last-child {
  padding: 0;
}
.single-product-style1 .single-product > .tabs {
  padding-top: 30px;
}
.single-product-style1 .single-product > .tabs .tabbable .nav.nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 0;
}
.single-product-style1 .single-product > .tabs .tabbable .nav.nav-tabs > li > a {
  border-radius: 20px;
  border: 1px solid #ddd;
  background: none;
  margin: 0 5px;
  color: #999;
  text-transform: capitalize;
  height: auto;
  line-height: normal;
  padding: 10px 20px;
}
.single-product-style1 .single-product > .tabs .tabbable .nav.nav-tabs > li.active > a,
.single-product-style1 .single-product > .tabs .tabbable .nav.nav-tabs > li:hover > a {
  background: #eee;
  border-color: #333;
  color: #333;
}
.single-product-style2 .single-product,
.single-product-style3 .single-product {
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs,
.single-product-style3 .single-product .tabs {
  border: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel,
.single-product-style3 .single-product .tabs .single-accordion .panel {
  box-shadow: none;
  border: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel + .panel,
.single-product-style3 .single-product .tabs .single-accordion .panel + .panel {
  margin-top: 1px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading {
  border: 0;
  padding: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a {
  font-weight: normal;
  text-transform: uppercase;
  color: #b97c3b;
  font-size: 14px;
  display: block;
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px;
  position: relative;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px solid #e1e1e1;
  top: 7px;
  bottom: 7px;
  padding: 0 30px;
  background: url(../assets/img/icon-accordion.png) no-repeat center -34px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed {
  color: #111;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after {
  background-position: center -4px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body {
  padding: 15px 0;
  line-height: 22px;
  max-height: 144px;
  overflow-y: auto;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body > h2,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments > h2,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body > h2,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments > h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments {
  margin-top: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body .row,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body .row {
  margin: 0;
}
.rtl.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after,
.rtl.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #e1e1e1;
}
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body {
  max-height: initial;
  overflow-y: visible;
}
@media (min-width: 1200px) {
  .single-product.product-thumbnail-botom .slider_img_productd,
  .single-product.product-thumbnail-bottom .slider_img_productd {
    width: 426px;
  }
}
.single-product.product-thumbnail-botom .slider_img_productd span.onsale,
.single-product.product-thumbnail-botom .slider_img_productd .onsale,
.single-product.product-thumbnail-botom .slider_img_productd .sale-off,
.single-product.product-thumbnail-bottom .slider_img_productd span.onsale,
.single-product.product-thumbnail-bottom .slider_img_productd .onsale,
.single-product.product-thumbnail-bottom .slider_img_productd .sale-off {
  left: 15px;
  background-color: #fafafa;
  right: auto;
  top: 15px;
}
.rtl.single-product.product-thumbnail-botom .slider_img_productd span.onsale,
.rtl.single-product.product-thumbnail-botom .slider_img_productd .onsale,
.rtl.single-product.product-thumbnail-botom .slider_img_productd .sale-off,
.rtl.single-product.product-thumbnail-bottom .slider_img_productd span.onsale,
.rtl.single-product.product-thumbnail-bottom .slider_img_productd .onsale,
.rtl.single-product.product-thumbnail-bottom .slider_img_productd .sale-off {
  right: 15px;
  left: auto;
}
.rtl.single-product.product-thumbnail-top .slider_img_productd .sale-off,
.rtl.single-product.product-thumbnail-top .slider_img_productd .sw-newlabel,
.rtl.single-product.product-thumbnail-top .slider_img_productd .sw-outstock {
  right: 15px;
  left: auto;
}
@media (min-width: 1200px) {
  .single-product.product-thumbnail-top .slider_img_productd {
    width: 426px;
  }
}
.single-product.product-thumbnail-top .slider_img_productd .yith-wcwl-add-to-wishlist {
  top: 110px;
}
.single-product.product-thumbnail-top .slider_img_productd .sale-off,
.single-product.product-thumbnail-top .slider_img_productd .sw-newlabel,
.single-product.product-thumbnail-top .slider_img_productd .sw-outstock {
  top: 110px;
  left: 15px;
  right: auto;
}
.single-product.product-thumbnail-right .slider_img_productd .yith-wcwl-add-to-wishlist {
  left: 30px;
  right: auto;
  top: 15px;
}
.rtl .single-product.product-thumbnail-right .slider_img_productd .yith-wcwl-add-to-wishlist {
  right: 30px;
  left: auto;
}
.single-product.product-thumbnail-right .slider_img_productd span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off {
  right: 27%;
  background-color: #fafafa;
  left: auto;
  top: 15px;
}
.rtl .single-product.product-thumbnail-right .slider_img_productd span.onsale,
.rtl .single-product.product-thumbnail-right .slider_img_productd .onsale,
.rtl .single-product.product-thumbnail-right .slider_img_productd .sale-off {
  left: 27%;
  right: auto;
}
@media (max-width: 480px) {
  .single-product.product-thumbnail-right .slider_img_productd span.onsale,
  .single-product.product-thumbnail-right .slider_img_productd .onsale,
  .single-product.product-thumbnail-right .slider_img_productd .sale-off {
    right: 34%;
  }
  .rtl .single-product.product-thumbnail-right .slider_img_productd span.onsale,
  .rtl .single-product.product-thumbnail-right .slider_img_productd .onsale,
  .rtl .single-product.product-thumbnail-right .slider_img_productd .sale-off {
    left: 34%;
    right: auto;
  }
}
.single-product.product-thumbnail-left .slider_img_productd .sale-off,
.single-product.product-thumbnail-left .slider_img_productd span.onsale,
.single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
  top: 15px;
  left: 27%;
  right: auto;
  font-weight: 400;
  padding: 2px 10px 1px;
  height: auto;
  line-height: normal;
}
.rtl .single-product.product-thumbnail-left .slider_img_productd .sale-off,
.rtl .single-product.product-thumbnail-left .slider_img_productd span.onsale,
.rtl .single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
.rtl .single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
  right: 27%;
  left: auto;
}
@media (min-width: 1200px) {
  .single-product.product-thumbnail-left .slider_img_productd .sale-off,
  .single-product.product-thumbnail-left .slider_img_productd span.onsale,
  .single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
  .single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
    left: 23%;
  }
}
@media (max-width: 480px) {
  .single-product.product-thumbnail-left .slider_img_productd .sale-off,
  .single-product.product-thumbnail-left .slider_img_productd span.onsale,
  .single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
  .single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
    left: 34%;
  }
  .rtl .single-product.product-thumbnail-left .slider_img_productd .sale-off,
  .rtl .single-product.product-thumbnail-left .slider_img_productd span.onsale,
  .rtl .single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
  .rtl .single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
    right: 34%;
    left: auto;
  }
}
.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  left: 40%;
  right: auto;
  top: 15px;
}
@media (min-width: 1200px) {
  .single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
    left: 35%;
  }
  .rtl .single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
    left: auto;
    right: 35%;
  }
}
.rtl .single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  left: auto;
  right: 40%;
}
@media (max-width: 480px) {
  .single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
    left: 47%;
  }
  .rtl .single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
    right: 47%;
    left: auto;
  }
}
.swpb-bundled-products-container {
  margin-bottom: 30px;
}
.swpb-bundled-products-container .swpb-bundled-product {
  margin-bottom: 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 10px;
  width: 75px;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 0;
  margin-left: 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info {
  overflow: hidden;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category a {
  font-size: 13px;
  color: #999;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 {
  margin-bottom: 5px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a {
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
  font-weight: 600;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price {
  display: none;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .swpb-bundled-product-stock {
  font-size: 12px;
  text-transform: capitalize;
  color: #3a9a10;
}
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
  color: #ffcc00;
}
.woocommerce p.stars a {
  color: #ccc;
}
.woocommerce .woocommerce-review__published-date {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
}
.woocommerce .woocommerce-review__dash {
  font-size: 0;
  padding: 0 30px;
  position: relative;
}
.woocommerce .woocommerce-review__dash:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: -15px;
  background-color: #ccc;
}
.woocommerce .woocommerce-review__author {
  color: #0076ff;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 20px;
}
.woocommerce .woocommerce-review__author:before {
  content: "By";
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
}
.woocommerce .comment-respond label {
  color: #cccccc;
  font-weight: 400;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce .comment-reply-title {
  margin-bottom: 10px;
  display: inline-block;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce .woocommerce-page #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce .woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #fff;
  padding: 9px 15px 5px;
  height: 40px;
  background-color: #b97c3b;
  border-radius: 1px;
  font-weight: 700;
  font-size: 14px;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce .woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce .woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover {
  background-color: #222222;
}
.woocommerce .comment-form-rating label {
  float: left;
  padding: 0 55px 0 0;
  line-height: 15px;
  color: #999;
  font-weight: 400;
}
.woocommerce button.button.alt.disabled {
  padding: 0 35px 0 65px;
  opacity: 1;
}
.quickview-inner .woocommerce button.button.alt.disabled {
  padding: 0 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  margin: 0 0 0 90px;
  padding: 10px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  position: absolute;
  left: 0;
  top: 80px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  height: 70px;
  border: 0;
  background-color: transparent;
  border-radius: 50%;
}
.woocommerce .product .item-bottom .product_type_simple,
.woocommerce .product .item-bottom .ajax_add_to_cart,
.woocommerce .product .item-bottom .add_to_cart_button,
.woocommerce .product .item-bottom .product_type_external,
.woocommerce .product .item-bottom .product_type_grouped,
.woocommerce .bottom-single-product .item-bottom .product_type_simple,
.woocommerce .bottom-single-product .item-bottom .ajax_add_to_cart,
.woocommerce .bottom-single-product .item-bottom .add_to_cart_button,
.woocommerce .bottom-single-product .item-bottom .product_type_external,
.woocommerce .bottom-single-product .item-bottom .product_type_grouped {
  font-size: 0;
  background: url(../assets/img/cart.svg) no-repeat #fff;
  display: block;
  margin: 3px 0;
  position: relative;
  background-size: 16px;
  background-position: 10px;
}
.woocommerce .product .item-bottom .product_type_simple:hover,
.woocommerce .product .item-bottom .ajax_add_to_cart:hover,
.woocommerce .product .item-bottom .add_to_cart_button:hover,
.woocommerce .product .item-bottom .product_type_external:hover,
.woocommerce .product .item-bottom .product_type_grouped:hover,
.woocommerce .bottom-single-product .item-bottom .product_type_simple:hover,
.woocommerce .bottom-single-product .item-bottom .ajax_add_to_cart:hover,
.woocommerce .bottom-single-product .item-bottom .add_to_cart_button:hover,
.woocommerce .bottom-single-product .item-bottom .product_type_external:hover,
.woocommerce .bottom-single-product .item-bottom .product_type_grouped:hover {
  background: url(../assets/img/cart-active.svg) no-repeat #b97c3b;
  background-size: 16px;
  background-position: 10px;
}
.sw-custom-variation .sw-radio-variation span.variation-image {
  width: 40px;
  height: 45px;
}
.woocommerce .star-rating {
  float: left;
}
.content_product_detail a.goto_more_offer_tab {
  margin-bottom: 15px;
  background-color: #b97c3b;
  color: #fff;
}
.space-single {
  width: 100%;
  height: 40px;
  background: transparent;
}
@media (min-width: 991px) {
  .space-single {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .rtl.single-product.product-thumbnail-left .slider_img_productd .sale-off,
  .rtl.single-product.product-thumbnail-left .slider_img_productd span.onsale,
  .rtl.single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
  .rtl.single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
    right: 23%;
    left: auto;
  }
}
.woocommerce div.product div.images {
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .single-product.product-thumbnail-top .product_detail .custom-row1,
  .single-product.product-thumbnail-botom .product_detail .custom-row1,
  .single-product.product-thumbnail-bottom .product_detail .custom-row1 {
    width: 62%;
  }
  .single-product.product-thumbnail-top .product_detail .img_productd,
  .single-product.product-thumbnail-botom .product_detail .img_productd,
  .single-product.product-thumbnail-bottom .product_detail .img_productd {
    width: 38%;
  }
}
.woocommerce div.product div.images img,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #f7f7f7;
}
.quickview-inner .product_detail .content_product_detail .cart .group_table tbody tr td .quantity {
  width: 60px;
}
.quickview-inner .product_detail .content_product_detail .cart .quantity {
  width: 20%;
  background-color: #f1f1f1;
}
.quickview-inner .product_detail .content_product_detail .cart .quantity input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  margin: 0 3px;
  height: 45px;
  background-color: #b97c3b;
}
.quickview-inner .product_detail .content_product_detail .cart .quantity input.qty {
  width: 100%;
  background-color: #f1f1f1;
}
.product_detail .content_product_detail.style  .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product_detail .content_product_detail.style  .cart .quantity input::-webkit-outer-spin-button,
.product_detail .content_product_detail.style  .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product_detail .content_product_detail.style  .cart .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
}
.sw-quickview-bottom {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sw-quickview-bottom.show {
  visibility: visible;
  opacity: 1;
}
.sw-quickview-bottom.show .quickview-content .quickview-close {
  visibility: visible;
}
.sw-quickview-bottom.loading {
  height: 100%;
}
.sw-quickview-bottom.loading:before {
  background-color: transparent;
  background-image: url(../assets/img/loadingp.gif);
  background-size: 32px 32px;
}
.sw-quickview-bottom.loading .quickview-content .quickview-inner {
  padding: 0;
}
.sw-quickview-bottom.loading .quickview-content .quickview-close {
  visibility: hidden;
}
.sw-quickview-bottom .quickview-content {
  background: #fff;
  max-width: 1170px;
  margin: 200px auto;
  position: relative;
}
.sw-quickview-bottom .quickview-content .quickview-close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 50%;
  right: -15px;
  top: -15px;
}
.sw-quickview-bottom .quickview-content .quickview-inner {
  padding: 30px 15px;
}
.quickview-container.woocommerce {
  padding-top: 15px;
}
.quickview-container.woocommerce .slider_img_productd span.onsale {
  display: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail {
  padding-bottom: 15px;
}
@media (min-width: 1400px) and (max-width: 1824px) {
  .sw-quickview-bottom .quickview-content {
    max-width: 960px;
  }
}
@media (max-width: 1399px) {
  .sw-quickview-bottom .quickview-content {
    max-width: 700px;
  }
  .sw-quickview-bottom .quickview-content .quickview-inner {
    max-height: 400px;
    overflow-y: scroll;
  }
  .sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar {
    width: 4px;
  }
  .sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-thumb {
    background: #555;
  }
  .sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-thumb:hover {
    background: #b97c3b;
  }
}
.gallery {
  padding: 0;
  overflow: hidden;
}
.rtl .gallery {
  margin-right: 0 !important;
}
.gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.gallery .thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.gallery .thumbnail:after {
  position: absolute;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  border-style: solid;
  border-width: 45px;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  right: -45px;
  bottom: 0;
  transition: all 0.3s ease 0.2s;
  z-index: 4;
}
.gallery .thumbnail:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #FFF;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0.3s;
  transform: rotate(0deg);
  z-index: 5;
}
.gallery .thumbnail:hover {
  background: #b97c3b;
  border-color: #ddd;
}
.gallery .thumbnail:hover:after {
  bottom: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery .thumbnail:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(360deg);
}
.gallery img {
  width: 100%;
}
.gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .caption h4 {
  font-size: 14px;
}
.entry-summary table {
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
}
@media (min-width: 1200px) {
  .entry-summary table {
    margin-bottom: 80px;
  }
}
.entry-summary table th,
.entry-summary table td {
  border: 1px solid #dddddd;
  padding: 10px;
}
.entry-summary table th > a,
.entry-summary table td > a {
  color: #b97c3b;
}
.entry-summary dl dd {
  margin-bottom: 20px;
}
.entry-summary form input[type="text"],
.entry-summary form input[type="password"],
.entry-summary form input[type="date"] {
  border-radius: 0;
  padding: 0 10px !important;
  height: 35px;
  line-height: 35px;
}
.entry-summary form input[type="submit"],
.entry-summary form button[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #444444;
  border-radius: 0;
  padding: 0 15px !important;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  color: #fff !important;
}
.entry-summary form input[type="submit"]:hover,
.entry-summary form button[type="submit"]:hover {
  background: #000;
}
.entry-summary .page-links {
  clear: both;
}
.entry-summary .page-links span {
  color: #b97c3b;
}
.entry-summary .page-links span >span {
  margin: 0;
}
.entry-summary .page-links a:hover {
  color: #b97c3b;
}
.page .main-page .page > .entry-content .entry-summary p {
  line-height: 24px;
}
.home.page .main-page .page > .entry-content .entry-summary p {
  line-height: 24px;
}
.page-markup-and-formatting .entry-content .entry-summary {
  font-size: 14px;
}
.page-markup-and-formatting .entry-content .entry-summary h1,
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6 {
  color: #222222;
  font-weight: 600;
}
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote:before,
.page-markup-and-formatting .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: #dddddd;
}
.page-markup-and-formatting .entry-content .entry-summary code {
  white-space: normal;
}
.page-markup-and-formatting .entry-content .entry-summary ol {
  padding-left: 0;
}
.page-markup-and-formatting .entry-content .entry-summary cite {
  font-style: italic;
}
.page-markup-and-formatting .entry-content .entry-summary ul li,
.page-markup-and-formatting .entry-content .entry-summary ol li {
  line-height: 28px;
}
.page-markup-and-formatting .entry-content .entry-summary table thead th,
.page-markup-and-formatting .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.page-markup-and-formatting .entry-content .entry-summary table td,
.page-markup-and-formatting .entry-content .entry-summary table th {
  border-bottom: 1px #dddddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child th,
.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.gallery {
  padding: 0;
  overflow: hidden;
  margin: 0 0 20px !important;
}
.rtl .gallery {
  margin-right: 0 !important;
}
.gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.gallery .gallery-item {
  position: relative;
  margin: 0;
}
.gallery .gallery-item:hover .gallery-caption {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .gallery-item .gallery-caption {
  margin-left: 0;
  background: #eee;
  background: rgba(255,255,255,0.8);
  color: #333;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 5px;
  position: absolute;
  bottom: 0px;
  text-indent: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  margin: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery .thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  margin: 0 5px 0px;
  border: 0;
}
.gallery img {
  width: 100%;
  border: 0 !important;
}
.gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .caption h4 {
  font-size: 14px;
}
figure {
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .home-style2.layout-sidebar.boxed-layout .body-wrapper-inner > .container,
  .home-style2.layout-sidebar.boxed-layout .body-wrapper-inner > .container,
  .home-style2.boxed-layout .body-wrapper-inner > .container,
  .home-style2.boxed-layout .body-wrapper-inner > .container {
    float: none;
  }
}
.home-style2.layout-sidebar .body-wrapper-inner > .container,
.home-style2 .body-wrapper-inner > .container {
  width: 86%;
  float: right;
  max-width: none;
}
@media (min-width: 1400px) {
  .boxed-layout .home-style2.layout-sidebar .body-wrapper-inner > .container,
  .boxed-layout .home-style2 .body-wrapper-inner > .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container,
  .home-style2 .body-wrapper-inner > .container {
    width: 100%;
  }
}
.home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2,
.home-style2 .body-wrapper-inner > .container .row-style2 {
  max-width: 1200px;
  margin: 0 auto 0;
}
@media (min-width: 1200px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2,
  .home-style2 .body-wrapper-inner > .container .row-style2 {
    padding: 0 15px;
  }
}
.home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .slider-index1,
.home-style2 .body-wrapper-inner > .container .row-style2 .slider-index1 {
  margin-bottom: 40px;
}
.home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .block-text,
.home-style2 .body-wrapper-inner > .container .row-style2 .block-text {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .block-text,
  .home-style2 .body-wrapper-inner > .container .row-style2 .block-text {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .block-text,
  .home-style2 .body-wrapper-inner > .container .row-style2 .block-text {
    margin: 0 -15px 25px;
  }
}
.home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2.banner,
.home-style2 .body-wrapper-inner > .container .row-style2.banner {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2.banner,
  .home-style2 .body-wrapper-inner > .container .row-style2.banner {
    margin-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2.banner,
  .home-style2 .body-wrapper-inner > .container .row-style2.banner {
    margin-bottom: 25px;
  }
}
.home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .woo-slider-default,
.home-style2 .body-wrapper-inner > .container .row-style2 .woo-slider-default {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .woo-slider-default,
  .home-style2 .body-wrapper-inner > .container .row-style2 .woo-slider-default {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .woo-slider-default,
  .home-style2 .body-wrapper-inner > .container .row-style2 .woo-slider-default {
    margin-bottom: 25px;
  }
}
.home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2.block-countdown,
.home-style2 .body-wrapper-inner > .container .row-style2.block-countdown {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2.block-countdown,
  .home-style2 .body-wrapper-inner > .container .row-style2.block-countdown {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2.block-countdown,
  .home-style2 .body-wrapper-inner > .container .row-style2.block-countdown {
    margin-bottom: 25px;
  }
}
.home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .sw-brand-container-slider,
.home-style2 .body-wrapper-inner > .container .row-style2 .sw-brand-container-slider {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .sw-brand-container-slider,
  .home-style2 .body-wrapper-inner > .container .row-style2 .sw-brand-container-slider {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .home-style2.layout-sidebar .body-wrapper-inner > .container .row-style2 .sw-brand-container-slider,
  .home-style2 .body-wrapper-inner > .container .row-style2 .sw-brand-container-slider {
    margin-bottom: 0;
  }
}
.home-style2.layout-sidebar .sw-category-slider4,
.home-style2 .sw-category-slider4 {
  max-width: 1510px;
  margin: 0 auto 100px auto;
  padding: 0 15px;
}
.home-style2.layout-sidebar .sw-woo-tab-cat,
.home-style2 .sw-woo-tab-cat {
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0 15px;
}
.home-style2.layout-sidebar .testimonial-slider,
.home-style2 .testimonial-slider {
  max-width: 1170px;
}
.home-style2.layout-sidebar .sw-brand-container-slider,
.home-style2 .sw-brand-container-slider {
  border: none;
  max-width: 1200px;
  margin: 0 auto;
}
.home-style2.layout-sidebar .sw-brand-container-slider .res-button,
.home-style2 .sw-brand-container-slider .res-button {
  display: none;
}
.home-style2.layout-sidebar .sw-brand-container-slider .slick-track,
.home-style2 .sw-brand-container-slider .slick-track {
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.home-style2.layout-sidebar .top-header-right,
.home-style2 .top-header-right {
  width: 86%;
  float: right;
  padding: 0 15px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.home-style2 .slider-index1 h3 {
  font-size: 16px !important;
  color: #b97c3b !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  line-height: normal !important;
}
@media (max-width: 767px) {
  .home-style2 .slider-index1 h3 {
    font-size: 10px !important;
  }
}
.home-style2 .slider-index1 .title-slider2 {
  font-size: 40px !important;
  color: #222222 !important;
  line-height: normal !important;
}
@media (max-width: 991px) {
  .home-style2 .slider-index1 .title-slider2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .home-style2 .slider-index1 .title-slider2 {
    font-size: 25px !important;
  }
}
@media (max-width: 480px) {
  .home-style2 .slider-index1 .title-slider2 {
    margin-top: 0 !important;
  }
}
.home-style2 .slider-index1 .description-slider2 {
  font-size: 20px !important;
  color: #555 !important;
  line-height: 30px !important;
}
.home-style2 .slider-index1 .description-slider2 span {
  color: #b97c3b !important;
  font-size: 28px !important;
  font-weight: 700;
  line-height: normal !important;
}
@media (max-width: 767px) {
  .home-style2 .slider-index1 .description-slider2 span {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .home-style2 .slider-index1 .description-slider2 {
    display: none;
  }
}
.home-style2 .slider-index1 .bt-slider2 {
  font-size: 14px !important;
  color: #555 !important;
  border: 2px solid #555 !important;
  padding: 0 15px !important;
  text-transform: uppercase;
  height: 35px;
  line-height: 32px !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .home-style2 .slider-index1 .bt-slider2 {
    font-size: 10px !important;
    padding: 0 5px !important;
    height: 20px;
    line-height: 18px !important;
  }
}
@media (max-width: 480px) {
  .home-style2 .slider-index1 .bt-slider2 {
    line-height: 15px !important;
    margin-top: 0 !important;
  }
}
.home-style2 .slider-index1 .bt-slider2:hover {
  background-color: #b97c3b !important;
  border-color: #b97c3b !important;
  color: #fff !important;
}
.home-style2 .sw-category-slider .res-button.slick-prev,
.home-style2 .woo-slider-default .res-button.slick-prev,
.home-style2 .featured-product .res-button.slick-prev {
  left: -15px;
}
.home-style2 .sw-brand-container-slider .res-button.slick-prev,
.home-style2 .countdown-slider .res-button.slick-prev {
  left: 0;
}
.home-style2 .sw-brand-container-slider .res-button.slick-next,
.home-style2 .countdown-slider .res-button.slick-next {
  right: 0;
}
.home-style2 .sw-category-slider .res-button.slick-next,
.home-style2 .woo-slider-default .res-button.slick-next,
.home-style2 .featured-product .res-button.slick-next {
  right: -15px;
}
.home-style2 .sw-brand-container-slider {
  border: none;
  margin-bottom: 0;
}
.home-style2 .body-wrapper-inner > #footer {
  width: 86%;
  float: right;
  background-color: #f8f8f8;
}
@media (min-width: 1400px) {
  .boxed-layout .home-style2 .body-wrapper-inner > #footer {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-style2 .body-wrapper-inner > #footer {
    width: 100%;
  }
}
.home-style2 .space-2 {
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .home-style2 .space-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .home-style2 .space-2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-style2 .space-2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home-style2 .space-2 {
    display: none;
  }
}
.header-style2 .lang_sel > ul.nav > li > a {
  padding: 0 0 0 5px;
}
.header-style2 .header-mid {
  padding: 0;
  width: 14%;
  position: fixed;
  z-index: 999;
  background: #222;
  top: 0;
  bottom: 0;
  left: 0;
}
.rtl .header-style2 .header-mid {
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .header-style2 .header-mid {
    width: 100%;
    position: initial;
  }
}
.header-style2 .top-header {
  width: 100%;
}
.header-style2 .top-header .soaz-logo {
  margin: 0 0 20px;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-style2 .top-header .soaz-logo {
    margin: 10px 0 0;
  }
}
@media (min-width: 1400px) {
  .header-style2 .top-header .soaz-logo {
    margin: 40px 0 75px;
  }
}
.header-style2 .header-botton {
  width: 86%;
  padding: 0 15px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}
@media (max-width: 991px) {
  .header-style2 .header-botton {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .boxed-layout .header-style2 .header-botton {
    width: 100%;
  }
}
.header-style2 .search-cate {
  width: 50%;
}
@media (min-width: 1200px) {
  .header-style2 .search-cate {
    width: 56%;
  }
}
@media (max-width: 991px) {
  .header-style2 .search-cate {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .header-style2 .search-cate {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .header-style2 .search-cate {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
}
.header-style2 .header-right-bar-style1 {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1400px) {
  .header-style2 .header-right-bar-style1 {
    margin-top: 50px;
    margin-bottom: 40%;
  }
}
@media (max-width: 991px) {
  .header-style2 .header-right-bar-style1 {
    margin: 0 0 15px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .header-style2 .header-right-bar-style1 {
    margin: 0 0 10px;
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .header-style2 .header-right-bar-style1 {
    margin-top: 185px;
  }
}
.header-style2 .header-right-bar-style1 h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 0 11%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .header-style2 .header-right-bar-style1 h2 {
    padding: 0;
  }
}
.header-style2 .header-right-bar-style1 p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  padding: 0 11%;
  line-height: 24px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .header-style2 .header-right-bar-style1 p {
    padding: 0;
    margin: 0 0 20px;
  }
}
.header-style2 .header-right-bar-style1 .mc4wp-form-fields {
  position: relative;
  border-bottom: 1px solid #fff;
  margin: 0 11%;
}
@media (max-width: 991px) {
  .header-style2 .header-right-bar-style1 .mc4wp-form-fields {
    margin: 0 0 15px;
  }
}
.header-style2 .header-right-bar-style1 .mc4wp-form-fields input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
  font-size: 13px;
  color: #e4e4e4;
}
@media (max-width: 991px) {
  .header-style2 .header-right-bar-style1 .mc4wp-form-fields input {
    font-size: 14px;
    line-height: 24px;
  }
}
.header-style2 .header-right-bar-style1 .mc4wp-form-fields button {
  font-size: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
  margin: 0;
}
.rtl .header-style2 .header-right-bar-style1 .mc4wp-form-fields button {
  right: auto;
  left: 0;
}
.header-style2 .header-right-bar-style1 .mc4wp-form-fields button:hover {
  color: #b97c3b;
}
.header-style2 .header-right-bar-style1 .mc4wp-form-fields button:before {
  font-size: 14px;
}
.header-style2 .social-share {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .header-style2 .social-share {
    display: none;
  }
}
.header-style2 .social-share .title-share {
  display: none;
}
.header-style2 .social-share .wrap-content a {
  height: 30px;
  width: 30px;
  text-align: center;
  color: #222222;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .header-style2 .social-share .wrap-content a {
    margin: 1px;
  }
}
.header-style2 .social-share .wrap-content a > i {
  line-height: 29px;
}
.header-style2 .social-share .wrap-content a:hover {
  color: #fff;
  background-color: #b97c3b;
}
.testimonial-slider {
  position: relative;
  padding: 30px 30px 40px 30px;
  border: 15px #f5f5f5 solid;
  text-align: center;
}
.testimonial-slider .res-button,
.testimonial-slider .slick-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background: rgba(242,242,242,0.4);
  color: #222;
  position: absolute;
  top: 50%;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.testimonial-slider .res-button.slick-next,
.testimonial-slider .slick-arrow.slick-next {
  right: -25px;
}
.testimonial-slider .res-button.slick-next:before,
.testimonial-slider .slick-arrow.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  font-size: 22px;
}
.testimonial-slider .res-button.slick-prev,
.testimonial-slider .slick-arrow.slick-prev {
  left: -25px;
}
.testimonial-slider .res-button.slick-prev:before,
.testimonial-slider .slick-arrow.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 22px;
}
.testimonial-slider .res-button:hover,
.testimonial-slider .slick-arrow:hover {
  background: #222;
  color: #fff;
  cursor: pointer;
}
.testimonial-slider .res-button {
  margin-top: -25px;
}
.testimonial-slider .res-button.slick-next {
  right: 15px;
}
.testimonial-slider .res-button.slick-prev {
  left: 15px;
}
.testimonial-slider:hover .res-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-slider .carousel-inner .item .image-client img {
  margin: 0 auto 31px auto;
  border-radius: 50%;
}
.testimonial-slider .carousel-inner .item .client-comment {
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 26px;
}
.testimonial-slider .carousel-inner .item .name-client {
  text-transform: capitalize;
}
.testimonial-slider .carousel-inner .item .name-client h3 {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 2px;
}
.testimonial-slider .carousel-inner .item .name-client p {
  font-size: 12px;
  margin-bottom: 20px;
}
.header-style2 .header-mid .main-menu {
  padding: 0;
}
.vc_row.content-news {
  background-repeat: no-repeat;
  background-position: center center;
}
.home-style3 .wpb_revslider_element {
  margin-bottom: 30px;
}
.home-style3 .header-style2 .header-mid {
  padding: 23px 0;
}
.home-style3 .header-style2 .header-mid > .container {
  max-width: 1770px;
  padding: 0 15px;
}
.home-style3 .banner {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .home-style3 .banner {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .home-style3 .banner {
    margin-bottom: 25px;
  }
  .home-style3 .banner > div {
    width: 50%;
    float: left;
  }
  .home-style3 .banner > div:last-child {
    display: none;
  }
}
.header-style3 .icon-search {
  display: none !important;
}
.header-style3 .box-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
.header-style3 .box-right > div {
  display: inline-block;
  padding: 0 0 0 40px;
  float: right;
}
.header-style3 .box-right > div.login {
  padding: 0;
}
.rtl .header-style3 .box-right > div {
  padding: 0 40px 0 0;
  float: left;
}
.header-style3 .box-right > div .top-login ul {
  margin: 0;
}
.header-style3 .box-right > div .top-login ul li a {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  line-height: 30px;
  text-transform: capitalize;
  color: #555;
}
.header-style3 .box-right > div.wishlist span {
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  float: right;
  padding: 0 5px;
}
.header-style3 .box-right > div.wishlist a {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
  float: left;
}
.header-style3 .box-right > div.wishlist a:before {
  line-height: 30px;
  color: #555;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 481px) {
  .header-style3 .header-mid .row .top-right > div.widget_custom_html.widget-last {
    display: none;
  }
  .header-style3 .search-cate .icon-search .icon-zoom-2 {
    display: none;
  }
}
.header-style3 .top-right {
  text-align: right;
}
.rtl .header-style3 .top-right {
  text-align: left;
}
.header-style3 .top-right > div {
  vertical-align: top;
  display: inline-block;
  padding: 0 0 0 15px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .header-style3 .top-right > div {
    padding: 0 0 0 45px;
  }
}
.header-style3 .top-right > div ul {
  list-style: none;
  margin: 0;
}
.header-style3 .top-right > div ul li.menu-wishlist a {
  font-size: 0;
}
.header-style3 .top-right > div ul li.menu-wishlist a:before {
  color: #555;
  font-weight: 400;
  cursor: pointer;
}
.header-style3 .top-right > div ul li.menu-wishlist a:hover:before {
  color: #b97c3b;
}
.header-style3 .top-right > div ul li a {
  color: #555;
  font-size: 12px;
  display: inline-block;
}
.header-style3 .top-right > div ul li a:hover {
  color: #b97c3b;
}
.header-style3 .header-bottom {
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.header-style3 .soaz_top .top-form.top-search {
  left: 0;
  right: auto;
  top: 35px;
}
@media (min-width: 1200px) {
  .header-style3 .soaz_top .top-form.top-search {
    max-width: 270px;
    float: left;
  }
  .rtl .header-style3 .soaz_top .top-form.top-search {
    float: right;
  }
}
.rtl .header-style3 .soaz_top .top-form.top-search {
  left: auto;
  right: 0;
}
.header-style3 .nav-pills > li > a {
  padding: 18px 33px 15px;
}
.header-style3 .nav-pills > li > a:after {
  display: none;
}
.header-style3 .nav-pills > li > a:before {
  display: none;
}
.header-style3 .nav-pills > li > a:hover {
  color: #b97c3b;
}
.header-style3 .nav-pills.nav-mega .soaz-mega-menu.soaz-menu-img > a span.menu-img {
  display: none;
}
.wrapt-content > .vc_column-inner {
  max-width: 1770px;
  margin: 0 auto;
  padding: 0 15px !important;
}
.wrapt-content2 > .vc_column-inner {
  max-width: 1770px;
  margin: 0 auto;
}
.sw-category-slider2 {
  background: #222;
  text-align: center;
}
.sw-category-slider2 .resp-slider-container .slider .item {
  padding: 30px 0 10px 0;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider2 .resp-slider-container .slider .item .item-image {
  margin-bottom: 10px;
  min-height: 45px;
}
.sw-category-slider2 .resp-slider-container .slider .item .item-image a img {
  width: auto;
  margin: 0 auto;
}
.sw-category-slider2 .resp-slider-container .slider .item .item-content h3 a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
.sw-category-slider2 .resp-slider-container .slider .item:hover {
  opacity: 1;
  background: #111;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-single {
  overflow: hidden;
}
.banner-single .vc_figure {
  width: 100%;
}
.banner-single .vc_figure a {
  width: 100%;
}
.banner-single .vc_figure a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.banner-single .vc_figure a img:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.home-style5 .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .logo-menu,
.home-style4 .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .logo-menu {
  display: none;
}
.logo-image .widget .widget-inner {
  padding: 0 !important;
}
.header-style4 .header-mid {
  border-top: 0;
  padding: 40px 0;
}
.header-style4 .header-mid .search-cate {
  padding: 0 0 0 10px;
}
.header-style4 .header-mid .soaz-logo a {
  margin: 0 auto;
}
.header-style4 .header-mid .header-contact {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .header-style4 .header-mid .header-contact {
    display: none;
  }
}
.header-style4 .header-mid .header-contact span {
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  display: block;
  padding: 7px 0 8px;
}
.header-style4 .header-mid .header-contact span:before {
  background: url(../assets/img/icon-style1.png) no-repeat 0 -262px;
  width: 30px;
  content: "";
  height: 30px;
  float: left;
}
.rtl .header-style4 .header-mid .header-contact span:before {
  float: right;
}
.header-style4 .header-mid .soaz-logo {
  height: auto;
}
.header-style4 .header-mid .header-right {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-style4 .header-mid .header-right .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  top: -5px;
  right: -5px;
}
.header-style4 .header-mid .header-right .widget_nav_menu ul.menu {
  width: auto;
  margin-bottom: 0;
}
.header-style4 .header-mid .header-right ul {
  margin: 0;
  list-style: none;
}
.header-style4 .header-mid .header-right .top-form.top-form-minicart {
  float: left;
}
.header-style4 .header-mid .header-right .top-minicart-icon i.icon {
  display: none;
}
.header-style4 .header-mid .header-right .widget_nav_menu ul.menu > li > a,
.header-style4 .header-mid .header-right .widget_nav_menu ul.menu > li > a:hover {
  padding: 0;
}
.header-style4 .header-mid .header-right .search-cate .icon-search .icon-zoom-2:before {
  font-size: 20px;
  font-weight: 500;
}
.header-style4 .header-mid .header-right .widget .widget-inner {
  padding: 0 17px;
}
@media (max-width: 991px) {
  .header-style4 .header-mid .header-right .widget .widget-inner {
    padding: 0 13px;
  }
}
.header-style4 .header-mid .header-right .menu-wishlist > a {
  padding: 0;
}
.header-style4 .header-mid .header-right .menu-wishlist > a span {
  font-size: 0;
}
.header-style4 .header-mid .header-right .menu-wishlist > a:before {
  font-size: 20px;
  font-weight: 500;
}
.header-style4 .header-mid .header-right .menu-wishlist > a:hover {
  padding: 0;
}
.header-style4 .header-mid .header-right .menu-wishlist > a:hover:after {
  display: none;
}
.header-style4 .header-mid .header-right .menu-wishlist > a:hover:before {
  color: #b97c3b;
}
.header-style4 .header-mid .header-right .top-minicart-icon a {
  background: url(../assets/img/icon-style1.png) no-repeat 0 -509px;
  width: 25px;
  content: "";
  height: 25px;
  float: left;
}
.header-style4 .header-mid .header-right .top-login a {
  font-size: 0;
  background: url(../assets/img/icon-style1.png) no-repeat 0px -190px;
  width: 25px;
  content: "";
  height: 25px;
  float: left;
}
.header-style4 .header-mid .header-right .top-login .register,
.header-style4 .header-mid .header-right .top-login .space {
  display: none;
}
@media (min-width: 1200px) {
  .home-page-4 .container {
    max-width: 1720px;
  }
}
.home-page-4 .container .entry-content {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .home-page-4 .container .entry-content {
    margin-bottom: 70px;
  }
}
.home-page-4 .container .vc_column_container > .vc_column-inner {
  padding: 0;
}
.home-page-4 .container .row-1.banner1 {
  padding: 5px 4px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .home-page-4 .container .row-1.banner1 {
    padding: 5px 4px 5px 4px;
  }
}
.home-page-4 .container .vc_row {
  margin: 0;
}
.home-page-4 .container .row-1 {
  padding: 5px;
}
.home-page-4 .container .banner.wpb_single_image > div {
  overflow: hidden;
  position: relative;
}
.home-page-4 .container .banner.wpb_single_image > div:hover:before {
  top: 0;
}
.home-page-4 .container .banner.wpb_single_image > div:before {
  position: absolute;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
}
@media (max-width: 991px) {
  .home-page-4 .container .hidden-ipad {
    display: none;
  }
}
.home-page-4 .container .fix-height img {
  min-height: 420px;
}
.home-page-4 .container .products-loop {
  list-style: none;
  margin: 0;
}
.home-page-4 .container .products-loop li.item {
  width: 100%;
  padding: 0;
}
.home-page-4 .container .products-loop li.item .item-wrap .item-detail .products-thumb .yith-wcwl-add-to-wishlist,
.home-page-4 .container .products-loop li.item .item-wrap .item-detail .item-img .yith-wcwl-add-to-wishlist {
  bottom: 20px;
  right: 20px;
  left: auto;
}
.rtl .home-page-4 .container .products-loop li.item .item-wrap .item-detail .products-thumb .yith-wcwl-add-to-wishlist,
.rtl .home-page-4 .container .products-loop li.item .item-wrap .item-detail .item-img .yith-wcwl-add-to-wishlist {
  left: 20px;
  right: auto;
}
.home-page-4 .container .products-loop li.item .item-detail:after {
  content: '';
  background: rgba(245,245,245,0.4);
  height: 100%;
  width: 0;
  position: absolute;
  transition: .3s cubic-bezier(.785,.135,.15,.86);
}
.home-page-4 .container .products-loop li.item .item-detail:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.home-page-4 .container .products-loop li.item .item-wrap .item-detail .item-content {
  padding: 0;
  position: absolute;
  bottom: 5px;
  left: 5px;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
  z-index: 9;
}
.home-page-4 .container .products-loop li.item .item-wrap .item-detail .item-content .reviews-content,
.home-page-4 .container .products-loop li.item .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.rtl .home-page-4 .container .products-loop li.item .item-wrap .item-detail .item-content {
  left: auto;
  right: 5px;
}
@media (min-width: 1200px) {
  .home-page-4 .container .products-loop li.item .item-wrap .item-detail .item-content {
    left: 20px;
    bottom: 13px;
  }
  .rtl .home-page-4 .container .products-loop li.item .item-wrap .item-detail .item-content {
    right: 20px;
    left: auto;
  }
}
.home-page-4 .container .products-loop li.item:hover .item-detail:after {
  width: 100%;
  left: 0;
  right: auto;
}
.home-page-4 .container .products-loop li.item:hover .item-wrap .item-detail .item-content {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .home-page-4 .footer {
    margin: 0;
  }
}
.home-page-4 .footer .container {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .home-page-4 .footer .container {
    max-width: 1170px;
    margin-bottom: 0;
  }
}
.home-page-4 .footer .footer-copyright.style3 {
  background-color: #f7f7f7;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .home-page-4 .footer .footer-copyright.style3 {
    max-width: 1720px;
  }
}
.home-page-4 .footer .footer-copyright.style3 p {
  color: #999;
}
.footer-style4 .menu {
  text-align: center;
}
@media (max-width: 991px) {
  .footer-style4 .menu {
    display: none;
  }
}
.footer-style4 .menu li {
  display: inline-block;
  padding: 15px 15px 0;
}
@media (min-width: 1200px) {
  .footer-style4 .menu li {
    padding: 15px 30px 0;
  }
}
.footer-style4 .menu li a {
  font-size: 16px;
  color: #222222;
  line-height: 27px;
  text-transform: uppercase;
}
.footer-style4 .menu li a:hover {
  color: #b97c3b;
}
.footer-style4 h2 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .footer-style4 h2 {
    margin: 0 0 15px;
  }
}
.footer-style4 .mc4wp-form {
  text-align: center;
  margin: 0 auto 30px;
  width: 350px;
  position: relative;
}
.footer-style4 .mc4wp-form .frm-email {
  height: 40px;
  margin: 0;
  padding: 0 30% 0 25px;
  color: #ccc;
  background-color: #f8f8f8;
  display: inline-block;
  border-radius: 5px 0 0 5px;
  width: 350px;
}
.rtl .footer-style4 .mc4wp-form .frm-email {
  border-radius: 0 5px 5px 0;
  text-align: right;
  padding: 0 25px 0 30%;
}
.footer-style4 .mc4wp-form .frm-submit {
  color: #fff;
  border-radius: 0 5px 5px 0;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  line-height: 35px;
  background-color: #b97c3b;
  border: 0;
  padding: 0 15px;
  margin-left: -40px;
}
.rtl .footer-style4 .mc4wp-form .frm-submit {
  margin-left: 0;
  margin-right: -40px;
  left: 0;
  right: auto;
  border-radius: 5px 0 0 5px;
}
.footer-style4 .mc4wp-form .frm-submit:hover {
  opacity: 0.7;
}
.footer-style4 .mc4wp-form .frm-submit:before {
  display: none;
}
.footer-style4 .share {
  margin: 0 0 40px;
  text-align: center;
}
.footer-style4 .share li {
  display: inline-block;
  padding: 0 15px;
  font-size: 20px;
}
.footer-style4 .share li.icon-fb a {
  color: #475993;
}
.footer-style4 .share li.icon-tt a {
  color: #76a9ea;
}
.footer-style4 .share li.icon-gg a {
  color: #f34a38;
}
.footer-style4 .share li.icon-it a {
  color: #c72a7b;
}
.footer-style4 .share li.icon-pt a {
  color: #d33030;
}
.icon-menu-custom {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
}
.header-style5 .icon-menu-custom {
  float: left;
  padding: 0;
}
.rtl .header-style5 .icon-menu-custom {
  float: right;
  padding: 0;
}
.rtl .icon-menu-custom {
  padding: 0 15px 0 0;
}
.icon-menu-custom:hover span {
  background-color: #b97c3b;
}
.icon-menu-custom span {
  width: 20px;
  height: 3px;
  background-color: #222222;
  display: block;
  margin: 5px 0;
  cursor: pointer;
}
.icon-menu-custom span:first-child {
  width: 25px;
}
.icon-menu-custom span:last-child {
  width: 25px;
}
@media (max-width: 991px) {
  .icon-menu-custom {
    display: none;
  }
}
.active-menu {
  position: relative;
}
.active-menu #main-menu .primary-menu .resmenu-container .navbar-toggle {
  padding: 5px 0 0 40px;
  margin: 0;
}
.rtl .active-menu #main-menu .primary-menu .resmenu-container .navbar-toggle {
  padding: 5px 40px 0 0;
}
@media (max-width: 767px) {
  .active-menu #main-menu .primary-menu .resmenu-container .navbar-toggle {
    padding: 10px 0 0 40px;
  }
  .rtl .active-menu #main-menu .primary-menu .resmenu-container .navbar-toggle {
    padding: 10px 40px 0 0;
  }
}
@media (max-width: 480px) {
  .active-menu #main-menu .primary-menu .resmenu-container .navbar-toggle {
    padding: 5px 0 0 15px;
    margin: 0;
  }
  .rtl .active-menu #main-menu .primary-menu .resmenu-container .navbar-toggle {
    padding: 5px 15px 0 0;
  }
}
.active-menu .icon-menu-custom {
  position: absolute;
  right: 30px;
  width: 40px;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  padding: 0;
  margin: 5px 0 0;
}
.active-menu .icon-menu-custom:hover span {
  background-color: #b97c3b;
}
.rtl .active-menu .icon-menu-custom {
  right: auto;
  left: 30px;
}
.active-menu .icon-menu-custom span {
  position: absolute;
  left: 10px;
  background-color: #fff;
}
.active-menu .icon-menu-custom span:first-child {
  transform: rotate(45deg);
}
.active-menu .icon-menu-custom span:last-child {
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .active-menu .icon-menu-custom {
    display: none;
  }
}
.active-menu .inner {
  right: 0;
  display: none;
  position: fixed;
  z-index: 999;
  background-color: #222222;
  width: 400px;
  top: 0;
  bottom: 0;
  padding: 40px 0 0;
}
@media (max-width: 991px) {
  .active-menu .inner {
    display: block !important;
    position: initial;
    background-color: transparent;
    padding: 0;
    width: auto;
  }
}
.rtl .active-menu .inner {
  right: auto;
  left: 0;
}
.active-menu .resmenu-top-mobile {
  margin: 0 40px 25px;
  display: inline-block;
  width: 100%;
}
.active-menu .resmenu-top-mobile .widget .widget-inner {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .active-menu .resmenu-top-mobile {
    display: none;
  }
}
.active-menu .resmenu-top-mobile .lang_sel {
  margin: 0 10px 0 0;
  float: left;
}
.rtl .active-menu .resmenu-top-mobile .lang_sel {
  margin: 0 0 0 10px;
  float: right;
}
.active-menu .resmenu-top-mobile .lang_sel ul.nav >li {
  position: relative;
  padding: 0;
}
.active-menu .resmenu-top-mobile .lang_sel ul.nav >li:hover >ul {
  visibility: visible;
  opacity: 1;
}
.active-menu .resmenu-top-mobile .lang_sel ul.nav >li >a {
  background-color: transparent;
  padding: 3px 10px 1px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
}
.active-menu .resmenu-top-mobile .lang_sel ul.nav >li >a:after {
  line-height: 12px;
  color: #fff;
}
.active-menu .resmenu-top-mobile .lang_sel ul.nav >li >ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  transition: all 0.3s;
}
.active-menu .resmenu-top-mobile .currency_w {
  float: left;
  margin: 0;
}
.rtl .active-menu .resmenu-top-mobile .currency_w {
  float: right;
}
.active-menu .resmenu-top-mobile .currency_w >li {
  padding: 0;
}
.active-menu .resmenu-top-mobile .currency_w >li >a {
  background-color: transparent;
  padding: 3px 10px 1px;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  display: block;
}
.active-menu .resmenu-top-mobile .currency_w >li >a:after {
  line-height: 12px;
  color: #fff;
}
.active-menu .resmenu-top-mobile .currency_w >li:hover >ul {
  visibility: visible;
  opacity: 1;
}
.active-menu .resmenu-top-mobile .currency_w >li >ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  width: 150px;
  padding: 10px;
}
.active-menu .logo-image {
  margin: 0 40px 30px;
}
.active-menu .logo-image img {
  width: 100px;
}
@media (max-width: 991px) {
  .active-menu .logo-image {
    display: none;
  }
}
.active-menu .main-menu .mid-header ul.nav-pills {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 400px;
  background-color: #222;
}
.active-menu .main-menu .mid-header .nav-pills > li.dropdown > .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto !important;
  float: right;
}
.rtl .active-menu .main-menu .mid-header .nav-pills > li.dropdown > .dropdown-menu {
  left: 100% !important;
  right: auto !important;
  float: left;
  top: 0;
}
.active-menu .main-menu .mid-header .nav-pills > li.dropdown > .dropdown-menu.visible {
  visibility: visible;
  opacity: 1;
}
.active-menu .main-menu .mid-header .nav-pills > li > a {
  color: #fff;
  padding: 0 40px 20px;
}
.rtl .active-menu .main-menu .mid-header .nav-pills > li > a {
  text-align: right;
}
.active-menu .main-menu .mid-header .nav-pills > li > a:hover {
  color: #b97c3b;
}
.active-menu .main-menu .mid-header .nav-pills > li > a:hover:before {
  background-color: #b97c3b;
  left: 40px;
}
.rtl .active-menu .main-menu .mid-header .nav-pills > li > a:hover:before {
  right: 40px;
}
.active-menu .main-menu .mid-header .nav-pills > li.active > a,
.active-menu .main-menu .mid-header .nav-pills > li.active > a:hover,
.active-menu .main-menu .mid-header .nav-pills > li.active > a:focus {
  color: #b97c3b;
}
.active-menu .main-menu .mid-header .nav-pills > li.active > a:before,
.active-menu .main-menu .mid-header .nav-pills > li.active > a:hover:before,
.active-menu .main-menu .mid-header .nav-pills > li.active > a:focus:before {
  background-color: #b97c3b;
  left: 40px;
}
.rtl .active-menu .main-menu .mid-header .nav-pills > li.active > a:before,
.rtl .active-menu .main-menu .mid-header .nav-pills > li.active > a:hover:before,
.rtl .active-menu .main-menu .mid-header .nav-pills > li.active > a:focus:before {
  right: 40px;
}
.active-menu .content-bottom {
  position: absolute;
  bottom: 15px;
  left: 40px;
}
@media (min-width: 1400px) {
  .active-menu .content-bottom {
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .active-menu .content-bottom {
    display: none;
  }
}
.active-menu .resmenu-bottom-menu .widget-inner {
  padding: 0 !important;
}
.rtl .active-menu .resmenu-bottom-menu {
  left: auto;
  right: 40px;
}
.active-menu .resmenu-bottom-menu .content .number {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 0 0 15px;
}
.active-menu .resmenu-bottom-menu .content .tetx {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin: 0 0 15px;
}
@media (min-width: 1400px) {
  .active-menu .resmenu-bottom-menu .content .tetx {
    margin: 0 0 25px;
  }
}
.active-menu .dt-top-share4 ul {
  margin: 0;
}
.active-menu .dt-top-share4 ul li {
  display: inline-block;
  margin: 0 5px;
}
.active-menu .dt-top-share4 ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  display: inline-block;
}
.active-menu .dt-top-share4 ul li a i.fa {
  color: #fff;
}
.active-menu .dt-top-share4 ul li:hover a {
  background-color: #b97c3b;
  color: #fff;
}
.active-menu .dt-top-share4 ul li:hover a i.fa {
  color: #fff;
}
.header-style5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 70px;
  z-index: 999;
}
@media (max-width: 991px) {
  .header-style5 {
    position: initial;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
  }
}
.header-style5 .header-mid {
  border: 0;
}
.header-style5 .header-mid .soaz-logo {
  height: auto;
}
.header-style5 .header-mid .soaz-logo a {
  padding: 0 60px;
}
@media (max-width: 991px) {
  .header-style5 .header-mid .soaz-logo a {
    padding: 0;
  }
}
.header-style5 .box-right .search-cart {
  float: left;
}
.header-style5 .box-right .search-cart .icon-search.closex span {
  display: none;
}
.header-style5 .box-right .search-cart .icon-search.closex span.closexx {
  display: inline-block;
}
.header-style5 .box-right .search-cart .icon-search > span {
  cursor: pointer;
  font-size: 12px;
  color: #222222;
  font-weight: normal;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
}
.header-style5 .box-right .search-cart .icon-search > span.closexx {
  display: none;
}
.header-style5 .box-right .search-cart:hover span {
  color: #b97c3b;
}
.header-style5 .box-right > div {
  display: inline-block;
  padding: 0 0 0 40px;
  float: left;
}
.header-style5 .box-right > div .top-form.top-form-minicart .top-minicart-icon a {
  font-weight: normal;
  color: #222222;
}
.header-style5 .box-right > div .top-form.top-form-minicart .top-minicart-icon a:hover {
  color: #b97c3b;
}
.rtl .header-style5 .box-right > div {
  padding: 0 40px 0 0;
}
.header-style5 .box-right > div .top-login ul {
  margin: 0;
}
.header-style5 .box-right > div .top-login ul li a {
  cursor: pointer;
  font-size: 12px;
  color: #222222;
  font-weight: normal;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.header-style5 .box-right > div .top-login ul li a:hover {
  color: #b97c3b;
}
.header-style5 .box-right > div.wishlist span {
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  float: right;
  padding: 0 5px;
}
.header-style5 .box-right > div.wishlist a {
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
  float: left;
}
.header-style5 .box-right > div.wishlist a:before {
  line-height: 30px;
  color: #222222;
  font-weight: normal;
  font-size: 12px;
}
.header-style5 .box-right > div.wishlist a:hover::before {
  color: #b97c3b !important;
}
.home-style5 .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 9;
  padding: 0 60px;
}
@media (max-width: 991px) {
  .home-style5 .footer {
    position: initial;
    padding: 20px 0 0;
    margin: 0;
    display: inline-block;
  }
}
.home-style5 .footer > .container {
  float: left;
}
@media (max-width: 991px) {
  .home-style5 .footer > .container {
    width: 100%;
  }
}
.footer-style5 {
  width: auto !important;
  left: 0 !important;
}
.footer-style5 .socials-footer {
  background: transparent;
  padding: 0;
  float: left;
}
@media (max-width: 991px) {
  .footer-style5 .socials-footer {
    width: 100%;
  }
}
.footer-style5 .socials-footer li > span {
  color: #222222;
  font-size: 18px;
  padding: 0 25px 0 0;
}
.rtl .footer-style5 .socials-footer li > span {
  padding: 0 0 0 25px;
}
.footer-style5 .socials-footer li a {
  height: auto;
  width: auto;
  border: 0;
  line-height: normal;
  color: #222222;
}
.footer-style5 .socials-footer li a:hover {
  background-color: transparent;
}
.footer-style5 .socials-footer li a:hover span {
  color: #b97c3b;
}
.footer .footer-copyright.style4 {
  float: right;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .footer .footer-copyright.style4 {
    width: 100%;
  }
}
.footer .footer-copyright.style4 .copyright-text p {
  margin: 0;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.footer .footer-copyright.style4 .sidebar-copyright {
  display: none;
}
.sw-category-slider3 {
  height: 100vh;
}
@media (max-width: 767px) {
  .box-left .main-menu {
    width: auto;
  }
}
.quote-big {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .quote-big {
    flex-direction: column;
  }
}
.quote-big .item-product-cat {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.quote-big .item-product-cat:nth-child(1):before {
  content: "01";
}
.quote-big .item-product-cat:nth-child(2):before {
  content: "02";
}
.quote-big .item-product-cat:nth-child(3):before {
  content: "03";
}
.quote-big .item-product-cat:nth-child(4):before {
  content: "04";
}
.quote-big .item-product-cat:before {
  opacity: 0;
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 60px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  z-index: -10;
}
@media (min-width: 1400px) {
  .quote-big .item-product-cat:before {
    font-size: 100px;
    bottom: -50px;
  }
}
@media (max-width: 991px) {
  .quote-big .item-product-cat {
    border-bottom: 1px solid #ddd;
  }
}
.quote-big .item-product-cat.hoverbig:before {
  opacity: 1;
}
.quote-big .item-product-cat.hoverbig .box-bg {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1), opacity .3s .2s;
  -moz-transition: -moz-transform .7s cubic-bezier(.77,0,.175,1), opacity .3s .2s;
  transition: transform .7s cubic-bezier(.77,0,.175,1), opacity .3s .2s;
}
.quote-big .item-product-cat.hoverbig .bg-color {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.quote-big .item-product-cat.hoverbig .item-content h3 a {
  color: #fff;
  text-shadow: 2px 2px 3px #222222;
}
.quote-big .item-product-cat.hoverbig .item-content a.bt-action {
  border: 1px solid #fff;
  display: inline-block;
  transition: all 0.3s;
}
.quote-big .item-product-cat.hoverbig .item-content a.bt-action:hover {
  background: url(../assets/img/style-5.png) no-repeat #fff 120px 13px;
}
.rtl .quote-big .item-product-cat.hoverbig .item-content a.bt-action:hover {
  background: url(../assets/img/style-5.png) no-repeat #fff 15px -17px;
}
@media (max-width: 767px) {
  .quote-big .item-product-cat.hoverbig .item-content a.bt-action:hover {
    background: url(../assets/img/style-5.png) no-repeat #fff 125px 8px;
  }
}
.quote-big .item-product-cat.hoverbig .item-content a.bt-action:hover:before {
  right: 10px;
}
.rtl .quote-big .item-product-cat.hoverbig .item-content a.bt-action:hover:before {
  left: 10px;
  right: auto;
}
.quote-big .item-product-cat .item-content {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  z-index: 100;
}
@media (min-width: 1400px) {
  .quote-big .item-product-cat .item-content {
    top: 73%;
  }
}
.rtl .quote-big .item-product-cat .item-content {
  padding: 0 60px 0 0;
}
@media (max-width: 991px) {
  .quote-big .item-product-cat .item-content {
    top: 15%;
    padding: 0 0 0 15px;
  }
  .rtl .quote-big .item-product-cat .item-content {
    padding: 0 15px 0 0;
  }
}
.quote-big .item-product-cat .item-content h3 a {
  font-size: 30px;
  color: #222;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-shadow: 2px 2px 3px #fff;
}
@media (max-width: 767px) {
  .quote-big .item-product-cat .item-content h3 a {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .quote-big .item-product-cat .item-content h3 a {
    font-size: 50px;
    margin-bottom: 60px;
  }
}
.quote-big .item-product-cat .item-content a.bt-action {
  background: url(../assets/img/style-5.png) no-repeat #fff 115px 13px;
  height: 40px;
  padding: 0 55px 0 25px;
  line-height: 40px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #222222;
  font-size: 18px;
  color: #222222;
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 767px) {
  .quote-big .item-product-cat .item-content a.bt-action {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: url(../assets/img/style-5.png) no-repeat #fff 115px 9px;
  }
}
.rtl .quote-big .item-product-cat .item-content a.bt-action {
  background: url(../assets/img/style-5.png) no-repeat #fff 15px -17px;
  padding: 0 25px 0 55px;
}
@media (max-width: 767px) {
  .rtl .quote-big .item-product-cat .item-content a.bt-action {
    background: url(../assets/img/style-5.png) no-repeat #fff 15px -22px;
  }
}
.quote-big .item-product-cat .bg-color {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -2;
  left: 0;
  right: 0;
}
.quote-big .item-product-cat:nth-child(1) .bg-color {
  background-color: rgba(102,204,255,0.8);
}
.quote-big .item-product-cat:nth-child(2) .bg-color {
  background-color: rgba(255,204,0,0.8);
}
.quote-big .item-product-cat:nth-child(3) .bg-color {
  background-color: rgba(153,204,102,0.8);
}
.quote-big .item-product-cat:nth-child(4) .bg-color {
  background-color: rgba(255,153,153,0.8);
}
.quote-big .item-product-cat .box-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(25px,0,0);
  -moz-transform: translate3d(25px,0,0);
  transform: translate3d(25px,0,0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.25,.46,.45,.94), opacity .2s .1s;
  -moz-transition: -moz-transform .5s cubic-bezier(.25,.46,.45,.94), opacity .2s .1s;
  transition: transform .5s cubic-bezier(.25,.46,.45,.94), opacity .2s .1s;
}
@media (max-width: 991px) {
  .quote-big .item-product-cat .box-bg {
    position: absolute;
  }
}
.quote-big .item-product-cat .box-bg .bg-images {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.home-style6 .header-mid .header-right {
  padding: 0;
}
.bundle-slider1.style3 >button {
  display: none !important;
}
.bundle-slider1.style3 .item .item-wrap {
  background-color: transparent;
}
.bundle-slider1.style3 .item {
  position: relative;
}
.bundle-slider1.style3 .item .item-image-bundle {
  -webkit-transform: translate3d(-5%,0,0);
  -moz-transform: translate3d(-5%,0,0);
  transform: translate3d(-5%,0,0);
  background-size: 50%;
  background-position: center right;
}
.rtl .bundle-slider1.style3 .item .item-image-bundle {
  background-position: center left;
}
@media (min-width: 1200px) {
  .bundle-slider1.style3 .item .item-image-bundle {
    background-size: contain;
    background-position: top right;
  }
  .rtl .bundle-slider1.style3 .item .item-image-bundle {
    background-position: top left;
  }
}
.bundle-slider1.style3 .item:nth-child( odd ) .item-image-bundle {
  -webkit-transform: translate3d(5%,0,0);
  -moz-transform: translate3d(5%,0,0);
  transform: translate3d(5%,0,0);
  background-position: center left;
}
.rtl .bundle-slider1.style3 .item:nth-child( odd ) .item-image-bundle {
  background-position: center right;
}
@media (min-width: 1200px) {
  .bundle-slider1.style3 .item:nth-child( odd ) .item-image-bundle {
    background-position: top left;
  }
  .rtl .bundle-slider1.style3 .item:nth-child( odd ) .item-image-bundle {
    background-position: top right;
  }
}
.bundle-slider1.style3 .item .big-content {
  overflow: hidden;
}
.bundle-slider1.style3 .item .big-content .content {
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.bundle-slider1.style3 .item .big-content .item-pack {
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.bundle-slider1.style3 .item.slick-current.slick-active .content,
.bundle-slider1.style3 .item.slick-current.slick-active .item-pack {
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.bundle-slider1.style3 .item .count {
  bottom: 15px;
  position: absolute;
  z-index: 99;
  right: 5%;
}
@media (min-width: 1400px) {
  .bundle-slider1.style3 .item .count {
    bottom: 30px;
  }
}
.rtl .bundle-slider1.style3 .item .count {
  right: auto;
  left: 1%;
}
@media (min-width: 1200px) {
  .rtl .bundle-slider1.style3 .item .count {
    right: auto;
    left: 6%;
  }
}
.bundle-slider1.style3 .item .count .count-full {
  font-size: 40px;
  color: #333;
  line-height: 38px;
}
@media (max-width: 767px) {
  .bundle-slider1.style3 .item .count .count-full {
    ont-size: 24px;
  }
}
.bundle-slider1.style3 .item .count .count-slider1 {
  font-size: 20px;
  color: #999;
}
@media (max-width: 767px) {
  .bundle-slider1.style3 .item .count .count-slider1 {
    font-size: 14px;
  }
}
.bundle-slider1.style3 .item:nth-child(1) {
  background-color: #fffee9;
}
.bundle-slider1.style3 .item:nth-child(1) .count-slider:before {
  content: "01";
}
.bundle-slider1.style3 .item:nth-child(1) .count-slider:after {
  content: "/04";
}
.bundle-slider1.style3 .item:nth-child(2) {
  background-color: #f5f5f5;
}
.bundle-slider1.style3 .item:nth-child(2) .count-slider:before {
  content: "02";
}
.bundle-slider1.style3 .item:nth-child(2) .count-slider:after {
  content: "/04";
}
.bundle-slider1.style3 .item:nth-child(3) {
  background-color: #fff;
}
.bundle-slider1.style3 .item:nth-child(3) .count-slider:before {
  content: "03";
}
.bundle-slider1.style3 .item:nth-child(3) .count-slider:after {
  content: "/04";
}
.bundle-slider1.style3 .item:nth-child(4) {
  background-color: #f5f5f5;
}
.bundle-slider1.style3 .item:nth-child(4) .count-slider:before {
  content: "04";
}
.bundle-slider1.style3 .item:nth-child(4) .count-slider:after {
  content: "/04";
}
.bundle-slider1.style3 .item .social-share {
  left: 5%;
  position: absolute;
  bottom: 15px;
  display: inline-block;
  z-index: 99;
}
@media (min-width: 1400px) {
  .bundle-slider1.style3 .item .social-share {
    bottom: 30px;
  }
}
.rtl .bundle-slider1.style3 .item .social-share {
  right: 5%;
  left: auto;
}
.bundle-slider1.style3 .item .social-share .title-share {
  display: none;
}
.bundle-slider1.style3 .item .social-share a {
  font-size: 20px;
  color: #666;
  margin: 0 40px 0 0;
}
.rtl .bundle-slider1.style3 .item .social-share a {
  margin: 0 0 0 40px;
}
.bundle-slider1.style3 .item .social-share a:hover {
  color: #b97c3b;
}
.bundle-slider1.style3 .item .big-content {
  margin: 10% 5% 0;
  width: 350px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bundle-slider1.style3 .item .big-content {
    margin: 35% 5%;
    width: 380px;
  }
}
@media (min-width: 991px) {
  .bundle-slider1.style3 .item .big-content {
    width: 580px;
    margin: 8% 5%;
  }
}
@media (max-width: 480px) {
  .bundle-slider1.style3 .item .big-content {
    margin: 150px auto 0;
    width: 90%;
    padding: 25px 0;
  }
}
@media (min-width: 1400px) {
  .bundle-slider1.style3 .item .big-content {
    margin: 10% 18%;
  }
}
@media (min-width: 480px) {
  .bundle-slider1.style3 .item:nth-child( odd ) .big-content {
    float: right;
  }
  .rtl .bundle-slider1.style3 .item:nth-child( odd ) .big-content {
    float: left;
  }
}
.bundle-slider1.style3 .title-wrapper {
  margin: 0 0 10px;
}
.bundle-slider1.style3 .title-wrapper >a {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  color: #222222;
}
.bundle-slider1.style3 .title-wrapper >a:hover {
  color: #b97c3b;
}
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist {
  margin: 0;
  float: right;
}
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  font-size: 0;
}
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\ea0a";
  font-family: 'Nucleo';
  color: #999;
  font-size: 14px;
}
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.bundle-slider1.style3 .title-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bundle-slider1.style3 .item-image-bundle {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
}
.bundle-slider1.style3 .content {
  position: relative;
}
.bundle-slider1.style3 .content .item-price {
  margin: 0 0 10px;
}
.bundle-slider1.style3 .content .item-price ins {
  color: #b97c3b;
}
.bundle-slider1.style3 .content .item-price del {
  color: #222222;
  font-weight: 500;
}
@media (min-width: 1400px) {
  .bundle-slider1.style3 .content .item-price {
    margin: 0 0 18px;
  }
}
.bundle-slider1.style3 .content .item-price >span {
  color: #b97c3b;
}
.bundle-slider1.style3 .content .item-price >span .text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  float: left;
  padding: 0 10px 0 0;
}
@media (min-width: 1400px) {
  .bundle-slider1.style3 .content .item-price >span .text {
    font-size: 20px;
  }
}
.rtl .bundle-slider1.style3 .content .item-price >span .text {
  padding: 0 0 0 10px;
  float: right;
}
.bundle-slider1.style3 .content h4 {
  margin: 0 0 10px;
}
.bundle-slider1.style3 .content h4 a {
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
}
@media (min-width: 1400px) {
  .bundle-slider1.style3 .content h4 a {
    font-size: 50px;
  }
}
.bundle-slider1.style3 .content h4 a:hover {
  color: #b97c3b;
  transition: all 0.3s;
}
@media (min-width: 1400px) {
  .bundle-slider1.style3 .content h4 {
    margin: 0 0 17px;
  }
}
.bundle-slider1.style3 .content .description {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  width: 90%;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .bundle-slider1.style3 .content .description {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .bundle-slider1.style3 .content .description {
    margin: 0 0 45px;
    width: 60%;
  }
}
.bundle-slider1.style3 .item-pack {
  margin: 0 -15px;
}
.bundle-slider1.style3 .item-pack .responsive-slider .res-button {
  top: 35%;
  width: 30px;
  height: 30px;
  background-color: #ddd;
  position: absolute;
  z-index: 99;
  border-radius: 50%;
  margin: 0 15px;
  right: 0;
  color: #222222;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .bundle-slider1.style3 .item-pack .responsive-slider .res-button {
    margin: 0 -15px;
  }
}
.bundle-slider1.style3 .item-pack .responsive-slider .res-button:hover {
  background-color: #b97c3b;
  color: #fff;
}
.bundle-slider1.style3 .item-pack .responsive-slider .res-button:before {
  font-family: fontawesome;
  font-size: 18px;
  content: '\f105';
}
.bundle-slider1.style3 .item-pack .responsive-slider .res-button.slick-prev {
  left: 0;
  right: auto;
}
.bundle-slider1.style3 .item-pack .responsive-slider .res-button.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  font-size: 18px;
}
.bundle-slider1.style3 .item-pack .item-thumbnail-product {
  padding: 0 15px;
}
.bundle-slider1.style3 .item-pack .item-thumbnail-product .thumbnail-wrapper {
  margin: 0 0 20px;
}
.bundle-slider1.style3 .item-pack .item-thumbnail-product .thumbnail-wrapper img {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.bundle-slider1.style3 .item-pack .price-wrapper {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.bundle-slider1.style3 .item-pack .price-wrapper del {
  color: #999;
  font-weight: 400;
}
.bundle-slider1.style3 .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 4%;
  top: 50%;
  margin-top: -100px;
}
.bundle-slider1.style3 .slick-dots li {
  height: 15px;
  width: 15px;
  margin: 0 0 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.bundle-slider1.style3 .slick-dots li.slick-active,
.bundle-slider1.style3 .slick-dots li:hover {
  border: 1px solid #000;
}
.bundle-slider1.style3 .slick-dots li.slick-active button,
.bundle-slider1.style3 .slick-dots li:hover button {
  background-color: #000;
}
.bundle-slider1.style3 .slick-dots li:last-child {
  margin: 0;
}
.bundle-slider1.style3 .slick-dots li:before {
  content: "";
  width: 1px;
  height: 18px;
  top: 20px;
  position: absolute;
  margin-left: -0.5px;
  left: 50%;
  background-color: #999;
  display: inline-block;
}
.bundle-slider1.style3 .slick-dots li:last-child:before {
  display: none;
}
.bundle-slider1.style3 .slick-dots li button {
  font-size: 0;
  height: 9px;
  line-height: 16px;
  width: 9px;
  background-color: #999;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.header-style4 .header-mid .header-log,
.header-style4 .header-mid .search-cart {
  float: left;
}
.home-style6 .header-style4 .header-mid {
  padding: 0;
  padding: 30px 5% 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.home-style6 .header-style4 .header-mid .active-menu {
  float: left;
  padding: 0 0 0 15px;
}
@media (max-width: 991px) {
  .home-style6 .header-style4 .header-mid {
    padding: 15px 15px 0;
  }
}
@media (min-width: 1200px) {
  .home-style6 .header-style4 .header-mid {
    padding: 30px 5% 0;
  }
}
.home-style6 .header-style4 .header-mid .container {
  margin: 0;
  max-width: initial;
}
.footer .container > p {
  display: none;
}
.footer .footer-style1 {
  background: #222;
  padding: 70px 0 0 0;
}
.footer .footer-style1 .widget_nav_menu {
  padding: 0;
}
.footer .footer-style1 .widget_nav_menu .widgettitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.footer .footer-style1 .widget_nav_menu ul li {
  position: relative;
  color: #aaa;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-style1 .widget_nav_menu ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  opacity: 0;
  visibility: hidden;
  color: #b97c3b;
}
.rtl .footer .footer-style1 .widget_nav_menu ul li:before {
  left: auto;
  right: 0;
}
.footer .footer-style1 .widget_nav_menu ul li a {
  text-transform: capitalize;
  line-height: 30px;
  color: #aaa;
  padding: 5px 0;
  display: block;
}
.footer .footer-style1 .widget_nav_menu ul li:hover {
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-style1 .widget_nav_menu ul li:hover:before {
  opacity: 1;
  visibility: visible;
}
.rtl .footer .footer-style1 .widget_nav_menu ul li:hover {
  padding-left: 0;
  padding-right: 15px;
}
.footer .footer-style1 .widget_nav_menu ul li:hover a {
  color: #b97c3b;
}
.footer .footer-style1 .widget_nav_menu ul li:hover a span {
  color: #b97c3b;
}
.footer .footer-style1 .footer-style1-bot .wpb_content_element {
  overflow: hidden;
}
.footer .footer-style1 form .mc4wp-form-fields {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer .footer-style1 form .mc4wp-form-fields input {
  margin: 0;
  font-size: 14px;
  color: #999;
  line-height: 35px;
  border-radius: 0;
  background-color: #393939;
  border: 0;
  width: 100%;
  padding: 0 25px;
}
.footer .footer-style1 form .mc4wp-form-fields button {
  position: absolute;
  top: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  margin: 0;
  bottom: 0;
  right: 5px;
}
.rtl .footer .footer-style1 form .mc4wp-form-fields button {
  right: auto;
  left: 5px;
}
.footer .footer-style1 form .mc4wp-form-fields button:before {
  font-size: 14px;
  color: #999;
}
.footer .footer-style1 span {
  line-height: 24px;
  color: #aaa;
}
.footer .footer-style2 {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 50px;
}
.footer .footer-style2 .wpb_content_element {
  margin-bottom: 0;
  text-align: center;
}
.footer .footer-style2 .widget_nav_menu {
  padding: 52px 0;
  text-align: center;
}
.footer .footer-style2 .widget_nav_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.footer .footer-style2 .widget_nav_menu ul li a {
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-style2 .widget_nav_menu ul li a:hover {
  color: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-style2 .socials-footer {
  list-style: none;
  margin: 0;
  text-align: center;
  background-color: transparent;
}
.footer .footer-style2 .socials-footer li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  text-align: center;
  font-size: 16px;
}
.footer .footer-style2 .socials-footer li a {
  display: inline-block;
  vertical-align: top;
  color: #222;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-style2 .socials-footer li a:hover {
  background: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.footer .footer-style2.style4 {
  background: #f5f5f5;
}
.footer .footer-style2.style4 .widget_nav_menu ul li a {
  color: #222222;
}
.footer .footer-style2.style4 .widget_nav_menu ul li a:hover {
  color: #b97c3b;
}
.footer .footer-style2.style4 .socials-footer li a {
  background: #fff;
  color: #222222;
}
.footer .footer-style2.style4 .socials-footer li a:hover {
  background: #b97c3b;
  color: #fff;
}
.footer .footer-copyright {
  background: #222;
  padding: 15px 0;
}
.footer .footer-copyright.style2 {
  padding: 13px 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.footer .footer-copyright.style2 .container {
  padding-top: 10px;
}
.footer .footer-copyright .copyright-text {
  float: left;
}
.rtl .footer .footer-copyright .copyright-text {
  float: right;
}
.footer .footer-copyright .copyright-text p {
  margin: 5px 0 0 0;
  color: #aaa;
  line-height: 24px;
}
.footer .footer-copyright .copyright-text p a {
  color: #0076ff;
}
.footer .footer-copyright .sidebar-copyright {
  float: right;
}
.rtl .footer .footer-copyright .sidebar-copyright {
  float: left;
}
.footer .footer-copyright .sidebar-copyright img {
  margin-bottom: 0;
  width: auto;
  padding: 5px 0;
}
.footer .footer-copyright .sidebar-copyright .widget {
  max-width: none;
  border: none;
  margin: 0;
  padding: 0;
}
.footer .footer-copyright.style1 {
  padding: 25px 0;
  background-color: transparent;
  margin: 0 15px;
  border-top: 1px solid #ddd;
}
.footer .footer-copyright.style1 .copyright-text {
  color: #999;
}
.footer .footer-copyright.style1 .copyright-text p {
  margin-top: 0;
  color: #999;
}
.footer .footer-copyright.style1 .sidebar-copyright {
  float: right;
}
.rtl .footer .footer-copyright.style1 .sidebar-copyright {
  float: left;
}
.footer .footer-copyright.style1 .sidebar-copyright img {
  margin: 0 auto;
  padding: 5px 0;
}
.about-store h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.footer-style3 .about-store h2 {
  color: #222222;
}
.about-store .about-list {
  list-style: none;
  margin: 0;
}
.about-store .about-list li {
  padding: 10px 0;
  color: #999;
  float: left;
  line-height: 20px;
  width: 100%;
}
.about-store .about-list li i {
  font-size: 16px;
  margin-right: 20px;
  float: left;
  line-height: 20px;
}
.about-store .about-list li i.fa-envelope {
  font-size: 13px;
}
.rtl .about-store .about-list li i {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}
.about-store .about-list li span {
  padding: 0 5px 0 0;
  line-height: 24px;
  float: left !important;
}
.about-store .about-list li .ab-pd {
  line-height: 24px;
  overflow: hidden;
  display: block;
  color: #fff;
}
.footer-style3 .about-store .about-list li .ab-pd {
  color: #222222;
}
.about-store .about-list li.call-mail a {
  color: #fff;
}
.about-store .about-list li.call-mail a:hover {
  color: #92622f;
}
.footer-style3 .about-store .about-list li.call-mail a {
  color: #222222;
}
.custom-socials {
  margin-bottom: 20px !important;
  position: relative;
  text-align: center;
}
.custom-socials:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 1px;
}
.footer-style1 .socials-footer li a span {
  color: #fff;
  display: inline-block;
}
.socials-footer {
  list-style: none;
  margin: 0;
  display: inline-block;
  background-color: #222222;
  position: relative;
  text-align: center;
  padding: 0 25px;
}
.socials-footer li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
}
.rtl .socials-footer li {
  margin-right: 0;
  margin-left: 10px;
}
.socials-footer li a {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  color: #ddd;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.socials-footer li a:hover {
  background: #b97c3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #b97c3b;
}
.newsletter-footer {
  padding-top: 50px;
  border-top: 1px rgba(255,255,255,0.1) solid;
}
.newsletter-footer h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-right: 50px;
  line-height: 40px;
  text-transform: uppercase;
}
.rtl .newsletter-footer h3 {
  float: right;
  margin-right: 0;
  margin-left: 50px;
}
.newsletter-footer .form-newsletter {
  float: right;
  width: 570px;
}
.rtl .newsletter-footer .form-newsletter {
  float: left;
}
.newsletter-footer .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.newsletter-footer .form-newsletter input[type="email"] {
  border: 0;
  color: #999;
  width: 85%;
  background: #2d2d2d;
  height: 40px;
  padding: 0 20px;
  border-radius: 0;
  float: left;
}
.rtl .newsletter-footer .form-newsletter input[type="email"] {
  float: right;
}
.newsletter-footer .form-newsletter button[type="submit"] {
  border: 0;
  padding: 0 15px;
  width: 15%;
  background: #2d2d2d;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-radius: 0;
  float: left;
  font-size: 0;
}
.rtl .newsletter-footer .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-footer .form-newsletter button[type="submit"]:before {
  font-size: 14px;
}
.newsletter-footer .form-newsletter button[type="submit"]:hover {
  color: #b97c3b;
}
.newsletter-footer .form-newsletter .mc4wp-success {
  color: #222222;
}
.newsletter-footer.style2 {
  text-align: center;
  margin-bottom: 99px;
  padding-top: 55px;
}
.newsletter-footer.style2 .form-newsletter .mc4wp-form-fields {
  border: 1px #dddddd solid;
}
.newsletter-footer.style2 h3 {
  float: none;
  font-size: 30px;
  color: #222222;
  margin-right: 0;
  margin-bottom: 15px;
}
.rtl .newsletter-footer.style2 h3 {
  float: none;
  margin-left: 0;
}
.newsletter-footer.style2 .des {
  color: #aaa;
  margin-bottom: 54px;
  padding: 0 25%;
  line-height: 22px;
}
.newsletter-footer.style2 .form-newsletter {
  float: none;
  margin: 0 auto;
}
.rtl .newsletter-footer.style2 .form-newsletter {
  float: none;
}
.newsletter-footer.style2 .form-newsletter input[type="email"] {
  background: #fff;
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
}
.newsletter-footer.style2 .form-newsletter button[type="submit"] {
  background: #fff;
  color: #222222;
  height: 50px;
  line-height: 50px;
}
.footer-style31 {
  padding-bottom: 40px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1200px) {
  .footer-style31 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .footer-style31 {
    padding-bottom: 30px;
  }
}
.footer-style31 h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: #222222;
}
.footer-style31 span {
  font-size: 16px;
  color: #999;
  text-align: center;
  display: block;
  line-height: 30px;
  margin-bottom: 23px;
}
.footer-style31 .form {
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.footer-style31 .form .frm-email {
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  line-height: 37px;
  border-radius: 20px;
}
.footer-style31 .form .frm-submit {
  font-size: 0;
  width: 37px;
  height: 36px;
  position: absolute;
  right: 3px;
  top: 2px;
  background-color: #b97c3b;
  border: 0;
  border-radius: 50%;
  color: #fff;
}
.footer-style31 .form .frm-submit:hover {
  background-color: #92622f;
}
.rtl .footer-style31 .form .frm-submit {
  right: auto;
  left: 3px;
}
.footer-style31 .form .frm-submit:before {
  content: "\f178";
  font-size: 14px;
}
.rtl .footer-style31 .form .frm-submit:before {
  content: "\f177 ";
}
.footer .footer-style1.footer-style3 {
  background-color: #fff;
  padding: 50px 0 50px 0;
}
.footer .footer-style1.footer-style3 .wpb_single_image {
  margin-bottom: 25px;
}
.footer .footer-style1.footer-style3 .widgettitle {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 11px;
  color: #222222;
  padding-top: 20px;
}
.footer .footer-style1.footer-style3 .widget_nav_menu ul li a {
  color: #999;
}
.footer .footer-style1.footer-style3 .widget_nav_menu ul li a:hover {
  color: #b97c3b;
}
.footer .footer-style1.footer-style3 .widget_recent_entries ul {
  margin: 0;
  padding: 12px 0 0 30px;
  list-style: none;
}
.rtl .footer .footer-style1.footer-style3 .widget_recent_entries ul {
  padding: 12px 30px 0 0;
}
.footer .footer-style1.footer-style3 .widget_recent_entries ul li {
  margin-bottom: 25px;
  position: relative;
}
.footer .footer-style1.footer-style3 .widget_recent_entries ul li:before {
  top: 5px;
  background-color: #b97c3b;
  content: "";
  width: 20px;
  height: 1px;
  left: -30px;
  position: absolute;
}
.footer .footer-style1.footer-style3 .widget_recent_entries ul li a {
  color: #555;
  display: block;
  margin-bottom: 7px;
}
.footer .footer-style1.footer-style3 .widget_recent_entries ul li a:hover {
  color: #b97c3b;
}
.footer .footer-style1.footer-style3 .widget_recent_entries ul li .post-date {
  font-size: 12px;
  color: #999;
}
#soaz-totop {
  box-shadow: 0 0 1px 2px #333;
  bottom: 30px;
  border: 2px solid #fafafa;
  right: 15px;
  background: #333;
  text-align: center;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 39px;
  z-index: 99;
  color: #fafafa;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
#soaz-totop:before {
  content: '\f102 ';
  font-family: fontawesome;
  font-size: 18px;
  line-height: 35px;
}
#soaz-totop:hover {
  box-shadow: 0 0 1px 2px #fafafa;
  border-color: #333;
  background: #fafafa;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  padding-bottom: 10px;
  transform: translateY(-5px);
}
#soaz-totop:hover:before {
  color: #222222;
}
.rtl #soaz-totop {
  right: auto;
  left: 15px;
}
.space-5 {
  padding: 8px 0;
}
