/* =================================
------------------------------------
  Divisima | eCommerce Template
  Version: 1.0
 ------------------------------------
 ====================================*/


/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #707070;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #585858;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

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

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 167px;
	padding: 18px 47px 14px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #1f1f1f;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-white {
	background: #fff;
	color: #111111;
}

.site-btn.sb-line {
	background: transparent;
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
}

.site-btn.sb-dark {
	background: #413a3a;
}

.site-btn.sb-dark.sb-line {
	background-color: transparent;
	color: #111111;
	-webkit-box-shadow: inset 0 0 0 1px #111111;
	box-shadow: inset 0 0 0 1px #111111;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.elements-section {
	padding-top: 100px;
}

.el-title {
	margin-bottom: 75px;
}

.element {
	margin-bottom: 100px;
}

.element:last-child {
	margin-bottom: 0;
}

/* Accordion */

.accordion-area {
	margin-top: 50px;
	border-top: 2px solid #e1e1e1;
}

.accordion-area .panel {
	border-bottom: 2px solid #e1e1e1;
}

.accordion-area .panel-link {
	background-image: url("../img/arrow-down.png");
	background-repeat: no-repeat;
	background-position: right 10px top 30px;
}

.faq-accordion.accordion-area .panel-link,
.faq-accordion.accordion-area .panel-link.active.collapsed {
	padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
	right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed {
	background-image: url("../img/arrow-down.png");
}

.accordion-area .panel-link.active {
	background-image: url("../img/arrow-up.png");
}

.accordion-area .panel-link.active {
	background-color: transparent;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
	text-align: left;
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #414141;
	padding: 0;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
	border: none;
	min-height: 69px;
	background-color: transparent;
	border-radius: 0;
}

.accordion-area .panel-body {
	padding-top: 10px;
}

.accordion-area .panel-body p {
	color: #8f8f8f;
	margin-bottom: 25px;
	line-height: 1.8;
}

.accordion-area .panel-body p span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1f1f1f;
}

.accordion-area .panel-body img {
	margin-bottom: 25px;
}

.accordion-area .panel-body h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

/*------------------
  Header section
---------------------*/

.header-top {
	padding: 18px 0 14px;
}

.site-logo {
	display: inline-block;
}

.header-search-form {
	width: 100%;
	position: relative;
	padding: 0 10px;
}

.header-search-form input {
	width: 100%;
	height: 44px;
	font-size: 14px;
	border-radius: 50px;
	border: none;
	padding: 0 19px;
	background: #f0f0f0;
}

.header-search-form button {
	position: absolute;
	height: 100%;
	right: 18px;
	top: 0;
	font-size: 26px;
	color: #000;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.user-panel .up-item {
	display: inline-block;
	font-size: 14px;
}

.user-panel .up-item i {
	font-size: 22px;
}

.user-panel .up-item a {
	font-size: 14px;
	color: #000;
}

.user-panel .up-item:first-child {
	margin-right: 29px;
}

.shopping-card {
	display: inline-block;
	position: relative;
}

.shopping-card span {
	position: absolute;
	top: -4px;
	left: 100%;
	height: 16px;
	min-width: 16px;
	color: #fff;
	font-size: 13px;
	background: #1f1f1f;
	text-align: center;
	border-radius: 30px;
	padding: 0 2px;
	margin-left: -7px;
}

.main-navbar {
	background: #282828;
}

.slicknav_menu {
	display: none;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 50px;
	line-height: 1;
	padding: 17px 0;
	position: relative;
}

.main-menu li a .new {
	position: absolute;
	top: -8px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #1f1f1f;
	line-height: 1;
	text-transform: uppercase;
	left: calc(50% - 21px);
	padding: 5px 9px 1px;
	border-radius: 15px;
	width: 42px;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu li:hover>a {
	color: #1f1f1f;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 8px 20px;
}

.main-menu .sub-menu li a:hover {
	color: #1f1f1f;
}

.nav-switch {
	display: none;
}

/*---------------------
  Dotzero M.
 -----------------------*/




/*---------------------
Slide -----------------------*/

.hero-section {
	padding-bottom: 54px;
}

.hero-slider .hs-item {
	position: relative;
	height: 720px;
}

.hero-slider .hs-item span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item h2 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-slider .hs-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item .sb-line {
	margin-right: 5px;
}

.hero-slider .hs-item .container {
	position: relative;
	padding-top: 170px;
}

.hero-slider .hs-item .offer-card {
	position: absolute;
	right: 0;
	top: 226px;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	background: #1f1f1f;
	text-align: center;
	padding-top: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.hero-slider .hs-item .offer-card:after {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #1f1f1f;
	left: 5px;
	top: 5px;
	border-radius: 50%;
}

.hero-slider .hs-item .offer-card span {
	font-size: 18px;
	text-transform: lowercase;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item .offer-card h2 {
	font-size: 72px;
	font-weight: 400;
	line-height: 1;
}

.hero-slider .hs-item .offer-card p {
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px;
}

.hero-slider .slider-nav-warp {
	max-width: 1145px;
	bottom: 0;
	margin: -78px auto 0;
}

.hero-slider .slider-nav {
	display: inline-block;
	padding: 0 38px;
	position: relative;
}

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 9px;
}

.hero-slider .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 15px;
	margin-right: 10px;
	opacity: 0.25;
}

.hero-slider .owl-dots .owl-dot.active {
	opacity: 1;
}

.hero-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
	font-size: 27px;
	position: absolute;
	color: #fff;
	opacity: 0.5;
	bottom: -20px;
}

.hero-slider .owl-nav button.owl-next {
	right: 0;
}

.hero-slider .owl-nav button.owl-prev {
	left: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item span,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hs-item span {
	-webkit-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.slide-num-holder {
	float: right;
	z-index: 1;
	color: #fff;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-top: -22px;
}

.slide-num-holder span:first-child {
	margin-right: 41px;
}

.slide-num-holder:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 1px;
	background: #fff;
	left: 50%;
	top: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

      
/*---------------------
End Slide -----------------------*/



/*---------------------
feature -----------------------*/

.feature {
	text-align: center;
	background: #f8f8f8;
	height: 100%;
}

.feature:nth-child(2) {
	background: #1f1f1f;
}

.feature:nth-child(2) h2 {
	color: #fff;
}

.feature .feature-inner {
	padding: 20px 25px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.feature .feature-icon {
	display: inline-block;
	margin-right: 15px;
}

.feature h2 {
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
}

/*---------------------
End feature -----------------------*/


/*--------------------------------------------------------------
# titulos
--------------------------------------------------------------*/


  
 
.section-title p {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 100;
  }
  .section-title h4 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block
  }
  .section-title h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
  }
  .section-title h4:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #1f1f1f;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
  }
  .pt-100 {
	padding-top: 100px;
  }
  .pb-100 {
	padding-bottom: 100px;
  }
  .mb-100{
	  margin-bottom:100px;
  }
  .services {
	background-color: #ffffff;
  }
  .single-service {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)
  }
  .single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #1f1f1f;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
  }
  .single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #1f1f1f;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
  }
  .single-service:hover:after,
  .single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
  }
  .single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
  }
  .single-service i.fa {
	font-size: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
  }
  .single-service:hover i.fa {
	background-color: #1f1f1f;
	color: #fff;
	border-color: #1f1f1f;
	border-radius: 0;
  }
  .single-service h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: capitalize;
  }
  .single-service p {
	font-size: 15px;
	line-height: 1.8;
  }
  
      
/*-----------------------------------------------------------------------------------*/
/*  button
/*-----------------------------------------------------------------------------------*/


	  
.btn {
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 13px; }
	.btn:hover, .btn:active, .btn:focus {
	  outline: none; }
	.btn.btn-primary {
	  background: #1f1f1f;
	  border: 1px solid #1f1f1f;
	  color: #fff; }
	  .btn.btn-primary:hover {
		border: 1px solid #1f1f1f;
		background: transparent !important;
		color: #1f1f1f; }
	  .btn.btn-primary.btn-outline-primary {
		border: 1px solid #1f1f1f;
		background: transparent;
		color: #1f1f1f; }
		.btn.btn-primary.btn-outline-primary:hover {
		  border: 1px solid transparent;
		  background: #1f1f1f;
		  color: #fff; }
	.btn.btn-white {
	  background: #fff;
	  border: 1px solid #fff;
	  color: #000; }
	  .btn.btn-white:hover {
		border: 1px solid #000;
		background: #000;
		color: #fff; }
	  .btn.btn-white.btn-outline-white {
		border-color: rgba(255, 255, 255, 0.8);
		background: none;
		border-width: 1px;
		color: #fff; }
		.btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active {
		  background: #fff;
		  border-color: #fff;
		  color: #1f1f1f; }
	.btn.btn-outline-black {
	  border-color: black;
	  background: none;
	  border-width: 1px;
	  color: #000; }
	  .btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black:active {
		background: #000;
		border-color: #000;
		color: #fff; }

		
/*-----------------------------------------------------------------------------------*/
/*  Serviços
/*-----------------------------------------------------------------------------------*/




.lastimages_ecoat{
    margin-top: 60px;
}


/*-----------------------------------------------------------------------------------*/
/*  Qualidade
/*-----------------------------------------------------------------------------------*/



  
  .site-section-heading {
	font-size: 30px;
	color: #dee2e6;
	position: relative; }
	.site-section-heading:before {
	  content: "";
	  left: 0%;
	  top: 0;
	  position: absolute;
	  width: 40px;
	  height: 2px;
	  background: #1f1f1f; }
	.site-section-heading.text-center:before {
	  content: "";
	  left: 50%;
	  top: 0;
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	  position: absolute;
	  width: 40px;
	  height: 2px;
	  background: #1f1f1f; }
	  
.section-title .sub-title {
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-weight: 400;
	color: #b3b3b3; }
  
  .section-title .title {
	font-size: 2.2rem; }
  
	  
.service {
	padding: 30px;
	background: #fff;
	border: 1px solid #eee;
	border-top: 2px solid #1f1f1f;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	position: relative;
	top: 0; }
	.service:hover, .service:focus {
	  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
	  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
	  border: 1px solid transparent;
	  border-top: 2px solid #1f1f1f;
	  top: -2px; }
	.service *:last-child {
	  margin-bottom: 0; }
	.service h3 {
	  font-size: 1rem;
	  color: #000; }
	.service p {
	  color: #999999;
	  font-size: .85rem; }




/*-----------------------------------------------------------------------------------*/
/*  about
/*-----------------------------------------------------------------------------------*/

.ftco-section .ftco-sub-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .5em;
	color: #d4d4d4;
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 300; }
  
  .ftco-section .ftco-primary-title {
	margin-top: 0;
	margin-bottom: 30px; }
  
  .about-author .desc h3 {
	font-size: 24px; }
  
  .ftco-section {
	padding: 7em 0;
	position: relative; }
	@media (max-width: 767.98px) {
	  .ftco-section {
		padding: 6em 0; } }
  

/*-----------------------------------------------------------------------------------*/
/* Contato
/*-----------------------------------------------------------------------------------*/



  
  @media (max-width: 767px) {
	/* line 1, ../../Arafath/CL/December/233. Startup/HTML/scss/_getIn_tauch.scss */
	.get_in_tauch_area {
	  padding-top: 70px;
	  padding-bottom: 70px;
	}
  }
  
  /* line 10, ../../Arafath/CL/December/233. Startup/HTML/scss/_getIn_tauch.scss */
  .get_in_tauch_area .touch_form .single_input input, .get_in_tauch_area .touch_form .single_input textarea {
	width: 100%;
	border: 1px solid #C9C9C9;
	height: 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px 16px;
	margin-bottom: 25px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
  }
  
  /* line 21, ../../Arafath/CL/December/233. Startup/HTML/scss/_getIn_tauch.scss */
  .get_in_tauch_area .touch_form .single_input input::placeholder, .get_in_tauch_area .touch_form .single_input textarea::placeholder {
	color: #707070;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
  }
  
  /* line 27, ../../Arafath/CL/December/233. Startup/HTML/scss/_getIn_tauch.scss */
  .get_in_tauch_area .touch_form .single_input input:focus, .get_in_tauch_area .touch_form .single_input textarea:focus {
	outline: none;
  }
  
  /* line 31, ../../Arafath/CL/December/233. Startup/HTML/scss/_getIn_tauch.scss */
  .get_in_tauch_area .touch_form .single_input textarea {
	height: 148px;
	resize: none;
  }
  
  /* line 37, ../../Arafath/CL/December/233. Startup/HTML/scss/_getIn_tauch.scss */
  .get_in_tauch_area .touch_form .submit_btn .boxed-btn3 {
	width: 100%;
	text-align: center;
  }
  
/* line 28, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
.boxed-btn3 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0181f5+0,5db2ff+100 */
	background: #1f1f1f;
	color: #fff;
	display: inline-block;
	padding: 12px 33px;
	font-family: "Muli", sans-serif;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	border: 1px solid transparent;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #fff !important;
	text-transform: capitalize;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
  }
  
  /* line 45, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3:hover {
	border: 1px solid #1f1f1f;
	color: #1f1f1f !important;
	background: transparent;
  }
  
  /* line 50, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3:focus {
	outline: none;
  }
  
  /* line 53, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3.large-width {
	width: 220px;
  }
  
  /* line 57, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn4 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0181f5+0,5db2ff+100 */
	background: #1f1f1f;
	color: #fff;
	display: inline-block;
	padding: 14px 27px;
	font-family: "Muli", sans-serif;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	color: #fff !important;
	text-transform: capitalize;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	letter-spacing: 2px;
  }
  
  /* line 76, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn4:hover {
	background: #1f1f1f;
	color: #fff !important;
  }
  
  /* line 81, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn4:focus {
	outline: none;
  }
  
  /* line 84, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn4.large-width {
	width: 220px;
  }
  
  /* line 89, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3-white {
	color: #fff;
	display: inline-block;
	padding: 13px 27px;
	font-family: "Muli", sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 0;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	text-transform: capitalize;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	letter-spacing: 2px;
  }
  
  /* line 106, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3-white:hover {
	background: #1f1f1f;
	color: #fff !important;
	border: 1px solid transparent;
  }
  
  /* line 111, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3-white i {
	margin-right: 2px;
  }
  
  /* line 114, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3-white:focus {
	outline: none;
  }
  
  /* line 117, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3-white.large-width {
	width: 220px;
  }
  
  /* line 122, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3-green-2 {
	color: #1f1f1f !important;
	display: inline-block;
	padding: 14px 31px;
	font-family: "Muli", sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 0;
	border: 1px solid #1f1f1f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	letter-spacing: 2px;
  }
  
  /* line 138, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3-green-2:hover {
	background: #1f1f1f;
	color: #fff !important;
	border: 1px solid transparent;
  }
  
  /* line 143, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3-green-2:focus {
	outline: none;
  }
  
  /* line 146, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn3-green-2.large-width {
	width: 220px;
  }
  
  /* line 150, ../../Arafath/CL/December/233. Startup/HTML/scss/_btn.scss */
  .boxed-btn2 {
	background: transparent;
	color: #fff;
	display: inline-block;
	padding: 18px 24px;
	font-family: "Muli", sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 0;
	border: 1px solid #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
  }

/*-----------------------------------------------------------------------------------*/
/*  footer
/*-----------------------------------------------------------------------------------*/



.site-footer {
  padding: 4em 0;
  background: #333333; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

    
.footer-subscribe .btn {
  height: 43px; }

  
/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.site-logo {
		margin-bottom: 20px;
	}
	.header-search-form {
		margin-bottom: 15px;
	}
	.user-panel {
		text-align: center;
	}
	.main-menu {
		display: none;
	}
	.slicknav_btn {
		background-color: #565656;
	}
	.slicknav_menu {
		background: #282828;
		display: block;
	}
	.slicknav_menu .new {
		font-size: 10px;
		font-weight: 700;
		color: #fff;
		background: #f51167;
		line-height: 1;
		text-transform: uppercase;
		padding: 5px 9px 1px;
		border-radius: 15px;
		width: 42px;
		margin-left: 5px;
	}
	.hero-slider .slider-nav-warp {
		max-width: 510px;
	}
	.hero-slider .hs-item h2 {
		font-size: 50px;
	}
	.hero-slider .hs-item .offer-card {
		display: none;
	}
	.product-filter-menu {
		text-align: center;
	}
	.product-filter-menu li {
		margin: 0 2px 10px;
	}
	.footer-widget ul {
		margin-right: 25px;
	}
	.social-links {
		text-align: center;
	}
	.social-links a {
		margin-right: 15px;
	}
	.social-links a span {
		display: none;
	}
	.cart-table,
	.checkout-cart,
	.product-thumbs {
		margin-bottom: 50px;
	}
	.cart-table .size-col h4,
	.cart-table table tr th.size-th,
	.cart-table table tr th.quy-th,
	.cart-table .quy-col {
		padding-right: 0;
		width: 70px;
	}
	.cart-table .quy-col {
		width: 80px;
	}
	.address-rb {
		text-align: left;
	}
	.map {
		position: relative;
		width: 100%;
		background: #ddd;
		height: 400px;
		margin-top: 70px;
	}
}

/* Medium Mobile :480px. */

@media only screen and (min-width: 576px) and (max-width: 766px) {
	.hero-slider .slider-nav-warp {
		padding: 0 15px;
	}
	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-slider .slider-nav-warp {
		max-width: 510px;
		padding: 0 15px;
	}
	.hero-slider .hs-item h2 {
		font-size: 35px;
	}
	.hero-slider .hs-item .sb-line {
		margin-bottom: 15px;
	}
	.section-title h2 {
		font-size: 28px;
	}
	.feature h2 {
		font-size: 18px;
	}
	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}
	.social-links {
		text-align: center;
	}
	.social-links a i {
		font-size: 20px;
		margin-right: 0;
	}
	.social-links a span {
		display: none;
	}
}
