﻿/*
Theme Name:	 Divi 365 Surprises
Theme URI:
Description:	Child theme for the Divi theme to use in www.365Surprises.com
Author:		 365 Surprises
Author URI:
Template:	   divi
Version:		0.1.0
*/

@import url("../divi/style.css");
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Kalam|Gochi+Hand|Permanent+Marker);
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);

/***********************************************************************************************
 * Theme tweaks.
 **********************************************************************************************/
#mobile_menu .clientarea_mobile {
	width: 100%;
}

#mobile_menu a {
	text-align: center
}

#mobile_menu .et-cart-info {
	display: block;
	margin: 0;
	width: 100% !important;
	text-align: center;
}

.clientarea_mobile .buttona {
	border: 2px solid #1a2439;
	padding: 2px 15px 2px 15px;
	font-family: Open Sans;
	color: #1a2439;
	font-size: 13px;
	font-weight: 300;
	border-radius: 45px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
}
.clientarea_mobile .buttona:hover {
	color: #f0c32e;
	border: 2px solid #f0c32e;
}
/*.et-cart-info {
	font-size: 8px;
	margin-left: 8px;
}
.et-cart-info span {
	position: relative;
	border: 2px solid #1a2439;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: 5px;
}
.et-cart-info span:hover {
	border: 2px solid #f0c32e;
	color: #f0c32e;
}
.et-cart-info span:hover:before {
	color: #f0c32e;
}
.et-cart-info span:before {
	content: "\e07a";
	margin-right: 5px;
	margin-left: 5px;
	color: #1a2439;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}*/

#top-menu li a {
	font-family: Oswald, sans-serif;
	color: #1a2439;
	font-size: 14px;
	font-weight: 700;
	line-height: 33.02px;
	text-transform: uppercase;
}
#top-menu li a:hover {
	color: #f0c32e;
}
#top-menu li a.active {
	color: #f0c32e;
}
#top-menu li.current-menu-item > a {
	font-family: Oswald, sans-serif;
	color: #f0c32e;
	font-size: 14px;
	font-weight: 700;
	line-height: 33.02px;
	text-transform: uppercase;
}
#top-menu li.current-menu-item .buttona,
#top-menu li.current-menu-item .buttona:hover{
	color: #f0c32e
}

/* Contactos */
#post-333 .gform_wrapper {
    width: 50%;
    min-width: 300px;
	margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#post-333 ul {
    padding-left: 0;
    padding-right: 0;
}

#post-333 ul li {
    padding-left: 5px;
    padding-right: 5px;
	margin-left: 15px !important;
	margin-right: 0px !important;
}

#post-333 ul li span {
    padding-left: 5px;
    padding-right: 5px;
}

#post-333 ul li span input {
    min-width: 0 !important;
    width: 100% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

#post-333 > li {
    text-align: center !important;
    margin-left: 0;
    margin-right: 0;
}

#post-333 > div div {
    width: 95%;
}

#post-333 input {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#post-333 input#input_21_2.medium {
    position:relative;
    display: inline-block !important;
    width: 99%;
    left: 5px;
}

#post-333 div#input_21_4 {
    position:relative;
    display: inline-block !important;
    text-align: center;
}

#post-333 div#input_21_4 div {
    width: 100% !important;
}

#post-333 #gform_submit_button_21 {
    font-size: 20px;
    font-weight: 500;
    margin: auto;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #2ea3f2;

    border: 2px solid #2ea3f2;
    background: none;
    box-shadow:none;
    border-radius: 2px;
}

/* My Account Page */
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% !important;
}

/* Hide page title. */
.entry-title.main_title,
.page-title {
	display: none;
}

/* Remove right sidebar. */
#main-content .container:before {
	display: none;
}
#left-area {
	width: 100%;
	padding: 0 !important;
}

.post-5 {
	padding: 15%;
	padding-top: 20px;
}

@media only screen and (max-device-width: 720px) {
	.post-5 {
		padding: 5%;
		padding-top: 20px;
	}
}

/* Move Product description below the image. */
.woocommerce div.product {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
}
.woocommerce div.product > div.images {
	display: none;
}
.woocommerce div.product > div.summary.entry-summary {
	text-align: center;
	width: 60%;
	padding: 1%;
	margin: auto;
}
.woocommerce div.product > div.summary.entry-summary li {
	list-style: none;
}

.woocommerce div.product > div.summary.entry-summary .single_add_to_cart_button {
	margin: auto;
	width: 100%;
}

/*.woocommerce div.product > div.images {
	float: none;
	clear: both;
	margin: auto;
	width: 300px;
	height: 300px;
}
.woocommerce div.product > div.summary.entry-summary {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
}*/
.woocommerce div.product .quantity input.qty {
	display: none;
}

span.et_overlay {
	display: none !important;
}

#et-main-area > #main-content > .container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	text-align: center !important;
}

#page-container {
	padding-top: 50px !important;
}

.product-selection > div > h1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-category > a,
.product-item > a {
	display: block;
	width: 100%;
	height: 270px;
	text-align: center;
}

.product-category > a > img,
.product-item > a > img {
	margin-top: 10px;
	width: 200px;
	height: 200px;
}

.product-category > a > h3,
.product-item > a > h3 {
	width: auto;
	height: 50px;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 16px;
	margin: 15px 10px 15px 10px;
}

#et-main-area.single-page-shop {
	font-family: Oswald;
	margin-top: 2px;
}

#et-main-area.single-page-shop .product-selection {
	margin-left: 5%;
	margin-right: 5%;
}

/*#et-main-area.single-page-shop .product-selection > div {*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
	/*white-space: nowrap;*/
/*}*/

.swiper-container {
	width: 100%;
	height: 390px;
}

.swiper-slide {
	height: 270px;
}

/*#et-main-area.single-page-shop .product-selection .categories,*/
/*#et-main-area.single-page-shop .product-selection .products-group {*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
	/*white-space: nowrap;*/
/*}*/

/*#et-main-area.single-page-shop .product-selection > .categories {*/
	/*display: block;*/
	/*background-color: white;*/
	/*overflow-x: scroll;*/
/*}*/

/*#et-main-area.single-page-shop .product-selection > .products {*/
	/*background-color: #dfecf7;*/
	/*margin-top: 10px;*/
	/*overflow-x: scroll;*/
/*}*/

/*#et-main-area.single-page-shop .product-selection > .details {*/
	/*margin-top: 10px;*/
	/*background-color: white;*/
/*}*/

ul.gform_fields > li:first-child {
	font-size: 1.5em;
}

.et_pb_slide {
	/*padding-top: 100px !important;
	background-clip: content-box !important;*/
	/*background-size: 75% !important;*/
	background-position-y: 4em !important;
}

.et_pb_slide_description {
	margin-top: 0 !important;
	padding: 10px !important;
	vertical-align: center;
}

.et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center > p > strong {
	font-size: 28px !important;
}

/*.et_pb_module.et_pb_slider.et_pb_slider_fullwidth_off {
	height: 350px !important;
}

.et_pb_slide.et_pb_container {
	height: 350px !important;
}*/

.et_pb_slide_title {
	margin-top: 0 !important;
	font-size: 2em !important;
}

/*@media (max-width: 980px ) {
	.et_pb_slide_title {
		margin-top: -200px !important;
	}
}

@media (max-width: 768px) {
	.et_pb_slide_title {
		margin-top: -160px !important;
	}
}

@media (max-width: 540px) {
	.et_pb_slide_title {
		margin-top: -130px !important;
	}
}*/

#et-main-area.single-page-shop .product-selection h1 {
	text-align: center;
	padding-top: 10px;
}

/*product-selection*/
#et-main-area.single-page-shop .product-selection .product-category:hover,
#et-main-area.single-page-shop .product-selection .product-item:hover {
	border: 2px solid goldenrod;
}

#et-main-area.single-page-shop .product-selection .product-item {
	background-color: white;
}

@media only screen and (min-device-width: 480px) {
    .product-category.selected,
    .product-item.selected {
        background-color: goldenrod !important;
    }
}

.single-page-shop .images {
	display: none;
}

.single-page-shop .summary.entry-summary {
	width: 100% !important;
	margin: auto !important;
}
.single-page-shop .gform_body {
	width: 100%;
}

.single-page-shop .gform_body ul {
	width: 100%;
}

.single-page-shop .gform_body > ul > li {
	padding: 10px !important;
	width: 100%;
}

/*=======================================================================================================*/
/* Tablete com mensagem: Where the magic happens... xD*/
/*=======================================================================================================*/
.chocolate-bar-display.white {
	background-image: url('assets/products/tablete de chocolate/chocolate branco.png') !important;
}

.chocolate-bar-display.milk {
	background-image: url('assets/products/tablete de chocolate/chocolate de leite.png') !important;
}

.chocolate-bar-display.black {
	background-image: url('assets/products/tablete de chocolate/chocolate negro.png') !important;
}

@media all and (max-width: 480px) {
	.chocolate-bar-display {
		vertical-align: center !important;
		max-width: 240px;
		max-height: 80px;
		min-width: 240px;
		min-height: 80px;
		margin: auto;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.chocolate-bar-display > table {
		position: relative;
		top: 2px;
		left: 3px;
		width: 235px;
		height: 76px;
		margin: 0px !important;
	}

	.chocolate-bar-display > table td > span {
		display: block;
		margin: auto;
		max-width: 23px;
		max-height: 23px;
		min-width: 23px;
		min-height: 23px;
	}
}

@media all and (min-width: 480px) {
	.chocolate-bar-display {
		vertical-align: center !important;
		max-width: 300px;
		max-height: 100px;
		min-width: 300px;
		min-height: 100px;
		margin: auto;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.chocolate-bar-display > table {
		position: relative;
		top: 3px;
		left: 3px;
		width: 295px;
		height: 96px;
		margin: 0px !important;
		table-layout: fixed;
		resize: none;
	}

	.chocolate-bar-display > table td > span {
		display: block;
		margin: auto;
		max-width: 32px;
		max-height: 32px;
		min-width: 32px;
		min-height: 32px;
	}
}

@media all and (min-width: 720px) {
	.chocolate-bar-display {
		vertical-align: middle !important;
		max-width: 510px;
		max-height: 170px;
		min-width: 510px;
		min-height: 170px;
		margin: auto;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.chocolate-bar-display > table {
		position: relative;
		top: 7px;
		left: 5px;
		width: 500px;
		height: 158px;
		margin: 0px !important;
		table-layout: fixed;
		resize: none;
	}

	.chocolate-bar-display > table td > span {
		display: block;
		margin: auto;
		vertical-align: middle;
		text-align: center;
		font-size: 24px;
		max-width: 32px;
		max-height: 32px;
		min-width: 32px;
		min-height: 32px;
	}
}

.chocolate-bar-display > table,
.chocolate-bar-display > table td {
	border: 1px hidden;
	padding: 0 !important;
	text-align: center;
}

.chocolate-bar-display > table td > span {
	color: white;
}

.chocolate-bar-display.white > table td > span {
	color: saddlebrown;
}

.utf8-input > div > input[type=text] {
	text-transform: uppercase;
}
/*=======================================================================================================*/
/* gender Woman checked*/


.gchoice_9_9_0 {
	display: inline-block;
}

.gchoice_9_9_0 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_9_0 label::before{
	content: url('assets/products/opcoes de encomenda/woman.png');
}


.gchoice_9_9_0 #choice_9_9_0 {
	display: none;
}


/* gender Man checked */

.gchoice_9_9_1 {
	display: inline-block;
}

.gchoice_9_9_1 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_9_1 label::before{
	content: url('assets/products/opcoes de encomenda/man.png');
}


.gchoice_9_9_1 #choice_9_9_1 {
	display: none;
}

/* gender Couple/Group checked */

.gchoice_9_9_2 {
	display: inline-block;
}

.gchoice_9_9_2 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_9_2 label::before{
	content: url('assets/products/opcoes de encomenda/couple.png');
}


.gchoice_9_9_2 #choice_9_9_2 {
	display: none;
}

/*=======================================================================================================*/
/* gender Woman checked*/

.gchoice_9_11_0 {
	display: inline-block;
}

.gchoice_9_11_0 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_11_0 label::before{
	content: url('assets/products/opcoes de encomenda/woman.png');
}


.gchoice_9_11_0 #choice_9_11_0 {
	display: none;
}


/* gender Man checked */

.gchoice_9_11_1 {
	display: inline-block;
}

.gchoice_9_11_1 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_11_1 label::before{
	content: url('assets/products/opcoes de encomenda/man.png');
}


.gchoice_9_11_1 #choice_9_11_1 {
	display: none;
}

/* gender Couple/Group checked */

.gchoice_9_11_2 {
	display: inline-block;
}

.gchoice_9_11_2 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_11_2 label::before{
	content: url('assets/products/opcoes de encomenda/couple.png');
}


.gchoice_9_11_2 #choice_9_11_2 {
	display: none;
}

/*=======================================================================================================*/
/* Package type*/			/* TODO verificar para tamanhos reduzidos - smartphones; tablets; menos de 720px retirar a animação do formulário e verificar as borders*/

/* Package 'normal' */

.gchoice_9_6_0 {
	max-width: 320px;
	display: inline-block;
}

.gchoice_9_6_0 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_6_0 label::before{
	content: url('assets/products/opcoes de encomenda/package/embalagem-normal.png');
}


.gchoice_9_6_0 #choice_9_6_0 {
	display: none;
}

/* Package 'vintage'*/

.gchoice_9_6_1 {
	max-width: 300px;
	display: inline-block;
}

.gchoice_9_6_1 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_6_1 label::before{
	content: url('assets/products/opcoes de encomenda/package/embalagem-vintage.png');
}


.gchoice_9_6_1 #choice_9_6_1 {
	display: none;
}

/*=======================================================================================================*/
/* Tipo de envio*/

/* Envio 'normal' */

.gchoice_9_19_0 {
	max-width: 320px;
	display: inline-block;
}

.gchoice_9_19_0 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_19_0 label::before{

	content: url('assets/products/opcoes de encomenda/tipo de envio/gratis.png');
}


.gchoice_9_19_0 #choice_9_19_0 {
	display: none;
}

/* Envio 'expresso' */

.gchoice_9_19_1 {
	max-width: 300px;
	display: inline-block;
}

.gchoice_9_19_1 input[type="radio"]:checked +  label{
	border: 2px solid #ffc400;
	border-radius: 15px;
	color: #ffc400;
}

.gchoice_9_19_1 label::before{
	content: url('assets/products/opcoes de encomenda/tipo de envio/xpress.png');
}


.gchoice_9_19_1 #choice_9_19_1 {
	display: none;
}

body.postid-145  footer#main-footer {
	display: none;
	overflow: hidden;
}

body.page-id-141 footer#main-footer {
	display: none;
	overflow: hidden;
}

body.page-id-142 footer#main-footer {
	display: none;
	overflow: hidden;
}

.prego-campos-produto {
	display: none !important;
}

.woocommerce-message {
	display: none !important;
}

/*
--- EXPERIMENT:START
*/

div#persons {
    position: absolute;
    margin-top: 44px;
}

@media screen and (max-width: 400px) {

	div#persons {
		position: relative;
		/* margin-top: -26px; */
	}
}

.text-write1 {
	width: 219px;
	margin-top: 20px;
	margin-left: 20px;
	height: 94px;
	font-family: 'Permanent Marker', cursive;
	color: #1a2439;
	font-size: 16.4px;
	font-weight: 400;
	line-height: 25.4px;
	transform: matrix(0.884, -0.226, 0.225, 0.884, 0, 0);
	/*background-image: url('wp-content/assets/images/setadown.png');*/
}


/*
.extra-text1 {
	background-image: url('assets/images/setadown.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
	width: 230px;
}
*/

/*#main-footer .container .clearfix {*/
	/*padding: 25px;*/
	/*width: 100% !important;*/
	/*height: 190px;*/
/*}*/

/*#footer-widgets {*/
	/*width: 100%;*/
/*}*/

/*.footer-widget {*/
	/*margin: 1.6% !important;*/
	/*width: 30% !important;*/
	/*align: right !important;*/
/*}*/

/*.fwidget.et_pb_widget.widget_text {*/
	/*align: right !important;*/
/*}*/

ul.et-social-icons {
	float: left;
	list-style: none !important;
	border: 1px thick black;
}

#et_top_search {
	display:none;
}

.gform_body li.gfield {
	background-color: white !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* Experimentar stuff... */
body {
	color: #1a2439;
}
h2 {
	/*font-family: Oswald, Helvetica, Arial, sans-serif;
	color: #ffc400;
*/	font-size: 25px;
	font-weight: 700;
	line-height: 33.02px;
}
h1, h3, h4, h5, h6 {
	color: #1a2439;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
p {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	color: #1a2439;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.4px;
}
.conteudo {
	padding: 0!important;
	top: -155px;
	z-index: 9;
	/* margin-bottom: -155px; */
    /* position: absolute; */
    /* margin: 0 13%; */
    /* width: 100%; */
    /* text-align: center; */
	position: absolute;
	/* top: 0px; */
    /* z-index: 2; */
	width: 400px;
	margin-left: -200px;
	left: 50%;
}
.conteudo img {
	width: 100%;
	vertical-align: bottom;
	position: relative;
	/* margin: 0 auto; */
	height: 200px;
	max-width: 200px;
}
.et_pb_section.et_pb_section_1.et_section_regular.et_section_transparent {
	padding-top: 0!important;
}
.conteudoup {
	padding-top: 0px!important;
	margin-top: -60px!important;
}
.separator {
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 900;
	width: 100%;
	height: 100px;
}
.separator .separator-top {
	top: -99px;
	bottom: auto;
}
.separator path {
	fill: #ffffff;
}
svg:not(:root) {
	overflow: hidden;
}
#homeslider .et_pb_fullwidth_header {
	padding-bottom: 50px !important;
}
.et_pb_fullwidth_header {
	padding-bottom: 0 !important;
}
.header-content h1 {
	font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	color: #0c1f37 !important;
	letter-spacing: 1px;
}
.et_pb_fullwidth_header_subhead {
	font-family: 'Permanent Marker', cursive;
	color: #29b9f2 !important;
	font-size: 16px;
	letter-spacing: 1px;
}
.et_pb_widget_area_left {
	border-right: none;
	padding-right: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #1a2439 !important;
 font-family: Oswald;
 text-transform: uppercase;
 opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #1a2439 !important;
 font-family: Oswald;
 text-transform: uppercase;
 opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #1a2439 !important;
 font-family: Oswald;
 text-transform: uppercase;
 opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:   #1a2439 !important;
 font-family: Oswald;
 text-transform: uppercase;
 opacity:  0.5;
}
.gfield .field_sublabel_below {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
/*header & menu*****************************************************************************/


.et_mobile_menu {
	border: none;
}
#main-header {
	box-shadow: none;
	top: 0px;
}
.logocontainer {
	width: 100%;
	position: absolute;
}
img#logoheader {
	width: 84px;
}
/*div#et-top-navigation {

	text-align: center !important;
	float: none!important;
	width: 100%;
	font-family: Oswald, sans-serif;
	color: #1a2439;
	font-size: 20.32px;
	font-weight: 700;
	line-height: 33.02px;
	padding-left: 22%!important;
}*/
#top-menu li a {
	font-family: Oswald, sans-serif;
	color: #1a2439;
	font-size: 14px;
	font-weight: 700;
	line-height: 33.02px;
	text-transform: uppercase;
}
a, #top-menu li.current-menu-item > a {
	font-family: Oswald, sans-serif;
	color: #f0c32e;
	font-size: 14px;
	font-weight: 700;
	line-height: 33.02px;
	text-transform: uppercase;
}
#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover, #et-info-email:hover, .et-social-icons a:hover {
	color: #f0c32e;
}
.navigation.slide #top-menu li a {
	font-family: Oswald, sans-serif;
	color: #1a2439;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.02px;
	text-transform: uppercase;
	    display: block;
    position: relative;
    text-align: center;
    margin-left: 0!important;
    padding-bottom: 20px;
	float: none !important;
}
.navigation.slide #top-menu li.current-menu-item > a {
	font-family: Oswald, sans-serif;
	color: #f0c32e;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.02px;
	text-transform: uppercase;
}
.navigation.slide #top-menu-nav > ul > li > a:hover{
	color: #f0c32e;
}
.navigation.slide ul#top-menu {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
.navigation.slide #top-menu li {
    display: block !important;


}

.navigation.slide {
	    display: table-cell;
    opacity: 1;
    z-index: 9;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.navigation.slide #top-menu li a:hover {
	color: #f0c32e;
}
.navigation.slide #top-menu li a.active {
	color: #f0c32e;
}

.navigation.slide nav {
	 position: relative;
    float: none;
    /* display: inline-block; */
    padding-top: 7.2%;
    margin: 0 auto;
    width: 100%;;
}
.navigation.slide #top-menu li a:hover {
	color: #f0c32e;
}
.navigation.slide #top-menu li a.active {
	color: #f0c32e;
}

.navigation.slide #top-menu li {
	text-align: center;
	font-size: 24px;
	padding-right: 2px;
}

#et-top-navigation > .et-cart-info {
	display: none;
}

#top-menu .et-cart-info {
	margin-left: 0;
}

#top-menu .et-cart-info span {
	position: relative;
	border: 2px solid #1a2439;
	border-radius: 50%;
	text-align: center;
	padding: 2px;
	top: 10px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#mobile_menu .et-cart-info span:before {
	position: relative;
	border: 2px solid #1a2439;
	border-radius: 50%;
	text-align: center;
	padding: 10px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#top-menu .et-cart-info span:hover {
	border: 2px solid #f0c32e;
	color: #f0c32e;
}

#top-menu .et-cart-info span::before {
	/*content: "\e07a";*/
	margin-right: 5px;
	margin-left: 5px;
}
.newheader {
	position: absolute;
	width: 98%;
	height: 100px;
	/* top: 7%; */

    /* margin-top: -100px; */

	z-index: 99;
}
.clientareaheader {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	position: absolute;
	z-index: 100;
	right: 10%;
}
.clientarea {
	position: relative;
	padding: 0% 4% 0% 0%;
	float: right;
}
.clientarea .buttona {
	border: 2px solid #ffffff;
	padding: 7px 15px 7px 15px;
	font-family: Open Sans;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	border-radius: 45px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.clientarea .buttona:hover {
	color: #f0c32e;
	border: 2px solid #f0c32e;
}
.newheader .et-cart-info span {
	position: relative;
	border: 2px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.newheader .et-cart-info span:hover {
	border: 2px solid #f0c32e;
	color: #f0c32e;
}
.newheader .et-cart-info span:hover:before {
	background-color: #29abfc;
	color: #f0c32e;
}
/*.newheader .et-cart-info span:before {
	content: "\e07a";
	margin-right: 5px;
	margin-left: 5px;
	color: #ffffff;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}*/
.nav-menu-icon {
	position: relative;
	margin: 5% 0% 0% 10%;
	float: left;
}
.header-share {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 5%;
	text-align: center;
}
.header-share ul.et-social-icons {
	position: relative;
	color: #1a2439;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	float: none;
	margin: 0px 5px;
	display: inline-block;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
.header-share .et-social-icons a i:after {
	width: 0px;
	content: '';
	height: 0px;
}
.header-share .et-social-icons a:hover {
	color: #DFA240;
}
.nav-menu-icon a {
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-decoration: none;
}
.nav-menu-icon a i {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 4px;
	color: #262626;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #262626;
	transition: all .2s ease-out;
}
.nav-menu-icon a i::before, a i::after {
	content: '';
	width: 24px;
	height: 4px;
	background: #262626;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}
.nav-menu-icon a i::before {
	top: -7px;
}
.nav-menu-icon a i::after {
	bottom: -7px;
}
.nav-menu-icon a:hover i::before {
	top: -10px;
}
.nav-menu-icon a:hover i::after {
	bottom: -10px;
}
.nav-menu-icon a.active i {
	background: #fff;
}
.nav-menu-icon a.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.nav-menu-icon a.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.nav-menu-icon a {
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 50%;
	margin-top: -9px;
	z-index: 99;
}
.navigation {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	left: 0px;
	top: 0px;
	text-align: center;
	display: none;
	opacity: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
.navigation a {
	float: left;
	position: relative;
	margin-left: 50px;
	font-size: 18px;
	color: #1a2439;
	text-align: center;
	letter-spacing: 2px;
	line-height: 22px;
	font-family: raleway, sans-serif;
	font-weight: 700;
}
.navigation nav {
	position: relative;
	float: none;
	display: inline-block;
	padding-top: 7.2%;
}
.navigation.slide {
	display: block;
	opacity: 1;
	z-index: 9;
}
.navigation #top-menu li a:hover {
	color: #f0c32e;
}
.navigation #top-menu li a.active {
	color: #f0c32e;
}
/*#et_mobile_nav_menu {
	float: left;
}
.mobile_menu_bar:before {
	color: #1a2439;
}
.et_mobile_menu li a {
	border-bottom: 1px solid rgba(0,0,0,0.03);
	color: #1a2439;
	padding: 10px 5%;
	display: block;
}
.et_mobile_menu li a:hover, .et_mobile_menu li a.active {
	background-color: rgba(0,0,0,0.03);
	color: #f0c32e
}
.clientarea_mobile {
	float: right;
}
.clientarea_mobile .buttona {
	border: 2px solid #1a2439;
	padding: 7px 15px 7px 15px;
	font-family: Open Sans;
	color: #1a2439;
	font-size: 13px;
	font-weight: 300;
	border-radius: 45px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	margin-right: 5px;
}*/

/*@media screen and (max-width: 1270px) {
div#et-top-navigation {
	padding-left: 15%!important;
	margin-left: 20px;
}
.container {
	width: 90%;
}
}*/

@media screen and (max-width: 1080px) {
.container {
	width: 95%;
}
#top-menu li {
	display: inline-block;
	font-size: 14px;
	padding-right: 2px;
}
}

/*@media screen and (max-width: 980px) {
.newheader {
	display: none;
}
img#logoheader {
	width: 98px;
	z-index: 99999;
	position: relative;
	left: 39%;
}
.et_header_style_left #et-top-navigation {
	margin: 0 !important;
	padding-left: 0 !important;
	float: left!important;
}
.clientarea_mobile {
	margin-top: -55px;
	float: right;
}
}*/

@media screen and (max-width: 580px) {
img#logoheader {
	width: 104px;
	z-index: 99999;
	position: relative;
	float: left;
	left: 15%;
}
}

/*@media screen and (max-width: 400px) {
.clientarea_mobile {
	display: none;
}
img#logoheader {
	width: 84px;
	z-index: 99999;
	position: relative;
	float: none;
	left: 34%;
}
}*/



/*homeslider*****************************************************************************/


#homeslider img {
	width: 40%;
	margin-top: -7%;
	position: relative;
}
#homeslider .et_pb_promo_button {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 22px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	box-shadow: 0px 3px 5.46px 0.54px rgba(20, 31, 61, 0.46);
	text-transform: uppercase;
}
#homeslider .et_pb_button:after {
	padding-top: 1%;
	color: #1a2439;
	font-size: 30.56px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.50);
}
#homeslider h1 {
	font-family: Oswald;
	color: #1a2439;
	font-size: 30px;
	font-weight: 400;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.50);
	text-transform: uppercase;
	line-height: 45px;
}
#homepage .et_pb_blurb_container {
	padding: 5px 0px 0px 15px;
	color: #1a2439;
}
#homepage span.et-pb-icon.et-waypoint.et_pb_animation_top.et-animated {
	font-size: 32px;
	display: inline-block;
}
#homepage p {
	font-size: 32px;
	display: inline-block;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a {
	color: #1a2439;
	vertical-align: middle;
}
.modal-backdrop {
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 9;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	z-index: 9999999;
	margin-top: 15%;
}
span.blurbtextas {
	vertical-align: top;
	padding-left: 10px;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #fff;
}
div#homepage {
    padding-top: 5%;
}
@media screen and (max-width: 980px) {
#homeslider img {
	width: 60%;
	margin-top: 3%;
	position: relative;
}
}

@media screen and (max-width: 680px) {
  #homeslider img {
  	width: 100%;
  	margin-top: 8%;
  	position: relative;
  }
  #homeslider .et_pb_promo_button {
  	padding: 27px;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  	margin: 0;
  	width: 100%;/* max-width: 800px; */
  }
}
/*second*****************************************************************************/

#second img {
	width: 45%;
}
#second h4 {
	padding-top: 8%;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	color: #1a2439;
	font-size: 23px;
	font-weight: 400;
	line-height: 35.56px;
	text-transform: uppercase;
}
#second p {
	padding-top: 8%;
	font-family: Open Sans, Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
	color: #1a2439;
	font-size: 20.32px;
	font-weight: 300;
	line-height: 33.02px;
}
.conteudo .et_pb_column.et_pb_column_1_3.et_pb_column_1 {
	margin: 0;
	padding: 0;
	width: 100%;
}

@media screen and (max-width: 980px) {
.conteudo {
	top: -105px;
}
}

@media screen and (max-width: 400px) {
#second img {
	width: 80%;
}
}
/*Illustration*****************************************************************************/



div#icon_arrow {
	padding: 0;
}
#button_surprises .et_pb_promo_button {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 30.56px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
}
#button_surprises .et_pb_button:after {
	padding-top: 6%;
	color: #1a2439;
	font-size: 30.56px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
}
div#titletext p {
	font-family: Permanent Marker;
	font-size: 23px;
	text-rendering: optimizeLegibility;
}
/*testimonials*****************************************************************************/



.et_pb_testimonial_description_inner p {
	color: #0c1f37;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	font-style: italic;
}
.et_pb_testimonial_meta {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	color: #1a2439;
	font-size: 12px !important;
	font-style: italic;
	line-height: 5px;
}
.et_pb_testimonial_author {
	font-family: Oswald, Helvetica, Arial, sans-serif;
	color: #1a2439;
	font-size: 16px;
	font-weight: 400;
	line-height: 33.02px;
	text-transform: uppercase;
}
/*icons animation*****************************************************************************/

#icons_anim {
	font-family: Oswald, Helvetica, Arial, sans-serif;
	color: #1a2439;
	font-size: 18px;
	font-weight: 400;
	line-height: 33.02px;
}
div#icons_anim img {
	width: 37%;
}
/*Exemplo Presentes*****************************************************************************/

.et-pb-arrow-prev, .et-pb-arrow-next {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -24px;
    opacity: 0;
    color: #cccccc !important;
    font-size: 48px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-presentes .et_pb_text_1 p{
    color: #fff;
    font-family: Oswald;
    font-size: 40px;
    line-height: 50px;
    vertical-align: middle;
   }

  #section-presentes .et_pb_row.et_pb_row_8.et_pb_equal_columns.et_pb_row_fullwidth {
    padding: 0 !important;
}
div#slider-presentes {
    height: 420px;

}
.bigtext {
	position: absolute;
	z-index: 999;
	top: -20;
	margin: 0 auto;
	text-align: center;
	margin-top: -180px;
	width: 100%;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	color: #feffff;
	font-size: 45px;
	font-weight: 700;
	line-height: 33.02px;
	text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
}
.et_pb_section_4 {
	height: auto !important;
}
.et_pb_slide.et_pb_bg_layout_dark.et_pb_media_alignment_center.et_pb_slide_0.et-pb-active-slide {
	height: 400px;
}

@media screen and (max-width: 400px) {
.bigtext {
	margin-top: -240px;
	line-height: 53.02px;
}
}
/*Newsletter Egoi*****************************************************************************/
/*Newsletter MailChimp*****************************************************************************/

.subscribe-form {
	position: relative;
	margin: 20px auto;
	width: 100%;
}
.subscribe-input {
	padding: 0 16px !important;
	width: 100%;
	font-family: 'Oswald, Helvetica, Arial, sans-serif', sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
}
.subscribe-input:focus {
	outline: 0;
}
.subscribe-submit {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 50px !important;
	width: 117px !important;
	border-radius: 0 40px 40px 0;
	font-family: 'Oswald', Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	font-weight: 900;
	border-width: 3px;
	border-color: #0c1f37;
	border-style: solid;
	background-color: #29abfc;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}
.subscribe-submit:hover {
	background-color: #f0c32e;
}
.subscribe-submit:active {
	background: #4cdf4d;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.lt-ie9 .subscribe-input {
	line-height: 33px;
}
.write_newsletter {
	width: 340px;
	margin-top: -20px;
	height: 94px;
	font-family: 'Permanent Marker', cursive;
	color: #1a2439;
	font-size: 25.4px;
	font-weight: 400;
	line-height: 25.4px;
	transform: matrix(0.884, -0.226, 0.225, 0.884, 0, 0);
}
.newsletter_form {
	background-image: url(http://www.365surprises.com/wp-content/themes/Divi-child/images/setaup.png);
	background-repeat: no-repeat;
	background-position: 94px 87px;
	height: 230px;
	width: 300px;
}
.et_pb_section_5 {
	background-color: #ffffff;
	padding-bottom: 0;
}

@media screen and (max-width: 400px) {
.et_pb_text_4 {
	background-image: none !important;
}
.write_newsletter {
	width: 100%;
	/* margin-top: -20px; */

	height: 32px;
	font-family: 'Permanent Marker', cursive;
	color: #1a2439;
	font-size: 20px;
	font-weight: 400;
	line-height: 25.4px;
	transform: none;
	text-align: center;
}
.newsletter_form {
	background-image: none;
	height: auto;
	width: 100%;
}
.subscribe-submit {
	display: block;
	position: inherit;
	/* top: 5px; */

    /* right: 0px; */

	height: 50px !important;
	width: 70% !important;
	border-radius: 40px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	font-weight: 900;
	border-width: 3px;
	border-color: #0c1f37;
	border-style: solid;
	background-color: #29abfc;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 5%;
}
.subscribe-input {
	text-align: center;
}
.et_pb_section_5 {
	background-color: #ffffff;
	padding: 0;
}
}

@media screen and (max-width: 1024px) {
.et_pb_text_4 {
	background-image: none !important;
}
.write_newsletter {
	width: 100%;
	/* margin-top: -20px; */

	height: 32px;
	font-family: 'Permanent Marker', cursive;
	color: #1a2439;
	font-size: 20px;
	font-weight: 400;
	line-height: 25.4px;
	transform: none;
	text-align: center;
}
.newsletter_form {
	background-image: none;
	height: auto;
	width: 100%;
}
.et_pb_section_5 {
	background-color: #ffffff;
	padding: 0;
}
}
/*Footer*****************************************************************************/

.et_pb_widget {
	float: left;
	max-width: 100%;
	width: 100%;
}
div#text-2 .textwidget {
	text-align: center;
	width: 100%;
	/* display: inherit; */
	position: relative;
	margin: 0 auto;
}
#footer-widgets .footer-widget li {
	padding-left: 0;
	position: relative;
}
.footer-widget h4 {
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.75) !important;
	font-family: Oswald, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif
}
.footer-title {
	height: 60px;
	position: relative;
}
.title-content {
	position: absolute;
	bottom: 0;
	left: 0;
}
.text-wrapper {
	overflow: hidden;
}
.text-wrapper div {
	min-height: 200px;
	padding: 10px;
}
#one {
	width: 45%;
	float: left;
	margin-right: 20px;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	color: #0c1f37;
	font-size: 12px;
	font-weight: 900;
	line-height: 24px;
}
#two {
	overflow: hidden;
	margin: 10px;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	color: #0c1f37;
	font-size: 12px;
	font-weight: 900;
	line-height: 24px;
}
#one a, #two a {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	color: #0c1f37;
	font-size: 12px;
	font-weight: 900;
	line-height: 24px;
}
.one {
	margin-top: 10px;
}
.one a {
	color: #0c1f37;
	font-weight: 900;
	line-height: 24px;
	font-size: 13px;
}
/*social*/



.et-social-icons {
	float: left;
}
.et-social-icons li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 20%;
	margin-left: 0;
}
li.et-social-icon.et-social-facebook {
	padding-left: 0 !important;
}
.et-social-google-plus a.icon:before {
	content: '\e09a';
}
.et-social-rss a.icon:before {
	content: '\e095';
}
#footer-widgets .footer-widget li a:hover {
	color: #f0c32e;
	opacity: 1.0;
}
.et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
	width: 100%;/*display: none;*/
}
footer a, .bottom-nav, .bottom-nav a, .bottom-nav li.current-menu-item a {
	font-family: Oswald, Helvetica, Arial, sans-serif;
	color: rgb(12, 31, 55) !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
footer a:hover, .bottom-nav a:hover {
	opacity: 1;
	color: #f0c32e !important;
}
.bottom-nav {
	padding: 0px 0 30px 0;
}
.payments {
	float: right;
	position: relative;
	margin-top: -63px;
}

/*Responsive media queries***********************************************************/



@media screen and (max-width: 980px) {
#footer-widgets .footer-widget:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
	width: 100% !important;
}
div#text-3 {
	padding: 20px !important;
}
#footer-widgets {
	padding: 0% 0;
}
.bottom-nav {
	/* letter-spacing: 2px; */

    /* float: left; */

	text-align: left;
}
.footer-widget:nth-child(n) {
	width: 46.25% !important;
	margin: 0 7.5% 0.5% 0 !important;
}
#footer-widgets .footer-widget:nth-last-child(1) {
	width: 100% !important;
	margin: 0 auto;
}
.footer-title {
	height: 50px;
	/* position: relative; */
	text-align: center;
}
.textwidget {
	text-align: center;
}
ul.et-social-icons {
	/* text-align: center; */
	margin-top: 0;
	float: none;
}
.et-social-icons li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 8%;
	margin-left: 0;
}
div#text-4 {
	padding-bottom: 8%;
}
div#text-3 {
	padding-top: 4%;
}
.footer-title {
	height: 50px;
	/* position: relative; */

	text-align: center;
}
h4.title-content {
	text-align: center;
	position: relative;
}
}

@media screen and (max-width: 768px) {
.footer-widget:nth-child(n) {
	/* width: 46.25% !important; */

	margin: 0 7.5% 0 0 !important;
}
div#text-3 {
	text-align: center;
	width: 100%;
	/* display: inherit; */
	position: relative;
	margin: 0 auto;
	padding-top: 0;
}
div#text-4 {
	padding-bottom: 40px;
}
.et-social-icons li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 3%;
	margin-left: 0;
	margin-bottom: 3%;
	padding-bottom: 4%;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
	margin-bottom: 0 !important;
}
.footer-widget:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
.bottom-nav {
	display: none;
}
.payments {
	float: none;
	position: relative;
	margin-top: 0px;
	text-align: center;
}
}

@media screen and (max-width: 400px) {
#one, #two {
	float: none;
	margin: 0;
	width: auto;
	text-align: center;
}
.textwidget {
	text-align: center;
}
ul.et-social-icons {
	/* text-align: center; */


	float: none;
}
.footer-title {
	height: 50px;
	/* position: relative; */

	text-align: center;
}
h4.title-content {
	text-align: center;
	position: relative;
}
.bottom-nav {
	display: none;
}
.payments {
	float: none;
	position: relative;
	margin-top: -63px;
	text-align: center;
}
}

@media screen and (max-width: 980px) {
}
#one a, #two a {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	color: #0c1f37;
	font-size: 12px;
	font-weight: 900;
	line-height: 24px;
}
/*Newsletter Egoi*****************************************************************************/
.errorcenter.erroregoimaillistbuilderwidget-2 {
	text-align: center;
}
#subscribe .egoi_widget_style {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#subscribe .egoi_widget_style .submit-button {
	/* margin-bottom: 15px; */
    /* width: 100%; */
	display: block;
	position: absolute;
	top: 25px;
	right: 0px;
	height: 50px !important;
	width: 117px !important;
	border-radius: 0 40px 40px 0;
	font-family: 'Oswald', Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	font-weight: 900;
	border-width: 3px;
	border-color: #0c1f37;
	border-style: solid;
	background-color: #29abfc;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#subscribe .egoi_widget_style .submit-button:hover {
	background-color: #f0c32e;
}
#subscribe form#egoi-mail-list-builder-widget-formegoimaillistbuilderwidget-4 label {
	font-family: Oswald;
    text-transform: Uppercase;
    /* position: absolute; */
    /* text-align: left; */
    /* left: 32px; */
    margin-bottom: 10px;
}
.egoi_widget_style {
	position: relative;
	margin: 0 auto;
	width: 80%;
	text-align: center;
}
div#egoimaillistbuilderwidget-2 h4 {
	text-align: center;
	position: relative;
}
form#egoi-mail-list-builder-widget-formegoimaillistbuilderwidget-2 label {
	/*display: none;*/
}
.egoi_widget_style .widget-text input {
	/* width: 100%; */
    /* margin-bottom: 10px; */
	padding: 0 16px !important;
	width: 100%;
	font-family: 'Oswald, Helvetica, Arial, sans-serif', sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
}
.egoi_widget_style .submit-button {
	/* margin-bottom: 15px; */
    /* width: 100%; */
	display: block;
	position: absolute;
	top: 23px;
	right: 0px;
	height: 50px !important;
	width: 117px !important;
	border-radius: 0 40px 40px 0;
	font-family: 'Oswald', Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	font-weight: 900;
	border-width: 3px;
	border-color: #0c1f37;
	border-style: solid;
	background-color: #f0c32e;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.egoi_widget_style .submit-button:hover {
	background-color: #29abfc;
}
.egoi_widget_style .submit-button:active {
	background: #4cdf4d;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 400px) {
.egoi_widget_style .submit-button {
	display: block;
	position: inherit;
	/* top: 5px; */
    /* right: 0px; */
	height: 50px !important;
	width: 70% !important;
	border-radius: 40px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	font-weight: 900;
	border-width: 3px;
	border-color: #0c1f37;
	border-style: solid;
	background-color: #f0c32e;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
}
#subscribe .egoi_widget_style .submit-button {
	display: block;
	position: inherit;
	/* top: 5px; */
    /* right: 0px; */
	height: 50px !important;
	width: 70% !important;
	border-radius: 40px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	font-weight: 900;
	border-width: 3px;
	border-color: #0c1f37;
	border-style: solid;
	background-color: #29abfc;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
}
}
/*BLOG & Posts ***********************************************************/

.et_post_meta_wrapper h1 {
	font-family: Oswald, sans-serif !important;
	color: #0c1f37;
	text-transform: uppercase;
	padding: 5% 2% 1% 2%;
	text-align: center;
}
#left-area .post-meta {
	font-size: 14px;
	padding-bottom: 15px;
	text-align: center;
	color: #29b9f2;
}
#left-area .post-meta a {
	text-decoration: none;
	color: #f2b604;
	font-family: Open Sans, sans-serif;
	text-transform: none;
}
div#left-area article h2 {
	color: #0c1f37;
	font-family: Oswald, sans-serif;
	text-align: center;
	font-size: 30px !important;
}
.et_pb_blog_grid .et_pb_post {
	border: 3px solid #0c1f37;
	padding: 19px;
	background-color: #DFECF7;
	word-wrap: break-word;
	border-radius: 2px;
	border-style: inset;
	text-align: center;
}
.et_pb_post h2 a {
	text-decoration: none;
	color: #0c1f37;
	text-align: center;
	line-height: 10px !important;
	padding: 0;
	font-size: 17px;
	letter-spacing: 1px;
}
.et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post p {
	color: #29abfc;
	font-size: 12px;
	line-height: 17px;
}
.et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p a {
	color: #f2b604;
	font-family: Open Sans, sans-serif;
	text-transform: none;
	font-size: 12px;
	line-height: 17px;
}
.et_pb_blog_grid h2 {
	font-size: 24px !important;
	margin-top: 19px;
	line-height: 26px;
	padding-bottom: 13px;
	border-bottom: 3px solid #0c1f37;
	margin-bottom: 10px;
}
.et_pb_blog_grid h2::before {
	content: url(http://365surprises.com/wp-content/themes/Divi-child/images/envelope.png);
	position: relative;
	text-align: center;
	display: block;
}
/* Página Pagemntos*******************************************************/

.pagamentos .et_pb_blurb_container p {
	font-size: 12px;
	line-height: 17px;
	padding-top: 3%;
}
.pagamentos .et_pb_blurb_content {
	max-width: 100%;
}
.pagamentos .et_pb_blurb_position_left .et_pb_main_blurb_image {
	width: 150px;
	display: table-cell;
}
/*Loja Formulário***********************************************************************/
#content {
	margin-left: auto;
	margin-right: auto;
}

/* to completely remove the right sidebar */
/*#rightbar {
	display: none;
}

#left-area ul {
	line-height: 26px;
	margin: 0 !important;
	padding: 0;
	width: 100%;
}
#left-area ul li ul {
	padding: 0;
}*/
.gform_wrapper {
	overflow: inherit;
	margin: 1em 0;
	max-width: 100%;
}
.gform_wrapper .gfield_required {
	display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255, 255, 255, 0.14);
	margin-bottom: .375em!important;
	padding: 20px;
	border: 3px dashed #FF7C7C;
	/* border-bottom: none; */
	border-radius: 4px;/* color: #fff; */
}
#field_2_30.gfield_error, #field_2_30.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	top: 0;
}
#field_2_30.gfield_error, #field_2_30.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	top: 0;
}
#field_2_5.gfield_error, #field_2_30.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	top: 0;
}
#field_2_3.gfield_error, #field_2_30.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding: 20px;
}
.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message {
	color: #FF7C7C;
}
.gform_wrapper div.validation_error {
	background: #ff7c7c;
	padding: 1em 2em 1em 3.5em!important;
	margin: 0 0 2em!important;
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 18px !important;
	color: #fff !important;
}
#formulario {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	position: relative;
}
.gform_wrapper .gform_heading {
	display: none;
}
.gform_wrapper ul li.gfield {
	clear: both;
	text-align: center;
}
.gfield_label {
	padding-top: 2%;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	color: #1a2439;
	font-size: 23px;
	font-weight: 400 !important;
	line-height: 35.56px;
	text-transform: uppercase;
}
.gform_wrapper .gfield_radio li label {
	display: block;
	margin: 0 !important;
	padding: 0;
	width: auto;
	line-height: 1.5;
	vertical-align: top;
}
/*quem e o sortudo*/
#input_2_2 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_2 li {
	display: inline-block;
	position: relative;
	padding: 10px;
	max-width: 200px;
	width: 30%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
}
#input_2_2 li label {
	color: #0c1f37;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#input_2_2 li input[type="radio"]:checked + label {
	color: #ffc400;
}
#input_2_2 li label:hover {
	color: #ffc400;
}
#input_2_2 label {
	display: block;
	padding-top: 100%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#input_2_2 label::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	background-position: center center;
	background-size: 95px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#input_2_2 label:hover::after {
	opacity: 1;
	border-radius: 3px;
	border: 2px solid #FFE280;
	padding: 5px;
	background-color: #FFE280;
}
/*quem e o sortudo homem*/
#input_2_2 label#label_2_2_0::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/man.png);
}
/*quem e o sortudo mulher*/
#input_2_2 label#label_2_2_1::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/woman.png);
}
/*quem e o sortudo casal*/
#input_2_2 label#label_2_2_2::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/couple.png);
}

input.large,
select.large {
	width: 100%;
	padding: 0 16px !important;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
	text-transform: uppercase;
	text-align: center;
}

#product-display ul,
#product-display ol {
	list-style: none;
}
/*Faixa etária*/

li#field_2_30 {
	position: relative;
	top: -90px;
}
#field_2_30 label.gfield_label {
	display: none;
}
#field_2_30 .ginput_container_select {
	width: 65%;
	float: right;
}
select#input_2_30 {
	width: 100%;
	padding: 0 16px !important;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
	text-transform: uppercase;
	float: right;
}
/*idade*/
#field_2_4 label.gfield_label {
	display: none;
}
li#field_2_4 {
	float: left;
	clear: none;
	width: 50%;
	/* max-width: 100px; */
	padding-left: 33%;
	position: relative;
	margin-top: -68px;
}
/*.idade label {
	display: none;
	margin: 0;
	padding: 0;
}*/
.idade .ginput_container {
}
input#input_2_4 {
	padding: 0 16px !important;
	width: 100%;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
	text-transform: uppercase;
}
/*profissao*/





#field_2_5 label.gfield_label {
	display: none;
}
li#field_2_5 {
	clear: none;
	position: relative;
	top: -72px;
}
.profissao label {
	display: none;
	margin: 0;
	padding: 0;
}
.profissao .ginput_container {
	width: 65%;
	float: right;
}
input#input_2_5 {
	padding: 0 16px !important;
	width: 100%;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
	text-transform: uppercase;
}
/*quem é ele a ti*/

li#field_2_22 {
	margin-bottom: 50px;
}
#field_2_22 label.gfield_label::after {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 24px;
	height: 24px;
	border: 2px solid rgba(12,31,55,0.5);
	color: rgba(12,31,55,0.50);
	border-radius: 50%;
	content: 'i';
	vertical-align: top;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, serif;
	line-height: 24px;
	cursor: pointer;
	pointer-events: auto;
	text-transform: lowercase;
}
#field_2_22 label.gfield_label:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
	color: #FF7A7A;
	border-color: #FF7A7A;
}
#field_2_22 label.gfield_label:hover ~ .gfield_description, #field_2_22 label.gfield_label:hover {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}
#field_2_22 .gfield_description {
	opacity: 0;
}
input#input_2_22 {
	width: 100%;
	padding: 0 16px !important;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
	text-transform: uppercase;
}
/*quem é ela a ti*/
li#field_2_23 {
	margin-bottom: 50px;
}
#field_2_23 label.gfield_label::after {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 24px;
	height: 24px;
	border: 2px solid rgba(12,31,55,0.5);
	color: rgba(12,31,55,0.50);
	border-radius: 50%;
	content: 'i';
	vertical-align: top;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, serif;
	line-height: 24px;
	cursor: pointer;
	pointer-events: auto;
	text-transform: lowercase;
}
#field_2_23 label.gfield_label:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
	color: #FF7A7A;
	border-color: #FF7A7A;
}
#field_2_23 label.gfield_label:hover ~ .gfield_description, #field_2_23 label.gfield_label:hover {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}
#field_2_23 .gfield_description {
	opacity: 0;
}
input#input_2_23 {
	width: 100%;
	padding: 0 16px !important;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
	text-transform: uppercase;
}
/*quem sao eles a ti*/
li#field_2_24 {
	margin-bottom: 50px;
}
#field_2_24 label.gfield_label::after {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 24px;
	height: 24px;
	border: 2px solid rgba(12,31,55,0.5);
	color: rgba(12,31,55,0.50);
	border-radius: 50%;
	content: 'i';
	vertical-align: top;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, serif;
	line-height: 24px;
	cursor: pointer;
	pointer-events: auto;
	text-transform: lowercase;
}
#field_2_24 label.gfield_label:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
	color: #FF7A7A;
	border-color: #FF7A7A;
}
#field_2_24 label.gfield_label:hover ~ .gfield_description, #field_2_24 label.gfield_label:hover {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}
#field_2_24 .gfield_description {
	opacity: 0;
}
input#input_2_24 {
	width: 100%;
	padding: 0 16px !important;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
	text-transform: uppercase;
}
/*Qual é a ocasião*/

li#field_2_21 {
	border-top: 5px solid #DFECF7;
	padding-top: 60px;
}
ul#input_2_21 {
	text-align: center;
}
#field_2_21 label.gfield_label {
	margin-bottom: 60px;
}
#input_2_21 input[type="radio"]:empty {
	margin-left: -999px;
}
#input_2_21 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
input#input_2_21_other {
	padding: 0 16px !important;
	width: 98%;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
	text-transform: uppercase;
}
input#input_2_21_other:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	border-radius: 50%;
	border: 3px solid #0c1f37;
	height: 2.5em;
}
#input_2_21 input[type="radio"]:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 4.25em;
	margin-top: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 4.5em;
	font-family: Oswald, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#input_2_21 input[type="radio"]:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	border-radius: 50%;
	border: 3px solid #0c1f37;
	height: 2.5em;
}
#input_2_21 input[type="radio"]:hover:not(:checked) ~ label:before {
	content: '\2714';
	text-indent: 0;
	color: #C2C2C2;
	line-height: 2em;
}
#input_2_21 input[type="radio"]:hover:not(:checked) ~ label {
	color: #888;
}
#input_2_21 input[type="radio"]:checked ~ label:before {
	content: '\2714';
	text-indent: 0;
	color: #ffffff;
	background-color: #FF7B7B;
	line-height: 17px;
}
#input_2_21 input[type="radio"]:checked ~ label {
	color: #0c1f37;
}



/*FALA-NOS SOBRE QUEM VAI RECEBER A PRENDA*/
div#persons {
    position: absolute;
    margin-top: 44px;
}

li#field_2_42 {
	background-color: #DFECF7;
	margin-top: 50px;
	padding-bottom:50px;
}

#field_2_42 label.gfield_label {
	margin: 30px 0;
}
#input_2_42  input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_42  li {
	display: inline-block;
	position: relative;
	padding: 10px;
	    max-width: 400px;
    width: 50%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
}
li.gchoice_2_42_0 {
	/* padding-right: 5px !important; */
	margin-right: 5px !important;
}
li.gchoice_2_42_1 {
	/* padding-right: 5px !important; */
	margin-left: 5px !important;
}
label#label_2_42_0 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding:8%;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
	    min-height: 90px;
}
label#label_2_42_1 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding: 20px;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
	    min-height: 90px;
}
label#label_2_42_1:hover, label#label_2_42_0:hover {
	background-color: #ff7979;
}
#input_2_42 li input[type="radio"]:checked + label {
	background-color: #ff7979;
}

/*facebook url*/

li#field_2_41 {
	background-color: #DFECF7;

	padding-bottom:50px;
}
li#field_2_41  label.gfield_label {
    font-size: 15px;
}
input#input_2_41 {
    padding: 0 16px !important;
    width: 98%;
    font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
    font-size: 15px;
    height: 50px !important;
    border: 3px solid #0c1f37 !important;
    background-color: #ffffff !important;
    color: #0c1f37 !important;
    border-radius: 40px;
    text-transform: uppercase;
}

/**/

li#field_2_44 {
    background-color: #DFECF7;
    padding-bottom: 50px;
    padding-top: 50px;
}

li#field_2_44  label.gfield_label {
    font-size: 15px;
}
textarea#input_2_44 {
    border: 2px solid #000;
    border-radius: 4px;
    margin-top: 3%;
    padding: 2%;
    font-family: Oswald;
    width: 80%;
}


/*categorias*/



li#field_2_6 {
	background-color: #DFECF7;

}
#input_2_6 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_6 li {
	display: inline-block;
	position: relative;
	padding: 10px;
	max-width: 300px;
	width: 30%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	height: 202px;
}
#input_2_6 li label {
	color: #0c1f37;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#input_2_6 li input[type="radio"]:checked + label {
	color: #ffc400;
}
#input_2_6 li label:hover {
	color: #ffc400;
}
#input_2_6 label {
	display: block;
	padding-top: 57%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#input_2_6 label::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 60%;
	background-position: center center;
	background-size: 95px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: all 0.5s ease-in;
	/* WebKit */
	-webkit-transition: all 0.5s ease-in;
	/* Opera */
	-o-transition: all 0.5s ease-in;
	/* Standard */
	transition: all 0.5s ease-in;
	border: solid 2px transparent;
}
#input_2_6 label:hover::after {
	opacity: 1;
	border-radius: 3px;
	border: solid 2px transparent;
	padding: 5px;
	background-color: rgba(255, 196, 0, 0.50);
}
/*categoria arte e decoraçã0*/
#input_2_6 label#label_2_6_0::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/painting.png);
}
#input_2_6 label#label_2_6_1::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/book.png);
}
#input_2_6 label#label_2_6_2::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/eat.png);
}
#input_2_6 label#label_2_6_3::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/perfum.png);
}
#input_2_6 label#label_2_6_4::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/diamond.png);
}
#input_2_6 label#label_2_6_5::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/present.png);
}
/*QUERES DEIXAR UMA MENSAGEM*/
#field_2_7 label.gfield_label {
	margin: 30px 0;
}
#input_2_7 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_7 li {
	display: inline-block;
	position: relative;
	padding: 10px;
	max-width: 300px;
	width: 13%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
}
li.gchoice_2_7_0 {
	/* padding-right: 5px !important; */
	margin-right: 5px !important;
}
li.gchoice_2_7_1 {
	/* padding-right: 5px !important; */
	margin-left: 5px !important;
}
label#label_2_7_0 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
}
label#label_2_7_1 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
}
label#label_2_7_1:hover, label#label_2_7_0:hover {
	background-color: #ff7979;
}
#input_2_7 li input[type="radio"]:checked + label {
	background-color: #ff7979;
}
/*mensagem*/
#field_2_8 label.gfield_label {
	display: none;
}
textarea#input_2_8 {
	border: 2px solid #000;
	border-radius: 4px;
	margin-top: 3%;
	padding: 2%;
	font-family: Oswald;
	width: 80%;
}
/*:D*/
li#field_2_9 {
	height: 86px;
}
.deixaconnosco {
	font-size: 16px;
	font-family: "Permanent Marker";
	color: rgb(11, 31, 55);
	text-transform: uppercase;
	line-height: 1.5;
	text-align: left;
	-moz-transform: matrix( 0.95978420394342, -0.28073881431093, 0.28073881431093, 0.95978420394342, 0, 0);
	-webkit-transform: matrix( 0.95978420394342, -0.28073881431093, 0.28073881431093, 0.95978420394342, 0, 0);
	-ms-transform: matrix( 0.95978420394342, -0.28073881431093, 0.28073881431093, 0.95978420394342, 0, 0);
	position: absolute;
	width: 174.252px;
	height: 64.484px;
	z-index: 22;
}
li#field_2_9 img {
	float: left;
	margin-left: 142px;
}
/*fICHEIRO*/
#field_2_10 label.gfield_label {
	display: none;
}
input#input_2_10 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
 #input_2_10::-webkit-file-upload-button {
 visibility: hidden;
}
#input_2_10::-webkit-file-upload-text {
 visibility: hidden;
}
#input_2_10::before {
	content: 'UPLOAD';
	display: inline-block;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	ont-size: 13px;
	padding: 10px;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	width: 109px;
	text-align: center;
}
/*escolhe um dos pacotes*/
li#field_2_25 {
	position: absolute;
	margin-top: 70px;
}
.text-write {
	width: 219px;
	margin-top: 20px;
	margin-left: 20px;
	height: 94px;
	font-family: 'Permanent Marker', cursive;
	color: #1a2439;
	font-size: 16.4px;
	font-weight: 400;
	line-height: 25.4px;
	transform: matrix(0.884, -0.226, 0.225, 0.884, 0, 0);
}
.extra-text {

	height: 100px;
	width: 230px;
}
.text-write1 {
	width: 219px;
	margin-top: 20px;
	margin-left: 20px;
	height: 94px;
	font-family: 'Permanent Marker', cursive;
	color: #1a2439;
	font-size: 16.4px;
	font-weight: 400;
	line-height: 25.4px;
	transform: matrix(0.884, -0.226, 0.225, 0.884, 0, 0);
}
.extra-text1 {
	background-image: url(http://www.365surprises.com/wp-content/themes/Divi-child/images/setadown.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
	width: 230px;
}
li#field_2_33 {
    background-color: #DFECF7;
    margin: -20px 0 0;
    padding: 0 !important;
}
/*Pacotes*/



li#field_2_20 {
	background-color: #DFECF7;
	margin-top: 70px;
}
#input_2_20 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_20 li {
	display: inline-block;
	position: relative;
	padding: 10px;
	max-width: 300px;
	width: 30%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	height: 208px;
	overflow: visible;
}
#input_2_20 li label {
	color: #0c1f37;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#input_2_20 li input[type="radio"]:checked + label {
	color: #ffc400;
}
#input_2_20 li label:hover {
	color: #ffc400;
}
#input_2_20 label {
	display: block;
	padding-top: 70%;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 26px;
}
#input_2_20 label::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 94%;
	background-position: top center;
	background-size: 150px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	padding: 5px;
}
.gchoice_2_20_3 label {
	width: 30%;
}
/*
#input_2_20 li.gchoice_2_20_3 {
    max-width: 500px !important;
    width: 100%;
}*/
label#label_2_20_3::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 94%;
	background-position: top center;
	background-size: 150px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	padding: 5px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
label#label_2_20_3 {
	padding-top: 70%;
	font-size: 16px;
}
#input_2_20 label:hover::after, input[type="radio"]:checked + label#label_2_20_0::after, input[type="radio"]:checked + label#label_2_20_1::after, input[type="radio"]:checked + label#label_2_20_2::after, input[type="radio"]:checked + label#label_2_20_3::after {
	opacity: 1;
	border-radius: 3px;
	background-color: rgba(254, 195, 0, 0.5);
}
/*light*/
#input_2_20 label#label_2_20_0::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/light.png);
}
/*silver*/
#input_2_20 label#label_2_20_1::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/silver.png);
}
/*gold*/
#input_2_20 label#label_2_20_2::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/gold.png);
}
/*gold*/
#input_2_20 label#label_2_20_3::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/carte.png);
}
/*Valor á tua escolha*/
li#field_2_12 {
	background-color: #DFECF7;
	margin-top: 0;
	padding-bottom: 30px;
	padding-top: 21px;
}
#field_2_12 div.ginput_container {
	margin-top: 0;
}
#field_2_12 label.gfield_label {
	display: none;
}
input#input_2_12 {
	width: 30%;
	padding: 0 16px !important;
	font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 15px;
	height: 50px !important;
	border: 3px solid #0c1f37 !important;
	background-color: #ffffff !important;
	color: #0c1f37 !important;
	border-radius: 40px;
	text-transform: uppercase;
	text-align: center;
}
.gfield_description {
	font-size: 15px;
	font-family: "Open Sans";
	color: rgb(26, 36, 57);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
}
.gform_wrapper span.ginput_total {
	color: #0c1f37 !important;
	font-size: 26px !important;
	font-family: Oswald;
	font-weight: 900;
}
/*sugestoes ou nao light*/
li#field_2_26 {
	background-color: #DFECF7;
	margin-top: 0;
	padding-bottom: 30px;
	padding-top: 30px;
}
#field_2_26 label.gfield_label {
	display: none;
}
#input_2_26 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_26 li {
	display: inline-block;
	position: relative;
	margin-right: 3%;
	padding: 10px;
	max-width: 300px;
	width: 40%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
}
label#label_2_26_0 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
	background: url(http://365surprises.com/wp-content/themes/Divi-child/images/boxing.png) no-repeat #29B9F2;
	background-size: 36px;
	background-position: 13px;
	text-align: right;
	padding-right: 20px;
}
label#label_2_26_1 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
}
label#label_2_26_1:hover, label#label_2_26_0:hover {
	background-color: #ff7979;
}
#input_2_26 li input[type="radio"]:checked + label {
	background-color: #ff7979;
}
/*sugestoes ou nao silver*/
li#field_2_27 {
	background-color: #DFECF7;
	margin-top: 0;
	padding-bottom: 30px;
	padding-top: 30px;
}
#field_2_27 label.gfield_label {
	display: none;
}
#input_2_27 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_27 li {
	display: inline-block;
	position: relative;
	margin-right: 3%;
	padding: 10px;
	max-width: 300px;
	width: 40%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
}
label#label_2_27_0 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
	background: url(http://365surprises.com/wp-content/themes/Divi-child/images/boxing.png) no-repeat #29B9F2;
	background-size: 36px;
	background-position: 13px;
	text-align: right;
	padding-right: 20px;
}
label#label_2_27_1 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
}
label#label_2_27_1:hover, label#label_2_27_0:hover {
	background-color: #ff7979;
}
#input_2_27 li input[type="radio"]:checked + label {
	background-color: #ff7979;
}
/*sugestoes ou nao gold*/
li#field_2_28 {
	background-color: #DFECF7;
	margin-top: 0;
	padding-bottom: 30px;
	padding-top: 30px;
}
#field_2_28 label.gfield_label {
	display: none;
}
#input_2_28 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_28 li {
	display: inline-block;
	position: relative;
	margin-right: 3%;
	padding: 10px;
	max-width: 300px;
	width: 40%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
}
label#label_2_28_0 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
	background: url(http://365surprises.com/wp-content/themes/Divi-child/images/boxing.png) no-repeat #29B9F2;
	background-size: 36px;
	background-position: 13px;
	text-align: right;
	padding-right: 20px;
}
label#label_2_28_1 {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 16px;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	cursor: pointer;
}
label#label_2_28_1:hover, label#label_2_28_0:hover {
	background-color: #ff7979;
}
#input_2_28 li input[type="radio"]:checked + label {
	background-color: #ff7979;
}
/*Sugestoes light**************/

li#field_2_29 {
	background-color: #DFECF7;
}
#input_2_29 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_29 li {
	display: inline-block;
	position: relative;
	padding: 10px;
	max-width: 300px;
	width: 30%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	height: 340px;
}
#input_2_29 li label {
	color: #0c1f37;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#input_2_29 li input[type="radio"]:checked + label {
	color: #ffc400;
}
#input_2_29 li label:hover {
	color: #ffc400;
}
#input_2_29 label {
	display: block;
	padding-top: 103%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#input_2_29 label::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 81%;
	background-position: center center;
	background-size: 250px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: all 0.5s ease-in;
	/* WebKit */
	-webkit-transition: all 0.5s ease-in;
	/* Opera */
	-o-transition: all 0.5s ease-in;
	/* Standard */
	transition: all 0.5s ease-in;
	border: solid 2px transparent;
}
#input_2_29 label:hover::after {
	opacity: 1;
	border-radius: 3px;
	border: solid 2px transparent;
	padding: 5px;
	background-color: rgba(255, 196, 0, 0.50);
}
#input_2_29 label:hover::after, input[type="radio"]:checked + label#label_2_29_0::after, input[type="radio"]:checked + label#label_2_29_1::after, input[type="radio"]:checked + label#label_2_29_2::after, input[type="radio"]:checked + label#label_2_29_3::after, input[type="radio"]:checked + label#label_2_29_4::after, input[type="radio"]:checked + label#label_2_29_5::after {
    opacity: 1;
    border-radius: 3px;
    background-color: rgba(254, 195, 0, 0.5);
}

/*opçoes light*/
#input_2_29 label#label_2_29_0::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/LIGHT-1.png);
}
#input_2_29 label#label_2_29_1::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/LIGHT-2.png);
}
#input_2_29 label#label_2_29_2::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/LIGHT-3.png);
}
#input_2_29 label#label_2_29_3::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/LIGHT-4.png);
}
#input_2_29 label#label_2_29_4::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/LIGHT-5.png);
}
#input_2_29 label#label_2_29_5::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/LIGHT-6.png);
}
/*Sugestoes Silver**************/

li#field_2_31 {
	background-color: #DFECF7;
}
#input_2_31 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_31 li {
	display: inline-block;
	position: relative;
	padding: 10px;
	max-width: 300px;
	width: 30%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	height: 340px;
}
#input_2_31 li label {
	color: #0c1f37;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#input_2_31 li input[type="radio"]:checked + label {
	color: #ffc400;
}
#input_2_31 li label:hover {
	color: #ffc400;
}
#input_2_31 label {
	display: block;
	padding-top: 103%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#input_2_31 label::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 81%;
	background-position: center center;
	background-size: 250px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: all 0.5s ease-in;
	/* WebKit */
	-webkit-transition: all 0.5s ease-in;
	/* Opera */
	-o-transition: all 0.5s ease-in;
	/* Standard */
	transition: all 0.5s ease-in;
	border: solid 2px transparent;
}
#input_2_31 label:hover::after {
	opacity: 1;
	border-radius: 3px;
	border: solid 2px transparent;
	padding: 5px;
	background-color: rgba(255, 196, 0, 0.50);
}
/*opçoes silver*/
#input_2_31 label#label_2_31_0::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/SILVER-1.png);
}
#input_2_31 label#label_2_31_1::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/SILVER-2.png);
}
#input_2_31 label#label_2_31_2::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/SILVER-3.png);
}
#input_2_31 label#label_2_31_3::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/SILVER-4.png);
}
#input_2_31 label#label_2_31_4::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/SILVER-5.png);
}
#input_2_31 label#label_2_31_5::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/SILVER-6.png);
}
/*Sugestoes Gold**************/

li#field_2_32 {
	background-color: #DFECF7;
}
#input_2_32 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#input_2_32 li {
	display: inline-block;
	position: relative;
	padding: 10px;
	max-width: 300px;
	width: 30%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	height: 340px;
}
#input_2_32 li label {
	color: #0c1f37;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#input_2_32 li input[type="radio"]:checked + label {
	color: #ffc400;
}
#input_2_32 li label:hover {
	color: #ffc400;
}
#input_2_32 label {
	display: block;
	padding-top: 103%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#input_2_32 label::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 81%;
	background-position: center center;
	background-size: 250px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: all 0.5s ease-in;
	/* WebKit */
	-webkit-transition: all 0.5s ease-in;
	/* Opera */
	-o-transition: all 0.5s ease-in;
	/* Standard */
	transition: all 0.5s ease-in;
	border: solid 2px transparent;
}
#input_2_32 label:hover::after {
	opacity: 1;
	border-radius: 3px;
	border: solid 2px transparent;
	padding: 5px;
	background-color: rgba(255, 196, 0, 0.50);
}
/*OPÇOES GOLD*/
#input_2_32 label#label_2_32_0::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/GOLD-1.png);
}
#input_2_32 label#label_2_32_1::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/GOLD-2.png);
}
#input_2_32 label#label_2_32_2::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/GOLD-3.png);
}
#input_2_32 label#label_2_32_3::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/GOLD-4.png);
}
#input_2_32 label#label_2_32_4::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/GOLD-5.png);
}
#input_2_32 label#label_2_32_5::after {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/presents/GOLD-6.png);
}


/*caricatura*/

li#field_2_34 {
    background-color: rgb(178, 208, 232);
    padding-bottom: 50px;
    padding-top: 50px;
    /* box-shadow: 1px 1px 5px 1px rgb(137, 184, 222); */
}

#gform_drag_drop_area_2_34 {
    padding: 25px;
    border: 2px dashed #FFF !important;
    text-align: center;
    color: #FFF !important;
    margin-bottom: 10px;
    /* width: 80%; */
    /* text-align: center; */
}
div#gform_multifile_upload_2_34 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

input#gform_browse_button_2_34 {
    top: 60px;
}

li#field_2_35 {
    background-color: rgb(178, 208, 232);
    padding-bottom: 50px;

    /* box-shadow: 1px 1px 5px 1px rgb(137, 184, 222); */
}
li#field_2_35  label.gfield_label {
    font-size: 15px;
}

input#input_2_35 {
    padding: 0 16px !important;
    width: 90%;
    font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
    font-size: 15px;
    height: 50px !important;
    border: 3px solid #0c1f37 !important;
    background-color: #ffffff !important;
    color: #0c1f37 !important;
    border-radius: 40px;
    text-transform: uppercase;
}

/*mensagem em chocolate*/
li#field_2_36 {
    background-color: rgb(178, 208, 232);
    padding-bottom: 50px;
    padding-top: 50px;
    /* box-shadow: 1px 1px 5px 1px rgb(137, 184, 222); */
}
select#input_2_36 {
    width: 80%;
    padding: 0 16px !important;
    font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
    font-size: 15px;
    height: 50px !important;
    border: 3px solid #0c1f37 !important;
    background-color: #ffffff !important;
    color: #0c1f37 !important;
    border-radius: 40px;
    text-transform: uppercase;
}

li#field_2_37 {
    background-color: #B2D0E8;
}
input#input_2_37 {
    padding: 0 16px !important;
    width: 90%;
    font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
    font-size: 15px;
    height: 50px !important;
    border: 3px solid #0c1f37 !important;
    background-color: #ffffff !important;
    color: #0c1f37 !important;
    border-radius: 40px;
    text-transform: uppercase;
}

li#field_2_48 {
	  background-color: #B2D0E8;
	  padding-bottom:100px;
}
ul#input_2_48 input[type="checkbox"]:empty {
    margin-left: -999px;
}

ul#input_2_48 input[type="checkbox"] {
    position: absolute;
    display: block;
    margin: 30px auto 20px;
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
ul#input_2_48 input[type="checkbox"]:checked ~ label {
    color: #0c1f37;
}
ul#input_2_48 input[type="checkbox"]:empty ~ label {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 4.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 4.5em;
    font-family: Oswald, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}


ul#input_2_48 input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    border-radius: 50%;
    border: 3px solid #0c1f37;
    height: 2.5em;
	background-color: #fff;
}
#input_2_48 input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
ul#input_2_48 input[type="checkbox"]:hover:not(:checked) ~ label:before {
	content: '\2714';
	text-indent: 0;
	color: #C2C2C2;
	line-height: 2em;
}
ul#input_2_48 input[type="checkbox"]:hover:not(:checked) ~ label {
	color: #888;
}
ul#input_2_48 input[type="checkbox"]:checked ~ label:before {
	content: '\2714';
	text-indent: 0;
	color: #ffffff;
	background-color: #FF7B7B;
	line-height: 25px;
}



/*feijao*/
li#field_2_38 {
	background-color: rgb(178, 208, 232);
    padding-bottom: 50px;
    padding-top: 50px;
}

select#input_2_38 {
    width: 80%;
    padding: 0 16px !important;
    font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
    font-size: 15px;
    height: 50px !important;
    border: 3px solid #0c1f37 !important;
    background-color: #ffffff !important;
    color: #0c1f37 !important;
    border-radius: 40px;
    text-transform: uppercase;
}


/*notebook*/
li#field_2_39 {
	background-color: rgb(178, 208, 232);
    padding-bottom: 50px;
    padding-top: 50px;
}

select#input_2_39 {
    width: 80%;
    padding: 0 16px !important;
    font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
    font-size: 15px;
    height: 50px !important;
    border: 3px solid #0c1f37 !important;
    background-color: #ffffff !important;
    color: #0c1f37 !important;
    border-radius: 40px;
    text-transform: uppercase;
}

/*cortiça*/
li#field_2_47 {
	background-color: rgb(178, 208, 232);
    padding-bottom: 50px;
    padding-top: 50px;
}

ul#input_2_47 {
	text-align: center;
}
#field_2_47 label.gfield_label {
	margin-bottom: 60px;
}
#input_2_47 input[type="radio"]:empty {
	margin-left: -999px;
}
#input_2_47 input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

input#input_2_47_other:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	border-radius: 50%;
	border: 3px solid #0c1f37;
	height: 2.5em;
}
#input_2_47 input[type="radio"]:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 4.25em;
	margin-top: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 4.5em;
	font-family: Oswald, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#input_2_47 input[type="radio"]:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	border-radius: 50%;
	border: 3px solid #0c1f37;
	height: 2.5em;
	background-color: #fff;

}
#input_2_47 input[type="radio"]:hover:not(:checked) ~ label:before {
	content: '\2714';
	text-indent: 0;
	color: #C2C2C2;
	line-height: 2em;
}
#input_2_47 input[type="radio"]:hover:not(:checked) ~ label {
	color: #888;
}
#input_2_47 input[type="radio"]:checked ~ label:before {
	content: '\2714';
	text-indent: 0;
	color: #ffffff;
	background-color: #FF7B7B;
	line-height: 17px;
}
#input_2_47 input[type="radio"]:checked ~ label {
	color: #0c1f37;
}
ul#input_2_47 li {
    text-align: center;
    /* width: 50%; */
    /* padding: 50px; */
    display: inline-block;
    margin-right: 5%;
}

/*sabonete*/
li#field_2_40 {
	background-color: rgb(178, 208, 232);
    padding-bottom: 50px;
    padding-top: 50px;
}

select#input_2_40 {
    width: 80%;
    padding: 0 16px !important;
    font-family: Oswald, Helvetica, Arial, sans-serif, sans-serif;
    font-size: 15px;
    height: 50px !important;
    border: 3px solid #0c1f37 !important;
    background-color: #ffffff !important;
    color: #0c1f37 !important;
    border-radius: 40px;
    text-transform: uppercase;
}

@media screen and (max-width: 980px) {
#input_2_6 label {
	display: block;
	padding-top: 77%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
li#field_2_25 {
	position: absolute;
	margin-top: -33px;
}
.extra-text {
	background-image: url(http://www.365surprises.com/wp-content/themes/Divi-child/images/setadown.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 70px;
	width: 230px;
}
.text-write {
	width: 219px;
	margin-top: 50px;
	margin-left: 20px;
	height: 50px;
	font-family: 'Permanent Marker', cursive;
	color: #1a2439;
	font-size: 13.4px;
	font-weight: 400;
	line-height: 18.4px;
	transform: matrix(0.884, -0.226, 0.225, 0.884, 0, 0);
}
#input_2_20 li {
	width: 33% !important;
	height: 180px !important;
}
#input_2_20 label {
	padding-top: 83% !important;
}
#input_2_20 label::after {
	background-size: 125px !important;
}
label#label_2_26_0 {
	background-size: 23px !important;
}
label#label_2_27_0 {
	background-size: 23px !important;
}
label#label_2_28_0 {
	background-size: 23px !important;
}
}

@media screen and (max-width: 760px) {
#input_2_6 label {
	display: block;
	padding-top: 84% !important;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
}

@media screen and (max-width: 667px) {
/*li#field_2_3 label.gfield_label {
	padding-top: 0!important;
	font-size: 16px;
	font-family: "Permanent Marker";
	color: rgb(26, 36, 57);
	width: 100% !important;
	background-image: none !important;
	transform: none !important;
	height: auto !important;
}*/
#input_2_6 label {
	display: block !important;
	padding-top: 90% !important;
	width: 100% !important;
	height: 100% !important;
	cursor: pointer !important;
}
/*#field_2_3 .ginput_container.ginput_container_text {
	width: 100% !important;
	padding: 10px 0 !important;
}*/
li#field_2_30 {
	top: 0 !important;
}
#field_2_30 .ginput_container_select {
	width: 100% !important;
	padding: 10px 0 !important;
}
li#field_2_5 {
	top: 0 !important;
}
.profissao .ginput_container {
	width: 100% !important;
	padding: 10px 0 !important;
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
	width: 46% !important;
	padding: 0 2% 0 2%!important;
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li.gchoice_2_21_6 {
	width: 100% !important;
}
#input_2_7 li {
	max-width: 300px !important;
	width: 100% !important;
}
li.gchoice_2_7_1 {
	/* padding-right: 5px !important; */
	margin-left: 0 !important;
}
.text-write {
    width: 100% !important;
    margin-top: 50px !important;
    /* margin-left: 0px !important; */
    margin: 0;
    padding-bottom: 0;
    height: 50px;
    font-family: 'Permanent Marker', cursive;
    color: #1a2439 !important;
    font-size: 13.4px !important;
    font-weight: 400 !important;
    line-height: 18.4px !important;
    transform: none !important;
}
.extra-text {
	background-image: none;
	/* background-repeat: no-repeat; */
    /* background-position: right bottom; */
    /* height: 70px; */
	width: 100% !important;
	text-align: center !important;
}
li#field_2_25 {

    position: relative;
    margin-top: -10px !important;
    width: 100% !important;
    height: 20px;
    /* top: 30px; */
}

#input_2_20 label::after {
	width: 64% !important;
	height: 85% !important;
}
#input_2_20 li {
	width: 33% !important;
	height: 191px !important;
}
#input_2_20 label {
	padding-top: 93% !important;
}
#input_2_26 li, #input_2_27 li, #input_2_28 li {
    display: inline-block;
    position: relative;
    margin-right: 3%;
    padding: 10px;
    max-width: 300px;
    width: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Oswald, Helvetica, Arial, sans-serif;
}
#input_2_29 li, #input_2_31 li, #input_2_32 li {

    width: 100%;}
}


@media screen and (max-width: 630px) {
#input_2_2 li {
	width: 100%;
	height: 219px;
}
/*li#field_2_3 label.gfield_label {
	text-align: center;
}*/

#input_2_6 li {
    width: 45%;
    height: 230px;
}
#input_2_6 label {
	display: block !important;
	padding-top: 80% !important;
	width: 100% !important;
	height: 100% !important;
	cursor: pointer !important;
}
#input_2_6 label::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 105px;
	height: 105px;
	background-position: center center;
	background-size: 95px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	border: solid 2px transparent;
}
#input_2_20 li {
	width: 100% !important;
	height: 200px !important;
}
#input_2_20 label {
	padding-top: 66% !important;
}
#input_2_26 li, #input_2_27 li, #input_2_28 li {

    width: 100%;

}
.woocommerce div.product form.cart .button {
	margin: 0 !important;
    width: 100% !important;
}
}
@media screen and (max-width: 400px) {
#input_2_2 li {
	width: 100%;
	height: 219px;
}
/*li#field_2_3 label.gfield_label {
	text-align: center;
}*/
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
	width: 100% !important;
	padding: 0 2% 0 2%!important;
	margin: 0 !important;
}
#input_2_6 li {
	width: 100%;
	height: 200px;
}
#input_2_6 label {
	display: block !important;
	padding-top: 56% !important;
	width: 100% !important;
	height: 100% !important;
	cursor: pointer !important;
}
#input_2_6 label::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 105px;
	height: 105px;
	background-position: center center;
	background-size: 95px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	border: solid 2px transparent;
}
.container {
	width: 100%;
}
.deixaconnosco {
	font-size: 14px;
}
textarea#input_2_8 {
	width: 100%;
}
#input_2_20 li {
	width: 100% !important;
	height: 200px !important;
}
#input_2_20 label {
	padding-top: 66% !important;
}
input#input_2_12 {
	width: 90%;
}
#input_2_26 li, #input_2_27 li, #input_2_28 li {
	max-width: 300px;
	width: 100%;
}
label#label_2_26_0, label#label_2_27_0, label#label_2_28_0 {
	background-size: 31px !important;
}
#input_2_29 li, #input_2_31 li, #input_2_32 li {
	max-width: 300px;
	width: 100%;
	height: 332px;
}
.woocommerce div.product form.cart .button {
	margin: 0 !important;
  width: 100% !important;
}
.payments {

    margin-top: 21px !important;
}
}
/*woocommerce*/

.indications {
	font-family: 'Permanent Marker', cursive;
	color: #1a2439;
	font-size: 16.4px;
	font-weight: 400;
	line-height: 25.4px;
	margin: 30px auto !important;
	max-width: 600px;
	text-align: center;
	letter-spacing: 1px;
}
.indicationsp {
	font-family: 'Permanent Marker', cursive;
	color: #1a2439;
	font-size: 16.4px;
	font-weight: 400;
	line-height: 25.4px;
	max-width: 600px;
	letter-spacing: 1px;
	margin-bottom: 5%;
}
.indicationsp::after {
	content: url(http://365surprises.com/wp-content/themes/Divi-child/images/down.png);
}
.et_pb_row.et_pb_row_envio {
	width: 100% !important;
}
.hide {
	display: none;
}
.et_pb_row.et_pb_row_cupon {
	width: 100% !important;
	margin-top: -20px;
}
.et_pb_row_cupon .et_pb_column_1 {
	background-color: #DFECF7;
	padding: 27px 27px 50px;
}
.et_pb_row_cupon p#text-title {
	font-size: 16px!important;
}
#text-title {
	padding: 2% 0 20px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	color: #1a2439;
	font-size: 23px;
	font-weight: 400 !important;
	line-height: 35.56px;
	text-transform: uppercase;
}

.envio {
	padding-bottom: 50px;
}

.et_pb_row.et_pb_row_envio {
	background-color: #DFECF7;
	padding: 2% 2% 8%;
}

.et_pb_row_envio .et_pb_column.actions {
	width: 100%;
	text-align: center;
	padding-bottom: 5%;
}

/*shippping*/
#shipping_method input[type="radio"] {
	position: absolute;
	display: block;
	margin: 30px auto 20px;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
#shipping_method li {
	display: inline-block;
	position: relative;
	padding: 10px;
	max-width: 400px;
	width: 50%;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	height: 200px;
}
#shipping_method li label {
	color: #0c1f37;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#shipping_method li input[type="radio"]:checked + label {
	color: #ffc400;

}
#shipping_method li label:hover {
	color: #ffc400;
}
#shipping_method label {
	display: block;
	padding-top: 50%;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 20px;
}
#shipping_method label::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95px;
	height: 95px;
	background-position: center center;
	background-size: 95px;
	background-repeat: no-repeat;
	content: '';
	color: #ffc400;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
}
#shipping_method label:hover::before, input[type="radio"]:checked + input#shipping_method_0_flat_rate + label::before, input[type="radio"]:checked + input#shipping_method_0_flat_rate + label::before {
opacity: 1;
	border-radius: 3px;
	border: solid 2px transparent;
	padding: 5px;
	background-color: rgba(255, 196, 0, 0.50);
}
input[type="radio"]:checked + label::before{
	opacity: 1;
	border-radius: 3px;
	border: solid 2px transparent;
	padding: 5px;
	/*background-color: rgba(255, 196, 0, 0.50);*/
	}

/*xpress*/
input#shipping_method_0_flat_rate + label::before {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/xpress.png);
}
/*free*/
input#shipping_method_0_free_shipping + label::before {
	background-image: url(http://365surprises.com/wp-content/themes/Divi-child/images/gratis.png);
}

input#shipping_method_0_free_shipping + label::after {
    width: 100%;
    height: 35px;
    content: 'garantimos a sua encomenda em até 10 dias úteis';
    position: absolute;
    top: 120%;
    left: 0;
    color: #1A2439;
	font-size: 16px;
    font-weight: 300;
}
input#shipping_method_0_flat_rate + label::after {
    width: 100%;
    height: 35px;
    content: 'com antecedência mínima de 3 dias úteis. \A -Entraremos em contacto contigo \A  para nos indicares o dia exato';
    position: absolute;
    top: 120%;
    left: 0;
    color: #1A2439;
	font-size: 16px;
    font-weight: 300;
	 white-space: pre; /* or pre-wrap */
}

#e_deliverydate_field {
    margin: 50px 0;
    width: 100%;
}
#e_deliverydate_field label {
    margin-bottom: 11px;
}
input#e_deliverydate {
    margin: 10px 0;
}
#e_deliverydate_field small {
    font-size: 14px !important;
	margin-top:11px;
}
.et_pb_row.et_pb_row_total {
	padding: 2%;
}
.et_pb_row_total .et_pb_column {
	width: 100%;
	text-align: center;
	padding-bottom: 5%;
}
/*
.order-total {
	margin-top: 50px;
	margin-bottom: 50px;
}
.order-total .texting {
	margin-bottom: 20px;
}
.order-total span.amount {
	font-size: 30px;
	border: 3px solid #1a2439;
	padding: 7px 30px 7px 30px;
	margin: 5px 5px 50px;
	position: relative;
	border-radius: 50px;
	height: 50px;
}*/
.headingonform {
	padding-top: 2%;
	font-family: Oswald, Helvetica, Arial, sans-serif;
	color: #1a2439;
	font-size: 23px;
	font-weight: 400 !important;
	line-height: 35.56px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}
h1.product_title.entry-title {
	display: none;
}
.woocommerce .woocommerce-breadcrumb {
	display: none;
}
.woocommerce div.product div.images, .woocommerce-page div.product div.images {
	display: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	/* float: right; */
	width: 100%;
}

/*.woocommerce div.product form.cart .button {
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 22px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	margin: 0 35%;
	position: relative;
	width: 30%;
	margin-bottom: 30px;
}*/

#gform_2 .quantity{
	display: none;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-weight: normal !important;
    font-size: 1em !important;
    color: #1A2439!important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #29B9F2 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    height: 49px;
}
/*Carrinho*/

#carting th.product-remove {
	width: 5%;
	min-width: 30px;
}
#carting th.product-name {
	width: 85%;
}
td.product-thumbnail, .woocommerce-cart table.cart .product-thumbnail {
	display: none;
}
.woocommerce table.shop_table td {
	border-top: 1px solid #ebe9eb;
	padding: 6px 12px;
	vertical-align: middle;
}
.entry-content table, body.et-pb-preview #main-content .container table {
	border: 3px solid #DFECF7 !important;
}

#main-content .container:before {
	display: none;
}

.main_title {
	margin-bottom: 20px;
	font-family: Oswald;
	text-transform: Uppercase;
	color: #1a2439;
}
.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	font-family: Oswald;
	text-transform: uppercase;
	color: #1a2439;
}
.woocommerce td.product-name dl.variation dt {
	font-weight: 700;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left;
	font-size: 10px;
	color: #1a2439;
	text-transform: uppercase;
	line-height: 12px;
}
.woocommerce td.product-name dl.variation dd p:last-child {
	margin-bottom: 0;
	line-height: 12px;
	font-size: 12px;
}
span.amount {
	font-family: Oswald;
	text-transform: Uppercase;
	color: #1a2439;
	font-size: 20px
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #ff7c7c;
}
.woocommerce a.remove {
	display: block;
	font-size: 30px;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: #29b9f2!important;
	text-decoration: none;
	font-weight: 700;
	border: 0;
}
.woocommerce a.remove:hover {
	color: #ff7c7c!important;
	background-color: transparent;
}
/*.woocommerce-cart table.cart td.actions .coupon .input-text {
	font-weight: 500 !important;
	font-size: 16px!important;
	color: #1a2439 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 35px;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 2px solid #1a2439!important;
	background-color: #fff !important;
	height: 49px;
}*/
/*.woocommerce input.button {
	padding: 0.3em 1em !important;
	height: 49px;
	background-color: #29b9f2;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 20px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}*/
.woocommerce input.button.cartbutton {
	padding: 0.3em 1em !important;
	height: 49px;
	background-color: #f0c32e;
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 20px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	float: right;
}
/*.woocommerce input.button:hover {
	border: 0;
	border-radius: 40px;
	font-family: Oswald;
	color: #1a2439;
	font-size: 20px;
	font-weight: 300;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
	text-transform: uppercase;
	background-color: #ff7c7c;
	padding: 0.3em 1em !important;
	height: 49px;
}*/
td.product-name a {
	color: #29b9f2;
}
tr.cart-subtotal th {
	font-family: Oswald;
	text-transform: UPPERCASE;
	color: #29b9f2;
}
tr.shipping th {
	font-family: Oswald;
	text-transform: UPPERCASE;
	color: #29b9f2;
}
tr.order-total th {
	font-family: Oswald;
	text-transform: UPPERCASE;
	color: #29b9f2;
}

/*.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce-page #payment #place_order {
	font-family: Oswald;
	text-transform: UPPERCASE;
	font-size: 20px;
	color: #1a2439;
	font-weight: 500;
	padding: 0.3em 1em;
	line-height: 1.7em !important;
	background-color: #f0c32e;
	position: relative;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 40px;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);
}*/

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 15px;
	font-size: 14px;
	border-radius: 32px;
	border: 2px solid #DFECF7;
	background-color:#ffffff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:#ffffff !important;
    background-image: none;
    color: rgb(0, 0, 0);
}
.woocommerce-billing-fields h3, .woocommerce form .form-row label {
	font-family: Oswald;
	text-transform: uppercase;
	color: #1a2439;
	    font-weight: 700;
}
.required {
	color: #ff7c7c !important;
}


.select2-container .select2-choice {
	display: block;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 2px solid #DFECF7;
	white-space: nowrap;
	color: #1a2439;
	text-decoration: none;
	border-radius: 33px;
	background-clip: padding-box;
	user-select: none;
	background-color: #fff;
	font-weight: 400;
}
textarea#order_comments {
	box-sizing: border-box;
	width: 100%;
	min-height: 200px;
}
.woocommerce-shipping-fields h3 {
	font-family: Oswald;
	text-transform: uppercase;
	color: #1a2439;
}
.woocommerce-checkout #payment {
	    background: #FDFDFD;
	border-radius: 5px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #ff7c7c;
}
/*Finalizar compras*/

.boxing {

	padding: 28px 0;
	text-align: left;
	background-color: #fff;

}
.boxing p {
	font-family: Permanent Marker, Cursive;
	opacity: 0.8;
	padding-bottom: 10px;
}
.boxing h3 p {
	font-family: Permanent Marker, Cursive;
	opacity: 0.8;
	padding-bottom: 10px;
	font-size: 13px;
	padding-top: 12px;
}
#finalizar {
	border: none!important;
}
#finalizar thead tr .product-name, #finalizar td.product-name {
	border-top: 3px solid #DFECF7 !important;
	border-left: 3px solid #DFECF7 !important;
}
#finalizar tr .product-total, #finalizar td.product-total {
	border-top: 3px solid #DFECF7 !important;
	border-right: 3px solid #DFECF7 !important;
}
#finalizar td.product-name, #finalizar td.product-total {
	border-bottom: 3px solid #DFECF7 !important;
}
#finalizar tfoot .cart-subtotal th, #finalizar tfoot .cart-subtotal td {
	/* margin-bottom: 20px; */
	padding-top: 30px;
	border-bottom: 3px solid #DFECF7;
}
#finalizar .shipping th {
	display: none;
	border-bottom: 3px solid #DFECF7;
}
#finalizar tr.shipping td {
	text-align: center;
	border-bottom: 3px solid #DFECF7;
	width: 100%;
	padding-bottom: 50px;
}
#finalizar td.product-name {
	width: 85%;
}
#finalizar .order-total th {
	height: 100px;
}
#finalizar.order-total span.amount {
	font-size: 30px;
	border: 3px solid #1a2439;
	padding: 16px 30px 20px 30px;
	margin: 5px 120PX 50px 0;
	position: absolute;
	border-radius: 50px;
	height: 60px;
	FLOAT: NONE!IMPORTANT;
	text-align: center;
	/* bottom: 36px; */
	right: 0px;
}
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #515151;
}
.woocommerce-checkout #payment div.payment_box:before {
	content: "";
	display: block;
	border: 1em solid #FFFFFF;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}
/*pagina encomenda paga*/

ul.order_details {
	padding-bottom: 50px !important;
}


/*@media screen and (max-width: 1024px) {
	.coupon {
    position: relative;
    top: -71px;
    margin-left: 50%;
}
}*/

@media screen and (max-width: 980px) {

/*.coupon {
    position: relative;
    top: 0;
    margin-left: 0;
}*/
.woocommerce input.button.cartbutton {
    top: -82px;
}



}

@media screen and (max-width: 980px) {
input#shipping_method_0_flat_rate + label::after, input#shipping_method_0_free_shipping + label::after {
    top: 97%;

}
div#persons {
    position: relative;
    /* margin-top: -26px; */
    bottom: -80px;
}
}

@media screen and (max-width: 400px) {

	div#persons {
    position: relative;
    /* margin-top: -26px; */

}
.woocommerce input.button.cartbutton {
    top: 0;
    text-align: center;
	float:none;
}
.et_pb_row .et_pb_column.et_pb_column_1_4:last-child input.button.cartbutton{
    margin-bottom: 0;
    text-align: center;
	    width: 100%;
}
#shipping_method label {
    display: block;
    padding-top: 94%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
}

#shipping_method li {
    display: inline-block;
    position: relative;
    padding: 10px;
    max-width: 400px;
    width: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Oswald, Helvetica, Arial, sans-serif;
    height: 220px;
}
#shipping_method label::before {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 125px;
    height: 125px;
    background-position: center center;
    background-size: 95px;
    background-repeat: no-repeat;
    content: '';
    color: #ffc400;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.cart_totals #shipping_method label {
    display: block;
    padding-top: 93%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
}
.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 300px;
    width: 100%;
}
#shipping_method label {
    display: block;
    padding-top: 48%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
}
input#shipping_method_0_flat_rate + label::after, input#shipping_method_0_free_shipping + label::after {
    top: 74%;
    font-size: 12px;
	    line-height: 17px;
}
.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
   width: 100%;
}
.order-total span.amount {
    font-size: 30px;
    border: 3px solid #1a2439;
    padding: 7px 30px 7px 30px;
    margin: -18px 5px 50px;
    /* position: relative; */
    border-radius: 50px;
    height: 50px;
    position: absolute;
    right: 13%;
}
}

/*my account*/
.myaccount_user a {
    font-family: Open Sans;
    font-weight: 400;
}

.my_account_orders .order-total span.amount {
    font-size: 20px;
    border: none;
    padding: 0 12px;
    margin: 0;
    position: none;
    border-radius: 0;
    height: 100%;
}
.woocommerce h2 {
    padding: 20px 0 20px;
}

/*footer store*/
.checkout-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1234;
    background: #E0F0FD;
    border-top: 7px solid rgba(51, 122, 187, 0.37);
}

.checkout-footer .frame {
  padding: 25px;
}

.checkout-footer .inner {
  position: relative;
}

.checkout-footer .checkout-station, .checkout-footer .station-divider {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.checkout-footer .checkout-station {
  position: relative;
}

.checkout-footer .checkout-station .station-label {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #337ab7;
    font-family: Oswald;
    font-weight: 900;
    text-transform: uppercase;
}

.checkout-footer .checkout-station svg, .checkout-footer .checkout-station img {
  width: 18px;
  height: auto;
  opacity: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.checkout-footer .checkout-station.done {
  cursor: pointer;
}

.checkout-footer .checkout-station.done .station-label {
  opacity: .4;
}

.checkout-footer .checkout-station.done svg, .checkout-footer .checkout-station.done img {
  top: 0;
  opacity: 1;
}

.checkout-footer .station-divider {
  position: relative;
  height: 1px;
      max-width: 755px;
    width: 100%;
}

.checkout-footer .station-divider:before {
  content: '';
  height: 100%;
  display: inline-block;
  width: 100%;
  background: #dadada;
  position: absolute;
}

.checkout-footer .station-divider:after {
  content: '';
  height: 100%;
  display: inline-block;
  width: 0%;
  background: #ff7979;
  position: absolute;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.checkout-footer .station-divider.done:after {
  width: 100%;
}

@media only screen and (max-device-width: 640px) {
  .checkout-footer {
    display: none;
  }
}

.checkout-footer-spacer {
  width: 100%;
}

@media only screen and (max-device-width: 640px) {
  .checkout-footer-spacer {
    display: none;
  }
}

body.postid-145  footer#main-footer {
    display: none;
    overflow: hidden;
}

body.page-id-141 footer#main-footer {
    display: none;
    overflow: hidden;
}

body.page-id-142 footer#main-footer {
    display: none;
    overflow: hidden;
}

table.multibanco_ifthen_for_woocommerce_table {
    width: 100% !important;
    margin: auto;
    margin: 100px 0;
}

div#left-area {
	width: 100%;
	padding: 0 0 200px 0 !important;
}

/*checkout*/

.woo-billing p {
	display: inline-block;
	margin-bottom: 25px;
	width: 98.5%
}
.woo-billing p input {
	margin-bottom: 0
}
#billing_address_1_field {
	margin-bottom: 10px
}
#billing_first_name_field, #billing_last_name_field, #billing_email_field, #billing_phone_field {
	width: 49%
}
#billing_first_name_field, #billing_email_field {
	padding-right: 2%
}
label.checkbox {
	display: inline-block;
	margin-left: 10px;
	font-weight: normal
}
p.create-account-row {
	display: inline-block;
	width: 98.5%;
	padding: 15px 0 10px;
	border-bottom: 1px solid #DDD
}
.input-checkbox {
	display: inline-block
}
#order_comments {
	width: 98.5%
}

h3#ship-to-different-address:before {
	display: none
}
h3#ship-to-different-address label.checkbox {
	margin-left: 0
}
h3#ship-to-different-address input {
	margin-bottom: 0;
	margin-left: 10px
}

.order-review h3 {
	padding: 0 0 10px;
	color: #627f9a;
	text-transform: uppercase
}
ul.payment_methods {
	margin: 0 0 30px 0 !important
}
ul.payment_methods .input-radio {
	margin-bottom: 15px
}
ul.payment_methods li {
	list-style: none;
	border-bottom: 1px solid #DDD;
	padding-top: 5px
}
ul.payment_methods li label {
	display: inline-block;
	margin-left: 10px
}
ul.payment_methods p {
	font-size: 90%;
	line-height: 130%;
	opacity: .8
}
.form-row.terms {
	position: relative
}
.form-row.terms .checkbox {
	padding-left: 25px;
	margin: 0
}
.form-row.terms .input-checkbox {
	position: absolute;
	left: 0;
	top: 4px
}
.page-checkout .woocommerce-info {
	margin-bottom: 0;
	padding-top: 0
}
.woocommerce-checkout .shipping_address {
	display: none
}
.payment_method_paypal img {
	max-width: 150px;
	margin-left: 5px
}
a.about_paypal {
	font-size: 10px;
	margin-left: 5px
}
a.chzn-single {
	background: #fff !important;
	-webkit-border-radius: 0 !important
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-single {
	height: 32px !important;
	line-height: 33px !important
}
.page-checkout .addresses {
	margin-bottom: 30px
}


@media only screen and (min-width: 48em){
.large-7 {
    position: relative;
    width: 58.33333%;
}

.large-5 {
    position: relative;
    width: 41.66667%;
}
}

@media only screen{
.column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
}
}


span.newone {
    font-family: Oswald;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 10px;
	    font-size: 16px;
    border-bottom: none !important;
	    color: #0c1f37;
    padding-bottom: 10px;
    margin-bottom: 10px;
}.boxing1 p {
	font-family: Permanent Marker, Cursive;
	opacity: 0.8;
	padding-bottom: 10px;
}
.boxing1 h3 p {
	font-family: Permanent Marker, Cursive;
	opacity: 0.8;
	padding-bottom: 10px;
	font-size: 13px;
	    padding-top: 0;
    margin-top: -10px;
}

#finalizar .extra-text1{

	display:none;

	}
	p.cool1 {
    margin-top: 10px !important;
    margin-left: 30px;
}
.woocommerce-page #payment #place_order {
    font-family: Oswald;
    text-transform: UPPERCASE;
    font-size: 20px;
    color: #1a2439;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-color: #f0c32e;
    position: relative;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 40px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.92);

}

	#finalizar #shipping_method label::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 95px;
    height: 95px;
    background-position: center center;
    background-size: 95px;
    background-repeat: no-repeat;
    content: '';
    color: #ffc400;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
}



#thanks h2{
    font-family: Oswald;


    font-weight: 700 !important;
    color: #627f9a !important;

    text-transform: uppercase !important;
    padding: 8px 0 24px !important;

    /* border-top: 3px solid #DDD; */
    width: 98.5% !important;
    border-bottom: 2px solid #DFECF7 !important;
	    font-size: 20px !important;
    text-align: left !important;
    margin: 50px 0;

}

#thanks h2::before{
    content: '\33';
    font-family: "ETmodules" !important;
    margin-right: 10px;
	    font-size: 40px;
    vertical-align: middle;
}

#finalizar #shipping_method label {
    display: block;
    padding-top: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    padding-left: 60%;
}

#finalizar input#shipping_method_0_flat_rate + label::after {
    width: 100%;
    height: 35px;
    content: 'com antecedência mínima de 3 dias úteis. \A -Entraremos em contacto contigo \A para nos indicares o dia exato';
    position: absolute;
    top: 75%;
    left: 0;
    color: #1A2439;
      font-size: 13px;
    font-weight: 300;
    white-space: pre;
    line-height: 16px;
}

#finalizar input#shipping_method_0_free_shipping + label::after{
    width: 100%;
    height: 35px;
    content: 'com antecedência mínima de 3 dias úteis. \A -Entraremos em contacto contigo \A para nos indicares o dia exato';
    position: absolute;
    top: 75%;
    left: 0;
    color: #1A2439;
       font-size: 13px;
    font-weight: 300;
    white-space: pre;
    line-height: 16px;
}
.large-5.columns {
    background: #DFECF7;
    padding: 30px 40px 45px;
}

#finalizar .order-total span.amount {
    margin-left: -100px;
}

.woocommerce-billing-fields h3{
    font-family: Oswald;
    text-transform: uppercase;
    color: #1a2439;
    font-weight: 700;
    color: #627f9a;
    font-size: 130%;
    text-transform: uppercase;
    padding: 8px 0 24px;
    margin-bottom: 15px;
    /* border-top: 3px solid #DDD; */
    width: 98.5%;
    border-bottom: 2px solid #DFECF7;
}

.woocommerce-billing-fields h3:before {
    content: '\33';
    font-family: "ETmodules" !important;
    margin-right: 10px;
	    font-size: 40px;
    vertical-align: middle;
}

.woocommerce form .form-row label {
    font-family: oswald;
    text-transform: uppercase;
    color: #1a2439;
    font-weight: 300;
    padding-top: 13px;

}

#ship-to-different-address #hi{
    font-family: Oswald;
    text-transform: uppercase;
    color: #1a2439;
    font-weight: 700;
    color: #627f9a;

    text-transform: uppercase;
    padding: 8px 0 24px;

    /* border-top: 3px solid #DDD; */
    width: 98.5%;
    border-bottom: 2px solid #DFECF7;

}

#ship-to-different-address #hi:before {
    content: '\33';
    font-family: "ETmodules" !important;
    margin-right: 10px;
	    font-size: 40px;
    vertical-align: middle;
}

#ship-to-different-address label.checkbox {
    font-size: 12px;
    font-family: Open Sans;

    margin-top: -13px;

    position: absolute;
}
.boxing1 {
    margin: 50px 0;
    width: 100%;
}
div#persons1 {
    position: relative;
    margin-top: -40px;
}

ul#thanks {
    margin-top: 20px !important;
    color: #627F9A;
}

/* Alterações adicionais. */

#product-form {
	display: block;
	text-align: center;
}

#product-breadcrums div {
	display: inline-block;
	margin: 10px 5px 10px 5px;
}

#product-display .product-display-category,
#product-display .product-display-product {
	display: inline-block;
	margin: 10px;
}
#product-display img {
	display: block;
	max-width: 128px;
	max-height: 128px;
}
#product-display span {
	display: block;
}
.product > * {
	float: none !important;
	display: block;
	margin: auto;
}
div.single-page-shop > div {
	border: 1px dotted blue;
	min-height: 52px;
	width: auto;
	text-align: center;
}
.receiver-info > form > label {
	display: block;
	margin-bottom: 25px;
}
.receiver-info > form > label > * {
	display: block;
	margin: auto;
}

/*
--- EXPERIMENT:END
*/

.et_submit_button.et_pb_button.et_custom_button {
	margin: auto;
    width: 100%;
	border: 2px solid #2ea3f2 !important;
}
 .et_pb_slide_description .et_pb_slide_title {
    margin-top: -100px;
    font-size: 46px;
    font-weight: 300;
}

#field_29_4 .ginput_container.ginput_container_time {
	display: inline-block;
	width: 56px;
}

#field_29_4 .gfield_time_hour.ginput_container.ginput_container_time {
	margin-left: auto;
}

#field_29_4 .gfield_time_minute.ginput_container.ginput_container_time {
	margin-right: auto;
}

#field_30_9 .ginput_container.ginput_container_time {
	display: inline-block;
	width: 56px;
}

#field_30_9 .gfield_time_hour.ginput_container.ginput_container_time {
	margin-left: auto;
}

#field_30_9 .gfield_time_minute.ginput_container.ginput_container_time {
	margin-right: auto;
}

/* ------------------------------------------------------------------------------------------------ */
/* - Chuteira - */
/* ------------------------------------------------------------------------------------------------ */
/* Background images for "chuteira". */
.chuteira-display.dourado {
	display: block;
	margin: auto;
	width: 300px;
	height: 196px;
	background-image: url('assets/img-pdf/chuteira/chut dourado.png') !important;
	background-size: contain;
}

.chuteira-display.prateado {
	display: block;
	margin: auto;
	width: 300px;
	height: 196px;
	background-image: url('assets/img-pdf/chuteira/chut prateado.png') !important;
	background-size: contain;
}

.chuteira-display.rosa {
	display: block;
	margin: auto;
	width: 300px;
	height: 196px;
	background-image: url('assets/img-pdf/chuteira/chut rosa.png') !important;
	background-size: contain;
}

.chuteira-display.vermelho {
	display: block;
	margin: auto;
	width: 300px;
	height: 196px;
	background-image: url('assets/img-pdf/chuteira/chut vermelho.png') !important;
	background-size: contain;
}

.chuteira-display.verde {
	display: block;
	margin: auto;
	width: 300px;
	height: 196px;
	background-image: url('assets/img-pdf/chuteira/chut verde.png') !important;
	background-size: contain;
}

.chuteira-display.amarelo {
	display: block;
	margin: auto;
	width: 300px;
	height: 196px;
	background-image: url('assets/img-pdf/chuteira/chut amarelo.png') !important;
	background-size: contain;
}

.chuteira-display.azul {
	display: block;
	margin: auto;
	width: 300px;
	height: 196px;
	background-image: url('assets/img-pdf/chuteira/chut azul.png') !important;
	background-size: contain;
}

.chuteira-display.chocolate {
	display: block;
	margin: auto;
	width: 300px;
	height: 196px;
	background-image: url('assets/img-pdf/chuteira/chut choc leite.png') !important;
	background-size: contain;
}

.chuteira-display.chocolatebranco {
	display: block;
	margin: auto;
	width: 300px;
	height: 196px;
	background-image: url('assets/img-pdf/chuteira/chut choc branco.png') !important;
	background-size: contain;
	color: black;
}

.chuteira-display {
	color: white;
}


/* Round spans for "chuteira". */
#chuteira-warped {position: relative; display: block; width:300px; height:196px;}

#chuteira-warped>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
-moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; -o-transform-origin:50%
100%; -ms-transform-origin:50% 100%; transform-origin:50% 100%; margin-top: 5px;}

#chuteira-warped span{font-family:'Permanent Marker';font-size:23px;font-weight:regular;font-style:normal;
line-height:0.85; white-space:pre; overflow:visible; padding:0px;}

#chuteira-warped .w0 {-moz-transform: rotate(-6.22rad);-webkit-transform: rotate(-6.22rad);-o-transform:
rotate(-6.22rad);-ms-transform: rotate(-6.22rad); transform: rotate(-6.22rad);
width: 17px; height: 19px; left: 26.66px; top: 97.01px;}

#chuteira-warped .w1 {-moz-transform: rotate(-6.28rad);-webkit-transform: rotate(-6.28rad);-o-transform:
rotate(-6.28rad);-ms-transform: rotate(-6.28rad); transform: rotate(-6.28rad);
width: 17px; height: 19px; left: 41.57px; top: 97.53px;}

#chuteira-warped .w2 {-moz-transform: rotate(-6.24rad);-webkit-transform: rotate(-6.24rad);-o-transform:
rotate(-6.24rad);-ms-transform: rotate(-6.24rad); transform: rotate(-6.24rad);
width: 17px; height: 19px; left: 56.52px; top: 97.67px;}

#chuteira-warped .w3 {-moz-transform: rotate(-6.11rad);-webkit-transform: rotate(-6.11rad);-o-transform:
rotate(-6.11rad);-ms-transform: rotate(-6.11rad); transform: rotate(-6.11rad);
width: 17px; height: 19px; left: 71.52px; top: 99.4px;}

#chuteira-warped .w4 {-moz-transform: rotate(-6.04rad);-webkit-transform: rotate(-6.04rad);-o-transform:
rotate(-6.04rad);-ms-transform: rotate(-6.04rad); transform: rotate(-6.04rad);
width: 17px; height: 19px; left: 86.09px; top: 102.64px;}

#chuteira-warped .w5 {-moz-transform: rotate(-6rad);-webkit-transform: rotate(-6rad);-o-transform:
rotate(-6rad);-ms-transform: rotate(-6rad); transform: rotate(-6rad); width:
17px; height: 19px; left: 100.71px; top: 106.76px;}

#chuteira-warped .w6 {-moz-transform: rotate(-5.92rad);-webkit-transform: rotate(-5.92rad);-o-transform:
rotate(-5.92rad);-ms-transform: rotate(-5.92rad); transform: rotate(-5.92rad);
width: 17px; height: 19px; left: 115.28px; top: 111.87px;}

#chuteira-warped .w7 {-moz-transform: rotate(-6.01rad);-webkit-transform: rotate(-6.01rad);-o-transform:
rotate(-6.01rad);-ms-transform: rotate(-6.01rad); transform: rotate(-6.01rad);
width: 17px; height: 19px; left: 129.38px; top: 116.75px;}

#chuteira-warped .w8 {-moz-transform: rotate(-6.19rad);-webkit-transform: rotate(-6.19rad);-o-transform:
rotate(-6.19rad);-ms-transform: rotate(-6.19rad); transform: rotate(-6.19rad);
width: 17px; height: 19px; left: 144.07px; top: 119.58px;}

#chuteira-warped .w9 {-moz-transform: rotate(-6.33rad);-webkit-transform: rotate(-6.33rad);-o-transform:
rotate(-6.33rad);-ms-transform: rotate(-6.33rad); transform: rotate(-6.33rad);
width: 17px; height: 19px; left: 159.05px; top: 119.93px;}

#chuteira-warped .w10 {-moz-transform: rotate(-6.43rad);-webkit-transform: rotate(-6.43rad);-o-transform:
rotate(-6.43rad);-ms-transform: rotate(-6.43rad); transform: rotate(-6.43rad);
width: 17px; height: 19px; left: 174.02px; top: 118.43px;}

#chuteira-warped .w11 {-moz-transform: rotate(-6.5rad);-webkit-transform: rotate(-6.5rad);-o-transform:
rotate(-6.5rad);-ms-transform: rotate(-6.5rad); transform: rotate(-6.5rad);
width: 17px; height: 19px; left: 188.85px; top: 115.7px;}

#chuteira-warped .w12 {-moz-transform: rotate(-6.55rad);-webkit-transform: rotate(-6.55rad);-o-transform:
rotate(-6.55rad);-ms-transform: rotate(-6.55rad); transform: rotate(-6.55rad);
width: 17px; height: 19px; left: 203.39px; top: 112.19px;}

#chuteira-warped .w13 {-moz-transform: rotate(-6.58rad);-webkit-transform: rotate(-6.58rad);-o-transform:
rotate(-6.58rad);-ms-transform: rotate(-6.58rad); transform: rotate(-6.58rad);
width: 17px; height: 19px; left: 217.86px; top: 108.08px;}

#chuteira-warped .w14 {-moz-transform: rotate(-6.61rad);-webkit-transform: rotate(-6.61rad);-o-transform:
rotate(-6.61rad);-ms-transform: rotate(-6.61rad); transform: rotate(-6.61rad);
width: 17px; height: 19px; left: 232.29px; top: 103.52px;}

#chuteira-warped .w15 {-moz-transform: rotate(-6.63rad);-webkit-transform: rotate(-6.63rad);-o-transform:
rotate(-6.63rad);-ms-transform: rotate(-6.63rad); transform: rotate(-6.63rad);
width: 17px; height: 19px; left: 246.3px; top: 98.75px;}


/* ------------------------------------------------------------------------------------------------ */
/* - Salto - */
/* ------------------------------------------------------------------------------------------------ */
/* Background images for "salto". */
.salto-display.dourado {
	display: block;
	margin: auto;
	width: 300px;
	height: 227px;
	background-image: url('assets/img-pdf/sapato-salto-alto/sapato dourado.png') !important;
	background-size: contain;
}

.salto-display.prata {
	display: block;
	margin: auto;
	width: 300px;
	height: 227px;
	background-image: url('assets/img-pdf/sapato-salto-alto/sapato prata.png') !important;
	background-size: contain;
}

.salto-display.rosa {
	display: block;
	margin: auto;
	width: 300px;
	height: 227px;
	background-image: url('assets/img-pdf/sapato-salto-alto/sapato rosa.png') !important;
	background-size: contain;
}

.salto-display.vermelho {
	display: block;
	margin: auto;
	width: 300px;
	height: 227px;
	background-image: url('assets/img-pdf/sapato-salto-alto/sapato vermelho.png') !important;
	background-size: contain;
}

.salto-display.verde {
	display: block;
	margin: auto;
	width: 300px;
	height: 227px;
	background-image: url('assets/img-pdf/sapato-salto-alto/sapato verde.png') !important;
	background-size: contain;
}

.salto-display.amarelo {
	display: block;
	margin: auto;
	width: 300px;
	height: 227px;
	background-image: url('assets/img-pdf/sapato-salto-alto/sapato amarelo.png') !important;
	background-size: contain;
}

.salto-display.azul {
	display: block;
	margin: auto;
	width: 300px;
	height: 227px;
	background-image: url('assets/img-pdf/sapato-salto-alto/sapato azul.png') !important;
	background-size: contain;
}

.salto-display.chocolate {
	display: block;
	margin: auto;
	width: 300px;
	height: 227px;
	background-image: url('assets/img-pdf/sapato-salto-alto/sapato choc leite.png') !important;
	background-size: contain;
}

.salto-display.chocolatebranco {
	display: block;
	margin: auto;
	width: 300px;
	height: 227px;
	background-image: url('assets/img-pdf/sapato-salto-alto/sapato choc branco.png') !important;
	background-size: contain;
	color: black;
}

.salto-display {
	color: white;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* Round spans for "salto". 'Permanent Marker' */
#salto-warped {
	position: relative;
	display: block;
	width:300px;
	height:228px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#salto-warped>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
-moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; -o-transform-origin:50%
100%; -ms-transform-origin:50% 100%; transform-origin:50% 100%; }

#salto-warped span{font-family:'Permanent Marker';font-size:23px;font-weight:regular;font-style:normal;
line-height:0.85; white-space:pre; overflow:visible; padding:0px;}

#salto-warped .w0 {-moz-transform: rotate(-5.58rad);-webkit-transform: rotate(-5.58rad);-o-transform:
rotate(-5.58rad);-ms-transform: rotate(-5.58rad); transform: rotate(-5.58rad);
width: 17px; height: 19px; left: 48.69px; top: 51.16px;}

#salto-warped .w1 {-moz-transform: rotate(-5.46rad);-webkit-transform: rotate(-5.46rad);-o-transform:
rotate(-5.46rad);-ms-transform: rotate(-5.46rad); transform: rotate(-5.46rad);
width: 17px; height: 19px; left: 59.24px; top: 61.46px;}

#salto-warped .w2 {-moz-transform: rotate(-5.41rad);-webkit-transform: rotate(-5.41rad);-o-transform:
rotate(-5.41rad);-ms-transform: rotate(-5.41rad); transform: rotate(-5.41rad);
width: 17px; height: 19px; left: 69.18px; top: 72.92px;}

#salto-warped .w3 {-moz-transform: rotate(-5.38rad);-webkit-transform: rotate(-5.38rad);-o-transform:
rotate(-5.38rad);-ms-transform: rotate(-5.38rad); transform: rotate(-5.38rad);
width: 17px; height: 19px; left: 78.57px; top: 84.73px;}

#salto-warped .w4 {-moz-transform: rotate(-5.37rad);-webkit-transform: rotate(-5.37rad);-o-transform:
rotate(-5.37rad);-ms-transform: rotate(-5.37rad); transform: rotate(-5.37rad);
width: 17px; height: 19px; left: 87.54px; top: 96.46px;}

#salto-warped .w5 {-moz-transform: rotate(-5.37rad);-webkit-transform: rotate(-5.37rad);-o-transform:
rotate(-5.37rad);-ms-transform: rotate(-5.37rad); transform: rotate(-5.37rad);
width: 17px; height: 19px; left: 96.72px; top: 108.56px;}

#salto-warped .w6 {-moz-transform: rotate(-5.38rad);-webkit-transform: rotate(-5.38rad);-o-transform:
rotate(-5.38rad);-ms-transform: rotate(-5.38rad); transform: rotate(-5.38rad);
width: 17px; height: 19px; left: 105.86px; top: 120.4px;}

#salto-warped .w7 {-moz-transform: rotate(-5.41rad);-webkit-transform: rotate(-5.41rad);-o-transform:
rotate(-5.41rad);-ms-transform: rotate(-5.41rad); transform: rotate(-5.41rad);
width: 17px; height: 19px; left: 115.16px; top: 131.96px;}

#salto-warped .w8 {-moz-transform: rotate(-5.45rad);-webkit-transform: rotate(-5.45rad);-o-transform:
rotate(-5.45rad);-ms-transform: rotate(-5.45rad); transform: rotate(-5.45rad);
width: 17px; height: 19px; left: 125.09px; top: 143.46px;}

#salto-warped .w9 {-moz-transform: rotate(-5.52rad);-webkit-transform: rotate(-5.52rad);-o-transform:
rotate(-5.52rad);-ms-transform: rotate(-5.52rad); transform: rotate(-5.52rad);
width: 17px; height: 19px; left: 135.41px; top: 154.18px;}

#salto-warped .w10 {-moz-transform: rotate(-5.62rad);-webkit-transform: rotate(-5.62rad);-o-transform:
rotate(-5.62rad);-ms-transform: rotate(-5.62rad); transform: rotate(-5.62rad);
width: 17px; height: 19px; left: 146.61px; top: 164.04px;}

#salto-warped .w11 {-moz-transform: rotate(-5.79rad);-webkit-transform: rotate(-5.79rad);-o-transform:
rotate(-5.79rad);-ms-transform: rotate(-5.79rad); transform: rotate(-5.79rad);
width: 17px; height: 19px; left: 159.18px; top: 172.43px;}

#salto-warped .w12 {-moz-transform: rotate(-6.02rad);-webkit-transform: rotate(-6.02rad);-o-transform:
rotate(-6.02rad);-ms-transform: rotate(-6.02rad); transform: rotate(-6.02rad);
width: 17px; height: 19px; left: 173.61px; top: 178.15px;}

#salto-warped .w13 {-moz-transform: rotate(-6.22rad);-webkit-transform: rotate(-6.22rad);-o-transform:
rotate(-6.22rad);-ms-transform: rotate(-6.22rad); transform: rotate(-6.22rad);
width: 17px; height: 19px; left: 188.35px; top: 180.62px;}

#salto-warped .w14 {-moz-transform: rotate(-6.38rad);-webkit-transform: rotate(-6.38rad);-o-transform:
rotate(-6.38rad);-ms-transform: rotate(-6.38rad); transform: rotate(-6.38rad);
width: 17px; height: 19px; left: 203.3px; top: 180.37px;}

#salto-warped .w15 {-moz-transform: rotate(-6.51rad);-webkit-transform: rotate(-6.51rad);-o-transform:
rotate(-6.51rad);-ms-transform: rotate(-6.51rad); transform: rotate(-6.51rad);
width: 17px; height: 19px; left: 218.03px; top: 177.93px;}
