/**
* Blog Post
*/

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-side-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/**
* Same height for column
* Add .row-flex to row wrapper and .col-flex to the columns
*/

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.col-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/**
* Disable Flexbox on mobile
*/

@media screen and (max-width: 768px) {
  .col-flex, .row-flex {
    display: block !important;
  }
}

/**
* ========= COPY ALL STYLESHEETS BELOW TO STYLE.CSS ====================
*/

/**
* Page title
*/

.page-title-wrapper {
  text-align: center;
  padding: 40px 0;
}

.page-title-wrapper h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

/**
* The Arts page top slider
*/

.post-type-archive-product .wrapper-content-style-2 {
  float: right;
  height: 100%;
  width: 25%;
  position: relative;
}

.post-type-archive-product .wrapper-content-style-2 .slider-content-body {
  text-align: center;
  padding: 30px 20px;
}

.featured-artist-title {
  background: rgba(0, 0, 0, .4);
  display: inline-block;
  font-size: 60px;
  position: absolute;
  top: 20%;
  left: 30px;
  color: #FFF;
  padding: 15px;
}

/*
* Slider 2
*/

.post-type-archive-product .wrapper-content-style-2 .slider-content-body .quote {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
}

.post-type-archive-product .wrapper-content-style-2 .slider-content-body .quote p {
  color: #FFF;
  line-height: 40px;
  font-size: 20px;
}

.post-type-archive-product .wrapper-content-style-2 .slider-content-body .quote .author {
  margin-top: 60px;
}

/*
* Slider 3
*/

.post-type-archive-product .wrapper-content-style-2 .slider-content-body .slider-big-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
}

.post-type-archive-product .wrapper-content-style-2 .slider-content-body .slider-big-text p {
  color: #fbc630;
  font-size: 22px;
  font-weight: 500;
}

.post-type-archive-product .wrapper-content-style-2 .slider-content-body .slider-big-text h2 {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 140px;
}

.post-type-archive-product .wrapper-content-style-2 .slider-content-body .slider-big-text a {
  font-weight: 600;
  font-size: 20px;
}

/**
* Featured art slider
*/

.featured_art_wrapper .product-collapse-image-wrapper>div {
  height: 500px;
  position: relative;
}

.featured_art_wrapper .product-collapse-image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.featured-image-carousel img {
  position: absolute;
  width: initial !important;
  vertical-align: bottom;
  padding: 15px;
}

.featured-image-carousel .product-collapse-image-wrapper {
  background: rgba(0, 0, 0, .3);
  height: 100%;
}

.featured-wrapper>div {
  //height: 500px;
}

.featured-wrapper .row {
  height: 100%;
}

.featured-image-carousel .product-collapse-image-wrapper>div {
  /*position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}

.featured-content-wrapper {
  height: 100%;
  background: rgba(0, 0, 0, .3);
  margin-top: 0 !important;
  position: relative;
}

.featured-content-wrapper .product-collapse-content {
  height: auto;
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  width: 100%;
}

/*
* Slider 4
*/

.immSlider-slide.full-width-content .wrapper-content-style-2 {
  width: 100%;
  float: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.curated-carousel {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  left: 10%;
}

.curated-image-wrapper {
  max-height: 500px;
}

.curated-image-wrapper img {
  max-height: 500px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.immSlider-slide.full-width-content.overlay-enable .wrapper-content-style-2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

.curated-carousel .curated-carousel-left {
  text-align: center;
}

.curated-carousel .curated-carousel-left h2 {
  font-size: 50px !important;
}

.curated-carousel .curated-carousel-left p {
  color: #FFF;
}

.curated-carousel .curated-carousel-right {
  padding: 0 40px;
}

.curated-carousel .owl-nav {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 15%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.curated-carousel .owl-next, .curated-carousel .owl-prev {
  display: inline-block;
}

.curated-carousel .owl-nav i {
  color: #fbc630;
  font-size: 26px;
}

.curated-carousel .art-title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 60px;
}

/**
* Immslider bullet nav
*/

.immSlider-control-paging {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.imm-slider .navigation-style-2 {
  display: none;
}

.immSlider-control-paging li {
  display: inline-block;
}

.immSlider-control-paging a {
  width: 20px;
  height: 20px;
  display: block;
  background: rgba(255, 255, 255, .7);
  margin: 5px;
  text-indent: -999px;
  border-radius: 50%;
  border: 1px solid #000;
}

.immSlider-control-paging a.immSlider-active {
  background-color: #fbc630;
}

.art-slider {
  margin-bottom: 15px;
  position: relative;
}

.scroll-to-gallery {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fbc630;
  font-weight: 600;
}

.scroll-to-gallery:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: top 300ms;
  -o-transition: top 300ms;
  transition: top 300ms;
}

.scroll-to-gallery:active, .scroll-to-gallery:focus, .scroll-to-gallery:hover, .scroll-to-gallery:visited {
  color: #fbc630;
}

.scroll-to-gallery:hover:after {
  top: 100%;
}

/**
* Shop Page Top Headline Content
*/

.shop-headline {
  padding: 60px 0;
  text-align: center;
}

.shop-headline h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.shop-headline h2 {
  color: #333;
  text-align: center;
}

.shop-headline p {
  color: #333;
}

/**
* Shop Page Products Filter
*/

.shop-filter {
  text-align: center;
  padding: 25px 0 0;
}

.shop-filter h3 {
  margin-bottom: 40px;
}

.shop-main-filter li:first-child {
  border-right: 0;
}

.shop-main-filter li:first-child span {
  font-size: 24px;
}

.shop-filter a {
  font-size: 24px;
  color: #333;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.shop-filter a.active, .shop-filter a:hover {
  color: #fbc630;
  border-bottom-color: #fbc630;
}

.shop-main-filter li, .shop-sub-filter li {
  border-right: 1px solid;
  margin-right: 20px;
  padding-right: 30px;
  margin-bottom: 10px;
}

.shop-main-filter li:last-child, .shop-sub-filter li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.shop-sub-filter {
  display: none;
}

.shop-sub-filter-wrapper {
  height: 0;
  -webkit-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}

.shop-sub-filter-wrapper.show {
  height: 90px;
}

.search-by-code-form {
  width: 300px;
  margin: 0 auto;
}

.no-products-filter {
  width: 100%;
  text-align: center;
}

.no-products-filter p {
  display: inline-block;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
  padding: 15px;
}

.no-products-filter .filter-message {
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
}

.no-products-filter .filter-message:after, .no-products-filter .filter-message:before {
  content: '"';
}

/**
* Customised product modal
*/

.customise-modal-desc {
  color: #fbc630;
  margin-bottom: 30px;
}

/**
* The Arts page (shop) Products Gallery
*/

.post-type-archive-product #content {
  margin-left: 100px;
}

.post-type-archive-product .products {
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-type-archive-product .products::after {
  content: '';
  -ms-flex-positive: 1e4;
  -webkit-box-flex: 1e4;
  -webkit-flex-grow: 1e4;
  -moz-box-flex: 1e4;
  flex-grow: 1e4;
  min-width: 20%;
}

.product-item {
  height: 100%;
  position: relative;
  margin-bottom: 0;
  /*-webkit-transition:opacity 500ms, -webkit-transform 500ms;
  transition:opacity 500ms, -webkit-transform 500ms;
  transition:opacity 500ms, transform 500ms;
  transition:opacity 500ms, transform 500ms, -webkit-transform 500ms;*/
  -webkit-transition: opacity 500ms, -webkit-transform 500ms;
  transition: opacity 500ms, -webkit-transform 500ms;
  -o-transition: opacity 500ms, transform 500ms;
  transition: opacity 500ms, transform 500ms;
  transition: opacity 500ms, transform 500ms, -webkit-transform 500ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.product-item.filter-hide {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -moz-box-flex: 0 !important;
  flex-grow: 0 !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 0 !important;
}

.product-image-wrapper {
  margin: 2px;
  position: relative;
  background-color: #e8e8e8;
  height: auto;
}

.product-image-wrapper img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
}

.product-item-collapse {
  background-color: #2A2A2A;
  margin-top: 0;
  position: relative;
  width: 100%;
  padding: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
  opacity: 1;
  z-index: -2;
}

.product-item-collapse.show {
  height: 500px;
  padding: 30px 0;
  margin-top: 20px;
  z-index: 9;
}

.btn-close-collapse {
  position: absolute;
  font-size: 28px;
  right: 10px;
  top: 0;
  color: #999;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: block;
}

.product-collapse-btn-group {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.product-collapse-btn-group>a {
  width: 32%;
}

.social-sharing-wrapper {
  width: 32%;
}

.social-sharing-wrapper button {
  width: 100%;
}

.social-sharing-wrapper .dropdown-menu {
  min-width: 202px;
}

.social-sharing-wrapper .addtoany_list.a2a_kit_size_32 a {
  font-size: 0;
}

.btn-close-collapse:hover {
  color: #FFF;
}

.fa-times-thin:before {
  content: '\00d7';
}

.products .product-collapse-image-wrapper img {
  max-height: 440px;
}

.product-collapse-image-wrapper {
  text-align: center;
}

.lazyload, .lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.product-collapse-artist p>a {
  position: relative;
  display: inline-block;
}

.product-collapse-artist p>a:active, .product-collapse-artist p>a:hover, .product-collapse-artist p>a:visited {
  color: #fbc630;
}

.product-collapse-artist p>a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-color: #fbc630;
  left: 0;
  top: 100%;
}

.product-collapse-artist p>a:hover:after {
  width: 100%;
}

.product-collapse-artist>p, .product-collapse-footer>p {
  margin-bottom: 10px;
}

.product-item-collapse.collapsed {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product-collapse-content {
  border: 1px solid #FFF;
  height: 100%;
  text-align: center;
  padding: 20px;
}

.product-collapse-content p {
  color: #FFF;
}

.product-collapse-content .product-title {
  text-transform: uppercase;
  color: #FFF;
  margin-top: 0;
  display: inline-block;
}

.product-collapse-content img {
  margin-bottom: 30px;
  width: 75px;
  height: 75px;
}

.product-collapse-image-wrapper {
  position: relative;
}

.products .product-collapse-image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-item .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #2A2A2A;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.button-primary,  .my-account-wrapper .profile-detail button.button-primary{
  background-color: #fbc630;
  color: #2A2A2A;
  padding: 10px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border: 1px solid transparent;
  font-size: 13px;
}

/*.button-primary:active, .button-primary:focus, .button-primary:visited {
  color: #2A2A2A;
}*/

.button-primary:hover {
  border-color: #fbc630;
  background-color: transparent;
  color: #fbc630;
}

.button-primary .fa-star {
  background-color: #2A2A2A;
  color: #fbc630;
  border-radius: 50%;
}

.button-primary:hover .fa-star {
  color: #2A2A2A;
  background-color: #fbc630;
}

/**
* Shop bottom section
*/

.shop-bottom-section {
  padding: 40px 0;
}

/**
* Shop Page Section Title
*/

.shop-section-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
}

.shop-section-title:after {
  display: block;
  width: 200px;
  height: 2px;
  margin: 20px auto auto;
  content: '';
  background-color: #cacaca;
}

/**
* Shop Page Bottom 4 Grid Section
*/

.shop-four-grid {
  text-align: center;
  padding: 40px 0;
}

.shop-four-grid .grid-item i {
  font-size: 60px;
}

.shop-four-grid .grid-item p {
  line-height: 1.4;
}

.shop-four-grid .grid-item h4 {
  height: 52px;
}

/**
* Testimonial Section
*/

.testimonial-carousel {
  position: relative;
}

.testimonial-item img {
  float: left;
  width: 75px !important;
  display: inline-block;
}

.testimonial-item {
  overflow: hidden;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.testimonial-carousel .owl-prev {
  float: left;
  position: absolute;
  left: -100px;
}

.testimonial-carousel .owl-next {
  float: right;
  position: absolute;
  right: -100px;
}

.testimonial-carousel .owl-nav i {
  font-size: 40px;
  color: #fbc630;
}

/**
* Wishlist Page
*/

.wishlist-wrapper table {
  border: 1px solid #333;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.wishlist-wrapper td {
  padding: 15px;
}

.wishlist-wrapper tr {
  border-bottom: 1px solid #333;
}

.wishlist-wrapper table tr:last-child {
  border-bottom: 0;
}

.wishlist-wrapper table p {
  margin-bottom: 0;
}

.wishlist-image {
  border-right: 1px solid #262626;
  width: 20%;
  text-align: center;
}

.wishlist-button, .wishlist-name {
  width: 40%;
  position: relative;
}

.wishlist-button>div {
  right: 20px;
}

.btn-remove-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.btn-remove-wishlist i {
  font-size: 30px;
}

.no-wishlist a, .no-wishlist p, .wishlist-wrapper .wishlist-name a {
  font-weight: 400;
}

.no-wishlist {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  padding: 30px 0;
}

/**
* Blog
*/

.blog-container {
  margin: 30px auto 0;
}

.blog-thumb {
  position: relative;
  height: 180px;
  background-color: #e8e8e8;
}

.blog-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  vertical-align: bottom;
}

.blog-thumb:after {
  padding-bottom: 60%;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blog-item {
  border: 1px solid #e8e8e8;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
  -o-transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
  transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

.blog-item:hover {
  -webkit-flex-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.blog-item .button-yb {
  font-size: 14px;
  margin-top: 5px;
}

.blog-body {
  padding: 15px;
}

.blog-body h3 {
  margin-top: 0;
  text-transform: uppercase;
  height: 54px;
}

.blog-body h3>a {
  font-weight: 400;
}

.blog-metadata a, .blog-metadata p {
  font-size: 14px;
}

.blog-metadata p {
  color: #999;
}

.blog-metadata {
  margin-bottom: 25px;
}

.blog .pagination ul {
  list-style: none;
}

.blog .pagination li {
  display: inline-block;
}

.blog .pagination a, .blog .pagination span {
  background-color: #262626;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fbc630;
  border: 1px solid #262626;
}

.blog .pagination a.next, .blog .pagination a.prev {
  width: auto;
  padding: 0 10px;
}

.blog .pagination a:hover, .blog .pagination span {
  background-color: transparent;
  color: #262626;
}

.blog .pagination {
  width: 100%;
  text-align: center;
}

.recent-post-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}

.blog-title {
  text-transform: uppercase;
}

/**
* Single Art Page
*/

.button-custom-order {
  margin-right: 0 !important;
}

.image-product .item>span img.recalculate-image.potrait {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
}

.image-product .item>span {
  background: rgba(0, 0, 0, .4);
}

.image-product .owl-item {
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.thumbnail-image .owl-item.current, .thumbnail-image .owl-item:hover {
  border-color: #fbc630;
}

.thumbnail-image .item {
  position: relative;
}

.thumbnail-image .thumbnail-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  top: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.image-product .owl-item.current .thumbnail-caption, .thumbnail-image .item:hover .thumbnail-caption {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.thumbnail-image .thumbnail-caption p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fbc630;
  text-transform: uppercase;
  font-weight: 400;
}

/**
* Subscribe Form
*/

.subscribe-form input[type="email"] {
  border-radius: 0;
  background-color: transparent;
  color: #FFF;
}

.subscribe-form input[type="email"]:focus {
  border-color: #fbc630;
  -webkit-flex-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subscribe-form button {
  padding: 9px;
  margin-left: 5px;
  text-transform: uppercase;
}

/**
* Single Back Button
*/

.single-product-back {
  float: right;
  position: relative;
  right: 60px;
  text-align: center;
  padding: 0 10px;
  background-color: #fbc630;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
}

/**
* AJAX Search
*/

.side-menu-overlay {
  width: 100%;
  height: 100%;
  background-color: #262626;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  padding: 15px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.side-menu-overlay.opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.close-side-overlay {
  overflow: hidden;
}

.close-side-overlay a {
  float: right;
}

.close-side-overlay i {
  font-size: 60px;
  color: #FFF;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.close-side-overlay i:hover {
  color: #fbc630;
}

.ajax-search-result {
  overflow-y: auto;
  margin-top: 15px;
  max-height: 85%;
}

.ajax-search-message {
  color: #FFF;
  margin-top: 5px;
}

.ajax-search-result .ajax-search-item {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #333;
  padding: 5px;
  overflow: hidden;
}

.ajax-search-result .ajax-search-thumb {
  width: 30%;
  height: 100px;
  float: left;
  position: relative;
  background-color: #262626;
}

.ajax-search-result .ajax-search-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ajax-search-result .ajax-search-body {
  width: calc(70% - 15px);
  float: left;
  margin-left: 15px;
}

.ajax-search-result .post-type-text {
  font-weight: 400;
  text-transform: uppercase;
  color: #fbc630;
}

.ajax-search-result .ajax-search-body .ajax-search-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.ajax-search-result .ajax-search-title:after {
  width: 0;
  height: 1px;
  content: '';
  background-color: transparent;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  position: absolute;
  top: 100%;
  left: 0;
}

.ajax-search-result .ajax-search-title:active, .ajax-search-result .ajax-search-title:hover, .ajax-search-result .ajax-search-title:visited {
  color: #fbc630;
  text-decoration: none !important;
}

.ajax-search-result .ajax-search-title:hover:after {
  width: 100%;
  background-color: #fbc630;
}

.ajax-search-body .ajax-search-title span {
  color: #FFF;
}

.ajax-search-body .button-primary {
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

.ajax-search-no-result {
  color: #FFF;
  text-align: center;
  margin-top: 30px;
}

.side-search-form input[type="text"] {
  background-color: transparent;
  color: #FFF;
  border-radius: 0;
  border-color: #fbc630;
}

.side-search-form input[type="text"]:focus {
  -webkit-flex-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fbc630;
}

.side-search-form .input-group-addon {
  background-color: #fbc630;
  border-color: transparent;
  border-radius: 0;
  color: #000;
}

/**
* Mobile Navbar
*/

.mobile-navbar {
  height: 60px;
  width: 100%;
  background-color: #262626;
  position: fixed;
  z-index: 999;
  left: 0;
  display: none;
}

.mobile-navbar .sidenav-menu-icon {
  margin-left: 10px !important;
  margin-top: 5px !important;
  display: inline-block;
}

.mobile-navbar-logo {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mobile-navbar-logo img {
  height: 50px;
}

/**
* Min Height page
*/

.thank-you-subscribe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.internal-page #main .thank-you-subscribe .button-wrapper .button-large {
  color: #fbc630 !important;
  text-decoration: none !important;
}

.thank-you-subscribe p {
  font-size: 26px;
  text-align: center;
}

.min-height-page #primary {
  min-height: 640px;
  position: relative;
}
