body {
  background-color: #eef5e3;
  color: #545454;
}

.main-menu {
    position: absolute;
    display: block;
    width: 100%;
    min-height: 50px;
    background: rgba(0,127,65,0);
    z-index: 99;
    height: 160px;
    transition: background .5s;
}
.main-menu.fixedheader {
    position: fixed;
    height: 50px;
    background: rgba(0,127,65,1);
}
.main-menu .menu-wrap {
    width: 100%;
    max-width: 1300px;
		position: relative;
		top: 110px;
}
.main-menu.fixedheader .menu-wrap {
    top: 12px;
}
.menu li {
    display: inline-block;
    list-style: none;
    margin-left: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
		margin-top: 0;
}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: black;
    height: 100%;
    font-weight: 400;
    font-size: 1.25em; /*1.5em;*/
}
.menu li a:hover {
    color: black;
}
.main-menu.fixedheader .menu li a {
    color: white;
}
.main-menu.fixedheader .menu li a:hover {
    color: white;
}

.container.row {
    padding: 50px 0;
    width: 1300px;
}

#home {
    background-image: url(/images/home-bg-1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;

}
#home .container.row {
    height: auto;
    min-height: 100vh;
		padding: 0;
}
.home-content {
    width: 1300px;
}

.logo {
    display: inline-block;
    width: 55px;
    height: 124px;
		margin-top: 20px;
}
.logo img {
    width: 100%;
		height: auto;
}
.vdowrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*position: relative;
  top: calc(50% - 100px);
  transform: translateY(-50%);*/
}
.vdowrap iframe {
	width: 1300px;
	height: 731px;
}
.vdowrap video {
	width: 1300px;
	height: 731px;
}

.content-box {

}

.section-label img {
  margin: 25px 0 0 0;
}

p.p-20 {
  font-size: 1.125em;
}
p.p-24 {
  font-size: 1.25em;
}
p.p-26 {
  font-size: 1.3em;
}
p.p-28 {
  font-size: 1.1875em;
}
p.p-30 {
  font-size: 1.4375em;
}
p.p-32 {
  font-size: 1.6em;
}
p.p-36 {
  font-size: 1.8em;
}
p.p-46 {
  font-size: 2.3em;
  margin-bottom: .25em;
  line-height: 1.25;
}
p.green {
  color: #55863e;
}
p.bold {
  font-weight: 800;
}
p.center {
  text-align: center;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}

#product {
  min-height: 100vh;
  background-image: url(../images/product-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.content {
    width: 100%;
    max-width: 930px;
    height: auto;
    margin: 100px auto;
}
#product .content img.product-p-1 {
    display: block;
    margin: 0 auto 120px;
}
#product .content img.product-t-1 {
  display: block;
  margin: 0 auto 25px;
}
#product .content img.product-t-1.mobile {
  display: none;
  margin: 0 auto 25px;
}
#product .content p {
  color: black;
}

#info {
    background: white;
}
.table.info-t-1 {
  width: 100%;
  margin-bottom: 50px;
}
.table.info-t-1 .table-cell {
  vertical-align: middle;
}
.table.info-t-1 .table-cell:first-of-type {
  width: 24%;
}
.table.info-t-1 .table-cell:last-of-type {
  padding-left: 35px;
}

.info-t-1 {

}
.info-t-1.center {
  text-align: center;
}

.info-t-2 {
  text-align: center;
}
.info-p-8{
    width: 657px;
    margin: 0 auto;
}
.info-t-2 img.wide {

}
.info-t-2 img.mobile {
  display: none;
}
.cont-1-b {
  height: auto;
  overflow: hidden;
  margin-bottom: 70px;
}
.cont-1-b div {
  float: left;
  width: 25%;
  text-align: center;
}
.cont-1-b div p {
  text-align: center;
  font-size: 1.4375em;
}
.info-p-8 p {
  text-align: right;
  margin-top: -20px;
}

.t2-wrap {
  text-align: center;
  background-color: #e0dbbb;
  padding: 20px;
  margin-top: 70px;
}
.info-t-3 {
  text-align: center;
  margin: 35px 0 15px;
}
.info-t-3 img.wide {
  display: inline;
}
.info-t-3 img.mobile {
  display: none;
}

.t2-wrap .table-wrap {
  border: 5px solid white;
  background-color: #f0eddd;
  padding: 30px 0;
  margin-bottom: 20px;
}
.t2-wrap .table {

}
.t2-wrap .table .table-cell {
  vertical-align: middle;
}
.t2-wrap .table .table-cell p.left {
  text-align: left;
  margin-bottom: 0;
}
.t2-wrap .table .table-cell:first-of-type {
  padding: 20px 5px 20px 15px;
  width: 54%;
}
.t2-wrap .table .table-cell:last-of-type {
  padding: 20px 15px 20px 15px;
  border-left: 1px solid #574519;
}
.t2-wrap .t2-cap {
    text-align: right;
    margin-bottom: 0;
}

#article .content {

}
#article .content-wrap {
  margin: 0 -60px;
  width: calc(100% + 120px);
}
.art-item {
  float: left;
  width: 33.3333%;
  padding: 60px;
  text-align: center;
}
.art-item a img {
  /*height: 367px;*/
}

#usage {
    background: white;
}
.product-box {
  margin: 0 -20px;
}
.product-box a {
  display: block;
  width: 33.333333%;
  float: left;
  text-align: center;
  padding: 0 20px;
}
/*
.product-box a:first-of-type {
  text-align: left;
}
.product-box a:last-of-type {
  text-align: right;
}
*/
.product-a-info,
.product-b-info,
.product-c-info {
    height: auto;
    overflow: hidden;
    margin: 60px 0;
}
.product-c-info {
    display: flex;
}
.product-c-info-right img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.product-c-info-bottom {
  margin: -80px 0 0 0;
}
.product-c-info-bottom img {
    max-width: 700px;
    float: right;
    margin-bottom: 0;
}
.product-c-details {
  margin: 0;
  text-align: center;
}
.product-c-details-1 {
    text-align: center;
}
.product-c-details-1 img {

}
.product-a-info div,
.product-b-info div,
.product-c-info div {
  float: left;
  text-align: center;
}
.product-a-info div:first-of-type,
.product-b-info div:first-of-type,
.product-c-info div:first-of-type {
  width: 50%;
}
.product-a-info div:last-of-type,
.product-b-info div:last-of-type,
.product-c-info div:last-of-type {
  width: 50%;
}
.product-a-info-left  {

}
.product-a-info-left img:nth-of-type(1)  {
  margin: 0 calc(50% - 97px);
}
.product-a-info-left img:nth-of-type(2)  {
  margin: 20px calc(50% - 110px);
}
.product-b-info-left img:nth-of-type(1)  {
  margin: 0 calc(50% - 103.5px);
}
.product-b-info-left img:nth-of-type(2)  {
  margin: 20px calc(50% - 116.5px);
}
.product-c-info-left img:nth-of-type(1)  {
  margin: 0 calc(50% - 103.5px);
}
.product-c-info-left img:nth-of-type(2)  {
  margin: 20px calc(50% - 119px);
}
.product-a-details {
    margin: 0 0 100px 0;
    text-align: center;
    height: auto;
    overflow: hidden;
}
.product-a-details img.wide {
  display: block;
  margin: 0 auto 25px;
}
.product-a-details img.mobile {
  display: none;
}
.product-a-details .left,
.product-a-details .right {
  width: 50%;
  float: left;
}
.three-step-box-item-table {

}
.three-step-box-item-table img {
  margin-bottom: 0;
}
.three-step-box-item-table tr:first-of-type img {
  margin-bottom: 25px;
}
.three-step-box-item-table td:first-of-type {
  width: 180px;
  vertical-align: middle;
  padding: 10px 0;
}
.three-step-box-item-table td:last-of-type {
  padding: 15px 0 15px 15px;
  vertical-align: middle;
}
.three-step-box-item-table td:last-of-type p.p-24 {
  margin-bottom: 0;
  text-align: left;
}
.three-step-box-item-table td:last-of-type p.p-24.center {
  text-align: center;
}
.product-a-details .right {
  padding-left: 15px;
}
.product-a-details .left {
  padding-right: 15px;
  border-right: 1px solid black;
}

.product-b-details .left{
  width: 40%;
  float: left;
  position: relative;
}
.product-b-details .left:after {
  content: " ";
  display: block;
  width: 1px ;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  right: 40px;
}
.product-b-details .right {
  width: 60%;
  float: left;
}
.three-step-box-item-table-b1 {
  text-align: center;
}

.product-b-details {
  height: auto;
  overflow: hidden;
  margin: 0 0 100px 0;
}
.product-b-details-1 {
  text-align: center;
}
.product-b-details-2 {
  margin-bottom: 50px;
  text-align: center;
}
.product-b-details-right-p-1 {
  padding: 20px 0 25px;
  text-align: center;
}
.product-b-details-left-step {
  margin: 0;
  padding: 8px 0;
}
.three-step-box-item-table-b1 tr:first-of-type p.p-24 {
  margin: 10px 0 25px;
}
.three-step-box-item-table-b2 td:first-of-type {
  width: 163px;
  vertical-align: middle;
  padding: 10px 0;
}
.three-step-box-item-table-b1 img,
.three-step-box-item-table-b2 img {
  margin-bottom: 0;
}
.three-step-box-item-table-b2 td:last-of-type {
  padding: 5px 0 5px 15px;
  vertical-align: middle;
}
.three-step-box-item-table-b2 td:last-of-type p.p-24 {
    margin-bottom: 0;
    text-align: left;
}

.faq-p-1 {
  position: relative;
}
.faq-p-1 img:first-of-type {
  position: relative;
}
.faq-p-1 img:last-of-type {
  position: absolute;
  top: -72px;
  right: 15px;
}

.faq-faq {
    margin: 50px 0;
}
.faq-box {

}
.faq-q {
  font-size: 1.75em;
  color: #428468;
  margin: 0;
  padding: 12px 40px 6px 0;
  cursor: pointer;
  position: relative;
}
.faq-a {
  height: 0;
  overflow: hidden;
  border-top: 1px solid #428468;
  transition: height .5s;
}
.faq-a div {
  font-size: 1.3em;
  background-color: white;
  padding: 30px;
  margin: 0;
}
.faq-q:after {
  content: '+';
  display: block;
  position: absolute;
  top: 24px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-color: #428468;
  color: white;
  line-height: 20px;
  text-align: center;
}
.faq-box.active .faq-a {
  border-top: 0px solid black;
  height: auto;
}
.faq-box.active .faq-q:after {
  content: '-';
}
#footer {
  background-color: #214d3d;
  color: white;
}
#footer .container.row {
    padding: 38px 0;
    color: white;
}
#footer .container.row div a.ophub,
#footer .container.row div a.ophub:visited {
    color: white;
}
#footer .container.row div a.ophub:hover {
    color: #f7931e;
}

.flexslider {
    background: none;
    border: none;
		margin: 10px 0 25px 0;
}
.flex-direction-nav a::before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: white;
    text-shadow: none;
		opacity: 1;
		line-height: 1;
}
.flex-direction-nav .flex-next {
    right: -45px;
    text-align: center;
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: -45px;
}
.flex-direction-nav .flex-prev {
    left: -45px;
    text-align: center;
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: -45px;
}
.flex-control-paging li a.flex-active {
    background: #7c7b7e;
}
.flex-control-paging li a {
		background: white;
		box-shadow: none;
}
.flex-control-paging li a:hover {
    background: white;
}

.popup-box {
	width: 100%;
	max-width: 1300px;
	background-color: white;
	padding: 90px;
	font-size: 1.4em;
	width: 100%;
	border: 50px solid #eef5e3;
}
.popup-box h1 {
	font-size: 2em;
	margin-top: 100px;
	line-height: 1.25;
}
.popup-box .yim {
	float: left;
	margin: 30px 30px 0 30px;
}
.popup-box p.clearr {
	clear:both;
}

.inline ol {
    list-style-type: decimal;
    margin-left: 40px;
}

.inline ol li {
    margin-bottom: 40px;
}

#video .content-wrap {
  margin: 0 -40px;
  width: calc(100% + 80px);
}
.mov-item {
    float: left;
    width: 50%;
    padding: 40px;
    text-align: center;
}

#faq {
  background: white;
}

.pdt-p2 img {
    margin: 20px 0 0 0;
}

.clear.sepline {
    border-top: 1px solid black;
    height: 1px;
    visibility: visible;
    width: 100%;
}

.mov-item a span {
    font-size: 1.4375em;
    margin-bottom: 10px;
    display: inline-block;
    color: black;
}
.mov-item a:hover span {
    color: black;
}
.mov-item.item-1 a span img {
  width: 221px;
}
.mov-item.item-2 a span img {
  width: 221px;
}
.mov-item.item-3 a span img {
  width: 221px;
}
.mov-item.item-4 a span img {
  width: 156px;
}

ol.qanda {
    list-style: decimal;
    margin-left: 20px;
}



@media only screen and (max-width: 1300px){


  .menu {
      margin-right: 30px;
  }

  .logo {
    display: inline-block;
    margin-left: 55px;
  }

  .container.row {
      width: 100%;
  }

  .flexslider, .slides {
    width: 1024px;
  	height: 576px;
    margin: 50px auto;
  }
  .vdowrap iframe {
  	width: 1024px;
  	height: 576px;
  }
  .vdowrap video {
    width: 1024px;
    height: 576px;
  }

  #footer .container.row {
    padding: 38px 30px;
  }

}

@media only screen and (max-width: 1024px){

  .logo {
      margin-left: 30px;
  }
  .main-menu.fixedheader {
      height: 30px;
      background: rgba(0,0,0,0);
  }
  .main-menu .menu-wrap {
      width: 100%;
      top: 50px;
      padding: 0;
  }
  .menu {
    margin-right: 0;
    margin-top: 50px;
    padding-bottom: 0;
    background: rgba(0,127,65,1);
    padding: 10px 0 5px;
  }
  .menu li {
    margin-left: 0;
    height: auto;
  }
  .menu li a,
  .menu li a:hover {
    color: white;
  }

  .content {
      padding: 0 30px;
  }

  .section-label img {
    margin: 0;
  }

  .flexslider, .slides {
    width: 768px;
  	height: 432px;
    margin: 50px auto;
  }
  .vdowrap iframe {
  	width: 768px;
  	height: 432px;
  }
  .vdowrap video {
  	width: 768px;
  	height: 432px;
  }

}

@media only screen and (max-width: 768px){
  body {
    font-size: .875em;
  }

  .content {
    margin: 50px auto;
  }

  .flexslider, .slides {
    width: 100%;
    height: 360px;
    margin: 20px auto;
  }
  .vdowrap iframe {
    width: 100%;
    height: 360px;
  }
  .vdowrap video {
    width: 100%;
    height: 360px;
  }

  .table.info-t-1 {
    display: block;
  }
  .table-row {
    width: 100%;
    display: block;
  }
  .table.info-t-1 .table-cell {
    width: 100%;
    display: block;
  }
  .table.info-t-1 .table-cell:first-of-type {
    width: 100%;
  }
  .table.info-t-1 .table-cell:last-of-type {
    padding-left: 0;
    width: 100%;
  }

  .cont-1-b {
    text-align: center;
  }
  .cont-1-b div {
    width: 50%;
  }

  .table.info-t-2a,
  .table.info-t-2a .table-row,
  .table.info-t-2a .table-cell {
    display: block;
    width: 100%;
  }
  .table.info-t-2b,
  .table.info-t-2b .table-row,
  .table.info-t-2b .table-cell {
    display: block;
    width: 100%;
  }
  .table.info-t-2c,
  .table.info-t-2c .table-row,
  .table.info-t-2c .table-cell {
    display: block;
    width: 100%;
  }
  .t2-wrap .table-wrap {
    padding: 30px;
  }
  .t2-wrap .table .table-cell:first-of-type {
    width: 100%;
    padding: 20px;
  }
  .t2-wrap .table .table-cell:last-of-type {
    padding: 20px;
    border-left: none;
    border-top: 1px solid #574519;
  }
  .t2-wrap .table .table-cell p.left {
    text-align: center;
  }

  .art-item {
    width: 319px;
    margin: 0 auto;
    float: none;
    padding: 30px 60px;
  }
  .art-item a img {
    height: auto;
  }

  .product-box a {
    /*width: 100%;
    float: none;
    margin-bottom: 50px;*/

  }
  .product-box a img {
    display: block;
    margin: 20px auto;
  }
  /*
  .product-box a:first-of-type {
    padding-right: 10px;
  }
  .product-box a:last-of-type {
    padding-left: 10px;
  }
  */

  .product-a-info div:first-of-type,
  .product-b-info div:first-of-type,
  .product-c-info div:first-of-type,
  .product-a-info div:last-of-type,
  .product-b-info div:last-of-type,
  .product-c-info div:last-of-type {
    width: 100%;
  }
  .product-c-info {
    display: block;
  }
  .product-c-info-right img {
    top: auto;
    transform: none;
  }
  .product-c-info-bottom img {
    max-width: 100%;
  }
  .product-c-info-bottom {
    /*margin: -100px 0 0 0;*/
  }
  .product-a-info-left img:first-of-type {
    /*margin-right: 10px;*/
  }
  .product-a-info-left img:last-of-type {
    /*margin-left: 10px;*/
  }
  .product-a-info-right {
    text-align: center;
  }
  .product-a-info-right img {
    display: inline;
  }

  .product-a-details .left,
  .product-a-details .right {
    width: 100%;
  }
  .three-step-box-item-table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .three-step-box-item-table td:last-of-type p.p-24.spacer {
    display: none;
  }
  .three-step-box-item-table tr:first-of-type td:last-of-type {
    padding: 15px 0;
  }

  .product-b-info-left img:first-of-type {
    /*margin-right: 10px;*/
  }
  .product-b-info-left img:last-of-type {
    /*margin-left: 10px;*/
  }
  .product-b-info-right {
    text-align: center;
  }
  .product-b-info-right img {
    display: inline;
  }

  .product-b-details-2 {
      margin: 0 -30px 50px -30px;
  }

  .product-b-details .left,
  .product-b-details .right {
      width: 100%;
  }
  .three-step-box-item-table-b1,
  .three-step-box-item-table-b2 {
    margin: 0 auto;
    max-width: 600px;
  }
  .faq-p-1 {
    height: 123px;
    background-image: url(../images/faq-p-1.svg);
    background-position: -200px top;
    background-repeat: repeat-x;
    background-size: auto 100px;
  }
  .faq-p-1 img:first-of-type {
    display: none;
  }

  #footer .container.row {
    padding: 38px 30px;
  }
  #footer .container.row div:nth-of-type(1) {
    margin-bottom: 10px;
  }


  #product .content img.product-t-1 {
    display: none;
  }
  #product .content img.product-t-1.mobile {
    display: block;
  }

  .info-t-2 img.wide {
    display: none;
  }
  .info-t-2 img.mobile {
    display: inline;
    max-width: 600px;
    width: 90%;
  }

  .info-t-3 img.wide {
    display: none
  }
  .info-t-3 img.mobile {
    display: inline;
    width: 280px;
  }

  .product-a-details img.wide {
    display: none;
  }
  .product-a-details img.mobile {
    width: 420px;
    display: block;
    margin: 0 auto 30px;
  }

  #footer .container.row div:nth-of-type(3) {
    float: none;
  }

  .info-p-8 {
    width: 100%;
  }

  .mov-item {
    width: 380px;
    margin: 0 auto;
    float: none;
    padding: 20px 60px;
  }

  .product-a-details .left {
    border-right: 0px solid black;
  }

  .product-b-details .left:after {
    display: none;
  }

}

@media only screen and (max-width: 480px){

  .flexslider, .slides {
    width: 100%;
    height: 270px;
    margin: 50px auto;
  }
  .vdowrap iframe {
    width: 100%;
    height: 270px;
  }
  .vdowrap video {
    width: 100%;
    height: 270px;
  }



  .section-label img {
    width: 240px;
    height: auto;
  }
  .content {
    margin: 25px auto;
  }
  .content {
      padding: 0 15px;
  }

  .cont-1-b div {
    padding: 0 10px;
    height: 270px;
  }

  .t2-wrap .table .table-cell:first-of-type {
    padding: 0 0 20px 0;
  }
  .t2-wrap .table .table-cell:last-of-type {
    padding: 20px 0 0 0;
  }
  .three-step-box-item-table-b2 td:first-of-type {
    width: 200px;
  }

  .faq-p-1 {
    background-size: auto 80px;
    background-position: -225px 50px;
    height: 160px;
    margin: 0 -15px;
  }
  .faq-p-1 img:last-of-type {
    width: 140px;
    top: 0;
  }
  .faq-q {
    font-size: 1.625em;
  }
  .faq-q::after {
    top: 14px;
    right: 0;
  }
  .faq-a div {
    padding: 20px 25px;
  }

  .info-t-3 img.wide {
    display: none
  }
  .info-t-3 img.mobile {
    display: inline;
    width: 300px;
  }

  .product-a-details img.wide {
    display: none;
  }
  .product-a-details img.mobile {
    display: inline;
    width: 400px;
  }

  #footer .container.row {
    padding: 38px 15px;
  }

}

@media only screen and (max-width: 380px){
  .faq-p-1 {
    background-position: -280px 50px;
  }
}

@media only screen and (max-width: 320px){
  .faq-p-1 {
    background-size: auto 70px;
    background-position: -245px 50px;
    height: 140px;
    margin: 0 -15px;
  }
  .faq-p-1 img:last-of-type {
    width: 120px;
    top: 0;
  }
}


#sales-location {
  background-color: #fff;
}

#sales-location .sales-row {
  display: grid;
  grid-template-columns:  75px 170px 165px 130px 125px 140px auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

#sales-location .sales-row-2 {
  grid-template-columns: 75px 170px 165px 130px 60px 95px auto;
}

#sales-location .sales-row .sales-label {
  width: 165px;
  font-size: 1em;
  border: 2px solid #428468;
  padding: 8px;
  border-radius: 8px;
  margin-right: 15px;
  text-align: center;
}

#sales-location .sales-row a {
  text-align: center;
}

#sales-location .sales-row .manning-logo {
  max-width: 130px;
}
#sales-location .sales-row .watson-logo {
  max-width: auto;
}
#sales-location .sales-row .sasa-logo {
  max-width: 140px;
}
#sales-location .sales-row .hktv-logo {
  max-width: 102px;
  margin-top: -5px;
}
#sales-location .sales-row img,
#sales-location .sales-row a img {
  margin-bottom: 0px !important;
}
#sales-location .sales-row .product-color {
  max-height: 50px;
  margin: 0px;
  margin-left: 10px;
}

.new-product-info {
  text-align: center;
}

#cmc-content {
  width: 100%;
}

#cmc-content img {
  width: 100%;
}

#cmc-content div:nth-child(2) {
  text-align: left;
  font-size: 1.25em;
  width: 60%;
}

#cmc-content div:nth-child(2) p {
  letter-spacing: none;
}

#cmc-content div:nth-child(2) p span {
  color: rgba(0,127,65,1);
  font-weight: bold;
}

#cmc-content div:nth-child(3) {
  text-align: right;
  width: 40%;
}

#new-product-description-container {
    max-width: 750px;
    margin: auto;
}

#new-product-description-container .description-footer {
    text-align: center;
    font-size: 2em;
    color: #588537;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 60px;
}

#new-product-description-container img {
  width: 100%;
}

#new-product-description-container-inner {
  display: flex;
  width: 100%;
}

#new-product-description-content {
  font-size: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}

#cmc-content .green-right-arrow {
  width: 36px;
  margin-bottom: 5px;
}