
@font-face {
    font-family: 'opticopperplateregular';
    src: url('fontes/opticopperplate-webfont.woff2') format('woff2'),
         url('fontes/opticopperplate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opticopperplateheavy';
    src: url('fontes/opticopperplate-heavy-webfont.woff2') format('woff2'),
         url('fontes/opticopperplate-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opticopperplate-lightregular';
    src: url('fontes/opticopperplate-light-webfont.woff2') format('woff2'),
         url('fontes/opticopperplate-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	/*font-family: 'opticopperplateregular';*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #19191D;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background: #fcf9ee;
}
h1, h2, h3, h4, h5, h6 {
	color: #2e2d2c;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #111;
}
a:hover {
	text-decoration: none;
	color: #2e2d2c;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #7d0808;
}

.form-control{
	height: 39px;
	border-radius: 0;
}


/************/

.compra-menu{
	position: fixed;
  top: 40px;
  right: 20px;
}

.compra-menu .conta span {
	display: inline-block;
	width: 23px;
	height: 28px;
	background-image: url(../image/icones2022.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.menu-scroll .compra-menu .conta span,
.menu-aberto .compra-menu .conta span{
	background-position: -33px 0px;
}


.menu-scroll .compra-menu .desejo span,
.menu-aberto .compra-menu .desejo span{
	background-position: -32px -57px;
}

.compra-menu .desejo span {
	display: inline-block;
	width: 23px;
	height: 33px;
	background-image: url(../image/icones2022.png);
	background-position: 0px -57px;
	background-repeat: no-repeat;
}

.hamburger-menu{
	position: absolute;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background-color: #333;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background-color: #333;
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 65px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 10;
}

.menu__btn > span {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  transition-duration: .25s;
}


.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 1px;

  background-color: #ffffff;

  transition-duration: .25s;

  opacity: 0.7;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 0px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 120px 0;

  list-style: none;

  background-color: #fcf9ee;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
  z-index: 9;

  font-family: 'opticopperplate-lightregular';
}

.menu__item {
	display: block;
	padding: 12px 24px;
	color: #333;
	font-size: 10px;
	/* font-weight: 600; */
	text-decoration: none;
	transition-duration: .25s;
	letter-spacing: 2px;
}


.menu__item:hover {
  background-color: #f5ede0;
}

.menu__item_blog {
	margin-top: 50px;
}

/************/

.mtop100{
	margin-top: 100px;
}

.mtop150{
	margin-top: 150px;
}


.topo{
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
}

.topo p {
	margin: 0;
	font-family: 'opticopperplate-lightregular';
	font-size: 10px;
	letter-spacing: 2px;
}

header{
	position: fixed;
	top: 30px;
	width: 100%;
	height: 105px;
	z-index: 999;

/*	background: url('../image/linha-menu.png') no-repeat bottom center;*/
	

	transition: all 0.2s ease-out;
}

header.menu-scroll {
	top: 0px;
	background:rgba(252, 249, 238, 0.95);

}


header.menu-scroll .menu__btn,
.menu-aberto .menu__btn {
	top: 65px;
}

header hr{
	margin: 2px 0;
	border-top: 1px solid rgba(64,64,64,0.3);
}

header .entrega{
	color: #7d0808;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Spartan', sans-serif;
	margin: 0;
}

header .entrega b{
	font-weight: 900;
}

header .entrega i{
	font-size: 18px;
}

header .info{
	color: #7d0808;
	font-size: 15px;
}

header .info li + li{
	border-left: 1px rgba(255,255,255,0.4) dotted;
}

header .info li a{
	color: #7d0808;
	margin: 0 3px;
	display: inline-block;
}

header .info .dropdown-menu > li > a {
	display: block;
}

header .info li a .fa{
	font-size: 20px;
}

header .menu-d{
	margin: 0;
}

header .menu-d li a{
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

header .menu-d .dropdown-menu a{
	color: #2e2d2c;
}

/**********************************************************************************/

.exo-menu{
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
	position:inherit;
	margin: 0;
}
.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
	color: #222;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	background:#7d0808;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}


/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;
  margin: 0 15px;
  z-index: 9;
}

.mega-menu-wrap{
	padding: 20px 0;
}

.mega-menu ul li a {
  line-height: 25px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0a0a0a;
  display: block;
}

.mega-menu ul{
  width: 48%;
  float: left;
  margin-top: 20px;
}

/*common*/
.mega-menu{
	border-top: 5px solid #7d0808;
	background-color: #f3f3f3;
}

.exo-menu .busca a{
	padding: 6px;
}

.exo-menu .busca a i{
	float: none;
}

/*hover*/
.mega-menu:hover,
.mega-drop-down a:hover+.mega-menu{
	display:block;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 10px 15px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}










/**********************************************************************************/


/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 5px 0;
}

#logo .img-responsive{
	margin: 0 auto;
	width: 90px;
}

.menu-scroll #logo .img-responsive,
.menu-aberto #logo .img-responsive{
	filter: invert(100%);
}

/* search */
#search {
	margin-top: 25px;
	position: relative;
}
#search .input-lg {
	height: 55px;
	line-height: 20px;
	padding: 0 40px;
	border: 2px solid #7d0808;
	border-radius: 50px;
	font-size: 18px;
	margin-top: 5px;
}
#search .btn-lg {
	font-size: 20px;
	padding: 0px 0 0 2px;
	text-shadow: none;
	position: absolute;
	right: 10px;
	top: 7px;
	border: 0;
	text-align: center;
	color: #fff;
	background: #7d0808;
	border-radius: 50px;
	width: 40px;
	height: 40px;
}

#search .btn-lg i{
	font-size: 22px;
}

/* cart */
#cart {
	margin: -20px 0 0 0;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	width: 33px;
	height: 33px;
	color: #fff;
	border: 0;
	box-shadow: none;
	background-image: url(../image/icones2022.png);
	background-repeat: no-repeat;
	background-position: 0px -29px;
	background-color: transparent;
}

.menu-scroll #cart > .btn ,
.menu-aberto #cart > .btn {
	background-position: -32px -29px;
}

.menu-scroll #cart > .btn,
.menu-aberto #cart > .btn{
	color: #000;
}

#cart > .btn #cart-total{
	position: absolute;
	left: 0;
	top: -8px;
}

#cart .fa-shopping-cart{
	font-size: 30px;
	display: none;
} 

/* #cart .fa-shopping-cart::before {
	content: url(../image/ico-carrinho.png);
} */

#cart.open > .btn:hover {
	color: #7d0808;
}
#cart .dropdown-menu {
/*	background: #eee;*/
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 300px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	border: 0;
	box-shadow: none;
	background: none;
	min-height: 40px;
	margin: 0;
}

#menu .navbar-collapse{
	padding: 0;
}

#menu .nav > li > a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-shadow: none;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/*background-color: rgba(0, 0, 0, 0.1);*/
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}


.slideshow {
	margin: 0!important;
	background: none;
	border: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
	overflow: hidden!important;
}

.slideshow .swiper-pagination {
	bottom: 10px;
}

.slideshow .swiper-pagination {
	left: -40px;
	text-align: right;
}

.slideshow .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: none;
	border-radius: 20px;
	box-shadow: none;
	margin: 0 5px;
	opacity: 1;
	border: 2px solid #fff;
}

.slideshow .swiper-pagination-bullet-active {
	border: 2px solid #fff;
	background: #fff;
}

.slideshow .swiper-pagination-bullet:hover {
	background: #fff;
}

.mini-banner{
	margin-top: 30px;
}

.cinza{
	padding-bottom: 90px;
	background: #fcf9ee;
}

.branco {
	padding: 40px 20px 70px;
	background: #fff;
	position: relative;
	margin: -30px 0 20px;
	box-shadow: 0 7px 15px rgba(0,0,0,0.1);
}


.segura-outlet .branco .text-right img{
	margin-top: 10px;
	display: inline-block;
}

.segura-outlet .tit-dest h3 span {
	background: #fff;
}

.segura-outlet .swiper-viewport {
	margin: 0;
	background: #fff;
	z-index: 1;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	position: relative;
	overflow: visible;
}

.segura-outlet .swiper-pager {
	width: 600px;
	position: relative;
	bottom: 0;
	line-height: 45px;
	left: 50%;
	margin-left: -300px;
	top: 30px;
	z-index: 99;
}

.segura-outlet .swiper-pagination {
	bottom: -55px;
}

.segura-outlet .swiper-viewport .swiper-button-next {
	opacity: 0.6;
	right: 10px;
}

.segura-outlet .swiper-viewport .swiper-button-prev {
	opacity: 0.6;
	left: 10px;
}

#carousel-outlet{
	margin-top: 30px;
}

.segura-outlet .swiper-pagination-bullet {
	background: #fff;
	box-shadow: none;
	border: 2px solid #2e2d2c;
}

.segura-outlet .swiper-pagination-bullet-active {
	border: 2px solid #7d0808;
	background: #7d0808 !important;
}

.info-loja ul{
	padding: 10px 0;
	margin: 20px 0;
	background: #2e2d2c;
}

.info-loja ul li img{
	max-width: 75%;
}

.tit-dest h3{
	font-family: 'opticopperplate-lightregular';

	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;

	text-align: center;
	color: #000000;
	margin: 60px 0 40px;
	/*background: url(../image/linha-preta.png) repeat-x 0 15px;*/
}

/*.tit-dest h3 span{
	display: inline-block;
	padding: 0 30px;
	background: #fcf9ee;
}
*/

.sustenta{
	min-height: 470px;
	color: #fff;
	padding: 21px 0 60px;
	background: url(../image/bkg-home.jpg) no-repeat bottom center;  
}

.sustenta h3{
	color: #fff;
	font-family: 'Spartan', sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 65px;
}

.sustenta ul{
	padding: 20px;
	background: #222;
}

.sustenta ul li{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	/*padding: 10px 0 10px 90px;*/
	padding: 10px;
	margin-bottom: 20px;
}

/*.sustenta ul li:nth-child(1){
	background: url(../image/ico-maquinas.png) no-repeat top left;
}

.sustenta ul li:nth-child(2){
	background: url(../image/ico-agua.png) no-repeat left 20px;
}

.sustenta ul li:nth-child(3){
	background: url(../image/ico-recursos.png) no-repeat top left;
}*/


.sustenta .infos{
	margin-top: 100px;
}

.sustenta .infos article{
	color: #252525;
	padding: 30px 50px;
	background: #666;
}

.sustenta .infos .col-md-6 + .col-md-6 article{
	background: #666;
}

.sustenta .infos article h4{
	font-family: 'Spartan', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 5px;
	margin-bottom: 30px;
	color: #fff;
}

.sustenta .infos .col-md-6 + .col-md-6 article h4{
	color: #fff;
}

.sustenta .infos article p{
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

.sustenta .infos article a{
	font-family: 'Spartan', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
}

.sustenta .infos article a i{
	font-size: 20px;
	position: relative;
	top: 2px;	
	color: #fff;
}

.sustenta .infos .col-md-6 + .col-md-6 article a i,
.sustenta .infos .col-md-6 + .col-md-6 article a{
	color: #fff;
}

.sustenta .infos .col-md-6 + .col-md-6 article p{
	color: #fff;
}



/* content */
#content {
	min-height: 600px;
}


/* footer */
footer {
	background: #fcf9ee;
	color: #2e2d2c;
	padding: 30px 0 0;
	position: relative;
	font-family: 'Inter', sans-serif;
}

footer .text-center img{
	width: 90px;
}

footer p{
	font-size: 12px;
	letter-spacing: 1px;
}

footer .infos img{
	margin-bottom: 20px;
}

footer .infos p{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Spartan', sans-serif;
}

footer .infos i{
	font-size: 20px;
	color: #7d0808;
}

footer .infos span {
	border-left: 1px dotted #333;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

footer hr {
	border-top: none;
	margin-top: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
footer a {
	color: #2e2d2c;
}
footer a:hover {
	color: #111;
}

footer ul li a {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 7px;
	letter-spacing: 1px;
}

footer .menu-rodape ul{
	margin-top: 20px;
}

footer h4 {
	text-transform: uppercase;
	font-family: 'opticopperplate-lightregular';
	font-size: 10px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

footer form {
	position: relative;
	margin: 20px 0;
}

footer form h4{
	font-family: 'opticopperplate-lightregular';
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 4px;
}

footer form p{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

footer form p{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

footer .form-control {
	height: 45px;
	padding: 6px 30px;
	font-size: 12px!important;
	color: #111;
	background: none;
	border: 1px solid #a9a9a9;
	box-shadow: none;
}

footer input[type="submit"] {
	padding: 13px;
	font-size: 13px !important;
	color: #fff;
	font-weight: 200;
	background: #111;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
	transition: all ease-in-out .15s;
}

footer input[type=submit]:hover{
	background: #333;
}

footer .copy{
	margin-top: 50px;
	color: #fff;
	font-size: 11px;
	padding-top: 15px;
	background: #111;
}

footer .copy a{
	color: #fff;
	font-size: 11px;
}

footer .copy ul{
	margin-bottom: 5px;
}


/* breadcrumb */
.breadcrumb {
/*	padding: 8px 0px 8px 0px;*/
	border: 0;
	background: no-repeat;
}
.breadcrumb i {
	font-size: 16px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	color: #2e2d2c;
	margin-right: 10px;
}

/*.breadcrumb > li + li:before {
	content: '/';
	color: #2e2d2c;
}
*/

.breadcrumb > li + li::before {
	padding: 0;
	color: #ccc;
	content: ""; 
}

.breadcrumb a{
	color: #999;
	font-size: 10px;
	font-family: 'Spartan', sans-serif;
}

a.btvoltar{
	color: #999;
	font-size: 11px;
	font-family: 'Spartan', sans-serif;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 10px 12px;
	font-size: 13px;
	border: 0;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	text-transform: uppercase;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #fff;
	letter-spacing: 1px;
	background: #000;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background: #333!important;
}
.btn-warning {
	color: #ffffff;
	background: #faa732;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background: #2e2d2c;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background: #111;
	color: #fff;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */

.product-layout .caption{
	text-align: center;
	text-transform: uppercase;
}

.product-layout .caption h4 {
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 18px;
}

.product-layout .caption .price {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 18px;
	font-family: 'opticopperplate-lightregular';
	margin-top: 20px;
}

.product-layout .caption .price .price-old{
	letter-spacing: 1px;
	text-decoration: line-through;
	font-family: 'opticopperplate-lightregular';
	color: #aaa;
}


#product


.product-thumb {
	min-height: 370px;
	padding: 0px;
	margin-bottom: 40px;
	overflow: auto;
	text-align: center;
	position: relative;
	border-radius: 0px;
	transition: .5s ease;
/*	background: #fff;*/
}

/*.product-thumb:hover{
	box-shadow: 0 0 10px #ddd;
}*/

.product-thumb .desejo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0;
	border-radius: 50px;
	color: #C5C5C5;
	background: #fff;
	width: 25px;
	padding: 0;
	height: 25px;
}

/*.product-thumb .desejo:hover {
	color: #fff;
	background: #7d0808;
}
*/
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
/*.product-thumb .image a:hover {
	opacity: 0.8;
}*/
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}

/*.product-thumb .info {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.product-thumb .info a{
	display: inline-block;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	padding: 10px 20px;
	background: #7d0808; 
}

.product-thumb .info a i{
	display: inline-block;
	margin-left: 15px;
	color: #fff;
	font-size: 24px;
}

.product-thumb:hover .info {
  opacity: 1;
}*/

.product-thumb h4 {
	font-weight: 400;
	margin: 10px 0;
}

.product-thumb h4 a{
	font-size: 11px;
	color: #19191D;
	letter-spacing: 2px;
	text-transform: uppercase;
}


h2.price {
	margin: 0;
}
.product-thumb .price {
	font-size: 10px;
letter-spacing: 1px;
line-height: 18px;
font-family: 'opticopperplate-lightregular';
margin-top: 20px;
}
.product-thumb .price-new {
	display: block;
}

.product-thumb .price-old {
	display: block;
	color: #787885;
	text-decoration: line-through;
	font-size: 14px;
	margin-bottom: 3px;
}



.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin: 0;
	float: left;
	width: 50%;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}

.thumbnail img{
	border: 1px solid #fff;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 0;
}
.image-additional {
/*	max-width: 78px;*/
}
.thumbnails .image-additional {
	/*float: none;
	margin-left: 20px;*/
}


#product-product .thumbnail {
	padding: 0;
	margin-bottom: 0px;
	border: 0;
	border-radius: 0;
}



@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}



/*************/

.banner-cate{
	width: 100%;
	height: 175px;
	padding-top: 25px;
	line-height: 25px;
	position: relative;
	color: #666;

	/*background-image: url(../image/banner-categoria.jpg);*/
}

.banner-cate .breadcrumb{
	position: absolute;
	bottom: 20px;
	color: #7d0808;
}

.banner-cate .breadcrumb > li + li:before {
	color: #7d0808;
}

.banner-cate .breadcrumb a{
	color: #444;
}


#product-category .info-loja ul,
#product-search .info-loja ul  {
	padding: 20px 0;
	margin: -40px 0 30px;
	background: #2e2d2c;
	position: relative;
}


#product-category h1,
#product-search h1{
	color: #2e2d2c;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Spartan', sans-serif;
	margin: 0;
}

#product-category .input-group-addon,
#product-search .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	color: #2e2d2c;
	background: none;
	border: 0;
	border-radius: 0px;
}

.cinza-interna{
	padding: 0 0 90px;
	background: #fcf9ee;
}

.cinza-interna .tit h1{
	text-transform: uppercase;
  margin: 50px 0 40px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  letter-spacing: 2px;
}

.topo-produto{
	/*padding-top: 100px;*/
	margin-bottom: 40px;
	border-bottom: 10px solid #fcf9ee;
	background: #fff;
}

.topo-produto .info-loja ul {
	background: #fff;
}



#product-product h1{
	text-transform: uppercase;
	margin: 50px 0 40px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	letter-spacing: 2px;
}

#product #button-cart {
	width: 100%;
	font-family: 'opticopperplate-lightregular';
	color: #fff;
	border: 0;
	box-shadow: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	background: #000;
	padding: 15px 35px;
	height: auto;
	margin:5px 0;
}

#product #button-cart:hover{
	background: #111!important;
}

#product ul li span{
	font-size: 14px;
	font-family: 'opticopperplate-lightregular';
}


#product ul li{
	color: #787885;
	font-size: 26px;
}

#product ul li h2 {
	color: #111;
	font-size: 16px;
	margin: 5px 0 70px;
	font-family: 'opticopperplate-lightregular';
}


#product .btn-info {
	color: #767676;
	border: 2px solid #7d0808;
	background: url(../image/ico-medidas.png) no-repeat 98% 55%;
}

.separa{
	height: 10px;
	margin: 30px 0;
	background: #E5E5E5;
}

.info-prod{
	font-size: 18px;
	line-height: 30px;
	
}

.info-prod h3{
	font-size: 30px;
	font-weight: 700;
	font-family: 'Spartan', sans-serif;
	color: #2e2d2c;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 10px 0 40px;
}

.info-prod h3:before{
	content: "";
	width: 50px;
	height: 5px;
	display: block;
	margin: 30px 0;
	background: #2e2d2c;
}


.relacionados{
	margin-top: 40px;
	padding: 20px 0 90px;
	background: #fcf9ee;
}

.relacionados h3 {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	font-family: 'opticopperplate-lightregular';
	text-align: center;
	color: #000;
	margin: 60px 0;

}

.relacionados h3 span {
	display: inline-block;
	padding: 0 30px;
	background: #fcf9ee;
}

.cinza-final{
	padding-top: 30px;
	padding-bottom: 200px;
	background: #fcf9ee;
}



#information-information aside,
#information-contact aside{
	padding: 15px;
/*	background: #7d0808;*/
}


#information-information aside li,
#information-contact aside li{
	padding: 10px 0;
	text-transform: uppercase;
}

#information-information aside li+li,
#information-contact aside li+li{
	border-top: 1px solid #fff;
}


#information-information aside li a,
#information-contact aside li a {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'Spartan', sans-serif;
	position: relative;
	padding-left: 20px;
	display: block;
	color: #000;
}

/*#information-information aside li a::before,
#information-contact aside li a::before {
	content: "+";
	position: absolute;
	top: 9px;
	left: 0;
}
 */

#information-information aside li a:hover,
#information-contact aside li a:hover{
	color: #333;
	border-color: transparent;
	background: none;
}

#information-information article,
#information-contact article{
	padding: 30px 60px;
	min-height: 400px; 
/*	background: #fff;*/
}

#information-information article h1,
#information-contact article h1{
	font-family: 'opticopperplate-lightregular';
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #B9B9B9;
	border-bottom: 1px solid #F0F0F0;
	margin: 10px 0 50px;
	padding-bottom: 30px;
}


#information-contact article hr{
	border-top: 6px solid #F0F0F0;
	margin-bottom: 40px;
}

#information-contact article h2{
	color: #2e2d2c;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Spartan', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#information-contact article h2 i{
	color: #111;
	font-size: 30px;
	margin-right: 10px;
}

#information-contact article .form-control{
	height: auto;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #7A7A7A;
	box-shadow: none;
	color: #2e2d2c;
}



.bt-wp-float {
	position: fixed;
	bottom: 50px;
	right: 20px;
	border-radius: 0 !important;
	/* background: transparent url(https://d335luupugsy2.cloudfront.net/cms/files/1446/1588875979/$5u0ndp8vgxo) center center no-repeat; */
	background: transparent url(../image/whatsapp.png) center center no-repeat;
	background-size: auto;
	z-index: 900;
	box-shadow: none;
	outline: none;
	width: 50px !important;
	height: 50px !important;
	background-size: 50px 50px !important;
	cursor: pointer;
	border: 0 !important;
	opacity: 0.3;
}

.bt-wp-float:hover{
	opacity: 0.95;
}








.affix {
	width: 100%;
	z-index: 999;
	top: 0;
	background: #fff;
	box-shadow: 0 15px 10px -15px rgba(0,0,0,.1);
	padding: 7px 0;
}



/********************/

/*.colecao{
	min-height: 900px;
} 
*/

.colecao-classic{
	background: url('../image/bkg-colecao-classic.jpg') no-repeat top center;
}

.centered-element{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 900px;
}

.colecao img{
	margin-bottom: 100px;
}

.colecao p{
	margin-bottom: 100px;
	padding: 0 150px;
	letter-spacing: 2px;
	font-size: 11px;
	text-transform: uppercase;
}

.colecao a{
	font-family: 'opticopperplate-lightregular';
	letter-spacing: 2px;
	font-size: 10px;
}

.rosas-herbarium{
	margin-top: 50px;
	background: url('../image/bkg-rosas-herbarium.jpg') no-repeat top center;
}

.rosas-herbarium .centered-element{
	min-height: 730px;
}

.casa-comigo{
	background: url('../image/bkg-casa-comigo.jpg') no-repeat top center;
}

.arco-iris{
	padding: 80px 0 40px;
}

.arco-iris p{
	font-family: 'opticopperplate-lightregular';
text-transform: uppercase;
font-size: 10px;
letter-spacing: 3px;
text-align: center;
color: #000000;
margin: 35px 0;
}

.arco-iris a{
	font-family: 'opticopperplate-lightregular';
	display: inline-block;
	margin: 50px 0;
	letter-spacing: 2px;
	font-size: 10px;
}

.minibanner p{
	font-family: 'opticopperplate-lightregular';
text-transform: uppercase;
font-size: 10px;
letter-spacing: 3px;
text-align: center;
color: #000000;
}

.minibanner a {
	font-family: 'opticopperplate-lightregular';
	display: inline-block;
	margin: 10px 0 40px;
	letter-spacing: 2px;
	font-size: 10px;
}

.minibanner .difiori{
	position: absolute;
top: 420px;
left: -100px;
}

.banner-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-video video {
  object-fit: cover;
  opacity: 0.8;
}


.menu-scroll .menu__btn > span::before, 
.menu-scroll .menu__btn > span::after,
.menu-aberto .menu__btn > span::before,
.menu-aberto .menu__btn > span::after{
	background-color: #000;
}


.infos .panel{
	box-shadow: none;
}

.infos .panel-group .panel-heading + .panel-collapse > .list-group, 
.infos .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 0;
}

.infos .panel-default > .panel-heading {
	background:none;
}

.infos .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    font-size: 10px;
}
.infos .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
    font-size: 10px;
}
.infos .panel-title > a:hover, 
.infos .panel-title > a:active, 
.infos .panel-title > a:focus  {
    text-decoration:none;
}


.infos .panel-group .panel{
	color: #333;
	background: none;
	border:0;
}

.infos .panel-group .panel-title{
	letter-spacing: 2px;
	font-size: 11px;
	text-transform: uppercase;
}

.infos .panel-group {
	margin-bottom: 0;
}

.links-prod a{
	letter-spacing: 2px;
	font-size: 11px;
	display: block;
	padding: 8px 15px;
	text-transform: uppercase;
}

.links-prod .btn-default {
	color: #777;
	text-shadow: none;
	background:none;
	border:0;
}

.infos-lista li:nth-child(1){
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0px 5px 25px;
	background: url('../image/ico-ampulheta.png') no-repeat left;
}

.infos-lista li:nth-child(2){
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0px 5px 25px;
	background: url('../image/ico-perfume.png') no-repeat left;
}

.infos-lista li:nth-child(3){
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0px 5px 25px;
	background: url('../image/ico-feito-a-mao.png') no-repeat left;
}







.hideme{
    opacity:0;
}




.well {
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}








/***********************************************************/


@media (max-width: 768px){

	header {
		position: relative;
		top: 0;
		/* overflow-x: hidden; */
		background: #fcf9ee;
	}

	.topo p {
		font-size: 7px;
		letter-spacing: 1px;
	}

	.menu__btn > span::before, 
	.menu__btn > span::after,
	.menu-aberto .menu__btn > span::before,
	.menu-aberto .menu__btn > span::after{
		background-color: #000;
	}

	.compra-menu .desejo span,
	.compra-menu .desejo span {
		background-position: -32px -57px;
	}

	.compra-menu .conta span,
	.compra-menu .conta span{
		background-position: -33px 0px;
	}

	#cart > .btn, 
	#cart > .btn {
		background-position: -32px -29px;
	}

	#cart > .btn,
	#cart > .btn {
		color: #000;
	}

	#logo .img-responsive,
	#logo .img-responsive {
		filter: invert(100%);
	}

	.branco {
		padding: 0 10px 70px;
		margin: -30px 0 20px;
	}

	.segura-outlet .swiper-viewport {
		background: none;
	}

	.sustenta h3 {
		font-size: 28px;
		line-height: 45px;
	}

	.sustenta {
		min-height: 480px;
		padding: 30px 0 40px;
	}

	.sustenta .infos {
		margin-top: 30px;
	}

	.sustenta .infos article {
		margin-top: 30px;
	}

	.swiper-pager {
		display: none;
	}

	.mini-banner img{
		margin-bottom: 30px;
	}

	.info-loja ul {
		padding: 10px 0px;
		margin: 10px 0;
	}

	.product-thumb {
		padding: 0px;
/*		background: #fff;*/
	}

	#carousel-outlet .swiper-slide {
		padding: 0 20px;
	}

	#carousel-outlet .product-thumb {
		padding: 10px;
		background: none;
	}

	footer form {
		padding: 40px 30px;
		margin: -20px 0 30px 0;
	}

	footer .form-control {
		padding: 6px 20px;
		margin-bottom: 10px;
	}

	footer input[type="submit"] {
		padding: 18px;
		width: 100%;
	}

	footer{
		text-align: center;
	}

	footer .img-responsive{
		margin-left: auto;
		margin-right: auto;
	}

	footer .copy .text-right{
		margin-top: 15px;
		text-align: center!important;
	}


	#logo {
		margin: 0 0 10px;
	}

/********************************************/


	nav {
		height: 55px;
		width: 60px;
	}

	#menuToggle {
	  display: flex;
	  flex-direction: column;
	  position: relative;
	  top: 15px;
	  left: 5px;
	  z-index: 1;
	  -webkit-user-select: none;
	  user-select: none;
	}

	#menuToggle input
	{
	  display: flex;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  cursor: pointer;
	  opacity: 0;
	  z-index: 2;
	}

	#menuToggle span
	{
	  display: flex;
	  width: 29px;
	  height: 2px;
	  margin-bottom: 5px;
	  position: relative;
	  background: #7d0808;
	  border-radius: 3px;
	  z-index: 1;
	  transform-origin: 5px 0px;
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              opacity 0.55s ease;
	}

	#menuToggle span:first-child
	{
	  transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}

	#menuToggle input:checked ~ span
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-3px, -1px);
	  background: #fff;
	}
	#menuToggle input:checked ~ span:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menuToggle input:checked ~ span:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}

	#menu {
	position: absolute;
	width: 300px;
	height: auto;
	margin: -50px 0 0 -50px;
	padding: 50px;
	padding-top: 75px;
	background-color: #111;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

	#menu li
	{
	  padding: 10px 0;
	  transition-delay: 2s;
	}

	#menuToggle input:checked ~ div
	{
	  transform: none;
	}

	.banner-cate {
		height: 180px;
		background-position: center;
		background-attachment: unset;
		background-size: cover;
	}


	.thumbnails {
		margin-left: 0;
	}

	.thumbnails > li {
		margin: 0;
		float: none;
	}

	.thumbnails .image-additional {
		float: left;
		margin-right: 10px;
	}


	.relacionados {
		padding: 20px 0 60px;
	}

	.relacionados h3 {
		font-size: 14px;
		letter-spacing: 0px;
	}

	#checkout-cart {
		padding-top: 0;
	}


	#information-information article, #information-contact article {
		padding: 20px 20px;
	}

	.cinza-final {
		padding-top: 20px;
		padding-bottom: 100px;
	}

	#cart > .btn {
		padding: 5px 0 0 0;
	}

	.tit-dest h3 span{
		padding: 0;
	}


	.colecao img{
		margin-bottom: 30px;
	}

	.colecao p{
		margin-bottom: 50px;
		padding: 0 50px;
	}

	.rosas-herbarium{
		margin-top: 30px;
		background: none;
	}

	.casa-comigo{
		background: none;
	}

	.colecao-classic{
		background: none;
	}

	.centered-element {
		min-height: 620px;
	}

	.minibanner .difiori {
		position: relative;
		top: 0;
		left: 0;
	}

	.banner-video {
		height: 30vh;
	}

	.cinza-interna .mtop100{
		margin-top: 0;
	}

	.cinza-interna .tit h1 {
		margin: 15px 0 20px;
	}

	.thumbnails > li {
		margin: 0;
		float: none;
		width: 100%;
	}

	#product-product{
		margin-top: 0;
	}

	.compra-menu{
		position: absolute;
	  top: 23px;
	  right: 10px;
	}


	/*.menu-scroll .compra-menu {
		position: relative;
	}*/

	/*.menu-scroll .menu__btn {
		position: relative;
	}*/

	.menu__btn {
		position: absolute;
		top: 35px;
		width: 31px;
		height: 26px;
	}

	.menu__btn > span::before, .menu__btn > span::after {
		width: 26px;
	}

	.banner-video video {
		object-fit: scale-down;
	}

}


/******************/



.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #000;
	border-color: #000;
}

.pagination > li > a, .pagination > li > span {
	color: #000;

}