.MenuHome {
  border-bottom: 2px solid #0991ff;
  color: #0991ff !important;
}
.RespoMenuHome {
  color: #0991ff !important;
  font-weight: bold;
}
#Row {
  width: 100%;
}
.Cards {
  width: 1200px;
  padding: 45px 0 35px 0;
  margin: 0 auto;
}
.Card {
  width: 290px;
  float: left;
  background: #1e90c1;
  margin: 0px 5px;
  transition: 0.2s;
}
.Card:hover {
  opacity: 85%;
  transition: 0.2s;
}
.CardImg {
  width: 100%;
}
.CardImages {
  position: relative;
  width: 100%;
}
.CardDesc {
  background: #1face9;
  padding: 6px;
}
.CardTitle {
  margin: 0 0 8px 0;
  font-size: 15px;
  letter-spacing: 1px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.CardAbout {
  width: 100%;
  margin: 0 0 10px 0;
  color: #ffffff;
}
.CardFooter{
  width: 100%;
}
.CardPrice{
  float: left;
}
.CardOldPrice {
  font-size: 85%;
  display: block;
  text-decoration-line: line-through;
  margin: 0;
}
.CardNewPrice {
  margin: 0;
  font-size: 115%;
  font-weight: bold;
}
.CardButton {
  float: right;
  height: 35px;
  line-height: 35px;
  padding: 0 13px;
  color: #fff;
  background: #09821e;
}
.CardButton:hover {
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}
/**Box Image**/
.BoxsCon {
  width: 100%;
}
.BoxsMin {
  margin: auto;
  width: 1200px;
  padding: 10px 0 20px 0;
}
.BoxsHeader {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 12px 0 12px;
}
.BoxsTitle {
  font-size: 120%;
  font-weight: bold;
  width: calc(100% - 65px);
  height: 20px;
  margin: 0 0 6px 0;
  float: left;
  cursor: default;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.BoxsLink {
  float: right;
  font-size: 80%;
  width: 65px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  margin: 0 0 6px 0;
}
.BottomSeeMore {
  display: table;
  margin: 0 auto;
  background: #009dc2;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
}
.TitleLine {
  display: block;
  background: #ccc;
  height: 2px;
}
.Box {
  position: relative;
  float: left;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px 15px;
}
.BoxImage {
  width: 100%;
}
.BoxAbout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient( 180deg, rgba(9,9,121,0) 61%, rgb(13 131 154) 100%);
}
.BoxTitle {
  position: absolute;
  background: #0d769da1;
  height: 30px;
  max-width: calc(100% - 20px);
  line-height: 30px;
  padding: 0 8px;
  color: #fff;
  top: 10px;
  left: 10px;
  font-size: 15px;
  font-weight: bold;
  cursor: default;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.BoxDate {
  position: absolute;
  background: #9d350da1;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0 8px;
  color: #fff;
  top: 45px;
  left: 10px;
  cursor: default;
}
.BoxBottomDetails {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 14px;
  cursor: default;
  border-left: 3px solid #fff;
}
.BoxDuration {
  display: block;
  color: #fff;
  margin: 0 0 6px 8px;
}
.BoxTemperature {
  background: #fff;
  display: inline-block;
  color: #2d2d2d;
  margin: 0 0 6px 8px;
  padding: 0 8px;
}
.BoxPrice {
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 8px;
}
/*****************Device Resolution******************/
@media screen and (max-width:1200px){
  .BoxsMin {
    width: 100%;
  }
  .Cards {
    width: 100%;
  }
}
@media screen and (max-width :900px){
  .BoxTitle {
    font-size: 13px;
  }
  .BoxDate {
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  .BoxBottomDetails {
    font-size: 12px;
  }
}
@media screen and (max-width :830px){
  .Box {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width :590px){
  .Box {
    width: calc(100% - 30px);
  }
  .Card {
    width: 200px;
  }
  .CardTitle {
    margin: 0 0 3px 0;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .CardAbout {
    font-size: 12px;
    margin: 0 0 8px 0;
  }
  .CardNewPrice {
    font-size: 100%;
  }
  .CardButton {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}