/* general colors */
body {
	color: #5D5956;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	color: #5D5956;
}
a {
	color: #c97864;
}
a:hover {
	color: #A8543D;
}
div.required .control-label:before {
	color: #F00;
}

/* drop down menus */
.dropdown-menu li > a:hover {
	color: #ffffff;
	background-color: #c97864;
	background-image: linear-gradient(to bottom, #c97864, #c97864);
	background-repeat: repeat-x;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-color: #e2e2e2;
	border: none;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #5D5956;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}

/* search */
#search {
    margin-top: 10px;
    margin-bottom: 0;
}
    
#search .input-lg {
	/*background-color: #F5f5f5;*/
	background-color: #eee;
	box-shadow: none;
	padding: 0 15px;
}
#search .input-lg:focus {
	border: 1px solid #c97864;
}
#search .btn-lg {
	text-shadow: none;
	border-color: #ccc;
	padding: 10px 15px;
	background-color: #ccc;
	background-image: transparent;
	border-left: none;
}
#search .btn-lg:hover {
	color: #fff;
	background-image: transparent;
	background: #c97864;
	border-radius: 0 6px 6px 0;
}
#search .btn-lg i {
	font-size: 16px;
}

/* cart */
#cart > .btn {
	color: #FFF;
    margin-top: 10px;
    margin-bottom: 0;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
}
#cart.open > .btn:hover {
	color: #5D5956;
}
#cart .dropdown-menu {
	background: #eee;
}

/* menu */
#menu {
	background-color: #c97864; /* roxo */
	background-image: linear-gradient(to bottom, #c97864, #c97864);
	background-repeat: repeat-x;
	/*border-color: #c97864 !important;*/
	border: none;
    border-radius: 0;
}
#menu .nav { 
    display: table;
    margin: 0 auto;
    float: none;
}
@media (max-width: 767px) {
    .navbar-collapse {
        padding: 0;
    }
    #menu .nav { 
        width: 100%;
        text-align: center;
    }
}

#menu .nav > li > a {
	color: #fff;
	text-shadow: none;
	background-color: transparent;
}

#menu .nav > li:hover > a, 
/*#menu .nav > li > a:hover, */
#menu .nav > li.open > a {
	background-color: #A8543D; /* laranja */
} 

#menu .dropdown-inner a {
	color: #333333;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	border-top-color: #DDD;
	color: #A8543D;
}
#menu .see-all:hover, 
#menu .see-all:focus {
	color: #ffffff;
	background-color: #A8543D;
	background-image: linear-gradient(to bottom, #A8543D, #A8543D);
	background-repeat: repeat-x;
}
#menu #category {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	background-color: #fff !important;
	background-image: none;
	color: #A8543D !important;
	border: none !important;
}
#menu .btn-navbar:hover, 
#menu .btn-navbar:focus, 
#menu .btn-navbar:active, 
#menu .btn-navbar.disabled, 
#menu .btn-navbar[disabled] {
	color: #fff !important;
	background-color: #A8543D !important;
}
@media (max-width: 767px) {
	#menu div.dropdown-menu {
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner a {
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		color: #fff;
	}
}

/* content */
#content > h1,
#content > h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

/* footer */
footer {
    padding-top: 0;
	background-color: transparent;
	border-top-color: #A8543D;
	/*color: rgba(255,255,255,0.7);*/
	color: #5D5956;
}
footer .footer {
    padding: 30px 0;
	/*background-color: #313e5e;*/
	background-color: #5D5956;
	color: rgba(255,255,255,0.7);
}
footer .footer hr {
	border-bottom-color: rgba(255,255,255,0.1);
}
footer .footer li {
	margin-top: 5px;
}
footer .footer a {
	color: rgba(255,255,255,0.5);
}
footer .footer a:hover {
	color: #fff;
}
footer .footer h5 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
}
footer > .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
footer > .container hr {
	/*border-bottom-color: #A8543D;*/
	border-bottom-color: #c97864;
}
footer > .container h5 {
	color: #A8543D;
	font-size: 15px;
	margin-bottom: 20px;
}
footer > .container a {
	color: #72789a;
}
footer .copyright {
	margin-bottom: 0;
}

/* swiper-viewport */
.swiper-viewport {
    border: none !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}
.swiper-viewport img {
    vertical-align: text-bottom; 
}

/* banner */

/* carousel */
.carousel { 
    margin-top: 40px !important;
}
.carousel .swiper-button-prev,
.carousel .swiper-button-next { 
    display: none; 
}
.carousel .img-responsive { 
    margin: 0 auto;
}
#carousel0 .img-responsive {
    max-height: 80px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* breadcrumb */
.breadcrumb {
	border-color: #ddd;
	border: none;
}
.breadcrumb > li {
	text-shadow: none;
}
.breadcrumb > li:after {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.breadcrumb > li:last-child::after {
	border-right: none;
	border-bottom: none;
}
.breadcrumb > li a {
	color: #5D5956;
}
.breadcrumb > li:first-child a {
	color: #c97864;
}
.breadcrumb > li:last-child a {
	color: #A8543D;
	font-weight: 700;
	white-space: break-spaces;
}

/* buttons */
.btn {
	border-color: #cccccc;
	box-shadow: none;
}
.btn-sm {
    padding: 5px 10px;
}
.btn-default {
	color: #777;
	text-shadow: none;
	background-color: #eee;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #eee;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #c97864;
	background-image: linear-gradient(to bottom, #c97864, #c97864);
	background-repeat: repeat-x;
	border-color: #c97864;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #5D5956;
	border-color: #5D5956;
	background-position: 0 -35px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: none;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: none;
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: none;
	background-color: #5bb75b;
	background-image: none;
	border-color: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #df5c39;
	background-image: none;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	color: #A8543D;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: none;
	background-color: #5D5956;
	background-image: linear-gradient(to bottom, #5D5956, #5D5956);
	background-repeat: repeat-x;
	border-color: #5D5956; /* cinza escuro */
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #72789a;
	background-image: linear-gradient(to bottom, #72789a, #72789a);
	border-color: #72789a; /* cinza claro */
}

.mt-20 {
    margin-top: 20px;
}

.banner-grid { margin-bottom: 0; }

.banner-grid img.img-responsive {
    display: table;
    margin: 0 auto;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #5D5956;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* list inline */
.list-inline {
    display: inline-block;
}

/* formas de pagamento */
@media (max-width: 767px) {
    img.frm-pgto {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* social icons */
.social-icons li i {
    font-size: 32px;
}
.social-icons li a {
    color: #c97864;
}
.social-icons li a:hover {
    color: #A8543D;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.rating > p { 
    margin-bottom: 20px;
}
.rating .fa-stack {
    display: inline-block;
    margin-bottom: 10px;
}
.rating .fa-star {
	color: #FC0;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.tags {
    padding: 20px 0;
}
.product-thumb .price {
	color: #5D5956;
	margin-bottom: 15px;
}
.product-thumb .price-new {
	font-weight: bold;
	font-size: 22px;
	color: #A8543D;
}
.product-thumb .price-old {
	color: #888;
	margin-left: 0;
	margin-bottom: 5px;
	display: block;
}
.product-thumb .price-tax {
	color: #888;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	color: #888;
}
.product-thumb .button-group button:hover {
	color: #5D5956;
	background-color: #ddd;
}
.image-additional a {
	border: 1px solid #ddd;
}

.title_product {
    font-size: 24px;
    font-weight: bold;
}
.old_price_product {
    text-decoration: line-through;
    color: #888;
}
.price_product {
    font-size: 40px;
    font-weight: bold;
    color: #A8543D;
    margin-top: 0;
    margin-bottom: 0;
}

#button-cart.btn-lg,
#product .btn-lg {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	/*margin-bottom: 30px;*/
	padding: 16px;
}
#button-cart.btn-lg i,
#product .btn-lg i {
	font-size: 24px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
.float-whatsapp > a {
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50%;
    background-color: #25D366;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.float-whatsapp > a:hover {
    background-color: #38b049;
}
.float-whatsapp > a i {
    font-size: 32px;
    color: #fff;
}

.float-privacy-bar {
    position: fixed;
    z-index: 101;
    height: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    /*background: rgba(49,62,94,0.95);*/
    background: rgba(93, 89, 86, 0.95);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    box-shadow: 0 0 20px rgba(93, 89, 86,0.1);
}

@media (max-width: 767px) {
    .float-privacy-bar {
        width: 90%;
    }
}

.float-privacy-bar .text-privacy {
    padding: 7px 15px;
}

@media (max-width: 767px) {
    .float-privacy-bar .text-privacy {
        text-align: center;
    }
}

.float-privacy-bar .text-privacy a {
    color: #A8543D;
}

.float-privacy-bar .button-privacy {
    text-align: right;
}

@media (max-width: 767px) {
    .float-privacy-bar .button-privacy {
        text-align: center;
    }
}