@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 25px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
.flex-direction-nav a.flex-prev:before {
  content: '\f107';
}
.flex-direction-nav a.flex-next:before {
  content: '\f106';
}
.flex-direction-nav .flex-prev {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.flex-direction-nav .flex-next {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  background: rgba(255, 255, 255, 1);
}
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  cursor: default;
  pointer-events: none;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  /* Only apply left/right for about-carousel */
  #about-carousel .flex-direction-nav .flex-prev {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
  #about-carousel .flex-direction-nav .flex-next {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
  }

  #about-carousel .flex-direction-nav .flex-prev:before {
    content: '\f104';
  }
  #about-carousel .flex-direction-nav .flex-next:before {
    content: '\f105';
  }
}

#about-carousel {
  max-height: 580px;
  overflow: hidden;
}
#about-carousel .slides li {
  height: 100%;
  margin-bottom: 10px;
}
#about-carousel .slides img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-thumb,
.product-slider {
  position: relative;
  margin-bottom: 0;
}
.product-slider ul,
.product-thumb ul {
  width: 100% !important;
}
.product-thumb ul li {
  display: inline-block;
  width: 100%;
}
.product-thumb ul li img {
  width: auto;
}
.flexslider .slides li {
  cursor: pointer;
}
.product-thumb ul.flex-direction-nav {
  background: none repeat scroll 0 0 transparent;
  height: 0;
}
.single-product .page-header h3 {
  font-size: 6px;
}
.single-product .page-header h3 span {
  display: block;
  color: #b3aa9b;
  font-size: 15.85px;
  text-transform: none;
}
.single-product-sidebar {
  text-align: center;
}
.categories-list {
  padding-left: 0;
}
.categories-list li {
  display: inline-block;
}
.categories-list li:after {
  content: "\f105";
  padding: 0 5px;
  font-family: 'FontAwesome';
  font-size: 15.95px;
  font-weight: bold;
}
.categories-list li:last-child:after {
  content: "";
}
.categories-list li a,
.single-product-sidebar > h4 {
  color: #000;
  font-size: 15.95px;
  font-weight: bold;
}
.single-product-sidebar .page-header {
  padding-bottom: 0;
  margin-top: 0;
  color: #b3aa9b;
}
.single-product-sidebar ul li {
  display: inline-block;
}
.single-product-sidebar .star {
  list-style: none;
  text-transform: uppercase;
  font-size: 14.51px;
  margin: 13px 0;
  padding-left: 0;
}
.single-product-sidebar .star li i {
  color: #b3aa9b;
}
.single-product-sidebar .star li span {
  margin-left: 25px;
}
.single-product-sidebar > p {
  color: #999;
  padding: 0 35px;
  line-height: 1;
}
.single-side-widget {
  background-image: url("../images/page-header-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
.single-side-widget li {
  margin: 0 3px;
}
.single-side-widget li a {
  display: inline-block;
}
.single-side-widget li a.color {
  color: #fff;
}
.color-widget i {
  display: none;
}
.color-widget a.active i,
.color-widget a:hover > i {
  display: block;
  color: #fff;
  line-height: 29px;
}
.single-side-widget.color-widget a.active.white i,
.single-side-widget.color-widget a.white:hover > i {
  color: #000;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table {
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 25px;
}
#pricing {
  padding: 0 10%;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table table {
  width: 100%;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table table tr {
  border-bottom: 1px solid #e7e7e7;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table table tr:last-of-type {
  border-bottom: none;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table table tr td select,
.single-product-sidebar .widget_recent_post .shopping-cart-table table tr:last-of-type td {
  text-align: center;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table table tr th {
  padding: 20px 0;
  font-family: 'Playfair Display', serif;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table table tr td {
  text-align: right;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table table tr td select {
  border: 2px solid #d6cfc8;
  border-radius: 4px;
  width: 80px;
  height: 38px;
  color: #b1a599;
  font-size: 14.49px;
  padding-right: 30px;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table ul {
  margin-top: 27px;
  margin-bottom: 0;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table ul li {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding-bottom: 0;
}
.single-product-sidebar .widget_recent_post .shopping-cart-table ul li a {
  background-color: #b1a599;
  padding: 12px 33px;
  display: inline-block;
}
.single-product {
  position: relative;
  z-index: 0;
}

.single-product .page-header h3 {
    font-size: 20px;
}

.single-product .page-header h3 span {
    display: block;
    color: #b3aa9b;
    font-size: 15.85px;
    text-transform: none;
}
.single-product-sidebar .page-header {
    padding-bottom: 0;
    margin-top: 0;
    color: #b3aa9b;
}