/* -------------------------------------------- *
 * Import Setting
 */
/* -------------------------------------------- *
 * Parallax Bg
 */
.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/* Header ================================================================================ */
.header-container .top-mini-cart .number-items {
  background-color: #8b976a;
}
.header-container .top-mini-cart .cart-item-title a:hover {
  color: #8b976a;
}
.header-container .top-mini-cart .btn-checkout:hover {
  background-color: #8b976a;
  border: 1px solid #8b976a;
  color: #fff !important;
}

/*** top setting ***/
.top-setting .list-setting li a:hover {
  color: #8b976a;
}
.top-setting .list-setting .selected a {
  color: #8b976a !important;
}

/***================== Header Type 1 ====================***/
.header-container.type1 .top-search a:hover, .header-container.type1 .top-search a:focus, .header-container.type1 .top-search a:active, .header-container.type1 .top-setting a:hover, .header-container.type1 .top-setting a:focus, .header-container.type1 .top-setting a:active {
  color: #8b976a !important;
}

/***================== Header Type 2 ====================***/
.header-container.type2 .setting a:hover {
  color: #8b976a !important;
}
.header-container.type2 .setting .selected a {
  color: #8b976a !important;
}

/***================== Header Type 3 ====================***/
.header-container.type3 .top-bar ul > li > a:hover, .header-container.type3 .top-bar ul > li > a:focus, .header-container.type3 .top-bar ul > li > a:active {
  color: #8b976a !important;
}
.header-container.type3 .top-bar a:hover, .header-container.type3 .top-bar a:focus, .header-container.type3 .top-bar a:active {
  color: #8b976a;
}
.header-container.type3 .top-bar .setting a:hover, .header-container.type3 .top-bar .setting a:focus, .header-container.type3 .top-bar .setting a:active {
  color: #8b976a;
}
.header-container.type3 .top-bar .setting .selected a {
  color: #8b976a !important;
}

/***================== Header Type 4 ====================***/
.header-container.type4 .top-bar ul > li > a:hover, .header-container.type4 .top-bar ul > li > a:focus, .header-container.type4 .top-bar ul > li > a:active {
  color: #8b976a !important;
}
.header-container.type4 .top-bar a:hover, .header-container.type4 .top-bar a:focus, .header-container.type4 .top-bar a:active {
  color: #8b976a;
}
.header-container.type4 .top-bar .setting a:hover, .header-container.type4 .top-bar .setting a:focus, .header-container.type4 .top-bar .setting a:active {
  color: #8b976a;
}
.header-container.type4 .top-bar .setting .selected a {
  color: #8b976a !important;
}
.header-container.type4 .header-middle .icon {
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-container.type4 .header-middle .header-left .top-contact:hover .icon {
  background-color: #8b976a !important;
  border-color: #8b976a !important;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-container.type4 .header-middle .header-right .top-mini-cart a:hover .price-cart {
  color: #8b976a;
}
.header-container.type4 .header-middle .header-right .top-mini-cart a:hover .icon {
  background-color: #8b976a !important;
  border-color: #8b976a !important;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-container.type4 .header-bottom .content-menu {
  background-color: #8b976a;
}

/***** Main Menu *****/
@media (min-width: 992px) {
  .main-menu nav {
    margin-left: 35px;
  }
  .main-menu nav > ul {
    text-align: left;
  }
  .main-menu nav > ul > li > a {
    color: #fff;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .main-menu nav > ul > li:nth-child(1) a {
    padding-left: 0px !important;
  }
  .main-menu nav > ul > li:nth-child(1) a {
    padding-left: 0px !important;
  }
  .main-menu nav .mega-menu a:hover, .main-menu nav .mega-menu a:focus, .main-menu nav .mega-menu a:active {
	color: #fff;
	background: #8b976a;
  }
}
/* columns slider */
/* Main Container ========================================================================= */
.block-title2:before {
  background-color: #8b976a;
}

.columns-home4-slider .owl-prev:hover, .columns-home4-slider .owl-next:hover {
  background-color: #8b976a;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.columns-home4-slider .owl-prev:hover:before, .columns-home4-slider .owl-next:hover:before {
  color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.columns-slider .owl-prev:hover:before, .columns-slider .owl-next:hover:before {
  color: #8b976a;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* Product View ========================================================================== */
/* action */
.action a.add_to_cart {
  background-color: #8b976a;
  float: none;
  display: inline-blockl;
}
.action a.add_to_cart:hover {
  opacity: 0.8;
}
.action a.add_to_wishlist:hover,
.action a.add_to_compare:hover {
  border-color: #8b976a;
  background-color: #8b976a;
  color: #fff;
}

/* product links */
.add_links:before {
  background-color: #8b976a;
}

/* Footer ================================================================================ */
/***================== Footer Type 1 ====================***/
.footer-container.type1 .footer-middle .footer-links a {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-container.type1 .footer-middle .footer-links a:hover {
  color: #8b976a;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/***================== Footer Type 2 ====================***/
.footer-container.type2 {
  position: relative;
}
.footer-container.type2 .footer-left .footer-contact:before {
  background-color: #8b976a;
}
.footer-container.type2 .footer-left .social a:hover, .footer-container.type2 .footer-left .social a:focus, .footer-container.type2 .footer-left .social a:active {
  color: #8b976a !important;
}
.footer-container.type2 .footer-right a {
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.footer-container.type2 .footer-right a:hover, .footer-container.type2 .footer-right a:focus, .footer-container.type2 .footer-right a:active {
  padding-left: 10px;
  color: #8b976a !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.footer-container.type2 .footer-right h4 {
  padding-bottom: 10px;
}
.footer-container.type2 .footer-right h4:before {
  background-color: #8b976a;
}

/***================== Footer Type 3 ====================***/
.footer-container.type3 .footer-top .social li {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-container.type3 .footer-top .social li:hover {
  background-color: #8b976a;
  border-color: #8b976a;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-container.type3 .footer-top .social li:hover a {
  color: #fff;
}
.footer-container.type3 .footer-top .newsletter button {
  color: #8b976a;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-container.type3 .footer-top .newsletter button:hover {
  background-color: #8b976a;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-container.type3 .footer-middle .footer-links h4::before {
  background-color: #8b976a;
}
.footer-container.type3 .footer-middle .footer-links a:hover {
  padding-left: 10px;
  color: #8b976a;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-container.type3 .footer-middle .footer-links .list-nstagram a:hover {
  padding: 0;
}

/***================== Footer Type 4 ====================***/
.footer-container.type4 .footer-middle .footer-links h4::before {
  background-color: #8b976a;
}
.footer-container.type4 .footer-middle .footer-links a:hover {
  color: #8b976a;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-container.type4 .footer-middle .footer-links .social li:hover {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-container.type4 .footer-middle .footer-links .social li:hover a {
  color: #8b976a;
}

.copyright-footer a {
  color: #8b976a;
}

/*** Slider Banner ***/
.slider-banner .container {
  height: 100%;
  position: relative;
}
.slider-banner .sliders-wrap .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.slider-banner .owl-nav {
  display: none;
}
.slider-banner .owl-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.slider-banner .owl-dots .owl-dot {
  display: inline-table;
  margin-left: 3px;
  vertical-align: middle;
}
.slider-banner .owl-dots .owl-dot span {
  background-color: #b8b8b8;
  vertical-align: middle;
  display: block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slider-banner .owl-dots .owl-dot.active {
  vertical-align: middle;
}
.slider-banner .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-color: #8b976a;
}
.slider-banner .owl-caption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.slider-banner .content-block {
  position: absolute;
  margin: auto;
  top: -40px;
  bottom: 0;
  display: inline-block;
  text-align: left;
  width: 47%;
}
.slider-banner .content-block h5 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  color: #838282;
}
.slider-banner .content-block h2 {
  font-weight: 400;
  position: relative;
  margin: 0;
  letter-spacing: 2px;
  color: #ccc;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8;
}
.slider-banner .content-block h2:before {
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: #ccc;
}
.slider-banner .content-block .shop-now-link {
  font-weight: 400;
  padding: 10px 25px;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  color: #ccc;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slider-banner .content-block .shop-now-link:hover, .slider-banner .content-block .shop-now-link:focus, .slider-banner .content-block .shop-now-link:active {
  text-decoration: none;
  color: #fff;
  background-color: #8b976a;
  border-color: #8b976a;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slider-banner .item {
  float: left;
  position: relative;
  width: 100%;
}
.slider-banner .item img {
  width: 100%;
}

.active .right-slider {
  right: 0;
}
.active .right-slider h2 {
  animation-name: zoomIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .right-slider h5 {
  animation-name: zoomOut;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .right-slider .shop-now-link {
  position: relative;
  top: 0;
  -moz-animation: fadeInUp 0.3s ease-in 1s backwards;
  -webkit-animation: fadeInUp 0.3s ease-in 1s backwards;
  animation: fadeInUp 0.3s ease-in 1s backwards;
}
.active .left-slider {
  left: 0;
}
.active .left-slider h2 {
  animation-name: bounceInDown;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .left-slider h5 {
  animation-name: bounceInDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .left-slider .shop-now-link {
  position: relative;
  top: 0;
  -moz-animation: fadeInUp 0.3s ease-in 1s backwards;
  -webkit-animation: fadeInUp 0.3s ease-in 1s backwards;
  animation: fadeInUp 0.3s ease-in 1s backwards;
}

.sliders-wrap .content-block {
  display: block;
  opacity: 1;
}
.sliders-wrap .right-slider {
  right: 0px;
}
.sliders-wrap .left-slider {
  left: 15px;
}
.sliders-wrap .center-slider {
  left: 0;
  right: 0;
}

@media (min-width: 1200px) {
.slider-banner .content-block h2 {
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 34px;
	line-height: 1.4;
}
  .slider-banner .content-block {
    max-height: 280px;
  }
  .slider-banner .shop-now-link {
    /* margin-top: 50px !important; */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-banner .content-block h2 {
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .slider-banner .content-block p {
    padding-top: 20px;
  }
  .slider-banner .content-block {
    top: 0 !important;
    max-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-banner .content-block h2 {
    font-size: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .slider-banner .content-block h5 {
    font-size: 18px;
  }
  .slider-banner .content-block {
    max-height: 215px;
  }
}
@media (min-width: 768px) {
  .slider-banner .shop-now-link {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .slider-banner .content-block h2 {
    padding-bottom: 0;
    padding-top: 15px;
    font-size: 13px;
    margin-bottom: 0;
  }
  .slider-banner .content-block h2::before {
    display: none;
  }
  .slider-banner .content-block h5 {
    font-size: 16px;
  }
  .slider-banner .shop-now-link {
    display: none !important;
  }
  .slider-banner .content-block {
    max-height: 78px;
  }
}
@media (max-width: 480px) {
  .slider-banner .content-block {
    width: 65% !important;
  }
}
/*** banner links ***/
.banner-links {
  padding-top: 70px;
}
.banner-links .banner-box img {
  width: 100%;
}
@media (max-width: 767px) {
  .banner-links .banner-box {
    margin-bottom: 20px;
  }
}

/*** top selling ***/
.top-selling {
  padding-top: 70px;
  padding-bottom: 30px;
}

/*** banner ***/
.banner {
  padding: 190px 0;
  background-image: url("../images/f4.jpg");
  text-align: center;
}
.banner h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 2;
}

/*** featured category ***/
.featured-category {
  padding-top: 70px;
  padding-bottom: 70px;
}
.featured-category a {
  display: block;
}
.featured-category a img {
  width: 100%;
  max-width: 100%;
}
.featured-category .cat-title {
	padding: 15px 10px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 0;
}
.featured-category .cat-title .h4-title {
  font-size: 13px;
  font-family: "Lato-Medium";
  text-transform: uppercase;
  color: #363636;
  letter-spacing: 2px;
}
.featured-category .cat-bag .cat-title {
  background-color: #cedbec;
}
.featured-category .cat-collections .cat-title {
  background-color: #f3e5f5;
}
.featured-category .cat-shoes .cat-title {
  background-color: #cdeace;
}
.featured-category .cat-demin .cat-title {
  background-color: #ffecb3;
}
.featured-category .owl-prev, .featured-category .owl-next {
  top: 38%;
}

/*** latest collection ***/
.latest-collection {
  position: relative;
  background-color: #f7f7f7;
}
.latest-collection .box-img img {
  width: auto;
}
.latest-collection .box-img .man-collection img {
  margin-top: 70px;
}
.latest-collection .box-content h4 {
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
  font-size: 24px;
  color: #2f2f2f;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.latest-collection .box-content h4:before {
  content: "~~~";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 17px;
}
.latest-collection .box-content p {
  font-weight: 400;
  line-height: 2;
  font-size: 15px;
  color: #363636;
}
.latest-collection .box-content .shop-now {
  font-weight: 400;
  padding: 14px 30px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #8b976a;
  color: #fff;
  margin-top: 27px;
}
.latest-collection .box-content .shop-now:hover, .latest-collection .box-content .shop-now:focus, .latest-collection .box-content .shop-now:active {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .latest-collection .box-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 370px;
    height: 370px;
    background-color: #fff;
    padding: 70px 50px;
  }
}
@media (max-width: 767px) {
  .latest-collection .box-content {
    padding: 40px 0;
  }
}

/***  speacial look ***/
.speacial-look {
  padding-top: 70px;
  padding-bottom: 75px;
}
.speacial-look .block-content .item-cat {
  padding: 10px;
  float: left;
}
.speacial-look .block-content .item-cat a {
  display: block;
  position: relative;
}
.speacial-look .block-content .item-cat a:hover .box-content-hover {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.speacial-look .block-content .item-cat img {
  width: 100%;
}
@media (min-width: 768px) {
  .speacial-look .block-content .item-cat:nth-child(4), .speacial-look .block-content .item-cat:nth-child(8) {
    clear: both;
  }
  .speacial-look .block-content .item-cat3 {
    width: 25%;
  }
  .speacial-look .block-content .item-cat2 {
    width: 33.5%;
  }
  .speacial-look .block-content .item-cat1 {
    width: 41.5%;
  }
}
@media (max-width: 767px) {
  .speacial-look .block-content .item-cat {
    width: 100%;
  }
}
.speacial-look .item-cat1 .box-content-hover .box-content {
  padding-top: 18%;
}
.speacial-look .item-cat2 .box-content-hover .box-content {
  padding-top: 23%;
}
.speacial-look .item-cat3 .box-content-hover .box-content {
  padding-top: 33%;
}
.speacial-look .box-content-hover {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.speacial-look .box-content-hover .box-content {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: 100%;
}
.speacial-look .box-content-hover .h5-title {
  margin-top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.speacial-look .box-content-hover .block-price {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

/*** Blog ***/
.blog {
  padding-top: 70px;
  padding-bottom: 65px;
  background-color: #f9f9f9;
}
.blog .block-title3 {
  border-top: 1px solid #e3e3e3;
}
.blog .block-title3 h4 {
  background-color: #f9f9f9;
}
.blog .blog-thumbnail {
  float: left;
  position: relative;
}
.blog .blog-thumbnail a {
  display: block;
  float: left;
}
.blog .blog-thumbnail img {
  max-width: 100%;
}
.blog .blog-content {
  margin-top: 20px;
  float: left;
  padding-bottom: 3px;
}
.blog .blog-content h4 {
  margin: 10px 0;
  display: block;
  color: #2f2f2f;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
}
.blog .blog-content h4 a {
  color: #363636;
  text-transform: uppercase;
}
.blog .blog-content h4 a:hover, .blog .blog-content h4 a:focus, .blog .blog-content h4 a:active {
  color: #8b976a;
  text-decoration: none;
}
.blog .blog-content p {
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}
.blog .blog-content .blog-preview_posted span {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: 400;
  text-transform: capitalize;
}
.blog .blog-content .blog-preview_posted .blog-preview_comments a {
  color: #9f9f9f;
}
.blog .blog-content .blog-preview_posted .blog-preview_comments a:hover, .blog .blog-content .blog-preview_posted .blog-preview_comments a:focus, .blog .blog-content .blog-preview_posted .blog-preview_comments a:active {
  text-decoration: none;
}
.blog .blog-content .read-more {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 3px;
  color: #8b976a;
}
.blog .blog-content .read-more:hover, .blog .blog-content .read-more:focus, .blog .blog-content .read-more:active {
  border-bottom: 1px solid #8b976a;
}
.blog .owl-prev, .blog .owl-next {
  top: 24%;
}

/*** Newsletter ***/
.newsletter {
  padding-top: 60px;
  padding-bottom: 70px;
  clear: both;
  display: block;
  text-align: center;
}
.newsletter h4 {
  font-family: "Lato-Medium";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.newsletter p {
  font-size: 16px;
  color: #5f5f5f;
  font-weight: 400;
  padding-bottom: 40px;
  margin-top: 20px;
}
.newsletter form.form-inline {
  margin: 0 auto;
}
.newsletter .form-control {
  height: 55px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  float: left;
  box-shadow: none !important;
  -webkit-transition: none !important;
}
.newsletter button {
  height: 55px;
  width: 140px;
  background-color: #f7f7f7;
  display: inline-block;
  border: 0;
  float: left;
  margin-left: -1px;
  text-transform: uppercase;
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.newsletter button:hover {
  color: #fff;
  background-color: #8b976a;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
  .newsletter form.form-inline {
    width: 650px;
  }
  .newsletter .form-control {
    width: 490px !important;
  }
}
@media (max-width: 767px) {
  .newsletter form.form-inline {
    width: auto;
  }
  .newsletter .form-control {
    width: auto;
    min-width: 250px;
  }
}
@media (max-width: 480px) {
  .newsletter .form-control {
    min-width: 200px !important;
  }
  .newsletter button {
    width: 100px !important;
  }
}

/*# sourceMappingURL=homeware-4.css.map */


.action {
	text-align: center;
}
.product-name {
	text-align: center;
}