table.variations {
    max-height: 250px;
    overflow-y: auto;
    display: block;
    margin-bottom: 30px !important;
    padding: 10px;
}
table.variations::-webkit-scrollbar {
    width: 12px;
}
table.variations::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
table.variations::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ff9801;
}
.product_meta > span {
    padding-top: 10px;
}
.woocommerce div.product form.cart .reset_variations {
    margin-top: 10px;
}
.modus-block-left a.woocommerce-review-link:before {
    top: 5px !important;
}
.woocommerce div.product form.cart .variations label {
    color: black !important;
    font-size: 15px !important;
}
.variations .label {
    background: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: black !important;
}
.sku_wrapper {
    display: none !important;
}
ul#menu-infomation,h3.widget-title,ul#menu-my-account {
    display: block !important;
}
.mini-cart .icon-search, .mini-cart .user-guest {
    margin-left: 15px;
    height: 22px;
    margin-right: 15px;
}
ul.nav-mail-hourse span {
    display: block !important;
    display: inline !important;
    font-size: 20px;
    color: #FF9801;
    margin: 0 5px;
}
.modus-testi .beans-slide .boxtm-img {
	display: none !important;
}
.newsletter-sub .vc_column-inner {
    background-position: 0 0!important;
}

.banner-contents {
  max-width: 70%;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.banner-contents h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 40px;
}
.banner-contents h3 {
	color: #fff;
	font-size: 35px;
	margin: 10px 0;
	font-weight: lighter;
}
.banner-contents p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.banner-module {
  display: block;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: calc(100vh - 190px);
}
@media (min-width: 1024px) {
	.banner-module {
		min-height: calc(100vh - 190px);
	}
}
.banner-module:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.banner-sub-module .banner-sm {
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 35px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	-webkit-transition: .5s all;
	transition: .5s all;
}
@media (max-width: 991px) {
	.banner-sub-module {
		flex-wrap: wrap;
	}
	.banner-sub-module .banner-sm {
		width: 50%;
		flex: 1 0 50%;
	}
}
.banner-sm i {
	width: 100%;
	font-size: 35px;
	margin-bottom: 15px;
}
/* .banner-sub-module .banner-sm:hover {
	background-color: #999;
} */
.banner-sm p {
	margin: 0;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
.banner-sub-module {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: rgba(240,240,240,.3);
  margin-top: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-contents a {
  background: #F26728;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-top: 25px;
  display: inline-block;
  -webkit-transition: .5s all;
  transition: .5s all;
}
.banner-contents a:hover {
  background: #FF9801;
  color: #fff;
}
.banner-sm i {
	width: 100%;
	font-size: 35px;
	margin-bottom: 15px;
}
.cat-top-seller {
	display: block;
	overflow: hidden;
	margin: 60px 0;
}
.tsp-module {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cat-top-seller .owl-item {
	display: block;
	overflow: hidden;
	box-shadow: 0 0 20px 4px #eee;
	margin: 20px 5px;
	padding: 5px 15px;
	float: left;
	width: 100%;
	position: relative;
}
.ts-product span.woocommerce-Price-amount.amount {
    margin-bottom: 20px;
    display: block;
}
.ts-product:hover .tsp-hover {
	visibility: visible;
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	background-color: rgba(240,240,240,.9);
}
.tsp-hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
}
.tsp-hover a {
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	border: 1px solid #ddd;
	color: #666;
	-webkit-transition: 0s all ease;
	transition: 0s all ease;
}
.ts-product img {
	/* width: 100%; */
	width: auto !important;
	height: 200px;
	margin: 10px auto;
}
.ts-product h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 24px;
	min-height: 48px;
}
.ts-product p {
	text-align: center;
	font-weight: 300;
	color: #F15B2A;
	font-size: 16px;
	margin: 0;
	line-height: 18px;
}
.cat-ts-title {
  display: block;
  overflow: hidden;
  width: 100%;
}
.cat-ts-title p {
	font-size: 36px;
	font-weight: lighter;
	line-height: 60px;
	text-transform: capitalize;
}
.cat-ts-title p span {
	float: right;
}
.cat-ts-title p span a {
	font-size: 18px;
	font-weight: 300;
	text-transform: capitalize;
	border: 1px solid;
	padding: 3px 20px;
	color: #666;
}
.lp-short {
    position: relative;
    background-attachment: fixed !important;
}
.lp-overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.lp-short .lp-title {
	margin-bottom: 0;
}
.lp-shortdetails {
    text-align: center;
    padding: 50px;
    position: relative;
}
.lp-shortdetails p {
  margin: 15px 0;
  line-height: 26px;
  font-size: 16px;
  font-weight: 300;
}
.lp-content-module {
  margin: 15px 0;
  display: block;
  overflow: hidden;
}
.lpm-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 70px 0;
}
.lpm-image {
	width: 60%;
	position: relative;
	z-index: 999;
	overflow: hidden;
}
.lpm-content {
  width: 40%;
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: justify;
}
.lpm-content p {
	font-weight: 300;
}
.lpm-content h2 {
	font-weight: 300;
}
.section--photo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 350px;
	margin: 16px;
	border-radius: 6px;
	overflow: hidden;
}
.lpm-image a img {
	width: 100%;
	height: auto;
	transition: .5s all;
	padding: 0 20px;
	display: none;
}
.lpm-image a {
	display: block;
	float: left;
	width: calc(50% - 32px);
	overflow: hidden;
}
.lpm-image a:hover img {
	transform: scale(1.1);
}
.logo-module {
	display: block;
	overflow: hidden;
	margin: 30px 0;
}
.logo-title {
	text-align: center;
	margin-top: 40px;
}
.logo-title h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}
.logo-list {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 30px 0;
}
.logo-list ul {
  margin: 0;
  padding: 0;
}
.logo-list ul li {
	list-style: none;
	display: block;
	max-width: 20%;
	float: left;
	width: 100%;
	padding: 15px;
}
.logo-list img {
  width: auto;
  height: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
	cursor: pointer;
}
.lpblog a:hover img {
    filter: grayscale(1);
}
.logo-list img:hover {
    filter: none;
}
.testimonial-module {
	background-image: url('https://patiobay.com/wp-content/uploads/2017/07/polanco-sectional.jpg');
	display: block;
	overflow: hidden;
	padding: 35px 0;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.testimonial-module::before {
	content: '';
	background-color: rgba(102, 102, 102,.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.tsm-title {
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
	position: relative;
}
.tsm-title h2 {
	font-size: 36px;
	font-weight: 300;
	display: inline-block;
	padding-bottom: 20px;
	line-height: 25px;
	position: relative;
}
.tsm-title h2::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 25%;
	height: 2px;
	background: #fff;
	bottom: 0;
	margin: 0 auto;
}
.tsm-title a {
	color: #fff;
}
.tsm-contents {
	display: flex;
	text-align: center;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
.ts-contents {
	color: #fff;
	padding: 0 25px;
	width: 33%;
}
.ts-contents p {
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
}
.ts-contents h3 {
	margin-top: 45px;
}
.offer-module {
	display: flex;
}
.offerm-contents {
	display: block;
	overflow: hidden;
	padding: 15% 90px 90px 90px;
	background-size: cover !important;
	position: relative;
	height: 500px;
    background-position: center !important;
}
.offerm-contents::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.7;
}
.offerm-contents p {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}
.offerm-contents a {
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	display: inline-block;
	margin-top: 25px;
	color: #EC8400;
}
.subscribe-mpdule {
	display: block;
	overflow: hidden;
	padding: 15% 0;
	background: #f7f7f7;
}
.subscribe-text {
	width: 50%;
	float: left;
}
.subscribe-text h2 {
	font-size: 36px;
	font-weight: 300;
	text-transform: capitalize;
	margin: 15px 0;
}
.subscribe-text p {
	font-weight: 300;
	text-transform: capitalize;
	font-size: 16px;
}
.subscribe-form {
	float: left;
	width: 50%;
}
.subscribe-form input[type="text"] {
	width: 100%;
	border: none;
	height: 45px;
	margin: 15px 0;
	font-weight: 300;
	padding: 15px;
}
.subscribe-form input[type="submit"] {
	width: 100%;
	border: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	height: 45px;
	background: #F26B27;
	color: #fff;
}

.lp-blog {
  background: #eee;
  padding: 50px;
}
.lp-title {
    text-align: center;
    margin-bottom: 50px;
}
.lp-title h2 {
    text-transform: capitalize;
    font-size: 27px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    margin: 0;
}
.lp-title h2::before {
  position: absolute;
  content: '';
  background: #999;
  left: 0;
  bottom: -15px;
  width: 30%;
  height: 1px;
  right: 0;
  margin: 0 auto;
}
.lpblog {
  float: left;
  width: 30.5%;
  padding: 25px;
  background: #fff;
  margin: 15px;
}
.lpblog a {
  display: block;
  overflow: hidden;
}
.lpblog a img {
  width: auto;
  height: 150px;
  margin: 0 auto;
  display: block;
}
.lpblog a h2 {
  color: #9B9D9F;
  text-transform: capitalize;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}
.lpblog a p {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.lpb-contents {
  display: flex;
}
.logo-title h2:before {
  content: '';
  background: #999;
  width: 20%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  margin: 0 auto;
  right: 0;
}
.container-width {
	width: 95%;
	margin: auto;
}
.owl-stage {
	display: flex;
}
.owl-dots {
	display: block;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
}
.owl-dots span {
  background: #999;
  height: 15px;
  width: 15px;
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
  border-radius: 50px;
}
.owl-dot.active span {
  background: #F1592A;
}
.cat-top-seller .owl-nav {
	display: none;
}
.cat-top-seller .owl-nav {
  display: none;
}
.featured_products {
  display: block;
  overflow: hidden;
  padding: 50px 0;
}
.featured_products .owl-dots {
  display: none;
}
.featured_products img.attachment-modus-blog-3.size-modus-blog-3.wp-post-image {
	object-fit: contain !important;
}
.featured_products .product.type-product {
	padding-bottom: 10px;
}


.lpm-content h2 a {
	color: black;
}

























@media only screen and (max-width: 1340px) {
.section--photo {
	height: 250px;
}
}







@media only screen and (max-width: 1200px) {
.main-nav ul li {
	margin: 0 5px !important;
}
.main-nav ul li a {
	font-size: 12px !important;
}

}






@media only screen and (max-width: 1024px) {
.container {
	width: 95% !important;
	margin: 0 auto;
}
.lp-blog {
	padding: 50px 0;
}
.tsm-contents {
	padding-left: 0;
	padding-right: 0;
}

}








@media only screen and (max-width: 991px) {
.site-footer .footer-v1 .footer-top {
	padding-top: 50px !important;
}
.lpm-contents {
	overflow: hidden;
	margin: 50px 0;
		display: block;
}
.lpm-image {
	width: 100%;
}
.lpm-content {
	width: 100%;
	padding: 5px 30px;
	display: block;
	text-align: center;
}
}










@media only screen and (max-width: 768px) {
.banner-sm p {
	font-size: 14px;
	line-height: 18px;
}
.banner-sm i {
	font-size: 24px;
	margin-bottom: 5px;
}
.lpblog {
	float: none;
	width: 60%;
	margin: 15px auto;
}
.lpb-contents {
	display: block;
}
.offer-module {
	display: block;
}
.offerm-contents {
	display: block;
	padding: 15%;
	height: auto;
	width: 100% !important;
}
.tsm-contents {
	display: block;
}
.tsm-title a {
	font-size: 25px;
}
.featured_products img.attachment-modus-blog-3.size-modus-blog-3.wp-post-image {
	width: 100%;
}
}









@media only screen and (max-width: 767px) {
.banner-contents {
	max-width: 100%;
	padding: 20px;
}
.logo-list ul li {
	display: inline-block;
	max-width: inherit;
	float: none;
	width: auto;
}
.tsm-contents {
	padding-top: 0;
}
.ts-contents {
	width: 100%;
	margin-bottom: 40px;
}
.ts-contents h3 {
	margin-top: 0;
}
.lp-shortdetails {
	padding: 5%;
}
.featured_products .item-grid.grid-type1 .product, .item-grid.grid-type3 .product, .item-grid.grid-type5 .product {
	margin: 5px !important;
}
}









@media only screen and (max-width: 575px) {
.lpblog {
	width: 100%;
}
.banner-sm i {
	width: auto;
	margin-bottom: 0;
	margin-right: 25px;
}
.banner-sub-module .banner-sm {
	width: 100%;
	padding: 15px;
}
.banner-sub-module {
	display: block;
	margin-top: 90px;
}
.lpm-image a {
	width: 100%;
}
.lpm-image a img {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0;
}
.cat-ts-title p span {
	float: none;
	width: 100%;
	display: block;
}
.cat-ts-title {
	text-align: center;
}
}






@media only screen and (max-width: 479px) {
.banner-sub-module {
	display: none;
	margin-top: 90px;
}
.banner-module {
	padding-bottom: 50px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 27px;
	line-height: 35px;
}
p {
	line-height: 24px;
	font-size: 14px;
}
}







@media only screen and (max-width: 400px) {

}