body {
  margin: 0px;
  padding: 0px;
  overflow-y: scroll;
}

h2 {
  margin-bottom: 3px;
}

hr {
  margin-bottom: 20px;
}

#top {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  background: SeaGreen;
  margin: 0px;
  color: White;
}

#main_title {
  color: White;
}

#main_title:hover {
  color: Gold;
}

#title {
  margin-left: 150px;
  position: absolute;
  top: 5px;
  font-size: 26px;
  font-weight: bold;
}

#sub_title {
  margin-left: 150px;
  position: absolute;
  top: 20px;
  font-size: 12px;
}

#logo {
  margin-left: 100px;
  position: absolute;
  top: 0px;
}

#contacts {
  position: absolute;
  top: 1px;
  right: 10px;
  text-align: right;
}

.contact {
  color: White;
}

#background {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(125, 125, 125, 0.85);
    visibility: hidden;
    text-align: center;
    z-index: 2;
}

#middle {
  width: 100vw;
  
  display: flex;
  justify-content: center
}

#left_block {
  width: 200px;
  margin: 0px 30px 0px 0px;
}

.sub_left_block {
  position: relative;
  background-color: #e8fae8;
  padding: 0px 4px 0px 4px;
  border: 1px solid DarkSeaGreen;
  margin-bottom: 5px;
}

#cat_btn {
  height: 35px;
  border: 1px solid DarkKhaki;
  margin: 3px 0px 3px 0px;
  text-decoration: none;
  display: block;
  color: DarkSlateGray;
  line-height: 35px;
  text-align: center;
  background-color: Khaki;
}

#cat_btn:hover {
  background-color: Gold;
  box-shadow: 0 0 15px DarkSeaGreen;
}

#content {
  width: 100vw;
  min-width: 700px;
  max-width: 85%;
  height: 100%;
  margin: 0px 0px 15px 0px;
  color: DarkGreen;
}

.footer {
  height: 50px;
  position: relative;
  bottom: 0px;
}

.my_menu {
  list-style: none;
  padding: 0;
}

.my_menu li {
  padding: 4px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid LightSalmon;
  border-left: 10px solid LightSalmon; 
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: 0.2s all linear;
}

.my_menu a {
  text-decoration: none;
  color: DarkSlateGray;
}

.my_menu a:nth-child(2) li {border-color: YellowGreen;}
.my_menu a:nth-child(3) li {border-color: Gold;}
.my_menu a:nth-child(4) li {border-color: CadetBlue;}
.my_menu a:nth-child(5) li {border-color: Thistle;}
.my_menu a:nth-child(6) li {border-color: BurlyWood;}
.my_menu a:nth-child(1):hover li {border-color: OrangeRed;}
.my_menu a:nth-child(2):hover li {border-color: ForestGreen;}
.my_menu a:nth-child(3):hover li {border-color: Orange;}
.my_menu a:nth-child(4):hover li {border-color: DodgerBlue;}
.my_menu a:nth-child(5):hover li {border-color: Violet;}
.my_menu a:nth-child(6):hover li {border-color: DarkGoldenRod;}

.sub_my_menu {
  list-style: none;
  padding: 0 0 0 10px;
}

.sub_my_menu li {
  padding: 4px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid LightSalmon;
  border-left: 5px solid LightSalmon; 
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: 0.2s all linear;
}

.paragraph {
  text-indent: 25px;
  text-align: justify;
  line-height: 1.5em;
}

.std_button {
  display: inline-block;
  padding: 5px 12px 5px 12px;
  border: 1px solid DarkSeaGreen;
  border-radius: 5px;
  background-color: White;
  outline: none;
  color: DarkSlateGrey;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

input.std_button {
  height: 30px;
}

a.std_button {
  margin: 3px 3px 3px 3px;
}

.std_button::-moz-focus-inner 
{
  border: 0;
}

.std_button:hover {
  background-color: YellowGreen;
  box-shadow: 0 0 10px DarkSeaGreen;
  outline: none;
}

.std_button:active {
  box-shadow: 0 0 0px DarkSeaGreen;
  border: 1px solid OliveDrab;
  outline: none;
}

.std_button:focus {
  outline: none;
}

.std_button_act {
  box-shadow: 0 0 0px DarkSeaGreen !important;
  border: 1px solid OliveDrab !important;
  outline: none !important;
  background-color: YellowGreen !important;
}

.uuids {
  font-family: monospace;
  font-size: 15px;
}

.element {
  margin-top: 5px;
  border: 1px solid DarkSeaGreen;
  background-color: Honeydew;
  padding: 10px;
  overflow: auto;
}

.element_75 {
  width: 75%;
  float: left;
  position: relative;
}

.element:hover {
  box-shadow: 0 0 4px DarkSeaGreen;
}

.element_a {
  text-decoration: none;
  color: DarkGreen;
}

.number {
  width: 23px;
  height: 23px;
  border: solid 1px #89c782;
  border-radius: 30px;
  padding: 5px;
  display: inline-table;
}

h2 .number {
  border: solid 3px #89c782;
}

.number_d {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}

.right_btns {
  float: left;
  margin-top: 2px;
  margin-left: 5px;
}

.plant_qrcode {
  position: absolute;
  right: 5px;
}

.box {
  margin-bottom: 15px;
  margin-left: 5px;
  border-radius: 3px;
  border: solid 1px #89c782;
  background: DarkSeaGreen;
  overflow: hidden;
}

.box_title {
  padding: 3px;
  font-weight: bold;
}

.box_text {
  background: #f6fff8;
  padding: 5px;
  text-indent: 30px;
  margin: 0px;
  color: DarkSlateGrey;
  border-radius: 0px 0px 3px 3px;
}

.box_text p {
  padding: 0px;
  margin: 0px;
}

.product_name {
  font-size: 20px;
  font-weight: bold;
  color: DarkGreen;
  margin-bottom: 5px;
}

.product_sh_desc {
  float: left;
  width: 70%;
}

.product_price {
  text-align: right;
  float: right;
  width: 30%;
  padding-top: 30px;
}

.product_price_string {
  font-size: 20px;
  font-weight: bold;
  color: Coral;
  margin-bottom: 5px;
}

#content_title {
  color: DarkGreen;
}

.amount_in_set {
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}

.element_store {
  margin-top: 5px;
  border: 1px solid DarkSeaGreen;
  background-color: Honeydew;
  padding: 5px;
  overflow: auto;
}

.avbl_label {
  display: inline-block;
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
}

.avbl {
  display: inline-block;
  width: 8px;
  height: 18px;
  border: 1px solid LimeGreen;
  border-radius: 3px;
  margin-right: 2px;
  margin-top: 0px;
  vertical-align: bottom; 
}

.avbl_yes {
  background-color: LimeGreen;
}

.avbl_no {
  border: 1px solid Red;
}

.avbl_no_label {
  font-size: 13px;
  color: Red;
}

.product_photo {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid LimeGreen;
  border-radius: 5px;
  margin-top: 10px;
}

.product_full_photo {
  border: 1px solid LimeGreen;
  border-radius: 5px;
}

.paragraph_ul {
  line-height: 1.5em;
  text-align: justify;
}

.all_prod_photo {
  width: 200px;
  height: 220px;
  float: right;
  margin: 5px 10px 10px 10px;
}

.filters_box {
  border: solid 2px #82d182;
  width: 75.6%;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
}	

.filters_box_simple {
  height: 110px;
  margin-bottom: 15px;
}

.filter_box_title {
  text-indent: 5px;
  margin: 0 0 3px 0;
  font-weight: bold;
}

.filter_text_box {
  position: relative;
  width: 512px;
}

.filters_box_search {
  display: block;
  margin-top: 10px !important;
  margin-bottom: 7px !important;
}

.filters_box_submit {
  margin-top: 0 !important;
  display: none;
  position: absolute;
  right: 60px;
}

.filters_box_cancel {
  margin-top: 0 !important;
  display: none;
  position: absolute;
  right: 0;
}

#ext_filt1 {
  margin-top: 23px;
}

#list {
  margin-top: 5px;
  margin-left: 10px;
  float: left;
}

#ext {
  color: Green;
  position: absolute;
  bottom: 5px;
  left: 5px;
  
}

#chbox_div {
  width: 170px; 
  height: 125px;
  border: solid 1px #82d182;
  box-shadow: 2px 2px 2px 1px #beedbe,
              -2px -2px 2px 1px #beedbe;
}

#chbox_list {
  width: 100%; 
  height: 100px;
  overflow: auto; 
}

#chbox_title {
  width: 100%; 
  height: 23px;
  border-bottom: solid 2px #82d182;
}

#back {
 background: #89c782;
 width: 120px;
 font-weight: bold;
 text-transform: uppercase;
 text-align: center;
 padding: 3px;
 margin-top: 15px;
 margin-left: 25px;
 position: relative;
 color: black;
}

#back_link:link {
 text-decoration: none;
}

#back::before {
 content: ''; 
 position: absolute;
 left: -50px; 
 bottom: -12px;
 border: 25px solid transparent; 
 border-right: 25px solid #89c782; 
}

.f_title {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-top: 7px;
}

.modal_form {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 100px;
    width: 710px;
    position: absolute;
    border: solid 2px #89a222;
    background: #fffff8;
    border-radius: 5px;
    visibility: hidden;
    padding: 10px 100px 20px 100px;
    z-index: 3;
    font-size: 17px;
    overflow: auto;
}

.modal_form p {
  margin-bottom: 3px;
}

.modal_form .f_title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 7px;
}

.photo_link {
  cursor: pointer;
}

#pl_imgs_slider {
  float: right;
  width: 450px;
  min-width: 450px;
  min-height: 400px;
}

.cat_plants_list_img {
  height: 150px;
  border: solid 2px #89a222;
  border-radius: 5px;
  float: right;
  margin-left: 10px;
}







