/*
Theme Name: Generic Padrao
Theme URI: padrao.portalrp.com
Description: Child theme do GenericBase.
Author: Roberto Moura
Author URI: padrao.portalrp.com
Template: genericbase
Version: 1.0
*/

#main {
    padding-top: 20px;
}
h1 {
    font-size: 2rem;
}
.icon-premium {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 30;
    padding: 2%; /*7px;*/
    border-radius: 30px;
    background-color: rgba(8,25,43,0.65);
}

.icon-premium:before {
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://portalrp.com/wp-content/themes/portalrp/assets/images/icon_premium.svg) center center no-repeat;
    background-size: 70% 70%;/* 16px 16px;*/
    content: '';
}

/*---- woocommerce ----*/

/*---- fim woocommerce ----*/

.carousel-indicators {
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #297095;
}

.nav li {
	margin: 0 1.5vw 0;
}
.logo-site {
    width:182px;
    height:70px;
}

@media (min-width: 240px) and (max-width: 360px) {
 .nav li {
	margin: 0px 2px 0px;
 }
 .logo-site {
    width:130px;
    height:50px;
 }
}

.nav p {
    margin-bottom: 0px;
}

.section-title {
	display: block;
	position: relative;
	padding: 10px 4px 8px;
	text-align: center;
	color: #545454;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	color: white;
	z-index: 100;
}

.categorias-titulo {
	height: 170px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 5px;
}

.categorias-titulo h6 {
	height: 35px;
}

#categorias>.col>.card>a {
	border-top: 1px solid #dee2e6;
	padding:3px;
}

.mask-circle {
	top: 70px;
	height: 120px;
	width: 100px;
	border-radius: 0px 0px 100px 100px;
	overflow: hidden;
	margin: auto;
}

.bg-circle {
	top: 70px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	position: absolute;
	background: linear-gradient(0deg, rgba(157, 44, 0, 1) 0%, rgba(255, 76, 0, 1) 100%);
}

.categorias-titulo img {
	height: 120px;
	width: 100px;
	position: relative;
	z-index: 99;
}

.page-numbers ,.page-numbers:hover {
    height: 30px;
    background-color: var(--main-color);
    color: #fff;
}

.nav-links .current, .nav-links .dots {
	opacity: 0.4;
}
.pagination {
	display:table;
	margin: 20px auto;
}
.pagination h2 {
	display:none;
}

/*---- card ----*/
.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-img-wrapper {
    width: 100%;
    height: 200px;
    max-height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.card-body .woocommerce-Price-amount {
   font-size: 19px;
    font-weight: 700;
}
.card-body .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
   font-size: 12px;
    font-weight: 700;
}
.card-product .card-title {
    font-size: 0.9rem;
}
.card-product {
    height: 350px;
}
/*---- fim card ----*/

.author-name{display: none;}

.woocommerce div.product .woocommerce-tabs ul.tabs {
 display:none;   
}
.woocommerce .quantity .qty {
 height:36px;   
}

.woocommerce div.product form.cart .button {
  background-color:#2e446d;
}

.woocommerce div.product form.cart .button:hover {
  background-color:#334a74;
}
