/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html {
    visibility: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}


ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    height: 18px;
    /* 3 */
    width: 18px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

strong {
    font-weight: bold;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

@font-face {
    font-family: Inter;
    src: url(fonts/Inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter-Light;
    src: url(fonts/Inter/Inter-Light.ttf);
}

@font-face {
    font-family: Inter-ExtraLight;
    src: url(fonts/Inter/Inter-ExtraLight.ttf);
}

@font-face {
    font-family: Inter-Thin;
    src: url(fonts/Inter/Inter-Thin.ttf);
}

@font-face {
    font-family: Inter-Bold;
    src: url(fonts/Inter/Inter-Bold.ttf);
}

.opened {
    display: block !important;
}

.hidden {
    display: none !important;
}

.mobile {
    display: none !important;
}

#header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}

#header .box-header {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 3.25vw;
    transition: 0.2s;
}

#header .box-header .logo {
    font-family: 'Inter-Light';
    font-size: 1.40625vw;
    color: #000;
    letter-spacing: 5px;
    flex-basis: auto;
}

#header .box-header .wrapper-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: auto;
    flex-grow: 1.8;
}

#header .box-header .box-img .logo {
    width: 8.75vw;
    height: 3.05vw;
}

#header .box-header .box-img .logo-cinza {
    background: url(images/logo.svg) no-repeat;
}

#header .box-header .box-img .logo-marrom {
    background: url(images/logo-quemsomos.svg) no-repeat;
}

#header .box-header .menu {
    width: auto;
    height: auto;
    display: flex;
    flex-basis: 36.5%;
    justify-content: space-between;
    align-items: center;
    margin-left: 8vw;
}

#header .box-header .menu-loja {
    width: auto;
    height: auto;
    display: flex;
    flex-basis: 20%;
    justify-content: space-between;
    align-items: center;
    margin-right: 1.5vw;
}

#header .box-header .menu li a,
#header .box-header .menu li,
#header .box-header .menu-loja li a,
#header .box-header .menu-loja li {
    font-family: 'Inter';
    font-size: 0.7291666666666666vw;
    color: #000;
    letter-spacing: 1px;
}

#header .menu li {
    position: relative;
}

#header .box-header .menu>li>a:hover,
#header .box-header>.menu>li:hover,
#header .box-header .menu-loja>li>a:hover,
#header .box-header>.menu-loja>li:hover {
    font-weight: 700;
    text-decoration: none;
}

#header .menu li:hover .sub-menu {
    display: block;
}

#header .box-header .menu>li>a {
    display: block;
    padding-bottom: 0;
    margin-top: 0;
}

#header .menu li .sub-menu {
    display: none;
    position: absolute;
    width: auto;
    min-width: 11.85vw;
    padding: 1.15vw 2vw;
    left: -2vw;
    background-color: #DFDFDD;
    z-index: 999;

}

#header .box-header .menu li .sub-menu a {
    font-family: 'Inter';
    font-size: 13px;
    color: #A55E5A;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: .925vw;
    display: block;
}

#header .box-header .menu li .sub-menu li:nth-last-of-type(1) a {
    margin-bottom: 0;
}

#header .wrapper-languages {
    position: absolute;
    top: 1vw;
    left: auto;
    right: 4.25vw;
}

#header .wrapper-languages {
    font-family: 'Inter';
    font-size: 0.7291666666666666vw;
    color: #000;
    letter-spacing: 1px;
}

#header .box-header .social {
    width: auto;
    height: auto;
    display: flex;
    flex-basis: 10%;
    justify-content: space-between;
    align-items: center;
}

#cart-count {
    display: inline-block;
}

#header .header-cart {
    display: flex;
}

#header .woo_amc_open_count {
    display: inline-block;
    width: fit-content !important;
    height: auto;
    position: initial;
    right: auto;
    top: auto;
    border-radius: 0;
    line-height: 1;
    text-align: center;
    font-family: 'Inter-Light';
    font-size: 0.7291666666666666vw;
    overflow: hidden;
    background-color: transparent;
    color: #000;
}

.container-home #search-icon {
    background: url(images/search.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    margin-right: 6.5vw;
    margin-bottom: 1.15vw;
}

.container-home #searchform {
    display: flex;
    align-items: flex-end;
    margin-right: 1.5vw;
    margin-bottom: 1.15vw;

}

.container-home #searchform a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 30px;
    font-family: 'Inter';
    font-size: 13px;
    text-transform: uppercase;
    color: #DFDFDD;
    background-color: #A05E5A;
    letter-spacing: 1px;
}

.container-home #searchform .campo_busca {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    color: #fff;
    width: 15vw;
}

.container-home #searchform ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.container-home #searchform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.container-home #searchform :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.container-home #searchform :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.container-home .hero {
    width: 100%;
    height: auto;
    margin-top: 11vw;
}

.container-home .hero .owl-hero .owl-item .item {
    width: fit-content;
    margin: 0 auto;
}

.container-home .hero .owl-hero .owl-item img {
    max-height: 31.927083333333332vw;
    object-fit: contain;
    object-position: center;
}

.container-home .hero .owl-hero .owl-item p {
    font-family: 'Inter';
    font-size: 0.7291666666666666vw;
    line-height: 1.5;
    margin-top: .75vw;
    letter-spacing: 0;
}

.container-home .wrapper-home {
    width: 100%;
    height: auto;
    margin-top: 6vw;
    position: relative;
}

.container-home .wrapper-home .box-txt {
    width: 21.354166666666664vw;
    height: auto;
}

.container-home .wrapper-home h2 {
    font-family: 'Inter-ExtraLight';
    font-size: 1.8229166666666667vw;
    letter-spacing: 0.625vw;
    margin-bottom: 2.5vw;
    padding-right: 5vw;
    line-height: 1.35;
}

.container-home .wrapper-home p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.65;
    letter-spacing: 1px;
}

.container-home .wrapper-home p.img-title {
    font-family: 'Inter';
    font-size: 0.7291666666666666vw;
    line-height: 1.5;
    text-align: right;
    margin-top: .75vw;
    letter-spacing: 0;
}

.container-home .wrapper-home a:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px solid #000;
}

.container-home .wrapper-home .home-arts-prints {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 7vw;
    padding-top: 3.5vw;
}

.container-home .wrapper-home .home-arts-prints a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6.770833333333333vw;
    height: 2.8125vw;
    font-family: 'Inter';
    font-size: 0.625vw;
    letter-spacing: 1px;
    border: 1px solid #000;
    border-radius: 8px;
    padding-bottom: .85vw;
    line-height: 2.75;
    margin-top: 1.5vw;
}

.container-home .wrapper-home .home-perfil {
    width: 71.5%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 7vw 0;
}

.container-home .wrapper-home .home-perfil a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7.8125vw;
    height: 2.8125vw;
    font-family: 'Inter';
    font-size: 0.625vw;
    letter-spacing: 1px;
    border: 1px solid #000;
    border-radius: 8px;
    padding-bottom: .85vw;
    line-height: 2.75;
    margin-top: 1.5vw;
}

.container-home .wrapper-home .home-perfil .box-img {
    z-index: 99;
}

.container-home .wrapper-home .home-edicao-limitada {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.container-home .wrapper-home .home-edicao-limitada a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6.770833333333333vw;
    height: 2.8125vw;
    font-family: 'Inter';
    font-size: 0.625vw;
    letter-spacing: 1px;
    border: 1px solid #000;
    border-radius: 8px;
    padding-bottom: .85vw;
    line-height: 2.75;
    margin-top: 1.5vw;
}

.container-tripolli {
    width: 82.60416666666667vw;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 11vw auto 0;
}

.container-tripolli .wrapper-top {
    width: 29.375vw;
    height: auto;
    margin: 0 auto;
}

.container-tripolli .wrapper-top p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.5;
}

.container-tripolli .wrapper-top .social ul {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    height: auto;
    margin-left: auto;
    margin-top: 1.5vw;
}

.container-tripolli .wrapper-top .social ul li:nth-of-type(1) {
    margin-right: 1.25vw;
}

.container-tripolli .wrapper-top .social ul li a.linkedin {
    display: block;
    width: 20px;
    height: 20px;
    background: url(images/linkedin.svg) no-repeat;
    background-size: contain;
}

.container-tripolli .wrapper-top .social ul li a.instagram {
    display: block;
    width: 20px;
    height: 20px;
    background: url(images/instagram.svg) no-repeat;
    background-size: contain;
}

.container-tripolli .wrapper-content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 5vw;
}

.container-tripolli .wrapper-content .content {
    width: 39.32291666666667vw;
    height: auto;
}

.container-tripolli .wrapper-content .content p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.5;
    margin-bottom: 1.5vw;
}

.container-tripolli .wrapper-content .linha-tempo {
    width: 34.607656250000005vw;
    height: auto;
}

.container-tripolli .wrapper-content .linha-tempo p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.5;
    margin-bottom: 1.5vw;
    color: #808080;
    text-align: justify;
}

.term-arts-prints .categorias-produtos {
    width: 100%;
    height: auto;
    margin: 11vw auto 35vw;
}

.term-arts-prints .categorias-produtos .wrapper-products {
    width: 67.70833333333334vw;
    height: auto;
    margin: 0 auto;
    justify-content: space-between;
}

.term-arts-prints .categorias-produtos .product {
    width: 27.604166666666668vw;
    height: auto;
    margin-bottom: 4vw;
    padding: 0;
}

.term-arts-prints .categorias-produtos .product img {
    width: 27.604166666666668vw;
    height: auto;
}

.term-arts-prints .categorias-produtos a.product:hover {
    color: #000;
}

.term-arts-prints .categorias-produtos .product .box-txt {
    margin-top: 1.5vw;
}

.term-arts-prints .categorias-produtos .product p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
}

.term-arts-prints .categorias-produtos .product p.title {
    text-transform: uppercase;
}


.term-edicao-limitada .categorias-produtos {
    width: 78.75vw;
    height: auto;
    margin: 11vw auto 0;
}

.term-edicao-limitada .categorias-produtos .wrapper-products {
    width: 100%;
    height: auto;
    margin: 0 auto;
    justify-content: space-between;
}

.term-edicao-limitada .categorias-produtos .product {
    width: 34.713541666666664vw;
    height: auto;
    margin-bottom: 2.5vw;
    padding: 0;
}

.term-edicao-limitada .categorias-produtos .product img {
    width: fit-content;
    height: auto;
}

.term-edicao-limitada .categorias-produtos a.product:hover {
    color: #000;
}

.term-edicao-limitada .categorias-produtos .product .box-txt {
    margin-top: 1.5vw;
}

.term-edicao-limitada .categorias-produtos .product p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
}

.term-edicao-limitada .categorias-produtos .product p.title {
    text-transform: uppercase;
}

.pagination {
    margin-top: 12vw;
    text-align: center;
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
}

.container-single-product {
    width: 100%;
    height: auto;
}

.container-single-product>.wrapper-product {
    width: 65.36458333333334vw;
    height: auto;
    margin: 11vw auto 0 12vw;
}

.container-single-product .product {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.container-single-product .product .woocommerce-product-gallery {
    width: 35.41666666666667vw !important;
    height: auto;
    float: none;
}

.container-single-product .product .summary {
    width: 21.354166666666664vw !important;
    height: auto;
    float: none;
    border: 1px solid #808080;
}

.container-single-product .product .summary h1 {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    text-transform: uppercase;
    margin-bottom: 2vw;
    padding: 2.5vw 2.5vw 0 2.5vw;
}

.container-single-product .product .summary p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
}

.container-single-product .product .summary .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: .25vw 0;
    margin: 1.5vw 2.5vw;
}

.container-single-product .wc-forward,
.product_meta {
    display: none !important;
}

.woocommerce-product-details__short-description {
    padding: 0 2.5vw;
    margin-bottom: 2vw;
}

.container-single-product .product .summary #product_total_price {
    margin-bottom: 2.5vw;
}

.container-single-product .product .summary #product_total_price .price {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    color: #000;
    padding: 0 2.5vw;
}

.container-single-product .product .summary .divisor {
    width: 100%;
    height: 1px;
    background-color: #808080;
}

.container-single-product .product .summary .single_add_to_cart_button,
.container-single-product .woocommerce button.button.alt:hover {
    margin: 1.25vw auto;
    display: block;
    float: none !important;
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    color: #000;
    font-weight: 100;
    background-color: #fff;
    border: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.container-single-product .produtos-relacionados {
    width: 67.70833333333334vw;
    height: auto;
    margin: 0 auto;
    justify-content: space-between;
}

.container-single-product .produtos-relacionados .product {
    width: 27.604166666666668vw;
    height: auto;
    margin-bottom: 4vw;
    padding: 0;
}

.container-single-product .produtos-relacionados .product img {
    width: 27.604166666666668vw;
    height: auto;
}

.container-single-product .produtos-relacionados a.product:hover {
    color: #000;
}

.container-single-product .produtos-relacionados .product .box-txt {
    margin-top: 1.5vw;
}

.container-single-product .produtos-relacionados .product p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
}

.container-single-product .produtos-relacionados .product p.title {
    text-transform: uppercase;
}

.container-single-product h2 {
    display: block;
    width: fit-content;
    border-bottom: 1px solid #000;
    font-family: 'Inter-Light';
    font-size: 0.8333333333333334vw;
    margin: 7.5vw auto 8.5vw;
    padding-bottom: 1.5vw;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
    width: 100%;
    height: 2.083333333333333vw;
}

.wpcf7 textarea {
    width: 100%;
}

.wpcf7 .item {
    margin-bottom: 1.5vw;
}

.wpcf7 .item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.wpcf7 .item label {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
}

.single-product .uk-button {
    margin: 1.25vw auto;
    display: block;
    float: none !important;
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    color: #000;
    font-weight: 100;
    background-color: #fff;
    border: none;
    border-top: 1px solid #000;
    text-transform: capitalize;
    padding: 1.5vw 0 0.5vw;
}

.wpcf7 .item input[type="submit"] {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    border: none;
    background: none;
    margin-left: auto;
    display: block;
}

#modal-center {
    z-index: 9999;
}

.container-livros {
    width: 100%;
    height: auto;
    position: relative;
}

.wrapper-livros {
    width: 78.28125vw;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: row wrap;
    margin: 11vw auto 0;
}

.container-livros .livro {
    width: 31.5%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 6vw;
}

.wrapper-livros::after {
    content: "";
    width: 31.5%;
    display: block
}

.container-livros .livro .wrapper {
    max-width: 21.875vw;
    height: auto;
}

.container-livros .livro:nth-of-type(3n+2) .wrapper {
    margin-left: 2.175vw;
}

.container-livros .livro:nth-of-type(3n+3) .wrapper {
    margin-left: auto;
}

.container-livros .livro .box-img img {
    width: fit-content;
    height: auto;
}

.container-livros .livro .box-txt {
    margin-top: 1.5vw
}

.container-livros .livro .box-txt p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
}

.container-contato {
    width: 100%;
    height: auto;
    margin: 11vw auto 0;
}

.nf-form-fields-required {
    display: none !important;
}

.nf-before-form-content,
.ninja-forms-req-symbol {
    display: none !important;
}

.container-contato .wrapper {
    width: 33.177083333333336vw;
    height: auto;
    margin: 0 auto;
}

.container-contato h1 {
    font-family: 'Inter-Light';
    font-size: 1.875vw;
    letter-spacing: 10px;
    line-height: 1.75;
}

.container-contato p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
}

.container-contato #nf-form-1-cont {
    margin-top: 2.5vw;
}

.container-contato #nf-form-1-cont label {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    font-weight: 400;
}

.container-contato #nf-form-1-cont .nf-form-content input:not([type=button]) {
    width: 100%;
    height: 30px;
    background-color: #fff;
}

.container-contato #nf-form-1-cont .nf-form-content textarea {
    width: 100%;
    height: 140px;
    background-color: #fff;
}

.container-contato #nf-form-1-cont .nf-form-content #nf-field-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6.770833333333333vw;
    height: 2.8125vw;
    font-family: 'Inter';
    font-size: 0.625vw;
    letter-spacing: 1px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 0;
    line-height: 1;
    margin-top: 0;
    margin-left: auto;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
}

.container-contato #nf-form-1-cont .nf-form-content #nf-field-4:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px solid #000;
}

.container-comocomprar {
    width: 71.35416666666666vw;
    height: auto;
    margin: 13vw auto 0;
}

.container-comocomprar h1 {
    font-family: 'Inter-Light';
    font-size: 1.875vw;
    letter-spacing: 10px;
    line-height: 1.25;
    margin-bottom: 1.5vw
}

.container-comocomprar p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
    margin-bottom: 1.5vw;
}

.container-comocomprar li {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
    margin-bottom: 1.5vw;
}

.woo_amc_bg.woo_amc_show {
    display: none !important;
}

.woo_amc_container_wrap.woo_amc_show,
.woo_amc_container_side {
    width: 32.5vw !important;
    height: 36.5vw;
}

.woo_amc_container_side .woo_amc_center {
    margin: 0 auto;
    max-width: 100% !important;
    width: 100%;
}

.woo_amc_container_wrap {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
}

.woo_amc_head_title {
    font-family: 'Inter-Light';
    font-size: 1.4583333333333333vw !important;
    padding-left: 1vw !important;
    color: #000 !important;
}

.woo_amc_head {
    height: 5.208333333333334vw !important;
    background-color: #f1f1f1 !important;
}

.woo_amc_items_scroll {
    position: absolute;
    left: 0;
    right: 0;
    top: 5.208333333333334vw !important;
    bottom: 10.416666666666668vw !important;
}

.woo_amc_item_total_price {
    display: none !important;
}

.woo_amc_item_title {
    font-family: 'Inter-Light';
    font-size: 0.7291666666666666vw !important;
    color: #000 !important;
}

.woo_amc_item_wrap {
    background: #fff !important;
}

.woo_amc_item_price_label {
    display: none !important;
}

.woo_amc_item_price_wrap .woocommerce-Price-amount {
    font-family: 'Inter-Light';
    font-size: 0.7291666666666666vw !important;
    color: #000 !important;
}

.woo_amc_close {
    background: url(images/seta.svg) no-repeat;
}

.woo_amc_close svg {
    display: none !important;
}

.woo_amc_close {
    width: 22px !important;
    height: 15px;
}

.woo_amc_footer .woo_amc_flex {
    height: 90px;
    flex-direction: column;
}

.woo_amc_item_delete {
    width: 1.6666666666666667vw !important;
    height: 1.6666666666666667vw !important;
    background: url(images/close.svg) no-repeat;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.woo_amc_item_delete svg,
.woo_amc_item_quanity_minus svg,
.woo_amc_item_quanity_plus svg {
    display: none !important;
}

.woo_amc_item_quanity_minus {
    width: 9px;
    height: 16px;
    background: url(images/minus.svg) no-repeat;
}

.woo_amc_item_quanity_plus {
    width: 9px;
    height: 16px;
    background: url(images/plus.svg) no-repeat;
}

input.woo_amc_item_quanity {
    font-family: 'Inter-Light';
    font-size: 0.7291666666666666vw !important;
}

.wrapper-left {
    width: fit-content;
    height: auto;
}

.woo_amc_item_content {
    display: flex;
    align-items: center;
    margin-left: 2vw !important;
    width: 20vw;
    justify-content: space-between;
}

.woo_amc_item_content .woo_amc_item_quanity_wrap {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-left: 6.5vw;
}

.woo_amc_item {
    display: flex;
    align-items: center;
}

.woo_amc_item_wrap {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
}

.woo_amc_footer_products {
    display: none !important;
}

.woo_amc_item_title a {
    font-family: 'Inter-Light';
    font-size: 0.7291666666666666vw !important;
}

.woo_amc_item_title {
    line-height: 150%;
    padding-right: 0 !important;
}

.woo_amc_footer .woo_amc_flex {
    height: auto !important;
}

.woo_amc_footer {
    background: #fff !important;
}

.woo_amc_footer_w50:nth-of-type(1) {
    width: 22.395833333333336vw;
    height: auto;
}

.woo_amc_footer_w50:nth-of-type(2) {
    width: 100% !important;
    background-color: #f1f1f1 !important;
    padding-top: 2.25vw !important;
    padding-bottom: .75vw !important;
}

.woo_amc_footer_w50:nth-of-type(2) .woo_amc_footer_link {
    width: 22.395833333333336vw;
    height: auto;
    background-color: #000 !important;
    text-align: center !important;
    padding: .964vw 0 !important;
    font-family: 'Inter-Light';
    font-size: 0.8333333333333334vw !important;
    letter-spacing: 6px;
}

.woo_amc_footer_total .woo_amc_label {
    color: #000 !important;
}

.woo_amc_footer:hover {
    opacity: 1 !important;
}

.woo_amc_footer_lines {
    padding-left: 0 !important;
    width: 100%;
}

.woo_amc_footer_total {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: 'Inter-Light';
    font-size: 0.9375vw !important;
    text-transform: uppercase;
    margin-bottom: 2.75vw;
}

.woo_amc_footer_total .woocommerce-Price-amount {
    font-family: 'Inter-Light';
    font-size: 0.9375vw !important;
    color: #000 !important;
}


.wrapper-minha-conta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: auto;
    margin: 11vw auto 0;
}

.wrapper-minha-conta .box-img,
.wrapper-minha-conta .box-img img {
    width: 45vw;
    height: auto;
}

.page-template-minha-conta .col-2 {
    display: none;
}

.woocommerce-form-login__rememberme {
    display: none !important;
}

.woocommerce-form-login .acessar {
    width: fit-content;
    height: auto;
}

.woocommerce-form-login .acessar button {
    margin-right: 0 !important;
}

.woocommerce-form-login .wrapper {
    display: flex;
    justify-content: space-between;
}

.woocommerce-form-login .form-row-wide {
    width: 47.5%;
    height: auto;
}

.wrapper-minha-conta .wrapper-login {
    width: 40.15625vw;
    height: auto;
    border: 1px solid #808080;
}

.wrapper-minha-conta .wrapper-login #customer_login .col-1 {
    float: none;
    width: 100%;
    padding: 5vw 3vw 2vw;
}

.wrapper-minha-conta .wrapper-login #customer_login .col-1 .bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}

.wrapper-minha-conta .wrapper-login #customer_login .col-1 .lost-register {
    width: fit-content;
}

.wrapper-minha-conta .wrapper-login #customer_login .col-1 .lost-register p {
    font-family: 'Inter-Light';
    font-size: 0.625vw;
    text-decoration: underline;
    line-height: 1.5;
}

.woocommerce form.login {
    border: none;
    margin: 1.5vw 0 0;
    padding: 0;
}

.wrapper-minha-conta .wrapper-login #customer_login .col-1 h2 {
    font-family: 'Inter-Light';
    font-size: 2.083333333333333vw;
}

.wrapper-minha-conta .wrapper-login #customer_login .col-1 p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
}

.wrapper-minha-conta .woocommerce form .form-row .required {
    display: none;
}

.wrapper-minha-conta .woocommerce form .form-row input.input-text {
    height: 2.083333333333333vw;
}

.wrapper-minha-conta .woocommerce button.button {
    font-family: 'Inter-Light';
    font-size: 0.8333333333333334vw;
    background-color: #000;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    width: 8.90625vw;
    height: 2.5520833333333335vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin-top: 1.5vw;
}

.wrapper-minha-conta-logged {
    width: 90%;
    margin: 11vw auto 20vw;
}

.wrapper-minha-conta-logged .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.wrapper-minha-conta-logged .woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    margin-bottom: 1vw;
}

.woocommerce-MyAccount-content {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.5;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%;
}

.woocommerce-Addresses {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3vw;
}

.woocommerce-Addresses .woocommerce-Address {
    width: 75% !important;
}

.woocommerce-Addresses .col-1 {
    margin-bottom: 5vw;
}

.woocommerce-Addresses .woocommerce-Address a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    width: 9vw;
    height: 2.5vw;
    font-size: 0.9375vw;
    font-family: 'Inter-Light';
    text-transform: uppercase;
    font-weight: 100 !important;
    border-radius: 0;
}

.woocommerce-address-fields__field-wrapper p {
    float: none !important;
    width: 100% !important;
}

.woocommerce form .form-row .select2-container {
    width: 100% !important;
}

.show-password-input {
    display: none !important;
}

.wrapper-carrinho {
    width: 85%;
    margin: 11vw auto 0;
}

.woocommerce table.shop_table {
    margin-top: 2.25vw;
}

.wrapper-carrinho .woocommerce button.button {
    display: block;
    background-color: #000;
    color: #fff;
    font-family: 'Inter-Light';
    font-size: 15px;
    font-weight: 300;
    border-radius: 0;
    text-transform: uppercase;
    padding: 7px 1vw;
    margin-top: 0;
}

.wrapper-checkout .shop_table th {
    font-family: 'Inter-Light';
    font-size: 16px;
    letter-spacing: 1px;
}

.wrapper-checkout .shop_table td,
.wrapper-checkout .variation,
#shipping_method label {
    font-family: 'Inter-Light';
    font-size: 16px;
    letter-spacing: 1px;
}

#shipping_method label {
    font-weight: 400;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 50%;
}

.wrapper-carrinho .woocommerce button.button {
    display: block;
    background-color: #000;
    color: #fff;
    font-family: 'Inter-Light';
    font-size: 15px;
    font-weight: 300;
    border-radius: 0;
    text-transform: uppercase;
    padding: 7px 1vw;
    margin-top: 0;
}

.wrapper-carrinho .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    padding: 7px 1vw;
}

.cart_totals h2 {
    font-family: 'Inter-Light';
    font-size: 18px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    font-family: 'Inter-Light';
    text-align: center;
    margin-bottom: 1em;
    font-size: 16px;
    padding: 1em;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff;
}

.wrapper-checkout {
    width: 85%;
    margin: 8vw auto 4vw;
}

.wrapper-checkout .woocommerce-notice,
.woocommerce-info {
    font-family: 'Inter-Light';
    font-size: 15px;
}

.wrapper-checkout h3 {
    font-family: 'Inter-Light';
    font-size: 18px;
}

.wrapper-checkout label {
    font-family: 'Inter-Light';
    font-size: 16px;
}

.woocommerce form .form-row input.input-text {
    height: 40px;
}

.wrapper-checkout form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce .col2-set .col-1 {
    width: 100%;
}

.wrapper-checkout form .col2-set,
.wrapper-checkout form #order_review {
    width: 48.5%;
}

.woocommerce-privacy-policy-text p {
    font-family: 'Inter-Light';
    font-size: 16px;
}

.woocommerce table.shop_table th {
    font-family: 'Inter-Light';
    font-size: 0.9375vw;
}

.woocommerce table.shop_table td * {
    font-family: 'Inter-Light';
    font-size: 0.9375vw;
}

.woocommerce table.shop_table td img {
    width: 7.5vw;
}

.wrapper-checkout form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper-checkout form .col2-set,
.wrapper-checkout form #order_review {
    width: 48.5%;
}

#order_review_heading {
    display: none !important
}

#paypal-brasil-button-container {
    margin-top: 2vw;
}

.container-galeria {
    width: 100%;
    height: auto;
    margin: 11vw auto 10vw;
    position: relative;
}

.container-galeria .box-txt {
    width: 90%;
    height: auto;
    margin: 0 auto 5vw;

}

.container-galeria .box-txt p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
    margin-bottom: 1.5vw;
}

.container-galeria .fotografo__container {
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 10vw;
}

.container-galeria .fotografo__container:nth-of-type(odd) {
    flex-flow: row-reverse wrap;
}

.container-galeria .fotografo__container .fotografo__wrapper {
    width: 30%;
}

.container-galeria .fotografo__container .owl-galeria {
    width: 65%;
    margin-top: 13.5vw;
}

.container-galeria .fotografo__container .fotografo__box-txt h2 {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
    text-transform: uppercase;
    margin-top: 1.5vw;
}

.container-galeria .fotografo__container .fotografo__box-txt p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
    margin-bottom: 1.5vw;
}

.container-galeria .fotografo__container .fotografo__box-img img {
    width: 100%;
}

.container-galeria .owl-galeria .owl-prev {
    width: 0.46572916666666664vw;
    height: 0.8333333333333334vw;
    background: url(images/prev.svg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    left: 2vw;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}

.container-galeria .owl-galeria .owl-next {
    width: 0.46572916666666664vw;
    height: 0.8333333333333334vw;
    background: url(images/next.svg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    left: auto;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%);
}

.container-galeria .owl-galeria .owl-prev span,
.container-galeria .owl-galeria .owl-next span {
    display: none;
}

.container-galeria .owl-galeria .item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.container-galeria .owl-galeria .item .box-img {
    width: 50%;
}

.container-galeria .owl-galeria .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.container-galeria .owl-galeria .item .box-txt {
    width: 50%;
    margin-left: 3vw;
    margin-bottom: 1.5vw;
}

.container-galeria .owl-galeria .item .box-txt .titulo {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
    text-transform: uppercase;
}

.container-galeria .owl-galeria .item .box-txt p {
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
    line-height: 1.75;
}

.woo_amc_open {
    display: none !important;
}


.footer {
    width: 100%;
    height: auto;
    margin-top: 7vw;
    padding-bottom: 2.5vw;
}

.footer p {
    font-family: 'Inter-Thin';
    font-size: 0.7291666666666666vw;
    line-height: 1.5;
    text-align: center;
}


.line-1 {
    width: 2px;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 9.85vw;
    z-index: -1;
}

.line-2 {
    width: 2px;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 31.5vw;
    z-index: -1;
}

.line-3 {
    width: 2px;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 39.15vw;
    z-index: -1;
}

.line-4 {
    width: 2px;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: auto;
    right: 38.5vw;
    z-index: -1;
}

.line-5 {
    width: 2px;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: auto;
    right: 30.5vw;
    z-index: -1;
}

.line-6 {
    width: 2px;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: auto;
    right: 9.9vw;
    z-index: -1;
}

.page-template-index {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-index #header,
.page-template-index footer {
    display: none;
}

.container-index {
    margin: 11vw auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.container-index .box-img img {
    width: fit-content;
    height: 32.03125vw;
}

.container-index .box-txt h1 {
    font-family: 'Inter-Light';
    font-size: 2.083333333333333vw;
    letter-spacing: 10px;
}

.container-index .box-txt a {
    display: block;
    width: fit-content;
    margin: 1.5vw auto;
    font-family: 'Inter-Light';
    font-size: 1.0416666666666665vw;
}

.page-template-galeria {
    min-height: auto !important;
}

@media(max-width: 768px) {

    .desk,
    .line {
        display: none !important
    }

    .mobile {
        display: flex !important;
    }

    .mark {
        display: none;
    }

    #header {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: #fff;
        padding: 0;
    }

    #header .box-header {
        width: 100%;
    }

    #header .logo {
        display: block;
        width: fit-content;
    }

    #header .menu-loja {
        width: fit-content;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: 0.5vw;
    }

    #header .uk-offcanvas-bar {
        background: #fff;
    }

    .uk-offcanvas-bar .uk-nav-default>li>a {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.65;
        letter-spacing: 1px;
        color: #000 !important;
    }

    .wrapper-header {
        width: 100%;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2.5vw;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    .menu-loja li .search {
        background: url(images/search.svg) no-repeat;
    }

    #header .menu-loja li a,
    #header .menu-loja li button {
        width: 22px;
        height: 22px;
        background-size: contain;
        display: block;
        position: relative;
    }

    .cart-count {
        width: 15px;
        height: 15px;
        position: absolute;
        right: -9px;
        top: -2px;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
        background: #000;
        color: #ffffff;
    }

    #header .woo_amc_open_count {
        display: inline-block;
        width: fit-content !important;
        height: auto;
        position: initial;
        right: auto;
        top: auto;
        border-radius: 0;
        line-height: 1.5;
        text-align: center;
        font-family: 'Inter-Light';
        font-size: 10px;
        overflow: hidden;
        background-color: transparent;
        color: #fff;
        z-index: 99;
    }

    #open {
        display: block;
        width: 23px;
        height: 25px;
        background: url(images/header-1.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }

    #close {
        display: block;
        width: 24px;
        height: 26px;
        background: url(images/header-2.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }

    #header .menu-loja li {
        margin-left: 7.5vw;
    }

    #header .wrapper-menu {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: auto;
        right: 0;
        z-index: 997;
        background-color: #fff;
        top: 22.5vw;
        padding-top: 0;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    #header .wrapper-menu .menu {
        margin-top: 15vw;
        padding: 0 2.5vw;
    }

    #header .menu li {
        position: relative;
        padding: 4vw 0;
        border-bottom: 1px solid #ccc;
    }

    #header .menu li a {
        font-family: 'Inter';
        font-size: 14px;
        color: #000;
        letter-spacing: 1px;
    }

    #header .logo {
        font-family: 'Inter-Light';
        font-size: 18px;
        color: #000;
        letter-spacing: 2px;
        flex-basis: auto;
    }

    #header {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0vw;
        left: 0;
        z-index: 999;
        background-color: #fff;
        padding: 9vw 0 0 0;
    }

    #header .wrapper-languages {
        position: absolute;
        top: 2.5vw;
        left: auto;
        right: 2.75vw;
    }

    #header .wrapper-languages {
        font-family: 'Inter';
        font-size: 14px;
        color: #000;
        letter-spacing: 1px;
    }

    .page-template-index #header,
    .page-template-index footer {
        display: none !important;
    }

    .container-index {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        width: 95%;
    }

    .container-index .box-txt h1 {
        font-family: 'Inter-Light';
        font-size: 24px;
        letter-spacing: 10px;
        margin-top: 5vw;
    }

    .container-index .box-txt a {
        display: block;
        width: fit-content;
        margin: 6.5vw auto;
        font-family: 'Inter-Light';
        font-size: 20px;
    }

    .container-index .box-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .container-home {
        margin-top: 25vw;
    }

    .container-home .hero {
        width: 95%;
        height: auto;
        margin: 12vw auto;
    }

    .container-home .hero .owl-hero .owl-item img {
        max-height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .container-home .hero .owl-hero .owl-item p {
        font-family: 'Inter';
        font-size: 14px;
        line-height: 1.5;
        margin-top: .75vw;
        letter-spacing: 0;
    }

    .container-home .wrapper-home .home-arts-prints {
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 7vw;
    }

    .container-home .wrapper-home .box-txt {
        width: 100%;
        height: auto;
    }

    .container-home .wrapper-home p.img-title {
        font-family: 'Inter';
        font-size: 14px;
        line-height: 1.5;
        text-align: right;
        margin-top: .75vw;
        letter-spacing: 0;
    }

    .container-home .wrapper-home h2 {
        font-family: 'Inter-ExtraLight';
        font-size: 18px;
        letter-spacing: 0.46875vw;
        margin-bottom: 2.5vw;
        padding-right: 5vw;
        line-height: 1.35;
    }

    .container-home .wrapper-home p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.65;
        letter-spacing: 1px;
    }

    .container-home .wrapper-home .home-arts-prints a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 135px;
        height: 50px;
        font-family: 'Inter';
        font-size: 16px;
        letter-spacing: 1px;
        border: 1px solid #000;
        border-radius: 8px;
        padding-bottom: 10px;
        line-height: 1.75;
        margin: 7.5vw auto 0;
    }

    .container-home .wrapper-home .home-perfil {
        width: 95%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin: 12.5vw auto;
    }

    .container-home .wrapper-home .home-perfil .box-txt {
        margin-top: 5vw;
    }

    .container-home .wrapper-home .home-perfil a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 175px;
        height: 50px;
        font-family: 'Inter';
        font-size: 16px;
        letter-spacing: 1px;
        border: 1px solid #000;
        border-radius: 8px;
        padding-bottom: 10px;
        line-height: 1.75;
        margin: 7.5vw auto;
    }

    .container-home .wrapper-home .home-edicao-limitada {
        width: 95%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
        margin: 0 auto;
    }

    .container-home .wrapper-home .home-edicao-limitada .box-txt {
        width: 100%;
        height: auto;
        margin-top: 7.5vw;
    }

    .container-home .wrapper-home .home-edicao-limitada a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 135px;
        height: 50px;
        font-family: 'Inter';
        font-size: 16px;
        letter-spacing: 1px;
        border: 1px solid #000;
        border-radius: 8px;
        padding-bottom: 10px;
        line-height: 1.75;
        margin: 7.5vw auto;
    }

    .container-tripolli .wrapper-top p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.5;
        margin-top: 2.5vw;
    }

    .container-tripolli .wrapper-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 5vw;
    }

    .container-tripolli .wrapper-content .content {
        width: 100%;
        height: auto;
    }

    .container-tripolli .wrapper-content .linha-tempo {
        width: 100%;
        height: auto;
    }

    .container-tripolli .wrapper-top {
        width: 100%;
        height: auto;
        margin: 7.5vw auto;
    }

    .container-tripolli .wrapper-content .content p {
        font-family: 'Inter-Light';
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 5vw;
    }

    .container-tripolli .wrapper-content .linha-tempo p {
        font-family: 'Inter-Light';
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 5vw;
        color: #808080;
        text-align: justify;
    }

    .container-tripolli .wrapper-top .social ul li:nth-of-type(1) {
        margin-right: 5vw;
    }

    .term-arts-prints .categorias-produtos {
        width: 95%;
        height: auto;
        margin: 25vw auto 35vw;
    }

    .term-arts-prints .categorias-produtos .wrapper-products {
        width: 100%;
        height: auto;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: column;
    }

    .term-arts-prints .categorias-produtos .product {
        width: 100%;
        height: auto;
        margin-bottom: 7.5vw;
        padding: 0;
    }

    .term-arts-prints .categorias-produtos .product img {
        width: 100%;
        height: auto;
    }

    .term-arts-prints .categorias-produtos .product p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
    }

    .woocommerce-Price-amount {
        font-family: 'Inter-Light';
        font-size: 16px !important;
        color: #000 !important;
    }

    .pagination {
        margin-top: 12vw;
        text-align: center;
        font-family: 'Inter-Light';
        font-size: 16px;
    }

    .term-edicao-limitada .categorias-produtos {
        width: 95%;
        height: auto;
        margin: 25vw auto;
    }

    .term-edicao-limitada .categorias-produtos .wrapper-products {
        width: 100%;
        height: auto;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: column;
    }

    .term-edicao-limitada .categorias-produtos .product {
        width: 100%;
        height: auto;
        margin-bottom: 7.5vw;
        padding: 0;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="email"] {
        width: 100%;
        height: 40px;
    }

    .wpcf7 .item label {
        font-family: 'Inter-Light';
        font-size: 18px;
        line-height: 1.75;
    }

    .term-edicao-limitada .categorias-produtos .product p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
    }

    .wpcf7 .item input[type="submit"] {
        font-family: 'Inter-Light';
        font-size: 18px;
        border: none;
        background: none;
        margin-left: auto;
        display: block;
    }

    .container-single-product>.wrapper-product {
        width: 95%;
        height: auto;
        margin: 20vw auto 10vw;
    }

    .container-single-product .product .woocommerce-product-gallery {
        width: 100% !important;
        height: auto;
        float: none;
    }

    .container-single-product .product .summary {
        width: 100% !important;
        height: auto;
        float: none;
        border: 1px solid #808080;
    }

    .container-single-product .product .summary h1 {
        font-family: 'Inter-Light';
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 2vw;
        padding: 2.5vw 2.5vw 0 2.5vw;
    }

    .container-single-product .product .summary p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
    }

    .container-single-product .product .summary .single_add_to_cart_button,
    .container-single-product .woocommerce button.button.alt:hover {
        margin: 8.25vw auto;
        display: block;
        float: none !important;
        font-family: 'Inter-Light';
        font-size: 16px;
        color: #000;
        font-weight: 100;
        background-color: #fff;
        border: none;
    }

    .container-single-product .product .summary #product_total_price {
        margin-bottom: 2.5vw;
        width: fit-content;
        margin-left: auto;
    }

    .container-single-product .product .summary .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080;
        padding: 2.5vw 0;
        margin: 7.5vw 2.5vw;
    }

    .container-single-product h2 {
        display: block;
        width: fit-content;
        border-bottom: 1px solid #000;
        font-family: 'Inter-Light';
        font-size: 16px;
        margin: 7.5vw auto 8.5vw;
        padding-bottom: 1.5vw;
    }

    .container-single-product .produtos-relacionados {
        width: 95%;
        height: auto;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: column;
    }

    .container-single-product .produtos-relacionados .product {
        width: 100%;
        height: auto;
        margin-bottom: 7.5vw;
        padding: 0;
    }

    .container-single-product .produtos-relacionados .product img {
        width: 100%;
        height: auto;
    }

    .container-single-product .produtos-relacionados .product p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
    }

    .woo_amc_container_wrap.woo_amc_show,
    .woo_amc_container_side {
        width: 100% !important;
        height: 100vh;
    }

    .woo_amc_item_title {
        font-family: 'Inter-Light';
        font-size: 16px !important;
        color: #000 !important;
    }

    .woo_amc_item_title a {
        font-family: 'Inter-Light';
        font-size: 16px !important;
    }

    .woo_amc_item_img {
        float: left;
        width: 100px;
        display: block;
        transition: 0.3s;
    }

    input.woo_amc_item_quanity {
        font-family: 'Inter-Light';
        font-size: 16px !important;
    }

    .woo_amc_item_delete {
        width: 18px !important;
        height: 18px !important;
        background: url(images/close.svg) no-repeat;
        top: 5% !important;
        transform: translateY(-50%) !important;
    }

    .woo_amc_head_title {
        font-family: 'Inter-Light';
        font-size: 22px !important;
        padding-left: 2.5vw !important;
        color: #000 !important;
    }

    .woo_amc_head {
        height: 15vw !important;
        background-color: #f1f1f1 !important;
    }

    .woo_amc_items_scroll {
        position: absolute;
        left: 0;
        right: 0;
        top: 15vw !important;
        bottom: 10.416666666666668vw !important;
    }

    .woo_amc_footer_total {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-family: 'Inter-Light';
        font-size: 16px !important;
        text-transform: uppercase;
        margin-bottom: 2.75vw;
    }

    .woo_amc_footer_total .woocommerce-Price-amount {
        font-family: 'Inter-Light';
        font-size: 16px !important;
        color: #000 !important;
    }

    .woo_amc_footer_w50:nth-of-type(1) {
        width: 75%;
        height: auto;
        margin-bottom: 3vw;
    }

    .woo_amc_footer_w50:nth-of-type(2) {
        width: 100% !important;
        background-color: #f1f1f1 !important;
        padding-top: 0 !important;
        padding-bottom: .75vw !important;
    }

    .woo_amc_footer_w50:nth-of-type(2) .woo_amc_footer_link {
        width: 100%;
        height: auto;
        background-color: #000 !important;
        text-align: center !important;
        padding: 3.964vw 0 !important;
        font-family: 'Inter-Light';
        font-size: 14px !important;
        letter-spacing: 6px;
    }

    .wrapper-carrinho {
        width: 95%;
        margin: 25vw auto 0;
    }

    .woocommerce table.shop_table td * {
        font-family: 'Inter-Light';
        font-size: 16px;
    }

    .woocommerce a.remove {
        display: block;
        font-size: 1.5em;
        height: 1em;
        width: 1em;
        text-align: center;
        line-height: 1;
        border-radius: 100%;
        color: red !important;
        text-decoration: none;
        font-weight: 700;
        border: 0;
        margin-left: auto;
    }

    .wrapper-checkout {
        width: 95%;
        margin: 25vw auto 10vw;
    }

    .wrapper-checkout form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: column;
    }

    .wrapper-checkout form .col2-set,
    .wrapper-checkout form #order_review {
        width: 100%;
    }

    .woocommerce table.shop_table th {
        font-family: 'Inter-Light';
        font-size: 16px;
    }

    .container-livros {
        width: 95%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-flow: row wrap;
        margin: 25vw auto;
    }

    .container-livros .livro {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 7.5vw;
    }

    .container-livros .livro .wrapper {
        max-width: 100%;
        height: auto;
    }

    .container-livros .livro .box-img img {
        width: 100%;
        height: auto;
    }

    .container-livros .livro .box-txt p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
    }

    .container-livros .livro:nth-of-type(3n+2) .wrapper {
        margin-left: 0;
    }

    .woo_amc_item_content {
        display: flex;
        align-items: center;
        margin-left: 2vw !important;
        width: 60vw;
        justify-content: space-between;
    }

    .container-contato .wrapper {
        width: 95%;
        height: auto;
        margin: 20vw ​auto;
    }

    .container-contato h1 {
        font-family: 'Inter-Light';
        font-size: 18px;
        letter-spacing: 6px;
        line-height: 1.75;
    }

    .container-contato p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
    }

    .container-contato #nf-form-1-cont label {
        font-family: 'Inter-Light';
        font-size: 16px;
        font-weight: 400;
    }

    .container-contato #nf-form-1-cont .nf-form-content #nf-field-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 120px;
        height: 40px;
        font-family: 'Inter';
        font-size: 16px;
        letter-spacing: 1px;
        border: 1px solid #000;
        border-radius: 8px;
        padding: 0;
        line-height: 1;
        margin-top: 0;
        margin-left: auto;
        background-color: #fff;
        color: #000;
        text-transform: uppercase;
    }

    .container-comocomprar {
        width: 95%;
        height: auto;
        margin: 25vw auto 0;
    }

    .container-comocomprar h1 {
        font-family: 'Inter-Light';
        font-size: 18px;
        letter-spacing: 6px;
        line-height: 1.25;
        margin-bottom: 5.5vw;
    }

    .container-comocomprar p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 5vw;
    }

    .container-comocomprar li {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 5vw;
        margin-left: 5vw;
    }

    li::marker {
        font-family: 'Inter-Light';
        font-size: 16px;
    }

    .wrapper-minha-conta-logged {
        width: 95%;
        margin: 20vw auto;
    }

    .wrapper-minha-conta-logged .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }

    .wrapper-minha-conta-logged .woocommerce-MyAccount-navigation ul li a {
        display: block;
        font-family: 'Inter-Light';
        font-size: 16px;
        margin-bottom: 3.5vw;
    }

    .woocommerce-MyAccount-content {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.5;
        margin-top: 10vw;
    }

    .wrapper-minha-conta-logged {
        width: 95%;
        min-height: 66vh;
        margin: 25vw auto;
    }

    .woocommerce-Addresses .woocommerce-Address a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #000;
        color: #fff;
        width: 125px;
        height: 40px;
        font-size: 16px;
        font-family: 'Inter-Light';
        text-transform: uppercase;
        font-weight: 100 !important;
        border-radius: 0;
        margin: 5vw;
    }

    .container-galeria {
        width: 95%;
        height: auto;
        margin: 25vw auto 10vw;
        position: relative;
    }

    .container-galeria .fotografo__container {
        width: 100%;
    }

    .container-galeria .fotografo__container:nth-of-type(odd) {
        flex-flow: row wrap;
    }

    .container-galeria .fotografo__container .fotografo__wrapper {
        width: 100%;
    }

    .container-galeria .fotografo__container .owl-galeria {
        width: 100%;
        margin-top: 13.5vw;
    }

    .container-galeria .owl-galeria .item .box-img {
        width: 100%;
    }
    .container-galeria .owl-galeria .item .box-img img{
        width: 100%;
    }
    .container-galeria .box-txt {
        width: 100%;
        height: auto;
        margin: 0 auto 10vw;
    }

    .container-galeria .box-txt p {
        font-family: 'Inter-Light';
        font-size: 20px;
        line-height: 1.75;
        margin-bottom: 5vw;
    }

    .container-galeria .fotografo__container .fotografo__box-txt h2 {
        font-family: 'Inter-Light';
        font-size: 20px;
        line-height: 1.75;
        text-transform: uppercase;
    }

    .container-galeria .fotografo__container .fotografo__box-txt p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
    }

    .container-galeria .owl-galeria .item .box-txt .titulo {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
        text-transform: uppercase;
    }

    .container-galeria .owl-galeria .item {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .container-galeria .owl-galeria .item img {
        width: 100%;
        height: auto;
    }

    .container-galeria .owl-galeria .item .box-txt {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 5vw;
    }

    .container-galeria .owl-galeria .item .box-txt h1 {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
        text-transform: uppercase;
    }

    .container-galeria .owl-galeria .item .box-txt p {
        font-family: 'Inter-Light';
        font-size: 16px;
        line-height: 1.75;
    }

    .woo_amc_item_price_wrap .woocommerce-Price-amount {
        font-family: 'Inter-Light';
        font-size: 16px !important;
        color: #000 !important;
    }

    .container-tripolli {
        width: 95%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 25vw auto 0;
    }

    .container-contato {
        width: 100%;
        height: auto;
        margin: 25vw auto 0;
    }

    .wrapper-minha-conta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 95%;
        height: auto;
        margin: 25vw auto 0;
    }

    .wrapper-minha-conta .box-img,
    .wrapper-minha-conta .box-img img {
        width: 100%;
        height: auto;
    }

    .wrapper-minha-conta .wrapper-login #customer_login .col-1 h2 {
        font-family: 'Inter-Light';
        font-size: 6.083333vw;
    }

    .wrapper-minha-conta .wrapper-login #customer_login .col-1 p {
        font-family: 'Inter-Light';
        font-size: 5.041667vw;
    }

    .woocommerce-form-login .form-row-wide {
        width: 100%;
        height: auto;
    }

    .wrapper-minha-conta .woocommerce form .form-row input.input-text {
        height: 8vw;
    }

    .wrapper-minha-conta .wrapper-login #customer_login .col-1 .lost-register p {
        font-family: 'Inter-Light';
        font-size: 3.625vw !important;
        text-decoration: underline;
        line-height: 1.5;
    }

    .wrapper-minha-conta .woocommerce button.button {
        font-family: 'Inter-Light';
        font-size: 3.833333vw;
        background-color: #000;
        color: #fff;
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding: 0;
        width: 38.90625vw;
        height: 9vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        margin-top: 1.5vw;
    }

    .wrapper-minha-conta .wrapper-login {
        width: 100%;
        height: auto;
        border: 1px solid #808080;
        margin-top: 5vw;
    }

    .footer p {
        font-family: 'Inter-Thin';
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }
}