/* common start */
body {
  height: 100%;
}
.app-container {
  height: 100%;
}
#meun.uk-overlay-default {
  z-index: 1;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}
@media (min-width: 1200px) {
  .nav-head .uk-navbar {
    padding: 0 250px;
  }
}
.nav-head .uk-navbar .uk-navbar-toggle {
  color: #ff4c39;
  font-size: 16px;
  font-weight: bold;
}
.nav-head .uk-overlay-default .uk-close-large svg {
  width: 40px;
  height: 40px;
}
.nav-head .uk-overlay-default .uk-nav-primary li a {
  font-size: 40px;
}
footer {
  height: 25px;
  color: #fff;
  background-color: #000;
  padding: 20px 0;
  width: 100%;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
.app-head {
  height: 300px;
  background-size: cover;
  background-position: top;
}
/* common end */
/* index start */
.home-head {
  height: 80px;
}
.home-container {
  min-height: calc(100vh - 200px);
}
@media (min-width: 1200px) {
  .home-container {
    padding: 0 250px;
  }
  .imgbox {
    height: 740px;
  }
}
@media (max-width: 1200px) {
  .imgbox {
    min-height: inherit;
  }
  .imgbox img {
    min-height: inherit;
  }
}
.imgbox img {
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.index-btn {
  height: 55px;
  text-align: center;
}
.index-btn .button-white {
  padding-top: 15px;
  font-size: 20px;
  border: none;
  color: #ff4c39;
}
.index-btn .button-white:hover {
  border: none;
  color: #ff4c39;
}
.transparent-foot footer {
  background-color: transparent;
  color: #999;
}
.transparent-foot footer a {
  color: currentColor;
}
.transparent-foot footer a:hover {
  color: currentColor;
}
/* index end */
.about-container,
.contact-container,
.product-container {
  color: #999;
  box-sizing: border-box;
  min-height: calc(100vh - 365px);
}
/* about start */
.about-head {
  background-image: url('../image/about-bg.jpg');
}
@media (min-width: 1200px) {
  .about-container {
    padding-left: 300px;
    padding-right: 500px;
  }
}
/* about end */
/* contact start */
.contact-head {
  background-image: url('../image/about-bg.jpg');
}
.contact-container .submit-btn {
  background-color: #999;
  color: #fff;
}
/* contact end */
/* products start */
.product-head {
  background-image: url('../image/product-bg.jpg');
}
.product-container {
  padding: 20px 0;
}
.product-container h1 {
  margin-top: 70px;
  margin-bottom: 90px;
}
.product-container .product-panel > * {
  justify-content: center;
}
.product-container .product-item {
  width: 200px;
  height: 400px;
}
.product-container .product-item.uk-grid-margin {
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-container .product-panel {
    width: 800px;
  }
  .product-container .product-item:nth-child(even) {
    margin-top: 100px;
  }
}
.uk-pagination > * {
  padding-left: 0px;
  margin-left: 10px;
  background-color: #F6F8F9;
  border: 1px solid #F6F8F9;
  border-radius: 4px;
}
.uk-pagination > *.uk-active {
  color: #fff;
  background-color: #000;
}
.uk-pagination > *.uk-active > * {
  color: #fff;
}
.uk-pagination > * > * {
  padding: 0 15px;
  font-size: 0.875rem;
  line-height: 38px;
}
/* products end */
/* productitem start */
.detail-head {
  height: 80px;
}
.productItem-container {
  color: #999;
  box-sizing: border-box;
  min-height: calc(100vh - 145px);
}
@media (min-width: 1200px) {
  .uk-breadcrumb {
    padding: 0 250px;
  }
}
.uk-breadcrumb > * > * {
  font-size: inherit;
}
.productItem-box .productItem-head img {
  width: 300px;
  height: 600px;
}
.productItem-box .productItem-content > .uk-accordion {
  margin-top: 20px;
}
.productItem-box .productItem-content > .uk-accordion .sizechart {
  width: 100%;
}
.productItem-box .productItem-content > .uk-accordion .sizechart img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productItem-box .productItem-content > .uk-accordion .details {
  width: 200px;
  height: 200px;
  border: 1px solid #F6F8F9;
  margin: 0 10px 10px 0;
}
.productItem-box .productItem-content > .uk-accordion .details img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productItem-box .productItem-content > * > * > .uk-accordion-title {
  background-color: #F6F8F9;
  border: 1px solid #F6F8F9;
  padding: 10px 15px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .productItem-box {
    padding-left: 300px;
    padding-right: 300px;
  }
}
.uk-lightbox.uk-open {
  background: rgba(255, 255, 255, 0.8);
}
/* productitem  end */
