* img {
  max-width: 100%;
}

.content {
  width: 100%;
  height: auto;
}

.main-content {
  width: 100%;
  min-height: 100vh;
}

.topnav {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 999;
  position: fixed;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 17px;
  text-decoration: none;
  font-size: 17px;
  line-height: 56px;
  transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
  .topnav a {
    padding: 14px 12px;
  }
}
.topnav a:hover {
  color: #d5d2c1;
  text-decoration: none;
  background-image: url(../images/menuactive.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: top;
  transform: translateY(10px);
}

.topnav a.mylogo {
  background-color: #a46843;
  color: white;
  margin-left: 15px;
  border: 2px solid #FFF;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.4s;
}

.topnav a.mylogo:hover {
  padding-top: 20px;
}

.topnav .icon {
  display: none;
  font-size: 2rem;
}

.logo {
  max-width: 100%;
  height: 60px;
}

.menuactive {
  background-image: url(../images/menuactive.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: top;
}

.mylogo:hover {
  background-image: none !important;
  transform: none !important;
}

@media screen and (max-width: 940px) {
  .topnav {
    background-color: inherit;
  }

  .topnav a.mylogo {
    width: 100px;
  }

  .topnav a.icon {
    background-color: inherit;
    border-bottom: none;
    background: none !important;
  }

  .topnav a.icon:focus {
    color: #DDD;
  }

  .topnav a {
    background-color: #a46843;
    color: #f2f2f2;
    border-bottom: 1px dotted #FFF;
  }

  .topnav a:hover {
    color: #FFF;
    font-weight: 900;
    background-size: 0%;
    transform: translateY(0px);
  }

  .menuactive {
    background-size: 0%;
  }
}
@media screen and (max-width: 940px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 940px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
  }
}
.index-about {
  height: auto;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 150px;
  background-image: url(../images/iaboutwhite.png);
  background-size: 65%;
  background-position: right;
  background-repeat: no-repeat;
}

.index-about-title {
  height: auto;
  font-size: 32px;
  line-height: 80px;
  color: #000;
  letter-spacing: 2px;
  border-bottom: 2px dotted #bd8e6a;
  margin-left: 100px;
}

.index-about-title i {
  font-size: 25px;
  color: #bd8e6a;
}

.index-about-content {
  height: auto;
  margin-top: 60px;
}

.iac-left {
  height: auto;
  padding: 25px;
  margin-left: -50px;
}

.iac-left p {
  color: #5a3d2b;
  letter-spacing: 2px;
  line-height: 35px;
  font-size: 17px;
  text-align: justify;
}

.iac-left b {
  font-size: 22px;
}

.iac-right {
  height: 350px;
  background-image: url(../images/iaboutback3.jpg);
  background-size: 100%;
  background-position: right;
  background-repeat: no-repeat;
  margin-left: 50px;
}

.iac-left-btn {
  width: 200px;
  height: 50px;
  background: #BD8E62;
  margin: auto;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
  box-shadow: 2px 2px 2px #DDD;
  transition: all 0.5s;
}

.iac-left-btn:hover {
  transform: translateY(5px);
  background: #a8794d;
}

.iac-left a:hover {
  text-decoration: none;
}

.iac-right-btn {
  width: 200px;
  height: 50px;
  background: #BD8E62;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  box-shadow: 2px 2px 2px #DDD;
  transition: all 0.5s;
  position: absolute;
  bottom: -100px;
  left: calc((100% - 200px)/2);
  display: none;
}

.index-foodmenu {
  height: auto;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/ifoodmenuimg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.index-foodmenu-content {
  height: auto;
  margin-top: 60px;
}

.ifc-div {
  height: auto;
}

.ifc-div-img {
  height: auto;
  background: #FFF;
  border: 1px solid #bd8e62;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.ifc-div-img img {
  object-fit: contain;
  transition: all 0.5s;
}

.ifc-div-img img:hover {
  transform: scale(1.3);
  opacity: 0.9;
}

.ifc-div-name {
  height: auto;
  line-height: 25px;
  font-size: 18px;
  padding: 15px 0px;
  letter-spacing: 1px;
  color: #bd8e62;
  font-weight: 900;
}

.ifc-div-name i {
  color: #eca818;
}

.index-foodmenu-content a:hover {
  text-decoration: none;
}

.ifc-btn {
  width: 200px;
  height: 50px;
  background: #BD8E62;
  margin: auto;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
  box-shadow: 2px 2px 2px #DDD;
  transition: all 0.5s;
}

.footer {
  height: auto;
  background: #D5d2c1;
  line-height: 30px;
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: #666;
  box-shadow: -1px -1px 2px #DDD;
}

@media screen and (max-width: 992px) {
  .iac-left {
    margin-left: 0px;
  }

  .iac-right {
    margin-left: 0px;
    margin: auto;
  }

  .iac-left-btn {
    display: none;
  }

  .iac-right-btn {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .index-about-title {
    margin-left: 0px;
  }
}
.alltitle-box {
  height: 420px;
  background-image: url(../images/alltitle.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
}

.about-imgbox {
  height: auto;
  padding: 50px 0px;
}

.about-imgbox-img {
  height: auto;
}

.about-imgbox-img img {
  box-shadow: 12px 12px 0px #DDD;
}

.about-imgbox-img2 {
  margin-top: 50px;
}

.about-textbox {
  height: auto;
  padding: 50px 0px;
}

.about-textbox-p {
  height: auto;
}

.about-textbox-p p {
  height: auto;
  color: #5a3d2b;
  letter-spacing: 2px;
  line-height: 28px;
  font-size: 16px;
  text-align: justify;
  border-left: 5px dotted #bd8e62;
  padding: 5px 15px;
}

@media screen and (max-width: 1200px) {
  .about-imgbox-img2 {
    margin-left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .about-imgbox-img1 {
    margin-left: 10%;
  }

  .about-imgbox-img2 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .about-imgbox-img1 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .index-about {
    padding-top: 0px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 440px) {
  .index-about {
    margin-top: -170px;
  }
}
.selectbox {
  height: auto;
  margin-bottom: 30px;
}

.selectdiv {
  height: 50px;
  background-color: #bd8e62;
  text-align: center;
  line-height: 50px;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  letter-spacing: 1px;
  color: #FFF;
  cursor: pointer;
  margin-top: 15px;
}

.selectdiv:hover {
  background-color: #ac7b4d;
}

.news-box {
  height: auto;
}

.news-box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
  color: #666;
  font-size: 15px;
}

.news-box td a {
  color: #666;
}

.news-box td {
  transition: all 0.5s;
}

.news-box td:hover {
  transform: translateX(10px);
  transition: all 0.5s;
}

.news-box td a:hover {
  text-decoration: none;
}

.news-box th, td {
  text-align: left;
  padding: 16px;
  text-align: justify;
  border: none !important;
}

.news-box tr:nth-child(even) {
  background-color: #e9e7d8;
}

.news-box tr:nth-child(even) a:hover {
  transform: translate(10);
}

.pagebox {
  margin-top: 50px;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  color: #999;
  float: left;
  padding: 5px 12px;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 700;
}

.pagination a.active {
  background-color: #bd8e62;
  color: white;
  text-decoration: none;
}

.pagination a:hover:not(.active) {
  background-color: #EEE;
  text-decoration: none;
  color: #bd8e62;
}

.news-date {
  text-align: right;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #bd8e62;
}

.news-title {
  height: auto;
  line-height: 30px;
  padding: 5px 0px;
  border-left: 8px solid #bd8e62;
}

.news-title h4 {
  letter-spacing: 2px;
  color: #370d00;
}

.news-content {
  height: auto;
  padding: 15px 0px;
  margin-top: 20px;
}

.news-content p {
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;
  color: #555;
  font-size: 18px;
}

.news-newsimg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.page-back {
  width: 100px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #a46843;
  box-shadow: 1px 1px 3px #CCC;
  margin: auto;
  margin-top: 50px;
  border-radius: 2px;
  letter-spacing: 1px;
  transition: all 0.5s;
  border-radius: 20px;
  border: 1px solid #FFF;
}

.page-back:hover {
  transform: translateX(-10px);
}

button:focus, button:active {
  outline: none !important;
}

img {
  max-width: 100%;
}

.tab {
  float: left;
  width: 200px;
  min-height: 800px;
  box-shadow: 0px 5px 10px #DDD;
  background-image: url(../images/tabmenuback.jpg);
  background-size: 100% 100%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #a46843;
  padding: 12px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  letter-spacing: 1px;
}

.tablinks img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 10px;
  float: left;
  border: 2px solid #FFF;
}

.tablinks span {
  line-height: 40px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f6e0ae;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ecba13;
  color: #FFF;
  font-weight: 900;
  border-bottom: 2px dashed #FFF;
}

/* Style the tab content */
.tabcontent {
  background-color: #fff;
  float: left;
  width: calc(100% - 200px);
  min-height: 800px;
  padding: 20px;
  box-shadow: 0px 5px 10px #DDD;
}

.fm-title {
  font-size: 25px;
  color: #bd8e62;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.foodmenubox {
  height: auto;
  margin-bottom: 20px;
}

.foodmenubox a {
  color: #000;
}

.foodmenubox a:hover {
  color: #000;
  text-decoration: none;
}

.foodmenubox-div {
  width: 100%;
  height: 180px;
  background: #fefefe;
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 10px;
  height: auto;
}

.foodmenubox-div img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.foodmenubox-div:hover img {
  opacity: 0.8;
}

.foodmenubox-div-title {
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

.foodmenubox-div-title h2 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px;
}

.foodmenubox-div-content {
  height: 40px;
}

.fdc-much {
  width: 80px;
  height: 40px;
  color: #FFF;
  float: left;
  line-height: 40px;
  color: #777;
  font-weight: 900;
  letter-spacing: 1px;
}

.fdc-btn {
  width: 90px;
  height: 40px;
  background-color: #d53015;
  border: none;
  color: #FFF;
  float: right;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

#text {
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 30px;
  color: white;
  transform: translate(-50%, -50%);
  overflow: scroll;
}

.over-box-title {
  height: auto;
  margin-bottom: 20px;
}

.over-box-content {
  height: 600px;
}

.obc-div {
  height: 250px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s;
}

.obc-div img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 1px 1px 30px #000;
  border: 1px solid #FFF;
  cursor: pointer;
}

.obc-div:hover {
  transform: scale(1.05);
}

.obc-div-text {
  width: auto;
  height: 40px;
  background-color: #f85989;
  padding: 0px 15px;
  line-height: 40px;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.obc-div-much {
  width: 60px;
  height: 60px;
  background-color: #f0aa0a;
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 16px;
  border-radius: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #FFF;
}

@media screen and (max-width: 576px) {
  .tab {
    width: 100%;
    min-height: auto;
    background-size: 0% 0%;
  }

  .tabcontent {
    width: 100%;
    min-height: 800px;
    margin-top: 50px;
  }
}
.couponbox {
  height: auto;
  margin-bottom: 20px;
}

.couponbox a {
  color: #000;
}

.couponbox a:hover {
  color: #000;
  text-decoration: none;
}

.couponbox-div {
  background: #fefefe;
  border: 3px dotted #bbb;
  border-radius: 10px;
  padding: 10px;
}

.couponbox-div img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.couponbox-div:hover img {
  opacity: 0.8;
}

.couponbox-div-title {
  height: auto;
  margin-top: 10px;
}

.couponbox-div-title h2 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px;
}

.promo {
  background: #ccc;
  padding: 5px;
}

.expire {
  color: red;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

#text {
  position: absolute;
  top: 60%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  overflow: scroll;
}

.overlay-couponbox {
  height: auto;
}

.overlay-couponbox {
  color: #000;
}

.overlay-couponbox-div {
  background: #fefefe;
  border: 3px dotted #bbb;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
}

.overlay-couponbox-div img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.overlay-couponbox-div-title {
  height: auto;
  margin-top: 10px;
}

.overlay-couponbox-div-title h2 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px;
}

.overlay-couponbox-div-text h6 {
  height: auto;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 18px;
}

.overlay-couponbox-div-text p {
  height: auto;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 16px;
  color: #444;
  text-align: justify;
}

.promo {
  background: #ccc;
  padding: 5px;
}

.expire {
  color: red;
}

.feedback-box {
  height: auto;
  padding: 20px 0px;
}

.feedback-box label {
  color: #bd8e62;
  letter-spacing: 1px;
  font-size: 16px;
  width: 100%;
}

.feedback-box input[type=text] {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #d5d2c1;
  box-sizing: border-box;
}

.feedback-box input[type=submit] {
  background-color: #d5d2c1;
  color: #666;
  padding: 8px 20px;
  margin: 15px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.feedback-box input[type=submit]:hover {
  opacity: 0.9;
}

.feedback-box textarea {
  width: 100%;
  border: 1px solid #d5d2c1;
  height: 100px;
}

.membersonly-box {
  height: auto;
}

.selectdiv-active {
  background-color: #ac7b4d;
}

.selectdiv a {
  color: #FFF;
}

.selectdiv a:hover {
  color: #FFF;
  text-decoration: none;
}

.membersonly-box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px dashed #EEE;
}

.membersonly-box th {
  text-align: center;
}

.membersonly-box td {
  text-align: left;
  padding: 16px;
  text-align: center;
  word-break: break-all;
  line-height: 80px;
}

.membersonly-box td img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}

.membersonly-box tr:nth-child(even) {
  background-color: #f6f6f6;
}

.membersonly-box tr:nth-child(even) a:hover {
  color: #8a9a42;
}

.signup-img {
  min-height: 100vh;
  background-image: url(../images/loginimg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.signup-content {
  min-height: 100vh;
  /*background: #DE566f;*/
  background-image: url(../images/iaboutwhite.png);
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup-title {
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  color: #bd8e62;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.signupbox {
  padding: 25px;
}

.signup-content input[type=email], input[type=text], input[type=date], input[type=password], .select {
  width: 100%;
  padding: 7px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #d5d2c1;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px #EEE;
  border-radius: 5px;
}

.select {
  color: #888;
}

.signup-content label {
  color: #555;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
}

.signup-content input[type=submit] {
  background-color: #bd8e62;
  color: #fff;
  padding: 10px 20px;
  margin: 15px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.signup-content input[type=submit]:hover {
  opacity: 0.9;
}

.signup-back {
  height: 45px;
  background: #370d00;
  line-height: 45px;
  text-align: center;
  color: #FFF;
}

.signup-back:hover {
  opacity: 0.9;
}

.signupbox a:hover {
  text-decoration: none;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 576px) {
  .signup-img {
    display: none;
  }

  .signup-title {
    text-shadow: 2px 2px 3px #000;
    color: #FFF;
  }

  .signup-content {
    background-image: url(../images/loginimgmin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .signup-content label {
    color: #fff;
  }

  .forgotbox a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .signuplogobox-img {
    display: none;
  }
}
.alltitle-box-buycar {
  height: 420px;
  background-image: url(../images/alltitlebuy.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
}

.buycar-box {
  background: #FFF;
  height: auto;
  margin: auto;
}

.buycar-box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px dashed #EEE;
}

.buycar-box th {
  text-align: center;
}

.buycar-box td {
  text-align: left;
  padding: 16px;
  text-align: center;
  word-break: break-all;
  line-height: 80px;
}

.buycar-box td img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}

.buycar-box tr:nth-child(even) {
  background-color: #f6f6f6;
}

.buycar-box tr:nth-child(even) a:hover {
  color: #8a9a42;
}

.buycar-box-coupon {
  height: auto;
  margin: auto;
  margin-top: 30px;
}

.modify-btn {
  width: 100%;
  height: 40px;
  background-color: #d53015;
  border: none;
  line-height: 35px;
  color: #FFF;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #DDD;
}

.modify-btn:hover {
  background-color: #a72a16;
}

.fa-trash-alt {
  cursor: pointer;
}

.buycar-box-coupon input[type=text] {
  width: 220px;
  background-color: #fff;
  border: 1px solid #555;
  padding: 8px 10px;
}

.buycar-box-coupon input[type=submit] {
  width: 150px;
  background-color: #000;
  border: 1px solid #FFF;
  padding: 10px 10px;
  color: #FFF;
}

.buycar-box-coupon input[type=submit]:hover {
  background-color: #bd8e62;
}

input.qty {
  width: 40px;
  height: 35px;
  text-align: center;
  border: 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0px;
  border-radius: 0px;
}

input.qtyplus {
  width: 25px;
  height: 35px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  line-height: 30px;
  border-radius: 5px;
}

input.qtyminus {
  width: 25px;
  height: 35px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  line-height: 30px;
  border-radius: 5px;
}

#nav {
  width: 220px;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav li {
  list-style: none;
}

.main {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0px 15px;
  font-size: 18px;
}

.main i {
  float: right;
  line-height: 30px;
}

ul.subs li a {
  display: block;
  padding: 10px 20px;
}

.works-dropdown .main {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  box-shadow: 2px 2px 3px #CCC;
}

.works-dropdown .open {
  background: #bd8e62;
}

.works-dropdown .rollover {
  background-color: #bd8e62;
}

.works-dropdown ul.subs li a {
  background: #fff;
  color: #555;
  font-size: 16px;
  box-shadow: 1px 1px 3px #eee;
  border-bottom: 1px dotted #ccc;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}

.works-dropdown ul.subs li a:hover {
  color: #000;
  text-decoration: none;
  font-weight: 900;
}

.buycar-box-allmoney {
  height: auto;
  margin: auto;
  margin-top: 50px;
  border-top: 1px dashed #CCC;
}

.bb-allmoney-title {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: 1px;
}

.bb-allmoney-content {
  height: auto;
  background-color: #f4f4f4;
  padding: 15px 0px;
  border: 3px dotted #ccc;
}

.bbac-left {
  font-size: 17px;
  padding: 10px 0px;
}

.bbac-right {
  text-align: right;
  font-size: 17px;
  padding: 10px 0px;
}

.bbac-left-max {
  font-size: 18px;
  padding: 10px 0px;
  font-weight: 900;
}

.bbac-right-max {
  text-align: right;
  font-size: 20px;
  padding: 10px 0px;
  color: #d53015;
  font-weight: 900;
}

.buycar-box-btn {
  height: auto;
  margin-top: 50px;
  position: relative;
}

.bbb-btn {
  width: 120px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  color: #FFF;
  letter-spacing: 1px;
  font-weight: 900;
  box-shadow: 2px 2px 3px #CCC;
  cursor: pointer;
  transition: all 0.5s;
}

.bbb-btn-order {
  position: absolute;
  right: 130px;
  background-color: #d53015;
}

.bbb-btn-send {
  position: absolute;
  right: 0;
  background-color: #f24326;
}

.bbb-btn-order:hover {
  transform: translateX(-20px);
}

.bbb-btn-send:hover {
  transform: translateX(20px);
}

.modify-left-box {
  height: auto;
}

.mlb-img {
  width: 100%;
  height: 500px;
  background: #f6f6f6;
}

.mlb-img img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  padding: 15px;
}

.mlb-name {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 28px;
}

.modify-left-box h4 {
  width: 100%;
  height: auto;
  margin-top: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}

.modify-right-box {
  height: auto;
}

.mrb-list {
  background: #fff;
  height: auto;
  margin-bottom: 10px;
  padding: 15px 0px;
  box-shadow: 2px 2px 3px #DDD;
}

.mrb-list-img {
  height: 100px;
}

.mrb-list-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.mrb-list-text {
  height: 100px;
}

.mrb-list-text h6 {
  font-size: 18px;
}

.mrb-list-text p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
}

.mrb-list-change {
  height: 100px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}

.mrb-list-change p:hover {
  font-size: 17px;
}

.mrb-btn {
  height: 40px;
  background: #d53015;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
  color: #FFF;
}

.mrb-btn:hover {
  background: #a72a16;
  cursor: pointer;
}

.modify-right-box a:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .mrb-list-img {
    height: 300px;
  }

  .mrb-list-img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 10px;
  }

  .mrb-list-text {
    height: auto;
  }

  .mrb-list-change {
    height: 30px;
    line-height: 30px;
  }
}
.over-box-list {
  width: 100%;
  height: auto;
  font-size: 18px;
  margin-bottom: 30px;
}

.signupbox input[type=submit] {
  background-color: #bd8e62;
  color: #fff;
  padding: 10px 20px;
  margin: 15px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.signupbox input[type=submit]:hover {
  opacity: 0.9;
}