@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";
.alignleft {
	float: left;
	margin-right: 15px
}

.alignright {
	float: right;
	margin-left: 15px
}

.aligncenter {
	display: block;
	margin: 0 auto 15px
}

a {
	color: unset;
	text-decoration: none
}

a:focus {
	outline: 0 solid
}

a:hover {
	text-decoration: none;
	color: unset
}

img {
	max-width: 100%;
	height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-family: poppins, sans-serif;
	color: #303030
}

h1,
h2,
h3 {
	font-weight: 400
}

h4,
h5,
h6 {
	font-weight: 500
}

html,
body {
	font-family: poppins, sans-serif;
	color: #333;
	font-weight: 400;
	line-height: 1.6
}

input:focus,
textarea:focus,
button:focus {
	outline: none
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

i.bx {
	vertical-align: middle
}

.shape {
	position: absolute
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset!important
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset!important
}

.mt-100 {
	margin-top: 100px
}
.mb-100 {
	margin-bottom: 100px
}
.mt-50 {
	margin-top: 50px
}

.mt-24 {
	margin-top: 24px
}

.mb-76 {
	margin-bottom: 76px
}

.pt-100 {
	padding-top: 100px
}

.pb-76 {
	padding-bottom: 76px
}

.pb-100 {
	padding-bottom: 100px
}

.common-btn {
	display: inline-block;
	color: #000;
	font-size: 1rem;
	padding: 11px 39px;
	border: 1px solid #000;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: .6s;
	transition: .6s;

}

.common-btn:hover {
	color: #fff;
	border: 1px solid transparent
}

.common-btn:hover:before {
	width: 100%
}

.common-btn:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #303030;
	width: 0;
	height: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1
}

.section-title h3 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.section-title p {
	font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: 300;
}

.breadcrumb-area {
	background-color: #d7d8d9;
	position: relative;
    padding:70px 0; 
    transition: all 200ms ease-in-out 0s;
}
.breadcrumb-area.filtro,  .breadcrumb-area.breadcrumb-image {background-size: cover; height: 100%; max-height: 400px; background-repeat: no-repeat; padding:150px 0; width: 100vw; }
.breadcrumb-area .breadcrumb-content h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 3px
}

.breadcrumb-area .breadcrumb-link p {
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 0;
	color: #303030
}

.breadcrumb-area .breadcrumb-link span {
	background: #303030;
	height: 2px;
	width: 8px;
	border-radius: 50px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 3px;
	display: inline-block
}
.breadcrumb-area.filtro { position: relative;}
.breadcrumb-area.filtro:before {
    content: "";
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.breadcrumb-area.filtro .breadcrumb-content { z-index: 9; position: relative;}
.breadcrumb-area.filtro .breadcrumb-link p {
    
    color: #fff;
}
.breadcrumb-area.filtro h1 {
    
    color: #fff;
}
.breadcrumb-area.filtro .breadcrumb-link span {
    background: #0db14b;
    
}
.hamburger {
	position: relative;
	width: 40px;
	height: 30px;
	cursor: pointer;
	border: 5px solid transparent;
	display: none;
	z-index: 1
}

.hamburger span {
	width: 100%;
	height: 2px;
	background: #2b2024;
	display: block;
	position: absolute;
	right: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.hamburger span.h-top {
	top: 0
}

.hamburger span.h-bottom {
	bottom: 0;
	width: 27px
}

.hamburger span.h-middle {
	top: 50%;
	margin-top: -1px;
	width: 25px
}

.hamburger.h-active span {
	width: 100%
}

.hamburger.h-active span.h-top {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -1px
}

.hamburger.h-active span.h-middle {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 0
}

.hamburger.h-active span.h-bottom {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -1px
}

.bottombar {
	background-color: #08509e
}

.logo,
.main-nav,
.menu-right-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;justify-content: flex-end;
}

.logo {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menu-right-item {
/*	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end*/
}

.menu-right-item li {
	display: inline-block;
	color: #303030;
	font-size: 15px;
	font-weight: 500;
	padding: 0 10px;
	position: relative
}


.menu-right-item i {
	color: #000;
	font-size: 20px
}

.menu-right-item i span {
	position: absolute;
	right: -12px;
	top: -8px;
	background: #0db14b;
	color: #fff;
	height: 22px;
	width: 22px;
	font-size: 11px;
	text-align: center;
	font-weight: 700;
	border-radius: 50%;
	line-height: 21px;
	font-family: poppins, sans-serif
}

.header-menu-area {
	width: 100%;
	z-index: 9;
	padding: 7px 0;
	padding-right: 24px
}

.menu-category-icon i {
	font-size: 27px;
	padding: 28px 24px;
	color: #000
}

.has-child-menu span {
	position: absolute;
	right: 23px;
	top: 12px;
	background: #000;
	color: #fff;
	height: 22px;
	width: 22px;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	border-radius: 50%;
	line-height: 23px
}

.home-two-header-menu .has-child-menu:after {
	position: absolute;
	right: 0px;
	top: 24px;
	font-family: boxicons;
	content: "";
	font-size: 20px;
	color: #2b202442;
	-webkit-transition: all .4s;
	transition: all .4s
}

.home-two-header-menu .main-nav>ul>li:hover.has-child-menu:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.main-nav>ul>li {
	display: inline-block;
	position: relative;
	padding-right: 16px;
	padding: 28px 18px
}

.main-nav>ul>li:last-child {
	padding-right: 0
}

.main-nav>ul>li:hover>a {
	color: #0db14b
}

.main-nav>ul>li:hover>a:after {
	opacity: 1
}

.main-nav>ul>li>a {
	display: block;
	text-decoration: none;
	color: #303030;
	font-size: 14px;
	font-family: poppins, sans-serif;
	font-weight: 500;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.main-nav>ul>li>a.active {
	color: #0db14b
}

.main-nav ul li .sub-menu {
	position: absolute;
	left: 0;
	top: 81px;
	right: 0;
	min-width: 300px;
	list-style: none;
	margin: 0;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #222;
	-webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, .1);
	box-shadow: 7px 10px 40px rgba(13, 52, 79, .1)
}

.main-nav ul li .sub-menu:before {
	position: absolute;
	content: "";
	background: #222;
	height: 13px;
	width: 36px;
	bottom: 99.5%;
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
}

.main-nav ul li .sub-menu li .sub-menu {
	right: -200px;
	left: inherit;
	top: 0
}

.main-nav ul li .sub-menu>li {
	display: block;
	margin: 0 0 16px;
	position: relative
}

.main-nav ul li .sub-menu>li:last-child {
	margin-bottom: 0
}

.main-nav ul li .sub-menu>li a {
	color: #c5c5c5;
	line-height: 1.2rem;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s
}

.main-nav ul li .sub-menu>li a:hover {
	border-bottom: 1px solid #0db14b
}
.main-nav ul li .sub-menu>li a.active {
    border-bottom: 1px solid #0db14b;
    color:#0db14b;
}
.main-nav .fl {
	width: 30px;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-style: normal;
	position: absolute;
	right: -5px;
	top: 0;
	z-index: 999;
	display: none;
	cursor: pointer
}

.main-nav .fl:before {
	font-size: 1rem;
	text-align: center;
	line-height: 35px
}

.main-nav>ul>li+li>.sub-menu {
	left: 15px
}

.main-nav>ul>li:hover>.sub-menu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

.main-nav ul li .sub-menu li:hover>.sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}
/*mini cart*/
 .mini-cart-content, .header-style-4 .header-right .mini-cart-content {
  background: #fff;
  width: 300px;
  z-index: 10;
  position: fixed;
  right: 0;
  top: 87px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
         height: calc(100% - 87px);   overflow: scroll;
}
@media (max-width: 575px) {
  .mini-cart-content, .header-style-4 .header-right .mini-cart-content {
   top: 70px;height: calc(100% - 70px); 
  }
}
@media (max-width: 450px) {
  .mini-cart-content, .header-style-4 .header-right .mini-cart-content {
    
  }
}
.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
.mini-cart-content .mini-cart-items {
  padding: 25px 20px;
}
.mini-cart-content .mini-cart-item{
  padding-top: 15px;
  margin-top: 3px;
  border-top: 1px solid #efefef;
}
.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 60px;
  border: 1px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image a, 
.mini-cart-content .mini-cart-item-image img,
{
  display: block;
}
.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}
.mini-cart-content .mini-cart-item-des a {
  font-size: 1rem;
  font-size: 0.8333333333rem;
  font-weight: 500;
  text-align: left;
  color: #000;
  display: block;
  margin-bottom: 0.5em;
}
.mini-cart-content .mini-cart-item-des a:hover{
  color: #0db14b;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-family: "futura-pt-demi", sans-serif;
  font-size: 1rem;
  font-size: 0.9333333333rem;
  color: #888;
  display: block;
  margin-top: 3px;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity{
  font-size: 13px;
  font-size: 0.7666666667rem;
  color: #888;
  display: block;
}
.mini-cart-content .mini-cart-action {
  padding: 20px 25px 30px;
  border-top: 1px solid #efefef;
  text-align: center;
}
.mini-cart-content .mini-cart-action .theme-btn-s2{
  float: right;
}
.mini-cart-content .mini-cart-action .mini-checkout-price,  {
  
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #787878;
  display: block;
  margin-bottom: 20px;
}
.mini-cart-content .mini-cart-action .mini-checkout-price + a{
  margin-bottom: 8px;
}
.mini-cart-content-toggle
 {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.view-cart-btn, .checkout-btn {
   
    background: #545454;
    width: 100%;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    font-weight: 500;
    padding: 12px 20px;
    color: #fff;
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.checkout-btn {
    background-color: #0db14b !important;
}
.view-cart-btn:hover, .checkout-btn:hover { color:#fff; background-color: #666 !important;}
.tx-color{color:#0db14b !important}
/**/
.slideInUp {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out
}

.is-active .slideInUp {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slideInUp2 {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.sticky {
	position: fixed!important;
	top: 0;
	background: #f7f5f5;
	z-index: 99;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .01);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .01);
	padding-top: unset
}

.home-three-hero-area {
	background: #fcfcfc
}

.single-home-three-hero-img {
	position: relative;
	z-index: 1
}

.single-home-three-hero-img .home-three-hero-slide-shape {
	right: 20px;
	top: 80px;
	z-index: -1;
	width: 66%
}

.home-three-hero-slide-content-wrap .slick-dots {
	position: absolute;
	left: 99%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: -166px;
	z-index: 1
}

.home-three-hero-slide-content-wrap .slick-dots li {
	display: inline-block;
	margin: 0 5px
}

.home-three-hero-slide-content-wrap .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	color: #000;
	border: 0;
	outline: none;
	background: #000;
	padding: 0;
	border-radius: 50%
}

.home-three-hero-slide-content-wrap .slick-dots li.slick-active button {
	background: #0db14b;
	color: #0db14b
}

.single-home-three-hero-content h1 {
	font-size: 60px;
	margin-bottom: 0
}

.single-home-three-hero-content p {
	font-size: 1rem;
	margin-bottom: 32px;
	margin-top: 18px
}

.single-home-three-hero-content .home-three-hero-btn-wrap {
	margin-left: 1px
}

.category-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.category-title a {
	font-size: 18px;
	font-weight: 500;
	color: #303030
}

.category-title h3 {
	font-size: 30px;
	margin-bottom: 0
}

.home-three-category-box-wrap {
	background: #f5f5f5;
	position: relative;
	padding: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 24px
}

.home-three-category-box-wrap:hover {
	background: #faf1f1
}

.home-three-category-box-wrap:hover .home-three-category-hover-content a {
	display: inline-block
}

.home-three-category-box-wrap .home-three-category-hover-content {
	position: absolute;
	bottom: 30px
}

.home-three-category-box-wrap .home-three-category-hover-content h4 {
	font-size: 18px;
	margin-bottom: 7px
}

.home-three-category-box-wrap .home-three-category-hover-content a {
	color: #292929;
	font-size: 15px;
	font-weight: 500;
	display: none;
	border-bottom: 1px solid #0db14b;
	padding-bottom: 1px;
	-webkit-transition: .5s;
	transition: .5s;
	text-transform: uppercase
}

.home-three-category-margin {
	margin-top: 19px
}

.home-three-cta-wrap {
	position: relative;
	overflow: hidden
}

.home-three-cta-wrap:hover:before {
	left: 0;
	right: 0;
	opacity: 0;
	width: auto
}

.home-three-cta-wrap:hover:after {
	top: 0;
	bottom: 0;
	opacity: 0;
	width: auto
}

.home-three-cta-wrap:after {
	background: rgba(255, 255, 255, .6);
	bottom: 50%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 1;
	width: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear
}

.home-three-cta-wrap:before {
	background: rgba(255, 255, 255, .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 50%;
	top: 0;
	opacity: 1;
	width: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear
}

.home-three-cta-wrap .home-three-cta-content {
	position: absolute;
	left: 30px;
	top: 30px
}

.home-three-cta-wrap .home-three-cta-content h3 {
	font-size: 30px
}

.home-three-cta-wrap .home-three-cta-content h5 {
	font-size: 18px;
	color: #0db14b;
	margin-bottom: 0
}

.home-three-new-arrival-tab-wrap {
	margin-top: 20px
}

.home-three-new-arrival-tab-wrap .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home-three-new-arrival-tab-wrap .nav-link {
	background: 0 0;
	border: none;
	font-size: 1rem;
	margin: 0 22px;
	color: #333;
	padding: 0
}

.home-three-new-arrival-tab-wrap .nav-link.active,
.home-three-new-arrival-tab-wrap .nav-pills .show>.nav-link {
	color: #0db14b;
	background-color: unset
}

.home-three-new-arrival-tab-wrap .tab-content {
	margin-top: 50px
}

.arrival-box {
	margin-bottom: 24px
}

.arrival-box:hover .home-three-product-option ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	bottom: 20px
}

.arrival-box .arrival-box-content {
	padding-top: 1rem
}

.arrival-box .arrival-box-content h5 {
	font-size: 18px;
	margin-bottom: 10px
}

.arrival-box .arrival-box-content p©

.arrival-box .arrival-box-img {
	position: relative
}

.arrival-box .arrival-box-img img {
	width: 100%
}

.arrival-box .arrival-box-img .arrival-box-img-cta {
	position: absolute;
	top: 10px;
	left: 10px
}

.arrival-box .arrival-box-img .arrival-box-img-cta span {
	font-size: 1rem;
	background: #292929;
	color: #fff;
	padding: 5px 12px
}

.home-three-product-option ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.home-three-product-option ul li {
	background: #fff;
	margin-right: 1px;
	color: #000;
	padding: 2px 10px;
	font-size: 23px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-three-product-option ul li:hover {
	background: #0db14b;
	color: #fff
}

.home-three-product-option ul li i {
	font-size: 23px
}

.home-three-arrival-box {
	margin-bottom: 44px
}

.mb-56 {
	margin-bottom: 56px
}

.customer-benefit-area {
	background: #f3efe4;
	padding: 80px 0 54px
}

.customer-benefit-box {
	margin-bottom: 24px
}

.customer-benefit-box .customer-benefit-content h4 {
	font-size: 18px;
 color:#fff;line-height: 2rem;
}

.customer-benefit-box .customer-benefit-content p {
	font-size: 1rem;
	margin-bottom: 0;color:#fff
}

.customer-benefit-box .customer-benefit-icon {
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	padding: 1rem;
	margin-bottom: 18px
}

.bolo-wrap-slide .owl-dots,
.single-home-two-arrival-slide .owl-dots {
	text-align: center
}

.bolo-wrap-slide .owl-dots .owl-dot,
.single-home-two-arrival-slide .owl-dots .owl-dot {
	border: none;
	height: 12px;
	width: 12px;
	background: #000;
	border-radius: 50%;
	margin: 0 5px
}

.bolo-wrap-slide .owl-dots .owl-dot.active,
.single-home-two-arrival-slide .owl-dots .owl-dot.active {
	background: #0db14b
}

.single-blog-box {
	margin-bottom: 24px
}

.single-blog-box .blog-img img {
	width: 100%
}

.single-blog-box .blog-content {
	padding: 15px 15px 0
}

.single-blog-box .blog-content h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0
}

.footer-design-two-area {
	background: #f7f5f5;
	padding: 80px 0 56px
}

.footer-wrap-design-two {
	padding-bottom: 40px
}

.single-widget {
	margin-bottom: 24px
}

.single-widget .footer-title h4 {
	font-size: 18px;
	position: relative;
	margin-bottom: 40px
}

.single-widget .footer-title h4:before {
	position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
	background: #0db14b;
	height: 2px;
	width: 30px
}

.single-widget .footer-left-content p {
	font-size: 1rem;
	color: #303030;
	margin-bottom: 0
}

.single-widget .footer-left-content h3 {
	font-size: 1rem;
	color: #0db14b;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase
}
.single-widget .footer-link ul {
	margin:0;
    padding:0
}
.single-widget .footer-link li {
	color: #303030;
	font-size: 1rem;
	margin-bottom: 10px;
    list-style: none; padding-left:0;
}

.single-widget .footer-link li a:hover {color:#0db14b}

.single-widget .footer-link li:last-child {
	margin-bottom: 0
}

.single-widget .footer-app-download h4 {
	font-size: 15px;
	margin-bottom: 23px;
	line-height: 24px
}

.single-widget .footer-app-download li {
	display: inline-block;
	margin: 0 5px 5px 0
}

.copy-right-social li {
	display: inline-block;
	color: #222;
	margin: 0 10px 0 0; font-size:30px
}
.copy-right-social li a:hover {
	
	color: #0db14b;
	
}
.copy-right-contend p {
	font-size: 0.9rem;
	
}

.copyright-area-design-one {
	background: #222;
	padding: 20px 0
}

.copyright-area-design-one .copy-right-contend p {
	color: #fff
}

.price-range .range-slider {
	position: relative;
	text-align: center;
	margin-bottom: 47px
}

.price-range .range-slider:before,
.price-range .range-slider:after {
	content: " ";
	display: table
}

.price-range .range-slider:after {
	clear: both
}

.price-range .range-slider .track {
	bottom: 15px;
	height: 2px;
	left: 0;
	margin-bottom: -1.5px;
	position: absolute;
	width: 0;
	z-index: 50
}

@media(min-width:640px) {
	.price-range .range-slider .track {
		bottom: 15px
	}
}

@media(min-width:1024px) {
	.price-range .range-slider .track {
		bottom: 15px
	}
}

.price-range .range-slider .track--full {
	background: #aaa;
	width: 100%
}

.price-range .range-slider .track--included {
	background: #000;
	border-radius: 3px
}

.price-range .range-slider .slider-thumb {
	background: #0db14b;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	display: block\9;
	height: 30px;
	left: 0;
	position: absolute;
	width: 30px;
	z-index: 101
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.price-range .range-slider .slider-thumb {
		display: block
	}
}

@media(min-width:640px) {
	.price-range .range-slider .slider-thumb {
		height: 30px;
		width: 30px
	}
}

@media(min-width:1024px) {
	.price-range .range-slider .slider-thumb {
		height: 30px;
		width: 30px
	}
}

.price-range .range-slider [type=range] {
	-webkit-appearance: none;
	background: 0 0;
	height: 30px;
	margin: 0;
	outline: none;
	padding: 0;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 75
}

@media(min-width:640px) {
	.price-range .range-slider [type=range] {
		height: 30px
	}
}

@media(min-width:1024px) {
	.price-range .range-slider [type=range] {
		height: 30px
	}
}

.price-range .range-slider [type=range]:focus {
	outline: none
}

.price-range .range-slider [type=range]::-moz-focus-outer {
	border: 0
}

.price-range .range-slider [type=range]:first-of-type {
	float: left;
	margin-bottom: -30px
}

@media(min-width:640px) {
	.price-range .range-slider [type=range]:first-of-type {
		margin-bottom: -30px
	}
}

@media(min-width:1024px) {
	.price-range .range-slider [type=range]:first-of-type {
		margin-bottom: -30px
	}
}

.price-range .range-slider [type=range]:last-of-type {
	float: right;
	margin-bottom: 0
}

.price-range .range-slider [type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	border: 0;
	height: 6px;
	z-index: -1
}

.price-range .range-slider [type=range]::-ms-fill-lower {
	background: 0 0;
	border: 0
}

.price-range .range-slider [type=range]::-ms-fill-upper {
	background: 0 0;
	border: 0
}

.price-range .range-slider [type=range]::-ms-track {
	background: 0 0;
	border: 0;
	border-color: transparent;
	color: transparent;
	height: 6px;
	z-index: -1
}

.price-range .range-slider [type=range]:focus::-ms-fill-lower {
	background: 0 0;
	border: 0
}

.price-range .range-slider [type=range]:focus::-ms-fill-upper {
	background: 0 0;
	border: 0
}

.price-range .range-slider [type=range]::-moz-range-track {
	-moz-appearance: none;
	background: 0 0;
	border: 0;
	height: 6px;
	z-index: -1
}

.price-range .range-slider [type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #0db14b;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	margin-top: -12px;
	outline: 0;
	pointer-events: all;
	position: relative;
	width: 30px;
	z-index: 100
}

@media(min-width:640px) {
	.price-range .range-slider [type=range]::-webkit-slider-thumb {
		height: 30px;
		margin-top: -12px;
		width: 30px
	}
}

@media(min-width:1024px) {
	.price-range .range-slider [type=range]::-webkit-slider-thumb {
		height: 30px;
		margin-top: -12px;
		width: 30px
	}
}

.price-range .range-slider [type=range]::-ms-thumb {
	background: #0db14b;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	margin-top: 0;
	pointer-events: all;
	position: relative;
	width: 30px;
	z-index: 100
}

@media(min-width:640px) {
	.price-range .range-slider [type=range]::-ms-thumb {
		height: 30px;
		width: 30px
	}
}

@media(min-width:1024px) {
	.price-range .range-slider [type=range]::-ms-thumb {
		height: 30px;
		width: 30px
	}
}

.price-range .range-slider [type=range]::-moz-range-thumb {
	-moz-appearance: none;
	background: #0db14b;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	margin-top: -12px;
	pointer-events: all;
	position: relative;
	width: 30px;
	z-index: 100
}

@media(min-width:640px) {
	.price-range .range-slider [type=range]::-moz-range-thumb {
		height: 30px;
		margin-top: -12px;
		width: 30px
	}
}

@media(min-width:1024px) {
	.price-range .range-slider [type=range]::-moz-range-thumb {
		height: 30px;
		margin-top: -12px;
		width: 30px
	}
}

.price-range .range-slider .output,
.price-range .range-slider output {
	color: #000;
	display: inline-block;
	position: absolute;
	text-align: center;
	top: 100%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 1rem;
	font-weight: 400
}

.shope-sidebar-wrap {
	margin-bottom: 30px
}

.shope-sidebar-wrap:last-child {
	margin-bottom: 0
}

.shop-sidebar-title {
	position: relative;
	padding-bottom: 38px
}

.shop-sidebar-title:before {
	position: absolute;
	content: "";
	height: 2px;
    width: 30px;
    background: #0db14b;
	top: 60%
}

.shop-sidebar-title h4 {
	font-size: 18px;
	margin-bottom: 0
}

.shop-sidebar-category-list li {
	font-size: 1rem;
	margin-bottom: 12px
}
.shop-sidebar-category-list li.active {color:#0db14b}
.shop-sidebar-category-list li a:hover {color:#0db14b}
.shop-sidebar-category-list li:last-child {
	margin-bottom: 0
}

.sidebar-color li {
	display: inline-block
}

.sidebar-color li a {
	font-size: 0;
	height: 20px;
	width: 20px;
	margin-right: 16px;
	border-radius: 50%;
	display: block
}

.shop-sidebar-arrival-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px
}

.shop-sidebar-arrival-wrap:last-child {
	margin-bottom: 0
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-img {
	width: 100%;
	max-width: 60px
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-content {
	padding-left: 10px
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-content h4 {
	font-size: 15px;
	margin-bottom: 6px
}

.shop-sidebar-arrival-wrap .shop-sidebar-arrival-content p {
	margin-bottom: 0;
	font-size: 1rem;
	color: #0db14b
}

.shop-two-showing-wrap {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	margin-bottom: 50px
}

.grid-list-icon li {
	display: inline-block
}

.grid-list-icon li i {
	font-size: 27px;
	color: #e1e1e1
}

.shop-two-showing {
	text-align: right
}

.shop-two-showing li {
	display: inline-block;
	color: #000;
	font-size: 1rem;
	position: relative;
	margin-left: 20px
}

.shop-two-showing li:first-child {
	margin-left: 0
}

.shop-two-showing li .shop-category-select {
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #c5c5c5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	margin-left: 5px; font-size:12px
}

.shop-two-showing li .shop-category-select:focus {
	outline: 0 #fff!important
}

.short-list {
	position: absolute;
	right: 0;
	top: 108%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .4s;
	transition: .4s;
	z-index: 2
}

.short-list ul {
	background: #f5f5f5;
	border: 1px solid #dddddd69
}

.short-list li {
	display: block;
	margin-left: 0;
	padding: 5px 0;
	border-bottom: 1px solid #dddddd69
}

.short-list li:last-child {
	border-bottom: none
}

.short-list li span {
	border: none;
	margin-left: 0
}

.short-list-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home-one-product-box {
	margin-bottom: 40px
}

.home-one-product-box:hover .home-one-product-img .home-one-product-option ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	bottom: 20px
}

.home-one-product-box .home-one-product-img {
	position: relative
}

.home-one-product-box .home-one-product-img img {
	width: 100%
}

.home-one-product-box .home-one-product-img .home-one-product-option ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.home-one-product-box .home-one-product-img .home-one-product-option ul li {
	background: #fff;
	margin-right: 1px;
	color: #000;
	padding: 2px 10px;
	font-size: 23px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-one-product-box .home-one-product-img .home-one-product-option ul li:hover {
	background: #0db14b;
	color: #fff
}

.home-one-product-box .home-one-product-img .home-one-product-option ul li i {
	font-size: 23px
}

.home-one-product-img-cta {
	position: absolute;
	top: 0;
	font-size: 1rem;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(270deg) translateX(-100%);
	transform: rotate(270deg) translateX(-100%);
	left: 0;
	padding: 2px 10px;
	background: #000;
	border: 1px solid #000;
	color: #fff
}

.home-one-product-img-cta-design-two {
	background: 0 0;
	color: #303030;
	border: 1px solid #707070
}

.home-one-product-content {
    padding-top: 10px;
    text-align: center;
}


.home-one-product-content h4 {
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 6px; 
}
.home-one-product-content p {font-size: 0.9rem; }
.home-one-product-content h5 {font-size: 1.1rem; }

.home-one-product-content .product-review li {
	display: inline-block
}

.home-one-product-content .product-review li i {
	font-size: 1rem;
	color: #0db14b;
	margin-right: 2px
}

.home-one-product-content .product-review li span {
	font-size: 1rem
}

.home-one-product-content .home-one-product-price-list li {
	display: inline-block;
	color: #292929;
	font-size: 15px;
	font-weight: 500
}

.home-one-product-content .home-one-product-price-list del {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	margin-left: 5px
}

.home-one-product-content .home-one-product-color-list {
	margin-top: 8px
}

.home-one-product-content .home-one-product-color-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.home-one-product-content .home-one-product-color-list ul li {
	height: 1rem;
	width: 18px;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px
}

.home-one-product-content .home-one-product-color-list ul li:last-child {
	margin-right: 0
}

.pagination-wrap {
	margin-top: 10px
}

.pagination-wrap li {
	display: inline-block;
	margin-right: 15px
}

.pagination-wrap li:last-child {
	margin-right: 0
}

.pagination-wrap li a {
	display: block;
	height: 40px;
	width: 48px;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	line-height: 39px;
	font-size: 1rem;
	-webkit-transition: .5s;
	transition: .5s
}

.pagination-wrap li a:hover {
	background: #000;
	color: #fff
}

.pagination-wrap li span {
	font-size: 35px;
	color: #000;
	line-height: 0
}

.shop-grid-none {
	display: none
}

li.shop-grid-active-color i {
	color: #292929
}

.shop-img-deails {
	position: relative
}

.shop-img-deails .shop-details-img-cta {
	left: 40px
}

.shop-img-deails .img-expand {
	position: absolute;
	right: 40px;
	bottom: 40px
}

.shop-img-deails .img-expand i {
	color: #707070
}

.shop-img-deails-wrap .nav-link {
	background: 0 0;
	border: none;
	padding: 0;
	margin: 0 10px 0 0
}

.shop-img-deails-wrap .nav-link.active,
.shop-img-deails-wrap .nav-pills .show>.nav-link {
	color: none;
	background-color: unset
}

.shop-img-deails-wrap .nav {
	margin-top: 10px
}

.shop-details-content-wrap .shop-details-reoduct-content {
	padding-top: 0
}

.shop-details-content-wrap .shop-details-reoduct-content h3 {
	font-size: 30px;
	margin-bottom: 3px
}

.shop-details-add-cart-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.shop-details-add-cart-wrap .cart-button-wrap .cart-btn {
	background: #000;
	color: #fff;
	font-size: 1rem;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 32px;
	margin: 0 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.shop-details-add-cart-wrap .cart-heart i {
	height: 44px;
	width: 60px;
	border: 1px solid #c5c5c5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.add-cart-content p {
	font-size: 1rem;
	margin-top: 20px;
	margin-bottom: 25px
}

.shop-details-brand {
	padding: 25px 0;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 27px
}

.shop-details-brand li {
	color: #303030;
	margin-bottom: 10px
}

.shop-details-brand li:last-child {
	margin-bottom: 0
}

.shop-details-brand li span {
	color: #333;
	margin-left: 5px
}

.shop-details-share li {
	display: inline-block;
	color: #000;
	margin: 0 5px 0 0
}

.shop-details-share li span {
	color: #303030;
	margin-right: 8px
}

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

.quantity .input-text.qty {
	width: 68px;
	height: 44px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #c5c5c5
}

.quantity input {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	-webkit-box-shadow: none;
	box-shadow: none
}

.quantity .minus,
.quantity .plus {
	padding: 7px 10px 8px;
	width: 68px;
	height: 44px;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	cursor: pointer
}

.quantity .minus {
	border-right: 0
}

.quantity .plus {
	border-left: 0
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0
}

.quantity .minus:focus,
.quantity .plus:focus {
	outline: none
}

.single-details-content-wrap {
	margin-bottom: 40px
}

.single-details-content-wrap:last-child {
	margin-bottom: 0
}

.shop-details-content-title h4 {
	display: inline-block;
	border-bottom: 2px solid #0db14b;
	padding-bottom: 10px;
	margin-bottom: 22px;
	font-size: 18px
}

.shop-details-content-description {
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5
}

.shop-details-content-description p {
	font-size: 1rem;
	margin-bottom: 10px
}

.shop-details-content-description p:last-child {
	margin-bottom: 0
}

.shop-details-review li i {
	font-size: 1rem;
	color: #0db14b;
	margin-right: 2px
}

.review-box-wrap {
	background: #f1f1f1;
	padding: 40px
}

.review-box-wrap .single-review-box {
	vertical-align: middle
}

.review-box-wrap .single-review-box h3 {
	font-size: 1rem;
	margin-bottom: 0
}

.review-box-wrap .single-review-box h3:first-child {
	color: #0db14b;
	display: inline-block;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 3px;
	margin-bottom: 15px
}

.review-box-wrap .single-review-box p {
	margin-bottom: 20px;
	margin-top: 15px;
	font-size: 1rem;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px
}

.shop-details-contat-input {
	margin-top: 5px
}

.contat-input {
	position: relative
}

/*.contat-input input,
.contat-input textarea {
	width: 100%;
	background: #f1f1f1;
	border: none;
	padding: 13px 20px;
	margin-bottom: 9px
}*/
.contat-input input:not([type=radio]), .contat-input textarea {
    width: 100%;
    /* background: #f1f1f1; */
    border: none;
    padding: 12px 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    color: #787878;
}
.contat-input .form-check-label {
	margin-bottom: 5px;
	font-size: 1rem;
	margin-top: 10px
}

.contat-input .form-check-label-first {
	margin-top: 0
}

.contat-input .form-message {
	position: absolute;
	top: 100%;
	left: 0
}

.shop-details-review-btn {
	background: #000;
	color: #fff;
	border: none;
	text-transform: unset
}

.shop-details-review-btn:hover {
	color: #fff;
	border: none
}

.shop-details-review-btn:before {
	border: none
}

.shop-check {
	display: block;
	position: relative;
	margin-bottom: 22px;
	cursor: pointer;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 23px
}

.shop-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.shop-check .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 2px;
	background-color: #c8c8c8
}

.shop-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.shop-check input:checked~.checkmark {
	background-color: #0db14b
}

.shop-check input:checked~.checkmark:after {
	display: block
}

.login-content-title h4 {
	font-size: 18px
}

.shop-check a {
	color: #0db14b
}

.error-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.error-content {
	margin-bottom: 40px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 32px
}

.error-content p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500
}

.error-content h4 {
	font-size: 3rem;
	margin-bottom: 10px
}

.error-search {
	margin-bottom: 40px;
	position: relative
}

.error-search input {
	overflow: hidden;
	width: 100%;
	padding: 13px 42px 13px 26px;
	border: none;
	background: #f1f1f1;
	position: relative
}

.error-search button {
	border: none;
	background: #000;
	position: absolute;
	right: 0;
	font-size: 24px;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	padding: 0 23px
}

.location-map iframe {
	width: 100%;
	display: table-cell;
	height: 100%
}

.contact-form-wrap .shop-details-contat-input {
	margin-top: 0
}

.single-cart-product-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.single-cart-product-box .single-cart-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-cart-product-box .single-cart-img p {
	margin-bottom: 0;
	color: #333;
	font-size: 1rem;
	padding-left: 12px
}
.single-cart-product-box .single-cart-img img { max-height:80px}
.single-cart-product-box .single-cart-product-x-icon i {
	color: #b0b0b0
}

.cart-product-details-wrap {
	/*padding-top: 35px;
	border-top: 1px solid #f5f5f5*/
}

.cart-product-details-wrap .minus,
.cart-product-details-wrap .plus {
	width: 40px
}

.cart-product-details-wrap .input-text.qty {
	width: 40px
}

.cart-product-details-wrap tbody,
.cart-product-details-wrap td,
.cart-product-details-wrap tfoot,
.cart-product-details-wrap th,
.cart-product-details-wrap thead,
.cart-product-details-wrap tr {
	vertical-align: middle;
	text-align: center;
	color: #303030
}

.cart-product-details-wrap th {
	font-weight: 500;
	font-size: 18px;
	background: #f5f5f5;
	position: relative
}

.cart-product-details-wrap th:first-child {
	text-align: left
}

.cart-product-details-wrap th:last-child:before {
	display: none
}

.cart-product-details-wrap th:before {
	position: absolute;
	content: "";
	height: 85%;
	width: 1px;
	background: #fff;
	right: 0;
	top: 0
}

.cart-product-details-wrap td {
	border-right: 1px solid #f4f4f4
}

.cart-product-details-wrap td:last-child {
	border-right: 0
}

.cart-product-details-wrap .table:last-child {
	margin-bottom: 0
}

.cart-product-details-wrap tbody {
	border: 1px solid #f4f4f4;
	border-top: none
}

.cart-product-details-wrap thead {
	border: 1px solid #f5f5f5
}

.cart-product-details-wrap .table>:not(caption)>*>* {
	padding: 16px 10px
}

.cart-product-details-wrap .table>:not(:last-child)>:last-child>* {
	
}
.cart-product-details-wrap .table tfoot tr td { color:#000 !important;border: 1px solid #f4f4f4;}
.cart-product-details-wrap .cart-quantity {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cart-product-details-wrap .cart-quantity .minus {
	border: none
}

.cart-product-details-wrap .cart-quantity .plus {
	border: none
}

.cart-product-details-wrap .cart-quantity .input-text.qty {
	border: 1px solid #f5f5f5;
	border-top: none;
	border-bottom: none
}

.apply-copon {
	margin-bottom: 0
}

.apply-copon button {
	background: #303030;
	font-size: 1rem
}

.apply-copon input {
	padding: 13px 150px 13px 26px
}

.cart-total-title {
	background: #f4f4f4;
	padding: 25px 20px
}

.cart-total-title h4 {
	margin-bottom: 0;
	font-size: 18px
}

.cart-total-body {
	border: 1px solid #f5f5f5;
	border-top: none;
	padding: 5px 20px 30px;
}

.cart-total-body li {
	font-size: 1rem;
	color: #303030;
	padding: 19px 0;
	border-bottom: 1px solid #f4f4f4
}

.cart-total-body li:last-child {
	border-bottom: none
}

.cart-total-body li:nth-child(2) {
	border-bottom: none;
	padding: 0;
	margin-top: 19px;
	margin-bottom: -7px
}

.cart-total-body li:nth-child(4) {
	margin-top: -37px
}

.cart-total-body li:nth-child(3) {
	border-bottom: none
}

.cart-total-body li span {
	float: right
}

.cart-total-body li span i {
	color: #e1e1e1;
	cursor: pointer
}

.cart-total-body .cart-total-body-title {
	font-size: 18px;
	display: inline-block;
	font-weight: 500
}

.update-cart-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;align-content: end;
}

.update-cart-content-wrap p {
	margin-bottom: 0;
	font-size: 1rem;
	padding-right: 16px;
	color: #333
}

.update-cart-content-btn {
	border-radius: unset;
	padding: 15px 39px
}

.click-address {
	position: relative
}

.cart-address-change-wrap {
	position: absolute;
	z-index: 2;
	background: #303030;
	width: 100%;
	padding: 15px 20px;
	top: 94%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .4s;
	transition: .4s
}

.cart-address-change-wrap p {
	margin-bottom: 11px;
	color: #0db14b;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s
}

.cart-address-change-wrap p:hover {
	color: #fff
}

.cart-address-change-wrap p:last-child {
	margin-bottom: 0
}

.short-cart-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.checkout-form-wrap .shop-check {
	margin-bottom: 0;
	padding-left: 0
}

.checkout-bill-title h4 {
	margin-bottom: 20px;
	font-size: 18px
}

.checkout-product-details-wrap {
	padding-top: 30px;
	border-top: 0
}

.checkout-product-details-wrap th {
	text-align: right
}

.checkout-product-details-wrap th:before {
	display: none
}

.checkout-product-details-wrap .table>:not(caption)>*>* {
	padding: 16px 25px
}

.checkout-product-details-wrap tr:nth-child(3) td {
	
}

.checkout-product-details-wrap tr td {
	text-align: left;
	font-size: 1rem;
	color: #333
}

.checkout-product-details-wrap tr td:last-child {
	text-align: right
}

.checkout-product-details-wrap .table {
	margin-bottom: 0
}

.payment-option-wrap {
	padding: 46px 25px;
	border: 1px solid #f4f4f4;
	border-top: 0
}

.payment-option-wrap label {
	font-size: 1rem;
	color: #303030
}

.form-check-input {
	border: 3px solid #000
}

.form-check-input:checked {
	background-color: #0db14b;
	border-color: #0db14b
}

.form-check-input:focus {
	display: none
}

.payment-option-wrap .form-check p {
	padding: 10px 18px;
	background: #f1f1f1;
	margin-top: 8px;
	margin-bottom: 16px
}

.payment-option-wrap ul {
	text-align: right
}

.payment-option-wrap ul li {
	color: #303030;
	margin-bottom: 25px
}

.payment-option-wrap ul li:last-child {
	margin-bottom: 0
}

.home-two-menu-top-cta {
	background: #0db14b;
	padding: 10px 50px
}

.home-two-menu-top-cta .menu-shipping p {
	margin-bottom: 0;
	font-size: 1rem;
	color: #303030
}

.home-two-menu-top-cta .menu-top-login-wrap {
	text-align: right
}

.home-two-menu-top-cta .menu-top-login-wrap h4 {
	margin-bottom: 0;
	font-size: 15px
}

.home-two-header-menu {
	/*padding: 0 50px*/
}

.home-two-header-menu .main-nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home-two-header-menu .main-nav>ul>li:last-child {
	padding-right: unset
}

.home-two-header-menu .logo {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start
}

.home-two-header-menu .menu-right-item li {
	padding: 0 8px
}

.home-two-header-menu .menu-right-item li:last-child {
	padding-right: 0
}

/*.home-two-header-menu .menu-right-item li span {
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	margin-bottom: -4px
}*/

.home-two-mobile-menu-area li {
	padding: 0 8px
}

.home-two-mobile-menu-area li:last-child {
	padding-right: 0
}

.home-two-mobile-menu-area li span {
	width: 1px;
	height: 16px;
	background: #e1e1e1;
	margin-bottom: -4px
}

.home-two-customer-benefit-area {
	background: #0db14b
}

.home-two-hero-img-slide img {
	width: 100%
}

.home-two-hero-area {
	background: #000
}

.home-two-hero-slide-wrap {
	padding-bottom: 183px;
	position: relative
}

.home-two-hero-slide-wrap .owl-nav {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.home-two-hero-slide-wrap .owl-nav button {
	color: #fff;
	background: 0 0;
	border: 2px solid #0db14b;
	height: 50px;
	width: 50px;
	display: inline-block;
	font-size: 26px
}

.home-two-hero-slide-wrap .owl-nav button i {
	font-size: 21px
}

.home-two-hero-slide-wrap .owl-nav button.owl-next {
	background: #0db14b;
	margin-left: .5px
}

.home-two-hero-slide-wrap .owl-item .home-two-hero-content-wrap {
	-webkit-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
	-webkit-transform: translateY(-150px);
	transform: translateY(-150px)
}

.home-two-hero-slide-wrap .owl-item.active .home-two-hero-content-wrap {
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.home-two-hero-content-wrap p {
	color: #0db14b;
	font-size: 13px;
	margin-bottom: 23px
}

.home-two-hero-content-wrap h3 {
	color: #c5c5c5;
	font-size: 30px;
	line-height: 42px;
	margin-top: 22px;
	margin-bottom: 15px
}

.home-two-hero-content-wrap .home-two-hero-title-focus {
	background: #0db14b;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px
}

.home-two-hero-content-wrap .home-two-hero-title-focus p {
	font-size: 1rem;
	color: #303030;
	margin-bottom: 0
}

.home-two-hero-content-wrap .home-two-hero-btn {
	font-size: 1rem;
	color: #c5c5c5;
	border: 1px solid #0db14b;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 2px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}

.home-two-hero-content-wrap .home-two-hero-btn:hover {
	background: #fff;
	color: #303030;
	border: 1px solid #fff
}

.home-two-category-box {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden
}

.home-two-category-box:hover:before {
	opacity: 1;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0)
}

.home-two-category-box:before {
	background: rgba(255, 255, 255, .3);
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
	width: 100%;
	z-index: 1
}

.home-two-category-box .home-two-category-img img {
	width: 100%;
   /* min-height: 253px*/
   /* min-height: 211px;*/
}

.home-two-category-box .home-two-category-img-name {
	position: absolute;
	top: 15px;
	left: 20px;right: 20px
}

.home-two-category-box .home-two-category-img-name h4 {
	font-size: 18px;
	margin-bottom: 0;font-weight: 400;
}

.home-two-arrival-area {
	background: #efede1
}

.single-home-two-arrival-box {
	position: relative;
	margin-bottom: 24px
}

.single-home-two-arrival-box .home-two-arrival-img img {
	width: 100%
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-content {
	position: absolute;
	bottom: 22px;
	width: 100%
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-content p {
	margin-bottom: 0;
	font-size: 1rem;
	color: #0db14b
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-content h5 {
	font-size: 1rem;
	margin-bottom: 10px
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta {
	position: absolute;
	top: 10px;
	left: 10px
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta span {
	font-size: 1rem;
	color: #303030;
	padding: 4px 8px;
	border: 1px solid #000
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta-1 span {
	color: #0db14b;
	border: 1px solid #0db14b
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta-3 {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: 1rem;
	top: 53px
}

.single-home-two-arrival-box .home-two-arrival-img .home-two-arrival-cta-3 span {
	background: #292929;
	border: 1px solid #292929;
	color: #fff
}

.today-deal-count ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.today-deal-count li {
	display: inline-block;
	margin-right: 20px
}

.today-deal-count li:last-child {
	margin-right: 0
}

.today-deal-count li:first-child {
	margin-left: 15px
}

.today-deal-count li h2,
.today-deal-count li p {
	font-size: 1rem;
	margin-bottom: 0;
	color: #303030
}

.today-deal-count li span {
	font-size: 18px;
	color: #303030;
	font-weight: 500
}

.today-deal-count li .deal-coming-soon {
	border: 1px solid #0db14b;
	border-radius: 5px;
	height: 44px;
	width: 60px;
	padding: 4px
}

.home-two-deal-bg {
	background: #f1f1f1
}

.home-two-deal-bg-1 {
	padding: 16px 0;
	border-bottom: 1px solid #f5f5f5
}

.home-two-deal-bg-2 {
	padding: 30px 18px 6px
}

.deal-tab-list-wrap .nav-link {
	background: 0 0;
	border: none;
	font-size: 1rem;
	margin: 0 15px;
	color: #303030;
	padding: 0;
	text-transform: uppercase
}

.deal-tab-list-wrap .nav-link.active,
.deal-tab-list-wrap .nav-pills .show>.nav-link {
	background-color: unset;
	color: #0db14b
}

.deal-tab-list-wrap .nav {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end
}

.home-two-deal-item {
	position: relative;
	margin-bottom: 24px
}

.home-two-deal-item .home-two-deal-item-img img {
	width: 100%
}

.home-two-deal-item-content {
	position: absolute
}

.home-two-deal-item-content-type-1 {
	top: 30px;
	left: 30px
}

.home-two-deal-item-content-type-2 {
	left: 18px;
	bottom: 22px
}

.home-two-deal-type-one-content p {
	font-size: 1rem;
	margin-bottom: 0;
	color: #0db14b;
	text-transform: uppercase
}

.home-two-deal-type-one-content h3 {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 42px
}

.home-two-deal-type-two-content h4 {
	font-size: 18px;
	margin-bottom: 0
}

.home-two-deal-type-two-content p {
	font-size: 1rem;
	color: #303030;
	margin-bottom: 0
}

.home-two-deal-type-two-content .product-review {
	margin-top: 5px;
	margin-bottom: 10px
}

.home-two-deal-type-two-content .product-review li {
	display: inline-block
}

.home-two-deal-type-two-content .product-review li i {
	font-size: 1rem;
	color: #0db14b;
	margin-right: 2px
}

.home-two-deal-type-two-content .product-review li span {
	font-size: 1rem;
	color: #303030
}

.home-two-blog-box {
	margin-bottom: 24px
}

.home-two-blog-box:hover .home-two-blog-img img {
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
	-webkit-transform: scale(1.007);
	transform: scale(1.007)
}

.home-two-blog-box .home-two-blog-img {
	overflow: hidden
}

.home-two-blog-box .home-two-blog-img img {
	width: 100%;
	-webkit-transition: .4s;
	transition: .4s
}

.home-two-blog-content {
	padding-top: 1rem
}

.home-two-blog-content p {
	font-size: 1rem;
	margin-bottom: 0;
	color: #0db14b
}

.home-two-blog-content h4 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px
}

.flash-light-box-wrap {
	position: relative
}

.flash-light-box-wrap.light-active::before {
	position: absolute;
	content: "";
	background-image: url(..//images/home-two/flash-light-overlay.png);
	height: 100%;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 4s;
	transition: all 4s
}

.flash-light-box-wrap .flash-light-content-wrap {
	position: absolute;
	right: 16%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flash-light-box-wrap .flash-light-content-wrap h3 {
	font-size: 30px;
	margin-bottom: 0;
	display: inline-block;
	background: #0db14b;
	border-radius: 34px;
	padding: 12px 32px
}

.flash-light-box-wrap .flash-light-content-wrap span {
	height: 20px;
	width: 20px;
	margin-left: 10px;
	background: #fd9391;
	border-radius: 50%;
	display: inline-block;
	border: 4px solid #fff;
	cursor: pointer
}

.home-one-offer-product-area-padding {
	padding: 0 78px
}

.home-one-offer-item {
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #f5f5f5
}

.home-one-offer-item:before {
	position: absolute;
	content: "";
	height: 0;
	width: 100%;
	background: #eae5c9;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-one-offer-item:hover:before {
	height: 100%
}

.home-one-offer-item:hover .home-two-deal-type-one-content p:first-child {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg)
}

.home-one-offer-item .home-two-deal-type-one-content p {
	-webkit-transition: .5s;
	transition: .5s
}

.home-one-offer-item .home-two-deal-type-one-content p a {
	color: #303030;
	display: inline-block;
	border-bottom: 1px solid #0db14b;
	padding-bottom: 2px
}

.home-one-cta-shop-area {
	background: #f5f5f5;
	padding: 34px 0
}

.home-one-cta-shop-wrap p {
	margin-bottom: 0;
	font-size: 1rem
}

.home-one-cta-shop-wrap p a {
	color: #0db14b;
	display: inline-block;
	border-bottom: 1px solid #0db14b;
	line-height: 11px
}

.home-one-best-product-area-top {
	padding: 0 0 15px;
	position: relative;
	border-bottom: 1px solid #f5f5f5
}

.home-two-best-btn-wrap {
	margin-top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home-two-best-btn-wrap .home-two-best-btn {
	border-radius: unset;
	padding: 11px 30px
}

.home-one-best-product-list-wrap .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home-one-best-product-list-wrap .nav-link {
	background: 0 0;
	border: none;
	font-size: 1rem;
	margin: 0 15px;
	color: #333;
	padding: 0;
	text-transform: uppercase;
	display: inline-block
}

.home-one-best-product-list-wrap .nav-link.active,
.home-one-best-product-list-wrap .nav-pills .show>.nav-link {
	background-color: unset;
	color: #0db14b;
	position: relative
}

.home-one-best-product-list-wrap .nav-link.active:before,
.home-one-best-product-list-wrap .nav-pills .show>.nav-link:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #0db14b;
	bottom: -23px;
	left: 0
}

.home-one-best-product-see-all {
	text-align: right
}

.home-one-best-product-see-all a {
	font-size: 15px
}

.home-one-best-product-see-all a i {
	font-size: 1rem;
	margin-left: 2px
}

.how-we-work-area {
	background: #f5f5f5;
	padding: 80px 0 56px
}

.how-we-work-box {
	margin-bottom: 24px
}

.how-we-work-box .home-two-deal-type-one-content span {
	font-size: 1rem;
	margin-bottom: 10px;
	display: inline-block
}

.how-we-work-box .home-two-deal-type-one-content p a {
	color: #303030;
	display: inline-block;
	border-bottom: 1px solid #0db14b;
	padding-bottom: 2px
}

.how-we-work-box .how-we-work-icon i {
	font-size: 34px;
	color: #000
}

.how-we-work-box .how-we-work-content h4 {
	font-size: 18px;
	margin-top: 13px
}

.how-we-work-box .how-we-work-content p {
	margin-bottom: 0;
	font-size: 1rem
}

.home-one-favorite-product-area {
	background: #efede1
}

.single-home-one-favorite-slide {
	position: relative
}

.single-home-one-favorite-slide .owl-nav .owl-prev,
.single-home-one-favorite-slide .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #222;
	background: 0 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #fff;
	left: 17px;
	-webkit-transition: .4s;
	transition: .4s;background: #222;
}

.single-home-one-favorite-slide .owl-nav .owl-prev:hover,
.single-home-one-favorite-slide .owl-nav .owl-next:hover {
	background: #0db14b;
	color: #fff
}

.single-home-one-favorite-slide .owl-nav .owl-next {
	left: auto;
	right: 17px
}

.single-home-one-blog-box {
	position: relative
}

.single-home-one-blog-box:hover .home-one-blog-content {
	background: #0db14b
}

.single-home-one-blog-box:hover .home-one-blog-content p {
	color: #fff
}

.single-home-one-blog-box:hover .home-one-blog-content h4 {
	color: #fff
}

.home-one-bolo-wrap-slide .owl-dots .owl-dot {
	background: #faf1f1;
	height: 15px;
	width: 15px
}

.blog-meta-date {
	position: absolute;
	top: 15px;
	left: 20px
}

.blog-meta-date span {
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	background: #292929;
	padding: 4px 12px
}

.home-one-blog-content {
	background: #f1f1f1;
	padding: 25px 30px;
	margin-top: -1px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}

.home-one-blog-content p {
	color: #303030;
	-webkit-transition: .4s;
	transition: .4s
}

.home-one-blog-content h4 {
	margin-top: 5px;
	margin-bottom: 0;
	-webkit-transition: .4s;
	transition: .4s
}

.testimonial-area {
	background: #f5f5f5;
	padding: 80px 0
}

.testimonial-wrap .owl-item img {
	display: inline-block;
	width: unset
}

.testimonial-wrap .owl-nav .owl-prev,
.testimonial-wrap .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #0db14b;
	background: 0 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #0db14b;
	left: 0;
	-webkit-transition: .4s;
	transition: .4s
}

.testimonial-wrap .owl-nav .owl-next {
	left: auto;
	right: 0
}

.testimonial-wrap .owl-dots {
	text-align: center;
	margin-top: 15px
}

.testimonial-wrap .owl-dots .owl-dot {
	border: none;
	height: 15px;
	width: 15px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px
}

.testimonial-wrap .owl-dots .owl-dot.active {
	background: #0db14b
}

.single-testimonial .testimonial-img {
	margin-bottom: 17px
}

.single-testimonial .testimonial-content h4 {
	font-size: 18px;
	margin-bottom: 0
}

.single-testimonial .testimonial-content h5 {
	font-size: 15px;
	margin-bottom: 0
}

.single-testimonial .testimonial-content p {
	font-size: 1rem;
	color: #0db14b;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 16px;
	padding: 0 175px
}

.subscribe-area {
	background: #f1f1f1;
	padding: 80px 0
}

.subscribe-content h3 {
	font-size: 30px
}

.subscribe-content p {
	font-size: 1rem;
	margin-bottom: 0
}

.subscribe-search input {
	border: 1px solid #8e8e8e;
	padding: 10px 150px 10px 26px
}

.subscribe-search button {
	background: #0db14b;
	padding: 0 32px;
	border-left: 1px solid #8e8e8e
}

.home-one-featured-box:hover .home-one-featured-img .home-one-featured-cta span {
	background: #0db14b;
	border: 1px solid #0db14b
}

.home-one-featured-box:hover .home-one-featured-img .home-one-featured-content p {
	position: relative;
	opacity: 1;
	bottom: 0
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content {
	bottom: 15px;
	left: 20px
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content h3 {
	font-size: 1rem;
	color: #0db14b;
	margin-bottom: 8px
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content h5 {
	font-weight: 500;
	font-size: 18px
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content p {
	font-size: 15px;
	font-weight: 500;
	color: #303030;
	position: absolute;
	bottom: -10px;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s
}

.home-one-featured-box .home-one-featured-img .home-one-featured-content p del {
	color: #333;
	font-size: 1rem
}

.home-one-featured-box .home-one-featured-img .home-one-featured-cta span {
	background: #292929;
	color: #fff;
	border: 1px solid #292929;
	-webkit-transition: .5s;
	transition: .5s
}

.hone-one-header-menu-area {
	position: absolute
}

.home-one-hero-area {
	background-image: url(..//images/home-one/home-one-hero-bg-img.png);
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat
}

.single-home-one-hero-img {
	position: relative
}

.single-home-one-hero-img .home-one-hero-slide-shape {
	top: 18px;
	right: 0;
	z-index: -1
}

.home-one-hero-slide-img-wrap {
	position: relative
}

.home-one-hero-slide-img-wrap .slick-dots {
	position: absolute;
	right: 68px;
	top: 50%
}

.home-one-hero-slide-img-wrap .slick-dots:before {
	position: absolute;
	background: #fff;
	content: "";
	height: 172%;
	width: .3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.home-one-hero-slide-img-wrap .slick-dots button {
	border: 1px solid #000;
	background: #f5f5f5;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	position: relative;
	margin-bottom: 5px;
	color: #303030
}

.home-one-hero-slide-img-wrap .slick-dots button:before {
	position: absolute;
	content: "";
	height: 10px;
	width: .1px;
	background: #000;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.home-one-hero-slide-img-wrap .slick-dots button:after {
	position: absolute;
	content: "";
	height: 10px;
	width: .1px;
	background: #000;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.single-home-one-hero-content h1 {
	font-size: 40px
}

.single-home-one-hero-content span {
	font-size: 1rem;
	color: #0db14b;
	margin-bottom: 10px;
	display: inline-block
}

.home-one-hero-btn {
	background: #000;
	color: #fff;
	padding: 11px 28px
}

.home-one-hero-padding {
	padding-left: 170px
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
	top: 0;
	left: 0;
	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
}

.sk-cube-grid {
	width: 70px;
	height: 70px
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #0db14b;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

.back-to-top-btn {
	position: fixed;
	bottom: 40px;
	right: 30px;
	background: #0db14b;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 33px;
	display: none;
	z-index: 9999;
	border: 1px solid #0db14b;
	-webkit-transition: .3s;
	transition: .3s
}

.back-to-top-btn i {
	color: #fff;
	font-size: 22px
}

.back-to-top-btn i::before {
	vertical-align: middle
}
.back-to-top-btn:hover {
	
	background: #222;
	
	border: 1px solid #222;
	-webkit-transition: .3s;
	transition: .3s
}
.nlmbgOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 9;
	display: none
}

.nlmPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	max-width: 800px;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

a#btnClose {
	display: block;
	position: absolute;
	right: 0px;
	top: -40px;
	z-index: 2
}

a#btnClose i {
	font-size: 18px;
	border: 1px solid #303030;
	height: 30px;
	width: 30px;
	line-height: 28px;
	color: #000;
	text-align: center
}

.newsletter-content-wrap {
	background: #fff;
	padding: 30px;
	position: relative
}

.newsletter-content-wrap .newsletter-content {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.newsletter-content-wrap .newsletter-content h2 {
	font-size: 26px;
	margin-bottom: 30px
}

.newsletter-content-wrap .newsletter-content p {
	font-size: 1rem;
	margin-bottom: 0
}

.newsletter-content-wrap .newsletter-condition-form h3 {
	font-size: 1rem;
	margin-bottom: 27px
}

.newsletter-content-wrap .newsletter-condition-form h3 a {
	color: #0db14b
}

.newsletter-content-wrap .newsletter-search button {
	border-left: none
}

.newsletter-img-wrap {
	background: #fff;
	height: 100%;
	width: 100%
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(33, 37, 41, .9);
	color: #fff;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.search-bar-wrap .search-bar-content {
	position: fixed;
	width: 60%;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.search-bar-wrap .search-close {
	position: absolute;
	right: 50px;
	top: 40px;
	font-size: 62px;
	cursor: pointer;
	-webkit-transition: .1s;
	transition: .1s;
	display: inline-block;
	line-height: 0
}

.search-bar-wrap .search-close:hover {
	color: #0db14b;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.search-bar-wrap .search-bar-inner h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 200;
	margin-bottom: 30px
}

.search-bar-wrap .search-wrap-search input {
	padding: 15px 150px 15px 26px;
	border: none
}

.search-bar-wrap .search-wrap-search button {
	padding: 0 60px;
	border: none
}

.search-bar-wrap.show-search {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.cursor {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid #000;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	-webkit-transform: translate(calc(-50% + 15px), -50%);
	transform: translate(calc(-50% + 15px), -50%);
	z-index: 99999
}

.cursor2 {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #000;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	-webkit-transition: width .3s, height .3s, opacity .3s;
	transition: width .3s, height .3s, opacity .3s;
	z-index: 99999
}

.home-two-cursor {
	border: 1px solid #0db14b
}

.home-two-cursor2 {
	background-color: #0db14b
}

.cursorinnerhover {
	width: 50px;
	height: 50px;
	opacity: .5
}

* {
	
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
/*@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
    min-height: auto;
  }
}*/
.hero-slider .swiper-slide,
.hero-slider .swiper-slide-s2 {
  overflow: hidden;
  color: #000;
}
.hero-slider .swiper-container,
.hero-slider .swiper-container-s2 {
  width: 100%;
  /*height: 100%;
  position: absolute;*/
  left: 0;
  top: 0;
}
.slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-top: -30px;
  text-align: center;
  border-radius: 45px;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 991px) {
  .hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-button-prev {
  left: 35px;
}
.hero-slider .swiper-button-next {
  right: 35px;
}
.hero-slider .swiper-pagination {
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);    display: none;
}
@media screen and (min-width: 992px) {
  .hero-slider .swiper-pagination {
    display: none;
  }
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px 0;
}
.hero-slider .swiper-pagination-bullet-active {
  background: #fff;
}

/*--------------------------------------------------------------
	#hero-style-1
--------------------------------------------------------------*/
.hero-style-1 {
 /* height: calc(100vh - 152px);
  max-height: 600px;*/
  
}
@media (max-width: 1366px) {
  .hero-style-1 {
    /*height:450px;
    min-height: auto;
  height: calc(100vh - 272px);
  max-height: 600px;*/

  }
  
}
@media (max-width: 991px) {
.hero-style-1 {
   /* height: calc(100vh - 252px);
    max-height: 600px;*/
}
 /* .hero-style-1 {
    height:300px;
    min-height: auto;
  }*/
}
@media (max-width: 767px) {
  /*.hero-style-1 {
    height: 200px;
    min-height: auto;
  }*/
}
@media (max-width: 580px) {
.hero-style-1 {
   /* height: calc(100vh - 472px);
    max-height: 600px;*/
}
 /* .hero-style-1 {
    height: 160px;
    min-height: auto;
  }*/
}
.hero-style-1 .container-1410 {
  position: relative;
  padding-left: 60px;margin-left: 5%;
}
@media (max-width: 767px) {
  .hero-style-1 .container-1410 {
    width: 100%;
    word-break: break-word;
    padding-left: 15px;
    margin-left: 5%;
  }
  .home-one-hero-btn {
   
    padding:1px 8px; font-size:0.9rem;
}
}
.hero-style-1 .slide-text {
  position: absolute;
  left: 0;
  top: 10px;
 /* padding-top: 80px;*/
}
@media (max-width: 991px) {
  .hero-style-1 .slide-text {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .slide-text {
    position: static;
  }
}
/*.hero-style-1 .slide-text:before {
  background: #222;
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 1px;
}*/
@media (max-width: 991px) {
 /* .hero-style-1 .slide-text:before {
    top: -90px;
  }*/
}
@media (max-width: 767px) {
  .hero-style-1 .slide-text:before {
    display: none;
  }
}
.hero-style-1 p {
 
  font-size: 18px;
  font-size: 1.4666666667rem;
  color: #222;
  margin: 0;

  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .hero-style-1 p {
    font-size: 16px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .hero-style-1 p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.hero-style-1 h2 {
  
  font-size: 2.7rem;
  color: #222;
  margin: 0 0 0.57em;
  font-weight: 200;
}
@media (max-width: 1199px) {
  .hero-style-1 h2 {
    
    font-size:1.5rem;
  }
}
@media (max-width: 767px) {
  .hero-style-1 h2 {
   
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 550px) {
  .hero-style-1 h2 {
   
    font-size: 1.3333333333rem;
  }
}
/*.hero-style-1 h2 span {
  font-weight: 200;
}
.hero-style-1 h2 span.tx-color {
  font-weight: 400;
}*/
.hero-style-1 .slide-title {
  max-width: 540px;
}
@media (max-width: 767px) {
  .hero-style-1 .slide-title {
    max-width: none;
  }
}
.hero-style-1 .control-slider {
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .hero-style-1 .control-slider {
    height: 45px;
    position: absolute;
    left: 0;
    top: calc(50% - 22px);
    width: 100%;
  }
}
.hero-style-1 .swiper-button-prev,
.hero-style-1 .swiper-button-next {
  left: 25px;
}
.hero-style-1 .swiper-button-next {
  left: auto;
  right: 25px;
}
.hero-style-1 .swiper-button-prev i,
.hero-style-1 .swiper-button-next i {
  position: absolute;
  left: 37%;
  top: 27%;
}
.hero-style-1 .swiper-button-prev i:before,
.hero-style-1 .swiper-button-next i:before {
 
  font-size: 1.5rem;
  color: #000;
}
.hero-style-1 .slider-nav-path {
  stroke-width: 1;
  fill: white;
  stroke: white;
  opacity: 0.4;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hero-style-1 .slider-nav:hover .slider-nav-path {
  opacity: 1;
  stroke: #1a1921;
  fill: #1a1921;
}
.hero-style-1 .slider-nav:hover + i:before {
  color: #fff;
}
.hero-style-1 .slider-nav-path-progress-color {
  fill: transparent;
  stroke: #000;
}
.hero-style-1 .slider-nav-transparent {
  position: absolute;
  left: 0;
}
.link-addicionar {color: #0db14b;
    text-decoration: underline;}
.link-addicionar:hover {color: #000;
    text-decoration: underline;}
/*eventos*/
 .section-padding {
    padding: 110px 0;
}
@media screen and (min-width: 1200px) {
  .blog-pg-section .blog-content {
    padding-right: 45px;
  }
}
.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 60px;
  }
}
.blog-pg-section .entry-details {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.blog-pg-section .entry-details .entry-meta {
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-pg-section .entry-details .entry-meta > div {
  float: left;
  position: relative;
}
/*.blog-pg-section .entry-details .entry-meta > div:last-child {
  margin-left: 25px;
}
.blog-pg-section .entry-details .entry-meta > div:last-child:before {
  content: "";
  background-color: #606060;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  position: absolute;
  left: -11px;
  top: 2px;
}*/
.blog-pg-section .entry-details .entry-meta .date,
.blog-pg-section .entry-details .entry-meta .tags {
  font-family: "futura-pt-demi", sans-serif;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-pg-section .entry-details .entry-meta .tags a {
  color: #787878;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.blog-pg-section .entry-details .entry-meta .tags a:hover {
  color: #000;
}
.blog-pg-section .entry-details .entry-meta .tags > a + a:before {
  content: "'";
  position: absolute;
  left: -9px;
  bottom: -5px;
}
.blog-pg-section .entry-details .read-more {
  font-family: "futura-pt-demi", sans-serif;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
  color: #000;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-pg-section .entry-details .read-more i {
  position: relative;
  top: 1px;
}
.blog-pg-section .entry-details .read-more i:before {
  font-size: 14px;
}
.blog-pg-section .entry-details .read-more:hover {
  text-decoration: underline;
}
.blog-pg-section .post h3 {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
.blog-pg-section .post h3 a {
  color: #000;
}
.blog-pg-section .post h3 a:hover {
  text-decoration: underline;
}
.blog-pg-section .post p {
  margin-bottom: 1.8em;
}
@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-pg-section .format-standard .entry-details,
.blog-pg-section .format-quote .entry-details {
  border: 1px solid #e9ebef;
  padding: 45px 35px;
}
@media (max-width: 500px) {
  .blog-pg-section .format-standard .entry-details,
.blog-pg-section .format-quote .entry-details {
    padding: 35px 20px;
  }
}
.blog-pg-section .format-gallery {
  position: relative;
}
.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
  background: #c2572b;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
  background: rgba(133, 133, 133, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.blog-pg-section .format-quote {
  position: relative;
}
.blog-pg-section .format-quote:before {
  font-family: "futura-pt-demi", sans-serif;
  content: "Q";
  font-size: 160px;
  font-size: 10.6666666667rem;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 162px;
  top: -20px;
}
.blog-pg-section .format-quote h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0;
}
.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}
.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}
.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
.blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}
.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 70px;
  font-size: 4.6666666667rem;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-masonry-4-columns .container-fluid {
    padding: 0 80px;
  }
}
.blog-masonry-4-columns .blog-content {
  padding-right: 0;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .blog-masonry-4-columns .blog-content {
    margin: 0 -7.5px;
  }
}
@media (max-width: 650px) {
  .blog-masonry-4-columns .blog-content {
    margin: 0;
  }
}
.blog-masonry-4-columns .post {
  width: 25%;
  float: left;
  clear: none;
  padding: 0 15px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blog-masonry-4-columns .post {
    width: 33.33%;
    padding: 0 7.5px;
  }
}
@media (max-width: 991px) {
  .blog-masonry-4-columns .post {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .blog-masonry-4-columns .post {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.blog-masonry-4-columns .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  .blog-masonry-4-columns .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
@media (max-width: 767px) {
  .blog-masonry-4-columns .post h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}

@media screen and (min-width: 992px) {
  .blog-pg-left-sidebar .blog-content {
    padding: 0 0 0 45px;
  }
}

/*--------------------------------------------------------------
	#blog-single-page
--------------------------------------------------------------*/
/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  font-family: "futura-pt-demi", sans-serif;
  background-color: transparent;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  color: #000;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    font-size: 1rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}
.content-container a{
    color: #0db14b !important;
}
.content-container a:hover{
    color: #666 !important;
}
.pagina-bio a:hover { color:#666}
.breadcrumb-bio {background-color: #fcfcfc;background:url(../images/back-exp-icon.svg); background-size: contain; }
.content-container ul{ padding-left:15px; margin-left:12px; margin-bottom:15px}
.content-container li { list-style: disc; padding-left:12px;}
.copy-right-social ul {padding-left:0; margin-left:0; margin-bottom:0px}
.copy-right-social ul  li{ padding-left:0px;}
.cnt-cat{
    visibility: visible;
    transition: visibility 0s, opacity 0.5s linear;
    min-height:80vh;
    opacity: 1;
}
.cnt-cat.loading{
    opacity: 0;
    visibility: hidden;
}
.invisible-div{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.invisible-div.loaded{
    visibility: visible;
    opacity: 1;
}
.images-parceiros { display: flex; justify-content:center}
.images-parceiros img { max-width: 300px;}
/*faqs*/
.faqs .accordion {

  margin: 0 auto 100px;
  border-top: 1px solid #e6e6e6;
}
.faqs .accordion li {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
/*.faqs .accordion li p {*/
.faqs .accordion li > div.resposta {
  display: none;
  padding: 10px 25px 30px;
  
}
.faqs .accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  
  font-size: 1.2rem;
  text-indent: 15px;
  user-select: none;
}
.faqs .accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #0db14b;
  border-bottom: 1px solid #0db14b;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faqs a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shop-single-slider .slider-for {
    text-align: center;
}
.shop-single-slider .slider-nav {
    padding: 0;
    margin-top: 35px;
}
.shop-single-slider .slider-nav > i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.shop-single-slider .slider-nav > i:hover {
    cursor: pointer;
}
.shop-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0;
}
.shop-single-slider .slider-nav .slick-slide {
    text-align: center;
}
.shop-single-slider .slider-nav .slick-slide img {
    display: inline-block;
}
.shop-single-slider .slider-nav .slick-slide {
    width: auto !important;
    margin-right: 15px;
}
.shop-single-slider .slider-nav .slick-slide {
    border: 1px solid transparent;
}
.shop-single-slider .slider-nav .slick-slide.slick-current.slick-active {
    border: 1px solid #000;
}
.shop-single-slider  .slick-initialized .slick-slide {
                display: flex;
                justify-content: center;
            }
 .shop-single-slider .slick-track {display: flex;width: 100%;
                justify-content: center;}

  .w-100  .slick-track {width: 100% !important;
                }           
.shop-single-slider .slider-nav .slick-slide:last-child {
    
    margin-right: 0px;
}
@media screen and (min-width: 1200px) {
    .shop-single-vertical-thumb .slider-for {
        max-width: 535px;
        float: right;
    }
    .shop-single-vertical-thumb .slider-nav .slick-slide {
        margin-bottom: 15px;
    }
    .shop-single-vertical-thumb .shop-single-slider .slider-nav .slick-slide,
    .shop-single-vertical-thumb .shop-single-slider .slider-nav .slick-track {
        width: 100px !important;
    }
    .shop-single-vertical-thumb .slider-nav .slick-slide {
        float: none;
    }
    .shop-single-vertical-thumb .single-product-info {
        margin-top: 110px;
    }
}
@media screen and (min-width: 1450px) {
    .shop-single-vertical-thumb .slider-for {
        max-width: 615px;
        float: right;
    }
}
.shop-category-select { height: 40px; padding: 5px}
/*ideis*/
.asss{width: 17px;
    height: 16px;
    top: 2px;
    color:#000;
    position: relative; background-repeat: no-repeat;background-size: contain; display: inline-block;
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzAwcHgiIGhlaWdodD0iMzAwcHgiIHZpZXdCb3g9IjAgMCAzMDAgMzAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMDAgMzAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yMzQuMDY5LDEzNGgtODYuOTAyYy03LjEyMSwwLTEzLjE2Nyw1LjQwNi0xMy4xNjcsMTIuNTI3djc2LjU0OWMwLDcuMTIxLDAsMTguNzc1LDAsMjUuODk4djEyLjQzOA0KCQljMCw3LjExOSw0LjQ3Miw5LjA4NCw5LjgwNSw0LjM2NGwyMy45NjEtMjEuMTgyYzUuMzMzLTQuNzIyLDE1LjU3OC04LjU5OCwyMi42OTktOC41OThoNDMuNjA0YzcuMTIxLDAsMTIuOTMyLTUuNzk5LDEyLjkzMi0xMi45MjQNCgkJdi03Ni41NDlDMjQ3LDEzOS40MDYsMjQxLjE5LDEzNCwyMzQuMDY5LDEzNHogTTE3Mi4yNzMsMTg5Ljc2MmMtMy42OTIsMC02LjY4Ny0yLjk5Mi02LjY4Ny02LjY4NGMwLTMuNjkzLDIuOTkzLTYuNjg5LDYuNjg3LTYuNjg5DQoJCWMzLjY5NCwwLDYuNjg4LDIuOTk2LDYuNjg4LDYuNjg5QzE3OC45NiwxODYuNzcsMTc1Ljk2NywxODkuNzYyLDE3Mi4yNzMsMTg5Ljc2MnogTTE5MS43OSwxODkuNzYyDQoJCWMtMy42OTMsMC02LjY4OC0yLjk5Mi02LjY4OC02LjY4NGMwLTMuNjkzLDIuOTkzLTYuNjg5LDYuNjg4LTYuNjg5YzMuNjkzLDAsNi42ODcsMi45OTYsNi42ODcsNi42ODkNCgkJQzE5OC40NzcsMTg2Ljc3LDE5NS40ODMsMTg5Ljc2MiwxOTEuNzksMTg5Ljc2MnogTTIxMS40NDMsMTg5Ljc2MmMtMy42OTIsMC02LjY4NS0yLjk5Mi02LjY4NS02LjY4NA0KCQljMC0zLjY5MywyLjk5MS02LjY4OSw2LjY4NS02LjY4OWMzLjY5NCwwLDYuNjg4LDIuOTk2LDYuNjg4LDYuNjg5QzIxOC4xMzIsMTg2Ljc3LDIxNS4xMzcsMTg5Ljc2MiwyMTEuNDQzLDE4OS43NjJ6Ii8+DQoJPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iNjMuNDY5IiBjeT0iNjMuNzIiIHI9IjQ4LjI5OCIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMTAsMjY5LjQ3MWMwLDguNTc2LTYuOTUzLDE1LjUyOS0xNS41MjksMTUuNTI5SDMzLjUyOUMyNC45NTMsMjg1LDE4LDI3OC4wNDcsMTgsMjY5LjQ3MVYxNDguNTI5DQoJCUMxOCwxMzkuOTUzLDI0Ljk1MywxMzMsMzMuNTI5LDEzM2g2MC45NDJjOC41NzYsMCwxNS41MjksNi45NTMsMTUuNTI5LDE1LjUyOVYyNjkuNDcxeiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yODUsOTQuNDcxYzAsOC41NzYtNi45NTIsMTUuNTI5LTE1LjUyOCwxNS41MjlIMTQ4LjUyOEMxMzkuOTUyLDExMCwxMzMsMTAzLjA0NywxMzMsOTQuNDcxVjMzLjUyOQ0KCQlDMTMzLDI0Ljk1MywxMzkuOTUyLDE4LDE0OC41MjgsMThoMTIwLjk0M0MyNzguMDQ4LDE4LDI4NSwyNC45NTMsMjg1LDMzLjUyOVY5NC40NzF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");

}
.copy-ideias{
    width: 17px;
    height: 16px;
    top: 2px;
    position: relative; background-repeat: no-repeat;background-size: contain; display: inline-block;
	
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='130px' height='130px' viewBox='0 0 130 130' enable-background='new 0 0 130 130' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M125.854 39.375c0 3.906-3.17 7.077-7.076 7.077H63.677c-3.906 0-7.076-3.171-7.076-7.077V11.61c0-3.908 3.169-7.073 7.076-7.073h55.099c3.908 0 7.076 3.165 7.076 7.073v27.765H125.854z M46.126 119.102c0 3.904-3.167 7.07-7.073 7.07H11.286c-3.905 0-7.073-3.166-7.073-7.07V64.001c0-3.906 3.168-7.073 7.073-7.073h27.767c3.906 0 7.073 3.167 7.073 7.073V119.102z M46.931 25.365c0-12.155-9.85-22.002-22.004-22.002c-12.152 0-22.002 9.848-22.002 22.002c0 12.152 9.85 22.004 22.002 22.004C37.081 47.369 46.931 37.517 46.931 25.365z M83.387 82.785c-1.679 0-3.047-1.363-3.047-3.042c0-1.685 1.368-3.052 3.047-3.052c1.684 0 3.047 1.367 3.047 3.052C86.434 81.422 85.068 82.785 83.387 82.785z M74.496 82.785c-1.686 0-3.042-1.363-3.042-3.042c0-1.685 1.356-3.052 3.042-3.052s3.042 1.367 3.042 3.052C77.538 81.422 76.182 82.785 74.496 82.785z M92.338 82.785c-1.679 0-3.042-1.363-3.042-3.042c0-1.685 1.363-3.052 3.042-3.052c1.684 0 3.051 1.367 3.051 3.052C95.389 81.422 94.021 82.785 92.338 82.785z M102.648 57.384H63.059c-3.244 0-6 2.461-6 5.708v34.872c0 3.243 0 8.554 0 11.8v5.67c0 3.238 2.035 4.133 4.467 1.984l10.914-9.652c2.435-2.146 7.099-3.914 10.343-3.914l19.866-0.004c3.244 0 5.893-2.641 5.893-5.884V63.09C108.541 59.845 105.895 57.384 102.648 57.384z'/%3E%3C/svg%3E");

}

.grecaptcha-badge { 
    visibility: hidden;
}
.btn-primary {
    color: #fff;
    background-color: #0db14b;
    border-color: #0db14b;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
    border-radius: 0;
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
   
    border: none;
    border-radius: 0;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-sign-with-google .abcRioButton {
    height: auto !important;
    width: auto !important;
    padding: 6px;
    background-color: #da3c31;
    border-radius: 3px;
    box-shadow: none !important;
    color:#fff !important;
}

.btn-facebook {
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 6px;
    width: 100%;
    height: 46px;
    cursor: pointer;
    background-color: #4267b2 !important;
}
.btn-sign-with-google {
    cursor: pointer;
    border: none;
    font-size: 14px;
    padding: 0 !important;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.lab-concordo {font-size: 0.9rem !important;}
.lab-concordo a {color: #0db14b;}
.resposta a {
    display: inline !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}
.resposta li{
    border: none !important;
    list-style: disc !important;
    margin-bottom: 2px !important;
}