@charset "UTF-8";

/* ==========================================================================
   [Master Stylesheet]

    Project                  :       Workplace
    Version                  :       1.0
    Author                   :       Renfos Technologies
    Author  URl              :       www.renfos.com
    Primary use              :       Default

   ========================================================================== */

/* ==========================================================================
   Master Styles
   ========================================================================== */

:root {
  --main-color: #28a745;
  --limit-order: #7a7a7a;
}

.color-main {
  color: var(--main-color);
}

/* .container {
  width: calc(100% - 160px);
  margin-left: 80px !important;
  margin-right: 80px !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

.row {
  margin: 0;
}

.text-href {
  text-decoration: underline;
}

.svn-title {
  font-size: 28px;
  line-height: 150%;
  font-weight: 600;
}

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

p {
  margin: 0;
}

.gap-24 {
  gap: 24px !important;
}

@media screen and (min-width: 2000px) {
  /* .container {
    width: calc(100% - 40%);
    margin-left: 20% !important;
    margin-right: 20% !important;
  } */
}

@media screen and (max-width: 1920px) {
  .container {
    width: calc(100% - 160px);
    margin-left: 80px !important;
    margin-right: 80px !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1200px) {
  .news-list-item {
    padding-left: 0px !important;
    padding-top: 16px !important;
  }
}

@media (max-width: 992px) {
  .container {
    width: calc(100% - 80px);
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 32px);
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .box-search-quick {
    position: relative !important;
    top: 0 !important;
  }
  .product-cart {
    padding: 16px;
  }

  .header-cart {
    padding: 16px;
  }

  .cart-product {
    padding: 0;
  }

  .cart-content .cart-info-payment {
    margin: 16px 0;
    padding: 16px;
  }

  .payment-info {
    padding: 0;
  }

  .payment-info .ship-info {
    padding: 16px;
  }

  .payment-info .product-cart {
    margin-top: 16px;
    padding: 0;
  }

  .form-list-product {
    height: 100% !important;
    border-radius: 0 !important;
  }

  .form-list-product .header-form-login {
    border-radius: 0;
  }

  .form-list-product .modal-view-list {
    overflow-x: hidden;
    max-height: 88vh;
  }

  .form-list-product .title-form-login {
    font-size: 16px;
  }

  .ellipsis-placeholder {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .ellipsis-placeholder::placeholder {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .form-list-product {
    width: 100% !important;
  }

  .modal-view-list .product-cart .product-cart-price,
  .paymentFormEnd .product-cart-price {
    flex-wrap: nowrap !important;
  }

  .modal-view-list .product-cart .product-price,
  .modal-view-list .remove-product,
  .paymentFormEnd .product-price,
  .paymentFormEnd .remove-product {
    width: 100% !important;
  }

  #paymentForm .remove-product {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .ship-info .info p {
    font-size: 16px !important;
  }
}

@media (width: 768px) {
  .payment-info {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cart-info-payment {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.btn-custom:hover {
  color: #fff;
}

.news-list-item {
  padding: 0 0 0 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: inherit;
  font-weight: 700;
  line-height: 1.2; */
}
.fa,
.fas {
  font-weight: 900 !important;
}
.dropdown-item {
  font-weight: 300;
}
.btn {
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-theme {
  background-color: #ef4153;
  color: #fff;
}
.breadcrumb-link {
  color: #292929;
  text-decoration: none;
}
.breadcrumb-link:hover {
  color: var(--main-color);
  text-decoration: none;
}
.btn-theme:hover {
  color: #fff;
}
.btn-secondary {
  background-color: #16365f;
}
.btn-theme-outline {
  border: 1px solid #e31f33;
  color: #e31f33;
}
.btn-theme-outline:hover {
  color: #fff;
  background-color: #e31f33;
}
.btn-outline {
  border: 1px solid #e9ebf0;
}
.btn-outline:hover {
  border-color: #e31f33;
  color: #e31f33;
}
.tooltip {
  z-index: 9999;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3e%3cg%3e%3cpath d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z'/%3e%3c/g%3e%3c/svg%3e ");
  background-position: center right 15px;
  background-repeat: no-repeat;
  -webkit-background-size: 10px;
  background-size: 10px;
  height: 35px !important;
}
.tooltip .tooltip-inner {
  background-color: #374048;
  font-family: "Roboto", sans-serif;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
}
.bs-tooltip-right .arrow::before {
  border-right-color: #374048;
}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #374048;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #374048;
}
.tooltip.show {
  opacity: 1;
}
.dropdown-menu {
  border: none;
  border-radius: 6px;
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.select2-dropdown {
  border-radius: 6px;
  /* border: 1px solid #ced4da!important; */
  border: none;
  border-top: none !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}
.select2-results__option {
  font-size: 14px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  transition: padding 0.2s ease-in-out;
  position: relative;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-results__option.select2-results__option--highlighted {
  background-color: #fff;
}
.select2-container--default
  .select2-results__option[aria-selected="true"]::before {
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: rgba(236, 62, 111, 0.1);
  color: #333;
}
.select2-container--default
  .select2-results__option[aria-selected="true"]::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  right: 12px;
  top: 9px;
  font-size: 12px;
  color: #ef4153;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
  border-color: #e6e6e6;
}
.select2-container.select2-container--focus .select2-dropdown--above,
.select2-container.select2-container--open .select2-dropdown--above,
.select2-container--default.select2-container--focus .select2-dropdown--above,
.select2-container--default.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #ebebeb;
  min-width: 110px;
}
.select2-search--dropdown.select2-search--hide + .select2-results {
  padding: 7px 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container .select2-results__option,
.select2-container--default .select2-results__option {
  padding: 7px 15px;
  background: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.select2-container .select2-results__option,
.select2-container--default
  .select2-results__option
  + .select2-results__option {
  margin-top: 3px;
}
.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container .select2-results__option--highlighted[data-selected],
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  color: #ef4153;
}
.select2-container .select2-selection--multiple .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__arrow,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  margin-right: -1px;
  text-align: right;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  display: inline-block;
  content: "\f107";
  font-family: Line Awesome Free;
  font-weight: 900;
  border: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-results__group {
  color: #333;
  font-weight: 600;
  padding: 6px 15px;
}
.select2-container--open .select2-dropdown {
  border: none;
  border-radius: 3px;
  padding-bottom: 0;
  -moz-box-shadow: 0 0 1px rgba(57, 70, 78, 0.15),
    0 20px 55px -8px rgba(57, 70, 78, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(57, 70, 78, 0.15),
    0 20px 55px -8px rgba(57, 70, 78, 0.25);
  box-shadow: 0 0 1px rgba(57, 70, 78, 0.15),
    0 20px 55px -8px rgba(57, 70, 78, 0.25);
}
.select2-container--default .select2-selection--single {
  border-color: #dde2ec;
  border-radius: 4px !important;
}

.bootstrap-datetimepicker-widget .table thead {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget .table thead tr th {
  color: #212121;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.bootstrap-datetimepicker-widget .table tr td,
.bootstrap-datetimepicker-widget .table tr th {
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  line-height: 35px;
  position: relative;
  z-index: 1;
}
.bootstrap-datetimepicker-widget .table tr td.today,
.bootstrap-datetimepicker-widget .table tr td.active {
  color: #fff;
  position: relative;
  z-index: 1;
  background-color: transparent;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget .table tr td.today:before,
.bootstrap-datetimepicker-widget .table tr td.today::before,
.bootstrap-datetimepicker-widget .table tr td.active:before,
.bootstrap-datetimepicker-widget .table tr td.active::before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background-color: #4a5361;
  position: absolute;
  z-index: -1;
  display: block;
  margin: auto;
  content: "";
  top: 6px;
  left: 0px;
  right: 0px;
  bottom: auto;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bootstrap-datetimepicker-widget .table tr td.active:hover:before,
.bootstrap-datetimepicker-widget .table tr td.active:hover::before {
  background-color: #4a5361 !important;
}
.bootstrap-datetimepicker-widget .table tr td.today:before,
.bootstrap-datetimepicker-widget .table tr td.today::before {
  background-color: #ef4153;
}
.bootstrap-datetimepicker-widget .table tr td.day:hover,
.bootstrap-datetimepicker-widget .table tr td.hour:hover,
.bootstrap-datetimepicker-widget .table tr td.minute:hover,
.bootstrap-datetimepicker-widget .table tr td.second:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget .table tr td:before,
.bootstrap-datetimepicker-widget .table tr td::before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: -1;
  display: block;
  margin: auto;
  content: "";
  top: 6px;
  left: 0px;
  right: 0px;
  bottom: auto;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bootstrap-datetimepicker-widget .table tr td:hover:before,
.bootstrap-datetimepicker-widget .table tr td:hover::before {
  background-color: #f4f4f4;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bootstrap-datetimepicker-widget .timepicker table td {
  position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.bootstrap-datetimepicker-widget .timepicker table td .btn {
  height: auto;
}
.bootstrap-datetimepicker-widget .timepicker table td span {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  min-width: 280px;
  padding: 5px;
  font-size: 12px;
  background-color: #fff;
  border-color: transparent;
  margin: 0;
  width: 170px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top::before {
  border-top-color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr th,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td:before,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td::before {
  top: 4px;
  left: 0px;
}
.bootstrap-datetimepicker-widget.dropdown-menu
  .datepicker
  table
  tr
  td.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu
  .datepicker
  table
  tr
  td.today::before,
.bootstrap-datetimepicker-widget.dropdown-menu
  .datepicker
  table
  tr
  td.active:before,
.bootstrap-datetimepicker-widget.dropdown-menu
  .datepicker
  table
  tr
  td.active::before {
  top: 4px;
  left: 0px;
}

.btn-white-outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white-outline:hover {
  background-color: #fff;
  color: #ef4153;
}
.site-wrapper .site-header {
  padding: 20px 30px;
}
.site-wrapper .site-header .navbar {
  background-color: transparent;
  padding: 0;
}
.site-wrapper .site-header .navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
.site-wrapper .site-header .navbar .navbar-brand img {
  height: 40px;
}
.site-wrapper .site-header .navbar .navbar-nav .nav-link {
  font-size: 16px;
  padding: 10px 15px;
  color: #3e5569;
}
.site-wrapper .site-header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #ef4153;
}
.site-wrapper .site-header .navbar .header-btns {
  margin-left: 30px;
}
.site-wrapper .site-header .navbar .header-btns .btn {
  font-size: 14px;
}
.site-wrapper .hero-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.site-wrapper .hero-area .hero-content {
  padding-right: 50px;
}
.site-wrapper .hero-area .hero-content h1 {
  margin: 0;
  font-size: 50px;
  color: #19191b;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: -0.75px;
}
.site-wrapper .hero-area .hero-content p {
  color: #696871;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.site-wrapper .hero-area .hero-content .hero-btn {
  margin-top: 30px;
}
.site-wrapper .hero-area .hero-content .hero-btn .btn {
  font-size: 14px;
}
.site-wrapper .hero-area .hero-img-box {
  position: relative;
}
.site-wrapper .hero-area .hero-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-wrapper .hero-area .hero-img-box img:first-child {
  position: unset;
}
.move-1 {
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite;
}

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite;
}
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  to {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  to {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  to {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  to {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}
.site-wrapper .feature-section {
  position: relative;
  padding: 100px 0;
  background-color: #f4f5f8;
  padding-bottom: 70px;
}
.site-wrapper .feature-section .feature-content h2 {
  margin: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: -0.75px;
}
.site-wrapper .feature-section .feature-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  letter-spacing: -0.5px;
}
.site-wrapper .feature-section .feature-content .content-btn {
  margin-top: 30px;
}
.site-wrapper .feature-section .feature-content .content-btn .btn {
  font-size: 16px;
}
/* .site-wrapper .feature-section .feature-card-wrapper {
    padding-right: 40px;
} */
.site-wrapper .feature-section .feature-card-wrapper .feature-card {
  padding: 25px 30px 12px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
}
.site-wrapper .feature-section .feature-card-wrapper .feature-card .card-icon {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 40px;
  background-color: rgba(240, 64, 55, 0.1);
  color: #ef4153;
  margin: 0 auto;
  margin-bottom: 20px;
}
.site-wrapper
  .feature-section
  .feature-card-wrapper
  .feature-card
  .card-text
  .title {
  color: #19191b;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.75px;
  margin-bottom: 16px;
  font-weight: 600;
}
.site-wrapper
  .feature-section
  .feature-card-wrapper
  .feature-card
  .card-text
  p {
  color: #696871;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 28px;
}
.site-wrapper .content-section {
  background-color: #fff;
  padding: 100px 0;
}
.site-wrapper .content-section .content-text {
  padding-right: 30px;
}
.site-wrapper .content-section .content-text .title {
  font-size: 50px;
  font-weight: 900;
  color: #19191b;
  letter-spacing: -2.5px;
  margin-bottom: 30px;
}
.site-wrapper .content-section .content-text p {
  color: #696871;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.66px;
  line-height: 39px;
}
.site-wrapper .content-section .content-text .content-btn {
  margin-top: 30px;
}
.site-wrapper .content-section .content-text .content-btn .btn {
  font-size: 15px;
}
.site-wrapper .content-section .content-img-group {
  text-align: right;
}

.site-wrapper .footer-section .footer-top {
  padding: 80px 0 60px;
}
.site-wrapper .footer-section .footer-top .footer-logo img {
  height: 50px;
}
.site-wrapper .footer-section .footer-top .single-footer {
  margin-bottom: 30px;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-wrapper .footer-section .footer-top .single-footer .footer-list a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 38px;
}
.site-wrapper .footer-section .copyright-area {
  border-top: 1px solid #2f2f31;
  padding: 15px 0;
}
.site-wrapper .footer-section .copyright-area p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
}
.site-wrapper .footer-section .copyright-area .social-icons {
  display: -webkit-inline-box;
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-wrapper .footer-section .copyright-area .social-icons li a {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 3px;
  margin: 0 2.5px;
}
.site-wrapper .footer-section .copyright-area .social-icons li + li {
  margin-left: 10px;
}
.site-wrapper .page-banner {
  padding-top: 100px;
  padding-bottom: 80px;
}
.site-wrapper .page-banner .banner-content .title {
  margin: 0;
  font-size: 60px;
  line-height: 84px;
  padding-bottom: 22px;
  color: #19191b;
  font-weight: 900;
  letter-spacing: -2.5px;
}
.site-wrapper .page-banner .banner-content p {
  color: #696871;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: -0.66px;
  line-height: 39px;
  margin-top: 5px;
}
.site-wrapper .content-area {
  padding: 100px 0;
}
.site-wrapper .content-area .section-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.site-wrapper .content-area .section-title .title {
  margin-right: 40px;
  max-width: 46%;
  font-size: 70px;
  line-height: 84px;
  color: #19191b;
  font-weight: 900;
  letter-spacing: -2.5px;
}
.site-wrapper .content-area .section-title .right-side {
  max-width: 40%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}
.site-wrapper .content-area .section-title p {
  color: #696871;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.66px;
  line-height: 39px;
  margin-bottom: 0;
}
.site-wrapper .contact-section {
  padding-bottom: 100px;
}
.site-wrapper .contact-section .contact-widget-wrapper {
  border-radius: 10px;
  background-color: #f7f7fb;
  padding-top: 80px;
  padding-bottom: 30px;
  padding-left: 150px;
  padding-right: 150px;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block {
  margin-bottom: 50px;
}
.site-wrapper
  .contact-section
  .contact-widget-wrapper
  .contact-widget-block
  .title {
  color: #19191b;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.75px;
  line-height: 1;
}
.site-wrapper .contact-section .contact-widget-wrapper .contact-widget-block p {
  color: #696871;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.66px;
  line-height: 39px;
  margin-bottom: 0;
}
.site-wrapper .contact-section .contact-form {
  padding-top: 80px;
}
.site-wrapper .contact-section .contact-form .form-title {
  color: #19191b;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.75px;
}
.site-wrapper .contact-section .contact-form .form-group {
  margin-bottom: 30px;
}
.site-wrapper .contact-section .contact-form .form-group label {
  color: #19191b;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 1;
  margin-bottom: 20px;
}
.site-wrapper .contact-section .contact-form .form-group .form-control {
  border-radius: 10px;
  border: 1px solid #eae9f2;
  background-color: #ffffff;
  color: #9c9aaa;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.56px;
  margin-bottom: 17px;
  text-indent: 25px;
  min-height: 70px;
}
.site-wrapper .contact-section .contact-form .form-group textarea {
  min-height: 154px;
  max-height: 154px;
  padding-top: 20px;
}
.site-wrapper .contact-section .contact-form .btn {
  font-size: 14px;
  padding: 10px 20px;
}

.table.table-padded {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.table.table-padded thead tr th {
  border: none;
  font-size: 0.81rem;
  color: rgba(90, 99, 126, 0.49);
  letter-spacing: 1px;
  padding: 0.3rem 1.1rem;
}
.table.table-padded tbody tr {
  border-radius: 4px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.table.table-padded tbody td {
  padding: 0.9rem 1.1rem;
  background-color: #fff;
  border: 1px solid #dde2ec;
  vertical-align: middle;
}
.table.table-padded tbody td:first-child {
  border-radius: 4px 0px 0px 4px;
}
.table.table-padded tbody td:last-child {
  border-radius: 0px 4px 4px 0px;
  border-left: none;
}
.table.table-padded tbody tr:hover {
  box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
  -webkit-transform: translateY(-1px) scale(1.01);
  transform: translateY(-1px) scale(1.01);
}
.table-responsive {
  overflow: visible;
}
.table .row-actions a {
  margin-right: 0.8rem;
  color: #bcc0c7;
  font-size: 18px;
}

.card .card-table .card-item {
  border-top: 1px solid #ededed;
}
.table thead {
  background-color: #f6f8fb;
}
.table thead th {
  font-weight: 600;
  color: #879099;
  font-size: 14px;
}
.table tbody td {
  vertical-align: middle;
}
.table tbody td .table-user-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.table tbody td .table-actions {
  text-align: right;
}
.table tbody td .table-actions a {
  color: #bcc1c6;
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  display: inline-block !important;
}

.card .card-title {
  font-size: 18px;
}
.progress-sm {
  height: 0.5rem;
}
.progress-sm .progress-bar {
  height: 0.5rem;
}
.card-group .card:not(:last-child) {
  border-right: 1px solid #f1f1f1;
}
.card .card-body .icon {
  font-size: 37px;
  color: #9aa0ac;
}

.main-nav-dropdown {
  position: fixed;
  top: 0;
}
.main-nav-dropdown .dropdown-item {
  padding: 5px 10px;
  font-size: 13px;
}
.main-nav-dropdown .dropdown-item i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: -2px;
}
.site-wrapper .listing-page-wrap .listing-single-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ededed;
}
.site-wrapper .listing-page-wrap .listing-single-item .listing-image {
  margin-right: 45px;
}
.site-wrapper
  .listing-page-wrap
  .listing-single-item
  .listing-text
  .listing-content {
  margin-bottom: 20px;
}
.site-wrapper
  .listing-page-wrap
  .listing-single-item
  .listing-text
  .listing-content
  h3 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 0;
}
.site-wrapper
  .listing-page-wrap
  .listing-single-item
  .listing-text
  .listing-content
  h3
  a {
  color: inherit;
}
.site-wrapper
  .listing-page-wrap
  .listing-single-item
  .listing-text
  .listing-content
  .listing-metas {
  margin-bottom: 20px;
}
.site-wrapper
  .listing-page-wrap
  .listing-single-item
  .listing-text
  .listing-content
  .listing-metas
  span
  + span {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ededed;
}
.site-wrapper
  .listing-page-wrap
  .listing-single-item
  .listing-text
  .listing-content
  .listing-metas
  span,
.site-wrapper
  .listing-page-wrap
  .listing-single-item
  .listing-text
  .listing-content
  .listing-metas
  span
  a {
  color: #939393;
}
.site-wrapper
  .listing-page-wrap
  .listing-single-item
  .listing-text
  .listing-content
  p {
  color: #6f6f6f;
  line-height: 24px;
}
.site-wrapper .listing-page-wrap .listing-single-item:last-child {
  border-bottom: 0;
}
.site-wrapper .listing-page-wrap .left-sidebar {
  padding-left: 45px;
}
.site-wrapper .listing-page-wrap .search-block {
  margin-bottom: 45px;
}
.site-wrapper .listing-page-wrap .search-block .form-control {
  border-radius: 6px;
  padding: 5px 20px;
  height: 40px;
  font-size: 13px;
  border: none;
  padding-right: 40px;
  border: 1px solid #dde2ec;
  background-color: #fff;
  box-shadow: none;
}
.site-wrapper .listing-page-wrap .search-block .form-control ~ .btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 22px;
  padding: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-wrapper .listing-page-wrap .search-block .form-control:focus {
  border-color: #6c757d;
}
.site-wrapper .listing-page-wrap .widget {
  margin-bottom: 45px;
}
.site-wrapper .listing-page-wrap .widget h4 {
  margin-bottom: 20px;
  position: relative;
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  overflow: hidden;
}
.site-wrapper .listing-page-wrap .widget h4::after {
  content: "";
  display: inline-block;
  width: 100%;
  background: #ef4153;
  height: 1px;
  top: 50%;
  position: absolute;
  margin-left: 20px;
}
.site-wrapper .listing-page-wrap .widget .list-style {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}
.site-wrapper .listing-page-wrap .widget .list-style li {
  position: relative;
  padding: 0 15px 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-wrapper .listing-page-wrap .widget .list-style li:before {
  content: "";
}
.site-wrapper .listing-page-wrap .widget .list-style li a {
  color: #6f6f6f;
}
.site-wrapper .listing-page-wrap .widget .list-style li a:hover {
  color: #ef4153;
}
.site-wrapper .listing-page-wrap .widget .list-style li span {
  position: absolute;
  top: 3px;
  right: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li {
  padding: 9px 0 10px;
  align-items: center;
}
.site-wrapper .listing-page-wrap .widget .latest-post li:first-child {
  padding-top: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li figure {
  width: 75px;
  margin: 0;
}
.site-wrapper .listing-page-wrap .widget .latest-post li div {
  line-height: normal;
  padding-left: 22px;
  position: relative;
}
.site-wrapper .listing-page-wrap .widget .latest-post li h5 {
  font-weight: 500;
  font-size: 13px;
  color: #000;
  margin: 0;
  margin-bottom: 5px;
}
.site-wrapper .listing-page-wrap .widget .latest-post li h5 a {
  color: inherit;
}
.site-wrapper .listing-page-wrap .widget .latest-post li .media-body span {
  margin: 0;
  font-size: 12px;
}
.site-wrapper .listing-page-wrap .widget .tag-cloud a {
  font-size: 12px;
  padding: 3px 8px;
  border: 1px solid #d9d9d9;
  margin: 0 8px 8px 0;
  display: inline-block;
  text-transform: capitalize;
  color: #232323;
  line-height: 18px;
  border-radius: 4px;
}
.site-wrapper .listing-page-wrap .widget .tag-cloud a:hover {
  background: #232323;
  color: #fff !important;
  border: 1px solid #232323;
}
.site-wrapper .pagination-wrap .pagination .page-item {
  margin: 0 5px;
}
.site-wrapper .pagination-wrap .pagination .page-item .page-link {
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.site-wrapper .pagination-wrap .pagination .page-item.active .page-link {
  background-color: #ef4153;
  border-color: #ef4153;
  color: #fff;
}
.site-wrapper .listing-single-wrap .single-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
}
.site-wrapper .listing-single-wrap .single-metas {
  margin-bottom: 30px;
}
.site-wrapper .listing-single-wrap .single-metas span,
.site-wrapper .listing-single-wrap .single-metas span a {
  color: #939393;
}
.site-wrapper .listing-single-wrap .single-metas span + span {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ededed;
}
.site-wrapper .listing-single-wrap .single-content {
  color: #000;
}
.site-wrapper .listing-single-wrap .single-content p {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 24px;
}
.site-wrapper .listing-single-wrap {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .site-wrapper .site-header .navbar .navbar-brand img {
    height: 30px;
  }
  .history-tab .nav-link {
    font-size: 12px;
  }
  .site-wrapper .site-header .navbar .header-btns {
    position: absolute;
    right: 55px;
    top: 0;
  }
  .navbar-toggler {
    padding: 0;
    border: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
  }
  .navbar-toggler.collapsed i::before {
    content: "\f0c9" !important;
  }
  .site-wrapper .content-section .content-text .title {
    font-size: 40px;
  }
  .site-wrapper .content-section .content-text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .site-wrapper .site-header .navbar .navbar-collapse {
    margin-top: 15px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
  .site-wrapper .site-header .navbar .navbar-nav .nav-link {
    padding: 10px 25px;
  }
  .site-wrapper .site-header .navbar .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 600px) {
  .site-wrapper .site-header {
    padding-left: 0;
    padding-right: 0;
  }
  .site-wrapper .hero-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-wrapper .hero-area .hero-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .site-wrapper .hero-area .hero-content .hero-btn {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .site-wrapper .feature-section {
    padding: 50px 0;
    padding-bottom: 20px;
  }
  .site-wrapper .content-section {
    padding: 50px 0;
  }
  .site-wrapper .content-section .content-text .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .site-wrapper .footer-section .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.modal-login {
  position: fixed;
  z-index: 1050;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f2f3167;
}

.form-login {
  width: 580px;
  height: fit-content;
  background: #fff;
  border-radius: 10px;
}

.header-form-login {
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background: var(--main-color);
  position: relative;
}

.title-form-login {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.icon-close-login {
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 32px;
  cursor: pointer;
}

.modal-login-content {
  padding: 32px 32px 48px;
}

.text-guide {
  font-size: 20px;
  color: #808080;
  margin-bottom: 32px;
  text-align: center;
}

.err-phone {
  color: #f45b69;
  margin: 0;
}

.err {
  color: #f45b69;
  margin: 0;
}

.form-input label {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}

.input-field {
  background: #fff !important;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  width: 100%;
  height: 56px;
  padding: 16px;
}

.input-field::-webkit-input-placeholder {
  color: #d9d9d9;
}

.btn-custom {
  background: var(--main-color);
  color: #fff;
  height: 56px;
  border-radius: 8px;
  padding: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  width: 100%;
  margin-top: 24px;
}

.btn-custom-outline {
  background-color: transparent;
  border: 1px solid var(--main-color) !important;
  color: var(--main-color);
  height: 56px;
  border-radius: 8px;
  padding: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  border: none;
  outline: none;
  width: 100%;
  margin-top: 24px;
}

.hiddenElement {
  display: none !important;
}

.btn-action-login {
  display: flex;
  gap: 16px;
}

.btn-back-login {
  background: #b8b8b8;
}

.btn-back-register {
  background: #b8b8b8;
}

.address-select-box {
  display: flex;
  gap: 16px;
}

.address-select-box-edit {
  display: flex;
  gap: 16px;
}

.auth-register .label-field {
  margin-top: 16px;
  margin-bottom: 4px;
}

.upload-file-field {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.label-btn-upload {
  height: 56px;
  width: 108px;
  background: var(--main-color);
  color: #fff !important;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  gap: 4px;
  padding: 16px;
}

.auth-register-content {
  height: 484px;
  overflow: auto;
  padding-right: 10px;
}

.auth-register-content::-webkit-scrollbar-track {
  background: transparent;
}

.auth-register-content::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  border-radius: 8px;
  width: 8px;
}

.auth-register-content::-webkit-scrollbar-thumb:hover {
  background: #d6d6d6;
}

.auth-register-content::-webkit-scrollbar {
  width: 10px;
}

.auth-register-content::-webkit-scrollbar {
  width: 8px;
}

.customer-support-box {
  background-color: #f6faff;
  margin-top: 64px;
}

.contact-box {
  display: flex;
  justify-content: space-between;
}

.contact-content {
  width: 100%;
}

.contact-form-box {
  width: 100%;
}

.support-title {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
}

.support-desc {
  color: #020a13;
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  height: 116px;
}

.support-note {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  height: 150px;
  margin-top: 24px;
}

.customer-support {
  padding: 100px 8px;
}

.input-customer-support {
  height: 250px;
  width: 100%;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #d6d6d6;
}

.page-item.active .page-link {
  background-color: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 3.2px;
}

.page-link {
  border: none;
  color: #7a7a7a;
}

.search-order {
  position: absolute;
  right: 10px;
}

.text-search-result {
  font-size: 24px;
}

.text-not-found {
  font-size: 36px;
  color: #292929;
  font-weight: 600;
}

.text-search-again {
  color: #7a7a7a;
  font-size: 24px;
  font-weight: 500;
}
/* .w-fit {
  width: fit-content;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
} */

/* PRODUCT */
.product-filter {
  border: 1px solid #cfcfcf63;
  height: fit-content;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  /* overflow: auto; */
  margin-bottom: 24px;
}

.product-link-detail {
  color: #292929;
}

.product-link-detail:hover {
  text-decoration: none;
  color: #292929db;
}

/* PRODUCT */

.product-info {
  /* margin-left: 64px; */
}

.product-image-thumb {
  display: flex;
  gap: 8px;
  max-width: 400px;
}

.product-image-thumb .product-thumb-item {
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  padding: 8px !important;
  width: 96px;
  height: 96px;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.roduct-price {
  margin-top: 24px;
}

.product-base-price {
  font-size: 26px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 0;
}
.product-price-sale {
  font-size: 20px;
  font-weight: 500;
  color: #7a7a7a;
  text-decoration: line-through;
}

.detail-info-list p {
  font-size: 20px;
}
.detail-info-list strong {
  font-size: 20px;
  font-weight: 500;
}

.detail-info-list {
  display: flex;
  gap: 24px;
}

.detail-info-content {
  font-weight: 500;
}

.detail-info-content .product-card-qty {
  border: none;
}

.product-quantity-select {
  display: flex;
  align-items: center;
}

.product-quantity-select .product-card-qty {
  border: none;
  justify-content: start;
}

.product-quantity-select strong {
  font-size: 24px;
  font-weight: 600;
}

.product-max-buy {
  margin: 8px 0;
}

.product-max-buy span {
  color: var(--limit-color);
  font-size: 20px;
  font-weight: 300;
}

.product-infomation {
  padding: 32px 0;
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.btn-add-cart {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.btn-change-account {
  margin: 0;
}

.history-delete-btn {
  background-color: transparent;
  border: none;
  outline: none;
}

@media (min-width: 992px) {
  .product-filter {
    max-width: 212px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-info {
    margin-top: 32px;
    margin-left: 10px;
  }
}

.header-filter {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.filter-text {
  font-size: 20px;
  font-weight: 500;
}

.btn-arrow {
  padding: 10px 0;
  display: flex;
  width: 100%;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
}

.collapses-filter {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
  margin-bottom: 12px;
}

.reset-filter {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
}

.text-title-filter {
  font-size: 16px;
  font-weight: 600;
}

.input-filter {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  outline: none;
  margin-bottom: 10px;
  font-size: 12px;
}

.product-tag-bottom .tag-cart {
  padding: 0px !important;
  margin-bottom: 4px;
}

.icon-input-filter {
  position: absolute;
  top: 50%;
  right: 4px;
  border: none;
  outline: none;
  transform: translateY(-80%);
  background: transparent;
}

.filter-sort {
  display: flex;
  gap: 4px;
}

.form-select-filter {
  background: transparent;
  border: none;
  outline: none;
  width: fit-content;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  width: 84px;
}

.form-fiter-type input {
  transform: scale(1.5);
}

.form-filter {
  max-height: 318px;
  overflow: auto;
  padding: 4px;
}

.form-filter::-webkit-scrollbar-track {
  background: transparent;
}

.form-filter::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  border-radius: 8px;
  width: 8px;
}

.form-filter::-webkit-scrollbar-thumb:hover {
  background: #d6d6d6;
}

.form-filter::-webkit-scrollbar {
  width: 8px;
}

.modal-view-list::-webkit-scrollbar-track {
  background: transparent;
}

.modal-view-list::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  border-radius: 8px;
  width: 8px;
}

.modal-view-list::-webkit-scrollbar-thumb:hover {
  background: #d6d6d6;
}

.modal-view-list::-webkit-scrollbar {
  width: 8px;
}

.modal-voucher {
  position: fixed;
  z-index: 1050;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f2f3167;
}
/* REPONSIVE */

@media only screen and (max-height: 772px) {
  .form-login {
    height: fit-content !important;
  }

  .auth-register-content {
    height: 308px;
  }
}

@media only screen and (max-height: 662px) {
  .form-login {
    height: 100vh !important;
  }

  .auth-register-content {
    height: 280px;
  }
}

.tag-thumb {
  display: flex;
}

.title-center-section {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
}

.section-title {
  font-weight: 600;
  font-size: 32px;
}

.search-wrapper #headerSearch {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 16px;
  outline: none;
  background: transparent;
  height: 60px;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}

.header-nav {
  padding: 24px 0;
}

.header-menu {
  height: 56px;
  padding: 14px 0;
  transition: transform 0.3s ease;
}

.header-bottom {
  transition: transform 0.3s ease;
}

.header-menu .nav-item {
  font-weight: 500;
}

.section-title {
  font-weight: 600;
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sub-log-thumb {
  width: 240px !important;
  height: 100% !important;
  border-radius: 16px 0 0 16px;
}

.sub-news {
  display: flex;
  height: 100%;
}

.paginationjs ul li.active {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  width: 32px;
  height: 32px;
}

.contact-box {
  flex-wrap: nowrap;
}

@media screen and (max-width: 1200px) {
  .contact-box {
    flex-wrap: wrap;
  }

  .contact-content {
    width: 100%;
  }

  .contact-form-box {
    width: 100%;
  }
}

.single-line-text {
  min-width: 224px;
}

@media screen and (max-width: 504px) {
  .product-card-qty .product-qty-cart {
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  a {
    color: #000 !important;
  }
  .sub-news {
    display: block !important;
  }
  .sub-log-thumb {
    width: 100% !important;
    border-radius: 16px 16px 0 0 !important;
  }
  .sub-blog-card-body {
    margin: 0;
  }

  .support-desc {
    font-size: 38px;
    line-height: 46.6px;
  }

  .support-note {
    font-size: 18px;
    margin-top: 42px;
  }

  .product-card-qty .product-qty-cart .product-qty-input-custom {
    width: 72px !important;
    font-size: 12px;
  }

  .product-card-qty .product-qty-cart .product-qty-plus,
  .product-card-qty .product-qty-cart .product-qty-minus {
    padding: 0 12px;
  }

  .product-cart .product-qty,
  .product-cart .product-qty .input-qty-border {
    width: 100%;
  }

  .sub-log-thumb {
    width: 100% !important;
    height: 400px !important;
  }

  .blog-thumb {
    height: 400px;
  }
}

@media screen and (max-width: 1380px) {
  /* .thumbnail-product {
    width: auto !important;
  } */
  .product-info {
    padding-left: 64px;
  }
}

@media screen and (max-width: 992px) {
  .thumbnail-product {
    width: auto !important;
    /* height: auto !important; */
  }
  .product-info {
    padding-left: 0;
  }

  .single-line-text {
    min-width: 150px;
  }

  .detail-info-list strong {
    font-size: 16px;
  }

  .single-line-text-sub {
    width: 116px;
    font-size: 16px !important;
  }

  .btn-custom-detail {
    width: 100% !important;
  }

  .img-fluid {
    max-width: 100% !important;
  }

  /* .tag-text-date {
    display: none;
  } */
}

.cart-null-box {
  height: 352px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 200px;
}

.cart-null {
  width: 100%;
}

.cart-null .cart-null-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  height: 60px;
  margin-bottom: 16px;
}

.cart-null .cart-null-desc {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  height: 48px;
}

.cart-null .btn-explore {
  height: 68px;
  width: 241px;
  font-size: 24px;
}

@media screen and (max-width: 992px) {
  .cart-null .cart-null-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .cart-null .cart-null-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .cart-null .btn-explore {
    height: auto;
    width: auto;
    font-size: 18px;
  }
}

.product-detail-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
}

.product-detail-tag .tag-date {
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #f4d279;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail-tag .tag-bill {
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #f45b69;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail-tag .tag-limit {
  height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #6fd600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-price .tag-discount {
  height: 24px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #f45b69;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 992px) {
  .product-detail-tag .tag-bill {
    font-size: 12px;
  }

  .product-detail-tag .tag-limit {
    font-size: 12px;
  }

  .product-detail-tag .tag-date {
    font-size: 12px;
  }
}

.qty-active {
  /* border: 1px solid var(--main-color) !important; */
  border: none;
}

.banner-wrapper {
  /* min-height: 490px; */
}

@media screen and (min-width: 1256px) {
  .banner-section {
    /* height: 490px; */
  }
  .banner-content {
    /* height: 490px !important; */
  }
  .banner-group {
    /* height: 490px !important; */
  }
}

@media screen and (max-width: 1200px) {
  .banner-title {
    font-size: 50px;
    line-height: 68px;
  }
}
@media screen and (max-width: 1044px) {
  .banner-title {
    font-size: 40px;
    line-height: 58px;
  }
  .banner-desc {
    font-size: 14px;
  }
  .widget-card-content-custom {
    min-width: 100% !important;
  }
}
@media screen and (max-width: 836px) {
  .banner-title {
    font-size: 24px;
    line-height: 48px;
  }
  .banner-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 638px) {
  .banner-title {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-wrapper {
    /* min-height: 160px !important; */
  }
  .banner-desc {
    font-size: 12px;
    /* margin: 4px !important; */
  }
  .banner-btn a {
    font-size: 10px;
  }
  .banner-btn {
    padding: 4px 14px !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .form-login {
    width: 100%;
  }
  .address-select-box {
    flex-wrap: wrap;
  }

  .address-select-box-edit {
    flex-wrap: wrap;
  }

  .select2-container--default .select2-selection--single {
    width: 100% !important;
  }

  .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
  }
  .text-normal {
    font-size: 14px !important;
  }

  .section-title {
    font-size: 20px;
  }

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

  .title-center-section {
    font-size: 24px;
  }

  .blog-card-title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
  .news-box {
    gap: 16px !important;
  }

  .blog-news-title {
    margin-bottom: 20px !important;
  }

  .product-section {
    padding: 32px 0 0 0 !important;
  }

  .productRelated {
    padding: 16px 0;
  }

  .svn-title {
    font-size: 26px;
  }
  .product-max-buy span {
    font-size: 16px !important;
  }

  .product-card-body .product-cart-price .product-discount-price {
    font-size: 16px;
  }
  .product-card-body .product-cart-price .product-normal-price {
    font-size: 12px;
  }

  .title-page {
    font-size: 32px;
  }

  .widget-card-list .slick-list {
    margin: 0;
  }
  .widget-card-list .slick-track {
    gap: 0;
  }

  #headerSearch::placeholder {
    font-size: 12px;
  }

  .suggest-href {
    padding: 4px;
  }

  .suggest-search {
    display: block !important;
  }
  .search-wrapper .suggest-search {
    box-shadow: none;
  }

  .ship-info {
    position: relative !important;
    top: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
  }
}

.search-active {
  height: 100vh;
  position: fixed;
  z-index: 999;
  background: #fff;
  left: 0;
  top: 0;
  padding: 10px;
  padding-top: 38px;
}

@media screen and (max-width: 560px) {
  .product-card-qty .product-qty-cart {
    padding: 0;
    /* gap: 14px; */
  }
  .product-cart .product-cart-price {
    gap: 14px;
  }
}

input[type="checkbox"] {
  accent-color: var(--main-color);
}
input[type="radio"] {
  accent-color: var(--main-color);
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1;
}

.cart-info-payment {
  top: 180px;
  position: sticky;
}

.indicator {
  position: absolute;
  top: -12px;
  left: -12px;
  background-color: var(--main-color);
  padding: 2px 8px;
  color: #fff;
  font-weight: 600;
  border-radius: 16px;
  min-width: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indicator-m {
  background-color: var(--main-color);
  padding: 2px 8px;
  color: #fff;
  font-weight: 600;
  border-radius: 16px;
}

@media screen and (max-width: 1800px) {
  .product-cart-info {
    width: 500px !important;
  }
}

@media screen and (max-width: 1600px) {
  .product-cart-info {
    width: 440px !important;
  }
}

@media screen and (max-width: 1500px) {
  .product-cart-info {
    width: 340px !important;
  }
}

@media screen and (max-width: 1366px) {
  .product-cart-info {
    width: 100% !important;
  }

  .product-cart-price {
    min-width: 100% !important;
  }
}

@media screen and (max-width: 1056px) {
  .tag-text-date2 {
    font-size: 12px;
  }
  .tag-bill {
    font-size: 12px;
  }
  .tag-limit {
    font-size: 12px;
  }
}

.tag-text-date {
  font-size: 12px;
}

.text-16px {
  font-size: 16px;
}

.btn-custom-outline-mini {
  font-size: 14px;
  min-height: 31px;
  min-width: 61px;
  background-color: transparent;
  border: 1px solid var(--main-color) !important;
  color: var(--main-color);
  border-radius: 8px;
  font-weight: 600;
  outline: none;
  margin-top: 24px;
}

.btn-custom-outline-mini:hover {
  background-color: #28a745;
  color: #fff;
}

.form-list-product {
  width: 880px;
}

@media screen and (max-width: 1400px) {
  .product-card-qty .product-qty-cart .product-qty-input-custom {
    max-width: 120px !important;
  }

  .product-card-qty .product-qty-cart {
    /* padding: 0 8px !important; */
  }

  .form-list-product {
    width: 880px;
  }
}

@media screen and (min-width: 1400px) {
  .product-card-qty .product-qty-cart .product-qty-custom {
    width: 72px !important;
  }

  .product-card-qty .product-qty-cart {
    /* padding: 0 16px; */
  }
}

@media screen and (max-width: 1024px) {
  .product-card-qty .product-qty-cart .product-qty-input {
    width: 100%;
  }

  /* .product-qty-plus {
    min-height: 28px !important;
    min-width: 28px !important;
    max-height: 28px !important;
    max-width: 28px !important;
  }

  .product-qty-minus {
    min-height: 28px !important;
    min-width: 28px !important;
    max-height: 28px !important;
    max-width: 28px !important;
  } */
}

.text-validate-file {
  color: #7a7a7a;
  font-size: 14px;
}

.border-dashed-top {
  border-top: 1px dashed #292929;
}

.border-dashed-bottom {
  border-bottom: 1px dashed #292929;
}

.input-qty-border {
  border: 1px solid var(--main-color) !important;
  border-radius: 10px;
  background: #fff;
}

.product-qty-input-custom {
  border-left: 1px solid var(--main-color) !important;
  border-right: 1px solid var(--main-color) !important;
}

.product-qty-plus-custom {
  border-radius: 0 8px 8px 0 !important;
  background: var(--main-color) !important;
}

.icon-zalo {
  background: url("../img/icon/huge-icon/z.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 24px;
  width: 24px;
}

.limit-buy {
  position: absolute;
  top: -22px;
  font-size: 12px;
  font-weight: 500;
  color: var(--limit-order);
}

.client-info-phone {
  font-size: 20px !important;
}
