/*
Theme Name: WP Bootstrap
Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial
Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Author: Zac Gordon
Author URI: http://teamtreehouse.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/


@import url('bootstrap/css/bootstrap.css');

/* ------ GERAL ------ */
body {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #202020;
  background-color: #fff;
}

a {
  color: #202020;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  color: #a0a0a0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
    height: auto;
    max-width: 100%;
}

textarea {
    resize: none;
}

/* ------ HOME ------- */

/* Notification bar */

.top-notification-container .icon-cancel {
    float: right;
    position: relative;
    top: 4px;
}

.top-notification-container {
    background-color: #000;
    color: #fff;
    font-size: 0.9em;
    padding: 0.4em 0;
    text-align: center;
}

#ehu-bar-content {
    font-size: 0.9em !important;
    padding: 0 !important;
    text-align: center !important;
}

#ehu-close-button {
    position: relative !important;
    top: 8px !important;
    z-index: 2;
}

#ehu-open-button {
    display: none !important;
}

#ehu-bar {
    border-bottom: medium none !important;
    padding: 5px 0 !important;
}

#ehu-bar-content {
    font-size: 0.9em !important;
    height: 30px !important;
    position: relative !important;
    text-align: center !important;
    top: 6px !important;
}

/* Header */


.navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin-bottom: 0;
    min-height: 0;
    padding: 2em 0;
}

.menu ul {
    list-style: none;
}


.menu {
    list-style: outside none none;
    padding: 0;
}

.menu li {
    float: left;
    margin: 0 1em;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li:last-child {
  margin-right: 0;
}

.menu li a {
  text-transform: uppercase;
}

.menu li a {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.menu li a:hover {

}

.menu li:last-child a:hover  {
  border: none;
}

.navbar-toggle {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #202020;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}

.navbar-head a > img {
  opacity: 1;
  top: -18px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.navbar-head a > img:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-head .dropdown-menu img {
    top: 0;
    margin-right: 10px;
}

/* NAVBAR TEST */

.navbar-head {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 1em 0;
    position: relative;
    width: 100%;
    z-index: 100;
}

.nav-items {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: 20px;
}

#click-menu {
  background: none !important;
  padding: 0!important;
  right: 5%!important;
  top: 30px!important;
}
#click-menu .threeLines {
  width: 25px !important;
}

body #click-menu .threeLines .line {
  background-color: #202020;
  height: 3px!important;
  margin-bottom: 3px !important;
}

html #responsive-menu {
    background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
    box-shadow: none;
    display: none;
    font-size: 1em;
    max-width: 999px;
    position: absolute;
    top: -100%;
    width: 100%;
    z-index: 9999;
}

html #responsive-menu > .menu-menu-container {
  padding-top: 85px;
}

html #responsive-menu .responsive-menu li a {
    border-top: medium none;
    color: #ffffff;
    display: block;
    font-size: 1.3em;
    font-weight: 100;
    height: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    overflow: hidden;
    padding: 23px 0 23px 5%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 95%;
}

#home #click-menu .threeLines .line {
  background-color: #000;
}

/* TOpo COFD */

.top-menu-container {
    float: right;
    margin-bottom: -14px;
    max-width: 710px;
    width: 100%;
}

.top-menu-container > div {
  float: right;
}

.social-container {
    padding-top: 7px;
    text-align: right;
}

.social-container a {
    font-size: 16px;
    margin: 0 10px;
}

.search-container input {
    display: block;
    width: 100%;
}

.search-container input {
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 13px;
    padding: 9px;
    width: 100%;
}

.search-icon {
    color: #848484;
    font-size: 16px;
    position: absolute;
    right: 28px;
    top: 11px;
}

.region-container button {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #a9a9a9;
    font-size: 13px;
    padding: 8px;
    width: 100%;
}

.region-container button: a {
  background-color: #e5e5e5;
}

li.lang-item {
    padding-top: 15px;
}

.btn.btn-primary.dropdown-toggle > p {
    margin: 0;
    text-align: left;
}

.region-container .dropdown-icon {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 11px;
}

.btn.btn-primary.dropdown-toggle img {
    margin-right: 10px;
}

.region-container .open .dropdown-menu {
    box-shadow: none;
    width: 100%;
}

.region-container .open .dropdown-menu > li {
    margin: 5px 0;
}

body li.wpmenucartli a.wpmenucart-contents span {
    display: none !important;
}
.region-container.col-md-4 {
    padding-right: 0;
}


/* Banner COFD */

.top-bar {
    background-color: #000;
    height: 4px;
    width: 100%;
}


.copy-container {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-flow: column;
}


.copy-container h2 {
  margin: 0;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.copy-container span {
    font-family: Lora,serif;
    font-size: 1.5em;
    font-style: italic;
}

.copy-container > a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 2em auto 0;
    padding: 10px;
    text-transform: uppercase;
    width: 150px;
}

.copy-container > a:hover {
  background-color: #fff;
  color: #000;
}


.carousel-indicators {
	display: none;
}



.banner {
  width: 100%;
  height: 80vh;
  max-height: 700px;
  background-image: url('http://cofd.com.br/wp-content/uploads/2016/05/banner-1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}

.banner .copy-container {
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    text-align: center;
}

.banner .copy-container h2 {
  margin: 0;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.banner .copy-container span {
    font-family: Lora,serif;
    font-size: 1.5em;
    font-style: italic;
}

.banner .copy-container > a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 2em auto 0;
    padding: 10px;
    text-transform: uppercase;
    width: 150px;
}

.banner .copy-container > a:hover {
  background-color: #fff;
  color: #000;
}

.wpsisac-slick-slider {
    background: #fff !important;
}


/* Intro */

.intro {
    float: left;
    margin-top: 2em;
    text-align: center;
    width: 100%;
}

.intro h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.intro .intro-image {
    background-image: url("/images/cofd/clover-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 3em;
}

.intro .intro-image > span {
    font-family: lora;
    font-size: 1.4em;
    font-style: italic;
}

.intro .text-block {
    color: #191818;
    font-size: 1.1em;
    margin-top: 2em;
}

.intro .lora {
    font-family: Lora;
    font-size: 1.1em;
    font-style: italic;
    letter-spacing: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

/* Destaques Home */
.destaque-home {
	background-color: #000;
}

.destaque-home img {
	opacity: 0.5;
}

.frame-big {
    border: 1px solid #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 94%;
    justify-content: center;
    left: 6%;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 3%;
    transition: all 0.3s ease 0s;
    width: 88%;
}

.frame-small {
    border: 1px solid #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 92%;
    justify-content: center;
    left: 5%;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 4%;
    transition: all 0.3s ease 0s;
    width: 90%;
}

.destaque-home .copy-container {
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    font-size: 1em;
    height: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    opacity: 1;
    top: 0;
    transition: all 0.3s ease 0s;
}

.destaque-home .copy-container .preco {
	font-size: 1.2em;
	font-weight: 100;
}

.destaque-home .buy-container {
	color: #fff;
    display: flex;
    flex-flow: column nowrap;
    font-size: 1em;
    height: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    opacity: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
}

.preco-strike {
    font-size: 1.2em;
    font-weight: 100;
    opacity: 0.4;
    text-decoration: line-through;
}

.top-dest {
	margin-bottom: 29px;
}



.destaque-home img {
	height: auto;
	width: 100%;
	text-align: center;
}


.destaque-1:hover .destaque-home img {
	opacity: 0.7;
}


.destaque-1:hover .copy-container.destaque-1 {
	opacity: 0;
	top: 10px;
	transition: all 0.3s ease 0s;
}

.destaque-1:hover .buy-container.destaque-1 {
	opacity: 1;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.destaque-1:hover .frame-big.destaque-1 {
	opacity: 0.4;
}

.destaque-2:hover .frame-small.destaque-2 {
	opacity: 0.4;
}

.destaque-2:hover .copy-container.destaque-2 {
	opacity: 0;
	top: 10px;
	transition: all 0.3s ease 0s;
}

.destaque-2:hover .buy-container.destaque-2 {
	opacity: 1;
	top: 10px;
	transition: all 0.5s ease 0s;
}

.destaque-2:hover img {
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}

/* News */


.latest-posts article h1 {
    font-family: Lora;
    font-size: 1.3em;
    line-height: 1em;
    margin: 20px 0 5px;
}

.latest-posts article {
  border: none;
  background: #fff;
}

.latest-posts span {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.latest-posts i {
    display: none;
}

.latest-posts .tags {
    display: block;
    margin: 7px 0;
}

.latest-posts .tags > a {
    color: #aaa;
    font-family: Lora;
}

.latest-posts .read-more {
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: uppercase;
}

.menus-container p {
    display: inline;
    float: left;
}

.menus-container .dropdown-icon {
    display: inline;
    float: left;
    font-size: 20px;
    position: relative;
    right: 0;
    top: 0;
}

.news-gallery {
    margin: 3em 0;
}

.notes {
	display: none !important;
}

.ig-plugin {
	width: 100% !important;
}

.gallery .ig-root .ig-widget-footer {
    display: none !important;
}

.title-news {
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 20px;
    text-transform: uppercase;
}

.title-gallery {
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.menus-container {
    display: inline;
    float: right;
    position: relative;
    top: 16px;
}

.menus-container .dropdown {
  float: right;
}

.latest-posts .col-md-4 {
    padding: 0 5px;
}

.menus-container button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.img-cover:hover {
  opacity: 0.7;
}

.veja-mais > a {
    float: right;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 11px;
    padding-right: 12px;
    text-transform: uppercase;
}

.see-more {
    float: left;
    width: 100%;
}

.see-more .btn {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 13px;
    text-transform: uppercase;
    width: 170px;
}

.see-more .btn:hover {
    background-color: #eee;
    color: #000;
}

/* Listagem Loja */

.container-loja .woocommerce-result-count {
    display: none;
}

.container-loja .woocommerce-ordering {
    display: none;
}

.container-loja {
  padding: 0;
}

.woocommerce-breadcrumb {
    display: block;
    float: left;
    font-size: 0.9em;
    margin: 3em 0;
    text-transform: uppercase;
    width: 100%;
}

.woocommerce-breadcrumb a {
  font-weight: bold;
}

.loja-sidebar h3 {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
}

.loja-sidebar .woocommerce-product-search label {
    display: none;
}

.loja-sidebar .woocommerce-product-search input:nth-child(3) {
    background-color: black;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

.loja-sidebar .woocommerce-product-search input:nth-child(3):hover {
    background-color: #ddd;
    color: #000;
}

.loja-sidebar .search-field {
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 100%;
}

.loja-sidebar .orderby {
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
}

.loja-sidebar .orderby {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #a9a9a9;
    padding: 8px 10px;
    width: 100%;
}

.loja-sidebar .widget > ul {
    list-style: outside none none;
    padding-left: 0;
    margin: 0;
}

.widget ul li a {
    font-size: 1.1em;
}

.widget ul li {
  margin-left: 15px;
  margin-bottom: 5px;
}


.loja-sidebar .widget {
    border-bottom: 1px solid #ddd;
    float: left;
    margin-bottom: 3em;
    padding-bottom: 3em;
    width: 100%;
}

.loja-sidebar .color-wrap {
    float: left;
    width: auto;
    margin-right: 7px;
}

.loja-sidebar .color-filters-wrap {
    float: left;
    margin: 0 !important;
    padding-left: 13px;
    width: 100%;
}

.inside-text {
    background-color: #fe6367;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px 12px;
    position: absolute;
    right: 30px;
    text-transform: uppercase;
    top: 15px;
}

.add_to_cart_button {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 15px auto 0;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    max-width: 200px;
}

.add_to_cart_button:hover {
  background-color: #ddd;
  color: #000;
}

.button.product_type_simple.ajax_add_to_cart {
    display: block;
}


/* Product */
.product .onsale {
    display: none;
}

.product .wooslider {
    border: medium none;
    box-shadow: none;
}

.attachment-large.size-large {
    float: left;
    text-align: left;
}

.attachment-large.size-large {
    float: left;
    text-align: left;
}

.product_meta {
    display: none;
}

/* Footer */

.footer-top {
    background-color: #282828;
    color: #9f9f9f;
    float: left;
    font-size: 0.85em;
    margin-top: 2em;
    padding: 2em 0;
    width: 100%;
}

.footer-menu {
    float: left;
    list-style: outside none none;
    margin: 0 7px;
    padding-left: 0;
}

.footer-menu > li {
  float: left;
  margin: 0 7px;
}

.footer-top .icon-facebook, .footer-top .icon-instagrem {
    color: #8b8b8b;
    float: right;
    font-size: 1.3em;
    margin: 0 10px;
}

.footer-menu a {
    color: #8b8b8b;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-bottom p {
    color: #8b8b8b;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    top: 10px;
}

.footer-bottom img {
    float: right;
    position: relative;
}

.footer-bottom {
    float: left;
    padding: 1em 0;
    width: 100%;
}




/* ------ SHOP -------- */

/* Banner */


/* Filters */

.filters-container {
    background-color: #f8f8f8;
    float: left;
    padding: 3em 0;
    width: 100%;
}

.input-placeholder {
    background-color: #fff;
    padding: 16px 15px;
    width: 100%;
}

.input-placeholder p {
  margin: 0;
  color: #848484;
}

.filters-container .btn {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    color: #848484;
    padding: 16px;
    width: 100%;
    text-align: left;
}

.filters-container .dropdown-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 999999;
}

.filters-container .dropdown-menu > li > a {
    clear: both;
    color: #848484;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 20px;
    white-space: nowrap;
}

.post_tags li {
    padding: 5px 10px;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #202020;
  color: #fff;
}

.btn-primary:hover {
  background-color: #202020;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 17px;
}


.filters-container .isp_search_box_form {
    margin: 0;
}

.filters-container .isp_search_box_input {
    border: medium none;
    height: auto !important;
    padding: 16px;
    width: 100% !important;
}


/* Produtcts */

.upsells h2 {
    display: none;
}

.related-products-container h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 30px auto;
}



.products {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
}

.products li {
    margin-bottom: 4em;
}


body .wooslider-direction-nav a::before {
    content: "h";
    display: inline-block;
    font-family: "rosario-341";
    font-size: 30px;
}

body .wooslider-direction-nav a.wooslider-next::before {
    content: "i";
}

.products .product h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.products .product .price {
    color: #7e7c7c;
    display: block;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 0;
    font-family: Lora;
}

.products .product .price del {
    color: #f02b3e;
}

.products .product .price ins {
    text-decoration: none;
    margin-left: 10px;
}

/* Erro 404 */

.erro-404 p {
	text-align: center;
}

.erro-404 a {
	opacity: 0.5;
}


/* Product Page */

.images .thumbnails {
}

.value select {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 100%;
    color: #a9a9a9;
}

.attachment-shop_thumbnail.size-shop_thumbnail {
    margin: 0 10px;
    max-width: 90px;
}

.product del .amount {
    color: #fe6367;
    opacity: 1;
    margin-right: 10px;
}

.product ins {
    text-decoration: none;
}

body .wooslider.wooslider-type-posts img, body .wooslider.wooslider-type-attachments img {
    border: medium none;
    margin: 0 auto !important;
    max-width: 530px !important;
}

.summary .product-badge {
  display: none;
  visibility: hidden;
}

.product-container {
    background-color: #f1f1f2;
}

.product .summary h1 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 4px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

.product .summary .price {
    font-family: lora;
    font-size: 19px;
    font-weight: 500;
    margin: 20px 0;
    text-align: left;
}

.description {
    margin: 0 auto;
    max-width: 500px;
}

.product .summary .description p {
    color: #848484;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.variations {
    margin-top: 2em;
    width: 100%;
}

.variations #tamanho {
    width: 100%;
}

.variations .label {
    display: none;
    visibility: hidden;
}



.variations .reset_variations {
    display: none !important;
    visibility: hidden !important;
}

.woocommerce-variation-availability {
    display: none !important;
    visibility: hidden !important;
}

.single_add_to_cart_button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #202020;
border: 0 none;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
margin-top: 2em;
max-width: 200px;
padding: 15px 10px;
text-transform: uppercase;
width: 100%;
}

.single_add_to_cart_button:hover {
  background-color: #ddd;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-links > a {
    color: #848484;
    display: block;
    font-size: 13px;
    margin: 1em 0;
    text-align: center;
    text-transform: uppercase;
}

.modal-links > a:first-child {
  margin-top: 2em;
}

.modal-links > a :last-child {
  margin-bottom: 0;
}


.product-container .wooslider {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    margin: 0 !important;
    position: relative;
    border-radius: none;
    box-shadow: none;
}

.product-container .thumbnails {
  display: none;
}

.wooslider-control-nav {
    display: block;
    visibility: visible;
}

.product-container .product {
    align-items: center;
    display: flex;
}

.modal-links a:hover {
  color: #a0a0a0;
}

.modal-header {
  border: none;
}

.modal-content {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0.95;
    padding: 2em;
    text-align: center;
}

.modal-content h3 {
    border-bottom: 1px solid #eee;
    font-size: 1.3em;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.secondary-thumb.attachment-shop-catalog {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.product-container .stock.in-stock {
    display: none;
}

.product-container .quantity {
    display: none;
}

.product-container .stock.out-of-stock {
    letter-spacing: 2px;
    margin-top: 1em;
    text-align: center;
    text-transform: uppercase;
}


.products li.outofstock {
    opacity: 0.5;
}

/* Noticias */

.noticias-thumb {
    margin: 3em 0;
    padding: 0 10px;
}

.noticias-thumb h2 {
  font-family: Lora;
  font-size: 1.3em;
  line-height: 1em;
  margin: 20px 0 5px;
}

.noticias-thumb .date {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.noticias-thumb .more-link {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

/* Post */
.post-container {
    margin: 4em auto 4em;
    max-width: 856px;
    width: 100%;
}

.post-con {
  width: 100%;
  float: left;
}

.title-info-container {
    background-color: #fff;
    margin: 0 auto -40px;
    max-width: 600px;
    padding: 4px;
    position: relative;
    text-align: center;
    top: -77px;
}

.title-info-container h1 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title-info-container > p {
    font-family: lora;
}



/* Internas Geral */

.page-title-container {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: auto;
    width: 100%;
}

.page-title-container h1 {
    font-size: 1.4em;
    margin: 0;
    padding: 1.5em 0;
    text-align: center;
}


.product-showcase-container-mobile {
    text-align: center;
    display: none;
}

.cross-sells {
    display: none;
}

/* Carrinho */

.woocommerce-error {
    background-color: #f8f8f8;
    margin-top: 3em;
    padding: 30px;
    text-align: center;
    width: 100%;
    list-style: none;
}

.woocommerce-variation-add-to-cart button[type="submit"][disabled] {
   opacity: 0.2;
}

.woocommerce-variation-add-to-cart button[type="submit"][disabled]:hover {
  background-color: #202020;
  color: #fff;
}

.woocommerce-message {
    background-color: #f8f8f8;
    margin-top: 3em;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.woocommerce-info {
    background-color: #f8f8f8;
    margin-top: 3em;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.woocommerce-message a {
    color: #848484;
    display: block;
    font-size: 13px;
    margin-top: 1em;
    text-align: center;
    text-transform: uppercase;
}

.cart-header-container > div {
  padding: 0;
}

.product-name, .product-price, .product-quantity, .product-subtotal {
  padding: 0;
}

.cart-items-container .product-name {
    display: flex;
    flex-flow: column wrap;
    height: 180px;
    justify-content: center;
}

.variation-Tamanho {
    display: inline-block;
    font-weight: normal;
    color: #a8a8a9;
}

.cart-container {
    margin: 4em 0;
}

.order-total .amount {
    color: #202020;
}

.cart-header-container {
    border-bottom: 1px solid #eee;
    float: left;
    font-size: 1.2em;
    height: auto;
    padding-bottom: 2em;
    width: 100%;
}

.cart_item {
    border-bottom: 1px solid #eee;
    float: left;
    height: auto;
    padding: 2em 0;
    width: 100%;
}

.remove {
    color: #e5122e;
}

.cart-items-container .product-price {
    display: flex;
    flex-flow: column wrap;
    height: 180px;
    justify-content: center;
}

.cart-items-container .product-quantity {
    display: flex;
    flex-flow: column wrap;
    height: 180px;
    justify-content: center;
}

.cart-items-container .product-subtotal {
    display: flex;
    flex-flow: column wrap;
    height: 180px;
    justify-content: center;
}

.variation {
  margin: 0;
}

.variation p {
  margin: 0;
}

.actions .button,
.return-to-shop .button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #202020;
    font-size: 0.9em;
    padding: 10px 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.actions  .col-md-2 > .button {
  width: 100%;
}

.actions .button:hover,
.return-to-shop .button:hover {
  background: #202020;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-items-container {
    float: left;
    height: auto;
    margin-bottom: 2em;
    width: 100%;
}

.cupom-label > label {
    float: right;
    font-weight: normal;
    position: relative;
    text-align: right;
    top: 10px;
}

.cupom-input input {
    padding: 7px 10px;
    width: 100%;
}

.cart-empty {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}

.return-to-shop {
  text-align: center;
}

.input-text.qty.text {
    border: 1px solid #ececec;
    display: block;
    max-width: 60px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-top: 7px;
}

.cart_totals h2 {
    border-bottom: 1px solid #eee;
    font-size: 19px;
    padding-bottom: 1em;
}

.cart_totals  th {
    font-size: 15px;
    font-weight: normal;
    padding: 1em 0;
}

.cart_totals td {
  color: #a8a8a9;
  font-weight: normal;
  font-size: 15px;
  text-align: right;
  padding: 1em 0;
}

.cart_totals tr {
    border-bottom: 1px solid #eee;
}

.cart-discount td {
    color: #42be7f;
}

.order-total {
    background-color: #f8f8f8;
}

.order-total > th {
    padding-left: 20px;
}

.order-total > td {
    font-weight: normal;
    padding-right: 20px;
    text-align: right;
}

.woocommerce-remove-coupon {
    display: none;
}

.checkout-button {
    background-color: #42be7f;
    color: #fff;
    display: block;
    letter-spacing: 0.5px;
    margin-top: 1em;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.checkout-button:hover {
  background-color: #202020;
  color: #fff;
}
#shipping_method {
  padding: 0;
}

#shipping_method > li {
    list-style: outside none none;
    margin: 5px 0;
}

#shipping_method label {
  font-weight: normal;
  display: inline;
  margin-right: 10px;
}

.shipping_method {
    display: block;
    float: right;
}

.woocommerce-shipping-calculator .button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #848484;
    display: block;
    font-size: 13px;
    margin-top: 1em;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}

.shipping-calculator-button {
      color: #848484;
      display: block;
      font-size: 13px;
      margin-top: 1em;
      text-align: right;
      text-transform: uppercase;
}

.country_to_state,
#calc_shipping_state,
#calc_shipping_postcode {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 10px;
    width: 100%;
}

.shop_table {
  min-width: 100%;
}

.actions {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.related h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 2em 0;
    text-align: center;
    text-transform: uppercase;
}

.related h2::before {
    background-color: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: 12px;
    width: 36%;
    float: left;
}

.related h2::after {
    background-color: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: 12px;
    width: 36%;
    float: right;
}

/* About */
#crumbs {
    display: block;
    float: left;
    padding: 2em 0;
    text-transform: uppercase;
    width: 100%;
}

#crumbs > a {
    font-weight: bold;
}

.about-container {
    font-weight: lighter;
    line-height: 27px;
    margin: 3em auto;
    max-width: 700px;
    text-align: center;
    width: 100%;
}

.about-container img {
    display: block;
    margin: 2em auto;
    text-align: center;
}

.about-container > span {
    display: block;
    margin: 2em 0;
}


/* Galeria */
.fiv-inner {
    border-radius: 0;
    border-style: none;
    border-width: 0;
    display: inline-block;
    margin: 4em 0;
    padding: 0;
    position: relative;
}

body .fiv-active > img {
    height: auto;
    width: 100%;
}

/* Noticias */
#noticias .latest-posts article {
    margin: 1em 0;
}


/* Checkout */

#pagseguro-icon-ticket {
    background: rgba(0, 0, 0, 0) url("../images/transparent-checkout-icons.png") no-repeat scroll right top;
    display: block;
    float: none;
    height: 51px;
    margin: 10px auto;
    text-align: center;
    width: 51px;
}


.checkout-container {
  float: none;
  margin: 0 auto;
}

.checkout_coupon {
    margin-top: 2em;
    text-align: center;
    width: 100%;
}

#finalizar-compra input {
    border: 1px solid #dedede;
    padding: 7px 10px;
    width: 100%;
}

#checkout input {
	border: 1px solid #dedede;
    padding: 7px 10px;
    width: 100%;
}

#escaja input {
	border: 1px solid #dedede;
    padding: 7px 10px;
    width: 100%;
}

#place_order:hover {
	background-color: #202020;
}

#finalizar-compra input:focus {
  background-color: #f8f8f8;
}

#escaja input:focus {
  background-color: #f8f8f8;
}



#coupon_code {
    max-width: 300px;
}

.form-row .button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #202020;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 136px !important;
    margin-top: 1em;
}

.order-path {
    background-color: #f8f8f8;
    color: #adadad;
    padding: 3em;
}

.order-path-container {
    margin: 0 auto;
    max-width: 700px;
}

.order-path .path-active {
  color: #202020;
}

.order-path h4 {
    float: left;
    margin-right: 10px;
}

.order-path p {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
}

.order-path span {
    display: block;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.woocommerce-billing-fields h3 {
    border-bottom: 1px solid #eee;
    font-size: 1.2em;
    padding-bottom: 1em;
}

abbr[title], abbr[data-original-title] {
    border-bottom: medium none;
    cursor: default;
    color: #a1a1a1;
    text-decoration: none;
}

.woocommerce-billing-fields label {
    font-size: 1em;
    font-weight: normal;
}

.shipping_address label {
    font-size: 1em;
    font-weight: normal;
}

#billing_country_field > strong {
    border: 1px solid #eee;
    display: block;
    font-weight: normal;
    padding: 7px 10px;
}

.woocommerce-billing-fields .select2-container .select2-choice {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 7px 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.woocommerce-billing-fields p {
    margin-bottom: 1.5em;
}

.shipping_address .select2-container .select2-choice {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 7px 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.shipping_address p {
    margin-bottom: 1.5em;
}


#ship-to-different-address {
    display: block;
    float: left;
    font-size: 1em;
    position: relative;
    width: 100%;
    margin-top: 0;
}

#ship-to-different-address label {
  font-size: 1em;
  font-weight: bold;
  float: left;
}

.shipping_address #ship-to-different-address-checkbox {
    clear: right;
    display: inline-block;
    float: left;
    margin-left: 7px;
    position: relative;
    top: 7px;
    width: 17px;
}


.woocommerce-shipping-fields #ship-to-different-address-checkbox {
    clear: right;
    display: inline-block;
    float: left;
    margin-left: 7px;
    position: relative;
    top: 7px;
    width: 17px;
}

#shipping_country_field > strong {
    border: 1px solid #eee;
    display: block;
    font-weight: normal;
    padding: 7px 10px;
}

.create-account label {
  font-size: 1em;
  font-weight: bold;
  float: left;
}

#createaccount {
    clear: right;
    display: inline-block;
    float: none;
    margin-left: 7px;
    position: relative;
    top: 7px;
    width: 17px !important;
}

.checkout.woocommerce-checkout > h3 {
    border-bottom: 1px solid #eee;
    float: left;
    font-size: 1.2em;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    width: 100%;
}

#payment ul {
    list-style: outside none none;
    padding: 0;
}

.pagseguro-label {
    display: block;
    font-weight: normal;
}

.pagseguro-container {
    margin: 2em 0;
    text-align: center;
    width: 100%;
}

.woocommerce #payment ul.payment_methods li #pagseguro-payment-methods li.active, .woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods li.active {
    background-color: #f8f8f8;
    border: none !important;
    border-radius: 0;
}

.woocommerce #payment ul.payment_methods li #pagseguro-payment-methods label, .woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods label {
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: normal !important;
    padding: 5px 10px;
}

.woocommerce #payment ul.payment_methods li #pagseguro-payment-methods li, .woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods li {
    border-color: transparent transparent #bbb;
    border: none !important;
    border-radius: 0 !important;
    display: block;
    float: left;
    list-style: outside none none;
    padding: 0;
}

#pagseguro-payment-methods li:first-child {
  margin-left: 0 !important;
}

#pagseguro-payment-methods li:hover {
  background-color: #f8f8f8;
}

.create-account > p:first-child {
    text-align: left;
    text-indent: -106px;
}

.login {
    float: none;
    margin: 2em auto;
    max-width: 540px;
    width: 100%;
}

.login label {
  font-weight: normal;
  font-size: 1em;
}

.inline {
    margin-left: 10px;
}

.inline > input {
    float: left;
    margin-right: 6px;
    width: 10px !important;
}

.table-header {
  display: none;
}

#order_review_heading {
  margin-bottom: 0;
}

.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  padding-right: 0;
}

.cart-subtotal {
    border-bottom: 1px solid #eee;
    height: auto;
    padding: 2em 0;
    width: 100%;
}

.cart_totals {
    float: left;
    width: 100%;
}

.subtotal-title {
  padding-left: 0;
}

.subtotal-value {
  padding-right: 0;
  text-align: right;
  color: #a8a8a9;
}

.shipping-table-container {
  width: 100%;
  float: left;
}

.shipping-table-container #shipping_method .shipping_method {
    float: left;
    margin-right: 10px;
    width: 13px;
}

.shipping-table-container #shipping_method {
  padding: 1em 0;
}

.shipping-table-container .order-total {
  background-color: #f8f8f8;
  float: left;
  width: 100%;
}

.order-total-title {
  padding-left: 0;
}

.order-total-value {
  padding-right: 0;
  text-align: right;
}

.shipping-table-container .cart-subtotal {
  margin-bottom: 1em;
}

.shipping-table-container .order-total {
    background-color: #f8f8f8;
    float: left;
    font-size: 15px;
    padding: 20px;
    width: 100%;
}

#pagseguro-credit-card-form label {
  font-weight: normal;
}

#pagseguro-credit-card-form small {
  color: #a1a1a1;
}

#pagseguro-credit-card-form .required {
  color: #a1a1a1;
}

#pagseguro-credit-card-form input {
  padding: 7px 10px !important;
  font-size: 1em !important;
}

#pagseguro-card-installments-field > select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 1em !important;
    padding: 7px 10px !important;
}

#place_order {
    background-color: #42be7f;
    color: #fff;
    padding: 20px 10px !important;
    width: 100% !important;
}

#pagseguro-credit-card-form p {
  margin-bottom: 1.5em;
}

/* ------ THANK YOU ------ */

.woocommerce-thankyou-order-received {
    display: block;
    margin-top: 2em;
    text-align: center;
}

.woocommerce-thankyou-order-details.order_details {
    list-style: outside none none;
    padding: 0;
    text-align: center;
}

.thanks {
    display: block;
    font-size: 1.4em;
    margin-top: 2em;
    text-align: center;
}

.thanks-container {
  text-align: center;
}

.order_details {
    padding: 0;
}

.order_details li {
    list-style: outside none none;
    text-align: center;
}

.sucess-container {
    float: none;
    margin: 0 auto;
}

.order-details-title {
    border-bottom: 1px solid #eee;
    font-size: 1.3em;
    margin-top: 3em;
    padding-bottom: 1em;
    width: 100%;
    float: left;
}

.order_item {
    float: left;
    width: 100%;
}

.product-total {
  text-align: right;
  padding: 0;
}

.review-items {
    float: left;
    margin: 5px 0;
    width: 100%;
}

.review-items > div {
  padding: 0;
}

.review-total {
  text-align: right;
}

.review-items:last-child {
  background-color: #f8f8f8;
  padding: 20px;
}

/* ------ Colecoes ------ */

.colecoes-container {
    float: left;
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.colecoes-container a:hover {
  color: #202020;
}

.ly-1-hv:hover .thumb-ly-1 {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cv-hv:hover .thumb-cv {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fl-hv:hover .thumb-fl {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.al-hv:hover .thumb-al {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sd-hv:hover .thumb-sd {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.copy-thumb {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 92%;
    justify-content: center;
    left: 6%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: -2%;
    width: 88%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.colecoes-container span {
    color: #bbb;
    font-size: 0.8em;
    text-transform: uppercase;
}

.colecoes-container h3 {
    font-size: 1.2em;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

.lookbook-container {
    margin: 60px 0;
    text-align: center;
}

.lookbook-container > img {
    margin: 10px 0;
}

.colecoes-container div {
    margin: 1em 0;
}

/* ----- contato ----- */


body .wpforms-container .wpforms-required-label {
    color: #a1a1a1;
    font-weight: normal;
}

.contato-container {
  margin-top: 3em;
}


body .wpforms-confirmation-container-full {
    background-color: #f8f8f8;
    border: medium none;
    margin: 0;
    padding: 2em;
    text-align: center;
}

body .contato-container .wpforms-submit {
    background-color: #fff;
    border: 1px solid #202020;
    border-radius: 0;
    color: #202020;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 13px 40px;
    text-transform: uppercase;
    float: right;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .contato-container .wpforms-submit:hover {
	background-color: #202020;
	color: #fff;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Informações Gerais */

.infos-gerais h2 {
    border-bottom: 1px solid #eee;
    font-size: 1.5em;
    margin-bottom: 1em;
    margin-top: 2em;
    padding-bottom: 0.5em;
}

.infos-gerais {
    margin: 3em auto 0;
    max-width: 700px;
}

.infos-gerais h5 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2em;
}


/* View Order */

.woocommerce-view-order .woocommerce {
    margin: 3em auto 0;
    max-width: 750px;
    text-align: left;
    width: 100%;
}

.woocommerce-view-order .woocommerce h2 {
	border-bottom: 1px solid #eee;
    float: left;
    font-size: 1.3em;
    margin-top: 3em;
    padding-bottom: 1em;
    width: 100%;
}

.woocommerce-view-order .woocommerce .order-info {
	text-align: center;
}

.woocommerce-view-order .woocommerce ol {
	padding: 0;
	list-style: none;
}

.woocommerce-view-order .woocommerce .description {
	max-width: 100%;
	margin: 0;
}

.woocommerce-view-order .woocommerce .meta {
    font-weight: bold;
}

mark, .mark {
    background-color: #eee;
    padding: 0.2em;
}

/* Cuidados */

.col-md-6.cuidados > p {
    display: inline-block;
    margin: 0 0 0 10px;
}

.col-md-6.cuidados {
    margin: 10px 0;
}

.cuidados-container {
    display: block;
    float: left;
    margin-bottom: 2em;
    width: 100%;
}





/* Slider */

.slide-wrap {
    background-color: #000;
}

.slide-wrap img {
	opacity: 0.7;
}

h1.slide-title {
    display: none;
}

.slider-content {
	color: #fff;
	text-shadow: none;
}

.slider-short-content a {
	border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 2em auto 0;
    padding: 10px;
    text-transform: uppercase;
    width: 150px;
    text-shadow: none;
}

.slider-short-content a:hover {
	background-color: #fff;
	color: #000;
}

.slider-short-content span {
	font-family: Lora,serif;
    font-size: 1.5em;
    font-style: italic;
    text-shadow: none;
    font-weight: 100;
}

.slider-short-content .copy-container h2 {
	margin: 0;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
}

.banner {
	display: none;
}

.slick-image-slide.slick-slide.slick-current.slick-active {
	height: auto;
}

/* Cart Updates */
.shop_table_responsive .coupon label {
    display: block;
    text-align: center;
    margin-top: 2em;
}

.shop_table_responsive .coupon {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

input#coupon_code {
    padding: 8px;
    width: 100%;
    display: block;
    max-width: none;
    margin: 2em 0;
}

.coupon .button {
    margin: 0 auto;
    display: table;
}

.update-cart {
	margin: 2em auto 0;
	display: table;
}

.cart_item div {
    height: 100%;
    max-height: 180px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.single-product .related h2 {
    display: none;
}

.images .carousel-control {
	color: #202020;
	background-image: none;
}




/* ------ QUERIES ------ */

@media (max-width: 1400px) {
	.wpsisac-slick-slider {
    background: #f1f1f1;
    height: 430px;
}
}

@media (max-width: 1200px) {

  /* Featured */
  .featured .no-padding {
    padding: 0 5px;
  }

  .small-box.top-box {
    margin-bottom: 33px;
  }

  .featured > .container {
    width: 100%;
  }

  /* Latest */

  .latest .container {
    width: 100%;
  }

  /* Shop */


  .products .product {
    margin: 40px auto 0;
  }
  
  .wpsisac-slick-slider {
    background: #f1f1f1;
    height: 360px;
}

}

@media (max-width: 992px ) {


	/* Home */
	
	.wpsisac-slick-slider-1.wpsisac-slick-slider.design-2.slick-initialized.slick-slider {
		display: none;
	}
	
	.banner {
		display: block;
	}
	
	
	.nav-items {
    float: right;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    top: 20px;
}

	.top-menu-container {
		display: block;
		float: none;
		margin-bottom: 0;
		text-align: center;
		max-width: 100%;
	}
	
	.top-menu-container > div {
		float: none;
		padding: 0;
	}
	
	.container.top-menu {
    margin-top: 80px;
}

.footer-menu {
	width: 100%;
}

.gallery iframe {
    max-width: 339px;
    width: 100% !important;
}

.footer-menu > li {
    display: block;
    float: none;
    margin: 10px 0;
    text-align: center;
}

.navbar-head .container > a {
    position: absolute;
    top: 35px;
}
	
  .container {
    width: 100%;
  }

  /* Featured */
  .small-box.top-box {
    margin-bottom: 29px;
  }

 .featured > .container {
   width: 100%;
 }

 /* Latest */

 .latest .container {
   width: 100%;
 }

 /* Newsletter */

 .newsletter-title {
   text-align: center;
   margin-bottom: 40px;
   width: 100%;
 }

 .newsletter label {
   width: 100%;
 }
 .newsletter .newsletter-btn {
   margin-top: 50px;
 }

 .newsletter-btn .button {
   margin: 0 auto;
 }

 /* Footer */
 .links-container {
   display: flex;
   float: left;
   height: auto;
   width: 100%;
   margin-bottom: 3em;
 }

 .footer-links {
   width: auto;
   text-align: center;
   margin: 0 auto;
 }

 #mc-embedded-subscribe-form {
   float: left;
   width: 100%;
 }

 .newsletter-title {
   margin-bottom: 1em;
 }

 .newsletter-title label {
   float: none;
   text-align: center;
   margin-bottom: 1em;
 }

 .newsletter-form .email {
   margin-bottom: 1em;
 }

 .newsletter-btn {
   padding-right: 15px;
 }

 .bottom-links {
   display: flex;
   float: left;
   width: 100%;
   margin-bottom: 1em;
 }

 .bottom-links ul {
   margin: 0 auto;
 }

 .middle-links {
     float: left;
     width: 100%;
     margin-bottom: 1em;
 }

 .right-links {
   float: left;
   text-align: center;
   width: 100%;
   margin-bottom: 1em;
 }


 /* Shop */
 .dropup, .dropdown {
   margin: 1em 0;
 }

/* Product */
 .summary.entry-summary.col-md-6 {
    padding: 3em 0;
}

.product-container .product .images {
    position: relative;
    top: 32px;
}

/* Cart */

.product-thumbnail img {
	position: relative;
	top: 20%;
}

.product-thumbnail {
    height: 180px;
}

.cupom-input input {
    padding: 7px 10px;
    width: 36%;
}

.actions .col-md-2 > .button {
    margin-top: 2em;
    width: 100%;
}


}

@media (max-width: 768px ) {
	
	div#responsive-menu-search-box {
	display: none;
}

#responsive-menu-container {
	background: #000 !important;
}


ul#responsive-menu {
    top: 0;
    position: absolute;
    display: block;
    margin-top: 70px;
    text-align: center;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    color: #fff;
    background: none !important;
    border: none !important;
}

li#responsive-menu-item-524-es {
    padding: 15px;
}

li#responsive-menu-item-524-br{
    padding: 15px;
}



	/* Cuidados */
	.col-md-6.cuidados {
		text-align: center;
	}
  /* Banner e Nav */

  .ehu-top-relative {
	  display: none;
  }


  .covervid-video {
	  display: none;
  }

  .banner {
    height: 90vh;
    top: -106px;
  }

  .nav-bar {
    padding-left: 1em;
  }

  /* Featured */
  article.small-box,
  article.large-box {
    max-width: 361px;
    margin: 0 auto 29px;
  }

  .no-padding {
    padding: 0;
  }

  .small-box.bottom-box {
    margin-bottom: 29px;
  }

  /* Latest */

  .latest .products .product {
    margin: 40px auto 0;
    max-width: 263px;
    padding: 0;
  }

  .latest .products {
    margin-top: 0;
  }

  /* Loja */

  .products .product {
    margin: 40px auto 0;
    max-width: 263px;
    padding: 0;

  }



  .products {
    margin-top: 0;
  }

  /* Sucesso */
  .order-path-container {
    text-align: center;
  }

  .order-path-container > div {
    margin: 1em 0;
  }

  /* Footer */
  .links-container {
    display: flex;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 3em;
  }

  .footer-links {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }

  #mc-embedded-subscribe-form {
    float: left;
    width: 100%;
  }

  .newsletter-title {
    margin-bottom: 1em;
  }

  .newsletter-title label {
    float: none;
    text-align: center;
    margin-bottom: 1em;
  }

  .newsletter-form .email {
    margin-bottom: 1em;
  }

  .newsletter-btn {
    padding-right: 15px;
  }

  .bottom-links {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 1em;
  }

  .bottom-links ul {
    margin: 0 auto;
  }

  .middle-links {
      float: left;
      width: 100%;
      margin-bottom: 1em;
  }

  .right-links {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
  }

  /* Loja */
  .banner-shop .text {
    height: auto;
    max-width: 435px;
    width: 100%;
  }

  .banner-shop .text img {
    height: auto;
    max-width: 435px;
    width: 100%;
  }

  .banner-shop .text {
      height: auto;
      margin: 0 auto;
      max-width: 435px;
      padding-top: 5em;
      width: 100%;
  }

  .banner-shop {
    background-position: 30% center;
  }

  .dropup, .dropdown {
    margin: 1em 0;
  }

  /* Product */

  .product-container .product {
    flex-flow: column nowrap;
    overflow: hidden;
  }

  .product-container .product .images {

  }

  .product-container .product .summary {
    margin-bottom: 5em;
    z-index: 5;
  }

  .product-container .product .images {
      position: relative;
      margin-top: -100px;
  }

  #pagseguro-payment-methods input {
    float: right;
    position: absolute;
  }

/* Carrinho */
  .cart-header-container {
     display: none;
  }

  .cart_item .product-thumbnail {
    text-align: center;
  }

  .cart-items-container .product-name {
    text-align: center;
    margin-top: 10px;
    height: auto;
  }

  .cart-items-container .product-price {
    text-align: center;
    margin-top: 10px;
    height: auto;
  }

  .cart-items-container .product-quantity {
    margin-top: 10px;
    height: auto;
    text-align: center;
  }

  .cart-items-container .product-subtotal {
    margin-top: 10px;
    height: auto;
    text-align: center;
  }

  .actions .button, .return-to-shop .button {
    display: block;
    width: 100%;
  }

  .cupom-label > label {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .cupom-input {
    padding: 0;
  }

  .cupom-input input {
    margin-top: 20px;
  }

  #coupon_code {
    max-width: 100%;
  }

  .actions .col-md-2 > .button {
    margin-top: 20px;
    width: 100%;
}

.product-showcase-container-mobile {
    display: block;
}

.product-showcase-container {
	display: none;
}

/* Submit */
  #nf_submit_1 input {
    max-width: 100%;
  }

  /* Checkout */

  .product-thumbnail img {
	position: relative;
	top: 0;
	}

	.product-thumbnail {
	    height: auto;
	}

	.actions .col-md-2 > .button {
    margin-top: 2em;
    width: 100%;
}

.cupom-input {
    padding: 0 15px;
}

.cupom-input input {
    width: 100%;
}
	#pagseguro-payment-methods input[type="radio"] {
    display: block;
    width: 97%;
}


}

@media (max-width: 480px) {


}

/* Ajustes Finais */

dd.variation-Size {
    float: left;
    margin-left: 5px;
}

dt.variation-Size {
    float: left;
    margin-left: 10px;
}

.button.product_type_simple.ajax_add_to_cart {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 15px auto 0;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    max-width: 200px;
}


/* Modal */

.email-box-container {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    display: none;
    z-index: 1000;
}

.email-box-container .email-box {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	height: 100%;
	max-height: 400px;
	background-image: url('http://cofd.com.au/wp-content/uploads/2017/12/news-bg.jpg');
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 29px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -8px rgba(0,0,0,0.75);
position: relative;
}

.email-box-container .close-email-box {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: .3s ease all;
}

.email-box-container .close-email-box:hover {
    opacity: .5;
    cursor: pointer;
}

.email-box-container .vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.email-box-container .news-box-content {
    width: 80%;
    margin: 0 auto;
    max-width: 435px;
    color: #fff;
    font-family: OpenSans;
}

.email-box-container .news-box-content h3 {
	margin-bottom: 20px;
	font-size: 28px;
}

.email-box-container .news-box-content p {
	margin-bottom: 20px;
}


.email-box-container .news-sub {
    display: flex;
    flex-flow: row;
}

.email-box-container .news-box-content input[type="email"] {
    width: 100%;
    padding: 15px;
    margin-right: 20px;
    border-radius: 3px;
}

.email-box-container .news-box-content .button {
    padding: 15px;
    width: 100%;
    max-width: 200px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #30bb5a;
    border: none;
    border-radius: 3px;
    transition: .3s ease all;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px;
}

.email-box-container .news-box-content .button:hover {
	cursor: pointer;
	background-color: #269e4b;
}

div#mc_embed_signup {
    width: 100%;
}

input#mce-EMAIL {
    color: #000;
}