*, * * {
	outline: none !important;
}
.btn-check:focus + .btn, .btn:focus {
	box-shadow: none !important;
}
.font-esteban {
	/* font-family: 'Esteban', serif; */
}
.font-montserrat {
	font-family: 'Montserrat', serif;
}
.justify{
	text-align: justify;
	line-height: 24px !important;
	font-size: 18px;
}
section.main{
	padding-top: 150px;
}
header div.top ul.list-unstyled{
	margin-bottom: 0px !important;
}
section.main .row:first-child{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
section.main div.row div.col-md-6:first-child{
	z-index: 2;
}
section.main div.row div.col-md-6{
	z-index: 1;
}
section.main h1 {
	font-size: 58px;
	font-weight: 600;
	margin-top: 10px;
}
section.main p {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	/* font-family: 'Esteban', serif; */
}
span.line-title {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-left: 35px;
	letter-spacing: 0.05em;
	color: #888899;
}
span.line-title:before {
	content: "";
	border-bottom: 1px solid #888899;
	width: 20px;
	position: absolute;
	vertical-align: middle;
	line-height: 0.5;
	height: 13px;
	left: 0;
}
section.main div.row div.col-md-7 img:first-child{
	right: -80px;
	position: relative;
}
section.page div.row div.col-md-7 img:first-child{
	bottom: -100px;
}
section.quot{
	background-color: var(--second-color);
	color: #fff;
	margin-top: -200px;
	padding: 100px 0;
}
section.quot p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	/* font-family: 'Esteban', serif; */
	margin-top: 20px;
}
section.main-counter{
	background-color: var(--second-color);
	color: #fff;
	margin-top: 100px;
	padding: 100px 0;
	text-align: center;
}
section.main-counter .title{
	font-size: 56px;
}
section.main-counter .spot{
	font-size: 18px;
	margin-bottom: 10px;
}
section.main-counter .content{
	font-size: 18px;
}
section.content{
	background-color: #fff;
	padding: 100px 0;
}
section.content .row{
	display: flex;
	align-items: center;
}
section.content div.title h2{
	font-size: 30px !important;
    line-height: 1.2;
	font-weight: 600;
}
div.title{
	margin-bottom: 25px;
}
section.dark{
	background-color: var(--second-color);
	padding: 100px 0;
	color: #fff;
}
section.dark div.title h2{
	font-size: 56px;
	font-weight: 600;
	width: 95%;
}
section.dark img{
	margin-top: 10px;
}
section.dark .text-center span{
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 10px 0;
}
section.dark p{
	font-size: 18px;
	font-weight: 400;
}
section.dark .text-center{
	text-align: left !important;
}
section.main-team{
	background-color: #fff;
	padding: 100px 0;
}
section.main-team .row{
	display: flex;
	align-items: center;
}
section.main-team .row .row{
	margin-left: -100px;
	margin-right: 100px;
}
section.main-team div.title h2{
	font-size: 30px !important;
    line-height: 1.2;
	font-weight: 600;
}
section.main-team .col-md-12{
	margin-top: 25px;
}
section.main-team .row:first-child{
	display: flex;
}
div.bg-d{
	margin-top: -50px;
	background-color: var(--second-color);
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding-top: 15px;
}
div.bg-c{
	margin-top: 0px;
	background-color: var(--fourth-color);
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	color: var(--second-color);
	font-weight: 600;
	font-size: 18px;
	padding-top: 35px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
div.bg-c .btn{
	position: absolute;
	top: 20px;
}

section.main-news{
	background-color: var(--second-color);
	padding: 100px 0;
	color: #fff;
}
section.main-news div.title h2{
	font-size: 56px;
	font-weight: 600;
	width: 95%;
}
section.main-news .col-md-12 span{
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 10px 0;
}
section.main-news .col-md-12 p{
	font-size: 18px;
	font-weight: 400;
}
section.main-news a{
	color: #fff;
	text-decoration: none;
}
section.main-news .position-relative .btn{
	position: absolute;
	right: 10px;
	bottom: 30px;
}
section.main-news .text-center{
	filter:brightness(0) invert(1);
	margin-bottom: 30px;
	margin-top: 15px;
}
section.main-faq{
	background-color: #fff;
	padding: 100px 0;
}
.dark-back{
	background-color: var(--second-color) !important;
	color: #fff !important;
}
.dark-back .accordion-button{
	background-color: #efefef;
}
section.main-faq .row{
	display: flex;
}
section.main-faq div.title h2{
	font-size: 56px;
	font-weight: 600;
	width: 50%;
}
section.main-faq div.title p{
	font-size: 18px;
	font-weight: 400;
	color: var(--third-color);
}
section.main-testimonials{
	background-color: #fff;
	padding: 100px 0;
}
section.main-testimonials div.title h2{
	font-size: 56px;
	font-weight: 600;
}
section.main-testimonials .text-center span{
	font-size: 18px;
	font-weight: 600;
	display: initial;
	padding: 10px 0;
}
section.main-testimonials p{
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	margin: 20px auto;
}
section.main-testimonials .slider-item p{
	width: 50% !important;
}
section.main-testimonials h6{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
section.main-testimonials span.line-title:before {
	left: -30px;
}
section.main-testimonials div.col-md-12 .text-center{
	filter:brightness(0) invert(1);
	margin-top: 30px;
}
section.main-contact{
	background-color: #fff;
	padding: 100px 0;
}
section.main-contact .row{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
section.main-contact div.title h2{
	font-size: 56px;
	font-weight: 600;
	width: 70%;
}
section.main-contact div.title p{
	font-size: 18px;
	font-weight: 400;
	color: var(--third-color);
}
section.subscribe{
	background-color: var(--main-color);
	padding: 100px 0;
	color: #fff;
}
section.subscribe div.title h2{
	font-size: 56px;
	font-weight: 600;
	width: 85%;
}
section.subscribe .form-control{
	background-color: #fff;
	border-color: #fff;
}
section.subscribe .form-control:focus{
	background-color: var(--fourth-color);
	border-color: var(--fourth-color);
}
section.subscribe div.title span.line-title{
	color: #fff;
}
section.subscribe div.title span.line-title:before{
	border-color: #fff;
}
section.subscribe .btn-alb-w{
	padding: 15px 75px;
	margin-top: 10px;
}
section.subscribe .row{
	align-items: center;
}
footer{
	display: flex;
	align-items: center;
}
div.flex-center{
	align-items: center;
}
footer div.f-logo{
	padding: 60px;
	width: 40%;
	font-size: 18px;
	font-weight: 400;
	color: var(--third-color);
	/* font-family: 'Esteban', serif; */
}
footer div.f-logo img{
	margin-bottom: 15px;
	width: 50%;
}
footer div.row{
	--bs-gutter-x: 0;
}
footer div.f-logo a{
	text-decoration: none;
}
footer div.f-menu{
	background-color: var(--second-color);
	padding: 120px 0 110px 100px;
	width: 100%;
	color: #fff;
}
footer div.f-menu ul{
	list-style: none;
}
footer div.f-menu ul > li > a{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
}
footer div.f-menu ul > li.text {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
footer div.f-menu ul > li.text > a {
	font-weight: 400;
	text-transform: none;
}
section.bottom{
	background-color: var(--main-color);
	color: #fff;
	padding: 20px 30px 0 30px;
}
section.bottom p{
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 30px;
}
section.bottom .space{
	flex-grow: 1;
}
section.bottom img:first-child{
	margin-left: 20px;
}
section.bottom div.row{
	display: flex;
	align-items: center;
	--bs-gutter-x: 0;
}
section.cart{
	padding: 150px 0 50px 0;
	color: var(--second-color);
}
section.cart div.summary .btn-alb{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
section.cart div.summary p{
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

section.cart div.summary span.price{
	font-weight: 700;
	font-size: 18px;
	float: right;
}
section.cart div.summary p.message{
	font-size: 18px;
	font-weight: 400;
	/* font-family: 'Esteban', serif; */
}
section.cart div.summary h2{
	font-size: 56px;
	font-weight: 600;
	margin-bottom: 20px;
}
section.cart div.summary{
	background-color: var(--fourth-color);
	padding: 25px;
}
section.cart div.summary h3{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
section.login{
	padding: 150px 0 50px 0;
}
section.login h2{
	font-size: 56px;
	font-weight: 600;
	margin-bottom: 20px;
}
section.login .text-center{
	margin-top: 20px;
}
section.login a{
	font-size: 18px;
	font-weight: 400;
	/* font-family: 'Esteban', serif; */
}
section.login .position-absolute{
	top: 15px;
	right: 20px;
	text-decoration: none;
}

section.contact{
	background-color: #fff;
	padding: 150px 0 100px 0;
}
div.summary .disable{
	background-color: var(--third-color);
	pointer-events: none;
}
section.contact div.title h2{
	font-size: 56px;
	font-weight: 600;
	width: 70%;
}
section.contact div.title p{
	font-size: 18px;
	font-weight: 400;
	color: var(--third-color);
}
section.contact-bottom{
	background-color: var(--second-color);
	padding: 100px 0;
	color: #fff;
}
section.contact-bottom span{
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 20px 0;
}
section.contact-bottom p{
	font-size: 18px;
	font-weight: 400;
}
section.main-faq div.col-md-8 div.title{
	padding: 0 1.25rem;
}
section.page-content{
	padding: 150px 0 50px 0;
}
section.page h1{
	color: var(--second-color) !important;
}
section.page p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--third-color);
	width: 100%;
	margin-top: 0;
}

section.page div.row div.col-md-7 .w-100{
	right: 0 !important;
	bottom: 0 !important;
}
section.page-content div.title h2{
	font-size: 56px;
	font-weight: 600;
}
section.page-content p{
	font-size: 18px;
	font-weight: 400;
	color: var(--third-color);
	line-height: 22px;
}
section.news{
	padding: 150px 0 50px 0;
}
section.news div.title h2{
	font-size: 56px;
	font-weight: 600;
	width: 50%;
}
section.news div.news img{
	width: 100%;
}
section.news div.news span.title{
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}
section.news div.news p{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 40px;
	/* font-family: 'Esteban', serif; */
	color: var(--second-color);
}
section.news a{
	text-decoration: none;
	color: var(--second-color);
}
section.news ul li {
	list-style: none;
	display: inline;
	margin: 0 10px;
	font-size: 18px;
	font-weight: 600;
}
section.news div.news-title h2{
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	width: 60%;
	margin: 0 auto;
	margin-top: 30px;
	color: var(--second-color);
}
section.news div.news-title span{
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: var(--second-color);
}
section.news div.news-title img{
	margin-top: 20px;
	width: 100%;
}
section.news div.news-social{
	margin: 20px 0;
}
section.news div.news-article p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--third-color);
	text-align: left;
	/* font-family: 'Esteban', serif; */
	padding: 0 10px;
}
section.news span.line-title b{
	color: var(--second-color);
}
section.product{
	padding: 150px 0 70px 0;
	color: var(--second-color);
}
div.product h1{
	font-weight: 600;
	font-size: 56px;
	line-height: 66px;
}
div.product p.price{
	font-family: 'Montserrat', serif;
	font-weight: 600;
	font-size: 24px;
}
div.product p{
	/* font-family: 'Esteban', serif; */
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}
div.product .cart{
	margin-bottom: 20px;
}
div.product .btn{
	padding-left: 100px;
	padding-right: 100px;
}
section.products .overlay a {
	font-size: 18px;
}
section.products a{
	text-decoration: none;
	color: var(--second-color);
	font-size: 18px;
	font-weight: 600;
}
.pt-150{
	padding-top: 150px !important;
}
section.emptyTwo div.products-about a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
section.products ul li {
	list-style: none;
	display: inline;
	margin: 0 10px;
	font-size: 18px;
	font-weight: 600;
}
section.products{
	padding: 150px 0 50px 0;
}
section.products div.title h2{
	font-size: 36px;
		font-weight: 600;
}
section.products .col-3{
	font-weight: 600;
	font-size: 18px;
	line-height: 15px;
	margin-bottom: 20px;
	color: var(--third-color);
}
section.products .col-4{
	font-weight: 600;
	font-size: 18px;
	line-height: 15px;
	margin-bottom: 20px;
	color: var(--third-color);
}
section.products .col-8, section.products .col-12{
	font-weight: 600;
	font-size: 18px;
	line-height: 15px;
	margin-bottom: 20px;
	color: var(--third-color);
}
section.products .col-8 b, section.products .col-12 b{
	color: var(--second-color);
}
section.products .col-6{
	font-weight: 600;
	font-size: 18px;
	line-height: 15px;
	margin-bottom: 30px;
	color: var(--third-color);
}
section.products .col-6 b{
	color: var(--second-color);
}
section.products .col-4 b{
	font-weight: 600;
	font-size: 18px;
	line-height: 15px;
	margin-bottom: 20px;
	color: var(--second-color);
}
section.products p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	/* font-family: 'Esteban', serif; */
	color: var(--third-color);
	margin-bottom: 150px;
}
div.side h2{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
div.side h3{
	font-weight: 400;
	font-size: 18px;
	/* font-family: 'Esteban', serif; */
	color: var(--second-color);
	margin-bottom: 20px;
}
div.side .ex{
	position: absolute;
	right: 20px;
	top: 50px;
}
div.side div.bot{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--fourth-color);
	padding: 30px;
	width: 100%;
}
div.side div.bot .btn{
	width: 100%;
	margin-bottom: 20px;
}
div.side div.bot a.need{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}
div.side div.bot p{
	color: var(--second-color);
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat', serif;
}
div.side p{
	font-weight: 400;
	font-size: 18px;
	/* font-family: 'Esteban', serif; */
	color: var(--third-color);
}
section.products div.products{
	margin-bottom: 30px;
}
section.category{
	background-color: #fff;
	padding: 100px 0 150px 0;
}
.ptb-50{
	padding: 50px 0 !important;
}
.ptb-70{
	padding: 70px 0 !important;
}
.ptb-100{
	padding: 100px 0 !important;
}
section.category h2{
	font-weight: 600;
	font-size: 56px;
	color: var(--second-color);
	line-height: 66px;
}
div.op{
	display: block !important;
}
div.side{
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 360px;
  /*padding: 50px;*/
  height: 100%;
  display: none;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 21;
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
}
section.account{
	padding: 150px 0 50px 0;
}
section.account div.title h2{
	font-size: 56px;
	line-height: 66px;
	font-weight: 600;
	color: var(--second-color);
}
section.account h2{
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: var(--second-color);
}
section.account h2{
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: var(--second-color);
}
section.account p b{
	font-weight: 600;
	font-size: 18px;
	line-height: 12px;
	text-transform: uppercase;
	display: block;
	color: var(--second-color);
	font-family: 'Montserrat', serif;
}
section.account a{
	display: block;
}
section.account p{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: var(--third-color);
	/* font-family: 'Esteban', serif; */
}
section.empty{
	background-color: #fff;
	padding: 100px 0 150px 0;
}
section.empty .row{
	display: flex;
	align-items: center;
}
section.empty p{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: var(--third-color);
}
section.empty .position-absolute{
	bottom: -50px;
	right: -50px;
}
section.emptyTwo{
	background-color: var(--second-color);
	padding: 100px 0 100px 0;
	color: #fff;
}
section.emptyTwo .row{
	display: flex;
	align-items: center;
}

section.emptyTwo div.title h2{
	font-size: 30px !important;
    line-height: 1.2;
    font-weight: 600;
}
.mt-space{
	margin-top: -150px;
}
section.emptyTwo p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	/* font-family: 'Esteban', serif; */
}
section.bg-none{
	background-color: transparent !important;
	color: var(--second-color);
}
section.bg-none span.line-title{
	color: #000 !important;
}
section.bg-none p{
	color: #000 !important;
}
section.bg-main{
	background-color: var(--second-color); !important;
	color: #fff;
}
section.bg-main .accordion-button{
	background-color: var(--second-color);
	color: #fff;
}
section.bg-main .accordion-body{
	background-color: var(--second-color);
	color: #fff;
}
section.white-text span.line-title{
	color: #fff !important;
}
section.white-text div.title p{
	color: #fff !important;
}
section.bg-main .accordion-button::after{
	filter:brightness(0) invert(1);
}
section.bg-main p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	/* font-family: 'Esteban', serif; */
	color: #000 !important;
}
section.bg-main .text-center{
	filter:brightness(0) invert(1);
}
div.make-w{
	filter:brightness(0) invert(1);
}
div.t-right div.title span.line-title{
	color: #fff;
}
div.t-right div.title h2{
	font-weight: 600;
	font-size: 56px;
	line-height: 66px;
	width: 85%;
}
div.reverse{
	flex-direction: row-reverse;
	align-items: flex-start !important;
}
section.bg-none h2{
	width: 60%;
}
section.news div.news-image{
	position: relative;
	margin-bottom: 15px;
}
section.news div.news-image:hover div.overlay{
	opacity: 1 !important;
}
section.category div.category-image:hover div.overlay{
	opacity: 1 !important;
}
section.products div.products-image{
	margin-bottom: 15px;
	position: relative;
}
section.products div.products-image:hover div.overlay{
	opacity: 1 !important;
}
section.products div.products-image .btn{
	margin: 5px 0;
}
section.emptyTwo div.products-image{
	margin-bottom: 15px;
	position: relative;
}
section.emptyTwo div.products-image:hover div.overlay{
	opacity: 1 !important;
}
section.emptyTwo div.products-image .btn{
	margin: 5px 0;
}
section.bg-non{
	background-color: #fff;
	color: var(--second-color);
}
section.bg-non span.line-title{
	color: #000 !important;
}
section.bg-non p{
	color: #000 !important;
}
section.category  div.category-image{
	position: relative;
}
section.category div.category-title{
	text-align: center;
	margin-top: 20px;
}
section.category div.col-md-12{
	margin-top: 40px;
}
section.category div.category-image div.overlay p{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	/* font-family: 'Esteban', serif; */
	color: #fff;
	padding: 0 25px;
	text-align: center;
}
section.category div.category-title a{
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	color: var(--third-color);
}
div.overlay{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	flex-flow: column;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color:rgba(0,0,0,0.6);
}
div.overlay a{
	color: #fff;
}
body.page:before{
	background: #fff !important;
}
section.emptyTwo span.line-title, section.dark span.line-title, section.main-news span.line-title, section.main-testimonials span.line-title {
	color: #fff;
}
section.dark span.line-title:before, section.main-news span.line-title:before, section.main-testimonials span.line-title:before {
	border-bottom: 1px solid #fff;
}
header > div.top > div.right-menu > ul.list-unstyled > li.menu-btn{
	display: none;
}
header > .form-control{
	display: none;
}
div.product .dell{
	width:30px;
	padding:.5em;
	font-size:1.2rem;
	text-align:center;
	font-weight:400;
	background:var(--main-color);
	color: #fff;
	border:1px solid var(--main-color);
	border-radius: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
div.product .add{
	color: #fff;
	width:30px;
	padding:.5em;
	font-size:1.2rem;
	text-align:center;
	font-weight:400;
	background:var(--main-color);
	border:1px solid var(--main-color);
	border-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
div.product .dell:hover,div.product .add:hover{
	color: #fff;
	background-color: var(--third-color);
	border-color: var(--third-color);
}
.product input[type=number]::-webkit-inner-spin-button,
.product input[type=number]::-webkit-outer-spin-button{
   -webkit-appearance:none;
}
.product input[type=number]{
	border-left: none;
    border-right: none;
    border: none;
    width: 30px;
    display: inline;
    background-color: #fff;
    padding: 1rem 0;
    text-align: center;
}
thead, tbody, tfoot, tr, td, th{
	padding-bottom: 20px;
}
td.place .dell{
	width:30px;
	padding:.5em;
	font-size:1.2rem;
	text-align:center;
	font-weight:400;
	background:var(--main-color);
	color: #fff;
	border:1px solid var(--main-color);
	border-radius: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
td.place .add{
	color: #fff;
	width:30px;
	padding:.5em;
	font-size:1.2rem;
	text-align:center;
	font-weight:400;
	background:var(--main-color);
	border:1px solid var(--main-color);
	border-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
td.place .dell:hover,td.place .add:hover{
	color: #fff;
	background-color: var(--third-color);
	border-color: var(--third-color);
}
.place input[type=number]::-webkit-inner-spin-button,
.place input[type=number]::-webkit-outer-spin-button{
   -webkit-appearance:none;
}
.place input[type=number]{
    border-left: none;
    border-right: none;
    border: none;
    width: 30px;
    display: inline;
    background-color: #fff;
    padding: 1rem 0;
    text-align: center;
}
table.cart {
	width: 100%;
	text-align: center;
}
section.cart h2{
	margin-bottom: 70px;
	font-weight: 600;
	font-size: 56px;
	line-height: 66px;
}
table.cart tbody{
	font-weight: 400;
	font-size: 18px;
	margin-top: 50px;
}
table.cart td.place{
	width: 20%;
}
table.cart tbody tr td{
	padding-top: 25px;
}
table.cart thead{
	border-bottom: 1px solid var(--second-color);
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}
.m-t-20{
	margin-top: 20px;
}
.b-hidden{
	display: none !important;
}
.a-none a{
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	color: var(--second-color);
	padding: 10px 0;
}
.ws-25{
	width: 125% !important;
}
.ws-50{
	width: 150% !important;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.right{
	float: right;
}
.left{
	float: left;
}
.btn-alb-empty{
	color: var(--second-color);
	border-color: var(--second-color);
	border-radius: 50px;
	padding: 15px 35px;
	font-weight: 600;
	font-size: 18px;
}
.btn-alb-empty:hover{
	color: #fff;
	background-color: var(--third-color);
	border-color: var(--third-color);
}
.btn-alb{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
	border-radius: 50px;
	padding: 15px 35px;
	font-weight: 600;
	font-size: 18px;
}
.btn-alb:hover{
	color: #fff;
	background-color: var(--third-color);
	border-color: var(--third-color);
}
.btn-alb-w{
	color: var(--second-color);
	background-color: #fff;
	border-color: #fff;
	border-radius: 50px;
	padding: 15px 35px;
	font-weight: 600;
	font-size: 18px;
}
.btn-alb-w:hover{
	background-color: var(--fourth-color);
	border-color: var(--fourth-color);
}
.w--100{
	margin-top: -150px;
	margin-right: -100px;
}
.modal-dialog h2{
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
}
.modal-dialog p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	/* font-family: 'Esteban', serif; */
	color: var(--third-color);
}
.modal-dialog a{
	margin-bottom: 30px;
}
.hidden{
	display: none;
}
.abs{
	margin-right: -100px;
	z-index: 5;
	position: relative;
}
@media (min-width: 768px){
	footer .col-md-4{
		width: 30.6666666667% !important;
	}
}
@media only screen and (max-width:768px) {
	section.main h1 {
		font-size: 40px;
		margin-top: 10px;
	}
	section.main .text-right{
		text-align: left;
		margin-top: 20px;
	}
	.ws-25{
		width: 100% !important;
	}
	section.main div.row div.col-md-7 img:first-child{
		width: 50%;
		right: -20px;
	}
	section.main div.row div.col-md-7 img{
		margin-top: 30px;
		width: 45%;
	}
	section.main p {
		width: 100%;
	}
	section.main-counter .content{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	section.content p{
		margin-top: 20px;
	}
	section.content div.title h2{
		font-size: 36px;
		font-weight: 600;
		width: 100%;
	}
	.btn-alb{
		width: 100%;
	}
	.btn-alb-empty{
		width: 100%;
	}
	.btn-alb-w{
		width: 100%;
	}
	section.dark div.title h2{
		font-size: 36px;
		font-weight: 600;
		width: 85%;
	}
	section.dark .text-center{
		text-align:center !important;
	}
	section.dark .col-md-6{
		margin-top: 10px;
	}
	section.dark .text-center p{
		width: 80%;
		margin: 0 auto;
	}
	section.main-team p{
		margin-top: 20px;
	}
	section.main-team div.title h2{
		font-size: 36px;
		font-weight: 600;
		width: 100%;
	}
	.m-hidden{
		display: none;
	}
	section.main-team .row .row{
		margin-top: 50px;
		margin-left: 0;
		margin-right: 0;
	}
	section.main-news div.title h2{
		font-size: 36px;
	}
	.b-hidden{
		display: block !important;
	}
	section.main-testimonials p{
		width: 100%;
	}
	section.main-contact div.title h2{
		width: 90%;
	}
	section.subscribe div.title h2{
		font-size: 36px;
		width: 75%;
	}
	footer{
		display: block;
		text-align: center;
	}
	footer div.f-logo{
		width: 100%;
	}
	footer div.f-menu{
		padding: 100px 0;
	}
	footer ol, ul{
		padding-left: 0;
		margin-bottom: 0;
	}
	footer li{
		margin-bottom: 10px;
	}
	footer div.f-menu ul > li.text > a {
		display: block;
		margin-bottom: 5px;
	}
	section.bottom{
		padding: 10px 0 0 0;
	}
	section.bottom img:first-child{
		margin-left: 0;
	}
	section.bottom .text-right{
		text-align: center;
	}
	header > div.top{
		padding:  30px;
	}
	header > div.top > div.right-menu > ul.list-unstyled > li{
		margin: 3px;
	}
	header > div.top > div.right-menu > ul.list-unstyled > li > a{
		min-width: 20px;
		margin: 0 0px;
	}
	header > div.top > div.right-menu > ul.list-unstyled > li.menu-btn{
		display: block;
		padding-top: 5px;
	}
	header .search{
		right: 25px;
		top: 130px;
		box-shadow: none;
	}
	header > .form-control{
		display: none;
		box-shadow: 0px 5px 20px rgb(2 19 29 / 10%);
		position: absolute;
		top: 120px;
		right: 25px;
		height: 60px;
		border-radius: 50px;
		width: 90%;
	}
	section.news div.title h2{
		font-size: 36px;
		width: 100%;
	}
	section.news div.news-title h2{
		font-size: 24px;
		width: 100%;
	}
	section.page div.row div.col-md-7 img:first-child{
		bottom: 0;
	}
	section.quot{
		margin-top: -100px;
		padding-top: 150px;
	}
	section.empty .position-absolute{
		bottom: -150px;
		right: 50px;
	}
	section.empty .col-md-6{
		margin-top: 175px;
	}
	section.empty{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	section.emptyTwo .btn{
		margin-bottom: 50px;
	}
	div.mb-50{
		margin-bottom: 50px;
	}
	section.products div.title h2{
		font-size: 36px;
	}
	section.products p{
		margin-bottom: 50px;
	}
	.product input[type=number]{
		padding: 1rem;
		width: 15%;
	}
	.w--100{
		margin-top: -70px;
		margin-left: 35px;
	}
	table.cart thead{
		display: none;
	}
	table.cart tbody tr{
		position: relative;
	}
	table.cart td.p-image{
		position: relative;
		text-align: left;
		padding-left: 50px;
	}
	section.account div.title h2{
		font-size: 36px;
	}
	table.cart td.p-title{
		position: absolute;
		top: 5px;
		left: 175px;
	}
	table.cart td.p-code{
		position: absolute;
		top: 25px;
		left: 175px;
	}
	table.cart td.p-price{
		position: absolute;
		top: 40px;
		left: 175px;
	}
	section.cart h2{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	table.cart td.place{
		position: absolute;
		top: 60px;
		left: 150px;
		width: 35%;
		margin-bottom: 50px;
	}
	td.place .add, td.place .dell{
		padding: 2px;
	}
	td.place input[type=number]{
		padding: 0.75rem 0.85rem;
	}
	section.cart div.summary{
		margin-top: 50px;
	}
	div.bg-c{
		padding-bottom: 75px;
	}
	div.bg-c .btn{
		top: 70px;
		right: 20px;
		width: 90%;
		display: block;
	}
	div.side{
		width: 100% !important;
	}
	div.side div.bot{
		position: static;
	}
}

section.category a{
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	background-color: #8ca5b4;
    color: #3e4950;
	transition: all .2s linear;
}
section.category a i {
	transition: all .2s linear;
	display: inline;
}
section.category a:hover{
	box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	border-color: var(--main-color);
	color: #fff;
	background: var(--main-color);
}
section.category a:hover i {
	color: #fff;
}
section.category .category-box-container {
	padding: 6px;
}
section.category div.category-box{
	text-align: center;
	padding: 15px 0px;
}

.justify-center{
	justify-content: center;
}
.space-between{
	justify-content: space-between;
}
.flex{
	display: flex;
}
.accordion-border .accordion-item{
	border-top: 1px solid rgba(255,255,255,0.1);
}
.accordion-border .accordion-item:first-child{
	border-top: none;
}
section.main .mainPage h1{
	font-size: 30px !important;
    line-height: 1.5;
}
section.main .mainPage span.line-title{
	font-size: 18px !important;
}
.slider-testimonials{
	padding-top: 5px;
}
.mt-n{
	margin-top: 0 !important;
}
.mb-n{
	margin-bottom: 0 !important;
}
.slider-product {
	width: 80px;
}
.slider-product .slider-item {
	display: flex;
	width: auto !important;
}
.slider-product .slick-slide img {
	width: auto;
	display: inline;
}
.dropdown-item.active, .dropdown-item:active {
background: var(--main-color) !important;
}
.dropdown-menu {
	padding: 8px;
	    border: none;
    border-radius: 0;
    line-height: 24px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.dropdown-menu li a {
	display: block;
	    padding: 0px 20px;
    line-height: 38px;
}
.container-wide-separator a {
	color: var(--main-color) !important;
	text-decoration: none;
	font-weight: 500;
}
.breadcrumb-title a {
	color: var(--main-color);
	text-decoration: none;
}
.pt-70{
	padding-top: 70px;
}
.pb-70{
	padding-bottom: 70px;
}
.pb-100{
	padding-bottom: 100px !important;
}