/*
Theme Name: DMAIS LIVROS
Theme URI: http://www.dmaislivros.com.br/
Description: Tema exclusivo DMAIS LIVROS
Author: Giordano Magalhães
Author URI: https://www.elroi.com.br/

font-family: 'Open Sans', sans-serif;
*/
/* -> GERAL */
html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
}

.body-modal {
    overflow: hidden;
}

.body-internas {
    background-color: rgba(255, 255, 255, 1.00);
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: auto;
}

img {
    max-width: 100%;
}

a {
    color: rgba(0, 76, 158, 1.00);
    text-decoration: none;
}

a:link {
    color: rgba(0, 76, 158, 1.00);
    text-decoration: none;
}

a:visited {
    color: rgba(0, 76, 158, 1.00);
    text-decoration: none;
}

a:hover {
    color: rgba(0, 34, 71, 1.00);
    text-decoration: none;
}

a:focus {
    color: rgba(0, 76, 158, 1.00);
    text-decoration: none;
}

a:active {
    color: rgba(0, 76, 158, 1.00);
    text-decoration: none;
}

.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;
}

.alignCenter {
    text-align: center;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.section-top {
    border-left: rgba(100, 55, 114, 1.00) solid 5px;
}

.section-title {
    margin: 0 0 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1.00);
}

.section-subtitle {
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: rgba(177, 177, 177, 1.00);
    text-transform: none;
}

.section-subtitle-s {
    display: block;
    width: 70px;
    height: 4px;
    margin: 7px auto 0;
    background-color: #d0baa5;
}

.section-description {
    display: none;
}

.section-content {
    margin-top: 50px;
}

.conteudo {
    margin: 0 0 30px 0;
}

.conteudo img {
    max-width: 100%;
    height: auto;
}

.conteudo-box {
    max-width: 1000px;
    margin: auto;
}

.conteudo-box-short {
    max-width: 800px;
    margin: 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: 30px 0;
    margin-bottom: 40px;
    background-color: rgba(245, 245, 245, 1.00);
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1.00);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-content {
    min-height: 300px;
}

.sharedaddy {
    margin-top: 50px;
}

#crumbs {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(170, 170, 170, 1.00);
    text-transform: none;
    letter-spacing: 0;
}

#crumbs a {
    color: rgba(0, 0, 0, 1.00);
    transition: all 250ms linear;
}

#crumbs a:hover {
    color: rgba(208, 186, 165, 1.00);
}

.woocommerce-breadcrumb {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(170, 170, 170, 1.00);
    text-transform: none;
    letter-spacing: 0;
}

.woocommerce-breadcrumb a {
    color: rgba(0, 0, 0, 1.00);
    transition: all 250ms linear;
}

.woocommerce-breadcrumb a:hover {
    color: rgba(208, 186, 165, 1.00);
}

.noprod {
    padding-bottom: 50px;
    font-size: 18px;
    color: rgba(106, 106, 106, 1.00);
}

.transition200ms * {
    transition: all 200ms linear;
}

/* <- GERAL */
/* <- HEADER */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 1.00);
    border-bottom: rgba(220, 220, 220, 1.00) solid 1px;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-logo img {
    height: 70px;
}

/*** header-scroll ***/
.header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 15px 0 #858585;
}

.header-scroll #header-body {
    padding: 10px 0;
}

.header-scroll #header-logo img {
    height: 40px;
}

.header-scroll #menuprinc {
    top: 2px;
}

.header-scroll #headerUserBtns {
    top: 12px;
}

.header-scroll #headerCart {
    top: -11px;
    font-size: 30px;
}

.header-scroll #headerCart-price {
    margin-top: -6px;
}

/*** header-body-buttons ***/
#header-body-buttons {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#header-body-buttons li {
    margin: 0 10px;
    font-size: 20px;
    color: rgba(0, 0, 0, 1.00);
}

#header-body-buttons a {
    color: rgba(0, 0, 0, 1.00);
    transition: all 200ms linear;
}

#header-body-buttons a:hover {
    color: rgba(255, 0, 4, 1.00);
}

.header-body-buttons-icon {
    filter: grayscale(1);
    height: 26px;
}

#header-body-buttons .header-body-buttons-icon:hover {
    filter: grayscale(0);
    cursor: pointer;
}

#headerCart-bag {
    position: relative;
}

#headerCart-count {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 0, 4, 1.00);
    border-radius: 50%;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
}

#headerCart-price {
    margin-left: 14px;
    font-size: 16px;
}

#header-sep {
    height: 101px;
}

/*** searchform ***/
#searchform {
    position: relative;
    margin: auto -4px -3px auto;
}

#searchform #s {
    padding-right: 34px;
    max-width: 167px;
}

#searchform .header-body-buttons-icon {
    position: absolute;
    top: 50%;
    right: 4px;
    z-index: 9;
    transform: translateY(-50%);
}

/* <- HEADER */
/* -> MENUPRINC */
#menuprinc-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 40px;
    color: rgba(255, 0, 63, 1.00);
}

#menuprinc {}

#menuprinc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#menuprinc ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 7px;
}

#menuprinc ul li ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9999;
    min-width: 200px;
    background-color: rgba(255, 255, 255, 1.00);
    border: rgba(230, 230, 230, 1.00) solid 1px;
}

#menuprinc ul li:hover ul {
    display: block;
}

#menuprinc ul li ul li {
    display: block;
    border-bottom: #d1b776 dotted 1px;
    text-align: left;
}

#menuprinc a {
    display: block;
    padding: 10px 7px;
    border-bottom: rgba(255, 0, 4, 0.00) solid 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1.00);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 200ms linear;
}

#menuprinc a:hover {
    color: rgba(255, 0, 0, 1.00);
}

#menuprinc ul ul a {
    padding: 7px 10px;
    white-space: nowrap;
    font-size: 14px;
}

#menuprinc .current_page_item a {
    border-bottom: rgba(255, 0, 4, 1.00) solid 1px;
}

#menuprinc .fa-chevron-down,
#menuprinc .fa-chevron-right {
    font-size: 14px !important;
}

.menu_scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 10px 0 !important;
    -webkit-box-shadow: 0 0 10px 0 #ADADAD;
    box-shadow: 0 0 10px 0 #ADADAD;
}

.menu_scroll .menuprinc-logo {
    display: block;
}

.onMobile {
    display: none !important;
}

.menuprinc_barrinha {
    margin-top: 3px;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 1.00);
    transition: all 200ms ease-out;
}

#menuprinc a:hover .menuprinc_barrinha {
    width: 100%;
}

#menuprinc .hot a {
    color: rgba(215, 0, 3, 1.00) !important;
    transition: all 200ms linear;
}

#menuprinc .hot a:hover {
    color: rgba(255, 0, 2, 1.00) !important;
}

#menuprinc .menuprinc-vertudo a {
    color: rgba(255, 0, 4, 1.00);
}

/* <- MENUPRINC */
/* -> INI */
/*** ini-banner ***/
#ini-banner {}

/*** ini-editoras ***/
#ini-editoras {
    padding: 70px 0;
}

.ini-editoras-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.ini-editoras-lst-item {
    width: 280px;
}

.ini-editoras-lst-item-img {
    display: block;
    margin: auto;
    width: 200px;
    height: 70px;
    object-fit: contain;
    object-position: center center;
}

#ini-editoras .slick-dots {
    bottom: -45px;
}

/*** ini-escola ***/
#ini-escola {
    padding: 80px 0;
}

#ini-escola .wrap {
    max-width: 500px;
}

#ini-escola-cacao {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

/*** ini-prodListRand ***/
#ini-prodListRand {
    padding: 50px 0;
    background-color: rgba(245, 245, 245, 1.00);
}

#ini-prodListRand-frm {
    display: flex;
    flex-wrap: wrap;
}

.ini-prodListRand-item {
    position: relative;
    margin: 10px 10px;
    padding: 14px 14px 40px;
    width: 100%;
    max-width: 224px;
    background-color: rgba(255, 255, 255, 1.00);
}

.ini-prodListRand-img {
    position: relative;
    width: 100%;
    height: 280px;
    text-align: center;
}

.ini-prodListRand-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.ini-prodListRand-title {
    margin: 7px auto;
    font-weight: 700;
}

.ini-prodListRand-price {
    font-weight: 700;
}

a.ini-prodListRand-addToCartBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 4px 20px;
    background-color: rgba(250, 250, 250, 1.00);
    font-weight: 300;
    text-align: center;
    transition: all 200ms linear;
}

a.ini-prodListRand-addToCartBtn:hover {
    background-color: rgba(247, 240, 240, 1.00);
    color: rgba(255, 0, 4, 1.00);
}

#ini-prodListRand-frm .added_to_cart {
    display: none;
}

.ini-prodListRand-confira {
    color: rgba(255, 165, 0, 1.00);
}

/* <- INI */
/* -> RODAPE */
footer {
    background-color: rgba(255, 255, 255, 1.00);
}

#footer-l1 {
    padding: 50px 0;
}

#footer-l1 .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-col {
    min-width: 220px;
}

#footer-logo {
    margin-bottom: 40px;
    max-height: 50px;
    filter: grayscale(1);
}

#footer-logo:hover {
    filter: grayscale(0);
}

.footer-info {
    list-style: none;
    margin: 0;
    padding: 0;
    color: rgba(137, 148, 167, 1.00);
}

.footer-info li {
    margin-bottom: 10px;
    display: flex;
}

.footer-info-icon {
    margin-right: 10px;
    width: 30px;
    text-align: center;
}

.footer-title {
    margin-bottom: 30px;
    border-bottom: rgba(0, 0, 0, 1.00) solid 1px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1.00);
    text-transform: uppercase;
}

#footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-menu li {
    margin-bottom: 5px;
}

#footer-menu a {
    color: rgba(137, 148, 167, 1.00);
    transition: all 200ms linear;
}

#footer-menu a:hover {
    color: rgba(40, 85, 162, 1.00);
}

.footer-rs {
    display: flex;
    text-align: center;
}

.footer-rs a {
    margin: 0 7px;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(221, 223, 226, 1.00);
    font-size: 34px;
    color: rgba(255, 255, 255, 1.00);
    transition: all 200ms linear;
}

.footer-rs a:hover {
    background-color: rgba(137, 148, 167, 1.00);
}

.footer-rs a .fa-instagram {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#footer-l2 {
    padding: 20px 0;
    background-color: rgba(25, 72, 156, 1.00);
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
}

/* <- 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 {
    font-size: 16px;
    color: rgba(157, 157, 157, 1.00);
    transition: all 300ms linear;
}

.categoria-item a:hover {
    color: rgba(77, 77, 77, 1.00);
}

.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: 0;
    text-align: left;
}

.categoria-titulo {
    margin: 10px 0 5px 0;
    text-align: left;
}

/* <- CATEGORIAS */
/* -> FORMS */
.form-row {
    margin: 15px 0;
    text-align: center;
}

.form-cel {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.ini-contato-input {
    width: 297px;
}

.ini-contato-mensagem {
    width: 900px;
}

.ini-contato-btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(180, 207, 0, 1.00);
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    transition: all 300ms linear;
}

.ini-contato-btn:hover {
    background-color: rgba(140, 162, 0, 1.00);
}

/* <- FORMS */
/* -> GALERIA */
.gallery {
    text-align: center;
}

.gallery-item {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    width: auto !important;
    margin: 15px !important;
}

/* <- GALERIA */
/* -> SIDEBAR */
.sidebar-cursos-lista {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.sidebar-cursos-lista li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.sidebar-cursos-lista a {
    color: rgba(221, 0, 3, 1.00);
    transition: all 200ms linear;
}

.sidebar-cursos-lista a:hover {
    color: rgba(0, 60, 132, 1.00);
}

.sidebar-cursos-img {
    width: 100%;
    height: 240px;
    border: rgba(255, 255, 255, 1.00) solid 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(140, 140, 140, 0.00);
    box-shadow: 0 0 15px 0 rgba(140, 140, 140, 0.00);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 300ms linear;
}

.sidebar-cursos-lista a:hover .sidebar-cursos-img {
    -webkit-box-shadow: 0 0 15px 0 rgba(140, 140, 140, 1.00);
    box-shadow: 0 0 15px 0 rgba(140, 140, 140, 1.00);
}

.sidebar-cursos-title {
    padding: 10px 5px 0px 5px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-cursos-vermais {
    font-weight: 700;
}

.sidebar-cursos-btn {
    margin-top: 30px;
    text-align: center;
}

.sidebar-cursos-btn a {
    display: inline-block;
    padding: 3px 6px;
    background-color: rgba(0, 46, 108, 1.00);
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1.00);
    transition: all 300ms linear;
}

.sidebar-cursos-btn a:hover {
    background-color: rgba(208, 0, 3, 1.00);
}

/* <- SIDEBAR */
/* -> CONTATO */
#bm_faleconosco {
    text-align: left;
}

/* <- 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-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
}

.prodSingle-l1 {
    display: flex;
    flex-wrap: wrap;
}

.prodSingle-l1 .images {
    width: 30%;
}

.prodSingle-l1 .summary {
    width: 70%;
    padding-left: 40px;
}

.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-size: 24px;
    font-weight: 700;
}

[class*="prodSingle-price"] {
    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 {
    display: flex;
}

.cart-lacarmona .button {
    padding: 4px 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-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 {
    border: rgba(107, 107, 107, 1.00) solid 1px;
    border-radius: 20px;
    padding: 0px 20px;
    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;
    text-align: center;
}

.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-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.shop_attributes p {
    margin: 0;
}

/* bot */
.prodSingle-bot {
    margin: 30px 0;
    padding: 20px 0;
    border: rgba(210, 210, 210, 1.00) solid 1px;
    border-left: none;
    border-right: none;
}

.prodSingle-bot-title {
    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;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.prodSingle-bot .products li {
    margin: 10px;
    width: 100%;
    max-width: 240px;
    flex-grow: 0;
}

.prodSingle-tabs {
    display: none;
}

.ini-produtos-img {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* prodSingle-upsell */
.prodSingle-upsell {}

.prodSingle-meta .posted_in {
    display: none;
}

/*** prodSingle-related ***/
.prodSingle-related h2 {
    font-size: 20px;
    font-weight: 700;
}

/* 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-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-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-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;
}

.ini-produtos-item {
    width: 100%;
    max-width: 220px;
    margin: 10px;
}

.woocommerce-pagination {
    margin: 30px 0;
    padding: 20px 0;
    border: rgba(210, 210, 210, 1.00) solid 1px;
    border-left: none;
    border-right: none;
}

.woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.woocommerce-pagination .page-numbers li {
    margin: 5px;
    padding: 4px 5px;
    min-width: 30px;
    border: rgba(132, 154, 180, 1.00) solid 1px;
    font-size: 14px;
    color: rgba(132, 154, 180, 1.00);
    text-align: center;
}

.woocommerce-pagination .page-numbers a,
.page-numbers.dots,
.page-numbers.current {
    display: block;
    text-align: 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-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-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 */
/* -> BUSCA ESCOLAS */
.getEscolas-frm {
    margin-top: 14px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1.00);
    border: rgba(235, 235, 235, 1.00) solid 1px;
    border-top: rgba(207, 207, 207, 1.00) solid 7px;
}

.getEscolas-item {
    margin: 10px 0;
    transition: all 200ms linear;
}

.getEscolas-item:hover {
    background-color: rgba(250, 250, 250, 1.00);
}

.getEscolas-item a {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 1.00);
    transition: all 200ms linear;
}

.getEscolas-item a:hover {
    color: rgba(222, 0, 3, 1.00);
}

.getEscolas-logo {
    max-width: 100px;
    max-height: 100px;
    text-align: center;
}

.getEscolas-nome {
    flex-grow: 1;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
}

/* <- BUSCA ESCOLAS */
/* -> LISTA DE MATERIAIS */
.escolasCabecalho {
    display: flex;
    align-items: center;
}

.escolasCabecalho-logo img {
    max-width: 100px;
    max-height: 100px;
    margin-right: 20px;
}

.escolasCabecalho-nome {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.lm-preco {
    white-space: nowrap;
    text-align: center;
}

.lm-preco br {
    /* display: none; */
}

.lm-precoDe {
    color: rgba(177, 177, 177, 1.00);
    text-decoration: line-through;
}

.lm-precoPor {
    margin-left: 5px;
}

#alunoSerie option:disabled {
    color: #c4c4c4 !important;
}

/* <- LISTA DE MATERIAIS */
/* -> CART */
.woocommerce-cart-form img {
    max-width: 100px !important;
}

/* <- CART */