/* Base */
:root {
  scroll-behavior: auto;
  --blue: #1435c3;
  --red: #1435c3;
}

body.active-menu-mobi {
  overflow: hidden;
}

.flex, .btn-custom, .prodHome__title .content, .slick-arrow:before, .footer .mxh, .footer .mxh a, .menu-mobile .js-close, .products--list--content .oder-top, .nhm-pagination ul, .nhm-pagination ul li a, .single-page--content .quantity span, .list_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* width */
  /* Track */
  /* Handle */
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0.8;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

table {
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  color: inherit;
}
a:hover {
  color: inherit;
}

img,
iframe,
video {
  max-width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  max-width: 1230px;
}

input[type="checkbox"] {
  margin-right: 5px;
}

::-webkit-input-placeholder {
  color: #555;
}

:-ms-input-placeholder {
  color: #555;
}

::-ms-input-placeholder {
  color: #555;
}

::placeholder {
  color: #555;
}

button,
textarea {
  font-family: inherit;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #213047;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
  top: calc(50% - 20px);
  margin: 0;
  overflow: hidden;
  z-index: 8;
  opacity: 0.5;
  border-radius: 50%;
}
.nav-swiper::after {
  display: none;
}
.nav-swiper:hover {
  opacity: 1;
}
.nav-swiper.swiper-button-prev {
  left: 15px;
  text-indent: -3px;
}
.nav-swiper.swiper-button-next {
  right: 15px;
  text-indent: 3px;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Page navigation */
.page-navi {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0px 0px;
}
.page-navi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #000;
  background: #fff;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  margin: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.page-navi a.active {
  border-color: #f80501;
  background: #f80501;
  color: #fff;
}

#toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #f80501;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#toTop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#toTop:hover {
  background: #061227;
}

/*Header Style*/
.flex, .btn-custom, .prodHome__title .content, .slick-arrow:before, .footer .mxh, .footer .mxh a, .menu-mobile .js-close, .products--list--content .oder-top, .nhm-pagination ul, .nhm-pagination ul li a, .single-page--content .quantity span, .list_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header {
  z-index: 99;
  position: relative;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
}
.header__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__logo img {
  display: block;
  width: 100%;
  max-width: 270px !important;
}
.header__search .openSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #000;
  outline: none;
  border: 0;
}
.header__search .openSearch::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.header__search .openSearch:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}
.header__search .seaForm {
  position: absolute;
  top: 100%;
  right: -5px;
  display: block;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.header__search .seaForm .input-group {
  border-radius: 9rem;
  overflow: hidden;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.99);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
}
.header__search .seaForm .form-control {
  height: 40px;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0px 15px 5px;
}
.header__search .seaForm .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__search .seaForm .btn {
  height: 40px;
}
.header__search .seaForm .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__search .seaForm.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  right: 0;
}
.header__cart .btnMiniCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  line-height: 1;
  padding: 10px;
  gap: 3px;
}
.header__cart .btnMiniCart::before {
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #000;
  font-size: 20px;
}
.header__cart .btnMiniCart .cartCount {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--blue);
  color: #fff;
}
.header__cart .btnMiniCart .text {
  font-size: 13px;
}
.header--sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  padding: 20px 0px;
  display: none;
}
.header--sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.header--sub-menu ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.header--sub-menu ul li a {
  font-weight: bold;
  font-size: 120%;
  color: var(--blue);
}
.header--sub-menu ul li a:hover {
  color: var(--red);
}
.header--sub-menu ul li .sub-menu {
  display: block;
  padding-top: 10px;
  padding-left: 10px;
}
.header--sub-menu ul li .sub-menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.header--sub-menu ul li .sub-menu li a {
  color: #000;
  font-size: 100%;
  font-weight: 400;
  padding: 5px 0px;
  display: block;
}
.header--sub-menu ul li .sub-menu li a:hover {
  color: var(--blue);
}

.btn-custom {
  background-color: var(--blue);
  border-radius: 30px;
  padding: 7px 20px;
  color: #fff;
  cursor: pointer;
  border: 2px solid #0156ff;
}
.btn-custom svg {
  fill: #fff;
  margin-right: 10px;
}

#menuPrimary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menuPrimary > li {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#menuPrimary > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  color: var(--blue);
  padding: 0px 15px;
  font-weight: 600;
  gap: 5px;
  font-size: 110%;
  text-transform: none;
}
#menuPrimary > li .sub-menu {
  position: absolute;
  top: 105%;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 6px;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  min-width: 180px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#menuPrimary > li .sub-menu li {
  display: block;
  width: 100%;
  white-space: nowrap;
}
#menuPrimary > li .sub-menu li:last-child {
  border-bottom: 0;
}
#menuPrimary > li .sub-menu li a {
  display: block;
  color: #000;
  padding: 8px 10px;
  border-radius: 6px;
  background: transparent;
}
#menuPrimary > li .sub-menu li:hover > a {
  background: rgba(0, 0, 0, 0.05);
}
#menuPrimary > li .btnSub {
  display: none;
}
#menuPrimary > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  padding-top: 3px;
}
#menuPrimary > li:hover {
  background: rgba(0, 0, 0, 0.15);
}
#menuPrimary > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header-top {
  background-color: #242430;
  padding: 10px 0px;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .container-1366 {
    max-width: 1366px;
  }
}
.flex, .btn-custom, .prodHome__title .content, .slick-arrow:before, .footer .mxh, .footer .mxh a, .menu-mobile .js-close, .products--list--content .oder-top, .nhm-pagination ul, .nhm-pagination ul li a, .single-page--content .quantity span, .list_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ratio {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.introHome .slick-banner {
  padding: 0 !important;
}
.introHome__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  position: static;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px;
  margin: 0;
  z-index: 2;
  max-height: 392px;
}
.introHome__menu .item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.introHome__menu .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
}
.introHome__menu .item > a i {
  padding-right: 10px;
}
.introHome__menu .item > a:hover {
  color: #be202e;
}
.introHome__menu .item.hasMega > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.introHome__menu .item .sub-menu {
  position: absolute;
  width: calc(100% - 315px);
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  -webkit-column-count: 5;
          column-count: 5;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  padding: 15px;
  margin: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.2);
}
.introHome__menu .item .sub-menu li {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.introHome__menu .item .sub-menu li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
}
.introHome__menu .item .sub-menu li a:hover {
  color: var(--blue);
}
.introHome__menu .item:hover > .link {
  background: #fafafa;
}
.introHome__menu .item:hover > .megaMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.introHome__slider .items img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 134 / 50;
  -o-object-fit: cover;
     object-fit: cover;
}
.introHome__slider .slick-banner {
  margin-bottom: 0;
}
.introHome__slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.prodHome__title {
  position: relative;
  margin-bottom: 15px;
}
.prodHome__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  border-top: 2px solid var(--blue);
}
.prodHome__title .text {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 80px 13px 20px;
  background: var(--blue);
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 68%, 100% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 90% 0, 100% 68%, 100% 100%, 0 100%, 0% 50%);
}
.prodHome__title .viewall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  font-weight: normal;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  font-size: 15px;
  text-decoration: underline;
  color: var(--blue);
  font-weight: 600;
}
.prodHome__title .viewall:hover {
  color: var(--blue);
}
.prodHome .prodHome__block {
  padding: 40px 0px;
  padding-bottom: 0;
}
.prodHome .prodHome__block:last-child {
  padding-bottom: 20px;
}
.prodHome .slick-products {
  margin: 0px -10px;
}
.prodHome .slick-products .slick-slide {
  padding: 0px 10px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  right: 0;
  border: 1px solid var(--red);
  padding: 8px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--red);
  z-index: 5;
  font-size: 0;
  cursor: pointer;
}
.slick-arrow:before {
  content: "";
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  background: var(--red);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-next {
  right: -55px;
}
.slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
}

.slick-prev {
  left: -55px;
}
.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

.mb-24 {
  margin-bottom: 24px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  list-style: none;
}
.slick-dots li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.8;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  opacity: 1;
  border-color: var(--red);
  background: var(--red);
}

svg {
  width: 20px;
}

.site-banner-about {
  padding: 20px 0;
  background-color: #f1f5fb;
}
.site-banner-about img {
  width: 100%;
}

img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.items-news {
  text-align: center;
}
.items-news:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}
.items-news:hover h3 a {
  color: var(--red);
}
.items-news .ratio {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.items-news .ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-news img {
  border-radius: 10px;
}
.items-news h3 a {
  display: block;
  padding: 15px 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}
.items-news p {
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 15px;
}
.items-news .btn {
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0 auto;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: 1px;
}

.pd-main {
  padding: 20px 0px;
}

.footer {
  background: var(--red);
  padding: 20px 0px;
  color: #fff;
}
.footer .footer__content-logo {
  padding-right: 20px;
}
.footer__content {
  margin-bottom: 20px;
}
.footer .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li a {
  display: block;
  padding-bottom: 15px;
  font-size: 16px;
  color: #fff;
}
.footer ul li a:hover {
  color: #000;
}
.footer .logo img {
  max-width: 200px;
}
.footer .logo p {
  margin: 20px 0px;
  color: #fff;
}
.footer .mxh a {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .mxh svg {
  width: 20px;
  fill: var(--red);
}
.footer .mxh svg path {
  fill: var(--red);
}
.footer .mxh img {
  width: 20px;
}
.footer .coppy {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.footer .coppy a {
  color: var(--red);
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #142055;
  display: none;
  overflow: auto;
}
.menu-mobile .js-close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px 20px 10px;
  font-size: 30px;
  color: #fff;
}
.menu-mobile .js-close span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}
.menu-mobile .search {
  width: 95%;
  margin: 0 auto;
}
.menu-mobile .search form {
  position: relative;
}
.menu-mobile .search form button {
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 40px;
  height: 40px;
}
.menu-mobile .search form button svg {
  width: 20px;
  fill: #000;
}
.menu-mobile .search input {
  width: 100%;
  padding-left: 10px;
  border: 0;
  outline: none;
  background: #fff;
  height: 40px;
  border-radius: 1px;
}
.menu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
.menu-mobile ul li a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #ccc;
}
.menu-mobile ul li a i {
  display: none;
}
.menu-mobile ul .sub-menu li a {
  padding-left: 25px;
}

.js-menu-mobile {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
.js-menu-mobile svg {
  width: 25px;
  fill: #000;
}
.js-menu-mobile svg path {
  fill: #000;
}

.breadcrumbs {
  padding: 10px 0px;
  background: #f5f5f5;
  color: #000;
  margin-bottom: 0;
}
.breadcrumbs p {
  margin-bottom: 0;
}
.breadcrumbs a {
  color: #000;
  font-weight: bold;
}

.products--list--content .oder-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.products--list--content .oder-top .woocommerce-result-count,
.products--list--content .oder-top .woocommerce-ordering {
  float: none;
}
.products--list--content .oder-top .woocommerce-ordering {
  margin-bottom: 0;
}
.products--list--content .oder-top p {
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
}
.products--list--content .oder-top select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 10px;
}

.widget-area {
  padding: 10px;
  border-radius: 5px;
  padding-top: 10px;
  background: #f5f5f5;
}
.widget-area .widget-title {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: var(--red);
  padding: 10px;
  border-radius: 5px;
}
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area ul {
  list-style: none;
  padding: 0 5px;
  margin: 0;
}
.widget-area ul li a {
  display: block;
  padding: 10px 0px;
  font-size: 100%;
  font-weight: 500;
  color: var(--blue);
}
.widget-area ul li a:hover {
  color: var(--red);
}
.widget-area ul li:first-child a {
  padding-top: 0;
}
.widget-area ul li .children {
  padding-left: 10px;
}
.widget-area ul li .children li a {
  font-weight: 400;
  color: #000;
}
.widget-area ul .current-cat a {
  color: var(--red);
  font-weight: bold;
}

.mb-20 {
  margin-bottom: 20px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #000 !important;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 5px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -7px;
}

.nhm-pagination {
  margin-top: 20px;
}
.nhm-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nhm-pagination ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 100%;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.nhm-pagination ul li a:hover {
  background: #000;
  color: #fff;
}
.nhm-pagination ul .active a {
  background: #000;
  color: #fff;
  font-weight: bold;
}

.single-page {
  padding: 30px 0px;
}
.single-page .slider-nav {
  margin: 0px -5px;
  margin-top: 10px;
}
.single-page .slider-nav .slick-list {
  padding: 0 !important;
}
.single-page .slider-nav .slick-slide {
  padding: 0px 5px;
}
.single-page .slider-nav .slick-slide .item {
  opacity: 0.5;
}
.single-page .slider-nav .slick-current .item {
  opacity: 1;
}
.single-page .ratio {
  padding-bottom: 90%;
}
.single-page .slick-next {
  right: 10px;
}
.single-page .slick-prev {
  left: 10px;
}
.single-page .slick-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-page .list-images-products:hover .slick-arrow {
  opacity: 1;
}

.single-page--content h2 {
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-page--content .sku {
  font-weight: 600;
  color: #000;
}
.single-page--content .box-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-page--content .box-price .sale-off {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  font-size: 14px;
}
.single-page--content .price {
  font-size: 25px;
  color: var(--red);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-page--content .price del {
  padding: 0px 5px;
  font-size: 16px;
  color: #999;
}
.single-page--content .price ins {
  text-decoration: none;
}
.single-page--content .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.single-page--content .woocommerce-product-details__short-description p {
  margin-bottom: 1rem;
  font-size: 14px;
}
.single-page--content .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-page--content .quantity {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #ccc;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
}
.single-page--content .quantity span {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.single-page--content .quantity .js-plus {
  left: 0;
  border-right: 1px solid #ccc;
}
.single-page--content .quantity .js-minus {
  right: 0;
  border-left: 1px solid #ccc;
}
.single-page--content .quantity input {
  width: 100px !important;
  font-weight: bold;
  font-size: 16px;
  height: 40px;
  border: 0;
  text-align: center;
}
.single-page--content .single_add_to_cart_button {
  background: #000 !important;
  border: 1px solid #000 !important;
  height: 50px !important;
  font-size: 16px !important;
  color: #fff !important;
  display: block;
  width: 100%;
  margin-bottom: 10px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-page--content .single_add_to_cart_button:hover {
  background: #579900 !important;
}
.single-page--content .buy_now_button {
  background: var(--red) !important;
  color: #fff !important;
  font-size: 20px !important;
  height: auto !important;
  margin-left: 10px !important !important;
  display: block;
  width: 100%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-page--content .buy_now_button:hover {
  background: #579900 !important;
}
.single-page--content .buy_now_button span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  margin-top: 10px;
}
.single-page--content .number-sp {
  font-weight: 600;
  font-size: 100%;
  margin-bottom: 10px;
}
.single-page--content .product-desc {
  padding: 10px;
}
.single-page--content .product-desc ul {
  margin: 0;
}

.the_content--products {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
}

.sidebar-right-single {
  padding-top: 15px;
  margin-bottom: 20px;
}
.sidebar-right-single .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sidebar-right-single table {
  display: table;
  min-width: 100px !important;
}
.sidebar-right-single table tr td:first-child {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.the_content {
  padding-top: 20px;
}
.the_content .title-main .heading {
  font-size: 200%;
  text-align: left;
}
.the_content h1,
.the_content h2,
.the_content h3 {
  font-size: 200%;
  margin-bottom: 1rem;
}
.the_content h4,
.the_content h5,
.the_content h6 {
  font-size: 150%;
  margin-bottom: 1rem;
}
.the_content p {
  margin-bottom: 1rem;
  color: #000;
}
.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 10px;
}
.the_content ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.the_content ol {
  list-style: inherit;
  padding-left: 18px;
  padding-bottom: 10px;
}
.the_content ol li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.the_content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.products-lq {
  padding-bottom: 50px;
}

.site-page .the_content {
  padding: 0;
}

.page-products .product .add_to_cart_button {
  font-size: 12px !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-products .product .price {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #be202e !important;
  line-height: 1.3;
  margin-bottom: 5px !important;
}
.page-products .product .product__price {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #be202e !important;
  line-height: 1.3;
}

.items-sp-lq {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
}
.items-sp-lq .content {
  padding-left: 10px;
}
.items-sp-lq .ratio img {
  height: 100% !important;
}

.archive .introHome__menu {
  display: none;
}
.archive .introHome__slider {
  padding: 0;
  margin: 0;
  width: 100%;
}
.archive .introHome__slider .slick-banner {
  padding: 0;
}

.site-category {
  background-color: #f1f5fb;
  margin-top: -5px;
}
.site-category .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  height: 100%;
  font-size: 14px;
}
.site-category .item:hover h3 {
  color: var(--blue);
}
.site-category .item h3 {
  font-size: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .introHome__main {
    display: block !important;
  }

  #menuPrimary {
    display: none;
  }

  .prodHome__title .text {
    font-size: 14px;
  }

  .introHome__slider {
    width: 100%;
  }

  .introHome__slider ul {
    padding: 0;
  }

  .introHome__menu,
  .header__search {
    display: none;
  }

  .header__logo {
    padding: 10px 0px;
  }

  .header__logo {
    width: 100%;
  }

  .header__logo img {
    margin: 0 auto;
  }

  .header__cart .btnMiniCart .text {
    display: none;
  }

  .header__cart .btnMiniCart .cartCount {
    top: 2px;
    right: 2px;
  }

  .header__cart {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .js-menu-mobile {
    display: block;
  }

  .slick-arrow {
    border: 0;
    padding: 0;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .single-page--content h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .prodHome__list .slick-list {
    padding-right: 70px;
  }

  .slick-dots {
    margin-bottom: 0;
  }

  .prodHome__title .viewall {
    font-size: 13px;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .products--list--content .oder-top {
    display: block;
  }

  .products--list--content .oder-top select {
    width: 100%;
    margin-top: 10px;
  }

  .products--list--content .row-custom {
    margin: 0px -5px;
  }
  .products--list--content .row-custom .col-custom {
    padding: 0px 5px;
  }
  .products--list--content .product__action {
    display: block !important;
  }

  .single-page--content {
    margin-top: 20px;
  }

  .page-contact .items {
    padding: 20px !important;
  }

  .page-contact iframe {
    min-height: 200px !important;
    height: 300px;
  }
}
.list_category {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  list-style: none;
  margin-right: 30px;
  margin-bottom: 0;
}
.list_category li a {
  font-size: 14px;
  color: #000;
  border-radius: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 20px;
  margin: 0px 5px;
  display: block;
}
.list_category li a:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: #fff;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-track .slick-slide {
  height: inherit !important;
}
.slick-track .slick-slide > div,
.slick-track .slick-slide .items {
  height: 100%;
}

.btn-red {
  background-color: #e5262b;
  color: #fff;
}
.btn-red:hover {
  background-color: var(--blue);
  color: #fff;
}

.site-pn {
  background: #f1f5fb;
}
.site-pn .content-pn {
  background-color: #fff;
}

.site-news .items-news {
  text-align: left;
  margin-bottom: 20px;
  height: auto;
}
.site-news .items-news h3 a {
  padding: 0;
}

.page-content-single {
  background-color: #f1f5fb;
  padding: 20px 0px;
}
.page-content-single .the_content {
  background-color: #fff;
}

.js-ts {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 100%;
}

.pp-products {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(2, 2, 2, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.active-pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pp-products .content {
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.pp-products .content .title {
  background: var(--red);
  color: #fff;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pp-products .content .title h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.pp-products .content .title .js-close {
  cursor: pointer;
}

.pp-products .content svg {
  width: 15px;
}

.pp-products .content .table-pp {
  padding: 15px;
}

.js-close--bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--red);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.js-close--bottom span {
  padding-left: 5px;
}

.woocommerce
.woocommerce-widget-layered-nav-list
.woocommerce-widget-layered-nav-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce
.woocommerce-widget-layered-nav-list
.woocommerce-widget-layered-nav-list__item
.count {
  padding-left: 10px;
}

@media screen and (max-width: 600px) {
  .pp-products .content {
    max-width: 95%;
  }

  .pp-products .content .table-pp {
    max-height: 500px;
    overflow: auto;
  }

  .the_content h1,
  .the_content h2,
  .the_content h3 {
    font-size: 125%;
  }
}
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-address-form__postcode,
.wc-block-components-address-form__address_2 {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .js-dm {
    display: none;
  }

  .header-top {
    font-size: 14px;
  }

  .prodHome__title .text {
    padding: 13px 20px;
  }

  .list_category li a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 991px) {
  .list_category {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-top--time,
  .header-top--address {
    display: none;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .site-category {
    padding-bottom: 0;
  }

  .slick-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -5px;
  }
  .slick-products .items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 5px;
    margin-bottom: 15px;
  }

  .product__action {
    display: block !important;
  }
}
.product {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.product__img {
  height: auto;
  aspect-ratio: 1/1;
  background: #e7e7e7;
  margin-bottom: 10px;
}
.product__img img {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.product__img::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-45deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.product__sku {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 5px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 3px;
  background: #ebebeb;
  margin-bottom: 5px;
}
.product__title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 10px;
}
.product__title a {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  font-weight: 600;
}
.product__title a:hover {
  color: var(--blue);
}
.product__price {
  font-size: 16px;
  font-weight: 600;
  color: #e5262b;
  line-height: 1.3;
  margin-bottom: 12px;
}
.product__price del {
  font-size: 14px;
  color: #999999;
}
.product__price ins {
  text-decoration: none;
}
.product__price .regular {
  font-size: 12px;
  color: #555;
}
.product__action {
  margin-top: auto;
}
.product__stock {
  font-size: 12px;
}
.product .add_to_cart_button {
  font-size: 12px;
}
.product .add_to_cart_button::before {
  content: "\f217";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin-right: 3px;
}
.product .add_to_cart_button:hover {
  color: var(--blue);
}
.product:hover {
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3);
}
.product:hover .product__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product:hover .product__img::before {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
.product .added_to_cart {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 5;
  font-weight: bold;
  font-size: 12px;
  background: var(--red);
  border-radius: 5px;
  padding: 5px;
  color: #fff;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  background: var(--red);
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  outline: none;
  border: 0;
}

.wc-block-components-formatted-money-amount {
  font-weight: bold;
  color: var(--red);
}

.page-contact {
  padding-bottom: 50px;
}
.page-contact .items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 20px;
  line-height: 2;
  padding: 60px 20px;
}
.page-contact .items h3,
.page-contact .items h2,
.page-contact .items h4,
.page-contact .items h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-contact .items p {
  font-size: 20px;
  margin-bottom: 10px;
}
.page-contact .items p:last-child {
  margin-bottom: 0;
}
.page-contact .col-contact {
  border: 1px solid var(--red);
}
.page-contact .col-contact:nth-child(2) .items, .page-contact .col-contact:nth-child(3) .items {
  background: #ffd5d9;
}
.page-contact iframe {
  width: 100%;
  min-height: 300px;
}

.site-contact {
  background-color: #f5f5f5;
}
.site-contact .title-main .heading {
  text-transform: uppercase;
}
.site-contact .title-main .heading span {
  display: block;
  color: #fff;
}
.site-contact .form {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 50px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
}
.site-contact .form p {
  margin-bottom: 0;
}
.site-contact .form br {
  display: none;
}
.site-contact .form .form-group {
  margin-bottom: 20px;
}
.site-contact .form .form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding-left: 10px;
  font-size: 90%;
  font-weight: 400;
  height: 45px;
  border-bottom: 1px solid #ccc;
  color: #000;
  width: 100%;
  outline: none;
  font-weight: 600;
}
.site-contact .form .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
.site-contact .form .form-control:-ms-input-placeholder {
  text-transform: uppercase;
}
.site-contact .form .form-control::-ms-input-placeholder {
  text-transform: uppercase;
}
.site-contact .form .form-control::placeholder {
  text-transform: uppercase;
}
.site-contact .form textarea.form-control {
  height: 100px;
}
.site-contact .form .btn {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 150px;
  margin: 0;
  margin-left: auto;
  background: var(--red);
  font-weight: bold;
  color: #fff;
}

.searchMaintenance {
  max-width: 1080px;
}

.sibarLeft__seaCard {
  padding: 10px;
  background: var(--blue);
}
.sibarLeft__seaCard .form-control {
  background: #fff;
  border: 0;
  border-radius: 0;
  height: 46px;
}
.sibarLeft__seaCard .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sibarLeft__seaCard .btn {
  background: #f54f27;
  height: 46px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  border: 0;
  color: #fff;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  border-radius: 0;
}
.sibarLeft__seaCard .btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.sibarLeft__seaCard .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cardInfo__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cardInfo__data {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.cardInfo__data th,
.cardInfo__data td {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px 0px;
}
.cardInfo__data th {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cardInfo__data tbody tr:nth-child(2n) {
  background: #fafafa;
}
@media screen and (max-width:1400px){
	#menuPrimary > li > a{
		padding:0px 7px;
	}
}
.the_content table{
	display:table;
	width:100%;
}
.the_content table tr td{
	border:1px solid #ccc;
	padding:10px;
	vertical-align:middle;
	font-size:100%;
}
/*# sourceMappingURL=style.css.map */