/*-----------
-- Fonts
------------*/
@font-face {
	font-family: 'Conv_MJF Zhafira Demo';
	src: url('../fonts/MJF Zhafira Demo.eot');
	src: local('☺'), url('../fonts/MJF Zhafira Demo.woff') format('woff'), url('../fonts/MJF Zhafira Demo.ttf') format('truetype'), url('../fonts/MJF Zhafira Demo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*-----------
-- Generals
------------*/
body, html {
	font-family: Helvetica;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.no-padding {
	padding: 0;
}

.img-full {
	width: 100%;
	height: auto;
}

.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vcenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*-----------
-- Header
------------*/
header {
	color: #59391c;
	background-color: #ede7ce;
	height: 60px;
	border-bottom: 2px solid #cac7b9;
	position: relative;
}

#logo {
	height: 60px;
	position: relative;
	z-index: 2;
}

header .social {
	padding-top: 20px;
	text-align: right;
}

header .social a {
	padding-right: 3px;
	padding-left: 3px;
}

.navbar {
	background: none;
	height: 60px;
	border: none;
}

.navbar-nav {
	font-weight: bold;
	height: 40px;
	padding-top: 12px;
}

.navbar a, .navbar-default .navbar-nav > li > a {
	color: #59391c;
}

.navbar a:hover, .navbar-default .navbar-nav > li > a:hover {
	color: #2d1e10;
}

.navbar-nav > li > a {
	padding: 10px 20px;
	border-right: 1px solid #9e9e9e;
	border-left: 1px solid #fcf8e6;
}

.navbar-nav li:first-child a {
	border-left: none;
}

.navbar-nav li:last-child a {
	border-right: none;
}

#menu-bars {
	font-size: 30px;
	padding-top: 8px;
}

.menu-mobile {
	background: #cac7b9;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top:60px;
	left: 0;
	z-index: 1;
	display: none;
}

.menu-mobile ul {
	text-align: right;
	list-style: none;
}

.menu-mobile a {
	color: #2d1e10;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 20px;
	display: block;
}

.menu-mobile a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*-----------
-- Middle
------------*/
#middle {
	color: #6f9488;
	background: url('../images/bg-mid.jpg');
	background-size: contain;
	font-family: 'Conv_MJF Zhafira Demo';
	font-size: 70px;
	line-height: 50px;
}

#middle-content {
	background: url('../images/img-mid.png') no-repeat center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

/*-----------
-- Products
------------*/
#products {
	padding-top: 20px;
}

#products h2 {
	color: #59391c;
	font-family: 'Conv_MJF Zhafira Demo';
	font-size: 65px;
	padding-top: 0;
	padding-bottom: 30px;
}

#products h2 a {
	color: #90d7bc;
}

.product {
	text-align: center;
	margin-bottom: 10px;
}

.product a {
	color: #4b3d31;
}

.product a:hover {
	color: #000000;
	text-decoration: none;
}

.product h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.price {
	color: #6f9488;
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	padding: 0;
}

.price.old {
	text-decoration: line-through;
}
.price-old{
    color: #848484 !important;
}
.sin-old{
    margin-top: 30px;
    margin-bottom: 15px;
}
a.btn-info {
	color: #ede7ce;
	background: #59391c;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin-top: 15px;
	border: none;
	border-radius: 0;
	-webkit-transition: box-shadow 0.3s, margin-top 0.3s; /* Safari */
    transition: box-shadow 0.3s, margin-top 0.3s;
}

a.btn-info:hover {
	color: #FFFFFF;
	background: #59391c;
	box-shadow: 3px 3px 5px rgba(106,85,67,0.5);
	margin-top: 10px;
}

/*-----------
-- Collections
------------*/
#collections {
	padding-bottom: 50px;
}

.title {
	margin-bottom: 30px;
}

.bevel.all {
	color: #FFFFFF;
	background: #90d7bc;
	background:
	    -moz-linear-gradient(45deg,  transparent 20px, #90d7bc 20px),
        -moz-linear-gradient(135deg, transparent 20px, #90d7bc 20px),
        -moz-linear-gradient(225deg, transparent 20px, #90d7bc 20px),
        -moz-linear-gradient(315deg, transparent 20px, #90d7bc 20px);
    background:
        -o-linear-gradient(45deg,  transparent 20px, #90d7bc 20px),
        -o-linear-gradient(135deg, transparent 20px, #90d7bc 20px),
        -o-linear-gradient(225deg, transparent 20px, #90d7bc 20px),
        -o-linear-gradient(315deg, transparent 20px, #90d7bc 20px);
    background:
        -webkit-linear-gradient(45deg,  transparent 20px, #90d7bc 20px),
        -webkit-linear-gradient(135deg, transparent 20px, #90d7bc 20px),
        -webkit-linear-gradient(225deg, transparent 20px, #90d7bc 20px),
        -webkit-linear-gradient(315deg, transparent 20px, #90d7bc 20px);
	background-position: bottom left, bottom right, top right, top left;
	-moz-background-size: 50% 50%;
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
    padding: 15px 0;
}

.ribbon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 58px;
}

.left {
	background-image: url('../images/ribbon-left.gif');
}

.right {
	background-image: url('../images/ribbon-right.gif');
}

/*-----------
-- Footer
------------*/
footer {
	background: #3d2c1c;
	padding-bottom: 18px;
}

.social-footer {
	height: 100%;
	padding-top: 45px;
}

.social-footer a {
	color: #ede7ce;
	margin: 0 10px;
}

.social-footer a:hover {
	color: #FFFFFF;
}

/*-----------
-- Tablets
------------*/

@media (min-width: 768px) and (max-width: 1024px) {
	/*-- Middle --*/
	#middle-content {
		font-size: 40px;
		line-height: 30px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.check {
		margin-left: 10px;
		margin-right: 10px;
	}

	/*-- Product --*/
	#products h2 {
		font-size: 50px;
		line-height: 45px;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.product {
		margin-bottom: 50px;
	}

	.product:last-child {
		margin-bottom: 0;
	}

	.product h3 {
		font-size: 20px;
	}

	.price {
		font-size: 35px;
	}

	a.btn-info {
		font-size: 25px;
	}

	/*-- Footer --*/
	.social-footer {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
	}

	.navbar .navbar-collapse {
		text-align: center;
	}
}

/*-----------
-- Phones
------------*/
@media (max-width: 767px) {
	/*-- Generals --*/
	.flex-container {
		display: block;
	}

	.vcenter {
		display: block;
	}

	/*-- Middle --*/
	#middle-content {
		background-size: cover;
		background-position: center;
		font-size: 40px;
		padding-top: 10px;
		padding-bottom: 0;
	}

	#middle-content strong {
		font-size: 18px;
	}

	/*-- Products --*/
	.product {
		margin-bottom: 50px;
	}

	#products h2 {
		font-size: 50px;
		line-height: 45px;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.product:last-child {
		margin-bottom: 0;
	}

	.product h3 {
		font-size: 20px;
	}

	.price {
		font-size: 35px;
	}

	a.btn-info {
		font-size: 25px;
	}
	
	/*-- Collections --*/
	.collection {
		margin: 20px 0;
	}

	/*-- Footer --*/
	.social-footer {
		font-size: 20px;
	}
}



