/*
Theme Name: O REINO DAS VIRTUDES
Theme URI: https://www.elroi.com.br/
Description: Tema exclusivo O REINO DAS VIRTUDES
Author: Giordano Magalhaes
Author URI: https://www.elroi.com.br/

font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

/* -> GERAL */
html,
body {
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: rgba(77, 77, 77, 1.00);
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: auto;
}

a {
	color: rgba(18, 160, 189, 1.00);
	text-decoration: none;
}

a:link {
	color: rgba(18, 160, 189, 1.00);
	text-decoration: none;
}

a:visited {
	color: rgba(18, 160, 189, 1.00);
	text-decoration: none;
}

a:hover {
	color: rgba(0, 107, 128, 1.00);
	text-decoration: underline;
}

a:focus {
	color: rgba(18, 160, 189, 1.00);
	text-decoration: none;
}

a:active {
	color: rgba(18, 160, 189, 1.00);
	text-decoration: none;
}

img {
	max-width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w40 {
	width: 39%;
}

.w50 {
	width: 49%;
}

.w60 {
	width: 59%;
}

.dib {
	display: inline-block;
	vertical-align: top;
}

.mt20 {
	margin-top: 20px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.section-title {
	font-size: 36px;
	font-weight: 700;
	color: rgba(17, 17, 17, 1.00);
	text-align: center;
	text-transform: uppercase;
}

.section-sep {
	text-align: center;
}

.section-subtitle {
	max-width: 700px;
	margin: auto;
	font-size: 18px;
	color: rgba(26, 26, 26, 1.00);
	text-align: center;
}

.section-description {
	display: none;
}

.section-content {
	margin-top: 30px;
}

.conteudo {
	padding: 20px 0 50px;
}

.conteudo img {
	max-width: 100%;
	height: auto;
}

.conteudo-la {
	float: left;
	width: calc(100% - 380px);
	padding: 0 10px 0 0;
}

.conteudo-lb {
	float: right;
	width: 370px;
	padding: 0 0 0 10px;
}

.page-title {
	padding: 50px 24px;
	background-color: rgba(0, 0, 0, 0.80);
	text-align: center;
}

.page-title div {
	padding: 2px 0px;
	font-size: 40px;
	font-weight: 700;
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

.page-content {
	min-height: 250px;
}

.page-content-short {
	max-width: 800px;
	margin: auto;
}

.page-crumbs {
	margin-top: -60px;
	margin-bottom: 80px;
	text-align: center;
}

#crumbs {
	font-size: 14px;
	font-weight: 300;
	color: rgba(200, 200, 200, 1.00);
	margin: 5px 0;
}

#crumbs a {
	color: rgba(255, 228, 196, 1.00);
	transition: all 200ms linear;
}

#crumbs a:hover {
	color: rgba(255, 189, 111, 1.00);
	text-decoration: none;
}

.msg-aguarde {
	margin-top: 100px;
}

.sidebar .section-title {
	font-size: 30px;
	margin-bottom: 5px;
}

.sidebar-box {
	margin-bottom: 30px;
}

.bigBlue {
	color: rgba(0, 17, 100, 1.00);
}

.red {
	color: rgba(255, 0, 4, 1.00);
}

.yellow {
	color: rgba(255, 226, 0, 1.00);
}

.alignCenter {
	text-align: center;
}

p:last-child {
	margin-bottom: 0;
}

/* <- GERAL */

/* <- HEADER */
header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	background-color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header-logo {
	padding: 15px 0;
}

#header-logo img {
	height: 80px;
}

#header-sep {
	height: 110px;
}

.header-scroll {
	position: fixed;
}

.header-scroll #header-logo {
	padding: 3px 20px;
}

.header-scroll #header-logo img {
	height: 57px;
}

.header-scroll #header-rs a {
	width: 32px;
	height: 32px;
	font-size: 18px;
}

/* <- HEADER */

/* -> MENUPRINC */
#menuprinc-btn {
	display: none;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 40px;
	color: rgba(0, 0, 0, 1.00);
}

#menuMobileBtn {
	display: none;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 998;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.80);
	font-size: 40px;
	color: rgba(147, 147, 147, 1.00);
}

#menuMobileBtn .fa-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#menuprinc {
	display: block;
}

#menuprinc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuprinc ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 20px;
}

#menuprinc ul li ul {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 9999;
	min-width: 200px;
	background-color: rgba(0, 0, 0, 1.00);
	border: rgba(122, 122, 122, 1.00) solid 1px;
}

#menuprinc ul li:hover ul {
	display: block;
}

#menuprinc ul li ul li {
	display: block;
	border-bottom: #d1b776 dotted 1px;
}

#menuprinc a {
	display: block;
	padding: 16px 0 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: rgba(117, 117, 117, 1.00);
	text-transform: uppercase;
	transition: all 200ms linear;
}

#menuprinc a:hover {
	color: rgba(7, 7, 7, 1.00);
	text-decoration: none;
}

#menuprinc ul ul a {
	font-size: 14px;
	padding: 5px 10px;
}

#menuprinc .fa-chevron-down,
#menuprinc .fa-chevron-right {
	font-size: 12px !important;
}

.showOnMobile {
	display: none !important;
}

.menuprinc_barrinha {
	margin-top: 3px;
	width: 0;
	height: 2px;
	border-radius: 1px;
	background-color: rgba(7, 7, 7, 1.00);
	transition: all 200ms ease-out;
}

#menuprinc a:hover .menuprinc_barrinha {
	width: 100%;
}

#menuprinc .menuprinc-red a {
	padding: 5px 14px;
	background-color: rgba(255, 0, 4, 1.00);
	border-radius: 6px;
	border: rgba(255, 0, 4, 1.00) solid 2px;
	color: rgba(255, 255, 255, 1.00);
	text-transform: uppercase;
}

#menuprinc .menuprinc-red a:hover {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(255, 0, 4, 1.00);
}

#menuprinc .menuprinc-red a .menuprinc_barrinha {
	display: none;
}

#menuUser a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

#menumobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.90);
}

#menumobile .wrap {
	padding: 100px 0;
	max-width: 300px;
	text-align: center;
}

#menumobile a {
	display: block;
	margin: 40px 0;
}

/* <- MENUPRINC */

/* -> INI */

#main {
	background-image: url("/wp-content/themes/ordv/img/site-bg.jpg");
	background-size: cover;
	background-position: center top;
}

#apresentacao,
#formulario {
	padding: 80px 0;
}

#apresentacao .wrap,
#formulario .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

#apresentacao-la,
#formulario-la {
	width: 300px;
	flex-shrink: 0;
}

#apresentacao-la img,
#formulario-la img {
	height: 400px;
}

#apresentacao-lb,
#formulario-lb {
	padding: 0 0 0 70px;
}

.logo {
	margin-bottom: 40px;
	text-align: center;
}

.logo img {
	height: 130px;
}

.formLabel {
	display: block;
	padding-left: 20px;
}

.formInput {
	display: block;
	width: 100%;
	padding: 5px 20px;
	background-color: rgba(255, 255, 255, 1.00);
	border: none;
	border-top: none;
	border-radius: 20px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.30);
	transition: all 200ms linear;
}

.formInput:focus {
	outline: none;
	background-color: rgba(240, 247, 255, 1.00);
}

.formBtn,
a.formBtn {
	background-color: rgba(18, 160, 189, 1.00);
	padding: 5px 50px;
	border-radius: 20px;
	border: none;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.30);
	font-style: italic;
	font-weight: 700;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	transition: all 200ms linear;
}

.formBtn:hover,
a.formBtn:hover {
	background-color: rgba(255, 88, 0, 1.00);
	text-decoration: none;
}

.formBtn:disabled,
a.formBtn:disabled {
	background-color: rgba(137, 137, 137, 1.00);
	cursor: not-allowed;
}

.iframe-container {
	overflow: hidden;
	/* 16:9 aspect ratio */
	padding-top: 56.25%;
	position: relative;
	margin: 20px auto;
}

.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*** ini-produtos ***/
#ini-produtos {
	padding: 80px 0 0;
}

.ini-produtos-lst {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ini-produtos-lst.ini-produtos-lstCentred {
	justify-content: center;
}

.ini-produtos-nav {
	margin: 20px 0 0 0;
	text-align: center;
}

.ini-produtos-left,
.ini-produtos-right {
	display: inline-block;
	margin: 0 5px;
	transition: all 200ms linear;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.ini-produtos-left:hover,
.ini-produtos-right:hover {
	color: rgba(208, 186, 165, 1.00);
	cursor: pointer;
}

.ini-produtos-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 15px;
	background-color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

.ini-produtos-item,
.ini-produtos-item * {
	transition: all 200ms linear;
}

.ini-produtos-item:hover {
	/* box-shadow: 0 0 15px 0 rgba(207,207,207,1.00); */
}

.ini-produtos-img {
	width: 100%;
	height: 326px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ini-produtos-titulo {
	display: block;
	padding: 20px 10px 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}

.ini-produtos-item a {
	color: rgba(0, 0, 0, 1.00);
}

.ini-produtos-item a:focus {
	outline: none;
}

.ini-produtos-bot {
	padding: 0 10px 20px;
}

.ini-produtos-preco {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: rgba(206, 70, 70, 1.00);
}

.ini-produtos-preco-old {
	margin-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: rgba(177, 177, 177, 1.00);
	text-decoration: line-through;
}

/*** loja ***/
.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

/*** ini-livros ***/
#ini-livros {
	padding: 80px 0;
}

.ini-livros-items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

.ini-livros-item {
	display: flex;
	gap: 40px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 20px;
	box-shadow: 4px 4px 20px 0 #00000025;
}

.ini-livros-item-title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
}

.ini-livros-item-lb {
	width: 300px;
	flex-shrink: 0;
	text-align: center;
}

.ini-livros-item:nth-child(1) .ini-livros-item-title {
	color: #62a9ee;
}

.ini-livros-item:nth-child(2) {
	flex-direction: row-reverse;
}

.ini-livros-item:nth-child(2) .ini-livros-item-title {
	color: #8762ee;
}

.ini-livros-item:nth-child(1) a.ini-livros-btn-comprar {
	background-color: #ee6262;
}

.ini-livros-item:nth-child(2) a.ini-livros-btn-comprar {
	background-color: #ee6262;
}

.ini-livros-item a.ini-livros-btn-comprar {
	display: inline-block;
	padding: 7px 21px;
	background-color: rgba(0, 0, 0, 1.00);
	border-radius: 50px;
	border: none;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.30);
	font-weight: 700;
	font-size: 16px;
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	transition: all 200ms linear;
}

.ini-livros-item a.ini-livros-btn-comprar:hover {
	background-color: rgba(255, 0, 4, 1.00);
}

/* <- INI */

/* -> RODAPE */
footer {
	padding: 50px 0;
	background-image: url("/wp-content/themes/ordv/img/footer-bg.jpg");
	background-size: cover;
	background-position: center center;
	font-size: 16px;
}

footer .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-col {
	margin: 0 20px;
	max-width: 320px;
}

.adcidade-logo {
	height: 130px;
}

.footer-item {
	margin-bottom: 20px;
	display: flex;
}

.footer-item-la {
	flex-shrink: 0;
	color: rgba(18, 160, 189, 1.00);
}

.footer-item-lb {
	padding-left: 15px;
}

.footer-title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}

.footer-rs {
	display: flex;
	gap: 10px;
}

.footer-rs a {
	font-size: 40px;
	color: #ff4500;
}

.footer-rs a:hover {
	color: #ff0000;
}

.footer-info-item {
	margin-bottom: 14px;
	display: flex;
	align-items: start;
	gap: 7px;
}

.footer-info-item-icon {
	width: 22px;
	text-align: center;
}

.footer-info-item a {
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.footer-info-item a:hover {
	color: #ff0000;
}

.footer-logo {
	margin-bottom: 20px;
}

#msgFrm {
	position: fixed;
	bottom: 5px;
	right: 0;
}

/* <- RODAPE */

/* -> CATEGORIAS */
.categoria-lista {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.categoria-item {
	display: inline-block;
	vertical-align: top;
	margin: 30px 25px;
	width: 100%;
	max-width: 340px;
}

.categoria-item a {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.categoria-imagem {
	width: 100%;
	height: 220px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 1px 1px 2px 0 #696969;
	box-shadow: 1px 1px 2px 0 #696969;
}

.categoria-data {
	font-size: 12px;
	margin: 15px 0;
	text-align: left;
}

.categoria-titulo {
	font-size: 20px;
	margin: 15px 0;
	text-align: left;
}

/*** atuacao ***/
#atuacao-lista {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#atuacao-lista li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 210px;
	margin: 10px;
}

#atuacao-lista a {
	display: block;
}

.atuacao-imagem {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
}

.atuacao-titulo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(99, 31, 44, 1.00);
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 1.00);
}

/* <- CATEGORIAS */

/* -> FORMS */
.form-row {
	margin: 15px 0;
	text-align: center;
}

.form-cel {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

/* <- FORMS */

/* -> GALERIA */
.gallery {
	text-align: center;
}

.gallery-item {
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	width: auto !important;
	margin: 15px !important;
}

/* <- GALERIA */

/* -> LINKS */
.links-col1 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.links-col2 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.links-col1 ul,
.links-col2 ul,
.links-row1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.links-col1 li,
.links-col2 li,
.links-row1 li {
	margin: 10px 0;
}

/* <- LINKS */

/* -> CONTATO */
#bm_faleconosco {
	text-align: left;
}

.contato-fl {
	float: left;
	width: 49%;
}

.contato-fr {
	float: right;
	width: 49%;
}

/* <- CONTATO */

/* -> PRODUTOS SINGLE */
.promo {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 99;
	display: none;
	/*flex*/
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 1.00);
	border: rgba(191, 44, 47, 1.00) solid 2px;
	border-radius: 50%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

.promo-txt {
	background-color: rgba(191, 44, 47, 1.00);
	width: 48px;
	height: 48px;
	padding: 7px 0 0 0;
	border-radius: 50%;
}

.promo-off {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.prodSingle-title {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: rgba(0, 0, 0, 1.00) solid 1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

[class*="prodSingle-price"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgba(0, 0, 0, 1.00);
}

.prodSingle-price del {
	font-size: 16px;
}

.prodSingle-price ins {
	margin-left: 10px;
	text-decoration: none;
}

.prodSingle-price-de {
	position: relative;
	display: inline-block;
	font-size: 0.7em;
	font-weight: 300;
	opacity: 0.6;
}

.prodSingle-price-de .prodSingle-price-pre {
	margin-right: -5px;
	font-size: 0.7em;
	font-weight: 300;
}

.prodSingle-price-pre {
	margin-right: -7px;
	font-size: 20px;
}

.prodSingle-price-moeda {
	margin-right: -7px;
	font-size: 8px;
	font-weight: 400;
	vertical-align: super;
}

.prodSingle-price-de-linha {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
	width: 100%;
	border-top: rgba(0, 0, 0, 1.00) solid 1px;
}

.prodSingle-price-por {
	margin-top: -15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: rgba(255, 0, 93, 1.00) !important;
}

.woocommerce-variation-availability,
.woocommerce-variation-price {
	display: none;
}

.prodSingle-addToCartFrm {
	margin: 20px 0;
}

.prodSingle-addToCartFrm input[type=number]::-webkit-inner-spin-button,
.prodSingle-addToCartFrm input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cart-lacarmona .button {
	padding: 9px 20px !important;
	margin-left: 4px !important;
	background-color: transparent !important;
	border: rgba(139, 53, 62, 1.00) solid 1px !important;
	border-radius: 20px !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: rgba(139, 53, 62, 1.00) !important;
	transition: all 200ms linear;
}

.cart-lacarmona .button:hover {
	background-color: rgba(139, 53, 62, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
}

.cart-lacarmona .button:focus {
	outline: none;
}

.qnt-frm {
	display: none;
	border: rgba(107, 107, 107, 1.00) solid 1px;
	border-radius: 20px;
	padding: 0px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.qnt-setUp,
.qnt-setDown {
	user-select: none;
	display: inline-block;
}

.qnt-setUp {
	margin: 0 5px 0 0;
}

.qnt-setDown {
	margin: 0 0 0 5px;
}

.qnt-setUp:hover,
.qnt-setDown:hover {
	cursor: pointer;
}

.woocommerce .quantity .qty {
	padding: 3px 0 2px;
}

.qnt-frm .qty {
	border: none;
	width: 1.5em !important;
}

.qnt-frm .qty:focus {
	outline: none;
}

/* meta */
.prodSingle-metaBox {
	position: relative;
	padding: 15px 0 0 0;
}

.prodSingle-metaTitle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-size: 10px;
	color: rgba(177, 177, 177, 1.00);
}

.sku {
	color: rgba(208, 186, 165, 1.00);
	font-style: italic;
	font-weight: 700;
}

/* share */
.prodSingle-share .sharedaddy {
	margin-top: 0px !important;
}

.prodSingle-shareBox {
	margin-top: 20px;
}

.prodSingle-shareTitle {
	font-size: 11px;
	font-weight: 700;
}

.prodSingle-shareLinks a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 16px;
	color: rgba(0, 0, 0, 1.00);
}

.prodSingle-shareLinks a:hover {
	color: rgba(255, 0, 0, 1.00);
}

.prodSingle-shareLinks .fa-facebook-f {
	font-size: 0.94em;
}

.prodSingle-tabs {
	padding: 30px 0;
	background-color: rgba(250, 250, 250, 1.00);
}

.prodSingle-tabs .wrap {
	max-width: 800px;
}

.prodSingle-tabs .woocommerce-Tabs-panel {
	margin: 30px 0;
}

.prodSingle-tabs-title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: rgba(189, 154, 115, 1.00) solid 1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.shop_attributes p {
	margin: 0;
}

/* bot */
.prodSingle-bot-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: rgba(208, 186, 165, 1.00);
	text-transform: capitalize;
	text-align: center;
	letter-spacing: 4px;
}

.prodSingle-bot-subtitle {
	letter-spacing: normal;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1.00);
	text-transform: none;
}

.prodSingle-bot-titleLn {
	max-width: 80px;
	height: 4px;
	background-color: rgba(208, 186, 165, 1.00);
	margin: 18px auto 0 auto;
}

.prodSingle-bot .products ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.prodSingle-bot .products li {}

.prodSingle-tabs {
	display: none;
}

/* prodSingle-upsell */
.prodSingle-upsell {}

.prodSingle-meta .posted_in {
	display: none;
}

/* prodSingle-bot-produtosSlick */


/* <- PRODUTOS SINGLE */

/* -> LISTA DE PRODUTOS */
/*** ini-produtos ***/
.lc-produtos-lst {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.lc-produtos-nav {
	margin: 20px 0 0 0;
	text-align: center;
}

.lc-produtos-left,
.lc-produtos-right {
	display: inline-block;
	margin: 0 5px;
	transition: all 200ms linear;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.lc-produtos-left:hover,
.lc-produtos-right:hover {
	color: rgba(208, 186, 165, 1.00);
	cursor: pointer;
}

.lc-produtos-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 240px;
	margin: 15px;
	background-color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 15px 0 rgba(245, 245, 245, 1.00);
	transition: all 200ms linear;
}

.lc-produtos-item:hover {
	box-shadow: 0 0 15px 0 rgba(231, 231, 231, 1.00);
}

.lc-produtos-item * {
	transition: all 200ms linear;
}

.lc-produtos-item-img-link {
	padding: 0 !important;
}

.lc-produtos-img {
	width: 100%;
	height: 250px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.lc-produtos-titulo {
	display: block;
	padding: 20px 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
}

.lc-produtos-item a {
	color: rgba(0, 0, 0, 1.00);
}

.lc-produtos-item a:focus {
	outline: none;
}

.lc-produtos-bot {
	border-top: rgba(227, 227, 227, 1.00) solid 1px;
}

.lc-produtos-preco {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgba(208, 186, 165, 1.00);
}

.lc-produtos-preco-old {
	margin-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: rgba(177, 177, 177, 1.00);
	text-decoration: line-through;
}


/*** lista de produtos em categoria ***/
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* <- LISTA DE PRODUTOS */

/* -> CARRINHO DE COMPRAS */
.woocommerce .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
}

/* <- CARRINHO DE COMPRAS */

/* -> MINHA CONTA */
.woocommerce-MyAccount-navigation {
	background-color: rgba(253, 253, 253, 1.00);
	border-bottom: rgba(224, 224, 224, 1.00) solid 1px;
	margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
	vertical-align: top;
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 5px 10px;
	background-color: rgba(253, 253, 253, 1.00);
	border-left: rgba(224, 224, 224, 1.00) solid 1px;
	border-right: rgba(224, 224, 224, 1.00) solid 1px;
	border-top: rgba(224, 224, 224, 1.00) solid 1px;
	transition: all 200ms linear;
}

.woocommerce-MyAccount-navigation a:hover {
	background-color: rgba(250, 250, 250, 1.00);
}

.woocommerce-input-wrapper,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
	display: block;
	width: 100% !important;
}

.form-row {
	width: 100% !important;
	float: none !important;
	text-align: left !important;
}

.select2-container,
.select2-selection--single {
	height: 38px !important;
}

.select2-container--default,
.select2-selection--single {
	border-color: #ced4da !important;
}

.select2-container--default,
.select2-selection--single,
.select2-selection__rendered {
	line-height: 38px !important;
}

.select2-selection__arrow {
	height: 36px !important;
}

/* <- MINHA CONTA */

/* -> SEARCH MODAL */
.ini-search-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
	overflow: auto;
}

.ini-search-modal-close {
	position: absolute;
	top: 25px;
	right: 25px;
	opacity: 0.8;
	transition: all 200ms linear;
	font-size: 30px;
	color: rgba(255, 255, 255, 1.00);
}

.ini-search-modal-close:hover {
	opacity: 1.0;
	cursor: pointer;
}

.ini-search-modal-box {
	width: 100%;
	max-width: 600px;
	padding: 30px;
	margin: 130px auto 0;
	background-color: rgba(0, 0, 0, 0.50);
	text-align: left;
	color: rgba(255, 255, 255, 1.00);
}

.ini-search-modal-titulo {
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: rgba(255, 255, 255, 1.00);
	text-transform: uppercase;
	letter-spacing: 3px;
}

.ini-search-modal-row {
	margin-bottom: 20px;
}


/*** searchTitle ***/
.searchTitle {
	font-size: 30px;
	font-weight: 700;
	border-bottom: rgba(177, 177, 177, 1.00) solid 1px;
}


.search-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: left;
}

.search-item {
	margin: 20px 10px;
	width: 100%;
	max-width: 380px;
}

.search-item-img {
	width: 100%;
	margin: 0 auto 20px;
}

.search-item-img img {
	max-width: 100%;
	max-height: 200px;
}

.search-item a {
	display: block;
}

.search-item a .search-item-title {
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 1.00);
}

.search-item a .search-item-content {
	font-size: 14px;
	color: rgba(100, 100, 100, 1.00);
}

.search-item-catvinc a {
	display: inline;
}

.search-item a:hover .search-item-title,
.search-item a:hover .search-item-content {
	color: rgba(255, 0, 4, 1.00);
}

/* <- SEARCH MODAL */

/* <- WISHLIST TABLE */
#yith-wcwl-form {
	width: 100%;
	overflow-x: auto;
}

.wishlist-title {
	display: none !important;
}

.wishlist_table thead {
	display: none;
}

.wishlist_table .product-name {
	font-size: 18px;
}

/* <- WISHLIST TABLE */


/* -> prodLst - padrao para mostrar lista de produtos */
.prodLst-prodVar-colors {
	margin-top: 2px;
	height: 0;
	display: flex;
	justify-content: flex-end;
}

.prodLst-prodVar-colors-item {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	border: rgba(0, 0, 0, 0.20) solid 1px;
}

/* <- prodLst */



.wc-block-checkout__shipping-option--free,
.wc-block-components-totals-shipping .wc-block-components-totals-item__value {
	display: none;
}