@font-face {
  font-family: Constantia;
  src: url(/css/fonts/Constantia/Constantia.ttf) format("opentype");
}

body {
	font-family: Constantia, Tahoma, Arial; 
}

footer {
	float :left;
}

content {
    /*background: url(/images/bg.jpg);*/
	min-height: 500px;
	box-shadow: none;
}

H3 {
	color: #40565f;
}

wrapper {
    min-width: 350px;
}

/* --- ПІДКАЗКА ДЛЯ INPUT (PLACEHOLDER) --- */
::-webkit-input-placeholder { color: #1D4EEA; font-style: normal; font-size: inherit; }
::-moz-placeholder                 { color: #1D4EEA; font-style: normal; font-size: inherit; } /* Firefox 19+ */
:-moz-placeholder                  { color: #1D4EEA; font-style: normal; font-size: inherit; } /* Firefox 18- */
:-ms-input-placeholder         { color: #1D4EEA; font-style: normal; font-size: inherit; }

input {
   font-size: inherit;
}

a {
	color: darkgreen;
}


div.add_button {
    background-color: white;
    border: 1px solid #40565f;
    color: #40565f;
	padding: 5px;
}

div.add_button_cart {
    background-color: white;
    border: 1px solid #40565f;
    color: #40565f;
	padding: 5px;
}

div.add_button_item {
    padding: 10px;
	font-size: 31px;
	background: #6CB959;
}

div.add_button:hover, div.add_button_item {
	background-color: #ed1b24;
	color: #fef200;
}

ul.informer  li {
   padding: 3px; 
}

ul.informer li a div {
   padding: 3px; 
}

ul.block_items li {
    width: 16.66%;
	min-width: 16.66%;
}

ul.block_items li.item div.item_box, ul.block_items li.show_id div.item_box {
    border: 1px solid #999;
}

.advisor_logo_mini {
    display: none;
}

.box_intro img,
.box_text img {
    max-width: 100%!important;
    height: inherit!important;
	width: inherit;
}

.category {
    border-bottom: 1px solid #1D4EEA;
	font-size: medium;
}

.category:hover {
    background: #1D4EEA;
    color: white;
}

.cat_button_mob {
    display: none;
}

.item_name {
    font-size: small;
	height: 75px;
}

.items_list li {
	margin: 0;
}

.map {
    margin: 0 10px 15px 0;
    width: auto;
}

.menu {
	display: inline-flex;
    list-style: none;
    margin: 5px 10px;
}

.mobile {
	display: none;
}

.payment_info {
	text-align: right;
    padding: 10px;
}

.phone_icon {
	width: 20px;
}

ul.pidmenu {
	width: 200%;
}

.pidmenu li {
    width: 100%;
    text-align: left;
}

a.send_button div {
	padding: 10px!important;
    background: #40565f;
    text-align: center;
    margin: 0 auto!important;
    border-radius: 5px;
    color: white;
}

.soc-line {
	display: none;
}

.table {
	display: table;
	position: relative;
}

.table .table_td {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.top_image {
border-radius: 25px;
    margin: 0 10px 10px;
    width: 33.33%;
    float: left;
}

.yelp_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	max-width: 150px;
	padding: 15px;
	border: 1px solid silver;
	border-radius: 10px;
}


#slider {
    max-width: 1200px;
}

#cart-button {
    padding: 5px;
}

#category {
    width: auto;
    padding: 10px;
    background: white;
}

#category li:last-child a div {
    border: none;
}

#category_box {
    width: 310px;
}

#footer {
	margin: 0 auto;
    text-align: center;
    width: auto;
}

#index-content {
	background: rgba(255, 255, 255, 0.5);
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	max-width: 960px;
	margin: 0 auto;
	box-shadow: 0 0 10px whitesmoke;
}

#items_group, #items_category {
    width: 100%;
    list-style: none;
    background: white;
}

ul#lang {
    margin: 5px;
}

#logo-box {
    padding: 5px;
    margin: -50px 0 0;
    width: 100%;
    max-width: 350px;
	position: relative;
	z-index: 99;
}

#main_content {
    margin: 0;
}

#main_content_items {
	margin: 0 0 0 320px;
}

#mini-menu {
    background: #40565f;
}

#phones {
    padding: 10px 10px 0;
    margin: 0;
    width: 100%;
}

#phones li {
    font-size: larger;
}

#search-box {
    padding: 0;
    text-align: left;
    margin: 0;	
}

#search-box ul {
    text-align: center;
    padding: 5px;
}

#search-box input {
    border-color: #1D4EEA;
    padding: 10px;
    border-radius: 5px;
}

#slogan {
	color: red;
	padding: 0 10px 10px;
	text-align: right;
}

#topheader {
    top: 0;
    z-index: 99999;
    width: 100%;
    position: relative;
}

#topinfo-line {
    background: none;
}

#topmenu {

}

#topmenu li {
    text-align: center;
}

#topmenu li a div {
    border: 1px solid #40565f;
    margin: 3px;
    padding: 25px;
    background: #40565f;
    color: white;
	border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

#topmenu li:last-child a div {

}

#topmenu li a div.active {
    background-color: white;
    color: #40565f;
}

#topmenu li a div:hover {
    color: #40565f;
}

#wrapper {
    min-width: 350px;
}
#topmenu ul.pidmenu li a div {
    padding: 10px;
}