a{
	color: #666;
}

a:hover{
	color: #000;
	text-decoration: none;
}

.ts-shelf-container {
	text-align: center;
	margin-bottom: 10px;
}

/* Geral */

#size-table,
#popup,
#exit_popup{
	background: rgba(0,0,0,.5);
	height: 100%;
}

.modal-dialog{
	padding: 0;
	padding-top: 10px;
}

#popup .modal-dialog,
#exit_popup .modal-dialog{
	opacity: 0;
}

.page img{
	width: 100%;
}

/*.container{*/
/*	width: 990px;*/
/*	max-width: none!important;*/
/*}*/

.box{
	background: #fff;
	box-shadow: 0 0 5px #888888;
	max-width: 990px;
	margin: 0 auto;
}

.block-header{
	border-bottom: 1px solid #000;
	height: 21px;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	text-align: center;
}

.block-header span{
	background: #fff;
	font-size: 16px;
	padding: 0 10px;
	text-transform: uppercase;
}

img.block-header{
	border:none;
	display: block;
	height: inherit;
	margin: 0 auto;
	width: initial;
}

.category-header{
	border-bottom: 1px solid #e4e4e4;
	font-size: 22px;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

.page-header{
	border-bottom: 1px solid #e4e4e4;
	font-size: 22px;
	letter-spacing: 2px;
	margin:20px 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.breadcrumb{
	background: none;
	font-size: 12px;
	margin-top: 20px;
	padding: 0;
}

.cat_options{
	background: #fff;
	border: 1px solid #e4e4e4;
	position: relative;
}

.cat_options .viewas{
	margin-bottom: 0;
	padding: 0;
}

.cat_options .viewas li{
	display: inline-block;
	border-right: 1px solid #e4e4e4;
	margin-left: -4px;
	padding: 8px 0;
}

.cat_options .viewas li span,
.cat_options .viewas li a{
	padding: 10px 15px;
}

.cat_options .viewas i{
	font-size: 12px;
}

.filters{
	float: none !important;
	padding: 0;
	margin: 0 !important;
	position: inherit!important;
}

.btn-quantity.btn-minus, .btn-quantity.btn-plus {
    display: none;
}

.cat-prod-list .product-list-item {
	width: 25%;
	padding: 0 15px;
	float: left;
}

.filter-category .filters li span {
	padding-left: 0 !important;
}

.cat_options .filters{
	list-style: none;
	padding: 10px !important;
}

.cat_options .filters li{
	margin-right: 10px;
}

.cat_options .filters li:after{
	content: '-';
	padding-left:15px;
}

.cat_options .filters li:first-child:after,
.cat_options .filters li:last-child:after{
	content: '';
	padding-left: 0;
}

.cat_options .filters .sub span.glyphicon{
	display:none;
}

.cat_options .filters .sub.active{
	font-weight:bold;
}

.cat_options .filters li{
	display:inline;
}

.filters .main .glyphicon{
	margin-left: 6px;
	top: 4px;
}

.filters ul{
	border: 1px solid #e4e4e4!important;
	box-shadow: none!important;
	padding: 0!important;
	right: -11px!important;
	top: 33px!important;
}

.filters ul li a{
	border-bottom: 1px solid #e4e4e4;
	padding: 6px 10px 5px 10px!important;
}

.filters a.main{
	padding:0 !important;
	padding-bottom: 5px !important;
}

.filters ul li:last-child a{
	border-bottom: none;
}

.filters ul li a:hover{
	background: #e4e4e4!important;
}

#topcontrol{
	right: 15px!important;
}

#topcontrol .top_button{
	background: #60462B !important;
	border-radius: 50%;
	width: 24px;
	height: 24px;
}

#topcontrol .top_button:hover{
	background: #60462B;
}

#topcontrol .top_button:after{
	content: "";
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: none;
	height: 0;
	left: 6px;
	position: relative;
	top: -10px;
	width: 0;
}

#store-content img{
	width: auto;
	max-width: 100%!important;
}

#marcas ul li a {
	transition: 0.2s linear 0.1s;
}

#marcas ul li a:hover img {
	opacity: 0.8;
}

#store-content .page-title{
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#store-content .btn-primary{
	background: #adadad;
	border-radius: 0;
	border: none;
	transition: background .2s;
}

.store-content .add-to-wishlist .btn-primary{ 
background: #fff !important;
}

#store-content .btn-primary:hover{
	background: #c2c2c2;
}

#store-content .btn-primary:focus{
	outline: 0;
}

#store-content .btn-default{
	background: #fff;
	border-radius: 0;
	color: #666;
	transition: all .2s;
}

#store-content .btn-default:hover{
	border: 1px solid #000;
	color: #000;
}

#store-content .btn-default:focus
#store-content .btn-default:active{
	box-shadow: none;
	outline: 0;
}

#store-content .btn-default.active{
	border: 1px solid #000;
	color: #000;
}

.form-control{
	border-radius: 0;
	border-color: #e4e4e4;
	box-shadow: none;
	transition: border-color .2s;
}

.form-control:hover,
.form-control:focus{
	border-color: #999;
	box-shadow: none;
	outline: 0;
}

.input-group-addon,
.panel{
	border-radius: 0;
}

.panel-body .input-group{
	margin-bottom: 10px;
}

.panel-body .checkbox{
	margin-top: 0;
}

/* Alerts */
#flash{
	position:fixed;
	right: 0;
	max-width:300px;
	z-index: 25;
}

#flash .alert{
	border-radius:0px;
	margin:10px;
}

#flash .close-alert{
	cursor: pointer;
	font-size: 12px;
	display: block;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
	color:#fff;
}

#flash .alert{
	border:1px solid #000;
	background-color:#000;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}


/*
#flash{
    position: absolute;
}

#flash .close span{
	font-size: 25px;
	line-height: 20px;
}

#flash .alert{
    background: #212325;
    border: none;
	border-radius: 0;
	font-size: 16px;
	margin: 0;
	right: 5px;
	line-height: 20px;
	position: fixed;
	opacity: 1;
	text-align: center;
	top: -100px;
	z-index: 9999;
}

#flash .alert-danger{
    color: #FF5F5C;
}

#flash .alert-success{
    color: #44BB45;
}



#flash .close-alert:after{
    content: '';
    background: #fff;
    bottom: -2px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 0;
}

#flash .close-alert:hover:after{
    width: 100%;
    transition: width .5s;
}

*/
/* Popup */

#popup .modal-content,
#exit_popup .modal-content{
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

#popup .modal-body,
#exit_popup .modal-body{
	padding: 15px;
}

#popup .modal-body h1,
#exit_popup .modal-body h1{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

#popup .modal-body p,
#exit_popup .modal-body p{
	font-size: 14px;
	margin: 20px auto 25px;
	letter-spacing: 1px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	width: 355px;
}

#popup .modal-body span,
#exit_popup .modal-body span{
	color: #666;
	display:block;
	font-size: 12px;
	text-align: center;
}

#popup .close,
#exit_popup .close{
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-weight: 100;
	font-size: 14px;
	line-height: 12px;
	opacity: 1;
	padding: 7px 8px;
	position: absolute;
	outline: 0;
	right: 5px;
	top: 5px;
}

#popup .close:hover,
#exit_popup .close:hover{
	background: #666;
}

#popup .close i,
#exit_popup .close i{
	top: 0;
}

#popup form,
#exit_popup form{
	text-align:center;
	margin-bottom: 15px;
}

#popup input,
#exit_popup input{
	margin-right: 10px;
	padding: 7px;
	width: 200px;
}

#popup input:focus,
#exit_popup input:focus{
	border: 1px solid #666;
	outline: 0;
}

#popup button,
#exit_popup button{
	background: #000;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 9px 15px;
	text-transform: uppercase;
	outline: 0;
}

#popup button:hover,
#exit_popup button:hover{
	background: #666;
}


/* Topo */

#topbar .list-inline{
	border-bottom: 1px solid #e4e4e4;
	border-top: 5px solid #000;
	font-size: 13px;
	margin-bottom: 0;
	padding: 7px 0;
}

#topbar .list-inline ul{
	list-style:none;
	padding: 0;
	margin-top: 4px;
}

#topbar .list-inline ul li{
	display:inline-block;
	margin-right: 10px;
}

#topbar .list-inline ul li:last-child{
	margin-right: 0;
}

#topbar .list-inline li:first-child{
	padding-left: 0;
}

#topbar .list-inline li:last-child{
	padding-right: 0;
}

#topbar .list-inline i{
	margin-right: 5px;
}

#topbar .list-inline i.glyphicon-shopping-cart{
	background: #000;
	color: #fff;
	font-size: 11px;
	margin-top: -4px;
	padding: 7px;
	top: 0;
	vertical-align: middle;
}

#top-search .input-group{
	border: 1px solid #e4e4e4;
	display: inline-table;
	margin-right: 5px;
	width: 220px;
}

#top-search .input-group button{
	border-radius: 0;
	padding: 5px 10px;
}

#top-search .input-group button:hover,
#top-search .input-group button:focus{
	outline: 0;
}

#top-search .input-group button i{
	color: #666;
	margin-right: 0;
	top: 0;
}

#top-search .input-group button:hover i{
	color: #000;
}

#top-search .input-group input{
	padding-right: 30px;
}

#top-search .input-group button,
#top-search .input-group input{
	border:0;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 12px;
	height: 25px;
	padding: 5px;
}

#top-search .input-group input::-webkit-input-placeholder{
	padding-left: 5px;
	transition: opacity .5s;
}

#top-search .input-group input:focus::-webkit-input-placeholder{
	opacity: 0;
}

#top-search .input-group button{
	padding: 5px 10px;
}

#top-search.adjust .input-group button,
#top-search.adjust .input-group input{
	height: 35px;
}

#top-search.adjust .input-group button:hover {
	opacity: 0.7;
}

#top-search.adjust .input-group{
	margin: 0;
	width: 100%;
}

#search-loader{
	display: none;
	position: absolute;
	left: 185px;
	top: 10px;
}

.adjust #search-loader{
	left: 260px!important;
	top: 8px!important;
}

#search-results{
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
	display: none;
	left: 15px;
	margin-top: 0;
	position: absolute;
	top: 45px;
	width: 220px;
	z-index: 9999;
}

.adjust #search-results{
	margin-top: 15px;
	width: 95%;
	position: absolute;
	z-index: 99999999;
}

.arrowup{
	border-bottom: 5px solid #e4e4e4;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: none;
	display: block;
	height: 0;
	margin: 0 auto;
	top: -10px;
	position: relative;
	width: 0;
}

#search-results-in{
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	margin-top: -10px;
}

#search-results a{
	display: block;
}


#search-results a:hover, #search-results a.up{
	background: #f4f4f4;
}

#search-results a:hover .name, #search-results a.up .name{
	color: #000;
}

#search-results .line span{
	font-size: 13px;
	color: #666;
}

#search-results .line .image{
	float: left;
	margin: 5px;
}

#search-results .line .image img{
	border: 1px solid #e4e4e4;
	width: 50px;
}

#search-results .line .desc{
	float: left;
	margin: 5px;
	width: 148px;
}

.adjust #search-results .line .desc{
	width: 228px;
}

#search-results .line .desc span{
	display: block;
	margin: 0 10px 0 0;
}

#search-results .line .desc .name{
	font-weight: 400;
	max-height: 36px;
	overflow: hidden;
	width: 200%;
}

#search-results .line .desc .category{
	color: #999;
}

#search-results .line .desc .price{
	font-size: 16px;
	color: #5EA124 !important;
	font-weight: 700;
}

#search-results .line .desc .price .saleprice{
	color: #999;
	float: left;
	font-weight: normal;
	margin-right: 5px;
	text-decoration: line-through;
}

#search-results .last{
	background: #e4e4e4;
}

#search-results .last a:hover, #search-results .last a.up{
	background: #d4d4d4;
}

#search-results .last a{
	color: #666;
	font-size: 12px;
	padding: 10px 0;
	text-decoration: none;
}

#topbar .container-fluid .navbar,
#topbar .container-fluid .list-inline{
	padding-left: 10px;
	padding-right: 10px;
}

/* Header & Menu */

header .logo-base{
    margin: 0;
    position: relative;
}

header .logo{
    transition: max-height ease-out .2s,max-width ease-out .2s;
    max-width: 252px;
    position: static;
    margin: 20px auto 0;
}

.col-xs-4 .logo{
	max-width: 100%;
}

#menu .navbar{
	border: 0 none;
	border-bottom: 2px solid #d7d7d7 !important;
	background: none;
	border-radius: 0;
	margin-bottom: 0;
	z-index: 2;
	border-top: 0 none !important;
}

#menu .navbar-nav{
	float: none;
	letter-spacing: -4px;
	text-align: center;
}

#menu.adjust .navbar-nav{
	text-align: right;
}

#menu .navbar-nav>li{
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display: inline-block;
	float: none;
	letter-spacing: normal;
}

#menu .navbar-nav>li.open a,#menu .navbar-nav>li.open a:hover,#menu .navbar-nav>li.open a:focus{
	background: none;
}

#menu .navbar-nav>li a h2{
	font-size:16px;
	display:inline-block;
	margin:0px;
	font-weight: 300;
	text-transform: capitalize;
}

#menu .navbar-nav>li a{
	letter-spacing: .5px;
	text-transform: uppercase;
	font-size:14px;
	transition: all .2s;
	color: #FFF
}

#menu .nav>li .dropdown-menu li a {
	font-size: 14px;
	text-decoration: none !important;
}

#menu .nav>li .dropdown-menu:hover li> a {
	opacity: .5;
}

#menu .nav>li .dropdown-menu li:hover> a {
	opacity: 1;
}

#menu .navbar-nav:hover>li a {
	opacity: .6;
}

#menu .navbar-nav>li:hover a {
	opacity: 1;
}

#menu .navbar-nav>li a .caret{
	border-bottom-color: #fff !important;
	border-top-color: #fff !important;
}

ul.dropdown-menu > li {
	display: block;
    float: left;
    width: calc(50%);
}

#menu .navbar-nav>li a:hover .caret{
	border-bottom-color: #fff;
	border-top-color: #fff;
}

#menu .navbar-nav .dropdown-menu{
	background: #000;
	border:none;
	border-radius: 0;
	box-shadow: none;
	left: -1px;
	min-width: 100%;
}

#menu .navbar-nav .dropdown-menu a{
	color: #999;
	font-size: 12px;
	letter-spacing: 0;
	padding:8px 15px;
	text-align: left;
	text-transform: capitalize;
}

#menu .navbar-nav .dropdown-menu a:hover{
	color: #fff;
}

/* Banners */

.bannerTarja {
	margin-top: 5px;
}

.bannerTarja img{
	max-width: 100%;
}

.bannerTarjaInf {
	margin-bottom: 20px;
}

.bannerTarjaInf img{
	max-width: 100%;
}

.container + .container #carousel {
	margin-top: 5px;
}

.container-fluid .row{
	margin: 0;
}
.container-fluid .col-xs-12{
	padding: 0;
}

.container-fluid #carousel{
	margin-bottom: 20px;
}

.container #carousel{
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}


.carousel-indicators{
	bottom: 0;
}

.carousel-indicators li{
	border-width: 2px;
	height: 14px;
	margin: 0;
	width: 14px;
}

.carousel-indicators .active{
	height: 14px;
	width: 14px;
}

.carousel-control,
.carousel-control:hover{
	opacity: 0;
	transition:opacity .5s;
}

.carousel-control.left{
	background: none;
	border-left: 30px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	height: 0;
	width: 0;
	z-index: 6;
}

.carousel-control.right{
	background: none;
	border-right: 30px solid #fff;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	height: 0;
	width: 0;
	z-index: 6;
}

.carousel-control .arrowleft{
	position: absolute;
	background: none;
	border-right: 8px solid #666;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	height: 0;
	left: -30px;
	top:-8px;
	width: 0;
}

.carousel-control .arrowleft:after{
	content: "";
	position: absolute;
	background: none;
	border-right: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	height: 0;
	left: 1px;
	top:-7px;
	width: 0;
}

.carousel-control .arrowright{
	position: absolute;
	background: none;
	border-left: 8px solid #666;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	height: 0;
	right: -30px;
	top:-8px;
	width: 0;
}

.carousel-control .arrowright:after{
	content: "";
	position: absolute;
	background: none;
	border-left: 7px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	height: 0;
	right: 1px;
	top:-7px;
	width: 0;
}

.carousel-control.left:hover .arrowleft{
	border-right-color: #000;
}

.carousel-control.right:hover .arrowright{
	border-left-color: #000;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img{
	width: 100%;
}

.container-fluid .carousel-control .arrowleft{
	left: -26px;
}

.container-fluid .carousel-control .arrowright{
	right: -27px;
}

.carousel-caption{
	background: rgba(0,0,0,.8);
	bottom: 0px;
}

.carousel-caption h3{
	color: #fff;
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.carousel-caption p{
	font-size: 18px;
}

.bannerExtra img{
	width: 100%;
}

/* Images */

.ig-option{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Color */

.colorsOption{
	position: relative;
}

.colorsBox{
	list-style: none;
	padding: 0;
	position: absolute;
	right: 5px;
	top: -35px;
}

.l-color{
	float: left;
	padding: 0 3px;
	position: relative;
}

.s-color {
	border: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	display: block;
}

.s-double{
	position:absolute;
	left: 4px;
}

#product .s-double{
	left: 1px;
}

.s-1-color{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #007bff transparent transparent;
	position: absolute;
}

.s-2-color{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
}


.s-3-color{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
}

.s-4-color{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #000000 transparent;
	position: absolute;
	top: 10px;
}

.s-5-color{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #000000 transparent transparent;
	position: absolute;
	left: 10px;
}


/* Product Listing General */

#store-content .prod-wrapper a{
	display: block;
}

#store-content .prod-wrapper {
	position: relative;
	padding: 15px 20px 0;
	transition: all 0.3s linear 0.1s;
}

#store-content .prod-wrapper:hover {
	outline: 1px solid #60462B;
}

#store-content .prod-wrapper .prod-image{
	height: 395px;
}

#store-content .prod-wrapper .prod-hover-image{
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s;
	width: 100%;
}

#store-content .prod-wrapper .prod-info{
	background: #fff;
	margin-bottom: 18px;
}

#store-content .product-list-item{
	margin-top: 20px;
	margin-bottom: 20px;
}

#store-content .out{
	background: #F83434;
	color: #fff;
	cursor: default;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	z-index: 10;
}

#store-content .promo{
	background: #f5ea32;
	cursor: default;
	font-size: 12px;
	height: 30px;
	letter-spacing: 1px;
	padding-top: 7px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	width: 60px;
	z-index: 10;
}

#store-content .off{
	background: #60462B !important;
	color: #fff;
	cursor: default;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	text-align: center;
	top: 30px;
	width: 60px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	z-index: 1;
}

#store-content .prod-wrapper .prod-info h3{
	margin: 15px 0;
	font-size: 16px;
	text-align: center;
}

#store-content .prod-wrapper .prod-info p{
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.myaccount #mywishlist .slash,
#store-content .prod-wrapper .prod-info p .slash,
#store-content .prod-wrapper .prod-info p.outofstock,
#store-content .prod-wrapper .prod-info .installments-price,
#store-content .prod-wrapper .prod-info .installments-price strong{
	color:#999;
}

#store-content .prod-wrapper .prod-info p .slash{
	margin-right: 5px;
	text-decoration: line-through;
}

.myaccount #mywishlist .sale,
#store-content .prod-wrapper .prod-info p .sale {
	font-family: Quicksand;
	font-size: 18px;
	color: #5EA124;
	font-weight: 700;
}

#store-content .prod-wrapper .prod-action {
	background: #60462B !important;
	border-top: 0 none;
	border-bottom: 0 none;
	padding: 7px;
	z-index: 10;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;

}

#store-content .prod-wrapper .prod-action a span{
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 32px;
}

#store-content .prod-wrapper .prod-action a span i {
	top: -3px;
	position: relative;
}

#store-content .prod-wrapper .prod-action:hover{
	background: #333;
	border-color: #333;
	cursor: pointer;
}

#store-content .prod-wrapper .prod-action:hover span{
	color: #fff;
}

/* Product */

#store-content #product .showcase .prod-image{
	border: 1px solid #bbb;
	display: inline-block;
	float: left;
	max-height: 446px;
	margin-bottom: 10px;
	position: relative;
	overflow:hidden;
	width: 365px;
}

#store-content #product .showcase .prod-image img{
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	max-height: 446px;
	max-width: 100%;
}

.zoomWindow{
	border: 2px solid #000!important;
	top: -1px!important;
}

#product .showcase .off{
	position:absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

#product .showcase .off span{
	width:50px;
	font-size:18px;
}

#gallery img{
	border:1px solid #ddd;
}

#store-content #product .prod-image-thumbs .active img,
#gallery a:hover img{
	border:1px solid #bbb;
}

#store-content #product .prod-image-thumbs{
	float: left;
	margin-right: 10px;
	width: 75px;
}

#gallery {
	height: 420px;
	overflow: hidden;
	position: absolute;
	margin: 38px 0 0;
}

#box-correr {
	margin-top: 0;
	height: 99999px;
}

.box-carousel-v {
	position: absolute;
	height: 100%;
	width: 1px;
	left: 35px;
}

.box-carousel-v .seta-cima {
	position: absolute;
	top: 0px;
	border: 0 none;
	background-color: transparent;
}

.box-carousel-v .seta-baixo {
	position: absolute;
	bottom: -30px;
	border: 0 none;
	background-color: transparent;
}

#store-content #product .prod-image-thumbs a{
	display: block;
	margin-bottom: 10px;
}

#size-table .modal-header{
	border:none;
}

#size-table .modal-content{
	border-radius: 0;
}

#size-table .nav-tabs>li{
	min-width: 144px;
	text-align: center;
}

#size-table .nav-tabs>li:first-child{
	border-left:none;
}

#size-table .tab-pane img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#size-table .tab-content{
	padding: 0!important;
}

#size-table .nav-tabs{
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

#size-table .nav-tabs>li>a{
	border-radius: 0;
	margin: 0;
}

#size-table .nav-tabs>li.active>a,
#size-table .nav-tabs>li.active>a:hover,
#size-table .nav-tabs>li.active>a:focus{
	border-radius: 0;
	border-top-color: transparent;
	font-size: 14px;
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
}

#store-content .prod-title{
	font-size: 24px;
	letter-spacing: 3px;
	margin: 0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#store-content .prod-sub {
	background: #f0f0f0;
	border-top: 1px solid #ccc;
	padding: 5px 10px;
}

#store-content .prod-sub .prod-ref{
	border-radius: 5px;
	color: #888;
	font-size: 12px;
}

#store-content .prod-sub .prod-secure{
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#store-content .prod-excerpt{
	margin-top: 15px;
}

#store-content .prod-excerpt h4{
	background: #fff;
	color: #666;
	display: table;
	font-size: 14px;
	letter-spacing: 4px;
	margin-left: 10px;
	margin-top: -8px;
	padding: 0 5px 0 10px;
	text-transform: uppercase;
}

#store-content .prod-excerpt p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-align: justify;
}

#store-content .prod-subacts .addwish-btn-form button,
#store-content .prod-subacts .prod-size-table a,
#store-content .prod-subacts {
	width: 100%;
}

#store-content .prod-subacts .col-xs-6:first-child{
	padding-right: 0;
}

#store-content .prod-size-table,
#store-content .add-to-wishlist{
	margin-bottom: 15px;
	margin-top: 15px;
}

#store-content .prod-size-table i,
#store-content .add-to-wishlist i{
	top: 2px;
}

#store-content .prod-variants ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#store-content .prod-variants label{
	margin-top: 15px;
}


.prod-variant .prod-variant-btn{
	position:relative;
}
#store-content #product .prod-variant-li:nth-child(n+2){
	margin-top: 10px;
}

#store-content .prod-frete{
	margin-top: 15px;
}

#store-content .prod-frete,
#store-content #product .prod-variants{
	background: #f9f9f9;
	border: 1px solid #bbb;
	padding: 10px;
}

.prod-frete .frete #zip_code {
	line-height: 45px;
	height: 45px;
}

#store-content .frete_results{
	margin-top: 10px;
}

#store-content .frete_results p{
	color: #333;
	margin: 0;
	background: #eee;
	margin-bottom: 5px;
	padding: 5px;
}

#store-content .frete_results p:last-child{
	margin-bottom: 0;
}

#store-content #product .prod-variants .prod-variant-title{
	color: #666;
	display: block;
}

#store-content #product .prod-variants .list-inline li{
	padding-right: 10px;
	padding-left: 0;
	margin-top: 10px;
}

#store-content #product .prod-variants .list-inline li button{
	border-radius: 0;
}

#store-content #product .prod-variants .list-inline li button:focus{
	outline: 0;
}

#product .list-inline .l-color button{
	border: 1px solid #333;
	padding: 0;
	opacity: .7;
}

#product .list-inline .l-color button.active,
#product .list-inline .l-color button:hover{
	border: 1px solid #000;
	opacity: 1;
}

#product .list-inline .l-color .s-color{
	border: none;
}

#product .prod-variants .list-inline li:first-child{
	padding-left: 0;
}

#store-content #product .showcase .prod-action{
	background: #000;
	margin-top: 15px;
	padding: 15px;
}

#product .prod-action .estoque {
	color: #FFF;
}

#product .prod-action .estoque span {
	color: #FF6C00;
	font-weight: bold;
}

#product .prod-action .buy-btn-form .alert-danger{
	background: #d32929;
	color: #fffafa;
	border: none;
	border-radius: 0;
	font-size: 14px;
	text-align:center;
	text-transform: capitalize;
}

#product .prod-action .buy-price .slash{
	color: #999;
	display: block;
	font-weight: normal;
	text-decoration: line-through;
}

#product .prod-action .buy-price .sale{
	color: #f5f5f5;
	display: block;
	font-size: 30px;
	line-height: 31px;
}

#product .prod-action .installments-price{
	color: #999;
}

#product .prod-action .remindme-form{
	margin-top: 15px;
}

#product .prod-action .remindme-form fieldset label{
	color: #000 !important;
	padding-bottom: 10px
}

#product .prod-action .remindme-form fieldset input[type=text]{
	height:42px;
}

#product .prod-action .buy-btn,
#product .prod-action .remindme-form fieldset input[type=submit]{
	background: #41972b;
	border-left-color: 1px solid #000;
	font-size: 13px;
	font-weight: bold;
	margin:0;
	padding: 12px 20px;
	text-transform: uppercase;
}

#product .prod-action .buy-btn:hover,
#product .prod-action .remindme-form fieldset input[type=submit]:hover{
	background: #fdc473 !important
}

#product .prod-action .prod-subacts .buy-btn {
	background-color: #fff !important;
}

#product .prod-action .buy-btn{
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	width: 100%;
}

#product .prod-action .buy-btn i{
	display: none;
}

#product .buy-message{
	background: #ffce34;
	border: none;
	color: #2e2e2e;
	font-size: 12px;
	margin: 15px 0 0 0;
	text-align: center;
	padding: 10px;
	display: none;
}

#product .prod-share{
	margin-top: 15px;
}

#product .prod-description{
	margin-top: 15px;
}

#product .prod-description .tab-content{
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	color: #999;
	padding: 15px;

}

#product .prod-description .tab-content p{
	margin: 0;
}

#product .nav-tabs>li.active>a{
	border-radius: 0;
}

#product #size-table .nav-tabs>li:first-child.active>a{
	border-left: none;
}

#product-cat .prod-image{
	height: 150px;
	margin-bottom: 20px;
	margin-top: 40px;
	width: 100%;
}

/* Cartview */

#cartview .alert{
	border-radius: 0;
	margin-top: 20px;
}

#cartview .page-header{
	border-bottom: 0;
	margin: 25px 0 10px 0;
}

#cartview .page-header h2{
	border-bottom: 1px solid #e4e4e4;
	font-size: 22px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

#cartview #checkout_summary table{
	margin-bottom: 0;
}

#cartview #checkout_summary table thead{
	border: 1px solid transparent;
	color: #999999;
	font-size: 14px;
	font-weight: 400 !important;
}

#cartview #checkout_summary .cart-product-img,
#cartview #checkout_summary table thead th,
#cartview #checkout_summary table tbody td{
	border: none;
}

#cartview #checkout_summary table thead th:last-child,
#cartview #checkout_summary table tbody td:last-child,
#cartview #checkout_summary table tfoot td:last-child{
	text-align: center;
}

#cartview #checkout_summary table tfoot td:last-child {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
}

#cartview #checkout_summary .cart-product-img{
	padding: 10px;
	border-right: 0 none;
}

#cartview #checkout_summary table tbody td strong+div,
#cartview #checkout_summary table tbody td .strike{
	color: #999;
}

#cartview #checkout_summary table tbody td .normal,
#cartview #checkout_summary table tbody td .sale{
	color: #5EA124;
	font-weight: 500;
	font-size: 18px;
	padding-top: 0px;
	display: block;
}

#cartview #checkout_summary table tfoot tr,
#cartview #checkout_summary table tbody tr{
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

#cartview #checkout_summary table tfoot tr {
	background-color: transparent;
	border: 0 none;
}

#cartview #checkout_summary table tfoot td.text-right {
	padding-right: 50px;
}

#cartview #checkout_summary table tfoot td.text-right strong {
	font-size: 14px;
	color: #999999;
	font-weight: 500;
}

#cartview #checkout_summary table tfoot td {
	border: 0 none;
}

#cartview #checkout_summary table tbody td:last-child {
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	padding-top: 40px;
}

#cartview #checkout_summary table tbody td .btn-danger{
	border: 1px solid #BD2925;
	border-radius: 0;
	width: 40%;
	display: none;
}

#cartview #checkout_summary table tbody td .control-group .controls .input-group {
	padding-top: 25px;
}

#cartview #checkout_summary table tbody td .control-group .controls .input-group input.form-control {
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	text-align: center;
}

#cartview #checkout_summary table tbody td .alter_qty,
#cartview #checkout_summary table tbody td .remov_prod{
	color: #666;
	display: inline-block;
	font-size: 11px;
	    padding: 5px 15px;
	text-align: center;
	float:left;
	border-bottom:1px solid transparent;
}

#cartview #checkout_summary table tbody td .alter_qty:hover{
	border-bottom:1px solid #666;
}

#cartview #checkout_summary table tbody td .remov_prod{
	color:#b34a4a;
}

#cartview #checkout_summary table tbody td .remov_prod:hover{
	border-bottom:1px solid #b34a4a;
}

#cartview .summary .cart-summary-bottom{
	padding: 7px 10px;
	margin: 0;
}

#cartview .summary .cart-summary-bottom .cart-coupon .input-group input.form-control {
	border: 1px solid #D8D8D8;
}

#cartview .summary .cart-coupon .btn-default {
	background: #000001 !important;
	font-family: Quicksand;
	font-size: 14px;
	color: #FFFFFF !important;
	letter-spacing: 0;
	font-weight: 500 !important;
	text-transform: capitalize !important;
	border: 1px solid #000 !important;
}

#cartview .summary .cart-summary-bottom .col-md-6{
	padding: 0;
}

#cartview .summary .cart-summary-bottom .cart-coupon{
	color: #fff;
	width: 60%;
	margin-top: -60px;
}

#cartview .summary .cart-summary-bottom .cart-coupon label{
	margin: 0 0 7px;
	margin-right: 5px;
	padding-top: 7px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}

#cartview .summary .cart-summary-bottom .cart-coupon .input-group{
	display: inline-block;
}

#cartview .summary .cart-coupon .btn-default{
	background: #41972b;
	border: 1px solid #41972b;
	color: #fff;
	font-weight: bold;
	margin-left: -5px;
	text-transform: uppercase;
}

#cartview .summary .cart-summary-bottom .cart-secure{
	display: none;
}

#cartview .summary .cart-summary-bottom .cart-secure ul{
	margin:0;
}



/* Instagram */

#instafeed{
	margin-top: 20px;
}

#instafeed .col-xs-2{
	margin-bottom: 20px;
}

/* Category */

.sidebar .side-header{
	background: #fff !important;
	color: #000 !important;
	padding: 7px 10px;
	text-transform: uppercase;
}

.sidebar .side-header i{
	font-size: 12px;
	margin-right: 5px;
}

.sidebar ul{
	border: 1px solid #e4e4e4;
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
	position: relative!important;
	right: 0!important;
	top: 0!important;
}

.sidebar .filters-side .glyphicon{
	display: none!important;
}

.sidebar ul li{
	border-bottom: 1px solid #e4e4e4;
}

.sidebar ul li:last-child{
	border-bottom: none;
}

.sidebar ul li span,
.sidebar ul li a{
	display: block;
	font-weight: bold;
	padding: 5px 15px;
}

.sidebar ul li.active a,
.sidebar ul li a:hover{
	background: #e4e4e4;
}

.sidebar ul li.child a{
	font-weight: normal;
	padding-left: 30px;
	text-align: left;
}

.sidebar ul li.child:before{
	content: "> ";
	font-size: 10px;
	float: left;
	height: 0;
	margin-top: 8px;
	padding-left: 15px;
	padding-right: 5px;
	width: 0;
}

.sidebar .sub .glyphicon,
.sidebar .price-max .glyphicon{
	color: #999;
	font-size: 12px;
	float: right;
	margin-top: 2px;
}

#filter-widget .filters .sub .glyphicon{
	margin-right: 5px;
}

#store-content .category-img img{
	margin-bottom: 10px;
	width: 100%;
}

.no-prod{
	font-size: 24px;
	color: #999;
	letter-spacing: 2px;
	text-align: center;
	margin:40px 0;
}

.pagination{
	border-radius: 0!important;
	margin: 10px 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-radius: 0!important;
}

.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius: 0!important;
}

.pagination>li>a, .pagination>li>span{
	background: #fff!important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus{
	background-color: #666!important;
	border-color: #666!important;
	color: #fff!important;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>span{
	background-color: #000!important;
	border-color: #000!important;
}

/* Minha conta */

.myaccount{
	margin-top: 20px;
}

.myaccount .tab-content{
	padding: 10px 0 !important;
}

.myaccount .table td{
	vertical-align: middle;
}

.myaccount .inbox{
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 10px;
}

.myaccount .inbox h4{
	font-size: 14px;
	font-weight:bold;
	margin: 0;
}

.myaccount .inbox .btn_link{
	font-size: 14px;
}

.myaccount .panel-default{
	border-color: #ccc;
	border-radius: 0 !important;
	border-top: none;
}

.myaccount .row:last-child .panel-default{
	margin-bottom: 0;
}

.myaccount .panel-body{
	padding: 10px;
}


.myaccount .panel-body ul{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0 !important;
}

.myaccount .panel-body ul li{
	margin-bottom: 5px;
}

.myaccount .panel-body ul li:last-child{
	margin-bottom: 0;
}

#address_modal_form h3.no-margin{
	font-size: 18px;
	line-height: 1.428571429;
	margin: 0;
}

.myaccount .btn-primary{
	background: #000;
	border: none!important;
	border-radius: 0!important;
	transition: background .2s;
}

.myaccount .btn-primary:hover{
	background: #666;
}

.myaccount .btn-success,
.myaccount .btn-danger,
.myaccount .btn-default{
	border-radius: 0!important;
	transition: background .2s;
}

.myaccount .panel-newsletter small
.myaccount .panel-newsletter label{
	vertical-align: sub;
}

.myaccount .panel-body .alert-danger{
	margin-bottom: 0;
}

.myaccount .table tbody>tr>td{
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

.myaccount #myorders .table tbody>tr>td{
	border-bottom: none!important;
}

.myaccount .table thead>tr>th{
	background: #474747;
	color: #fff;
	border:0;
}

.myaccount .table-striped>tbody>tr:nth-child(odd)>td{
	background: #fff;
}

.myaccount .table-striped>tbody>tr:nth-child(even)>td{
	background: #f9f9f9;
}

.myaccount .alert,
.myaccount #mywishlist .thumbnail,
.myaccount #mytestimonials textarea,
.myaccount #mytestimonials .thumbnail{
	border-radius: 0!important;
}

.myaccount .rating-list{
	padding-left: 0;
}

.myaccount #mywishlist p{
	color: #666;
	margin-top: 20px;
}

/* Noticias */

#news .news-block{
	margin-bottom: 20px;
	margin-top: 40px;
}


#news .news-item .time{
	color: #999;
	font-style:italic;
	font-size:12px;
}

#news .news-item .title{
	font-size:16px;
	font-weight: bold;
	margin:0 0 5px 0;
}

#news .news-item .title a{
	color: #000;
}

#news .news-item .title a:hover{
	color: #333;
}

#news .news-item .resume{
	background: #f7f7f7;
	color: #888;
	font-family: Palatino, "Palatino Linotype", serif;
	font-size: 15px;
	line-height:20px;
	margin: 5px 0;
	padding: 5px 10px;
}

#news .news-item .readmore{
	display:block;
	font-size:12px;
	text-align:right;
	text-transform:lowercase;
}

/* Order Details */

#store-content .orderAct{
	margin-top: -65px;
	position: relative;
}

#store-content .orderAct i{
	top: 2px;
}

#store-content .orderAct a{
	margin-left: 5px;
}

#store-content .orderAct a:hover span{
	padding: 0 10px;
}

#store-content .orderAct a span{
	background: #fff;
	position: absolute;
	top: 0;
	z-index: 9999;
}

#store-content .order-detail-wrap h3{
	background: #F5F5F5;
	border:1px solid #ccc;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 7px 10px;
}

#store-content .order-detail-wrap .order-detail-info{
	background:#fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
}

#store-content .order-detail-wrap table thead tr{
	background: #474747;
	border: 1px solid transparent;
	color: #fff;
}

#store-content .order-detail-wrap table thead tr th{
	border:none;
}

#store-content .order-detail-wrap table tbody tr{
	border: 1px solid #e4e4e4;
}

#store-content .order-detail-wrap table tfoot tr{
	background: #F0F0F0;
	border: 1px solid #e4e4e4;
}

.share-product-list .thumbnail{
	border-radius: 0;
}

.share-product-list a.thumbnail:hover,
.share-product-list a.thumbnail.active{
	border-color: #000;
}




/* Acompanhe Seu Pedido */

.tracking{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

.tracking .step{
	float: left;
	margin-right: 37px;
	text-align: center;
	width: 212px;
}

.tracking .step span{
	background: #e4e4e4;
	color: #888;
	display: block;
	font-weight: 700;
	padding: 20px 20px 20px 30px;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
}

.tracking .step.done span{
	background: #000;
	color: #fff;
	margin-bottom: 5px;
}

.tracking .step.actual span{
	background: #CACACA;
	color: #686868;
}

.tracking .step span:before{
	content: '';
	border-left: 15px solid #fff;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	height: 0;
	position: absolute;
	left: 0px;
	top: 0;
	width: 0;
}

.tracking .step span:after{
	content: '';
	border-left: 15px solid #e4e4e4;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	height: 0;
	position: absolute;
	right: -15px;
	top: 0;
	width: 0;
}

.tracking .step.done span:after{
	border-left-color: #000;
}

.tracking .step.actual span:after{
	border-left-color: #CACACA;
}

.tracking .step:first-child span{
	padding: 20px;
}

.tracking .step:first-child span:before{
	content: initial;
}

.tracking .step:last-child{
	margin-right: 0;
}

.tracking .step:last-child span:after{
	content: initial;
}

.tracking .step p{
	color: #999;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

.tracking .step a{
	margin-top: 5px;
}

.tracking .step i{
	top: 2px;
}

/* Footer */

footer{
	margin-top: 20px;
}

footer h4{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

footer .ebit{
	margin-bottom: 20px;
}

footer .links{
	padding-bottom: 20px;
}

footer .block:last-child{
	padding-top: 20px;
}

footer .config{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

footer .config p{
	margin: 0;
}

footer .config ul{
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

footer .config ul li{
	color: #999;
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}

footer .config ul li:last-child{
	padding: 0 0 0 5px;
}

footer .block:first-child{
	padding-top: 10px;
}

footer .block {
	background-color: rgb(176, 164, 144) !important;
}

footer .links ul{
	padding: 0;
	list-style: none;
	}

footer .links ul li{
	padding-bottom: 10px;
	transition: all .2s linear;
}

footer .links ul li a{
	padding-left: 5px;
}

footer .links ul li:hover{
	padding-left: 10px;
}

footer .links ul li:before{
	content: "→";
	font-size: 14px;
}

footer .block .nw-title{
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

footer .block .input-group{
	width: 250px;
}

footer .block input{
	border-radius: 0;
	border-color: #e4e4e4;
	color: #666;
	width: 150px;
}

footer .block input:hover,
footer .block input:focus{
	box-shadow: none;
	border-color: #999;
	outline: none;
}

footer .block button{
	background: #5f452a;
	border-radius: 0;
	color: #fff;
	transition: background .2s;
}

footer .block button:focus{
	color: #fff;
	outline: 0;
}

.cart-bottom-buffer-md .btn {
	background: #5EA124 !important;
	text-align: center;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: capitalize;
}

footer .block button:hover{
	background: #666;
	color: #fff;
}

footer .payments p{
	display:inline;
	margin-bottom: 15px;
}

footer .xtech {
    display: inline-block;
}

footer .assinatura {
    display: inline-block;
    margin-left: 12px;
}

/* Blog */

#blog .blog-item{
	margin: 10px 0 20px;
}

#blog .blog-item .time{
	color: #666;
}

#blog .blog-item .title a{
	color:#333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

#blog .blog-item .title a:hover{
	color:#000;
}

#blog .blog-item .resume{
	background: #F0F0F0;
	display: block;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 10px;
}

#blog .blog-item .resume p{
	margin:0;
}

#blog .blog-item .readmore{
	background: #000;
	color: #fff;
	float: right;
	margin-top: 10px;
}

#blog .blog-item .readmore a{
	color: #fff;
	display: block;
	padding: 5px 10px;
}

#blog .blog-item .readmore:hover{
	background: #333;
}

#blog-posts{
	position: relative;
	margin-top: -10px;
}

#blog-posts .blog-item{
	overflow:hidden;
	max-width: 250px;
}

.blog-item img{
	position: relative;
	transition: all .5s;
	width: 100%;
}
.blog-item img:hover{
	transform:scale(1.1);
}

.blog-item .item-date{
	background: #000;
	color: #fff;
	padding: 0 5px;
	position:absolute;
	margin: 0;
	top: 10px;
}

.blog-item .item-title{
	background: #000;
	font-size: 16px;
	position:relative;
}

.blog-item .item-title a{
	color: #666;
	display:block;
	font-size: 14px;
	padding: 5px 10px;
	letter-spacing: 1px;
	line-height: 20px;
}

.blog-item:hover .item-title a{
	color: #fff;
}

.blog-item h2{
	margin-top:0;
}

.blog-item .cat_options{
	padding: 10px;
}

.blog-item .cat_options span{
	color: #666;
}

.blog-item .resume{
	font-size: 20px;
	letter-spacing: 1px;
	padding-top: 15px;
}

.blog-item .body{
	color: #666;
	font-size:14px;
	margin-bottom: 20px;
}

.pagination-centered{
	text-align: center;
}

/* Social */

.fb_widget {
	margin-top: 20px;
}

.social-icons{
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 22px;
	transition: color .2s;
}

.social-icons:hover{
	color: #666;
}

/*Checkout*/
#pagseguro_container .well{
	background: none;
	border: 0 none;
	box-shadow: none;
}

/*Variant*/
.f-color.variant-unavailable:after{
	content: 'x';
	color: red;
	position: absolute;
	font-weight: bold;
	top:4px;
	right: 11px;
}
.variant-unavailable:after{
	content: 'x';
	color: red;
	position: absolute;
	font-weight: bold;
	bottom: -2px;
	right: 2px;
}

/* Look */

#look .well{
	background: #F0F0F0;
	border: 0;
	border-top: 1px solid #ccc;
	border-radius: 0;
}

#look h5{
	background: #ccc;
	color: #333;
	font-weight: bold;
	margin:0;
	padding: 5px 10px;
}

#look input[type=checkbox]{
	vertical-align: sub;
	margin-left: 5px;
}

#look .s-double{
	left: 0px;
}

#look .single_price{
	font-size: 16px;
	font-weight: bold;
}

#look .buy-price del{
	color: #999;
	font-size: 20px;
	margin-right: 10px;
}

#look .buy-price .onsale{
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

#look .buy-price p{
	color: #999;
	margin-bottom: 0;
}

#look .btn-buy-look{
	font-size: 18px !important;
}

.campaign-jumbotron{
	border-radius: 0;
	margin-top: 20px;
}

#look .buy-message{
	margin: 0;
}

#cartview{
	position: relative;
}

.contBuy{
	background: #F1F1F1;
	border: 0 none;
	margin-top: 20px;
	padding: 8px 15px;
	right: 0;
	text-transform: capitalize;
	display: block;
	width: 220px;
	color: #444444;
	font-size: 14px;
	font-weight: 500;
}

.contBuy:before {
	content: '\f104';
	font-family: FontAwesome;
	font-size: 16px;
	margin-right: 30px;
}

.bannerExtra{
	margin-bottom: 20px;
	cursor: pointer;
}

.bannerExtra img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bannerExtra:hover img {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.languages {
	text-align: center;
}

.languages ul{
	padding: 0;
	list-style: none;
	text-align: center;
}

.languages ul li:first-child {
	font-weight: bold;
	display: block;
}

.languages ul li {
	display: inline-block;
}

.flag{
	background-size: cover;
	background-position: 50% 50%;
	display: block;
	height: 22px;
	width: 29px;
	opacity: .8;
}

.flag:hover{
	opacity: 1;
}

.flag-br{
	background-image: url('../img/br.png');
}

.flag-us{
	background-image: url('../img/us.png');
}

.testimonials-rating-totals li, .testimonials-ratings li{
	list-style: none;
}

.prod-video{
	float: left;
	background: #fafafa;
	padding: 5px 5px 5px 12px ;
	text-align: center;
	color: #666;
	border: 1px solid #eee;
}

.prod-video p{
	margin: 0;
}

.inner-video{
	margin-left: 10px;
}

.wish-alert{
	display:none;
	padding: 10px;
	line-height: 16px;
	text-align:center;
	font-weight: bold;
	position: absolute;
	bottom: 100%;
	margin-right:15px;
	overflow: visible!important;
}

.wish-alert:after{
	content: '';
	border-top: 7px solid #000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: 100%;
	left: 48%;
}

.wish-alert.error{
	background: #ff6060;
	color: #7B2222;
}

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

.wish-alert.success{
	background: #A9FF6F;
	color: #4B742F;
}

.wish-alert.success:after{
	border-top-color: #A9FF6F;
}


.cart-coupon input[type=text] {
	float:left;
}



#ProdModal .btn-finalizar{
	background-color: green;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	width: 50%;
}

#ProdModal .btn-contBuy{
	opacity: 1;
	color: #666;
	background-color:#fff;
	font-size: 13px;
	text-transform: uppercase;
	float: none;
	display: inline-block;
	font-weight: normal;
	text-shadow: none;
	padding: 5px;
	margin: 5px 0px;
	width: 50%;
	outline:none!important;
}

#ProdModal .prod-title{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
	letter-spacing: 0.5px;
	background-color: #f4f4f4;
	padding: 5px 10px;
}

#ProdModal .prod-price{
	padding:10px;
}

#ProdModal .prod-price strong{
	font-size:22px;
}

#ProdModal .subtotal-modal{
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0.5px;
	font-size: 14px;
	padding: 5px;
}

.p-top-20{
	padding-top:20px;
}

#store-content .product-list-item .prod-wrapper .onsight-price{
	padding-bottom:5px;
}

/* CARRINHO */
.btn-quantity{
	color:#666;
	background-color:transparent;
	border:0px;
	outline:none;
	position:absolute;
	top: 9px;
	font-size: 10px;
}

.btn-quantity.btn-minus{
	left:0;
}

.btn-quantity.btn-plus{
	right:0;
}

.input-group input[name^="cartkey"]::-webkit-inner-spin-button,
.input-group input[name^="cartkey"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-group input[name^="cartkey"]{
	-moz-appearance:textfield;
}


.nextStep{
	background: #fff;
	border: 1px solid #000;
	padding: 8px 15px;
	text-transform: uppercase;
	float: right;
}

#cartview #checkout_summary .vertical-cart{
	vertical-align:middle;
}

#cartview #checkout_summary .vertical-cart > label{
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
	margin-left:10px;
	width: 110px;
}

#cartview #checkout_summary .vertical-cart > .input-group{
	display:inline-block;
	vertical-align:middle;
}

#cartview #checkout_summary .vertical-cart #zip_code,
#cartview #checkout_summary .vertical-cart .input-group-search-address{
	display:inline-block;
}

#cartview #checkout_summary .vertical-cart > .input-group > input,
#cartview #checkout_summary .vertical-cart > .input-group > span > a{
	width:150px!important;
}

.shippingwrapInicial{
	margin-top:5px;
}

.shippingwrapInicial table tr{
	border:0px!important;
}

.shippingwrapInicial table tr td{
	padding:10px!important;
}

.checkout{
	width:100%;
}

#cartview .checkout h2{
	font-size: 18px;
	text-transform:capitalize;
	font-weight:bold;
	padding: 10px 0px;
	color: #000;
	margin: 0px 0px 5px 0px;

}

#cartview .checkout h2 > span{
	background-color: #000;
	color: #fff;
	width: 27px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	height: 27px;
	vertical-align: middle;
	padding: 5px 0px;
	font-size: 14px;
	margin: -1px 5px 0px 0px;
}

#cartview #checkout-resume{
	font-size:12px;
	margin-bottom:20px;
}

#cartview #checkout-resume table{
	margin-bottom:0px;
}

#cartview #checkout-resume table tr td:last-child{
	white-space: nowrap;
}

.checkout label,
.checkout select,
.checkout input{
	font-size:12px;
}

.checkout .cart-account-buttons button{
	width: 48%;
	float: left;
	font-size: 11px;
	text-align: center;
}

.checkout .cart-account-buttons button#person_fields_btn,
.checkout .cart-account-buttons button#company_fields_btn{
	margin-right:2%;
}

.checkout-box{
	padding: 10px;
	background-color:#f4f4f4;
	box-sizing: border-box;
}

.nopad-right{
	padding-right:2px;
}

.nopad-left{
	padding-left:2px;
}

.cart-newsletter{
	font-size: 11px;
	padding: 10px 0px 15px 0px;
}

.checkout-box div[class^="col-md"]{
	margin-top:10px;
}

.checkout-box .header{
	margin-top:-7px!important;
}

.checkout-box .no-space{
	margin-top:0px!important;
}

.box-frete .input-group{
	margin-bottom:10px;
}

.box-frete .input-group .input-group-btn a{
	margin-left:3px;
}

.checkout-box .shipping_cost{
	margin-bottom:10px;
}

.checkout-box.m-top30{
	margin-top:30px;
}

.open>.dropdown-submenu{
	display:block;
}

.dropdown-submenu{
list-style: none;
    font-size: 14px;
    list-style: none;
    position: initial;
    left: 100%;
    min-width: 150px;
    top: 0;
    padding: 0px;
    text-align: left;
    display: block !important;
    background-color: transparent !important;
}

.dropdown-submenu li a {
	padding: 2px 15px !important;
}


.dropdown-submenu>li>a{
	display:block;
	white-space: nowrap;
	letter-spacing:0.5px;
}

.dropdown-menu .list-limiter{
	margin:0px;
	list-style-type:none;
	padding:0px;
}

.block-list-limiter{
	list-style: none;
	text-align: left;
	display:inline-block;
	float: left;
	width: 50% !important;
}

.block-list-limiter > ul{
	float:left;
	display:inline-block;
}

.block-list-limiter .list-limiter li a{
	display:block;
}

.panel-checkout,
.panel-checkout > .panel-heading{
	border-radius:0px;
}

.panel-checkout > .panel-heading{
	background-color:#474747;
	color:#fff;
	padding:7px 10px;
}

.panel-checkout > .panel-heading > i{
	margin-right:10px;
}

.cart-functions{
	margin-top:20px;
}

.panel-checkout .input-group{
	width:100%;
}

.panel-checkout .input-group.ticket > input:first-child{
	width:55%;
}

.panel-checkout .input-group.ticket > input:second-child{
	width:43%;
}

#form-email{
	display: block;
	padding: 15px 0px;
	background-color: #f4f4f4;
	margin-top:10px;
}

#form-email .input-group{
	max-width:400px;
	margin:5px auto;
	display:block;
}

#form-email .input-group > input{
	width:70%;
	display:inline-block;
}

#form-email .input-group > button{
	width:29%;
	display:inline-block;
}

#form-email p{
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
}

.custom-alerts .alert{
	margin: 0px 0px 10px 0px!important;
}

#checkout_hidden{
	display:none;
}

#cartview .page-header > *{
	width:30%;
	display:inline-block;
	margin:0px 1.5%;
}

#cartview .page-header{
	margin-bottom:0px;
}

#cartview .page-header > a{
	font-size:14px;
}

#cartview .page-header > h2{
	border:0px;
	text-align:center;
}

#cartview .cart_finish{
	text-transform: uppercase!important;
	letter-spacing: 2px!important;
	font-size: 14px!important;
}

#cartview .cart_finish:hover{
	color: #fff;
}

#cartview .final_step h2{
	width:100%;
	text-align:center;
}

.width_full{
	width:100%!important;
	margin-bottom:10px;
}

.banners-list-full .iten {
	overflow: hidden;
	cursor: pointer;
}

.banners-list-full .iten img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.banners-list-full .iten:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.checkout-box.m-top30{
	margin-top:30px;
}

.open>.dropdown-submenu{
	display:block;
}

.dropdown-submenu{
list-style: none;
    font-size: 14px;
    list-style: none;
    position: initial;
    left: 100%;
    min-width: 150px;
    top: 0;
    padding: 0px;
    text-align: left;
    display: none;
}

.dropdown-menu .sub-caret{
	display: none;
}

.dropdown-submenu>li>a{
	display:block;
	white-space: nowrap;
	letter-spacing:0.5px;
}

.dropdown-menu .list-limiter{
	margin:0px;
	list-style-type:none;
	padding:0px;
}

.block-list-limiter{
	list-style: none;
	text-align: left;
	display:inline-block;
	float: left;
}

.block-list-limiter > ul{
	float:left;
	display:inline-block;
}

.block-list-limiter .list-limiter li a{
	display:block;
}

.panel-checkout,
.panel-checkout > .panel-heading{
	border-radius:0px;
}

.panel-checkout > .panel-heading{
	background-color:#474747;
	color:#fff;
	padding:7px 10px;
}

.panel-checkout > .panel-heading > i{
	margin-right:10px;
}

.cart-functions{
	margin-top:20px;
}

.panel-checkout .input-group{
	width:100%;
}

.panel-checkout .input-group.ticket > input:first-child{
	width:55%;
}

.panel-checkout .input-group.ticket > input:second-child{
	width:43%;
}

#form-email{
	display: block;
	padding: 15px 0px;
	background-color: #f4f4f4;
	margin-top:10px;
}

#form-email .input-group{
	max-width:400px;
	margin:5px auto;
	display:block;
}

#form-email .input-group > input{
	width:70%;
	display:inline-block;
}

#form-email .input-group > button{
	width:29%;
	display:inline-block;
}

#form-email p{
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
}

.custom-alerts .alert{
	margin: 0px 0px 10px 0px!important;
}

#checkout_hidden{
	display:none;
}

#cartview .page-header > *{
	width:30%;
	display:inline-block;
	margin:0px 1.5%;
}

#cartview .page-header{
	margin-bottom:0px;
}

#cartview .page-header > a{
	font-size:14px;
}

#cartview .page-header > h2{
	border:0px;
	text-align:center;
}

#cartview .page-header > h2 {
	font-size: 24px;
	color: #000000;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

#checkout_summary .cart-product-name {
	padding-top: 20px;
}

#checkout_summary .cart-product-name strong {
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;;
	font-weight: 500;
}

#cartview .cart_finish{
	text-transform: uppercase!important;
	letter-spacing: 2px!important;
	font-size: 14px!important;
}

#cartview .cart_finish:hover{
	color: #fff;
}

#cartview .final_step h2{
	width:100%;
	text-align:center;
}

.width_full{
	width:100%!important;
}

/* CUSTOM CSS */
footer .bg{
	background:#fcede2;
	padding-top:10px;
	padding-bottom:5px;
}
footer .bg *{color:#eacab3;}

#store-content .prod-subacts .addwish-btn-form button, #store-content .prod-subacts .prod-size-table a{
	border:1px solid #adadad;
}

#store-content .prod-subacts .prod-size-table a .normal,
#store-content .prod-subacts .prod-size-table a:hover .hover{display:inline-block;}

#store-content .prod-subacts .prod-size-table a:hover .normal,
#store-content .prod-subacts .prod-size-table a .hover{display:none;}

#store-content .prod-subacts .addwish-btn-form button:hover, #store-content .prod-subacts .prod-size-table a:hover{
	color:#fff;
}

#store-content #product .prod-frete{padding:20px;}
#store-content #product .prod-frete label{font-size:18px;font-weight:normal;color:#af998a;}
#store-content #product .prod-frete input[type="text"]{
	height:46px;
	background:#fcede2;
	border:0px;
	font-size:18px;
}
#store-content #product .prod-frete input[type="submit"]{
	opacity:1;
	font-size:18px;
	background:#adadad;
	height:46px;
	padding:0 20px;
}
#store-content #product .prod-frete input[type="submit"]:hover{
    background-color: #989898;
}
.page .table tr td{width:auto;border:0px;}
.page .table tr td:first-child{padding-left:0;padding-right:15px;}
.page .table tr td:last-child{padding-left:15px;padding-right:0;}
.page .table tr td:last-child img{
	margin:20px 0 0 auto;
	display:block;
}
.page p{
	color:#af998a;
	font-weight: 400;
}
.page .normal p{
	color: #af998a;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: .5px;
}

.page-header.blog{font-size:32px;}

.blog-related h3{
	color: #af998a;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	margin: 10px 0 30px 0;
}



/*
    CSS ADWAY
*/

/* OWL CAROUSEL 1 */
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel,.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

/* OWL CAROUSEL THEME 1 */
.owl-theme .owl-controls{margin-top: 0;text-align:center;}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px}

@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:400,500,600,700');

body {
	font-family: 'Zilla Slab', serif !important;
	font-weight: 500;
}

.container {
	max-width: 1300px;
}

div, span, p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
}

#menu {
	background-color: white !important;
	border: 0 !important;
}

#menu ul.navbar > li > a {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize !important;
	padding: 20px 15px !important;
}

.top-navigation .box-top-navigation {
	padding: 5px 0 7px;
	border-bottom: 1px solid #D8D8D8;
}

.top-navigation .box-top-navigation span,
.top-navigation .box-top-navigation a {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
}

.top-navigation .box-top-navigation a:hover {
	opacity: 0.7;
}

.top-navigation .box-top-navigation .rastrear-pedido {
	border-right: 1px solid #D8D8D8;
	margin-right: 12px;
	padding-right: 12px;
	position: relative;
}

.seg-navigation {
	padding-top: 15px;
	padding-bottom: 15px;
}

.top-navigation .box-top-navigation ul {
	margin-bottom: 0;
}

#top-search {
	margin-top: 0;
}

#top-search .input-group {
	border: 1px solid #D8D8D8 !important;
}

#top-search .form-control {
	background: #FFFFFF !important;
	border: 0 none !important;
	height: 50px !important;
	line-height: 50px;
	font-size: 14px !important;
	color: #999999 !important;
	font-weight: 500;
}

#top-search .input-group-btn .btn {
	background-color: transparent !important;
	line-height: 10px;
	padding: 6px 35px 6px 22px;
	height: 30px !important;
	font-size: 14px;
	color: #60462B;
	font-weight: 600;
	border-left: 1px solid #D8D8D8;
}

#top-search .input-group-btn .btn > i {
	color: #60462B;
	margin: -3px 9px 0 0;
	float: left;
}


    
/* 
    new header
*/

body.fixed header.active {
    -webkit-box-shadow: 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 transparent  !important;
    box-shadow: 0 0 0 transparent  !important;
}

.logo-box.fixed {
    width: 29%;
}

#top-cart .login-cadastro {
    float: left;
    
    text-align: center;
    height: 52px;
    line-height: 50px;
    border: 0 none;
}

#top-cart .login-cadastro li > span {
    padding: 0;
    font-weight: 700;
    color: #60462B;
    font-size: 14px;
}

#top-cart .login-cadastro li > span {
    padding: 0;
    font-weight: 700;
    color: #60462B;
    font-size: 14px;
}

#top-cart .login-cadastro li.entrar {
    margin-right: 20px;
    padding: 0;
    position: relative;
}

#top-cart .login-cadastro li.atendimento {
    position: relative;
}

#top-cart .login-cadastro li.entrar > span {
    background: url(https://assets.xtechcommerce.com/uploads/summernote/full/3b20d28e31fbaa4656268a578ed5c2b6.png) no-repeat left center;
    display: block;
    padding-left: 35px;
    cursor: pointer;
}

#top-cart .login-cadastro li.entrar .dropdown-entrar {
    position: absolute;
    width: 250px;
    z-index: 99;
    top: 40px;
    left: -100%;
    padding: 25px;
}

#top-cart .login-cadastro li.atendimento .dropdown-atendimento {
    position: absolute;
    width: 350px;
    z-index: 99;
    top: 40px;
    left: -103px;
    padding: 25px;
}

#top-cart .login-cadastro li.atendimento .dropdown-atendimento span {
    display: block;
    text-align: left;
    line-height: 30px;
}

#top-cart .login-cadastro li.entrar .dropdown-entrar .box,
#top-cart .login-cadastro li.atendimento .dropdown-atendimento .box {
    box-shadow: 0 6px 9px 0 rgba(0,0,0,.2);
    padding: 15px;
    background-color: #FFF;
}

#top-cart .login-cadastro li.entrar .dropdown-entrar .box:before {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    top: 15px;
}

#top-cart .login-cadastro li.atendimento .dropdown-atendimento .box:before {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    top: 15px;
    left: 50%;
}

#top-cart .login-cadastro li.entrar .dropdown-entrar .login-drop,
#top-cart .login-cadastro li.entrar .dropdown-entrar a {
    text-align: left;
    display: block;
    line-height: 32px;
}

#top-cart .login-cadastro li.atendimento > span {
    background: url(https://assets.xtechcommerce.com/uploads/summernote/full/f4c417cd6ad8fb496a9e79b9bc27d898.png) no-repeat left center;
    display: block;
    padding-left: 35px;
    cursor: pointer;
}

#top-cart .login-cadastro li.entrar .dropdown-entrar,
#top-cart .login-cadastro li.atendimento .dropdown-atendimento {
    display: none;
}

/* 
  **  new header
*/

#top-cart .login-cadastro {
	float: left;
	width: 230px;
	text-align: center;
	height: 52px;
	line-height: 50px;
}

.logo-box.fixed {
    width: 29%;
}

body.fixed header .logo {
    height: auto;
    max-width: 270px;
    margin: 12px 0 0;
    float: right;
}

.logo-base .menu-open {
        position: absolute;
    top: 25px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transition: ease-out .2s;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding: 8px 5px 3px;
}

.seg-navigation.fixed {
    width: 69%;
    float: right;
}

body.fixed .logo-base .menu-open {
    opacity: 1;
    visibility: visible;
}

.logo-base .menu-open .line {
    background: #000;
    height: 2px;
    width: 32px;
    margin-bottom: 5px;
    transform-origin: left;
    transition: ease-out .2s;
    transform: rotate(0deg);
}

#top-cart .login-cadastro li {
	padding: 0;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
}

#top-cart .login-cadastro li a {
	font-weight: 600;
	color: #000000;
	font-size: 14px;
	transition: all 0.2s linear 0.1s;
}

#top-cart .login-cadastro li a:hover {
	opacity: 0.7;
}

#top-cart .cart {
	background: url(https://assets.xtechcommerce.com/uploads/summernote/full/e09314bc33088f15689220065964aae2.png) no-repeat;
	display: block;
	position: relative;
	width: 33px;
	height: 39px;
	margin-top: 6px;
	transition: all 0.2s linear 0.1s;
}

#top-cart .cart:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

#top-cart .cart > span {
	display: block;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	background-color: #60462B;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	left: -10px;
	bottom: -5px;
}

.container #carousel {
	margin: 35px 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}

.carousel-control.left,
.carousel-control.right {
	display: none;
}

.block-header {
	border: 0 none;
	height: auto;
	margin-bottom: 35px;
}

.block-header span {
	background: #fff;
	font-size: 28px;
	padding: 0px 90px 10px;
	text-transform: lowercase;
	color: #60462B !important;
	font-weight: 300;
	border-bottom: 1px solid #D8D8D8;
}

#store-content .prod-wrapper .prod-info h3 {
	text-align: left;
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 700;
	text-transform: uppercase;
	height: auto !important;
}

#store-content .prod-wrapper .prod-info p {
	text-align: left;
}

#store-content .prod-wrapper .prod-info p.buy-price strong {
	font-size: 20px;
	color: #60462B !important;
	font-weight: 400;
}

#store-content {
	margin-top: 45px;
}

#store-content .prod-wrapper .prod-info .installments-price strong,
#store-content .prod-wrapper .prod-info .installments-price span {
	font-size: 13px;
	color: #000000 !important;
	font-weight: 700;
	text-transform: uppercase;
}

#store-content .prod-wrapper .prod-info .installments-price {
	color: #000 !important;
	text-transform: lowercase !important;
}

#store-content .prod-wrapper .prod-info p .slash {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
}

#store-content .prod-list.row {
	margin: 0;
}

#store-content .product-list-item {
	padding: 0 8px;
}

#store-content .owl-pagination {
	display: none !important;
}

#store-content .prod-list {
	position: relative;
}

#store-content .prod-list .owl-controls .owl-buttons {
	position: absolute;
	width: 100%;
	height: 0;
	top: 29%;
}

#store-content .prod-list .owl-controls .owl-buttons > div {
	border: 1px solid #979797;
	width: 40px;
	height: 63px;
	text-align: center;
	background-color: transparent;
	line-height: 54px;
	border-radius: 0;
	font-size: 30px;
	color: #000000;
	opacity: 1;
}

#store-content .prod-list .owl-controls .owl-buttons .owl-prev {
	left: -50px;
	position: absolute;
}

#store-content .prod-list .owl-controls .owl-buttons .owl-next {
	right: -50px;
	position: absolute;
}

#store-content .prod-list .owl-controls .owl-buttons > div:hover {
	opacity: .7;
}

.owl-theme .owl-controls .owl-buttons div {
	margin: 0;
}

footer {
	border: 0 none;
}

footer #banner-tarja {
	background-color: #F1F1F1;
	padding: 25px 0;
	text-align: center;
}

.banners-segunda-vitrine {
	padding: 0 15px;
	margin-bottom: 45px;
}

.banners-segunda-vitrine .iten {
	float: left;
	width: 50%;
	overflow: hidden;
}

.banners-segunda-vitrine .iten img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.banners-segunda-vitrine .iten:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.two-list {
	padding: 0 10px;
}

.two-list .product-list-item {
	width: 25%;
	padding: 0 15px;
	float: left;
}

#marcas {
	margin-top: 60px;
}

#marcas ul {
	list-style: none;
	padding: 25px 40px 10px;
	margin-top: 50px;
	border: 1px solid #d8d8d8;
}

#marcas ul li {
	text-align: center;
	line-height: 50px;
}

#marcas .owl-buttons {
	height: 0;
	width: 100%;
	position: relative;
}

#marcas .owl-buttons > div {
	background-color: transparent;
	position: absolute;
	top: -64px;
	font-size: 30px;
	color: #000000;
}

#marcas .owl-buttons .owl-prev {
	position: absolute;
	left: -25px;
	transition: all .2s;
}

#marcas .owl-buttons .owl-next {
	position: absolute;
	right: -25px;
	transition: all .2s;
}

footer .links h4 {
	margin-top: 35px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-size: 18px;
	color: #5a422f;
	font-weight: 500;
}

footer .links ul li:before {
	content: '';
	display: none;
	margin-bottom: 15px;
}

footer .links ul li a {
	font-size: 14px;
	color: #5a422f !important;
	font-weight: 500;
	transition: all 0.3s linear 0.1s;
	padding-left: 0;
}

footer .links ul li a:hover {
	color: #000 !important;
	padding-left: 0;
}

footer .links .input-group input {
	border-radius: 0;
	color: #D8D8D8;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999999;
	font-weight: 500;
	padding: 0 12px;
	float: none;
	border: 1px solid #D8D8D8;
	margin-bottom: 7px;
}

footer .links ul li:hover {
	padding-left: 0 !important;
}

footer .links .input-group-btn {
	display: block;
	margin-top: 10px;
}

footer .links .input-group-btn button {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
}

footer .social .social-icons {
	font-size: 16px;
	color: #FFF;
	background-color: #5a422f;
	line-height: 45px;
	border: 0px solid #979797;
	text-align: center;
	transition: all 0.3s linear 0.1s;
	padding: 0px 10px;
	margin-right: 25px;
	margin-bottom: 30px;
}

footer .social .social-icons:hover {
	background-color: #FFF;
	color: #5a422f;
}

#store-content .prod-title {
	text-align: left;
	font-size: 30px;
	color: #4b4b4b;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 400;
}

#store-content .prod-excerpt p {
	font-weight: 400;
	font-size: 14px;
	color: #606060;
	text-align: left;
	line-height: 18px;
	margin-bottom: 12px;
}

#store-content #product .prod-variants {
	margin-top: 50px;
	padding: 0;
	background-color: transparent;
	border: 0 none;
}

#store-content #product .showcase .prod-action {
	background-color: transparent !important;
}

#look .buy-price .onsale, #product .prod-action .buy-price .sale {
	color: black !important;
	font-size: 32px;
	font-weight: 500;
	text-align: left;
	padding: 3px 0;
}

#product .prod-action .installments-price {
	display: block;
	font-size: 16px;
	color: #000000;
	text-align: left;
	font-weight: 400;
}

#product .prod-action .buy-btn {
	width: 85%;
	background: #f8b149 !important;
	text-align: center;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 25px;
	float: left;
	transition: all 0.3s linear 0.1s;
}

.add-to-wishlist {
	float: right;
	width: 10%;
}

.add-to-wishlist .buy-btn i {
	display: block !important;
	font-size: 24px;
	color: #000000;
}

#store-content .prod-subacts .addwish-btn-form button {
	margin-top: 10px;
	height: 50px;
	background-color: transparent !important;
	border: 1px solid #000000 !important;
	padding: 0;
}

#store-content .prod-subacts .addwish-btn-form button i {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

#store-content .prod-subacts .addwish-btn-form button i:hover {
	-webkit-animation: smallToBig 300ms alternate infinite ease;
	-moz-animation: smallToBig 300ms alternate infinite ease;
	color: #F00;
}

@-webkit-keyframes smallToBig{from {-webkit-transform: scale(1);}to {-webkit-transform: scale(1.1);}}
@-moz-keyframes smallToBig{from {-moz-transform: scale(1);}to {-moz-transform: scale(1.1);}}

#store-content #product .prod-frete {
	padding: 0;
	border: 0 none;
	background-color: transparent;
	width: 60%;
	float: left;
}

#store-content #product .prod-frete label {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
}

#store-content #product .prod-frete input[type="text"] {
	border: 1px solid #adadad;
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
	background-color: transparent;
}

#store-content #product .prod-frete input[type="submit"] {
	background-color: #606060;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
}

#product .prod-share {
	float: right;
	margin-top: 57px;
}

#product .prod-share .addthis_sharing_toolbox .at-share-btn-elements:before {
	content: 'Compartilhar: ';
	font-size: 14px;
	color: #999999;
	font-weight: 500;
	line-height: 16px;
	float: left;
}

#prod-relateds {
	margin-top: 65px;
}

#prod-relateds .product-list-item {
	width: 25%;
	padding: 0 8px;
	float: left;
}

#store-content #product .showcase .prod-image {
	border: 0 none;
	display: inline-block;
	float: right !important;
	max-height: 446px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	width: 85%;
}

#store-content #product .prod-image-thumbs .active img, #gallery a:hover img {
	border: 0 none !important;
}

#product .prod-action .buy-price .slash {
	font-size: 22px;
	color: #999999;
	font-weight: 400;
	text-align: center;
}

#product .buy-message {
	clear: both;
}

.prod-video {
	float: left;
	background: #fafafa;
	padding: 5px;
	text-align: center;
	color: #666;
	border: 1px solid #eee;
}

.prod-video p {
	font-size: 0;
}

.inner-video {
	margin-left: 0
}

.at-share-tbx-element .at-share-btn.at-svc-google_plusone_share,
.at-share-tbx-element .at-share-btn.at-svc-compact {
	display: none !important;
}

.at-share-tbx-element .at-share-btn {
	background-color: transparent !important;
	font-size: 18px;
	color: #000000 !important;
	text-align: center;
	width: auto;
	height: auto;
	margin: 0 6px 5px 6px !important;
}

.at-share-tbx-element .at-share-btn .at-icon-wrapper {
	line-height: 18px !important;
	width: auto !important;
	height: auto !important;
}

.prod-description {
	margin-top: 60px !important;
	border-top: 1px solid #D8D8D8;
	padding-top: 75px;
}

.prod-description h2 {
	font-weight: 400 !important;
	color: #000000;
	font-size: 32px !important;
	padding-bottom: 20px !important;
	margin-bottom: 0 !important
}

.prod-description h4 {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #000000;
	margin-bottom: 45px !important;
}

.prod-description .descricao .prod-details {
	display: block;
	width: 100% !important;
	text-align: center;
	float: none;
	margin-bottom: 12px !important;
	line-height: 20px !important;
	color: #000000;
	font-size: 16px;
}

.prod-description .descricao ul {
	float: none !important;
	clear: both;
}

.prod-description .descricao {
	padding-bottom: 65px;
	border-bottom: 1px solid #D8D8D8
}

.prod-description .depoimentos {
	margin-top: 100px;
}

.prod-description .depoimentos .testimonials .notas-totais {
	background-color: #F1F1F1;
	float: left;
	padding: 25px;
	border: 1px solid #D8D8D8;
	margin-right: 30px;
	min-width: 380px;
}

.prod-description .depoimentos .testimonials h2 {
	font-size: 24px !important;
	color: #000000;
	font-weight: 500 !important;
	margin: 20px 0 0;
	line-height: 24px;
	float: left;
}

.prod-description .depoimentos .testimonials .notas-totais h2 {
	font-size: 24px !important;
	color: #000000;
	font-weight: 500 !important;
	margin: 0;
	line-height: 24px;
	float: none;
}

.prod-description .depoimentos .testimonials .notas-totais .testimonials-rating-totals {
	display: block;
	padding: 0;
}

.prod-description .depoimentos .testimonials .notas-totais .testimonials-rating-totals .rating-stars-view {
	margin-right: 5px;
}

.prod-description .depoimentos .testimonials .notas-totais .testimonials-rating-totals li {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 5px;
}

.prod-description .depoimentos .testimonials hr,
.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-4 {
	display: none;
}

.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 {
	font-size: 0;
	float: right;
	padding-bottom: 25px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 35px;
}

.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-author {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	display: block;
	padding-left: 45px;
}

.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-date {
	font-size: 16px;
	color: #999999;
	font-weight: 500;
	display: block;
	padding-left: 45px;
}

.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-message {
	position: relative;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 0 45px;
}

.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-message:after {
	content: '';
	background: url(https://assets.xtechcommerce.com/assets/25124/1499787507/img/aspas-after.png) no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	width: 40px;
	height: 35px;
}

.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-message:before {
	content: '';
	background: url(https://assets.xtechcommerce.com/assets/25124/1499787507/img/aspas-before.png) no-repeat;
	display: block;
	position: absolute;
	left: -23px;
	top: 0;
	width: 40px;
	height: 35px;
}

#category-list .cat-prod-list .product-list-item {
	width: 33.3333%;
	padding: 0 15px;
	float: left;
}

.sidebar ul li.child:before {
	content: '';
	display: none;
}

.sidebar .side-header,
.sidebar ul li span {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	background-color: transparent;
	padding: 0 0 0;
	text-transform: capitalize;
	line-height: 40px;
	margin-bottom: 10px;
}

.sidebar .col-xs-12 {
    margin-bottom: 20px;
}

.sidebar.filter-category .child.inactive {
    padding: 0 0 0 20px;
}

.sidebar ul li,
.sidebar ul {
	border: 0 none;
}

.sidebar ul li a,
.sidebar ul li.child a {
	font-weight: 500;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	padding: 0;
	transition: all 0.3s linear 0.1s;
}

.sidebar ul li a:hover {
	color: #60462B !important;
	background-color: transparent !important;
}

.sidebar ul li span:before {
	content: 'por ';
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	text-transform: lowercase;
}

.category-header {
	border: 0 none;
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
}

.sidebar ul li.active a, .sidebar ul li a:hover {
	background-color: transparent;
	color: #000;
}

.col-xs-3.sidebar ul {
	margin-bottom: 0;
}

#store-content .category-img img {
	margin-bottom: 50px;
}

#filter-widget {
	margin-top: -55px;
}

.cat_options {
	background: #fff;
	border: 1px solid #e4e4e4;
	position: relative;
	float: right;
	line-height: 33px;
	padding: 0 12px;
	display: block;
}

.cat_options select {
	border: 0 none;
	background-color: transparent;
	line-height: 25px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.cat_options select:focus {
	outline: none;
}

.filters-side.filters li.child {
	margin-top: 0 !important;
}

#instagram {
	margin: 100px 0;
	background-color: #F1F1F1;
	text-align: center;
	padding: 60px 0 80px;
}

#instagram .title-instagram {
	border: 0 none;
	height: auto;
	margin-bottom: 45px;
}

#instagram .title-instagram span {
	font-size: 28px;
	padding: 0px 90px 10px;
	text-transform: lowercase;
	color: #60462B;
	font-weight: 300;
	border-bottom: 1px solid #D8D8D8;
}

#instagram #ad-instagram ul {
	padding: 0;
	list-style: none;
}

#instagram #ad-instagram ul li {
	display: inline-block;
	width: 240px;
	height: 240px;
	overflow: hidden;
	margin: 0 15px;
}

#instagram #ad-instagram ul li img {
	display: block;
	width: 100%;
	height: auto;
}

#store-content .product-list-item .prod-wrapper .prod-image + .prod-image {
	opacity: 0;
}

.input-tracking {
	background-color: #fff;
	padding: 10px;
	display: none;
	position: absolute;
	width: 215px;
	left: 0;
	top: 100%;
	z-index: 99;
	border: 1px solid #D8D8D8 !important;
	padding: 16px 20px;
}

.input-tracking #tracking {
	height: 40px;
	width: 100%;
	padding: 0 12px;
	font-size: 13px;
	display: block;
	border: 1px solid #d8d8d8;
	border-bottom: 0;
}

.top-navigation .box-top-navigation .rastrear-pedido:hover .input-tracking {
	display: block;
}

.input-tracking .tracking-btn {
	background-color: #636363;
	color: #fff;
	font-size: 13px;
	width: 100%;
	border: 0 none;
	height: 40px;
	transition: all .2s;
}

.input-tracking .tracking-btn {
	background-color: #000;
}

#modalRastreio .cnt {
	margin-top: 30px;
}

#modalRastreio h4 {
	font-size: 18px;
	color: #000;
}

.window{
	display: none;
	width: 500px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFF;
	z-index: 9900;
	padding: 20px;
	border-radius: 0px;
}

#mascara{
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
}
.fechar i {
	text-align: center;
	background: #f1f1f1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	float: right;
}


#modalRastreio .cnt iframe {
	width: 100%;
	border: 0 none;
	height: 201px;
	margin-top: -25px;
}

.product-variants-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	margin-bottom: 15px;
	background: #F1F1F1 url(https://assets.xtechcommerce.com/assets/25124/1499787507/img/icon-select.png) no-repeat right 20px center;
	border: 1px solid #979797;
}

#store-content .page-title.identificacao {
	text-transform: capitalize;
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 30px;
	margin: 0;
}

.panel-default>.panel-heading {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	background-color: #f5f5f5;
	border-color: #ddd;
	padding: 18px 30px;
}

.panel-body {
	padding: 20px 30px;
}

.panel-body .input-group {
	width: 100%;
	margin: 0;
}

.panel-body .input-group label,
.panel-body .input-group p {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
}

.panel-body .input-group input {
	display: block;
	width: 100%;
	border: 1px solid #D8D8D8;
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 22px;
}

.panel-body input[type="submit"] {
	background: #000000 url(https://assets.xtechcommerce.com/assets/25124/1499787507/img/icon-enviar.png) no-repeat right 12px center !important;
	height: 50px;
	line-height: 38px;
	color: #FFF !important;
	font-size: 14px;
	font-weight: 500;
	padding-right: 52px;
	transition: all 0.3s linear 0.1s;
}

#menu .navbar-nav {
    background-color: white !important;
}

#menu .navbar-nav > li a {
    color: #60462B !important;
}

.panel-body input[type="submit"]:hover {
	opacity: 0.7;
}

.panel-body .esqueceu-senha {
	display: inline-block;
	padding: 15px 20px;
	border-right: 1px solid #D8D8D8;
	font-size: 14px;
	color: #999999;
	font-weight: 500;
}

.panel-body .esqueceu-senha a {
	font-size: 14px;
	color: #999999;
	font-weight: 500;
}

.panel-body .continuar-conectado {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	font-weight: 500;
	padding: 15px 20px;
	margin-left: 20px;
}

#top-search {
	display: block !important;
}

#top-search.busca-mob,
#top-cart .login-mob,
#btn-nav {
	display: none !important;
}

footer .news-mob {
	display: none;
}

.prod-title.prod-title-mob
{
	display: none;
}
.prod-sub-mob {
	display: block;
}

#menu .nav {
	position: relative;
}

#menu .nav>li .dropdown-menu {
	background-color: #FFF;
	position: absolute;
	top: 103%;
	left: 0;
	right: 0;
	box-shadow: 0 16px 30px 0 rgba(0,0,0,.2);
	padding: 25px 20px;
	z-index: 99999;
	width: 400px !important;
}

#menu .nav>li .dropdown-menu li a {
	color: #111;
	font-size: 16px;
}

#menu .nav>li .dropdown-menu li a:hover {
	color: #111;
	text-decoration: underline;
}

.top-log {
	display: none;
}

#menu .nav>li .dropdown-menu li .dropdown-submenu li a {
	font-size: 14px !important;
	color: #999999 !important;
}


body.fixed {
	padding-top: 180px;
}

body.fixed header {
position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #FFF;
    top: 0;
    -webkit-box-shadow: 0px 15px 30px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 15px 30px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 15px 30px -2px rgba(0,0,0,0.2);
}

body.fixed #menu {
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #FFF;
	top: 82px;
	-webkit-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.2);
	border-bottom: 0 none;
	z-index: 99;
	opacity: 0;
    visibility: hidden;
    transition: opacity ease-out .2s, visibility ease-out .2s;
}

.logo-base .menu-open.active {
    border-color: #60462B;
    background-color: #60462B;
}

body.fixed #menu.active {
    visibility: visible;
    opacity: 1;
}

body.fixed header.active {
    -webkit-box-shadow: 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
}

body.fixed #menu.active {
    visibility: visible;
    opacity: 1;
}

.product-list-item .imgGroup .prod-image {
	background-position: center top !important;
}


#banner-full-mob {
	display: none;
}

/* CSS MOBILE */

@media (max-width: 1199px) {

	.container {
		max-width: 970px;
	}

	#top-cart .login-cadastro {
		width: 200px;
	}

	#top-cart .login-cadastro li,
	#top-cart .login-cadastro li a {
		font-size: 13px;
	}

	#menu ul li > a {
		padding: 20px 7px !important;
	}

	#menu .navbar-nav>li a h2 {
		font-size: 13px;
	}

	footer .block .input-group {
		width: 100%;
	}

	footer .social .social-icons {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#store-content #product .showcase .prod-image {
		width: 80% !important;
	}

	.prod-video {
		float: left !important;
	}

	.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 {
		width: 60%;
	}

	.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-message,
	.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-author,
	.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-date {
		padding: 0 !important;
	}

	.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-message:before,
	.prod-description .depoimentos .testimonials .testimonials-listing .testimonial .col-md-8 .testimonial-message:after {
		content: '' !important;
		display: none !important;
	}

	.prod-description .depoimentos .testimonials .notas-totais {
		margin-right: 2% !important;
		min-width: auto !important;
		width: 37%;
	}

}

@media (max-width: 991px) {
    
    header .logo {
        width: 100%;
    }

	.top-navigation {
		display: none;
	}

	#top-cart .login-cadastro {
		width: 220px;
	}

	#store-content .prod-list .owl-controls .owl-buttons .owl-prev {
		left: 0;
	}

	#store-content .prod-list .owl-controls .owl-buttons .owl-next {
		right: 0;
	}

	#gallery {
		height: auto;
		overflow: initial;
		position: initial;
		margin: 0;
	}

	#box-correr {
		margin-top: 0;
		height: auto;
	}

}

@media (max-width: 768px) {

	#top-search.busca-mob, #top-cart .login-mob {
		display: block !important;
	}

	#top-search {
		display: none !important;
	}

	#top-search.busca-mob,
	#btn-nav {
		display: block !important;
	}

	#btn-nav  {
		position: relative;
		z-index: 99;
		margin: 22px 0 0 6px;
		font-size: 21px;
		background: transparent;
		border: 0 none;
	}

	#top-cart .login-mob {
		margin: 11px 0 0 -10px;
	}

	#top-cart .cart {
		background: url(https://assets.xtechcommerce.com/assets/25124/1499787507/img/icon-cart-mob.png) no-repeat;
		display: block;
		position: relative;
		width: 25px;
		height: 30px;
		margin-top: -30px;
	}

	header .logo-base {
		margin: 0 -10px 0 0;
		text-align: center;
		position: relative;
		z-index: 99;
	}

	#top-search .busca-mob {
		margin-left: -15px;
		margin-right: -15px;
	}

	#top-search .input-group {
		border: 0 none !important;
		border-top: 1px solid #999999 !important;
		border-bottom: 1px solid #999999 !important;
	}

	#top-search.busca-mob {
		margin-left: -15px;
		margin-right: -15px;
	}

	#top-search .input-group-btn .btn {
		font-size: 22px;
		color: #FFFFFF;
		padding: 3px 20px;
		border: 0 none;
	}

	#top-search .input-group-btn .btn i {
		color: #FFF;
	}

	#top-search .input-group-btn {
		background-color: #000;
	}

	#top-search .input-group-btn .btn > i {
		margin: 0;
	}

	.seg-navigation {
		padding-bottom: 0px;
	}

	#menu {
		display: none;
	}

	header {
		background-color: #ffffff;
		position: fixed;
		top: 0;
		z-index: 999;
		box-shadow: 0 3px 7px 0 rgba(0,0,0,0.12);
		width: 100% !important;
	}

	body {
		padding-top: 150px !important;
		background-color: #F1F1F1 !important;
	}

	#main-banners .container:last-child {
		display: none;
	}

	#store-content {
		margin-top: 0px;
	}

	#store-content .prod-list .owl-controls {
		display: none !important;
	}

	.prod-list .owl-wrapper-outer {
		margin: 0 -15px;
		width: auto!important;
	}

	.prod-list .prod-wrapper {
		background: #FFFFFF;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12);
	}

	#store-content .prod-wrapper .prod-info {
		padding: 0 15px 20px;
		height: auto !important;
	}

	#store-content .prod-wrapper .prod-info h3 {
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: auto !important;
	}


	#store-content .prod-wrapper .prod-info p {
		text-align: center;
		height: 45px;
	}

	#store-content .prod-wrapper .prod-info p .slash {
		display: block;
	}

	#store-content .prod-wrapper {
		height: auto !important;
		padding: 0 !important;
	}

	.banners-segunda-vitrine {
		display: none;
	}

	.block-header span {
		padding: 0px 20px 10px;
	}

	.two-list .product-list-item {
		width: 100%;
	}

	.banners-list-full, #marcas {
		display: none;
	}

	footer #banner-tarja {
		display: none;
	}

	.block-header span {
		background-color: transparent;
		text-transform: initial;
	}

	/*#store-content .product-list-item .prod-wrapper .prod-image {
	    background-size: cover !important;
	}*/


	footer .block .col-xs-3,
	footer .block .col-xs-6 {
		display: none;
	}

	footer .news-mob {
		display: block;
		text-align: center;
	}

	footer .news-mob h4 {
		font-size: 16px;
		color: #000000;
		font-weight: 700;
		margin: 25px 0 10px;
		font-weight: 20px;
	}

	footer .links .input-group input {
		border-radius: 0;
		color: #D8D8D8;
		width: 100%;
		display: block;
		height: 50px !important;
		line-height: 50px !important;
		font-size: 14px;
		color: #999999;
		font-weight: 500;
		padding: 0 12px;
		float: none;
		border: 1px solid #D8D8D8;
		margin-bottom: 7px;
		text-transform: initial;
		text-align: center;
	}

	footer .links .input-group-btn {
		display: block;
		margin-top: 10px;
		width: 100%;
	}

	footer .links .input-group-btn button {
		font-size: 16px;
		color: #FFFFFF;
		text-transform: capitalize;
		font-weight: 700;
		height: 50px;
		max-width: 120px;
		margin: auto;
		float: none;
		display: block;
	}

	footer .news-mob .fale-conosco {
		margin: 30px auto 25px;
		border-top: 1px solid #D8D8D8;
		border-bottom: 1px solid #D8D8D8;
		padding: 20px 0;
		max-width: 80%;
	}

	footer .news-mob .fale-conosco h4 {
		font-size: 18px;
		color: #000000;
		font-weight: 500;
		margin: 0;
		line-height: 23px;
		padding: 0;
	}

	footer .news-mob .fale-conosco .phone {
		font-size: 24px;
		color: #999999;
		font-weight: 700;
		margin: 0;
	}

	footer .news-mob .pagto {
		margin-bottom: 30px;
	}

	footer .news-mob .cnpj {
		margin-bottom: 15px;
	}

	footer .news-mob .cnpj p,
	footer .news-mob .direitos p {
		margin-bottom: 0;
		font-size: 14px;
		color: #999999;
		font-weight: 500;
		line-height: 18px;
	}

	.panel-body input[type="submit"] {
		background: #000000 url(https://assets.xtechcommerce.com/assets/25124/1499787507/img/icon-enviar.png) no-repeat right 12px center !important;
		height: 50px;
		line-height: 38px;
		color: #FFF !important;
		font-size: 14px;
		font-weight: 500;
		padding-right: 30px;
		display: block;
		float: none !important;
		margin: 0 auto 12px;
		width: 100%;
	}

	.panel-body {
		text-align: center;
	}

	.panel-body .esqueceu-senha {
		border: 0 none;
	}

	#store-content input.btn-bck {
		height: 50px;
		line-height: 38px;
		color: #FFF !important;
		font-size: 14px;
		font-weight: 500;
	}

	#store-content .btn-default {
		height: 50px;
		line-height: 38px;
		font-size: 14px;
		font-weight: 500;
	}

	#top-cart {
		max-width: 100px;
	}

	#product {
		padding-top: 60px;
	}

	#store-content #product .prod-image-thumbs {
		float: none;
		margin-right: 10px;
		width: 100%;
	}

	#store-content #product .showcase .prod-image {
		width: 100% !important;
	}

	.prod-title {
		display: none;
	}

	.prod-title.prod-title-mob,
	.prod-sub-mob {
		display: block;
	}

	.prod-title.prod-title-mob {
		font-size: 18px !important;
		color: #000000 !important;
		font-weight: 500 !important;
		text-align: center !important;
		margin-bottom: 10px;
		letter-spacing: -0.36px !important;
		padding: 0 20px;
		line-height: 23px;
	}

	.prod-sub-mob .prod-ref {
		text-align: center;
		display: block;
		width: 100%;
		float: none;
		font-size: 14px;
		color: #999999;
		font-weight: 500;
	}

	.prod-sub-mob .prod-ref span {
		color: #000000;
	}

	#store-content #product .showcase .prod-image {
		width: 100% !important;
		float: none !important;
	}

	.prod-sub-mob {
		margin-bottom: 25px;
	}

	#gallery .owl-controls,
	.prod-video, .prod-excerpt {
		display: none !important;
	}

	#store-content #product .prod-image-thumbs a {
		text-align: center;
		border: 1px solid #D8D8D8;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12);
		margin: 5px;
	}

	.product-variants-wrapper select {
		background-color: #FFF;
		line-height: 30px;
		height: 45px;
	}

	.opcao-mob {
		display: block !important;
		background-color: #FFA304;
		text-align: center;
		font-size: 14px;
		color: #FFFFFF;
		font-weight: 500;
		line-height: 40px;
		margin: 40px 0 10px;
	}

	#look .buy-price .onsale, #product .prod-action .buy-price .sale {
		color: #5EA124 !important;
	}

	#product .prod-action .buy-btn {
		width: 80% !important;
		background: #5EA124 !important;
		transition: all 0.3s linear 0.1s;
		line-height: 45px !important;
	}

	.add-to-wishlist {
		width: 17% !important;
	}

	#product .buy-message {
		display: none;
	}

	#store-content #product .prod-frete {
		width: 100% !important;
		float: none !important;
		text-align: center !important;
		margin-top: 0;
	}

	.prod-frete .frete #zip_code {
		height: 46px !important;
		border-color: #000 !important;
	}

	#product .prod-share {
		display: none !important;
	}

	#store-content .prod-subacts .addwish-btn-form button {
		height: 68px !important;
		width: 100% !important;
	}

	#prod-relateds .product-list-item {
		width: auto !important;
	}

	.prod-description {
		display: none;
	}

	.prod-description.prod-description-mob {
		display: block !important;
		border: 0 none !important;
		padding-top: 0;
		margin-top: 20px !important;
	}

	.tab-content .prod-details {
		width: 100% !important;
	}

	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
		min-height: 220px !important;
	}

	#category-list .cat-prod-list .product-list-item {
		width: 50% !important;
		padding: 0 8px !important;
	}

	.col-xs-3.sidebar, .category-img {
		display: block;
		width: 100%;
	}

	.category-header {
		font-weight: 500 !important;
		color: #000000 !important;
		font-size: 16px !important;
		text-align: center;
		padding-bottom: 6px;
		margin-bottom: 10px;
	}

	.category-header:after {
		content: '';
		border-bottom: 1px solid #D8D8D8;
		max-width: 50%;
		margin: 6px auto 0;
		display: block;
	}

	#filter-widget {
		margin-top: 0 !important;
	}

	.cat_options {
		float: none !important;
	}

	.cat_options .filters {
		width: 100%;
		background: #FFFFFF url(https://assets.xtechcommerce.com/assets/25124/1499787507/img/icon-select.png) no-repeat right 20px center !important;
	}

	.tab-content .bullets_list {
		width: 100% !important;
		padding-left: 15px !important;
	}

	#store-content .prod-description .tab-content {
		background-color: #FFF;
	}

	html.menu-ativo {
		overflow: hidden;
	}

	html.menu-ativo body {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}

	#menu.ativar-menu {
		display: block !important;
		position: fixed !important;
		top: 0;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		padding: 0;
		margin: 0 !important;
		background-color: #fff !important;
		z-index: 1030;
		left: 0;
		width: 90%;
	}

	.block-list-limiter {
		display: block;
		float: none;
	}

	.ad-mask {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: transparent;
		background-color: rgba(255, 255, 255, 0.3);
		z-index: 1020;
		transition: all .300s;
	}

	.ad-mask.ad-mask-dark {
		background-color: #000;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.menu-ativo .ad-mask {
		right: 0;
	}

	#menu .navbar-nav>li {
		display: block;
		padding: 0 35px;
	}

	#menu .navbar-nav>li a,
	#menu .navbar-nav>li a h2 {
		font-size: 16px !important;
		color: #000000;
		text-align: left;
		padding: 8px 0 !important;
	}

	#menu .navbar-nav>li a .caret {
		float: right;
		font-size: 0;
		border: 0 none;
	}

	#menu .navbar-nav>li a .caret:before {
		content: "\f107";
		font-family: 'Fontawesome';
		font-size: 16px;
		color: #fff;
		line-height: 30px;
	}

	#menu .nav>li .dropdown-menu {
	    background-color: #FFF;
	    position: relative;
	    box-shadow: none;
	    display: block;
	    padding: 5px 20px 30px;
	}

	ul.dropdown-menu > li {
	    display: block;
	    float: none;
	    width: 100%;
	}

	#menu .nav>li .dropdown-menu li a {
	    font-size: 15px!important;
		color: #777;
	}

	body.body-product {
		background-color: #FFF !important;
	}

	#menu .login-mob {
		display: inline-block;
		float: right;
	}

	#menu .cart {
		background: url(https://assets.xtechcommerce.com/assets/25124/1499787507/img/icon-cart-mob.png) no-repeat;
		display: inline-block;
		position: relative;
		width: 25px;
		height: 30px;
	}

	.header-nav-mob {
		padding: 30px 8px;
		border-bottom: 1px solid #D8D8D8;
		margin-bottom: 12px;
	}

	#menu .navbar {
		border-top: 0 none !important;
	}

	.header-nav-mob .login-mob {
		margin-right: 15px;
		margin-top: 3px;
	}

	.top-log {
		background-color: #7A7A7A;
		padding-top: 5px;
		padding-bottom: 5px;
		display: block;
	}

	.top-log span, .top-log a {
		font-size: 14px;
		color: #FFFFFF;
		font-weight: 500;
	}

	.top-log a {
		float: right;
		background: url(https://assets.xtechcommerce.com/assets/25124/1499787507/img/logout.png) no-repeat right center;
		padding-right: 30px;
		color: #FFF !important;
	}

	#store-content .myaccount .main {
		width: 100%;
	}

	#store-content .myaccount .tab-pane .col-xs-6 {
		width: 100%;
		margin-bottom: 25px;
	}

	.container #carousel {
		margin: 15px 0 0;
	}

	#product {
		padding-top: 30px;
	}

	#store-content img {
		display: block !important;
	}

	#store-content .prod-wrapper .prod-image {
		height: auto !important;
	}

	.col-xs-3.sidebar ul {
		padding: 0 10px;
	}

	.sidebar ul li.active a, .sidebar ul li a:hover {
		margin-bottom: 10px;
	}

	.sidebar ul li {
		padding: 0 12px;
		margin-bottom: 5px;
	}

	#product .prod-action .installments-price {
		color: #000000 !important;
	}

	#product .prod-action .installments-price span {
		font-weight: 400 !important;
	}

	#store-content .prod-wrapper .prod-info .installments-price {
		font-size: 12px;
	}

	#store-content .prod-wrapper .prod-info .installments-price strong, #store-content .prod-wrapper .prod-info .installments-price span {
		font-size: 12px;
		color: #000000 !important;
		font-weight: 700;
		text-transform: uppercase;
	}

	#store-content .prod-wrapper .prod-action {
		display: none !important;
	}

	#store-content .prod-wrapper .prod-info {
		padding: 0 10px;
	}

	footer {
		background-color: #FFF !important;
	}

	.filter-category {
		display: none !important;
	}

	.two-list {
		padding: 0 0px;
	}

	#store-content .prod-wrapper .prod-info h3 {
		height: 30px !important;
	}

	#store-content .product-list-item .imgGroup {
		min-height: 380px;
	}
	
	#banner-full-mob {
		display: block;
		margin-bottom: 10px;
	}

	#banner-full-desk {
		display: none;
	}

	#top-cart .cart > span {
		display: none;
	}

	#banner-full-mob img {
		width: 100%;
		display: block;
		height: auto;
	}
	
	header .logo {
	    padding-bottom: 15px;
        padding-top: 15px;
	}

	#menu .nav>li .dropdown-menu {
		width: 100% !important;
	}

	.dropdown-submenu {
		padding: 0 12px;
	}
	
	#top-cart .login-cadastro {
	    display: none !important;
	}
	
	header .logo {
	    margin: 15px auto 15px;
	    padding: 0;
	}

}

@media (max-width: 700px) {
	#store-content .product-list-item .imgGroup {
		min-height: 325px;
		height: 30px;
	}

}

@media (max-width: 600px) {
	#store-content .product-list-item .imgGroup {
		min-height: 275px;
	}

}

@media (max-width: 500px) {

	#store-content .product-list-item .imgGroup {
		min-height: 225px;
	}

}

@media (max-width: 400px) {

	#store-content .product-list-item .imgGroup {
		min-height: 195px;
	}

}

@media (max-width: 320px) {

	#store-content .product-list-item .imgGroup {
		min-height: 155px;
	}

}







