diff --git a/profite/.DS_Store b/profite/.DS_Store
new file mode 100644
index 00000000..d412e4b4
Binary files /dev/null and b/profite/.DS_Store differ
diff --git a/profite/.htaccess b/profite/.htaccess
new file mode 100644
index 00000000..c5840760
--- /dev/null
+++ b/profite/.htaccess
@@ -0,0 +1,2 @@
+RewriteEngine on
+ErrorDocument 404 http:/404.php
\ No newline at end of file
diff --git a/profite/404.php b/profite/404.php
new file mode 100644
index 00000000..21036795
--- /dev/null
+++ b/profite/404.php
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/profite/css/.DS_Store b/profite/css/.DS_Store
new file mode 100644
index 00000000..0b0184b4
Binary files /dev/null and b/profite/css/.DS_Store differ
diff --git a/profite/css/custom.css b/profite/css/custom.css
new file mode 100644
index 00000000..1e13d66b
--- /dev/null
+++ b/profite/css/custom.css
@@ -0,0 +1,166 @@
+@charset "utf-8";
+
+@media screen and (max-width:1490px){
+ #newsletter input{width:90%;}
+ footer ul li:first-child{font-size: 12px;}
+ footer ul li:not(:first-child),
+ footer p{font-size:.7em;}
+ footer > .wrap {padding: 50px 0px 52px;}
+ #mobileMenu > li,
+ #carrinho .total,
+ .cart_items p:last-of-type,
+ #newsletter form label,
+ [class*="btn"],
+ [class*="-cart"],
+ [class*="cart-"],
+ header ul li{font-size: 9px;}
+}
+@media screen and (max-width:1280px){
+ .vitrine > li{
+ -webkit-flex: 0 0 33.333333%;
+ -ms-flex: 0 0 33.333333%;
+ flex: 0 0 33.333333%;
+ }
+ .vitrine .btn2.pe-7s-cart::after{
+ font-size: 25px;
+ top:-5px;
+ }
+ footer > .wrap > *:nth-child(2) > *:not(:last-child){
+ -webkit-flex: 3 0px;
+ -ms-flex: 3 0px;
+ flex: 3 0px;
+ padding-bottom: 20px;
+ }
+ footer > .wrap > *:nth-child(2) > *:last-child{
+ -webkit-flex: 1 1 100%;
+ -ms-flex: 1 1 100%;
+ flex: 1 1 100%;
+ }
+ footer > .wrap > *:first-child{
+ -webkit-flex: 0 30%;
+ -ms-flex: 0 30%;
+ flex: 0 30%;
+ }
+
+ footer > .wrap > *:last-child{
+ -webkit-flex: 0 70%;
+ -ms-flex: 0 70%;
+ flex: 0 70%;
+ }
+ footer{
+ position: relative;
+ height: auto;
+ }
+ main{padding-bottom: 0;}
+ footer > .wrap{padding: 20px 0 0;}
+ #mobileMenu > li,
+ #carrinho .total,
+ .cart_items p:last-of-type,
+ #newsletter form label,
+ [class*="btn"],
+ [class*="-cart"],
+ [class*="cart-"],
+ header ul li{font-size: 12px;}
+}
+@media screen and (max-width:1048px){
+
+}
+@media screen and (min-width:991px){
+
+}
+@media screen and (max-width:990px){
+ #webdoor .slideContent h1{font-size:2em;}
+ #webdoor .slideContent h2{font-size:1em;}
+ .btn, header ul li{font-size:.5em;}
+ #banners h1, #webdoor .slideContent h2 {font-size: 20px;}
+ header .wrap {padding: 15px 0;}
+ header .wrap > div{
+ -webkit-flex: 0 100%;
+ -ms-flex: 0 100%;
+ flex: 0 100%;
+ }
+ header .wrap > div:nth-child(3){
+ -webkit-box-ordinal-group: 1;
+ -moz-box-ordinal-group: 1;
+ -ms-flex-order: 1;
+ -webkit-order: 1;
+ order: 1;
+ }
+ header .wrap > div:nth-child(2){
+ -webkit-box-ordinal-group: 2;
+ -moz-box-ordinal-group: 2;
+ -ms-flex-order: 2;
+ -webkit-order: 2;
+ order: 2;
+ padding:0 0 20px;
+ }
+ header .wrap > div:nth-child(1){
+ -webkit-box-ordinal-group: 3;
+ -moz-box-ordinal-group: 3;
+ -ms-flex-order: 3;
+ -webkit-order: 3;
+ order: 3;
+ }
+ header .wrap > div:nth-child(3) > *:first-child{text-align: left;}
+ header form{width:auto;}
+ header nav{display: none;}
+ #logo::after{
+ font-family: "entypo",sans-serif;
+ content: "☰";
+ position: absolute;
+ right:0;
+ top: 40%;
+ font-size:32px;
+ color:#000;
+ }
+ #logo.on::after{content: "-";}
+}
+@media screen and (max-width:790px){
+ #newsletter > div > *:first-child,
+ #webdoor .slideContent .btn{display:none;}
+ #newsletter > div > *{
+ -webkit-flex: 1 100%;
+ -ms-flex: 1 100%;
+ flex: 1 100%;
+ padding: 0;
+ }
+ #newsletter{padding: 12px;}
+ .vitrine > li{
+ -webkit-flex: 0 50%;
+ -ms-flex: 0 50%;
+ flex: 0 50%;
+ }
+ footer > .wrap > *{
+ -webkit-flex: 1 100% !important;
+ -ms-flex: 1 100% !important;
+ flex: 1 100% !important;
+ text-align: center;
+ }
+ footer > .wrap > :nth-child(2) > :not(:last-child){padding-bottom: 30px;}
+ footer > .wrap > :nth-child(2){padding: 30px 0;}
+ #mobileMenu > li,
+ #carrinho .total,
+ .cart_items p:last-of-type,
+ #newsletter form label,
+ [class*="btn"],
+ [class*="-cart"],
+ [class*="cart-"],
+ header ul li{font-size: 10px;}
+}
+@media screen and (max-width:520px){
+ #newsletter,
+ #webdoor .flex-control-nav{display:none;}
+ #banners ul li,
+ .vitrine > li{
+ -webkit-flex: 0 100%;
+ -ms-flex: 0 100%;
+ flex: 0 100%;
+ }
+ #banners{margin: 20px auto;}
+ #banners ul li{margin: 0;}
+ #banners ul li:not(:last-child){margin-bottom: 20px;}
+ #banners ul li > div > div::after, #banners h1{opacity: 1;}
+ #banners h1{font-size: 30px;}
+ #webdoor .slideContent h2{font-size: 20px;}
+ #webdoor .slideContent h1{font-size: 1.5em;}
+}
\ No newline at end of file
diff --git a/profite/css/default.css b/profite/css/default.css
new file mode 100644
index 00000000..8fa262fa
--- /dev/null
+++ b/profite/css/default.css
@@ -0,0 +1,98 @@
+@charset "utf-8";
+@import url("reset.css");
+@import url("fontface.css");
+@import url("flexslider.css");
+@import url("https://metroui.org.ua/css/metro-icons.css");
+@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,300italic,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
+@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin,latin-ext);
+@import url(pe-icon-7-stroke.css);
+@import url(http://weloveiconfonts.com/api/?family=entypo|fontawesome);
+
+body *{
+ word-break:normal;
+ -webkit-font-smoothing: antialiased;
+ -webkit-transition: all 0.1s ease;
+ -moz-transition: all 0.1s ease;
+ -o-transition: all 0.1s ease;
+ transition: all 0.1s ease;
+}
+
+html {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+*, *:before, *:after {
+ -webkit-box-sizing: inherit;
+ -moz-box-sizing: inherit;
+ box-sizing: inherit;
+}
+
+body *,
+input,
+textarea,
+button,
+body{font-family: 'Lato', sans-serif;}
+
+body a{text-decoration:none;}
+
+#wrap{overflow: hidden;}
+
+.wrap{
+ position:relative;
+ display:block;
+ margin:0px auto;
+ width: 85%;
+ max-width: 1240px;
+ min-width: 380px;
+}
+
+.b{display:block;}
+
+.l{
+ position:relative;
+ float:left;
+}
+
+.r{
+ position:relative;
+ float:right;
+}
+
+.c::after{
+ clear:both;
+ position: relative;
+ display: block;
+ content: "";
+}
+
+html,
+body {
+ margin:0;
+ padding:0;
+ height:100%;
+}
+
+#wrap {
+ min-height:100%;
+ position:relative;
+}
+main {
+ padding-bottom:307px;
+}
+footer {
+ width:100%;
+ height:307px;
+ position:absolute;
+ bottom:0;
+ left:0;
+ background-color: #f7f7f7;
+}
+
+textarea[placeholder] { text-overflow: ellipsis; color:#999; opacity: 1; font-weight: 300; }
+input[placeholder] { text-overflow: ellipsis; color:#999; opacity: 1; font-weight: 300; }
+::-moz-placeholder { text-overflow: ellipsis; color:#999; opacity: 1; font-weight: 300; }
+input::-webkit-input-placeholder {color: #999; opacity: 1; font-weight: 300;}
+textarea::-webkit-input-placeholder {color: #999; opacity: 1; font-weight: 300;}
+input:-ms-input-placeholder {color: #999; opacity: 1; font-weight: 300;}
+textarea:-ms-input-placeholder {color: #999; opacity: 1; font-weight: 300;}
\ No newline at end of file
diff --git a/profite/css/flexslider.css b/profite/css/flexslider.css
new file mode 100644
index 00000000..8b5178ca
--- /dev/null
+++ b/profite/css/flexslider.css
@@ -0,0 +1,262 @@
+/*
+ * jQuery FlexSlider v2.6.0
+ * http://www.woothemes.com/flexslider/
+ *
+ * Copyright 2012 WooThemes
+ * Free to use under the GPLv2 and later license.
+ * http://www.gnu.org/licenses/gpl-2.0.html
+ *
+ * Contributing author: Tyler Smith (@mbmufffin)
+ *
+ */
+/* ====================================================================================================================
+ * FONT-FACE
+ * ====================================================================================================================*/
+@font-face {
+ font-family: 'flexslider-icon';
+ src: url('../fonts/flexslider-icon.eot');
+ src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+/* ====================================================================================================================
+ * RESETS
+ * ====================================================================================================================*/
+.flex-container a:hover,
+.flex-slider a:hover {
+ outline: none;
+}
+.slides,
+.slides > li,
+.flex-control-nav,
+.flex-direction-nav {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+}
+.flex-pauseplay span {
+ text-transform: capitalize;
+}
+/* ====================================================================================================================
+ * BASE STYLES
+ * ====================================================================================================================*/
+.flexslider {
+ margin: 0;
+ padding: 0;
+}
+.flexslider .slides > li {
+ display: none;
+ -webkit-backface-visibility: hidden;
+}
+.flexslider .slides img {
+ width: 100%;
+ display: block;
+}
+.flexslider .slides:after {
+ content: "\0020";
+ display: block;
+ clear: both;
+ visibility: hidden;
+ line-height: 0;
+ height: 0;
+}
+html[xmlns] .flexslider .slides {
+ display: block;
+}
+* html .flexslider .slides {
+ height: 1%;
+}
+.no-js .flexslider .slides > li:first-child {
+ display: block;
+}
+/* ====================================================================================================================
+ * DEFAULT THEME
+ * ====================================================================================================================*/
+.flexslider {
+ position: relative;
+ margin: 0 auto;
+ zoom: 1;
+}
+.flexslider .slides {
+ zoom: 1;
+}
+.flexslider .slides img {
+ height: auto;
+ -moz-user-select: none;
+}
+.flex-viewport {
+ max-height: 2000px;
+ -webkit-transition: all 1s ease;
+ -moz-transition: all 1s ease;
+ -ms-transition: all 1s ease;
+ -o-transition: all 1s ease;
+ transition: all 1s ease;
+}
+.loading .flex-viewport {
+ max-height: 300px;
+}
+.carousel li {
+ margin-right: 5px;
+}
+.flex-direction-nav {
+ *height: 0;
+}
+.flex-direction-nav a {
+ text-decoration: none;
+ display: block;
+ width: 40px;
+ height: 40px;
+ margin: -20px 0 0;
+ position: absolute;
+ top: 50%;
+ z-index: 10;
+ overflow: hidden;
+ opacity: 0;
+ cursor: pointer;
+ color: rgba(0, 0, 0, 0.8);
+ text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
+ -webkit-transition: all 0.3s ease-in-out;
+ -moz-transition: all 0.3s ease-in-out;
+ -ms-transition: all 0.3s ease-in-out;
+ -o-transition: all 0.3s ease-in-out;
+ transition: all 0.3s ease-in-out;
+}
+.flex-direction-nav a:before {
+ font-family: "flexslider-icon";
+ font-size: 40px;
+ display: inline-block;
+ content: '\f001';
+ color: rgba(0, 0, 0, 0.8);
+ text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
+}
+.flex-direction-nav a.flex-next:before {
+ content: '\f002';
+}
+.flex-direction-nav .flex-prev {
+ left: -50px;
+}
+.flex-direction-nav .flex-next {
+ right: -50px;
+ text-align: right;
+}
+.flexslider:hover .flex-direction-nav .flex-prev {
+ opacity: 0.7;
+ left: 10px;
+}
+.flexslider:hover .flex-direction-nav .flex-prev:hover {
+ opacity: 1;
+}
+.flexslider:hover .flex-direction-nav .flex-next {
+ opacity: 0.7;
+ right: 10px;
+}
+.flexslider:hover .flex-direction-nav .flex-next:hover {
+ opacity: 1;
+}
+.flex-direction-nav .flex-disabled {
+ opacity: 0!important;
+ filter: alpha(opacity=0);
+ cursor: default;
+ z-index: -1;
+}
+.flex-pauseplay a {
+ display: block;
+ width: 20px;
+ height: 20px;
+ position: absolute;
+ bottom: 5px;
+ left: 10px;
+ opacity: 0.8;
+ z-index: 10;
+ overflow: hidden;
+ cursor: pointer;
+ color: #000;
+}
+.flex-pauseplay a:before {
+ font-family: "flexslider-icon";
+ font-size: 20px;
+ display: inline-block;
+ content: '\f004';
+}
+.flex-pauseplay a:hover {
+ opacity: 1;
+}
+.flex-pauseplay a.flex-play:before {
+ content: '\f003';
+}
+.flex-control-nav {
+ width: 100%;
+ position: absolute;
+ bottom: -40px;
+ text-align: center;
+}
+.flex-control-nav li {
+ margin: 0 6px;
+ display: inline-block;
+ zoom: 1;
+ *display: inline;
+}
+.flex-control-paging li a {
+ width: 11px;
+ height: 11px;
+ display: block;
+ background: #666;
+ background: rgba(0, 0, 0, 0.5);
+ cursor: pointer;
+ text-indent: -9999px;
+ -webkit-border-radius: 20px;
+ -moz-border-radius: 20px;
+ border-radius: 20px;
+}
+.flex-control-paging li a:hover {
+ background: #333;
+ background: rgba(0, 0, 0, 0.7);
+}
+.flex-control-paging li a.flex-active {
+ background: #000;
+ background: rgba(0, 0, 0, 0.9);
+ cursor: default;
+}
+.flex-control-thumbs {
+ margin: 5px 0 0;
+ position: static;
+ overflow: hidden;
+}
+.flex-control-thumbs li {
+ width: 25%;
+ float: left;
+ margin: 0;
+}
+.flex-control-thumbs img {
+ width: 100%;
+ height: auto;
+ display: block;
+ opacity: .7;
+ cursor: pointer;
+ -moz-user-select: none;
+ -webkit-transition: all 1s ease;
+ -moz-transition: all 1s ease;
+ -ms-transition: all 1s ease;
+ -o-transition: all 1s ease;
+ transition: all 1s ease;
+}
+.flex-control-thumbs img:hover {
+ opacity: 1;
+}
+.flex-control-thumbs .flex-active {
+ opacity: 1;
+ cursor: default;
+}
+/* ====================================================================================================================
+ * RESPONSIVE
+ * ====================================================================================================================*/
+@media screen and (max-width: 860px) {
+ .flex-direction-nav .flex-prev {
+ opacity: 1;
+ left: 10px;
+ }
+ .flex-direction-nav .flex-next {
+ opacity: 1;
+ right: 10px;
+ }
+}
diff --git a/profite/css/fontface.css b/profite/css/fontface.css
new file mode 100644
index 00000000..c1e334a0
--- /dev/null
+++ b/profite/css/fontface.css
@@ -0,0 +1,12 @@
+@charset "utf-8";
+
+@font-face {
+ font-family: 'Pe-icon-7-stroke';
+ src:url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
+ src:url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
+ url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
+ url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
+ url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
\ No newline at end of file
diff --git a/profite/css/pe-icon-7-stroke.css b/profite/css/pe-icon-7-stroke.css
new file mode 100644
index 00000000..9e642d17
--- /dev/null
+++ b/profite/css/pe-icon-7-stroke.css
@@ -0,0 +1,621 @@
+[class*="pe-7s"]::after {
+ display: inline-block;
+ font-family: 'Pe-icon-7-stroke';
+ speak: none;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+
+ /* Better Font Rendering =========== */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.pe-7s-album:after {
+ content: "\e6aa";
+}
+.pe-7s-arc:after {
+ content: "\e6ab";
+}
+.pe-7s-back-2:after {
+ content: "\e6ac";
+}
+.pe-7s-bandaid:after {
+ content: "\e6ad";
+}
+.pe-7s-car:after {
+ content: "\e6ae";
+}
+.pe-7s-diamond:after {
+ content: "\e6af";
+}
+.pe-7s-door-lock:after {
+ content: "\e6b0";
+}
+.pe-7s-eyedropper:after {
+ content: "\e6b1";
+}
+.pe-7s-female:after {
+ content: "\e6b2";
+}
+.pe-7s-gym:after {
+ content: "\e6b3";
+}
+.pe-7s-hammer:after {
+ content: "\e6b4";
+}
+.pe-7s-headphones:after {
+ content: "\e6b5";
+}
+.pe-7s-helm:after {
+ content: "\e6b6";
+}
+.pe-7s-hourglass:after {
+ content: "\e6b7";
+}
+.pe-7s-leaf:after {
+ content: "\e6b8";
+}
+.pe-7s-magic-wand:after {
+ content: "\e6b9";
+}
+.pe-7s-male:after {
+ content: "\e6ba";
+}
+.pe-7s-map-2:after {
+ content: "\e6bb";
+}
+.pe-7s-next-2:after {
+ content: "\e6bc";
+}
+.pe-7s-paint-bucket:after {
+ content: "\e6bd";
+}
+.pe-7s-pendrive:after {
+ content: "\e6be";
+}
+.pe-7s-photo:after {
+ content: "\e6bf";
+}
+.pe-7s-piggy:after {
+ content: "\e6c0";
+}
+.pe-7s-plugin:after {
+ content: "\e6c1";
+}
+.pe-7s-refresh-2:after {
+ content: "\e6c2";
+}
+.pe-7s-rocket:after {
+ content: "\e6c3";
+}
+.pe-7s-settings:after {
+ content: "\e6c4";
+}
+.pe-7s-shield:after {
+ content: "\e6c5";
+}
+.pe-7s-smile:after {
+ content: "\e6c6";
+}
+.pe-7s-usb:after {
+ content: "\e6c7";
+}
+.pe-7s-vector:after {
+ content: "\e6c8";
+}
+.pe-7s-wine:after {
+ content: "\e6c9";
+}
+.pe-7s-cloud-upload:after {
+ content: "\e68a";
+}
+.pe-7s-cash:after {
+ content: "\e68c";
+}
+.pe-7s-close:after {
+ content: "\e680";
+}
+.pe-7s-bluetooth:after {
+ content: "\e68d";
+}
+.pe-7s-cloud-download:after {
+ content: "\e68b";
+}
+.pe-7s-way:after {
+ content: "\e68e";
+}
+.pe-7s-close-circle:after {
+ content: "\e681";
+}
+.pe-7s-id:after {
+ content: "\e68f";
+}
+.pe-7s-angle-up:after {
+ content: "\e682";
+}
+.pe-7s-wristwatch:after {
+ content: "\e690";
+}
+.pe-7s-angle-up-circle:after {
+ content: "\e683";
+}
+.pe-7s-world:after {
+ content: "\e691";
+}
+.pe-7s-angle-right:after {
+ content: "\e684";
+}
+.pe-7s-volume:after {
+ content: "\e692";
+}
+.pe-7s-angle-right-circle:after {
+ content: "\e685";
+}
+.pe-7s-users:after {
+ content: "\e693";
+}
+.pe-7s-angle-left:after {
+ content: "\e686";
+}
+.pe-7s-user-female:after {
+ content: "\e694";
+}
+.pe-7s-angle-left-circle:after {
+ content: "\e687";
+}
+.pe-7s-up-arrow:after {
+ content: "\e695";
+}
+.pe-7s-angle-down:after {
+ content: "\e688";
+}
+.pe-7s-switch:after {
+ content: "\e696";
+}
+.pe-7s-angle-down-circle:after {
+ content: "\e689";
+}
+.pe-7s-scissors:after {
+ content: "\e697";
+}
+.pe-7s-wallet:after {
+ content: "\e600";
+}
+.pe-7s-safe:after {
+ content: "\e698";
+}
+.pe-7s-volume2:after {
+ content: "\e601";
+}
+.pe-7s-volume1:after {
+ content: "\e602";
+}
+.pe-7s-voicemail:after {
+ content: "\e603";
+}
+.pe-7s-video:after {
+ content: "\e604";
+}
+.pe-7s-user:after {
+ content: "\e605";
+}
+.pe-7s-upload:after {
+ content: "\e606";
+}
+.pe-7s-unlock:after {
+ content: "\e607";
+}
+.pe-7s-umbrella:after {
+ content: "\e608";
+}
+.pe-7s-trash:after {
+ content: "\e609";
+}
+.pe-7s-tools:after {
+ content: "\e60a";
+}
+.pe-7s-timer:after {
+ content: "\e60b";
+}
+.pe-7s-ticket:after {
+ content: "\e60c";
+}
+.pe-7s-target:after {
+ content: "\e60d";
+}
+.pe-7s-sun:after {
+ content: "\e60e";
+}
+.pe-7s-study:after {
+ content: "\e60f";
+}
+.pe-7s-stopwatch:after {
+ content: "\e610";
+}
+.pe-7s-star:after {
+ content: "\e611";
+}
+.pe-7s-speaker:after {
+ content: "\e612";
+}
+.pe-7s-signal:after {
+ content: "\e613";
+}
+.pe-7s-shuffle:after {
+ content: "\e614";
+}
+.pe-7s-shopbag:after {
+ content: "\e615";
+}
+.pe-7s-share:after {
+ content: "\e616";
+}
+.pe-7s-server:after {
+ content: "\e617";
+}
+.pe-7s-search:after {
+ content: "\e618";
+}
+.pe-7s-film:after {
+ content: "\e6a5";
+}
+.pe-7s-science:after {
+ content: "\e619";
+}
+.pe-7s-disk:after {
+ content: "\e6a6";
+}
+.pe-7s-ribbon:after {
+ content: "\e61a";
+}
+.pe-7s-repeat:after {
+ content: "\e61b";
+}
+.pe-7s-refresh:after {
+ content: "\e61c";
+}
+.pe-7s-add-user:after {
+ content: "\e6a9";
+}
+.pe-7s-refresh-cloud:after {
+ content: "\e61d";
+}
+.pe-7s-paperclip:after {
+ content: "\e69c";
+}
+.pe-7s-radio:after {
+ content: "\e61e";
+}
+.pe-7s-note2:after {
+ content: "\e69d";
+}
+.pe-7s-print:after {
+ content: "\e61f";
+}
+.pe-7s-network:after {
+ content: "\e69e";
+}
+.pe-7s-prev:after {
+ content: "\e620";
+}
+.pe-7s-mute:after {
+ content: "\e69f";
+}
+.pe-7s-power:after {
+ content: "\e621";
+}
+.pe-7s-medal:after {
+ content: "\e6a0";
+}
+.pe-7s-portfolio:after {
+ content: "\e622";
+}
+.pe-7s-like2:after {
+ content: "\e6a1";
+}
+.pe-7s-plus:after {
+ content: "\e623";
+}
+.pe-7s-left-arrow:after {
+ content: "\e6a2";
+}
+.pe-7s-play:after {
+ content: "\e624";
+}
+.pe-7s-key:after {
+ content: "\e6a3";
+}
+.pe-7s-plane:after {
+ content: "\e625";
+}
+.pe-7s-joy:after {
+ content: "\e6a4";
+}
+.pe-7s-photo-gallery:after {
+ content: "\e626";
+}
+.pe-7s-pin:after {
+ content: "\e69b";
+}
+.pe-7s-phone:after {
+ content: "\e627";
+}
+.pe-7s-plug:after {
+ content: "\e69a";
+}
+.pe-7s-pen:after {
+ content: "\e628";
+}
+.pe-7s-right-arrow:after {
+ content: "\e699";
+}
+.pe-7s-paper-plane:after {
+ content: "\e629";
+}
+.pe-7s-delete-user:after {
+ content: "\e6a7";
+}
+.pe-7s-paint:after {
+ content: "\e62a";
+}
+.pe-7s-bottom-arrow:after {
+ content: "\e6a8";
+}
+.pe-7s-notebook:after {
+ content: "\e62b";
+}
+.pe-7s-note:after {
+ content: "\e62c";
+}
+.pe-7s-next:after {
+ content: "\e62d";
+}
+.pe-7s-news-paper:after {
+ content: "\e62e";
+}
+.pe-7s-musiclist:after {
+ content: "\e62f";
+}
+.pe-7s-music:after {
+ content: "\e630";
+}
+.pe-7s-mouse:after {
+ content: "\e631";
+}
+.pe-7s-more:after {
+ content: "\e632";
+}
+.pe-7s-moon:after {
+ content: "\e633";
+}
+.pe-7s-monitor:after {
+ content: "\e634";
+}
+.pe-7s-micro:after {
+ content: "\e635";
+}
+.pe-7s-menu:after {
+ content: "\e636";
+}
+.pe-7s-map:after {
+ content: "\e637";
+}
+.pe-7s-map-marker:after {
+ content: "\e638";
+}
+.pe-7s-mail:after {
+ content: "\e639";
+}
+.pe-7s-mail-open:after {
+ content: "\e63a";
+}
+.pe-7s-mail-open-file:after {
+ content: "\e63b";
+}
+.pe-7s-magnet:after {
+ content: "\e63c";
+}
+.pe-7s-loop:after {
+ content: "\e63d";
+}
+.pe-7s-look:after {
+ content: "\e63e";
+}
+.pe-7s-lock:after {
+ content: "\e63f";
+}
+.pe-7s-lintern:after {
+ content: "\e640";
+}
+.pe-7s-link:after {
+ content: "\e641";
+}
+.pe-7s-like:after {
+ content: "\e642";
+}
+.pe-7s-light:after {
+ content: "\e643";
+}
+.pe-7s-less:after {
+ content: "\e644";
+}
+.pe-7s-keypad:after {
+ content: "\e645";
+}
+.pe-7s-junk:after {
+ content: "\e646";
+}
+.pe-7s-info:after {
+ content: "\e647";
+}
+.pe-7s-home:after {
+ content: "\e648";
+}
+.pe-7s-help2:after {
+ content: "\e649";
+}
+.pe-7s-help1:after {
+ content: "\e64a";
+}
+.pe-7s-graph3:after {
+ content: "\e64b";
+}
+.pe-7s-graph2:after {
+ content: "\e64c";
+}
+.pe-7s-graph1:after {
+ content: "\e64d";
+}
+.pe-7s-graph:after {
+ content: "\e64e";
+}
+.pe-7s-global:after {
+ content: "\e64f";
+}
+.pe-7s-gleam:after {
+ content: "\e650";
+}
+.pe-7s-glasses:after {
+ content: "\e651";
+}
+.pe-7s-gift:after {
+ content: "\e652";
+}
+.pe-7s-folder:after {
+ content: "\e653";
+}
+.pe-7s-flag:after {
+ content: "\e654";
+}
+.pe-7s-filter:after {
+ content: "\e655";
+}
+.pe-7s-file:after {
+ content: "\e656";
+}
+.pe-7s-expand1:after {
+ content: "\e657";
+}
+.pe-7s-exapnd2:after {
+ content: "\e658";
+}
+.pe-7s-edit:after {
+ content: "\e659";
+}
+.pe-7s-drop:after {
+ content: "\e65a";
+}
+.pe-7s-drawer:after {
+ content: "\e65b";
+}
+.pe-7s-download:after {
+ content: "\e65c";
+}
+.pe-7s-display2:after {
+ content: "\e65d";
+}
+.pe-7s-display1:after {
+ content: "\e65e";
+}
+.pe-7s-diskette:after {
+ content: "\e65f";
+}
+.pe-7s-date:after {
+ content: "\e660";
+}
+.pe-7s-cup:after {
+ content: "\e661";
+}
+.pe-7s-culture:after {
+ content: "\e662";
+}
+.pe-7s-crop:after {
+ content: "\e663";
+}
+.pe-7s-credit:after {
+ content: "\e664";
+}
+.pe-7s-copy-file:after {
+ content: "\e665";
+}
+.pe-7s-config:after {
+ content: "\e666";
+}
+.pe-7s-compass:after {
+ content: "\e667";
+}
+.pe-7s-comment:after {
+ content: "\e668";
+}
+.pe-7s-coffee:after {
+ content: "\e669";
+}
+.pe-7s-cloud:after {
+ content: "\e66a";
+}
+.pe-7s-clock:after {
+ content: "\e66b";
+}
+.pe-7s-check:after {
+ content: "\e66c";
+}
+.pe-7s-chat:after {
+ content: "\e66d";
+}
+.pe-7s-cart:after {
+ content: "\e66e";
+}
+.pe-7s-camera:after {
+ content: "\e66f";
+}
+.pe-7s-call:after {
+ content: "\e670";
+}
+.pe-7s-calculator:after {
+ content: "\e671";
+}
+.pe-7s-browser:after {
+ content: "\e672";
+}
+.pe-7s-box2:after {
+ content: "\e673";
+}
+.pe-7s-box1:after {
+ content: "\e674";
+}
+.pe-7s-bookmarks:after {
+ content: "\e675";
+}
+.pe-7s-bicycle:after {
+ content: "\e676";
+}
+.pe-7s-bell:after {
+ content: "\e677";
+}
+.pe-7s-battery:after {
+ content: "\e678";
+}
+.pe-7s-ball:after {
+ content: "\e679";
+}
+.pe-7s-back:after {
+ content: "\e67a";
+}
+.pe-7s-attention:after {
+ content: "\e67b";
+}
+.pe-7s-anchor:after {
+ content: "\e67c";
+}
+.pe-7s-albums:after {
+ content: "\e67d";
+}
+.pe-7s-alarm:after {
+ content: "\e67e";
+}
+.pe-7s-airplay:after {
+ content: "\e67f";
+}
diff --git a/profite/css/reset.css b/profite/css/reset.css
new file mode 100644
index 00000000..5f1a5af8
--- /dev/null
+++ b/profite/css/reset.css
@@ -0,0 +1,57 @@
+@charset "utf-8";
+
+/* v1.0 | 20080212 */
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+form, label,fieldset,legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0;
+ font-size: 100%;
+ vertical-align: baseline;
+ background: transparent;
+}
+body {
+ line-height: 1;
+}
+ol, ul {
+ list-style: none;
+}
+ol.envieForm {
+ list-style: decimal;
+}
+blockquote, q {
+ quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+
+/* remember to define focus styles! */
+:focus {
+ outline: 0;
+}
+
+/* remember to highlight inserts somehow! */
+ins {
+ text-decoration: none;
+}
+del {
+ text-decoration: line-through;
+}
+
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
\ No newline at end of file
diff --git a/profite/css/site.css b/profite/css/site.css
new file mode 100644
index 00000000..ce96d451
--- /dev/null
+++ b/profite/css/site.css
@@ -0,0 +1,655 @@
+@charset "UTF-8";
+/* common */
+.degrade, #webdoor .slides li > div > div > div, #banners ul li > div > div::after {
+ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.90+100 */
+ /* FF3.6-15 */
+ background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
+ /* Chrome10-25,Safari5.1-6 */
+ background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
+ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 )
+ /* IE6-9 */ }
+
+.flex, header .header .cart,
+header .wrap, #banners ul, .vitrine, #newsletter form,
+#newsletter > div, footer > .wrap, footer > .wrap > *:nth-child(2) {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-align: center;
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap; }
+
+.flex-4-col {
+ -webkit-flex: 4 0px;
+ -ms-flex: 4 0px;
+ -webkit-box-flex: 4;
+ flex: 4 0px; }
+
+.flex-3-col, header .wrap > div, #banners ul li {
+ -webkit-flex: 3 0px;
+ -ms-flex: 3 0px;
+ -webkit-box-flex: 3;
+ flex: 3 0px; }
+
+.flex-2-col, header .header .cart > * {
+ -webkit-flex: 1 50%;
+ -ms-flex: 1 50%;
+ -webkit-box-flex: 1;
+ flex: 1 50%; }
+
+.inline, .auto-img, header .header .cart > div > *,
+.logo, #webdoor .slides li img, #banners ul li img, .vitrine > li img, header form *, header .header .cart > div:nth-child(2) > div > *,
+header .header ul li, header .header ul li:not(:last-child)::after, header nav ul li, .rating li, .vitrine .btn2.pe-7s-cart::after, footer ul li ul li {
+ display: inline-block;
+ vertical-align: middle; }
+
+.auto-img, header .header .cart > div > *,
+.logo, #webdoor .slides li img, #banners ul li img, .vitrine > li img {
+ max-width: 100%; }
+
+.btn {
+ border: 1px #ffffff solid;
+ padding: 12px 0;
+ max-width: 220px;
+ letter-spacing: 1px;
+ -webkit-transition: background-color linear 0.2s;
+ transition: background-color linear 0.2s; }
+
+.btn2 {
+ padding: 12px;
+ background-color: #000000;
+ letter-spacing: 1px;
+ -webkit-transition: background-color linear 0.2s;
+ transition: background-color linear 0.2s; }
+
+.btn2:hover {
+ background-color: #fcc619; }
+
+button {
+ border: 0; }
+
+.btn:hover {
+ background-color: #ffffff; }
+
+.mega-title {
+ padding: 0 0 12px;
+ margin: 0 0 12px; }
+
+/*header*/
+header .header .cart > div {
+ position: relative; }
+
+header .wrap {
+ padding: 25px 0; }
+
+header form {
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -ms-border-radius: 3px;
+ background-color: #f4f4f4;
+ padding: 3px;
+ width: 70%; }
+
+header form * {
+ border: 0;
+ background-color: transparent;
+ margin-right: -4px; }
+
+header form input {
+ width: 90%; }
+
+header form button {
+ width: 10%; }
+
+header .header ul li:not(:last-child)::after {
+ content: "/";
+ padding-left: 2px; }
+
+header .header .cart .pe-7s-cart {
+ position: relative;
+ background-color: #000000; }
+
+header .header .cart .pe-7s-cart {
+ width: 32px;
+ height: 32px;
+ border-radius: 9999px;
+ -moz-border-radius: 9999px;
+ -webkit-border-radius: 9999px;
+ -ms-border-radius: 9999px;
+ background-color: #000000;
+ cursor: pointer; }
+
+.pe-7s-menu::after {
+ display: none; }
+
+header .header .cart .pe-7s-cart::after,
+header .header .cart .pe-7s-cart {
+ line-height: 32px; }
+
+header .header .cart .pe-7s-cart .cart-qt {
+ position: absolute;
+ display: block;
+ width: 20px;
+ height: 20px;
+ line-height: 20px;
+ top: 0;
+ right: 0;
+ background-color: #fcc619;
+ margin: -5px;
+ border-radius: 9999px;
+ -moz-border-radius: 9999px;
+ -webkit-border-radius: 9999px;
+ -ms-border-radius: 9999px;
+ padding: 0;
+ border: 0; }
+
+header .header .cart .cart-preco {
+ padding-left: 8px;
+ letter-spacing: 2px;
+ font-weight: 800; }
+
+.mega-title,
+header .header .wrap {
+ border-bottom: 2px #e4e4e4 solid; }
+
+header nav ul {
+ display: block;
+ width: 100%; }
+
+header nav ul li {
+ padding: 0 30px; }
+
+#mobileMenu {
+ position: relative;
+ max-height: 0;
+ overflow: hidden;
+ /* Set our transitions up. */
+ -webkit-transition: max-height 0.8s;
+ transition: max-height 0.8s; }
+
+#mobileMenu.on {
+ max-height: 180px; }
+
+#mobileMenu > li {
+ background: #000 none repeat scroll 0 0;
+ border-bottom: 1px solid #474747;
+ display: block;
+ padding: 12px; }
+
+/* cart */
+#carrinho {
+ background: #ffffff;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -ms-border-radius: 3px;
+ box-shadow: 0 0 12px -8px #000000;
+ left: 0;
+ max-height: 290px;
+ overflow: auto;
+ position: absolute;
+ top: 100%;
+ z-index: 100;
+ display: none; }
+
+#carrinho.showCart {
+ display: block; }
+
+.cart_items {
+ display: block !important;
+ padding: 6px 20px 6px 10px;
+ position: relative; }
+
+.cart_items > * {
+ display: inline-block;
+ margin-right: -4px;
+ padding: 0;
+ vertical-align: top; }
+
+.cart_items p:first-of-type {
+ padding-bottom: 8px; }
+
+.cart_items > *:first-child {
+ width: 30%; }
+
+.cart_items > *:last-child {
+ width: 70%;
+ padding-left: 10%; }
+
+#carrinho .total {
+ background-color: #f4f4f4;
+ border-top: 1px solid #e4e4e4;
+ display: block;
+ width: 100%;
+ padding: 8px; }
+
+#carrinho .cart_items:not(:last-of-type) {
+ border-bottom: 1px solid #e4e4e4; }
+
+#cart_button {
+ position: relative; }
+
+#cart_button.on::before {
+ color: #000000;
+ content: "▾";
+ font-family: "entypo",sans-serif;
+ font-size: 22px;
+ height: 10px;
+ left: 35%;
+ line-height: 10px;
+ position: absolute;
+ top: 93%;
+ width: 10px;
+ z-index: 10000; }
+
+/* flexslider / webdoor */
+body #webdoor .slides li {
+ -webkit-transition: none;
+ transition: none; }
+
+.slides, .webdoor, #webdoor {
+ position: relative;
+ width: 100%;
+ min-width: 380px; }
+
+#webdoor .slides::after {
+ clear: both;
+ content: "";
+ display: block; }
+
+#webdoor .flex-control-nav {
+ z-index: 100;
+ bottom: 30px; }
+
+#webdoor .flex-control-paging li a.flex-active {
+ background-color: #ffffff; }
+
+#webdoor .flex-control-paging li a {
+ background: transparent;
+ border: 1px #ffffff solid; }
+
+#webdoor .flex-direction-nav a {
+ opacity: 1;
+ padding: 0 20px;
+ width: auto;
+ height: auto; }
+
+#webdoor .flex-direction-nav .flex-prev {
+ left: 0; }
+
+#webdoor .flex-direction-nav .flex-next {
+ right: 0; }
+
+#webdoor .flex-direction-nav a::before {
+ content: "";
+ text-shadow: none; }
+
+#webdoor .flex-direction-nav a.flex-next::before {
+ content: ""; }
+
+#webdoor .slides li img {
+ position: relative;
+ z-index: 1;
+ min-width: 380px; }
+
+#webdoor .slides li > div > div > div,
+#webdoor .slides li > div > div,
+#webdoor .slides li > div {
+ position: absolute;
+ z-index: 2;
+ display: block;
+ height: 100%;
+ width: 100%; }
+
+#webdoor .slides li > div > div > div {
+ display: table;
+ width: 100%;
+ height: 100%; }
+
+#webdoor .slides li > div > div > div > div {
+ display: table-cell;
+ vertical-align: middle; }
+
+#webdoor .slideContent .btn {
+ margin: 0 auto; }
+
+#webdoor .slideContent h1 {
+ padding-bottom: 25px; }
+
+/* banners */
+#banners ul {
+ margin: 0 -15px; }
+
+#banners ul li {
+ position: relative;
+ overflow: hidden;
+ margin: 30px 15px; }
+
+#banners ul li img {
+ width: 100%; }
+
+#banners ul li > div {
+ display: block;
+ height: 100%;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 100%; }
+
+#banners ul li > div > div {
+ display: table;
+ height: 100%;
+ width: 100%; }
+
+#banners ul li > div > div > div {
+ display: table-cell;
+ vertical-align: middle; }
+
+#banners ul li > div > div::after {
+ position: absolute;
+ z-index: 1;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ display: block;
+ content: ""; }
+
+#banners h1,
+#banners ul li > div > div::after {
+ -webkit-transition: opacity 0.2s ease-in-out;
+ transition: opacity 0.2s ease-in-out; }
+
+#banners h1 {
+ position: relative;
+ z-index: 100; }
+
+#banners ul li > div > div::after,
+#banners h1 {
+ opacity: 0; }
+
+#banners ul li:hover h1,
+#banners ul li:hover > div > div::after {
+ opacity: 1; }
+
+/* vitrine */
+.vitrine {
+ -webkit-box-pack: start;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-box-align: stretch;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch; }
+
+.vitrine .btn2 {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%; }
+
+.vitrine > li img {
+ width: 100%; }
+
+.vitrine > li {
+ position: relative;
+ -webkit-flex: 0 0 20%;
+ -ms-flex: 0 0 20%;
+ -webkit-box-flex: 0;
+ flex: 0 0 20%;
+ overflow: hidden;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -ms-border-radius: 3px;
+ padding-bottom: 50px; }
+
+.vitrine > li > *:not(.btn2),
+.vitrine .product-info > * {
+ margin-bottom: 12px; }
+
+.vitrine > li > * {
+ padding: 12px; }
+
+.rating li {
+ vertical-align: middle; }
+
+.rating li::before {
+ font-family: 'FontAwesome', sans-serif;
+ content: ""; }
+
+.vitrine > li:hover {
+ box-shadow: 0 0 12px -8px #000000; }
+
+.vitrine > li > .pe-7s-cart {
+ opacity: 0 !important;
+ -webkit-transition: opacity 0.2s ease-in-out;
+ transition: opacity 0.2s ease-in-out; }
+
+.vitrine > li:hover > .pe-7s-cart {
+ opacity: 1 !important; }
+
+.vitrine .btn2.pe-7s-cart::after {
+ margin: 0 4px -4px;
+ top: -3px;
+ position: relative; }
+
+/* newsletter */
+#newsletter {
+ border: 2px #000000 solid;
+ margin: 20px auto; }
+
+#newsletter img {
+ width: 100%; }
+
+#newsletter form {
+ -webkit-box-align: end;
+ -webkit-align-items: flex-end;
+ -ms-flex-align: end;
+ align-items: flex-end; }
+
+#newsletter form label {
+ padding: 0 0 8px; }
+
+#newsletter form > * {
+ -webkit-flex: 3 0px;
+ -ms-flex: 3 0px;
+ -webkit-box-flex: 3;
+ flex: 3 0px; }
+
+#newsletter > div > * {
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ -webkit-box-flex: 0;
+ flex: 0 0 50%;
+ padding: 0 30px; }
+
+#newsletter .btn2 {
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -ms-border-radius: 3px;
+ width: 100%; }
+
+#newsletter input {
+ background-color: #e4e4e4;
+ padding: 10px;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -ms-border-radius: 3px;
+ border: 0;
+ display: inline-block; }
+
+/* footer */
+footer > .wrap {
+ padding: 50px 0px 20px; }
+
+footer > *:last-child {
+ border-top: 1px #999999 solid;
+ padding: 20px 0; }
+
+footer > .wrap > *:nth-child(2) {
+ -webkit-box-align: start;
+ -webkit-align-items: flex-start;
+ -ms-flex-align: start;
+ align-items: flex-start; }
+
+footer > .wrap > *:nth-child(2) > *:nth-child(1),
+footer > .wrap > *:nth-child(2) > *:nth-child(2),
+footer > .wrap > *:nth-child(2) > *:nth-child(3) {
+ -webkit-flex: 0 20%;
+ -ms-flex: 0 20%;
+ -webkit-box-flex: 0;
+ flex: 0 20%; }
+
+footer > .wrap > *:nth-child(2) > *:nth-child(4) {
+ -webkit-flex: 0 40%;
+ -ms-flex: 0 40%;
+ -webkit-box-flex: 0;
+ flex: 0 40%; }
+
+footer > .wrap > *:first-child {
+ -webkit-flex: 0 20%;
+ -ms-flex: 0 20%;
+ -webkit-box-flex: 0;
+ flex: 0 20%; }
+
+footer > .wrap > *:last-child {
+ -webkit-flex: 0 80%;
+ -ms-flex: 0 80%;
+ -webkit-box-flex: 0;
+ flex: 0 80%; }
+
+footer > .wrap > *:nth-child(2) > ul > li {
+ padding-bottom: 12px; }
+
+footer > .wrap > *:nth-child(2) > ul > li:first-child {
+ padding-bottom: 25px; }
+
+footer ul li ul li {
+ vertical-align: middle;
+ margin-bottom: 4px; }
+
+/*fonts*/
+.flex-direction-nav a::before {
+ font-family: 'entypo', sans-serif; }
+
+header .header .cart > div {
+ text-align: right; }
+
+#carrinho .total,
+footer p,
+#banners h1,
+[class*="btn"],
+#webdoor .slideContent,
+header .wrap,
+header nav ul,
+header .header .cart .pe-7s-cart,
+header .header .wrap > div:nth-child(2) {
+ text-align: center; }
+
+header .header .wrap > div:nth-child(2) ul li {
+ text-align: left; }
+
+footer ul li:first-child,
+#newsletter form label,
+[class*="btn"],
+header ul li {
+ text-transform: uppercase; }
+
+.vitrine .btn2.pe-7s-cart:hover::after,
+.btn2:hover,
+.btn:hover,
+header .header .cart .pe-7s-cart .cart-qt,
+header ul li,
+header ul li a {
+ color: #000000; }
+
+#mobileMenu > li,
+#mobileMenu > li *,
+#banners h1,
+[class*="btn"],
+#webdoor .slideContent,
+header .header .cart .pe-7s-cart,
+.flex-direction-nav a::before {
+ color: #ffffff; }
+
+.vitrine .btn2.pe-7s-cart::after,
+.vitrine .rating li::before {
+ color: #fcc619; }
+
+.vitrine .product-extra span,
+.vitrine .product-preco .old,
+.vitrine .rating.rating-4 li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4))::before,
+.vitrine .rating.rating-3 li:not(:first-child):not(:nth-child(2)):not(:nth-child(3))::before,
+.vitrine .rating.rating-2 li:not(:first-child):not(:nth-child(2))::before,
+.vitrine .rating.rating-1 li:not(:first-child)::before {
+ color: #e4e4e4; }
+
+footer p,
+footer ul li a {
+ color: #999999; }
+
+#mobileMenu > li,
+#carrinho .total,
+.cart_items p:last-of-type,
+#newsletter form label,
+[class*="btn"],
+[class*="-cart"],
+[class*="cart-"],
+header ul li {
+ font-size: 11px; }
+
+#webdoor .slideContent h1 {
+ font-size: 75px; }
+
+.cart_items p:first-of-type,
+footer p,
+footer ul li:first-child {
+ font-size: 15px; }
+
+.mega-title,
+#banners h1,
+#webdoor .slideContent h2 {
+ font-size: 31px; }
+
+.vitrine .btn2.pe-7s-cart::after,
+.rating li::before,
+.pe-7s-search::after,
+header .header .cart .pe-7s-cart::after {
+ font-size: 22px; }
+
+footer ul li:first-child,
+header nav ul li,
+header .header ul li {
+ letter-spacing: 1.5px; }
+
+h1, h2, h3, h4 {
+ font-weight: normal; }
+
+.cart_items p:last-of-type,
+.mega-title,
+#banners h1,
+#webdoor .slideContent h2 {
+ font-weight: 300; }
+
+#carrinho .total,
+.cart_items p:first-of-type,
+footer ul li:first-child,
+#newsletter form label,
+.vitrine .product-info * {
+ font-weight: 800; }
+
+.product-preco .old {
+ text-decoration: line-through; }
+
+/*# sourceMappingURL=site.css.map */
\ No newline at end of file
diff --git a/profite/css/site.css.map b/profite/css/site.css.map
new file mode 100644
index 00000000..1628529e
--- /dev/null
+++ b/profite/css/site.css.map
@@ -0,0 +1,7 @@
+{
+"version": 3,
+"mappings": "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",
+"sources": ["../style.scss"],
+"names": [],
+"file": "site.css"
+}
diff --git a/profite/facebook.png b/profite/facebook.png
new file mode 100644
index 00000000..df9b4afb
Binary files /dev/null and b/profite/facebook.png differ
diff --git a/profite/favico.png b/profite/favico.png
new file mode 100644
index 00000000..57bcca7f
Binary files /dev/null and b/profite/favico.png differ
diff --git a/profite/fonts/Pe-icon-7-stroke.eot b/profite/fonts/Pe-icon-7-stroke.eot
new file mode 100644
index 00000000..6f7b5848
Binary files /dev/null and b/profite/fonts/Pe-icon-7-stroke.eot differ
diff --git a/profite/fonts/Pe-icon-7-stroke.svg b/profite/fonts/Pe-icon-7-stroke.svg
new file mode 100644
index 00000000..13d9709a
--- /dev/null
+++ b/profite/fonts/Pe-icon-7-stroke.svg
@@ -0,0 +1,212 @@
+
+
+
\ No newline at end of file
diff --git a/profite/fonts/Pe-icon-7-stroke.ttf b/profite/fonts/Pe-icon-7-stroke.ttf
new file mode 100644
index 00000000..bc8a269c
Binary files /dev/null and b/profite/fonts/Pe-icon-7-stroke.ttf differ
diff --git a/profite/fonts/Pe-icon-7-stroke.woff b/profite/fonts/Pe-icon-7-stroke.woff
new file mode 100644
index 00000000..c205e6fd
Binary files /dev/null and b/profite/fonts/Pe-icon-7-stroke.woff differ
diff --git a/profite/fonts/flexslider-icon.eot b/profite/fonts/flexslider-icon.eot
new file mode 100644
index 00000000..97c4196f
Binary files /dev/null and b/profite/fonts/flexslider-icon.eot differ
diff --git a/profite/fonts/flexslider-icon.svg b/profite/fonts/flexslider-icon.svg
new file mode 100644
index 00000000..89fd1ab8
--- /dev/null
+++ b/profite/fonts/flexslider-icon.svg
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/profite/fonts/flexslider-icon.ttf b/profite/fonts/flexslider-icon.ttf
new file mode 100644
index 00000000..05432986
Binary files /dev/null and b/profite/fonts/flexslider-icon.ttf differ
diff --git a/profite/fonts/flexslider-icon.woff b/profite/fonts/flexslider-icon.woff
new file mode 100644
index 00000000..10c4eeb8
Binary files /dev/null and b/profite/fonts/flexslider-icon.woff differ
diff --git a/profite/footer.php b/profite/footer.php
new file mode 100644
index 00000000..dde13ffb
--- /dev/null
+++ b/profite/footer.php
@@ -0,0 +1,56 @@
+
+
+
+
+
+