body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: black;
	font-family: 'Montserrat-Regular';
}

a{
	display:inline-block;
	text-decoration:none;	
}

input:focus{
	outline:none;
	box-shadow:none;	
}

/*=========================================== Start home page ==============================================*/

/*------- Start top header --------*/
.top-header {
    float: left;
    width: 100%;
    background: url(../images/top-header-bg.jpg) no-repeat top center;
    height: 30px;
    background-size: cover;
}
/*------- End top header --------*/

/*------- Start main header --------*/
.main-header{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.main-top-header {
    float: left;
    width: 100%;
	margin-top:15px;
}
.main-top-header .container{
	padding:0px 100px;	
}
.main-top-header img {
	width:100%
}
.header-search-bar {
    float: left;
    width: 250px;
}
.header-basker-bar {
    float: right;
    width: 250px;
}
.main-bottom-header {
    float: left;
    width: 100%;
    position: relative;
}
.header-social {
    position: absolute;
    top: 0;
    right: 0;
}
.header-social ul {
    padding:8px 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    background: #42210b;
	position:relative;
}
.header-social ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    background: url(../images/social-bg-desktop.png) no-repeat top right;
    width: 11px;
    height: 100%;
    background-size: 100%;
}
.header-social ul li{
	margin:2px 0px;	
}
.header-social ul li a {
    color: #fff;
    font-size: 20px;
}
.my-menu {
    width: 100%;
    float: left;
}
.my-menu>ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}
.my-menu>ul>li>a {
    padding: 0px 35px;
    font-size: 20px;
    font-family: 'Montserrat-Medium';
    color: #b3272d;
    line-height: 1;
    margin: 0px 5px;
	position:relative;
	letter-spacing:3px;
}
.my-menu>ul>li>a:hover,
.my-menu ul li.current-menu-item a,
.my-menu ul li.custom-dropdown:hover a{	
	color:#42210b;
	text-decoration:none;
}
.my-menu>ul>li>a:hover:before,
.my-menu ul li.current-menu-item a:before {
    content: "";
    background: url(../images/menu-hover.png) no-repeat center bottom;
    position: absolute;
    width: 80px;
    background-size: 100%;
    height: 9px;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
}	
.my-menu>ul>li.desktop-logo{
	width:600px;	
}
.my-menu>ul>li.desktop-logo img{
	width:100%;	
}
.my-menu>ul>li.desktop-logo a:hover:before,
.my-menu>ul>li.custom-dropdown a:hover:before{
	display:none;	
}
.custom-dropdown{
	position:relative;	
}
.custom-dropdown>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.5s;
    display: none;
    background: #fff;
    min-width: 220px;
    position: absolute;
    top: 20px;
    left: 45px;
}

.custom-dropdown:hover ul{
	opacity:1;
	display:block;	
}
.custom-dropdown>ul>li {
    margin: 10px 0px;
}
.custom-dropdown>ul>li>a {
    color: #42210b;
    font-size: 18px;
    font-family: 'KlinicSlab-Medium';
    letter-spacing: 2px;
    display: block;
    line-height: 1.3;
    padding: 0px 35px;
    position: relative;
	text-decoration:none;
    background: url(../images/dropdown-menu-aerow.png) no-repeat left 0%;
    background-size: 28px;
}

/*------- End main header --------*/

/*------- Strat commen banner --------*/
.commen-banner {
    float: left;
    width: 100%;
	margin-bottom:50px;
}
.commen-banner img{
	width:100%;	
}
/*------- End commen banner --------*/

/*------- Start commen heading --------*/
.commen-heading-main {
    float: left;
    width: 100%;
    text-align: center;
}
.commen-heading-main span {
    position: relative;
    font-family: 'KarlGeoff-Natural';
    font-size: 180px;
    line-height: 0.15;
	color:#ae926c;
	padding: 0px 40px;
}
.commen-heading-main span:before {
    content: "";
    background: url(../images/commen-heading-left.png) no-repeat center center;
    position: absolute;
    left: 0;
    width: 45px;
    height: 13px;
    background-size: 100%;
    bottom: 55px;
}
/*------- End commen heading --------*/

/*------- Start home gift main --------*/
.home-gift-main {
    float: left;
    width: 100%;
	margin-bottom:50px;
}
.home-gift-main .custom-row {
    margin-left: -5px;
    margin-right: -5px;
}
.home-gift-main .custom-column {
    padding: 0px 5px;
    width: 33.33%;
    float: left;
	position: relative;
}
.home-gift-main .custom-column img{
	width:100%;	
}
.home-gift-main .over-flow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-gift-main .over-flow h2 {
    margin: 0;
    font-size: 55px;
    color: #fff;
    font-family: 'KlinicSlab-Bold';
    letter-spacing: 4px;
}
/*------- End home gift main --------*/

/*------- Start home eatables main --------*/
.home-eatables-main {
    float: left;
    width: 100%;
	margin-bottom:60px;
}
.home-eatables-main .custom-row {
    margin-left: -5px;
    margin-right: -5px;
}
.home-eatables-main .custom-column {
    float: left;
    width: 16.66%;
    padding: 0px 5px;
}
.home-eatables-main .custom-column a {
    text-decoration: none;
}
.home-eatables-main .product-item {
    margin-bottom: 17px;
}
.home-eatables-main .product-name {
    color: #42210b;
    font-size: 20px;
    text-align: center;
    font-family: 'KlinicSlab-Medium';
    letter-spacing: 2px;
    margin: 0px 0px 17px;
}
.home-eatables-main .product-price {
    display: block;
    text-align: center;
    font-family: 'Montserrat-Medium';
    font-size: 21px;
    letter-spacing: 1px;
    color: #ae926c;
}
/*------- End home eatables main --------*/

/*------- Start home-apple-story --------*/
.home-apple-story {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}
.home-apple-story .container {
    padding: 0px 190px;
}
.home-apple-story-left {
    width: 45%;
    float: left;
	padding-top:60px;
}
.home-apple-story-left .title {
    margin: 0;
    margin-right: -280px;
    background: rgba(174,146,108,0.8);
    position: relative;
    color: #fff;
    line-height: 1;
    padding: 30px 50px;
    letter-spacing: 6px;
    width: auto;
    margin-left: 20px;
    font-size: 52px;
}
.home-apple-story-left .title:before,
.home-apple-story-left .title:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.9;
}
.home-apple-story-left .title:before{
	background: url(../images/home-apple-story-before.png) no-repeat top left;
	background-size: 100%;	
	left: -11px;
}
.home-apple-story-left .title:after{
	background: url(../images/home-apple-story-after.png) no-repeat top right;
	background-size: 100%;	
	right: -11px;
}

.home-apple-story-left .dispription {
    text-align: right;
    padding: 30px 30px 35px 100px;
}
.home-apple-story-left .dispription p {
    font-family: 'Montserrat-Light';
    font-size: 28px;
    color: #42210b;
    line-height: 1.2;
	margin-bottom:25px;
}
.home-apple-story-left .dispription a {
    color: #b3272d;
    font-family: 'Montserrat-Medium';
    font-size: 30px;
    text-decoration: none;
    line-height: 1;
}
.home-apple-story-left-images {
    margin-right: -150px;
    position: relative;
    padding-left: 90px;
}
.home-apple-story-left-images img{
	width:100%;	
}
.home-apple-story-right {
    width: 55%;
    float: right;
}
/*------- End home-apple-story --------*/

/*------- Start home product slider --------*/
.home-product-slider {
    float: left;
    width: 100%;
	margin-bottom:100px;
}
#home-product-slider {
    float: left;
    width: 100%;
    padding: 0px 75px;
    border: none;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    margin: 0;
}
#home-product-slider ul.slides>li {
    
}
#home-product-slider .flex-control-nav {
    display: none;
    position: relative;
    margin: 0;
}
#home-product-slider img{
	width:100%;	
	border-radius: 100%;
}
#home-product-slider .flex-direction-nav {
    height: auto;
}
#home-product-slider .flex-direction-nav .flex-prev {
    left: 0;
}
#home-product-slider .flex-direction-nav .flex-next {
	right: 0;    	
}
#home-product-slider .flex-direction-nav .flex-prev,
#home-product-slider .flex-direction-nav .flex-next{
	opacity: 1;
    height: 25px;
    margin: 0;	
}
#home-product-slider .flex-direction-nav .flex-prev:before {
    content: "";
    left: 0;
    background: url(../images/slider-left.png) no-repeat center center;
    z-index: 1;
    margin: 0;
    width: 100%;
    height: 100%;
	background-size: 100%;
}
#home-product-slider .flex-direction-nav .flex-next:before {
    content: "";
    left: 0;
    background: url(../images/slider-right.png) no-repeat center center;
    z-index: 1;
    margin: 0;
    width: 100%;
    height: 100%;
	background-size: 100%;
}
/*------- End home product slider --------*/

/*------- Start home bottom section --------*/
.home-bottom-main {
	float: left;	
	width: 100%;
	margin-bottom:80px;
}
.home-bottom-topbar {
    background: url(../images/home-bottom-topbar-bg.png) no-repeat center center;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 75px 0px;
}
.home-bottom-topbar h3 {
    position: relative;
    margin: auto;
    font-size: 60px;
    text-align: center;
    font-family: 'KlinicSlab-Bold';
    color: #fff;
    letter-spacing: 8px;
    max-width: 1400px;
    background: rgba(195,228,146, 0.6);
    padding: 40px;
}
.home-bottom-topbar h3:before {
    content: "";
    border: solid 4px #ae926c;
    width: 98%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 1%;
}
.home-bottom-bottombar {
    float: left;
    width: 100%;
    margin-top: 35px;
    padding: 0px 50px;
}
.home-bottom-bottombar .custom-column {
    width: 33.33%;
    float: left;
    padding: 0px 35px;
}
.home-bottom-bottombar .date {
    display: block;
    font-size: 21px;
    color: #ae926c;
    font-family: 'Montserrat-Medium';
    line-height: 1;
    margin-bottom: 10px;
}
.home-bottom-bottombar .title {
    color: #42210b;
    font-size: 48px;
    font-family: 'KlinicSlab-Medium';
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
}
.home-bottom-bottombar .dispription {
    margin-bottom:15px;
    font-family: 'Montserrat-Light';
    color: #42210b;
    font-size: 28px;
    line-height: 1.5;
}
.home-bottom-bottombar .custom-column > a {
    color: #b3272d;
    font-size: 21px;
    font-family: 'Montserrat-Medium';
    margin-top: 15px;
    line-height: 1;
    text-decoration: none;
}
/*------- End home bottom section --------*/

/*------- Start footer --------*/
.footer-main {
    float: left;
    width: 100%;
}
.instagram-main {
    float: left;
    width: 100%;
	margin-bottom:20px;
}
.instagram-main ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
	list-style:none;
}
.instagram-main ul li{
	width:16.66%;
	float:left;
	padding:0px 7px	
}
.instagram-main ul li img{
	width:100%;	
}
.footer-top {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footer-top-left {
    float: left;
    width: 50%;
    background: url(../images/footer-top-left.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 90px 0px 80px;
}
.footer-top-left:before {
    content: "";
    border: solid 4px #ae926c;
    width: 97%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 1.5%;
}
.footer-top-left h3 {
    margin: 0;
    line-height: 1;
    font-family: 'KlinicSlab-Bold';
    color: #fff;
    letter-spacing: 8px;
    font-size: 77px;
}
.footer-top-testimonials {
    float: left;
    width: 50%;
    padding: 50px 30px 0px 100px;
    position: relative;
}
#testimonials-slider {
    margin: 0;
    border: none;
    float: left;
    width: 100%;
    background: transparent;
    padding: 0px 100px;
	overflow: hidden;
	text-align:center;
    margin-top: -20px;
}
#testimonials-slider .client-say {
    color: #42210b;
    font-size: 48px;
    font-family: 'KlinicSlab-Medium';
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
}
#testimonials-slider .client-name {
    font-size: 21px;
    color: #ae926c;
    font-family: 'Montserrat-Medium';
    line-height: 1;
}
#testimonials-slider .flex-control-nav {
    display: none;
}
#testimonials-slider .flex-direction-nav .flex-prev {
    left: 0;
}
#testimonials-slider .flex-direction-nav .flex-next {
	right: 0;    	
}
#testimonials-slider .flex-direction-nav .flex-prev,
#testimonials-slider .flex-direction-nav .flex-next{
	opacity: 1;
    height: 25px;
    margin: 0;	
}
#testimonials-slider .flex-direction-nav .flex-prev:before {
    content: "";
    left: 0;
    background: url(../images/slider-left.png) no-repeat center center;
    z-index: 1;
    margin: 0;
    width: 100%;
    height: 100%;
	background-size: 100%;
}
#testimonials-slider .flex-direction-nav .flex-next:before {
    content: "";
    left: 0;
    background: url(../images/slider-right.png) no-repeat center center;
    z-index: 1;
    margin: 0;
    width: 100%;
    height: 100%;
	background-size: 100%;
}
.footer-top-img {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.footer-top-img img{
    width: 100%;
}
.footer-bottom {
    float: left;
    width: 100%;
    background: url(../images/footer-bottom-bg.png) no-repeat center top;
    background-size: cover;
}
.footer-bottom .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}
.footer-newsletter {
    width: 30%;
    float: left;
    padding: 0px 50px;
}
.footer-newsletter label {
    margin:0px 0px 12px 0px;
    font-size: 22px;
    color: #42210b;
    font-family: 'KlinicSlab-Bold';
    font-weight: bold;
}
.footer-newsletter input[type="email"] {
    width: 100%;
    border: #42210b solid 2px;
    background: transparent;
    padding: 12px 15px 10px 15px;
    font-size: 21px;
    line-height: 1;
}
.footer-newsletter input::placeholder {
  color: #42210b;
}

.footer-newsletter input:-ms-input-placeholder { 
	color: #42210b;
}

.footer-newsletter input::-ms-input-placeholder { 
	color: #42210b;
}
.footer-newsletter input[type="submit"] {
    background: url(../images/submit-bg.png) no-repeat center center;
    background-size: 100%;
    border: none;
    padding: 0;
    font-size: 20px;
	padding-bottom:2px;
    font-family: 'KlinicSlab-Bold';
    letter-spacing: 1px;
    text-align: center;
    width: 250px;
    float: right;
	color:#ae926c;
	margin-top:10px;
}
.footer-links {
    width: 33%;
    float: left;
    padding-left: 50px;
}
.footer-links ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}
.footer-links ul li {
    margin: 8px 0;
    width: 50%;
    float: left;
}
.footer-links ul li a {
    font-size: 24px;
    font-family: 'KlinicSlab-Medium';
    letter-spacing: 1px;
    color: #42210b;
    line-height: 1;
	text-decoration:none;
}
.footer-adress {
    width: 37%;
    float: left;
}
.footer-adress p {
    margin: 8px 0 15px;
    font-size: 21px;
    letter-spacing: 1px;
    color: #42210b;
    line-height: 1;
}
.footer-adress p a{	
	font-family: 'KlinicSlab-Medium';
	font-size: 24px;
	color: #42210b;
	text-decoration:none;
}
.footer-bottom .footer-logo {
    position: absolute;
    width: 160px;
    right: 0;
    top: -40px;
}
.footer-bottom .footer-logo img{
    width:100%;
}
/*------- End footer --------*/
/*=========================================== End home page ================================================*/