@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("../fonts/SF-UI-Display-Regular.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url("../fonts/SF-UI-Display-Medium.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url("../fonts/SF-UI-Display-Semibold.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: bold;
  src: url("../fonts/SF-UI-Display-Bold.otf");
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  font-family: "SF Display";
  color: black;
  margin: 0;
  margin-right: 15px;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 14px;
  background: #f4f4f4;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: inherit;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}
body h1 {
  font-size: 2.1em;
}
body h2 {
  font-size: 1.75em;
}
body h3 {
  font-size: 1.4em;
}
body h4 {
  font-size: 1.15em;
}
body h5 {
  font-size: 1em;
}
body h6 {
  font-size: 0.85em;
}
body a {
  outline: none;
  text-decoration: none;
  font-weight: 400;
  color: inherit;
}
body a:hover,
body a:focus {
  text-decoration: none;
  color: inherit;
}
body ul {
  margin: 0;
  padding: 0;
}
body li {
  list-style: none;
}
body img {
  border: none;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
body section {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body .go-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #CF3030;
  transition: 500ms;
  z-index: 1000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transform: translateY(100px);
}
body .go-top:hover {
  background: #CF3030;
}
body .go-top:hover span:nth-child(1) {
  transform: rotate(-35deg);
  left: 7px;
  top: 18px;
}
body .go-top:hover span:nth-child(2) {
  transform: rotate(35deg);
  left: 19px;
  top: 18px;
}
body .go-top span {
  position: absolute;
  top: 20px;
  width: 15px;
  height: 2px;
  background: white;
  transition: 0.2s;
}
body .go-top span:nth-child(1) {
  left: 5px;
}
body .go-top span:nth-child(2) {
  left: 20px;
}
body button:focus {
  outline: none;
}
body input:focus,
body select:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 48, 48, 0.5);
}

body .xzoom-source img,
body .xzoom-preview img,
body .xzoom-lens img {
  z-index: 1051;
}
body .overlay-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}
body .overlay-menu.overlay-in {
  display: block;
}
body .modal {
  cursor: url("../img/cursor.png"), auto;
  z-index: 1050;
}
body .mfp-bg {
  z-index: 1052;
}
body .mfp-wrap {
  z-index: 1053;
}
body .swal2-popup .swal2-styled.swal2-confirm {
  background: #CF3030;
}
body .swal2-popup .swal2-styled.swal2-confirm a {
  font-weight: 500;
}
body .ui-widget.ui-widget-content {
  z-index: 1050;
}

.pagination {
  margin-bottom: 10px;
}
.pagination .page-link {
  background: none;
  border: 1px solid #cccccc;
  color: #585858;
  border-radius: 3px;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  background: none;
  background: white;
  padding: .5rem 0;
}
.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link.active {
  background: #CF3030;
  color: white;
}

.bread-crumb {
  color: black;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: left;
}
.bread-crumb .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
  justify-content: left;
}
.bread-crumb .breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}
.bread-crumb .breadcrumb .breadcrumb-item:before {
  content: "/";
  padding-left: 10px;
  padding-right: 15px;
}
.bread-crumb .breadcrumb .breadcrumb-item:hover {
  color: #CF3030;
}
.bread-crumb .breadcrumb .breadcrumb-item.active {
  color: #CF3030;
}

.quickview {
  cursor: url("../img/cursor.png"), auto;
}
.quickview .modal-content {
  cursor: default;
}
.quickview .modal-content .modal-body img {
  margin-bottom: 10px;
}
.quickview .modal-content .modal-body h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.quickview .modal-content .modal-body h5 {
  margin-bottom: 15px;
}
.quickview .modal-content .modal-body h4 {
  color: #CF3030;
  font-weight: bold;
  margin-bottom: 15px;
}
.quickview .modal-content .modal-body h4 span {
  font-weight: 400;
  color: #585858;
  text-decoration: line-through;
  margin-left: 20px;
}
.quickview .modal-content .modal-body p {
  margin-bottom: 20px;
  color: #656565;
}
.quickview .modal-content .modal-body input {
  width: 40px;
  height: 40px;
  padding-left: 5px;
  margin: 0 5px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 3px;
}
.quickview .modal-content .modal-body .quantity {
  margin: 30px 0;
}
.quickview .modal-content .modal-body .quantity a {
  border: 2px solid #CF3030;
  background: #CF3030;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.quickview .modal-content .modal-body .quantity a:hover {
  color: #CF3030;
  background: none;
}
.quickview .modal-content .modal-body .cart-btn {
  border: 2px solid #CF3030;
}
.quickview .modal-content .modal-body .cart-btn:hover {
  background: none;
  border-color: black;
}
.quickview .modal-content .modal-body .xzoom-thumbs a {
  background: none;
  margin: 1px;
}
.quickview .modal-content .modal-body .xzoom-thumbs .xactive {
  border: 1px solid #CF3030;
}
.quickview .modal-content .modal-body .tags {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e1e1e1;
}
.quickview .tags span a {
  color: #CF3030;
}
.quickview .tags span a:hover {
  text-decoration: underline;
}

.contact-page {
  margin-bottom: 50px;
}
.contact-page .box-contact {
  color: black;
}
.contact-page .box-contact input {
  height: 40px;
}
.contact-page .box-contact textarea {
  height: 100px;
}

.footer {
  background: #252525;
  color: white;
  padding-top: 30px;
}
.footer h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer h4 i {
  float: right;
  margin-top: -4px;
  display: none;
}
.footer ul {
  margin-bottom: 30px;
}
.footer ul li {
  margin-bottom: 15px;
  color: #ccc;
}
.footer ul li i {
  margin-right: 10px;
  color: #CF3030;
  font-size: 14px;
}
.footer ul li a {
  color: #ccc;
  transition: 0.3s;
  font-size: 0.9em;
}
.footer ul li a:hover {
  color: #CF3030;
}
.footer i {
  font-size: 20px;
  margin-right: 15px;
  transition: 0.3s;
}
.footer i:hover {
  color: #CF3030;
}
.footer .contact h5 {
  margin-bottom: 10px;
}
.footer .contact ul li {
  margin-bottom: 10px;
}
.footer .copyright {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #383838;
}

.header-top {
  background: #252525;
  color: white;
  text-align: center;
  padding: 7px 0;
}
.header-top h5 {
  padding: 12px 0;
  display: inline-block;
}
.header-top ul {
  display: inline-block;
  margin-left: 20px;
}
.header-top ul li {
  margin-left: 20px;
  display: inline-block;
  padding: 5px 0;
}
.header-top ul li:first-child {
  margin-left: 0;
}
.header-top ul li a {
  font-weight: 600;
  transition: 0.3s;
}
.header-top ul li a:hover {
  color: #CF3030;
}
.header-top ul li a i {
  padding-right: 10px;
  color: #CF3030;
}

.menu {
  z-index: 1000;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  height: 90px;
}
.menu .container {
  display: flex;
}
.menu.down {
  position: fixed;
  width: 100%;
  top: 0;
  right: 15px;
  height: 70px;
}
.menu.down .logo {
  margin: 10px 0;
  margin-right: 30px;
}
.menu.down .main-menu .nav {
  margin: 23px 0;
}
.menu .logo {
  margin: 20px 0;
  margin-right: 30px;
}
.menu .logo img {
  height: 50px;
}
.menu .main-menu {
  position: relative;
}
.menu .main-menu .toggleMenu {
  cursor: pointer;
  display: none;
  color: black;
  margin: 10px 0;
  z-index: 10000;
  transition: 500ms;
}
.menu .main-menu .toggleMenu i {
  font-size: 26px;
}
.menu .main-menu .nav {
  display: block;
  text-align: center;
  margin: 33px 0;
}
.menu .main-menu .nav li {
  transition: 0.5s;
  display: inline-block;
}
.menu .main-menu .nav li .active {
  color: #CF3030;
}
.menu .main-menu .nav li a {
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
  color: black;
  padding: 0;
  display: initial;
  padding: 0 20px;
  text-transform: uppercase;
}
.menu .main-menu .nav li a:hover {
  color: #CF3030;
}

.title-page {
  margin-bottom: 30px;
}
.title-page h1 {
  position: relative;
}
.title-page h1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #cccccc;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.title-page h1 a {
  text-transform: uppercase;
  font-weight: bold;
  background: #f4f4f4;
  padding-right: 30px;
  cursor: default;
}
.title-page h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.article-top {
  background: #f4f4f4;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.article-top .container {
  display: grid;
  grid-template-columns: 250px calc(100% - 280px);
  grid-gap: 30px;
}
.article-top .slider {
  position: relative;
  margin-bottom: 0;
}
.article-top .slider .owl-theme .owl-nav button.owl-prev,
.article-top .slider .owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  line-height: 36px;
  border-radius: 0;
}
.article-top .slider .owl-theme .owl-nav button.owl-prev:hover,
.article-top .slider .owl-theme .owl-nav button.owl-next:hover {
  background: #CF3030;
  border-color: #CF3030;
}
.article-top .slider .owl-theme .owl-nav button.owl-prev:focus,
.article-top .slider .owl-theme .owl-nav button.owl-next:focus {
  outline: none;
}
.article-top .slider .owl-theme .owl-nav button.owl-prev {
  left: 2%;
}
.article-top .slider .owl-theme .owl-nav button.owl-next {
  right: 2%;
}
.article-top .service {
  margin-top: 30px;
}
.article-top .service .box-service {
  background: white;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 10px;
}
.article-top .service .box-service img {
  width: 40px;
  height: 40px;
}
.article-top .service .box-service-detail {
  width: calc(100% - 50px);
  margin-left: 10px;
}
.article-top .service .box-service-detail h4 {
  font-weight: 600;
  text-transform: uppercase;
}
.article-top .service .box-service-detail h6 {
  color: #585858;
}

.search {
  width: 100%;
  height: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  position: relative;
  background: white;
  border-right: 1px solid #e1e1e1;
}
.search select {
  width: 200px;
  display: inline-block;
  height: 50px;
  border: 1px solid #e1e1e1;
  background: #f4f4f4;
  margin-right: -4px;
  padding-left: 10px;
}
.search select:focus {
  border-color: #e1e1e1;
  outline: 0;
  box-shadow: none;
}
.search input {
  width: calc(100% - 200px);
  display: inline-block;
  height: 50px;
  border: 1px solid #e1e1e1;
  background: white;
  padding-left: 10px;
  border-right: 0;
}
.search input:focus {
  border-color: #e1e1e1;
  outline: 0;
  box-shadow: none;
}
.search button {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: 0;
  font-size: 20px;
  color: black;
  cursor: pointer;
  transition: 0.3s;
}
.search button:hover {
  color: #CF3030;
}

.product-page {
  margin-bottom: 30px;
}
.product-page .container {
  display: grid;
  grid-template-columns: 250px calc(100% - 280px);
  grid-gap: 30px;
}
.product-page .category h4 {
  background: black;
}
.product-page .category ul {
  height: auto;
}
.product-page .category ul li ul {
  height: 0;
}
.product-page .category h5 {
  display: none;
}
.product-page .left-in {
  background: white;
  border: 1px solid #e1e1e1;
}
.product-page .left-in h4 {
  background: black;
  padding: 12px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.product-page .left-in .filter-color-box {
  padding: 20px;
}
.product-page .left-in .filter-color .check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
.product-page .left-in .filter-color .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-page .left-in .filter-color .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background: #e1e1e1;
}
.product-page .left-in .filter-color .check-box:hover input ~ .checkmark {
  background-color: #ccc;
}
.product-page .left-in .filter-color .check-box input:checked ~ .checkmark {
  background-color: #CF3030;
}
.product-page .left-in .filter-color .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.product-page .left-in .filter-color .check-box input:checked ~ .checkmark:after {
  display: block;
}
.product-page .left-in .filter-color .check-box .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 13px;
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.product-page .left-in .filter-color .check-box:hover {
  color: #CF3030;
}
.product-page .left-in .filter-done {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  background: #CF3030;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  color: white;
}
.product-page .left-in .filter-done:hover {
  background: black;
}
.product-page .seller {
  background: white;
  border: 1px solid #e1e1e1;
}
.product-page .seller h4 {
  background: black;
  padding: 12px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.product-page .seller .box-seller {
  padding: 10px;
  display: flex;
}
.product-page .seller .box-seller-img {
  width: 80px;
}
.product-page .seller .box-seller-img img {
  transition: 0.3s;
}
.product-page .seller .box-seller-img img:hover {
  filter: brightness(0.7);
}
.product-page .seller .box-seller-detail {
  width: calc(100% - 90px);
  margin-left: 10px;
}
.product-page .seller .box-seller-detail h5 a {
  transition: 0.3s;
}
.product-page .seller .box-seller-detail h5 a:hover {
  color: #CF3030;
}
.product-page .main .title-page h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-right: 30px;
}
.product-page .main-zone {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 20px;
}
.product-page .main .product-detail-1-img .xzoom-thumbs {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 25px;
  position: relative;
}
.product-page .main .product-detail-1-img .xzoom-thumbs img {
  width: auto;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .xzoom-gallery:hover {
  border-color: #CF3030;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .xactive {
  border-color: #CF3030;
  box-shadow: 0px 0px 3px 0px #CF3030;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-prev,
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  font-size: 30px;
  transition: 0.5s;
  transform: translateY(-50%);
}
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-prev:hover, .product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-prev:focus,
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-next:hover,
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-next:focus {
  color: #CF3030;
  background: none;
  outline: none;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-prev {
  left: -12%;
}
.product-page .main .product-detail-1-img .xzoom-thumbs .owl-theme .owl-nav button.owl-next {
  right: -12%;
}
.product-page .main .product-detail-1-detail {
  color: #585858;
  margin-bottom: 30px;
}
.product-page .main .product-detail-1-detail h3 {
  font-weight: bold;
  margin-bottom: 5px;
  color: black;
}
.product-page .main .product-detail-1-detail p {
  color: #585858;
  margin-bottom: 10px;
}
.product-page .main .product-detail-1-detail h4 {
  color: #CF3030;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-page .main .product-detail-1-detail h4 span {
  color: #585858;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 30px;
}
.product-page .main .product-detail-1-detail h5 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.product-page .main .product-detail-1-detail .quantity a {
  padding: 12px 20px;
  transition: 0.3s;
  background: #CF3030;
  color: white;
  border: 2px solid #CF3030;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.product-page .main .product-detail-1-detail .quantity a:hover {
  color: #CF3030;
  background: none;
}
.product-page .main .product-detail-2-title .nav-tabs {
  border-bottom: 2px solid #383838;
  margin-bottom: 30px;
}
.product-page .main .product-detail-2-title .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.product-page .main .product-detail-2-title .nav-tabs .nav-item .nav-link {
  padding-bottom: 11px;
  border: none;
  border-bottom: 2px solid #383838;
  transition: 0.5s;
  font-weight: bold;
}
.product-page .main .product-detail-2-title .nav-tabs .nav-item .nav-link.active, .product-page .main .product-detail-2-title .nav-tabs .nav-item .nav-link:hover {
  background: none;
  border: none;
  border-bottom: 2px solid #CF3030;
  padding-bottom: 11px;
  color: #CF3030;
}
.product-page .main .product-detail-2 img {
  margin-bottom: 20px;
}
.product-page .main .similar h2 {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 2px solid #555555;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-detail {
  margin-bottom: 40px;
}
.page-detail .container {
  display: flex;
}
.page-detail .category {
  width: 250px;
  margin-right: 30px;
}
.page-detail .category ul {
  height: auto;
}
.page-detail .category ul li ul {
  height: 0;
}
.page-detail .category h5 {
  display: none;
}
.page-detail .main-detail img {
  margin-bottom: 20px;
  display: block;
}
.page-detail .main-detail h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.page-detail .main-detail h5 {
  color: #CF3030;
  margin-bottom: 10px;
}
.page-detail .main-detail h5 i {
  padding-right: 10px;
}
.page-detail .main-detail h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.page-detail .construction-zone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}
.page-detail .construction-zone .box-construction {
  background: white;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  padding-bottom: 30px;
}
.page-detail .similar .title-page {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid black;
}
.page-detail .similar .title-page h2 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.category {
  background: white;
  border: 1px solid #e1e1e1;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.category h4 {
  font-weight: 600;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  background: #CF3030;
  color: white;
}
.category h4 i {
  float: right;
  font-size: 20px;
}
.category ul {
  padding: 0;
  padding-bottom: 0;
  height: 630px;
  overflow: hidden;
  transition: all 0.3s;
}
.category ul.active {
  height: auto;
}
.category ul.active ul {
  height: 0;
}
.category ul li {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.category ul li:hover a {
  background: #e1e1e1;
  color: black;
}
.category ul li:hover ul {
  padding: 10px 0;
  height: auto;
}
.category ul li:hover ul li {
  visibility: initial;
}
.category ul li:hover ul li a {
  background: none;
  color: black;
}
.category ul li:hover i {
  color: black;
}
.category ul li:last-child {
  margin-bottom: 0px;
}
.category ul li a {
  transition: 0.3s;
  color: black;
  position: relative;
  padding: 15px 20px;
}
.category ul li a span {
  position: relative;
}
.category ul li a .new {
  position: absolute;
  right: -35px;
  top: -10px;
  background: #CF3030;
  padding: 1px 5px;
  color: white;
  font-size: 10px;
  border-radius: 3px;
  text-transform: uppercase;
}
.category ul li a .new::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -3px;
  border-right: 5px solid transparent;
  border-top: 3px solid #CF3030;
}
.category ul li i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: black;
}
.category ul li ul {
  padding: 0;
  height: 0;
  margin-left: 10px;
  border-left: 1px solid #e1e1e1;
}
.category ul li ul li {
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: 15px;
  visibility: hidden;
}
.category ul li ul li a:hover {
  background: none;
  color: #CF3030;
}
.category h5 {
  padding: 10px 20px;
  color: #CF3030;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
  position: relative;
}
.category h5:hover {
  color: #CF3030;
}
.category h5 i {
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 6px;
}

.product {
  margin-bottom: 50px;
}
.product .container {
  position: relative;
}

.swiper-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #f4f4f4;
  width: 100px;
  height: 40px;
}
.swiper-btn .swiper-button-next, .swiper-btn .swiper-button-prev {
  top: 25px;
  background-size: initial;
  transition: 0.3s;
}
.swiper-btn .swiper-button-next:hover, .swiper-btn .swiper-button-prev:hover {
  filter: brightness(0.8);
}
.swiper-btn .swiper-button-next.swiper-button-disabled, .swiper-btn .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}
.swiper-btn .swiper-button-next {
  background-image: url("../img/right.png");
  width: 35px;
  height: 35px;
}
.swiper-btn .swiper-button-prev {
  background-image: url("../img/left.png");
  width: 35px;
  height: 35px;
}

.box-product {
  background: white;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
}
.box-product-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 235px;
}
.box-product-img:hover img {
  filter: brightness(.7);
}
.box-product-img:hover .custom-quickview {
  transform: none;
}
.box-product-img img {
  transition: 0.5s;
}
.box-product-img img.hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.box-product-img span {
  padding: 4px 8px;
  text-transform: uppercase;
  color: white;
  background: #CF3030;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.box-product-img .custom-quickview {
  width: 30px;
  height: 30px;
  background: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 30px;
  text-align: center;
  transition: 0.3s;
  z-index: 1;
  transform: scaleX(0);
}
.box-product-img .custom-quickview:hover {
  background: #CF3030;
  color: white;
}
.box-product-img .custom-quickview i {
  font-size: 16px;
}
.box-product-detail h6 {
  margin-bottom: 5px;
  color: #585858;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-product-detail h5 a {
  font-weight: 500;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-product-detail h5 a:hover {
  color: #CF3030;
}

.order {
  background-image: url("../img/bg-order.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: white;
  margin-bottom: 50px;
}
.order a {
  background: white;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  font-size: 16px;
  transition: 0.3s;
  position: absolute;
  width: 240px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.order a:hover {
  background: #CF3030;
  color: white;
}

.partner {
  margin-bottom: 50px;
}
.partner .box-partner {
  background: white;
  padding: 20px 0;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.partner .box-partner img {
  height: 140px;
}

.construction {
  margin-bottom: 50px;
}
.construction .container {
  position: relative;
}
.construction .swiper-construction {
  background: white;
  padding: 30px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.box-construction-img {
  position: relative;
  margin-bottom: 30px;
}
.box-construction-img .date {
  position: absolute;
  bottom: -20px;
  left: 48px;
  background: #CF3030;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 3px;
  z-index: 2;
}
.box-construction-img::after {
  content: "";
  width: 116px;
  height: 26px;
  background-image: url("../img/date.png");
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 1;
}
.box-construction-detail h4 {
  margin-bottom: 10px;
}
.box-construction-detail h4 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  transition: 0.3s;
}
.box-construction-detail h4 a:hover {
  color: #CF3030;
}
.box-construction-detail h5 {
  color: #585858;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-construction-detail-btn {
  margin-top: 30px;
}
.box-construction-detail-btn a {
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #585858;
  color: #585858;
  transition: 0.3s;
}
.box-construction-detail-btn a:hover {
  background: #CF3030;
  color: white;
  border-color: #CF3030;
}

.category-bottom {
  margin-bottom: 50px;
}
.category-bottom .container {
  position: relative;
}
.category-bottom .swiper-category-bottom {
  background: white;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
}
.category-bottom .box-category-bottom {
  position: relative;
  overflow: hidden;
}
.category-bottom .box-category-bottom:hover img {
  transform: scale(1.2);
}
.category-bottom .box-category-bottom:hover h3 {
  color: #CF3030;
}
.category-bottom .box-category-bottom img {
  filter: brightness(0.5);
  transition: 0.3s;
}
.category-bottom .box-category-bottom h3 {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  body {
    margin-left: 15px;
    font-size: calc(9px + 0.4vmax);
  }
  
  .container {
      max-width: calc(100% - 30px);
  }

  .menu .main-menu .nav li a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
  }

  .category ul {
    height: 450px;
  }

  .box-product-img .custom-quickview {
    transform: none;
  }
  
  .box-product-img {
      max-height: calc(100vw / 3 - 155px);
  }
}
@media (max-width: 992px) {
  .header-top {
    padding-top: 65px;
  }

  .mobile {
    position: fixed;
    background: white;
    top: 0;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 60px;
    z-index: 999;
  }
  .mobile .container {
    position: relative;
  }

  .menu {
    height: auto;
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .menu.down {
    height: auto;
  }
  .menu.down .main-menu .nav {
    margin: 0;
  }
  .menu .logo {
    display: none;
  }
  .menu .main-menu {
    border: 0;
    position: absolute;
    left: -15px;
    top: 0;
    width: 100%;
  }
  .menu .main-menu .nav {
    display: block;
    text-align: left;
    background: black;
    position: absolute;
    width: 300px;
    transform: translate(-300px, 0);
    margin-top: -2px;
    transition: 0.3s;
    height: 100vh;
    opacity: 0;
    padding-top: 30px;
    left: 15px;
    z-index: 1010;
    color: white;
    overflow: scroll;
  }
  .menu .main-menu .nav.out {
    transform: translate(0, 0);
    opacity: 1;
  }
  .menu .main-menu .nav li {
    display: block;
    padding: 20px 30px;
  }
  .menu .main-menu .nav li:first-child {
    margin-top: 30px;
  }
  .menu .main-menu .nav li a {
    line-height: 1.5;
    padding: 0;
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
  }
  .menu .main-menu .nav li a:hover {
    background: none;
  }
  .menu .main-menu .nav li .active {
    background: none;
    color: #CF3030;
  }

  .nav-close {
    position: absolute;
    font-size: 24px;
    top: 10px;
    right: 10px;
    color: white;
  }

  .toggleMenu, .category-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 9px;
    margin: 0;
    z-index: 10;
    color: black;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
    text-align: center;
    line-height: auto;
  }
  .toggleMenu i, .category-btn i {
    font-size: 26px;
  }

  .category-btn {
    height: 40px;
    background: #CF3030;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    left: 15px;
    top: 10px;
    width: 180px;
  }

  .search-btn {
    display: block;
    position: absolute;
    right: 50px;
    top: 9px;
    margin: 0;
    z-index: 10;
    color: black;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
    text-align: center;
    line-height: auto;
  }
  .search-btn i {
    font-size: 26px;
  }

  .article-top .container {
    display: block;
    position: relative;
  }

  .category {
    top: 0;
    z-index: 1000;
    width: 300px;
    left: 0;
    height: 100vh;
    transform: translateX(-100%);
    transition: 0.3s;
    position: fixed;
    overflow: scroll;
  }
  .category.active {
    transform: none;
  }
  .category h4 {
    height: 50px;
    line-height: 50px;
  }
  .category ul {
    height: auto;
  }
  .category ul li a span {
    font-size: 15px;
  }
  .category h5 {
    display: none;
  }

  .search {
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: 998;
  }
  .search.active {
    top: 60px;
  }

  .order-btn {
    margin-top: 30px;
  }
  .order a {
    position: relative;
    margin-top: 20px;
    right: auto;
  }

  .product-page .container {
    display: block;
    position: relative;
  }

  .left-in {
    width: 250px;
    position: fixed;
    right: 0;
    background: white;
    border: 1px solid #e1e1e1;
    z-index: 1001;
    top: 0;
    height: 100vh;
    overflow: scroll;
    transform: translateX(250px);
    transition: 0.3s;
  }
  .left-in.active {
    transform: none;
  }
  .left-in .filter-close {
    position: absolute;
    right: 10px;
    color: white;
    font-size: 20px;
    top: 5px;
  }

  .filter-btn {
    position: fixed;
    font-size: 24px;
    color: #CF3030;
    right: 85px;
    top: 10px;
    z-index: 1000;
  }
  
  .box-product-img {
      max-height: calc(100vw / 3 - 62px);
  }
}
@media (max-width: 767px) {
  .product-page .main-zone {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }

  .page-detail .construction-zone {
    grid-template-columns: 1fr;
  }
  
  .box-product-img {
      max-height: calc(100vw / 2 - 59px);
  }
}
@media (max-width: 575px) {
  .container {
      max-width: 100%;
  }
    
  .footer h4 {
    border-bottom: 0;
  }
  .footer h4 i {
    display: block;
  }
  .footer .contact ul {
    display: block;
    height: 100%;
  }
  .footer ul {
    transition: 0.3s;
    display: none;
    margin-top: -10px;
  }
  .footer ul.active {
    height: 100%;
    display: block;
  }

  .article-top {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .product, .order, .partner, .construction, .category-bottom {
    margin-bottom: 30px;
  }

  .order {
    font-size: 10px;
  }
  
  .box-product-img {
      max-height: calc(100vw / 2 - 44px);
  }
}
@media (max-width: 450px) {
  .product-page .main .product-detail-1-img .xzoom-thumbs img {
    height: 55px;
  }

  .title-page h1 a {
    font-size: 20px;
  }

  .construction .swiper-construction {
    padding: 15px;
    padding-bottom: 30px;
  }

  .article-top .search select {
    width: 140px;
  }
}

/*# sourceMappingURL=layout.css.map */
