/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

body{
	letter-spacing: 1px;
}

/* Header */
#header .secondary-menu > li.menu-item > a {
	color: #fff;
	font-size: 12px;
	padding: 10px;
}

.header-wrapper.fixed-header .header-top {
	background: rgb(166,25,121);
	background: linear-gradient(90deg, rgba(166,25,121,1) 0%, rgba(231,18,97,1) 100%);
}

.header-wrapper .header-bottom {
	background-color: #fff;
	padding-bottom: 5px;
}

.page-top {
	padding-top: 15px;
	padding-bottom: 15px;
}

#side-nav-panel .accordion-menu li:not(:last-child) {
	border-bottom-color: rgba(255,255,255,.1);
}

#side-nav-panel .accordion-menu > li.menu-item > a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .5px;
}

#side-nav-panel .searchform-fields {
	border: 1px solid;
}

.accordion-menu ul.sub-menu {
	padding-top: 5px;
	padding-bottom: 5px;
}

#header .logo + .main-menu {
	margin-left: 59px;
}

/* Secções */

.banner-button button {
	background-color: black;
	color: white;
	border:0px;
	transition: all 0.9s ease;
}

.banner-button button:hover {
	background-color: color;
	color: black;
	transition: all 0.9s ease;
}

#home_ads img {
	filter: brightness(90%);
}

.home-ads-button button {
	transition: all 0.9s ease;
	border:0px;
}

.home-ads-button button:hover {
	background-color: black;
	color: white;
	transition: all 0.9s ease;
}

.featured-box.porto-user-box .box-content:before,
.featured-box-primary .box-content:before {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	top: -4px;
	left: 0;
	background: rgb(166,25,121);
	background: linear-gradient(90deg, rgba(166,25,121,1) 0%, rgba(231,18,97,1) 100%);
}

/* Formulário - Geral */

fieldset legend {
	margin-bottom: 30px;
}

.form-row em {
	font-size: 90%;
	opacity: .5;
	margin-top: 5px;
	display: inline-block;
}

.form-row-first,
.form-row-last {
	width: 49%;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
	border-color: rgba(0,0,0,0.09);
}

.select2-container .select2-selection--single {
	height: 38px;
	margin-bottom: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

/* Formulário - Login */

.woocommerce-form-login__rememberme {
	margin-left: 10px;
}

/* Formulário - Checkout */

form.woocommerce-checkout {
	margin-top: 30px;
}

form.checkout_coupon {
	padding-top: 10px;
}

/* Carrinho */

.return-to-shop {
	text-align: center;
}

/* Listagem de Produtos */

.woocommerce-ordering select, 
.woocommerce-viewing select {
	border-width: 1px;
	color: #000;
}

.woocommerce-ordering select {
	width: 190px;
}

.woocommerce-pagination ul li .prev, 
.woocommerce-pagination ul li .next {
	border-color: #DD2E69;
}

.woocommerce-pagination ul li .prev:hover, 
.woocommerce-pagination ul li .next:hover {
	background: rgb(166,25,121);
	background: linear-gradient(90deg, rgba(166,25,121,1) 0%, rgba(231,18,97,1) 100%);
	color: #fff;
}

/* Single de Produto */

.single-product .product-summary-wrap:not(.product) .price {
	color: #DD2E69;
	margin-top: 25px;
}

.single-product .wc-pao-addon {
	margin-top: 0;
	margin-bottom: 30px;
}

.single-product .wc-pao-addon-name {
	text-transform: uppercase;
	white-space: nowrap;
}

.single-product .wc-pao-addon .form-row {
	margin-bottom: 0;
}

.single-product .wc-pao-addon:not(.wc-pao-addon-type-file_upload) {
	display: table;
}

.single-product .wc-pao-addon:not(.wc-pao-addon-type-file_upload) .wc-pao-addon-name {
	font-size: .8571em;
	line-height: 42px;
	display: table-cell;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.single-product .wc-pao-addon-type-file_upload {
	width: 100%;
	padding: 20px;
	background-color: #DD2E69;
	color: #fff;
}

.single-product .wc-pao-addon-type-file_upload .wc-pao-addon-name {
	font-weight: bold;
	line-height:1;
	z-index: 10;
	position: relative;
	width:100%;
}

.wc-pao-addon-type-heading {
	background-color:#a61979;
	width: 100%;
	padding: 20px;
}
.wc-pao-addon-type-file_upload input{
	border:2px solid white;
	padding-right:10px;
}
@media (max-width: 990px){
	.wc-pao-addon-type-file_upload input{
		width:270px;
	}
}
.wc-pao-addon-container h3{
	color:white;
	font-size:14px;
	text-transform: uppercase;
	margin-bottom:0px;
	letter-spacing: 1px;
	z-index: 10;
	position: relative;
}

.wc-pao-addon-container p{
	color:white;	
}
.botao-arte-final{
	background-color: transparent;
    border: 2px solid white;
	color: white;
	cursor: pointer;
	transition: all 0.5s ease;
	font-weight: 600;
}
.botao-arte-final:hover{
	transition: all 0.5s ease;
	background-color: white;
    border: 2px solid white;
	color: #a61979;
	cursor: pointer;
}
.single-product #product-addons-total {
	display: none;
}

.single-product .woocommerce-variation-add-to-cart {
	margin-top: 20px;
}

.product-summary-wrap .datasheet-button {
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	background: transparent;
	border-bottom: 2px solid #222529;
	color: #222529;
	font-size: 12px;
	letter-spacing: -0.015em;
	font-weight: 700;
	margin: 5px 0;
	text-decoration: none;
	padding: 0 0 5px;
}

/*
   Gravity Forms
   ========================================================================== */

div.gform_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

div.gform_wrapper .alert {
	display: none;
}

div.gform_wrapper ul.gform_fields li.gfield.gfield_error {
	padding-left: 20px;
	padding-right: 20px;
}

div.gform_wrapper .field_description_below .gfield_description {
	padding-top: 5px;
}

div.gform_wrapper ul.gform_fields li.gfield {
	margin-top: 25px;
}

div.gform_wrapper ul.top_label div.ginput_container {
	margin-top: 0;
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none;
}

div.gform_wrapper li.hidden_label input {
	margin-top: 0;
}

div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
div.gform_wrapper textarea {
	border: none;
	background-color: #f4f4f4;
	padding: 8px 12px;
	font-size: 12px;
	height: 48px;
}

div.gform_wrapper textarea {
	height: 150px;
}

.tab-content li{
	list-style-type:none;
}

.tab-content li a{
	text-decoration:none;
}

.tab-content li a i{
	margin-right:7px;
}
.product-layout-full_width .product-thumbnails{
	position: relative;
}
.product-layout-full_width .product-thumbnails .img-thumbnail{
	display: inline-block;
	margin: 0px 10px 10px;
}
.product-layout-full_width .product-thumbnails .product-thumbnails-inner{
	text-align: center;
}
.single-product .woocommerce-error{
	display:none;
	/*position: absolute;*/
}

.check-yes label{
	color: #222529;
	font-weight: bold;
	margin-right: 10px;
}

#id_dropdown_one_end{
	color:white;
	background: #000 url(../porto/images/select-bg-light.svg)96% 49%/26px 60px no-repeat !important;
	padding-right:31px;
}

select::after{
	color:red;
    content: '\f078'; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Pro"; /* This is the correct font-family*/
    font-style: normal;
    font-weight: 900;
	text-decoration: inherit;
	right: 19px;
	top: 3px;
	position: relative;
}
.far{
	font-family: "Font Awesome 5 Pro" !important;
}
.product-template-default.single .product-type-variable .price span{
	font-size:30px;
}
.archive .price span{
	font-size:18px;
}
.home .price span{
	font-size:18px;
}
.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-Price-amount.amount{
	font-size: 40px;
}
.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{
	font-size: 40px;
}
/*Footer*/
#text-6{
	width:60%;
}

#gform_wrapper_2{
	width:55%;
}

@media (max-width: 992px) {
	#text-6{
		width:100%;
	}
	#gform_wrapper_2{
		width:100%;
	}
	#gform_wrapper_2 .gform_body{
		display:block !important;
		width:100% !important;
	}
	#gform_wrapper_2 .gform_footer{
		display:block !important;
		width:auto !important;
	}
}
#gform_wrapper_2 .gform_body{
	display: inline-block;
	width:300px;
}

#gform_wrapper_2 .gform_footer{
	display: inline-block;
	width:auto;
	
}
#gform_wrapper_2 .gform_footer input{
	height: 48px;
	
}

#menu-links-empresa-footer li{
	border:none;
	padding: 3px 10px;
}
#menu-links-empresa-footer{
	border:none;
}

/*Configuração da tabela de descontos*/
.tabela-container{
	margin-bottom:30px;
}

.tabela-container table{
	border: 1px solid #e7e7e7;
	text-align: center;
}

.tabela-container tr:first-child{
	background-color: #e7e7e7;
    color: black;
}

@media (max-width: 992px){
	.porto-ibanner .porto-ibanner-layer{
		font-size:16px;
	}
}

.product-layout-full_width .product-summary-wrap .variations tr{
	display: table-row;
}

.modal-contacto-arte-final .close{
	text-align: right;
	padding: 15px 40px 0px;
}
#gform_wrapper_4 .gform_heading{
	text-align: center;
}

#gform_wrapper_4 .ginput_container_textarea textarea{
	height: 180px;
}
#gform_wrapper_4 .gform_footer{
	text-align: center;
}

#gform_wrapper_4 .gform_footer input{
	transition: all 0.9s ease;
	font-weight: 600;
}

#gform_wrapper_4 .gform_footer input:hover{
	background-color:transparent;
	color: black;
    font-weight: 600;
	transition: all 0.9s ease;
	border:2px solid black;
}

.related .price .woocommerce-Price-amount{
	font-size: 14px !important;
}
.related .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	font-size: 14px !important;
}
.cart-title-container{
	color:#777777
}
.cart-title-labels{
	font-weight: 700;
}

/*Footer*/

#footer{
	/*background-image: linear-gradient(to right, red , yellow);*/
	background-image:linear-gradient(to bottom,#a61979,#e71261);
	
}

#footer .footer-main aside h3{
	color:white !important;
}
#footer .footer-main aside ul li{
	color:white !important;
}
#footer .footer-main aside ul li strong{
	color:white !important;
	font-weight: 700 !important;
}
#footer .footer-main aside ul li a{
	color:white !important;
}
#footer .contact-details {
    display: block;
}
#footer .menu-footer-bottom-links-container{
	border-bottom:1px solid white !important;
}
#footer a {
	color:white !important;
}
#footer .footer-copyright{
	color:white !important;
}

#footer .footer-main .container{
	padding-top:30px;
}
#footer .footer-main>.container:after {
     margin-top: 0; 
}
#footer .footer-bottom {
	padding: 0px 0;
}
/*Caixa de promoção banner*/

.produtct-promotion-box{
	background-image:linear-gradient(to bottom,#a61979,#e71261);
}

.produtct-promotion-box .porto-ultimate-content-box{
	background-color: transparent !important;
}
@media (max-width: 992px){
	.banner-box{
		left:0 !important;
		width:100%;		
	}
	.banner-box .porto-ultimate-content-box{
		width:100%;
	}
	.banner-box .porto-ultimate-content-box-container{
		width: 100%;
	}
	.banner-box .porto-ultimate-content-box-container{
		width: 100%;
	}
	.porto-ibanner{
		min-height: 0 !important;
	}
}
.letter-spacing-title-small-banner{
	letter-spacing: 2px;
}
.warning-shopping{
	padding:15px;
	color:white;
	background-color:#da221c;
	font-weight: 600;
	line-height: 140%;
}

.warning-shopping a{
	color:white;
	text-decoration: underline;
}
.woocommerce-pagination ul li span.current {
	color: #DD2E69;
	border-bottom:1px solid;
}

ul.products li.product-col .woocommerce-loop-product__title {
     white-space: normal !important;
}
.product-print-warning{
	margin: 20px 0px;
    font-weight: 700;
	color: black;
	font-size: 18px;
}

.tab-start-minimized{
	height: 63px;
	position: relative;
	/*transition: all ease 0.9s;*/

	
}
.wc-pao-addon-container.tab-start-minimized::after{
	font-family: Font Awesome\ 5 pro;
	font-weight: 900;
	content: "\f078";
	margin-right:10px;
	transition: all 0.5s ease;
	position: absolute;
	right:20px;
	top:24px;
	font-size:20px;
	color:white;
}

.tab-start-minimized h3{
	cursor: pointer;
}
.wc-pao-addon-description.tab-start-minimized{
	height:0px;
	opacity: 0;
	/*transition: all ease 0.9s;*/
	position: relative;
	z-index: -1000;
}
.tab-start-minimized .form-row{
	height:0px;
	opacity: 0;
	/*transition: all ease 0.1s;*/
	position: relative;
	z-index: -1000;
}
.wc-pao-addon-description.tab-start-minimized.tab-expand{
	height:auto;
	opacity: 1;
	transition: all ease 0.9s;
	position: relative;
	z-index: 1000;
	
}

.tab-start-minimized .form-row.tab-expand{
	height:auto;
	opacity: 1;
	transition: all ease 0.9s;
	position: relative;
	z-index: 1000;
}
.tab-expand{
	height: auto;
	transition: all ease 0.9s;
	position: relative;
	z-index: 1000;
}

/* Adições 7 de Outubro */

.products.related {
	margin-top: 30px;
}

.product-layout-full_width .product-summary-wrap form.cart {
	margin-top: 20px;
}

.single_add_to_cart_button {
	font-size: 18px;
}

.contact-form-cta-button {
	height: 3rem;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.015em;
	padding: 0 20px;
	margin-bottom: 5px;
	border: 2px solid;
	color: #0cc485;
	background: transparent;
	font-size: 13px;
}

.contact-form-cta-button:hover,
.contact-form-cta-button:focus,
.contact-form-cta-button:active {
	color: #0b9d6b;
	border-color: #0b9d6b;
	background: transparent;
	text-decoration: none;
}

.contact-form-wrap {
	margin-bottom: 30px;
}

ul.products li.product-outimage_aq_onimage .add-links .quickview,
.single_add_to_cart_button,
.wc-forward,
#place_order {
	background: #0cc485;
}

ul.products li.product-outimage_aq_onimage .add-links .quickview:hover,
ul.products li.product-outimage_aq_onimage .add-links .quickview:focus,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus,
.wc-forward:hover,
.wc-forward:focus,
#place_order:hover,
#place_order:focus {
	background: #0b9d6b;
}

.wc-backward,
.wc-forward,
#place_order {
	border: none;
	padding: 20px;
	font-size: 16px;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	letter-spacing: -0.015em;
	line-height: 1.3;
	text-decoration: none;
}

.gform_button {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.woocommerce-message .wc-forward {
	margin-top: 0;
	font-size: 12px;
	padding: 10px 14px;
}

.woocommerce-cart .page-content {
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-cart-form .shop_table {
	margin-bottom: 0;
}

.featured-box .shop_table .coupon {
	margin-top: 7px;
}

.featured-box .cart-actions {
	margin-bottom: 0;
}

.wc-proceed-to-checkout {
	text-align: center;
}

.cart_totals .order-total .amount, 
.review-order.shop_table .order-total .amount {
	font-size: 24px;
	color: #0cc485;
}

.shop_table dl.variation {
	margin-bottom: 5px;
}

.shop_table dl.variation dt,
.shop_table dl.variation dd {
	margin-bottom: 0;
	display: inline-block;
}

.checkout .billing_state {
	float: left;
	width: 49%;
}

.wc_payment_method input:checked + label {
	font-weight: bold;
}

/* Single Produto */

.single-product .product-summary-wrap .sticky-product .price {
	margin-top: 0;
	font-weight: bold;
}

.sticky-product .star-rating,
.sticky-product .availability {
    display: none;
}

.sticky-product .product-name {
    font-family: 'Poppins', 'Helvetica', Arial, sans-serif;
    font-weight: bold;
}