:root {
  --bg-lp-odd: #000000 !important;
  --bg-lp-even: #FFFFFF !important;
}

#engineAjax {
  margin-top: 0px;
}
#engine{
  padding-bottom: 0px !important;
}

body .remove-margin-header {
  margin-top: 0px;
}

#ollo-pc-himorta * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}

#ollo-pc-himorta .landing-page-row.row-odd {
  padding-top: 30px !important;
  color: #FFFFFF;
  background: transparent -webkit-linear-gradient(top, #6A0004 0%, #350002 100%);
  background: transparent -moz-linear-gradient(top, #6A0004 0%, #350002 100%);
  background: transparent -ms-linear-gradient(top, #6A0004 0%, #350002 100%);
  background: transparent -o-linear-gradient(top, #6A0004 0%, #350002 100%);
  background: transparent linear-gradient(to bottom, #6A0004 0%, #350002 100%);  
}

#ollo-pc-himorta .himorta-products {
  margin-left: -5px;
  margin-right: -5px;
}
#ollo-pc-himorta .himorta-products .hm-product-box {
  position: relative;
  padding: 20px 5px;
}
#ollo-pc-himorta .himorta-products > .hm-product-box > .hm-product-link {
  border-radius: 20px;
  overflow: hidden;
  color: #FFFFFF;
}
#ollo-pc-himorta .himorta-products .hm-product-name {
  display: block;
  background: #000000;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
}
#ollo-pc-himorta .himorta-products .hm-product-name > span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 54px;
  max-width: 160px;
  margin: auto;
}

#ollo-pc-himorta .himorta-products .hm-product-box .absolute {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 44px;
} 
#ollo-pc-himorta .himorta-products .hm-product-box .btn-box.btn-gray{
  display: block;
  width: 133px;
  height: 44px;
  margin: auto;
  background-color: #FEACBA;
  background: transparent -webkit-linear-gradient(top, #FEACBA 0%, #FEBF9D 100%);
  background: transparent -moz-linear-gradient(top, #FEACBA 0%, #FEBF9D 100%);
  background: transparent -ms-linear-gradient(top, #FEACBA 0%, #FEBF9D 100%);
  background: transparent -o-linear-gradient(top, #FEACBA 0%, #FEBF9D 100%);
  background: transparent linear-gradient(to bottom, #FEACBA 0%, #FEBF9D 100%);
  border-color: #000000;
  color: #000000;

  font-size: 13px;
  line-height: 20px;
}
#ollo-pc-himorta .himorta-products .hm-product-box:hover .btn-box.btn-gray{
  background: #FEACBA !important;
}
#ollo-pc-himorta .himorta-products .hm-product-box:hover .hm-product-link {
  text-decoration: none !important;
}
#ollo-pc-himorta .himorta-products .hm-product-box:hover .hm-product-link.is-link {
  text-decoration: underline !important;
}

#ollo-pc-himorta .hm-bg-footer{
  background: transparent -webkit-linear-gradient(top, #FFFFFF 50%, #6A0004 50%);
  background: transparent -moz-linear-gradient(top, #FFFFFF 50%, #6A0004 50%);
  background: transparent -ms-linear-gradient(top, #FFFFFF 50%, #6A0004 50%);
  background: transparent -o-linear-gradient(top, #FFFFFF 50%, #6A0004 50%);
  background: transparent linear-gradient(to bottom, #FFFFFF 49.9%, #6A0004 50%);
}

#ollo-pc-himorta .hm-categories {
  margin-left: -15px;
  margin-right: -15px;
}
#ollo-pc-himorta .hm-categories .hm-col {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  #ollo-pc-himorta .hm-categories .hm-col {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #ollo-pc-himorta .hm-categories .hm-col {
    width: 25%;
  }
}

@media (min-width: 992px) {
  #ollo-pc-himorta .hm-categories .hm-col {
    width: 20%;
  }
}

@media (max-width: 767px) {
  #ollo-pc-himorta .text-vsm {
    font-size: 14px;
    line-height: 22px;
  }
}