@import url('https://fonts.googleapis.com/css?family=Century Gothic|Roboto:100,100i,400,500');
@import url('https://fonts.googleapis.com/css?family=Muli');


html, body {
	height: 100%;
	box-sizing: border-box;
}

body{
	overflow-x:hidden;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-style: italic;
	color: #333;
}

ul, ol {
    list-style: none;
    padding-left: 0;
}

input {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
	font-style: italic;
}

img {
    max-width: 100%;
}

body > section:before, body > section:after {
    display: table;
    content: " ";
}

body > section:after {
    clear: both;
}

.btn {
    border-radius: 0;
}

/* ##############################   HEADER    ############################## */

header:before, header:after {
    display: table;
    content: " ";
}

header:after {
    clear: both;
}

header > section{
  padding-left: 0 !important;
  /*border-bottom: 1px solid #333;*/
  border-bottom: 1px solid #cfcfcf;
}

header > section.cath{
  padding-left: 0 !important;
  border-bottom: 1px solid transparent;
}

#control-nav, .control-nav-close, .control-nav{
    display:none;
    
}
.exit{
    position: absolute;
    right: 10px;
    font-size: 28px;
    font-weight: 500;
    font-style: initial;
}

.menu-responsivo{
    display: none;
	padding: 20px 0;
    position: fixed;
    background: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
}

#top-search {
    width: 160px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 5px;
}

#top-search input {
    border: 0;
    background: transparent;
    outline: 0;
    max-width: 129px;
}

#search-results {
    left: calc(50% - 110px);
    top: 63px;
}

#menu {
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}

#menu a {
    color: #333;
}

#lojas {
    margin-bottom: 10px;
}

#menu > nav > ul > li {
    margin-bottom: 10px; 
    font-family: "Century Gothic", serif;
    font-style: initial;
    padding: 0px 10px;
}
#menu > nav > ul > li:hover{
    border-bottom: 2px solid #000;
    margin-bottom: -2px;
}

.control-nav {
    position: absolute;
    right: 10%;
    top: 16%;
    display: block;
    width: 50px;
    padding: 5px 0;
    border: solid #000;
    border-width: 5px 0;
    z-index: 2;
    cursor: pointer;
}

.control-nav:before {
    content: "";
    display: block;
    height: 5px;
    background: #000;
}

#logo {
    margin-top: 20px;
    max-width: 190px;
    margin-bottom: 20px;
    margin-left: 10px;
}

@media (min-width: 768px) {
    #logo {
        text-align: center;
        max-width: 100%;
        margin-bottom: initial;
        margin-left: initial;
    }
}

@media (min-width: 992px) {
    .control-nav {
        display: none;
    }
    
    .menu-responsivo {
        display: block;
        padding: 20px 0;
        position: initial;
        background: #fff;
    }
    
    .exit {
        display: none;
    }
    
    #topnav {
        position: absolute;
        top: 120px;
        z-index: 99;
    }
    
    #menu {
        font-size: 14px;
        text-align: initial;
        margin-top: 10px;
    }
    
    #lojas {
        float: left;
    }
    
    #menu > nav {
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    
    #menu > nav > ul > li {
        display: inline-block;
    }
    
    #menu > #shop-itens {
        float: right;
        text-align: right;
        position: relative;
        margin-top: -50px;
    }
    
    #search-results {
        top: 45px;
    }
}

@media (min-width: 1400px) {
    
}


/* ##################################   SECTION BANNER CAROUSEL ############################# */
#banner-carousel {
    background: #f2f2f2;
    padding-left: 0;
    padding-right: 0;
}

.carousel-indicators li {
    border-color: #333;
}

.carousel-indicators .active {
    background-color: #333;
}

.carousel-control {
    position: absolute;
    top: 25%;
}

.carousel-control.left {
    background: none;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    height: 0;
    width: 0;
    color: #333;
    text-shadow: none;
	opacity: 0.2;
}

.carousel-control.right {
    background: none;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    height: 0;
    width: 0;
    color: #333;
    text-shadow: none;
    right: 20px;
	opacity: 0.2;
}

.carousel-control.left > i, .carousel-control.right > i {
    font-size: 3em;
}

.carousel-control, .carousel-control:hover {
    opacity: 1;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
  .carousel-control {
        top: 42%;
    }  
}

@media(min-width: 1400px) {
    
}


/* ##################################   SECTIONS     ############################# */
section > h2 {
    font-family: 'Century Gothic', serif;
    text-align: center;
    font-style: initial;
    font-size: 28px;
    margin-bottom: 0;
    letter-spacing: 3px;
}

section > h3 {
    font-family: 'Century Gothic', serif;
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    margin-top: 0;
	font-style: initial;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
    
}

@media(min-width: 1400px) {
    
}


/* ##################################   SECTION BANNER CITACAO ############################# */
#citacao {
    background: #f2f2f2;
    padding: 10px;
    margin-top: 10px;
}

#citacao > h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 14px;
    text-align: center;
}

#citacao > h5 {
    font-family: 'Century Gothic', serif;
    text-align: center;
    font-style: initial;
    font-weight: bold;
    font-size: 16px;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
    
}

@media(min-width: 1400px) {
    
}


/* ##################################   SECTION DEPOIMENTOS  ############################# */
#depoimentos {
    margin-top: 50px;
}

#depoimentos > h2 {
    text-transform: uppercase;
    font-size: 42px;
}

.dot {
    font-size: 6px;
    position: relative;
    top: -2px;
    padding: 0px 3px;
}

#depoimento-nome {
    text-align: center;
    position: relative;
    top: 20px;
}

#depoimento-nome > div:nth-child(1) {
    text-transform: lowercase;
    font-size: 14px;
}

#depo-name {
    font-family: 'Century Gothic', serif;
    letter-spacing: 1px;
    font-size: 22px;
    font-style: initial;
    margin-top: -10px;
}

#depoimento-text {
    display: inline-block;
}

#depoimento-text > h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: initial;
    text-transform: uppercase;
    font-size: 16px;
}

#depoimento-footer {
    text-align: center;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
   #depoimento-footer {
        text-align: center;
        width: 75%;
        margin: 0 auto;
        clear: both;
    } 
    
    #depoimento-text {
        border-left: 2px solid #333;
    }
    
    #depoimento-nome {
        top: 44px;
    }
}

@media(min-width: 1400px) {
    
}

/* ##################################   SECTION INSTAGRAM  ############################# */

/* ***************
Instagram */
#instagram{
    padding-top: 50px;
	width:100%;
	min-height:10px;
	/*padding: 0px 8%;*/
	display:table;
}

#instagram > h3 {
    text-transform: uppercase;
    font-size: 42px;
    font-family: 'Century Gothic', serif;
    text-align: center;
    font-style: initial;
    letter-spacing: 3px;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
    
}

@media(min-width: 1400px) {
    
}

/* ##################################   SECTION PROMO-BANNERS  ############################# */

#promo-banners {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
   .promo-banner img {
       width: 100%;
   } 
   
   .promo-banner:nth-child(1){
       padding-right: 0.5px;
       float: left;
       max-width: 45%;
   }
   .promo-banner:nth-child(2){
       padding-left: 0.5px;
       float: right;
       max-width: 55%;
   }
}

@media(min-width: 1400px) {
   
}

/* ##################################   SECTION RANDOM-BANNERS  ############################# */

#random-banners {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
    
}

@media(min-width: 1400px) {
    
}

/* ##################################   SECTION PRODUCT-LISTING  ############################# */

#products {
   margin-top: 50px; 
}

.product-list-item {
    margin-bottom: 20px;
}

.prod-info {
    margin-top: -10px;
}

.prod-info > a > h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: initial;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

.buy-price {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: initial;
    text-align: center;
    font-size: 16px;
    letter-spacing: -1px;
}
.buy-prices {
    font-family: "Muli", sans-serif;
    font-weight: 100;
    font-style: initial;
    text-align: center;
    font-size: 18px;
    letter-spacing: -1px;
}

.prod-wrapper {
    /*position: relative;*/
}

.out > span {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 15px;
    background: #333;
    color: #fff;
}

.outofstock {
    text-align: center;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
    
}

@media(min-width: 1400px) {
    
}


/* ##################################   SECTION FOOTER-BANNER  ############################# */

#banners-final {
    margin-top: 50px;
    margin-bottom: 50px;
}

#banners-final > div {
    margin-top: 10px;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
    
}

@media(min-width: 1400px) {
    
}


/* ##################################   SECTION FOOTER  ############################# */

footer {
    margin-top: 30px;
    border-top: 3px solid #333;
    padding: 50px 0px;
    font-style: initial;
    clear: both;
}

footer > section {
    margin-bottom: 30px;
}

.footer-title {
    font-family: "Century Gothic", serif;
    letter-spacing: 0px;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 0px;
}

footer form input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-style: initial;
    font-weight: 400;
}

footer form button {
    width: 100%;
    border-color: transparent;
    background-color: #333;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 8px;
}

#socials li {
    display: inline-block;
    width: calc(25% - 3px);
    text-align: center;
}

#socials li a {
    font-size: 20px;
    color: #333;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
    #socials li a {
        font-size: 16px;
    }  
}

@media(min-width: 1400px) {
    
}


/* ##################################   VITRINE  ############################# */

.breadcrumb {
    text-align: center;
}

.product-listing {
    
}

.sub {
    font-size: 12px;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
    /*#filters > div:nth-child(1) {
        padding-left: 0;
    }*/
    
    .breadcrumb {
        text-align: left;
    }
    
    #filters{
        display: block;
    }
     /*#filters {
       display: block;
       border: 1px solid #d8d8d8;
       padding: 20px 10px;
    }
    
    .filters-side li > span {
        font-family: "Century Gothic", serif;
        font-style: initial;
        font-size: 16px;
        color: #333;
        font-weight: 400;
    }
    
    .filters-side li:not(.child) {
        margin-top: 20px;
    }
    
    .filters-side > .child {
        display: inline-block;
        width: 35%;
    }
    
    .filters-side li:first-child {
        margin-top: 0;
    }
    
    .sub > span {
        display: none;
    }*/
}

@media(min-width: 1400px) {
    
}


/* ##################################   PRODUTO   ############################# */

#product-header {
    /*background-color: #f2f2f2;*/
}

#product-header > div > h4 {
    font-family: "Century Gothic", serif;
    font-weight: 400;
    font-style: initial;
    text-align: center;
    margin-bottom: 0;
}

#product-header > div > h5 {
    margin-top: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

#product-info {
    margin-top: 30px;
}

.col-xs-0 {
    display: none;
}

.col-md-0 {
    display: block;
}

#mobile-gallery > div {
    margin-top: 10px;
}
#gallery > a{
    display: block;
    margin-bottom: 5px;
}
#property-Tamanho {
    display: none;
}

#product-info > div {
    padding-left: 0;
    padding-right: 0;
}

#product-info > div > form {
    padding: 10px;
}

#product-box {
    border: 1px solid #333;
    padding: 10px;
}

#product-box > h1 {
    font-family: "Century Gothic", serif;
    font-weight: 400;
    font-style: initial;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
}

#product-box > h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 12px;
    margin-top: 0;
}

#product-box > p {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0;
}

.product-price {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 28px;
    /*letter-spacing: -3px;*/
    margin-bottom: 20px;
}

.product-color {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-bottom: 20px;
}

.product-color span {
    margin-left: 10px;
}

.prod-variant .prod-variant-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: initial;
    position: relative;
    border: 1px solid transparent;
    background-color: #f2f2f2;
    border-radius: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-bottom: 5px;
    padding: 0;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #333;
    color: #f2f2f2;
}

.product-options {
    margin-bottom: 20px;
}

.buttons {
    margin-top: 20px;
}

.buttons > form {
   display: inline-block; 
}

.add-to-wishlist {
    display: inline-block;
}

.add-to-wishlist > button, .add-to-wishlist > button:hover, .add-to-wishlist > button:focus, .add-to-wishlist > button:active {
    border: 1px solid #333;
    border-radius: 0;
    height: 60px;
    width: 60px;
    font-size: 28px;
    background: transparent;
    color: #333;
    padding: 0;
}

.buy-btn, .buy-btn:hover, .buy-btn:focus, .buy-btn:active {
    display: inline-block;
    height: 60px;
    width: calc(100% - 70px);
    margin-right: 3px;
    border: 1px solid transparent;
    background: #333;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: initial;
    font-size: 24px;
}

.box-infos {
    padding: 0px 10px; 
}

.infos {
    cursor: pointer;
}

.infos > h5{
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0px;
    border-bottom: 1px solid #f2f2f2;
}

#relacionados > h4 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: initial;
    font-size: 24px;
    margin-bottom: 0;
}

#tabela > h4 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: initial;
    font-size: 24px;
    margin-bottom: 0;
}

#relacionados > h5 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-style: initial;
    margin-top: 0;
}

#relacionados {
    margin-top: 30px;
}

#tabela {
    margin-top: 30px;
}

#ProdModal .btn-finalizar {
    border: 1px solid transparent;
    background: #333;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: initial;
    font-size: 24px;
    width: auto;
}

.info-content {
    padding: 10px 0px;
    display: none;
}

.frete form div span .btn-primary, .frete form div span .btn-primary:hover, .frete form div span .btn-primary:focus, .frete form div span .btn-primary:active {
    border: 1px solid transparent;
    background: #333;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: initial;
}

.wish-alert {
    bottom: initial;
}

.wish-alert:after {
    top: initial;
    bottom: 100%;
}

.wish-alert:after {
    border-bottom: 7px solid #000;
    border-top: 0;
}

.wish-alert.error:after {
    border-bottom-color: #ff6060;
}

@media(min-width: 768px) {
    
}

@media(min-width: 992px) {
    .col-xs-0 {
        display: block;
    }
    
    .col-md-0 {
        display: none;
    } 
    
    #relacionados > h4 {
        font-size: 34px;
    }
    
    #relacionados > h5 {
        font-size: 42px;
    }
}

@media(min-width: 1400px) {
    
}

/* ##################################   PG INTERNAS   ############################# */

.cart-actions > button, .cart-actions > button:hover, .cart-actions > button:focus, .cart-actions > button:active {
    border: 1px solid transparent;
    background: #333;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: initial;
    font-size: 24px;
    width: auto;
}

.panel-body > form > .btn, .panel-body > form > .btn:hover, .panel-body > form > .btn:focus, .panel-body > form > .btn:active {
    border-color: transparent;
    background-color: #333;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 8px;
    font-style: initial;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    border: 1px solid transparent;
    background: #333;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: initial;
}

.prod-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    z-index: 99;
    opacity: 0;
}
.prod-btns button{
    color: #333;
    background: transparent;
    border: 1px solid #333;
    padding: 0;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    height: 30px;
    opacity: 0;
}
.prod-btns .btn-primary:hover, .prod-btns .btn-primary:focus, .prod-btns .btn-primary:active{
    color: #333;
    background: transparent;
    border: 1px solid #333;
    padding: 0;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    height: 30px;
    opacity: 1;
}
.product-list-item:hover .prod-btns button{
    opacity: 1;
}
#shop-itens a img{
    width: 37px;
    display: block;
    margin: auto;
    margin-top: -17px;
}
#shop-itens a{
    display: inline-block;
    width: 60px;
    position: relative;
}
#shop-itens a span{
    display: block;
    text-align: center;
}
#shop-itens a i{
    display: block;
    text-align: center;
}
#whats{
    display: block;
    position: absolute;
    top: 65px;
    left: 10px;
    right: 0;
}
@media(min-width: 768px){
    #whats{
        display: block;
        position: absolute;
        top: -16px;
        right: 10px;
        left: initial;
    }
}
@media(min-width: 992px){
    #whats{
        display: block;
        position: absolute;
        top: 33px;
        right: 0;
        left: initial;
    }
}
.viewprod{
    margin: 0 auto;
    display: block;
}
@media(min-width: 992px){
    .viewprod{
        opacity: 0;
    }
}
.product-list-item:hover .prod-info .viewprod{
    opacity: 1;
}
.modalview .modal-dialog{
    width: 95%;
}
@media(min-width:992px){
    #menu nav > ul > li > ul{
        position: absolute;
        z-index: 9;
        width: 90%;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
        background: #fff;
        border: 0.3px solid #f2f2f2;
        top: 22px;
        display: none;
    }
    #menu nav > ul > li > ul > div {
        float: left;
        width: 25%;
    }
    #menu nav > ul > li > ul li{
        display: block;
        padding: 10px;
    }
    #menu nav > ul > li:hover > ul{
        display: block;
    }
}
#logout{
    margin-top: -21px;
    display: block;
    border: 1px solid #e4e4e4;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-weight: bold;
}
#logout:hover{
    background: #e4e4e4;
    color: #000;
}
#inpyx{
    padding: 5px 80px 5px 0px
}
.imgGroup{
    position: relative;
}
.page {
	padding: 20px 20px;
	text-transform: none;
}

.page p span, .page p, .page div, .page * {
    text-transform: none;
}
#menu-drop{
    display: inline-block;
}
#dropdownmenu{
    position: absolute;
    z-index: 9;
    background: #333;
    display: none;
}
#menu-drop:hover #dropdownmenu{
    display: block;
}
#dropdownmenu > li{
    padding: 5px;
    text-align: left;
}
#dropdownmenu >li > a{
    color: #fff !important;
}
.promo-banner{
    float: left;
}
#category-img img{
    margin-bottom: 10px;
}
.link-visit{
    font-size: 18px;
    font-weight: bolder;
    margin-top: 10px;
}
.off {
    top: 15px;
    right: 10px;
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: 100;
}
.off > span {
    color: #fff;
    background: url('https://assets.xtechcommerce.com/assets/38732/1517587624/img/logo_imagem.png') no-repeat 100% 100%;
    padding: 25px 15px;
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: bolder;
}
.list-title{
    display: inline-block;
    font-size: 25px;
}
.addwish-btn-form{
    display: inline-block
}
.slash{
    display: block;
    font-size: 14px;
}
.slash span{
    text-decoration: line-through !important;
	color: #red;
}
#lukbuk {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	/*margin-left: -8%;*/
	clear: both;
	height: 360px;
	overflow: hidden;
}

@media(min-width: 992px) {
	#lukbuk {
		width: 100%;
		max-width: 1320px;
		margin: 0 auto;
		/*margin-left: -8%;*/
	}
}
.sobre-block{
    margin-bottom: 40px;
}
.sobre-img{
    margin-bottom: 5px;
}
@media(min-width: 768px){
    .sobre-block{
        display: table;
        width: 100%;
    }
    
    .sobre-block:nth-child(odd) .sobre-texto{
        float: right;
        width: 65%;
    }
    
    .sobre-block:nth-child(even) .sobre-texto{
        float: left;
        width: 65%;
    }
    .sobre-block:nth-child(odd) .sobre-img{
        float: left;
    }
    .sobre-block:nth-child(even) .sobre-img{
        float: right;
    }
}
.preco-final{
	color: red;
	padding-right: 10px;
}
.preco-desconto{
	color: #bdbdbd;
	text-decoration: line-through;
}
.colorsBox{
	position: relative;
	top: initial;
	right: initial;
}
.s-color{
	border-radius: 50%;
}
#header-social{
	display: block;
	position: absolute;
	top: 33px;
	right: 122px;
}
#header-social li {
	display: inline-block;
	padding-left: 5px;
}