/**
 *
 * Folha de Estilos Padrão do site
 *
 *	Theme Name: IWS Store
 *	Description: O Template Base para Lojas Virtuais da Infinito Web Sites
 *	Version: 1.0
 *	Author: Infinito Web Sites
 *	Author URI: http://www.infinitowebsites.com.br
 *
**/
/***********************************
 * DEFINIÇÕES PRINCIPAIS
***********************************/

body{
	font: 17px 'Asap', sans-serif;
	background: #ffffff;
    overflow-x: hidden;
    color: #000;
    line-height: 26px;
    letter-spacing: .24px;
    padding: 0 !important;
}

a { color: #000; }

a:hover {
	opacity: 0.85;
	text-decoration: none !important;	
	color: #333; 
}

a, a:hover {
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

h1 { font-size: 42px; }
h2 { font-size: 28px; font-weight: bold; margin-bottom: 20px; }
h3 { font-size: 24px; font-weight: bold; }
h4 { font-size: 20px; }
img	{ max-width: 100%; height: auto; }

.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 20px;
}

p { margin-bottom: 20px; }

#busca-colecao input.form-control {
    border: 1px solid #dddd;
    border-radius: 5px;
}
#busca-colecao button.btn.btn-primary:hover {
    color: #3584c2 !important;
    background-color: white;
    border: 2px solid;
}

/***********************************
 * BOTÕES E FORMS
***********************************/

.btn, .form-control {
	font-size: 15px;
    min-height: 45px;
}

.btn {
	border-radius: 5px;
	box-shadow: none;
	outline: 0;
    display: inline-flex;
    align-items: center;
    padding: 6px 24px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .7px;
    min-height: 45px;
    font-weight: bold;
	color: #FFF !important;
}

.btn-default { color: #000 !important; }

.btn.btn-primary {
    color: #fff !important;
    background-color: #3584C2;
    border-color: #3584C2;
}

.btn-success {
    color: #fff;
    background-color: #59A647;
    border-color: #59A647;
}

.btn-warning {
    border-color: #3584C2;
    background: #3584C2;
}

.btn-full {
    display: block;
    padding: 15px;
    font-weight: bold;
}

.btn-inverted {
    border: 1px solid #fff;
    color: #FFF;
    background: transparent;
}

.btn-rounded { border-radius: 25px; }

.form-control {
    border-radius: 0;
	box-shadow: none;
	background: #FFF;
	border: 1px solid transparent;
}

.form-control:focus {
	border: 1px solid #999;
	box-shadow: none;
}

textarea.form-control {
    max-height: 120px;
}

div.wpcf7 {
    margin: 0 auto;
    padding: 0;
}

input#termos { display: inline-block; }
.wpcf7-list-item {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}

.form-contato p small {
    font-size: 12px;
    display: block;
    line-height: 20px !important;
}

/***********************************
 * CLASSES E ELEMENTOS PRINCIPAIS
***********************************/

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.alignleft {
  float: left;
  margin: 0 5px 5px 0;
}

.alignright  {
  float: right;
  margin: 0 0 5px 5px;
}

.aligncenter  {
  display: block;
  text-align: center;
  margin: 0 auto 5px;
}

.modal-open {
    overflow: hidden;
}

#page .gallery .gallery-item img { border: 0; }
#main .gallery .gallery-item { margin: 0; }
#main .gallery .gallery-item img {
    width: 100%;
    border: 2px solid #fff;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    font-size: 0px;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: -45px !important;
    margin-top: -30px;
    border: 0;
    background: url('img/seta-esquerda.png') no-repeat center;
    background-size: contain;
    z-index: 99;    
    outline: 0;
    box-shadow: none;
}

.slick-slider .slick-next {
    left: unset !important;
    right: -45px !important;
    background: url('img/seta-direita.png') no-repeat center;
    background-size: contain;
}

ul.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

ul.slick-dots li.slick-active button { background: #3584C2; }
ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 0px;
    border: 2px solid #3584C2;
    box-shadow: none;
    background: no-repeat;
    margin: 0 3px;
}

.slider-progress {
  width: 100%;
  height: 3px;
  background: #eee;
}

.slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #3584C2;
}


.bloco-contato {
    padding: 50px 0 15px;
    margin-bottom: 50px;
    color: #000;
    font-size: 19px;
}
.bloco-contato a { color: #FFF; }
.bloco-contato .form-contato a {
    color: #FFF;
    text-decoration: underline;
}

.bloco-contato .form-contato {
    color: #fff;
    position: relative;
    background: #59A647;
    padding: 30px;
    border-radius: 3px;
}

.info-contatos {
    padding: 30px 10px;
}

.social a {
    display: inline-block;
    margin: 0 10px 0 0;
}

.destaque {
    padding: 30px 0 15px;
    margin: 30px -15px;
}

.destaque-thumb {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.destaque:nth-child(even) .destaque-conteudo { margin-left: auto; }
.destaque:nth-child(odd) .destaque-conteudo { margin-right: auto; }
.destaque-conteudo {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    max-width: 580px;
    margin: 0;
    padding: 0 30px;
    font-size: 16px;
}


ul.page-link-list a { color: #3584C2; }
ul.page-link-list {
    list-style: none;
    padding: 0;
    column-count: 2;
}

.wp-pagenavi {
    margin: 30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-flex;
    width: 35px;
    border-radius: 4px;;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    border: 0;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #59A647;
    color: #fff;
}

/***********************************
 * CABECALHO E MENU
***********************************/

#header {
    position: fixed;
    z-index: 999;
    background: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    color: #000;
    padding: 15px 0;
    transition: 0.3s;
    padding: 0;
}

.admin-bar #header { top: 32px; }
.scrolled #header {
    padding: 5px 0;
    box-shadow: 0 0 25px -5px #000c;
}

div#header-logo,
#header-logo img {
    transition: .4s ease;
}

#main-menu {
    background: #FFF;
    border: 0;
    margin: 0;
    padding: 0;
    transition: .4s ease;
}

#main-menu .menu-item a {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 12px;
    border-radius: 5px;
}

#main-menu .menu-item.btn-representantes a {
    background: #59A647;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

#main-menu .menu-item.current-menu-item a {
    color: #3584C2;
    text-decoration: underline;
}


/***********************************
 * RODAPÉ
***********************************/

#copyright {
    padding: 15px 0;
    margin-top: 15px;
    color: #000;
    background: #DDE0E8;
    font-size: 12px;
    text-align: center;
}

#copyright p { margin: 0; }
#copyright a { color: #000; text-decoration: underline; }

#link-wpp,
#link-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 50px;
    background: #59A647;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 25px -10px #000;
    z-index: 9;
    transition: .6s;
    opacity: 0;
}

#link-top {    
    right: 80px;    
    background: #3584C2;
    line-height: 50px;
    transition: .3s;
}


.scrolled #link-wpp,
.scrolled #link-top {
    opacity: 1;
}

#link-wpp:hover,
#link-top:hover {
    transform: scale(1.1);
}

div#cookie-notice { background: #000 !important; }
#cookie-notice .cn-button.bootstrap {
    color: #fff;
    background: #f44d07;
}

/***********************************
 * CONTEUDO / CORPO DO SITE
***********************************/

body > .main {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
}

.page-header {
    position: relative;
    margin: 0 0 80px;
    padding: 30px 0;
    border-bottom: 5px solid #3584C2;
    color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title {
    margin: 20px 0;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 44px;
    font-weight: bold;
}

nav.rank-math-breadcrumb, 
nav.rank-math-breadcrumb a {
    color: #aaa;
    font-size: 13px;
}

.page-content {
    min-height: 250px;
}

div#breadcrumbs {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-style: italic;
}

#page-header #breadcrumbs>span:first-child>span>a { color: #000; }
div#breadcrumbs strong.breadcrumb_last { color: #777; }
#page-header #breadcrumbs a {
    color: #777;
    font-weight: bold;
}

/***********************************
 * PÁGINAS
***********************************/

/*home*/

.home-intro {
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
    margin-bottom: 50px;
}

.home-intro-conteudo h2 strong {
    font-size: 48px;
}



/*produtos*/

.linha {
    height: 320px;
    background: #ccc;
    color: #FFF;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.produto.produto-item:hover { transform: scale(1.03); }
.produto.produto-item {
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 25px -5px #0006;
    transition: .4s ease;
    overflow: hidden;
}
.produto-thumb {
    height: 200px;
    background: #f3f3f3 url('img/crystal/logo-crystal.png') no-repeat center;
    overflow: hidden;
}

.produto-infos {
    padding: 15px;
    font-size: 13px;
    color: #aaa;
}

.produto-titulo {
    font-size: 22px;
    margin: 0;
}

.produto-cat a {
    text-transform: uppercase;
    color: #999;
    letter-spacing: 2px;
}

.produto-item .btn {
    min-height: 0;
    margin-top: 5px;
}

#produto .produto-cod {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 0 10px;
}

.produto-galeria { margin-bottom: 30px; }
.produto-foto {
    display: flex;
    align-items: center;
    justify-content: center;
}

.variacao.variacao-item {
    text-align: center;
    margin-bottom: 30px;
}

.variacao.variacao-item .variacao-thumb {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produto-foto .zoom {
  background-position: 50% 50%;
  position: relative;
  width: 500px;
  overflow: hidden;
  cursor: zoom-in;
}


.produto-foto .zoom:hover img { opacity: 0 !important; }
.produto-foto .zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

/***********************************
 * MEDIA QUERIES
***********************************/

@media( max-width: 1200px ) {
    body {
        font-size: 15px;
        line-height: 23px;
    }

    h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    h3 { font-size: 21px; }

    #main-menu .menu-item a {
        font-size: 14px;
        padding: 5px 8px;
    }
}



@media( max-width: 990px ) {
    body > .main { padding-top: 40px; }

    .scrolled #header { padding: 0; }
    .scrolled div#header-logo, 
    .scrolled #header-logo img {
        max-width: 100%;
        transition: .4s ease;
    }

    #main-menu .navbar-toggler { margin-left: auto; }
    #navbarSupportedContent {
        position: absolute;
        background: #FFF;
        width: 100%;
        box-shadow: 0 0 25px -5px #0003;
        text-align: center;
        padding: 0;
        top: 40px;
    }

    #main-menu .menu-item:last-child a { border: 0; }
    #main-menu .menu-item a {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 8px 0;
    }
    #main-menu .menu-item.current-menu-item a {
        color: #3584C2;
        text-decoration: none;
    }

    .infos-contato { margin: 50px 0 30px; }
 
    .page-links { text-align: center; }
    ul.page-link-list { column-count: 1; }

    #main .gallery br { display: none !important; }
    #main .gallery .gallery-item {
        margin: 0;
        width: 50%;
    }

    .destaque {
        margin: 0;
        padding: 0;
    }

    .destaque-thumb { margin: 20px; }
    .destaque:nth-child(odd) .destaque-conteudo,
    .destaque:nth-child(even) .destaque-conteudo {
        margin: 0;
        max-width: 100%;
        display: block;
        padding: 30px;
    }

    footer#footer { text-align: center; }
}


@media(max-width: 767px) {       
    div#header-logo,
    .scrolled div#header-logo { 
        margin-right: -30px; 
        margin: 10px -30px 10px 0;
        max-width: 90px;
    }

    .admin-bar #header { top: 46px; }

    .scrolled #header,
    .scrolled.admin-bar #header { top: 0; }
    
    #header .social { display: none; }    

    body > .main {
        position: relative;
        z-index: 1;
    }

    .page-header { margin-bottom: 15px; }
    .page-content .btn { display: block; }

    .produto-galeria { margin-bottom: 50px; }
    .produto-foto {
        height: 200px;
        border-radius: 15px;
        overflow: hidden;
    }

   
}
#busca-colecao input.form-control {
    border: 1px solid #dddd;
    border-radius: 5px;
}
#busca-colecao button.btn.btn-primary:hover {
    color: #3584c2 !important;
    background-color: white;
    border: 2px solid;
}