/*------------- #WIDGETS --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #W-About --------------*/
.w-about {
  float: left; }
  .w-about .w-about-text {
    font-weight: 400; }

.w-about-photo .photo-wrap {
  float: left;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  max-width: 45%; }
  .w-about-photo .photo-wrap:hover .overlay {
    opacity: 0; }

/*------------- #W-Subscribe --------------*/
.w-subscribe {
  float: left; }
  .w-subscribe .input {
    border: none;
    background-color: #333;
    padding: 10px;
    color: #999; }
  .w-subscribe .input-btn {
    width: 60px;
    height: 100%;
    background-color: #c8b163;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: .8;
    transition: all .3s linear; }
    .w-subscribe .input-btn i {
      color: #222;
      font-size: 20px;
      top: 50%;
      position: absolute;
      margin-top: -10px;
      left: 25px; }
    .w-subscribe .input-btn:hover {
      opacity: 1; }
  .w-subscribe .input-wrapper {
    position: relative; }

/*------------- #W-Instagram --------------*/
.w-instagram {
  float: left; }
  .w-instagram .photo-item {
    float: left;
    padding: 0 10px 10px 0;
    text-align: center;
    position: relative;
    cursor: pointer; }
    .w-instagram .photo-item:hover .overlay {
      opacity: 0; }
  .w-instagram .photo-item-wrap {
    position: relative;
    float: left;
    width: 100%; }

/*------------- #W-card --------------*/
.w-card {
  position: relative; }

.w-card__info p {
  margin-bottom: 40px; }

/*------------- #W-links --------------*/
.w-links {
  position: relative; }

.w-links-lists li {
  margin: 10px 0;
  transition: all .3s linear;
  font-weight: 400; }
  .w-links-lists li a {
    color: #999; }
  .w-links-lists li:hover a {
    color: #fff; }

/*------------- #W-flicker --------------*/
.w-flicker {
  position: relative;
  overflow: hidden; }
  .w-flicker .photo-item {
    float: left;
    margin-bottom: 7px;
    text-align: center;
    position: relative; }
    @media (max-width: 1024px) {
      .w-flicker .photo-item {
        margin-right: 7px; } }
    .w-flicker .photo-item:hover .overlay {
      opacity: 0; }
  .w-flicker .photo-item-wrap {
    position: relative;
    float: left;
    width: auto;
    cursor: pointer; }
  .w-flicker .overlay {
    opacity: .3; }
  .w-flicker.col-4 .photo-item {
    width: 25%; }
    @media (max-width: 768px) {
      .w-flicker.col-4 .photo-item {
        width: auto; } }

/*------------- #W-recent-post --------------*/
.w-recent__title {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.8;
  font-family: "Merriweather", Arial, "Helvetica Neue", Helvetica, serif;
  font-weight: 400;
  color: #999;
  display: block; }
  .w-recent__title:hover {
    color: #fff; }

.w-recent-post .w-recent__item {
  margin-bottom: 30px; }
  .w-recent-post .w-recent__item:last-of-type {
    margin-bottom: 0; }

.w-recent-post .post-additional-info {
  font-size: 12px;
  font-style: italic;
  color: #666; }
  .w-recent-post .post-additional-info .post__comments {
    color: inherit; }
    .w-recent-post .post-additional-info .post__comments:hover {
      color: #fff; }

.widget {
  margin-bottom: 60px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .widget {
      margin-bottom: 30px; } }
  .widget .widget__title {
    margin-bottom: 15px; }

/*------------- #W-filter --------------*/
.w-filter .price_slider_wrapper .ui-widget-content {
  background: #ccc;
  border-radius: 1em;
  height: 1px;
  position: relative;
  text-align: left;
  margin-bottom: 25px; }
  .w-filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    background-color: #ec6e00;
    bottom: 0;
    height: 3px;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em; }
  .w-filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: ew-resize;
    outline: 0;
    background: transparent;
    box-sizing: border-box;
    margin-top: -.43em;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #ec6e00; }
    .w-filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-child {
      margin-left: -1em; }

.w-filter .price_slider_wrapper .price_slider_amount {
  text-align: left;
  font-size: 13px;
  color: #666;
  font-weight: 400; }

/*------------- #w-category --------------*/
.w-category .categories .cat-item {
  margin-bottom: 15px; }
  .w-category .categories .cat-item a {
    font-size: 13px;
    color: #666;
    transition: all .3s ease;
    font-weight: 400; }
    .w-category .categories .cat-item a:before {
      content: '\f105';
      position: relative;
      margin-right: 15px;
      font-size: 13px;
      color: #666;
      font-family: FontAwesome;
      transition: all .3s ease; }
  .w-category .categories .cat-item:hover a {
    color: #ec6e00; }
    .w-category .categories .cat-item:hover a:before {
      color: #ec6e00;
      margin-left: 5px; }

/*------------- #W-tags --------------*/
.w-tags {
  overflow: hidden; }
  .w-tags .tags-wrap li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    transition: all .3s ease; }
    .w-tags .tags-wrap li .w-tags-item {
      font-size: 11px;
      color: #666;
      transition: all .3s ease; }
    .w-tags .tags-wrap li:hover {
      background-color: #222;
      border-color: #222; }
      .w-tags .tags-wrap li:hover .w-tags-item {
        color: #ec6e00; }

/*------------- #W-hot-product --------------*/
.w-hot-product .w-hot-product-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .w-hot-product .w-hot-product-item img {
    float: left;
    min-width: 77px; }
    @media (max-width: 800px) {
      .w-hot-product .w-hot-product-item img {
        min-width: auto; } }
  .w-hot-product .w-hot-product-item .hot-product-content {
    padding-left: 30px; }
    .w-hot-product .w-hot-product-item .hot-product-content .hot-product-description {
      color: #666;
      margin-bottom: 20px;
      display: block;
      transition: all .3s ease; }
      .w-hot-product .w-hot-product-item .hot-product-content .hot-product-description:hover {
        color: #ec6e00; }
    .w-hot-product .w-hot-product-item .hot-product-content .hot-product-price {
      font-size: 14px;
      color: #333;
      font-weight: 400; }

/*------------- #W-banner --------------*/
.w-banner .title {
  font-size: 11px;
  color: #999;
  margin-bottom: 10px; }

.w-banner .w-banner-thumb {
  position: relative;
  float: left; }
  .w-banner .w-banner-thumb .x {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .w-banner .w-banner-thumb .x span {
      display: block;
      height: 1px;
      background: #fff;
      margin: auto;
      width: 100%;
      transition: all .3s ease;
      left: 0;
      top: 50%;
      position: absolute; }
      .w-banner .w-banner-thumb .x span:first-of-type {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
      .w-banner .w-banner-thumb .x span:last-of-type {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
  .w-banner .w-banner-thumb .banner-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    font-weight: 400; }
    @media (max-width: 800px) {
      .w-banner .w-banner-thumb .banner-title {
        left: 5px;
        font-size: 12px; } }
  .w-banner .w-banner-thumb .banner-size {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    font-weight: 400; }
    @media (max-width: 800px) {
      .w-banner .w-banner-thumb .banner-size {
        right: 5px;
        font-size: 12px; } }

/*------------- #W-Search --------------*/
.contact-form .w-search {
  position: relative;
  margin-bottom: 0; }
  .contact-form .w-search .input-wrap input {
    text-transform: none;
    border: 1px solid #eee;
    margin-bottom: 0;
    background-color: #f5f5f5;
    transition: all .3s ease; }
    .contact-form .w-search .input-wrap input:focus {
      border-color: #ec6e00;
      color: #999; }
  .contact-form .w-search button {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
    color: #a0a0a0;
    background: transparent;
    margin-top: 0;
    border: none; }

/*------------- #W-popular-posts --------------*/
.w-popular-posts .w-popular-posts-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .w-popular-posts .w-popular-posts-item img {
    float: left;
    min-width: 88px; }
  .w-popular-posts .w-popular-posts-item .popular-posts-content {
    padding-left: 30px; }
    .w-popular-posts .w-popular-posts-item .popular-posts-content .post__date {
      font-size: 11px;
      font-weight: 400;
      margin-bottom: 5px;
      font-style: normal;
      display: block; }
    .w-popular-posts .w-popular-posts-item .popular-posts-content .popular-posts-title {
      margin-bottom: 0; }
      .w-popular-posts .w-popular-posts-item .popular-posts-content .popular-posts-title a {
        color: #666;
        font-weight: 400;
        transition: all .3s ease;
        line-height: 1.5;
        display: block; }
        .w-popular-posts .w-popular-posts-item .popular-posts-content .popular-posts-title a:hover {
          color: #ec6e00; }
