.custom-page {
  margin-top: 60px;
}

footer.short-footer {
  padding-top: 1rem !important;
  padding-bottom: 2rem !important;
}

footer.short-footer > .container {
  padding-top: 0 !important;
}

footer.short-footer > .container > .row {
  display: none;
}

footer.short-footer > .container > .below-section {
  margin-top: 0 !important;
  border-top: 0 solid #676565;
}

.left_nav_category h5 {
  font-size: 1rem;
  padding-bottom: 10px;
}

.left_nav_category .el-menu {
  border-right: solid 0px #fff;
}

.left_nav_category .el-menu .el-menu-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: dotted 1px #ccc;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
}

.left_nav_category .el-menu .el-menu-item i {
  float: right;
  line-height: 50px;
  margin-right: 0 !important;
  padding-right: 0;
}

.search_box_right .el-col {
  float: right;
}

.search_box_right .input-with-select .el-input-group__append,
.search_box_right .input-with-select input {
  border-radius: 0;
}

.search_box_right .input-with-select input {
  border-right: solid 0px #fff;
}

.search_box_right .input-with-select .el-input-group__append {
  background-color: #484848;
  text-align: center;
  border: 1px solid #DCDFE6;
}

.search_box_right .input-with-select .el-input-group__append button {
  padding: 10px;
  color: #fff;
}

.product_title {
  padding: 15px 0;
}
.product_title .p_sku {
  font-size: 13px;
  color: #1c1c1c;
}
.product_title .p_title {
  font-size: 20px;
  padding: 10px 0;
  line-height: 22px;
}
.product_title .p_price {
  font-size: 20px;
  color: #e55858;
  font-weight: bold;
  margin-bottom: 10px;
}
.product_title .p-old-price {
  font-size: 12px;
  color: #898787;
  margin-top: 10px;
}

.pro-desc {
  margin-bottom: 30px;
  font-size: 15px;
}
.pro-desc h3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
}
.pro-desc .pro-desc-content p {
  font-size: 14px;
  line-height: 1.8;
}

.product_calendar h3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
}
.product_calendar .el-calendar__header {
  padding: 0 0 12px;
}
.product_calendar .el-calendar__body {
  padding: 5px 0 35px;
}
.product_calendar .el-calendar-table thead th {
  text-align: center;
  font-size: 12px;
}
.product_calendar .el-calendar-table .el-calendar-day {
  text-align: center;
  font-size: 13px;
  height: auto;
}
.product_calendar .el-calendar__title {
  font-size: 14px;
}

.product_category .el-form-item label {
  font-size: 13px;
  color: #000;
  line-height: 20px;
  padding-bottom: 8px;
}
.product_category .el-form-item .el-select {
  width: 100%;
}
.product_category .el-form-item .el-select input {
  border-radius: 0;
}
.product_category .el-form-item .el-button.btn_last_form {
  margin-top: 20px;
  width: 100%;
  border-radius: 0;
  margin-left: 0;
  height: 50px;
  background-color: #db5757;
  border: solid 1px #db5757;
  color: #fff;
}
.product_category .el-form-item .el-button.btn_add_to_cart:hover {
  opacity: 0.8;
}
.product_category .el-form-item .el-button.btn_last_form.btn_add_to_wishlist {
  margin-top: 0;
  background-color: #fff;
  border: solid 1px #fff;
  color: #626262;
}
.product_category .el-form-item .el-button.btn_last_form.btn_add_to_wishlist:hover {
  background-color: #efefef;
  border: solid 1px #efefef;
}

.face_box_title h3 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

.face_box_bg {
  display: block;
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  position: relative;
}

.try_img_face {
  display: block;
  position: absolute;
  top: 42px;
  left: 197px;
  z-index: 1;
}

.try_img_face img {
  width: 57px;
  height: 77px;
  -webkit-border-radius: 100px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius: 100px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-radius: 100px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.list_image_user {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  padding-bottom: 15px;
  padding-top: 0;
}
.list_image_user li {
  margin-bottom: 5px;
}
.list_image_user li img {
  width: 68px;
  max-height: 90px;
  border: solid 1px #ccc;
  padding: 1px;
}
.list_image_user li img:hover {
  cursor: pointer;
  border: solid 1px red;
}
.list_image_user li img.active {
  border: solid 1px red;
}

.custom-page .el-upload-dragger {
  width: 100% !important;
  height: 150px;
}
.custom-page .el-upload-dragger .el-icon-upload {
  font-size: 35px;
  line-height: 10px;
  margin-top: 10px;
}
.custom-page .upload_single_wrapper {
  padding-right: 0;
  min-height: 150px !important;
  height: 150px !important;
}

.demo_face_2 .face_box_bg,
.demo_face_3 .face_box_bg,
.demo_face_4 .face_box_bg,
.demo_face_5 .face_box_bg {
  /*background-size: contain;*/
  background-size: 90% auto;
}

.demo_face_2 .try_img_face {
  top: 54px;
  left: 187px;
}

.demo_face_2 .try_img_face img {
  width: 63px;
  height: 82px;
}

.face_box_images .el-button.btn_try_face {
  font-weight: bold;
  width: 100%;
  border: solid 1px #db5757;
  background-color: #db5757;
  color: #fff;
}
.face_box_images .el-button.btn_try_face:hover {
  border: solid 1px #db5757;
  color: #db5757;
  background-color: #FFF;
}
.face_box_images .el-button.btn_try_face.is-disabled {
  opacity: 0.5;
}

.demo_face_2 .btn_download_block {
  top: 5px;
  left: 45px;
}

.demo_face_2 .btn_download_block .el-button {
  font-weight: normal;
  padding: 5px 10px;
  font-size: 12px;
  border: solid 1px #fff;
  opacity: 0.8;
}

.demo_face_2 .btn_download_block .el-button:hover {
  opacity: 1;
}

.face_box_images .upload_box {
  padding-right: 10%;
}

/* Custom Mobile */
.footer_sp_nav {
  display: none;
}

.img_nav_item,
.img_box_bottom,
.face_template {
  display: none;
}

.product-block {
  padding: 0 20px;
}

.product-block .p-item {
  padding: 10px;
  border: solid 1px #dcdcdc;
  margin: 0 15px 30px;
}

.product-block .p-item:hover {
  border-color: #5c5c5c;
  opacity: 0.8;
}

.product-block .p-item a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.product-block .p-item img {
  width: 100%;
  height: auto;
}

.product-block .p-item h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

.product-block .p-item a:hover h3 {
  text-decoration: underline;
}

.product-block .p-item span.price {
  display: block;
  width: 100%;
  text-align: center;
  color: red;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .custom-page .upload_single_wrapper {
    padding-right: 0px;
  }
  .face_box_images .el-button.btn_try_face {
    width: 100%;
  }
  .face_box_title {
    display: none;
  }
  header.nav-fixed {
    padding: 6px;
  }
  .nav-fixed .navbar .navbar-brand {
    font-size: 22px;
  }
  .custom-page {
    margin-top: 0;
  }
  .custom-page-wrap {
    padding: 0 !important;
  }
  footer.short-footer,
  #movetop {
    display: none;
  }
  .demo_face_2 .face_box_bg,
  .demo_face_3 .face_box_bg,
  .demo_face_4 .face_box_bg,
  .demo_face_5 .face_box_bg {
    /*background-size: cover;*/
    background-size: 90% auto;
  }
  .list_image_user {
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .footer_sp_nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .footer_sp_nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
  }
  .el-menu--horizontal > .el-menu-item.is-active {
    border-bottom: 2px solid #fff;
    color: #303133;
  }
  .el-menu-item i,
  .el-menu--horizontal > .el-menu-item {
    color: #303133 !important;
  }
  .el-menu--horizontal > .el-menu-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .el-menu-item [class^=el-icon-] {
    width: 30px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 30px;
  }
  .el-menu--horizontal > .el-menu-item span {
    line-height: 1.6;
    font-size: 12px;
  }
  .el-menu--horizontal > .el-menu-item {
    width: 33%;
  }
  .el-menu.el-menu--horizontal {
    border-bottom: solid 1px #fff;
  }
}
@media only screen and (max-width: 992px) {
  .list_image_user {
    display: none;
  }
  .el-menu--horizontal > .el-menu-item {
    height: 50px;
    line-height: 50px;
  }
  .upload_box.sp_upload {
    display: none;
  }
  .face_box_bg {
    height: 730px;
  }
  .el-menu--horizontal > .el-menu-item {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer_sp_nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  .el-menu.el-menu--horizontal {
    padding-top: 6px;
  }
  .custom-page-wrap {
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 992px) {
  .face_template {
    display: block;
    background-color: transparent;
    height: 110px;
    position: fixed;
    bottom: 50px;
    width: 100%;
    padding: 0 15px;
  }
  .face_template ul {
    display: flex;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
  }
  .face_template ul li {
    background-color: #F0F1F5;
    padding: 8px;
    border-radius: 10px;
    margin-right: 5px;
  }
  .face_template img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .face_box_bg {
    background-position: center top;
  }
  .face_box_bg {
    height: 80vh;
  }
  .face_template_wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: 95px;
  }
  .face_template_wrap ul {
    width: 100%;
  }
  .face_template_wrap ul li {
    width: 20%;
    max-width: 84px;
  }
  .face_template_wrap ul li img {
    width: 100%;
    height: auto;
    max-width: 70px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .face_template ul li {
    padding: 5px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .face_template ul {
    padding: 15px 10px;
  }
  .face_template ul {
    position: relative;
  }
  .face_template_wrap ul li.btn_text_item {
    max-width: 20%;
    width: 20%;
    min-height: 60px;
    position: absolute;
    right: -5px;
    top: 15px;
    background-color: #FFF;
    color: #757575;
    text-align: center;
    line-height: 1.3;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
  }
  .face_template_wrap ul li.btn_text_item i {
    font-size: 26px;
  }
  .face_template_wrap ul li.btn_text_item {
    top: 20px;
    cursor: pointer;
  }
  .face_template_wrap ul li.btn_text_item span {
    display: block;
  }
  .face_template_wrap ul li.btn_text_item span.bold_title {
    font-weight: bold;
    font-size: 14px;
    color: #000;
  }
  .img_box_bottom {
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);*/
  }
  .face_template ul li.no_template_item {
    background-color: #fff;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0;
    color: #a3a3a3;
    width: auto;
    max-width: 100%;
    font-size: 14px;
  }
  .img_nav_item {
    display: block;
    background-image: url(../images/top_btn_bg.png);
    position: absolute;
    top: 45px;
    left: 13px;
    width: 50px;
    height: 50px;
    z-index: 1;
    border: solid 1px #3A3B3F;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    background-color: #3A3B3F;
  }
  .img_nav_item:hover {
    cursor: pointer;
    border: solid 1px red;
  }
  .template_modal {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .template_modal .el-drawer__header {
    padding: 8px 15px 0;
    margin-bottom: 8px;
  }
  .template_modal .el-drawer__header button.el-drawer__close-btn i {
    font-weight: bold;
    color: #000;
  }
  .temp_modal_content {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .temp_modal_content ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
  }
  .temp_modal_content ul li {
    width: 15%;
    margin: 3px;
    border-radius: 10px;
  }
  .temp_modal_content ul li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    cursor: pointer;
  }
  .face_template_wrap ul li.btn_text_item span {
    font-size: 12px;
    line-height: 20px;
    padding-left: 8px;
    text-align: left;
  }
  .temp_modal_content .modal_upload {
    display: block;
    padding: 15px;
  }
  .modal_upload_button {
    padding: 0 15px;
  }
  .modal_upload_button button.el-button.btn_try_face {
    font-weight: bold;
    border: solid 1px #db5757;
    background-color: #db5757;
    color: #fff;
    width: 100%;
  }
  .modal_upload_button button.el-button.btn_try_face.is-disabled {
    opacity: 0.5;
  }
  .modal_upload_button .el-button.btn_try_face:hover {
    border: solid 1px #db5757;
    color: #db5757;
    background-color: #FFF;
  }
  .temp_modal_content ul li img {
    border: solid 1px #fff;
  }
  .temp_modal_content ul li img.active {
    border: solid 1px red;
  }
  .face_template_wrap ul li.hidden_img {
    display: none;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 80%;
  }
}
.pagination-pro .el-pagination {
  text-align: center;
}

.product-filter {
  padding: 0 36px;
  margin-bottom: 35px;
}

.filter-form {
  background-color: #f4f4f4;
  padding: 5px 40px;
}

.filter-form h3 {
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.filter-form-content {
  padding: 22px 0 0;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 22px;
}

.filter-form-button .el-form-item .el-form-item__content {
  margin-left: 0 !important;
  text-align: center;
}

.filter-form-button button.filter_submit {
  line-height: 48px;
  text-align: center;
  background-color: #d52044;
  color: #fff;
  font-size: 16px;
  padding: 0px 88px !important;
  margin: 0px;
  border-radius: 0;
}

.filter-form-button button.filter_submit:hover {
  background-color: #7c1328;
}

.filter-form-button button.filter_clear {
  border-radius: 0;
  line-height: 34px;
  padding: 0px 36px;
  background-color: #dedede;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s linear;
  cursor: pointer;
  font-size: 0.875rem;
  outline: none;
  color: #333333;
}

.filter-form-button button.filter_clear:hover {
  background-color: #333333;
  color: #fff;
}

.filter-form h3 span {
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  background-color: #dedede;
  line-height: 30px;
  margin-top: 11px;
  cursor: pointer;
}

.fixed-top .mode-container a i {
  color: #fff;
}

.fixed-top.nav-fixed .mode-container a i {
  color: #060606;
}

#login_page {
  margin-top: 150px;
  margin-bottom: 200px;
}

#login_page .login-form {
  display: block;
  margin: auto;
  padding-top: 50px;
}

#login_page .btn_box {
  text-align: center;
}

#login_page .btn_box a {
  display: block;
  width: 30%;
  margin: auto;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #dedede;
  color: #333333;
}

#login_page .btn_box a {
  opacity: 0.8;
}

#login_page .btn_box a.btn_login {
  background-color: #d52044;
  color: #fff;
}

#login_page .btn_box a.btn_login:hover {
  background-color: #7c1328;
}/*# sourceMappingURL=custom.css.map */