@font-face {
	font-family: 'SackersGothicStd';
	src: url('../fonts/SackersGothicStd-Light.eot'),
		url('../fonts/SackersGothicStd-Light.woff') format('woff'),
		url('../fonts/SackersGothicStd-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'SackersGothicStdMedium';
	src: url('../fonts/SackersGothicStd-Medium.eot'),
		url('../fonts/SackersGothicStd-Medium.woff') format('woff'),
		url('../fonts/SackersGothicStd-Medium.ttf') format('truetype');
}

body{
	font-family: 'EB Garamond', serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 170%;
	letter-spacing: 0.3px;
	text-align: left;
	color: #231f20;	
	overflow-x: hidden;
	overflow-y: auto;		
	position: relative;
}

section{	
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.home-bgrnd{
	min-height: 100vh;
	background: #c6c6c6 url('../img/home-bgrnd.jpg') no-repeat right center;
	background-attachment: fixed;
	background-size: auto 110%;
}

.category-boys-bgrnd{
	min-height: 100vh;
	background: #c6c6c6 url('../img/category-boys-bgrnd.jpg') no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
}

.category-girls-bgrnd{
	min-height: 100vh;
	background: #c6c6c6 url('../img/category-girls-bgrnd.jpg') no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
}

.category-special-bgrnd{
	min-height: 100vh;
	background: #c6c6c6 url('../img/category-special-bgrnd.jpg') no-repeat top center;
	background-attachment: fixed;
	background-size: cover;
}

.category-weddings-bgrnd{
	min-height: 100vh;
	background: #c6c6c6 url('../img/category-wedding-bgrnd.jpg') no-repeat top center;
	background-size: cover;
}

.category-flavours-bgrnd{
	min-height: 100vh;
	background: #c6c6c6 url('../img/category-flavours-bgrnd.jpg') no-repeat bottom center;
	background-size: cover;	
}

.category-deserts-bgrnd{
	min-height: 100vh;
	background: #fdddca url('../img/category-deserts-bgrnd.jpg') no-repeat top center;
	background-size: cover;
}

.category-about-bgrnd{
	min-height: 100vh;
	background: #d0d1d3 url('../img/category-about-bgrnd.jpg') no-repeat top center;
	background-size: cover;	
}

.section.whited{
	background: #fff;
	padding: 50px 0;
}

.section.whited .text-center h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 10px 0 30px 0;
	font-family: Georgia;
}

.section.whited .text-center p{
	font-size: 16px;
}

.container.whited{
	background: #fff;
	padding: 30px;
}

.navbar-brand{
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand img{
	width: auto;
	height: 100px;
	margin-right: 100px;
}

#navbarSupportedContent .nav-link{
	font-family: "Georgia", serif;
	font-size: 20px;
	padding: 14px 0;
	color: #231f20;
	text-decoration: none;
	text-transform: uppercase;
}

#navbarSupportedContent .navbar-nav > .nav-item > .nav-link > img{
	max-width: 16px;
	height: auto;
	display: inline-block;
	vertical-align: middel;
	margin-left: 5px;
	margin-top: -6px;
}

#navbarSupportedContent .navbar-nav > .nav-item .nav-link:hover, #navbarSupportedContent .navbar-nav > .nav-item .nav-link:active, #navbarSupportedContent .navbar-nav > .nav-item .nav-link:focus, #navbarSupportedContent .navbar-nav > .nav-item:hover{
	background: #e9e7ea;
}

#navbarSupportedContent .dropdown-menu{
	border-radius: 0 !important;
	width: 300px !important;
	background: #7c787a !important;
	border: none !important;
	padding: 0 !important;
}

#navbarSupportedContent > .navbar-nav > .nav-item.dropdown > .dropdown-menu{
	margin-top: -1px;
	margin-left: -1px;
}

#navbarSupportedContent .nav-item{
	border-right: 1px solid #231f20;
}

#navbarSupportedContent .nav-item:last-child{
	border-right: none;
}

.head_cart{
	margin-top: -5px;
	margin-left: 150px;
	width: 40px;
	height: 38px;
	padding-top: 2px;
	text-align: center;
	line-height: 40px;
	background: url('../img/cart.png') no-repeat center;
	background-size: containt;
	color: #fff;
}

#navbarSupportedContent .dropdown-menu > .dropdown-item{
	padding: 0;
	margin: 0;
}

#navbarSupportedContent .dropdown-menu > .dropdown-item > a{
	color: #fff;
	font-family: "Georgia", serif;
	font-size: 20px;
	padding: 14px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: block;
}

#navbarSupportedContent .dropdown-menu > .dropdown-item:last-child a{
	border-bottom: none;
}

#navbarSupportedContent .dropdown-menu > .dropdown-item{
	background: transparent !important;
}

#navbarSupportedContent .dropdown-menu > .dropdown-item > a:hover, #navbarSupportedContent .dropdown-menu > .dropdown-item > a:active, #navbarSupportedContent .dropdown-menu > .dropdown-item > a:focus, #navbarSupportedContent .dropdown-menu > .dropdown-item:hover > a{
	background: #656365 !important;
	text-decoration: none;
}

#navbarSupportedContent .dropdown-menu > .dropdown-item img{
	height: 14px;
	width: auto;
	margin-top: -4px;
    margin-left: 6px;	
}

#navbarSupportedContent .dropdown-toggle::after{
	display: none !important;
}

#navbarSupportedContent .dropdown-menu .dropdown-item-submenu{
	position: relative;
}

#navbarSupportedContent .dropdown-menu .dropdown-item-submenu .dropdown-menu{
	display: none;
}

#navbarSupportedContent .dropdown-menu .dropdown-item-submenu:hover .dropdown-menu, #navbarSupportedContent .dropdown-menu .dropdown-item-submenu:active .dropdown-menu, #navbarSupportedContent .dropdown-menu .dropdown-item-submenu:focus .dropdown-menu{
	display: block;
	left: 100%;
	top: -2px;
}

#navbarSupportedContent > .navbar-nav > .nav-item.dropdown.last > .dropdown-menu{
	right: 0 !important;
	left: auto !important;
}

#navbarSupportedContent .dropdown-menu .dropdown-item-submenu .dropdown-menu{
	background: #9fa4a6 !important;
}

#navbarSupportedContent .nav-item.dropdown:hover > .dropdown-menu{
	display: block;
}

.front_article{
	background: #fff;
	padding: 50px 80px;
}

.front_article .quote{
	font-size: 130px;
	line-height: 0;
	margin-top: -30px;
	font-family: 'EB Garamond', serif;
    margin-bottom: 90px;
	font-weight: bold;
}

.clear_60{
	clear: both;
	height: 60px;
	width: 100%;
}

.clear_40{
	clear: both;
	height: 40px;
	width: 100%;
}

.clear_30{
	clear: both;
	height: 30px;
	width: 100%;
}

.clear_20{
	clear: both;
	height: 20px;
	width: 100%;	
}

.clear_15{
	clear: both;
	height: 15px;
	width: 100%;	
}

.clear_10{
	clear: both;
	height: 10px;
	width: 100%;	
}

.navbar-shop{
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-shop.whited{
	background: rgba(255,255,255,0.80);
	box-shadow: 0 0 3px #555;
}

.navbar-shop.whited .navbar-brand img{
	/*max-width: 100px;*/
}

.navbar-toggler {
	padding: 0;
}

.navbar-toggler-icon{
	background: url('../img/mobile-menu-accordion.svg') no-repeat center;
	background-size: contain;
}

.front_top_right{
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 300px;
	max-width: 100%;
	background: url('../img/front_top_right.png') no-repeat top -140px right -90px;
	background-size: contain;
}

.front_bottom_left{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	max-width: 100%;
	z-index: 0;
	background: url('../img/front_top_right.png') no-repeat bottom -180px left -10px;
	background-size: contain;	
}

footer *{
	font-family: SackersGothicStd, sans-serif !important;
}	

footer{
	background: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 3;
}

footer .container a{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #231f20;
	text-transform: uppercase;
	margin-right: 10px;
}

footer .container a:last-child{
	margin-right: 0;
}

.master-price{
	font-family: SackersGothicStdMedium, sans-serif !important;
	font-weight: bold;
}

footer .container a img{
	margin-top: -4px;
	width: 22px;
	height: auto;
}

.product_card a, .product_card a:hover, .product_card a:active, .product_card a:focus{
	text-decoration: none;
}

.product_card a h2{
	font-size: 16px;
	color: #231f20;
	text-transform: uppercase;
	margin: 12px 0 6px 0;
	font-family: SackersGothicStdMedium, sans-serif !important;
}

.product_card a h2.georgia{
	font-family: Georgia !important;
	font-size: 26px;
}

.load-more a{
	text-transform: uppercase;
	font-family: SackersGothicStdMedium, sans-serif !important;
	color: #acb1b5;
	font-size: 16px;
}

.load-more a:hover, .load-more a:focus, .load-more a:active{
	text-decoration: none;
	color: #fff;
}

.load-more.blacked a{
	color: #231f20;
}

.load-more.blacked a:hover, .load-more.blacked a:focus, .load-more.blacked a:active{
	color: #231f20;
}

.nopadding, .nopadding-map{
	padding: 0;
}

.nopadding-map img.w-100{
	margin-bottom: 0;
}

.wedding_white_1_1 h2{
	font-family: "Georgia";
	text-transform: uppercase;
	position: relative;
	margin: -5px auto 25px auto;
	font-size: 28px;
	line-height: 150%;
	max-width: 50%;
}

.wedding_white_1_1 h3{
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0 10px 0;
}

.wedding_white_1_1 span{
	display: inline-block;
	vertical-align: middle;
	background: #d1d5d8;
	padding: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	margin-top: -3px;
}

.wedding_white_1_1 p{
	max-width: 70%;
	position: relative;
	margin: 0 auto 25px auto;	
	font-size: 14px;
}

.wedding_white_box{
	position: relative;
}

.wedding_white_box.whited{
	background: #fff;
	padding: 20px;
}

.wedding_white_box img{
	position: relative;
	z-index: 1;
}

.wedding_white_title{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	background: rgba(255, 255, 255, 0.9);
	padding: 12px 20px 10px 20px;
	font-size: 26px;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	text-align: center;
}

.mw_70{
	min-width: 70%;
}

.table-cart h2, .table-cart h3, .table-cart h4, .table-cart h5, .table-cart h6{
	font-family: SackersGothicStd, sans-serif !important;
}

.table-cart h2{
	font-size: 20px;
}

.table-cart h3, .table-cart h4{
	font-size: 18px;
}

.table-cart h5{
	font-size: 17px;
}

.table-cart h6{
	font-size: 16px;
}

.product_card.whited{
	background: #fff;
	padding: 20px;
}

.product_card_padding{
	padding: 0 20px 0 0;
}

.product_card_padding p{
	font-size: 16px;
}

.table-cart .col-md-2 h6{
	padding-top: 7px;
}

.more-info-link{
	text-transform: uppercase;
	text-decoration: underline;
	font-family: 'EB Garamond', serif;
	color: #231f20;
}

.more-info-link:hover, .more-info-link:active, .more-info-link:focus{
	text-decoration: none;
	color: #231f20;
}

.master-title{
	font-family: SackersGothicStd, sans-serif !important;
	font-size: 20px;
	max-width: 70%;
	line-height: 170%;
}

.black-hr{
	width: 100%;
	height: 0;
	border-bottom: 1px solid #231f20;
	margin: 40px 0 39px 0;
}

.nomargin{
	margin: 0 !important;
}

.nav-about{
	border-bottom: 1px solid #231f20;
}

.nav-tabs.nav-about .nav-item{
	margin-bottom: 0 !important;
}

.nav-about  .nav-item .nav-link{
	text-transform: uppercase;
	background: #b7b7b7;
	color: #4d4f50 !important;
	border-radius: 0 !important;
	border: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 4px;
}

.nav-about .nav-item:last-child .nav-link{
	margin-right: 0;
}

.nav-about .nav-link.active{
	background: #343a40;
	color: #fff !important;
	border: 0;
}

.next_prev_link{
	display: inline-block;
	margin-top: 15px;
	text-transform: uppercase;
	color: #231f20;
}

.next_prev_link:hover, .next_prev_link:active, .next_prev_link:focus{
	color: #231f20;
	text-decoration: underline;
}

.bg-gray{
	background: #b7b7b7;
}

.gray-text{
	color: #b7b7b7;
	margin-top: 7px;
}

.bg-light-gray{
	background: #ebebeb;
}

label{
	margin-bottom: 2px !important;
}

.gallery img.w-100{
	margin-bottom: 0;
}

.gallery{
	margin-bottom: 15px;
}

.max_300{
	max-width: 300px;
}

.table-cart .product_card h2, .bg-light-gray .product_card h2{
	font-size: 20px;
	color: #231f20;
	text-transform: uppercase;
	margin: 0;	
	font-family: SackersGothicStd, sans-serif !important;
}

.nav-about .nav-link{
	font-family: SackersGothicStdMedium, sans-serif !important;
	font-size: 12px;
}

.table-cart .product_card.whited{
	padding: 0;
	margin-left: -12px;
}

.form-control, .btn{
	border-radius: 0 !important;
}

.ui-datepicker.ui-widget{
	width: 100%;
}

.cart-textarea{
	margin-top: 20px !important;
	height: 280px !important;
}

.line-title{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 16px;
	margin-bottom: 10px;
}

.btn-dark-gray{
	background: #bbb;
}

.line-title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 100%;
	height: 0;
	z-index: 1;
	border-bottom: 1px solid #000;
}

.line-title p{
	color: #231f20;
	display: inline-block;
	padding: 5px 20px;
	background: #fff;
	margin-top: -20px;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	line-height: 26px;
}

.line-title.gray p{
	color: #b7b7b7;
}

.padding-15{
	padding: 15px;
}

.go_top{
	position: fixed;
	width: 50px;
	height: auto;
	right: 10px;
	bottom: 52px;
	opacity: 0.9;
	z-index: 999;
	cursor: pointer;
	display: none;
}

.type-page h3{
	font-family: SackersGothicStdMedium, sans-serif !important;
	font-size: 20px;
	margin: 30px 0 0 0;
}

.btn.btn-dark.w-100{
	font-family: Georgia;
	font-size: 19px;
	text-transform: uppercase;
}

.bordered-box{
	border: 1px solid #1d2124;
	border-top: none;
	padding: 0 20px 10px 20px;
	margin-top: 10px;
}

.bordered-box .line-title{
	margin-left: -20px;
	width: calc(100% + 40px);
	top: -10px;
}

.mobile-fixed-logo{
	display: none;
}

.press-box h2{
	font-family: SackersGothicStdMedium, sans-serif !important;
	font-size: 20px;
}

.press-box-gray{
	color: #a7a9ac;
	font-size: 16px;
}