@charset "UTF-8";
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand Regular 400.ttf"); /* IE9 Compat Modes */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand Light 300.ttf"); /* IE9 Compat Modes */
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand Medium 500.ttf"); /* IE9 Compat Modes */
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand Bold 700.ttf"); /* IE9 Compat Modes */
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Quicksand" !important;
  font-size: 14px !important;
  color: #00263D !important;
  margin: 0px;
}
body.overflow {
  overflow: hidden;
}

.wrapper {
  padding: 0 60px;
  margin-top: 25px;
}

.container {
  padding: 0 40px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 912px) {
  .container {
    padding: 0 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px;
    margin-top: 10px;
  }
}

.site-custom-tab-bar {
  top: 35px !important;
}

.disableBtn {
  background-color: #F1F1F1 !important;
  color: #c3c3c3 !important;
}

.checkout-note {
  font-size: 11px;
  margin-top: 5px;
  text-align: right;
  color: #8d94ac;
}

.action-btn {
  border: 1px solid;
  padding: 5px;
  font-size: 12px;
}
.action-btn.action-btn-delete {
  color: red;
  border-color: red;
}
.action-btn.action-btn-delete:hover {
  background-color: red;
  color: #fff;
}
.action-btn.action-btn-add {
  color: #18253f;
  border-color: #18253f;
}
.action-btn.action-btn-add:hover {
  background-color: #18253f;
  color: #fff;
}

.min-height {
  min-height: calc(100vh - 415px);
}

.ant-input {
  height: auto !important;
  font-size: 14px;
}

.ant-input-affix-wrapper {
  max-height: 35px !important;
}

.search .ant-input-affix-wrapper {
  max-height: 45px !important;
}

.ant-select-selector {
  height: 40px !important;
  border-radius: 15px !important;
  display: flex !important; /* Sử dụng flexbox */
  align-items: center !important; /* Căn giữa theo chiều dọc */
  justify-content: center; /* Căn giữa theo chiều ngang nếu cần */
}

.breadcrumb-all {
  margin: 30px 0;
  padding: 10px 0;
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .breadcrumb-all {
    margin: 0px;
    padding-left: 0px;
  }
}

.ant-form-item-label {
  text-align: left !important;
}

h1 {
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 29px;
  }
}

h2 {
  font-size: 29px;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 16px;
  }
}

h5,
p {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  h5,
  p {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  h6 {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 0px;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #00263D;
}
a:hover {
  color: #00263D;
}

ul {
  margin: 0;
  padding: 0;
}

button.btn {
  height: 35px;
  padding: 0 20px;
  border-radius: 0px;
}

.paddingTopZero {
  padding-top: 0px;
}

.noDisplay {
  display: none !important;
}

.showDisplay {
  display: block !important;
}

.__react_component_tooltip {
  padding: 5px 8px !important;
}

a.view-more-less {
  color: #757575;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}

a.view-more-less i {
  margin-left: 5px;
  font-size: 11px !important;
  margin-bottom: 0 !important;
}

.show-review + .view-more-less .fa-caret-down:before {
  content: "\f0d8" !important;
}

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

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

.filtered-by {
  padding-left: 40px;
  padding-top: 15px;
}
@media screen and (max-width: 480px) {
  .filtered-by {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
.filtered-by .title {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.65);
}
.filtered-by .filter-tags {
  font-size: 12px;
  border: 1px solid #eee;
  padding: 6px 10px;
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  .filtered-by .filter-tags {
    font-size: 11px;
    padding: 4px 8px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
  }
}
.filtered-by .filter-tags:hover {
  border-color: #18253f;
  color: #18253f;
}
.filtered-by i {
  margin-left: 4px;
}

.ant-form-item-has-error .ant-form-item-explain,
.ant-form-item-has-error .ant-form-item-split {
  margin-top: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 5px;
  bottom: 3px;
  background-color: #dbdbdb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgba(29, 170, 95, 0.18);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #1f1f1f;
  left: -5px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.yes-no > span {
  padding: 0 5px;
}

.delete-product {
  margin-top: 15px;
}
.delete-product a button {
  color: #1f1f1f;
  border-color: #1f1f1f;
}
@media screen and (max-width: 767px) {
  .delete-product a button {
    width: 100%;
  }
}
.delete-product a button:hover {
  background: #1f1f1f;
  color: #fff;
}
.delete-product a button span {
  font-size: 13px;
}
.delete-product a:hover {
  border-color: #1f1f1f;
}

.inputFile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input.inputfile + label {
  width: 100%;
  border: 1px dashed #948c8c;
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
  cursor: pointer;
}

.all-pagination {
  text-align: right;
}

.noCheckbox,
.displayNone {
  display: none !important;
}

.clickDisable {
  pointer-events: none;
  cursor: not-allowed;
}

.not-available {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-table-tbody > tr > td,
.ant-table-thead > tr > th,
.ant-table tfoot > tr > td,
.ant-table tfoot > tr > th {
  padding: 10px !important;
}

.ant-tabs-bar {
  z-index: 9;
  background: #fff;
}

@media (min-width: 1023px) {
  .table-wrapper table thead tr th:first-child,
  .table-wrapper table tbody tr td:first-child {
    display: none;
  }
}
@media (max-width: 1023px) {
  .table-wrapper th {
    display: none;
  }
  .table-wrapper th:nth-child(1),
  .table-wrapper th:nth-child(2),
  .table-wrapper th:nth-child(3) {
    display: table-cell;
  }
}
@media (max-width: 1023px) {
  .table-wrapper tbody tr td {
    display: none;
  }
  .table-wrapper tbody tr td:nth-child(1),
  .table-wrapper tbody tr td:nth-child(2),
  .table-wrapper tbody tr td:nth-child(3) {
    display: table-cell;
  }
}
.table-wrapper .expanded-table tr td {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
}
.table-wrapper .expanded-table tr:last-child td {
  border-bottom: 0px;
}

@media (max-width: 1023px) {
  .no-data-table {
    display: none;
  }
}

.ant-table-row-expand-icon {
  height: 17px !important;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}
.loader-overlay .spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.social-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 18px 15px;
}
.social-btn.facebook {
  background: #1877f2;
  color: #fff;
}
.social-btn span.anticon-facebook {
  font-size: 22px;
}

.modal-video-close-btn {
  cursor: pointer;
  right: 0px !important;
}

.ant-carousel .slick-dots {
  z-index: 8;
}

.latest-products .latest-cards {
  margin-bottom: 20px;
}

.ant-modal-content {
  border-radius: 20px !important;
  overflow: hidden;
}

.ant-modal {
  border-radius: 20px !important;
}

.ant-modal-body {
  border-radius: 20px !important;
}

.skeleton:hover .card-hover-items {
  display: none !important;
}
.skeleton .large-line {
  height: 8px;
  background-color: #eee;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  animation-name: moving-gradient;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.skeleton .medium-line {
  height: 8px;
  background-color: #eee;
  width: 80%;
  display: block;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  animation-name: moving-gradient;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.skeleton .small-line {
  height: 8px;
  background-color: #eee;
  width: 50%;
  display: block;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  animation-name: moving-gradient;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.skeleton img {
  object-fit: cover !important;
}
.skeleton .product-box-shadow {
  border: 0 !important;
}
.skeleton .productImg-loader {
  background-color: #eee;
  display: block;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  animation-name: moving-gradient;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.skeleton .card-body {
  padding: 10px 0 !important;
}
.skeleton .card-body div {
  display: block;
}
.skeleton .card-body div.medium-line {
  margin-top: 10px;
  margin-bottom: 10px;
}

@keyframes moving-gradient {
  0% {
    background-position: -250px 0;
  }
  100% {
    background-position: 250px 0;
  }
}
.product-detail-skeleton .ratings,
.product-detail-skeleton .reviews,
.product-detail-skeleton .price-wish,
.product-detail-skeleton .qty-cart-btn,
.product-detail-skeleton .prod-cate-specs,
.product-detail-skeleton .detail-breadcrumb {
  height: 15px;
  background-color: #eee;
  width: 20%;
  display: block;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  animation-name: moving-gradient;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.product-detail-skeleton .ratings {
  width: 30% !important;
}
.product-detail-skeleton .price-specs {
  margin-bottom: 25px;
}
.product-detail-skeleton .specs .details1,
.product-detail-skeleton .specs .details2,
.product-detail-skeleton .specs .details3,
.product-detail-skeleton .specs .details4 {
  height: 10px;
  background-color: #eee;
  display: block;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  animation-name: moving-gradient;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.product-detail-skeleton .specs .details1,
.product-detail-skeleton .specs .details2,
.product-detail-skeleton .specs .details3 {
  width: 100%;
  margin-bottom: 15px;
}
.product-detail-skeleton .specs .details4 {
  width: 60%;
}
.product-detail-skeleton .qty-cart-btn {
  padding-bottom: 0px !important;
}
.product-detail-skeleton .prod-cate-specs {
  width: 30% !important;
}
.product-detail-skeleton .detail-breadcrumb {
  width: 40%;
}

.list-view-skeleton .pd-details .name,
.list-view-skeleton .pd-details .price,
.list-view-skeleton .pd-details .qty,
.list-view-skeleton .pd-details .available-stock,
.list-view-skeleton .pd-details .delete-product {
  height: 10px;
  background-color: #eee;
  display: block;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  animation-name: moving-gradient;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.list-view-skeleton .pd-details .name {
  width: 40% !important;
}
.list-view-skeleton .pd-details .price {
  width: 20%;
}
.list-view-skeleton .pd-details .qty {
  width: 30%;
  margin-bottom: 20px;
}
.list-view-skeleton .pd-details .available-stock {
  width: 55%;
}
.list-view-skeleton .pd-details .delete-product {
  width: 60%;
}

.delivery-address {
  border-right: 1px solid #f3f3f3;
  background: #F8F8F8;
}

input {
  background: #F8F8F8;
  font-size: 12px;
  height: 32px !important;
}
input:hover, input .ant-input-focused, input:focus {
  border-color: #f3f3f3 !important;
  box-shadow: unset !important;
}

button {
  height: 35px !important;
  border-radius: 5px !important;
  text-transform: capitalize !important;
  border: 0px;
}
button.primary {
  background-color: #1f1f1f;
  color: #fff;
}
button.primary:hover {
  color: #1f1f1f;
  border-color: #1f1f1f;
}
button.danger {
  background-color: #f7023f;
  color: #fff;
}
button.danger:hover {
  color: #f7023f;
  border-color: #f7023f;
}
button.no-color {
  background-color: #fff;
  color: #000;
}
button.no-color:hover {
  color: #18253f;
}

.product-slider {
  padding: 0 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .product-slider {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}

.slider-header {
  text-align: center;
  padding: 30px 0;
  padding-top: 0px;
}
@media screen and (min-width: 375px) and (max-width: 480px) {
  .slider-header {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}

.latest-popular {
  text-align: center;
  padding: 50px 30px;
}
@media screen and (max-width: 912px) {
  .latest-popular {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 480px) {
  .latest-popular {
    padding: 0px;
  }
}

.checkout {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .detail .container {
    padding: 0 20px;
  }
}

.cart-page {
  padding-bottom: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .cart-page {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}

.delivery-address {
  padding-bottom: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .delivery-address {
    padding-bottom: 20px;
  }
}
.delivery-address .address-form {
  border-right: 1px solid #f3f3f3;
  padding-right: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .delivery-address .address-form {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .delivery-address .address-form .ant-form-item {
    margin-bottom: 15px;
  }
}
.delivery-address .address-form .add-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.delivery-address .address-form .save-address {
  text-align: center;
}
.delivery-address .address-form .save-address button {
  width: 250px;
  border-color: #00263D;
  color: #fff;
  background: #00263D;
}
@media screen and (max-width: 992px) {
  .delivery-address .address-form .save-address button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .delivery-address .address-form .save-address button {
    margin-top: 10px;
  }
}

.my-profile {
  margin-top: 30px;
}
.my-profile .left-menu {
  border-right: 1px solid #efefef;
}
@media screen and (max-width: 992px) {
  .my-profile .left-menu {
    border: 0px;
  }
}
.my-profile .profile-right-menu {
  padding: 0 10px;
}
.my-profile .profile-menu {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .my-profile .profile-menu {
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .my-profile .profile-menu {
    margin-top: 15px;
  }
}
.my-profile .profile-menu ul {
  list-style: none;
}
.my-profile .profile-menu ul li {
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .my-profile .profile-menu ul li {
    border-right: 1px solid #eee;
    padding-right: 10px;
    margin-right: 9px;
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  .my-profile .profile-menu ul li:last-child {
    border-right: 0px;
  }
}
.my-profile .profile-menu ul li a:hover {
  color: #18253f;
}
.my-profile .profile-menu ul li.active a {
  color: #1f1f1f;
}
.my-profile .menu-details h3 {
  margin-bottom: 20px;
}
.my-profile .profile-details .main-profile {
  border: 1px solid #efefef;
  padding: 20px;
}
.my-profile .profile-details .main-profile .left-prof .change-profile {
  display: flex;
  justify-content: center;
}
.my-profile .profile-details .main-profile .left-prof .change-profile img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.my-profile .profile-details .main-profile .left-prof .change-profile i {
  margin-top: 20px;
  cursor: pointer;
}
.my-profile .profile-details .main-profile .right-prof .em-det div {
  margin-bottom: 5px;
}
.my-profile .profile-details .profile-bottom {
  margin-top: 20px;
  border: 1px solid #efefef;
  padding: 20px;
}
.ant-table-tbody > tr .my-profile .profile-details .profile-bottom:last-child td {
  border-bottom: 0px;
}
.my-profile .profile-details .profile-bottom td {
  padding-left: 0px;
}
.my-profile .address-details .title-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .my-profile .address-details .title-add {
    margin-bottom: 15px;
  }
}
.my-profile .address-details .edit-address {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .my-profile .address-details .edit-address {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .my-profile .address-details .edit-address .ant-form-item {
    margin: 0 0 5px;
  }
}
.my-profile .table-item-img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.my-profile .my-orders h3 {
  margin-bottom: 20px;
}
.my-profile .my-orders .orders-table {
  margin-top: 20px;
}
.my-profile .my-orders .order-search {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .my-profile .my-orders .order-search {
    width: 100%;
    margin-bottom: 10px;
  }
}
.my-profile .my-orders .order-select {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .my-profile .my-orders .order-select {
    width: 100%;
  }
}
.my-profile .my-wishlist h3 {
  margin-bottom: 20px;
}
.my-profile .my-wishlist .orders-table {
  margin-top: 20px;
}
.my-profile .my-wishlist .order-search {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .my-profile .my-wishlist .order-search {
    width: 100%;
    margin-bottom: 10px;
  }
}
.my-profile .my-reviews .shop-review {
  margin: 15px 0;
}
.my-profile .my-reviews .shop-review .shop-name {
  font-weight: bold;
  font-size: 20px;
}
.my-profile .my-reviews .shop-review .shop-name img {
  height: 30px;
}
.my-profile .my-reviews .shop-review .name-rating {
  display: flex;
  align-items: center;
}
.my-profile .my-reviews .shop-review .name-rating .ratings {
  margin-left: 5px;
}
.my-profile .my-reviews .shop-review .name-rating .ratings i {
  color: #f2c900;
  padding-left: 5px;
}
.my-profile .my-reviews .shop-review .name-rating .ratings i.fade-star {
  color: #eee;
}

.order-details {
  padding: 10px;
}
.order-details .ship-to {
  border: 1px solid #eee;
  padding: 5px 10px;
}
.order-details .ship-to .ship-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.order-details .total-summary {
  border: 1px solid #eee;
  padding: 5px 10px;
  margin-top: 10px;
}
.order-details .total-summary .summart-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.order-details .total-summary .timeline {
  margin-top: 15px;
}
.order-details .total-summary .timeline .ant-timeline-item-content p {
  font-size: 14px;
  margin-bottom: 0px;
}
.order-details .total-summary .summary-detail {
  display: flex;
  justify-content: space-between;
}
.order-details .total-summary .summary-detail:last-child {
  border-top: 1px solid #eee;
  padding-top: 5px;
  margin-top: 5px;
}
.order-details .order-btns {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.order-details .cancel-order-form {
  margin-top: 10px;
}
.order-details .cancel-order-form .cancel-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.order-details .cancel-order-form .cancel-create {
  text-align: right;
}
.order-details .cancel-order-form .cancel-create .cancel-submit {
  margin-right: 8px;
}

.login-wrapper {
  min-height: calc(100vh - 415px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .login-wrapper {
    display: block;
  }
}
.login-wrapper .login-title {
  text-align: center;
}
.login-wrapper .login-title p {
  font-size: 14px;
}
.login-wrapper .login-form {
  margin-top: 40px;
}
.login-wrapper .login-form .login-create,
.login-wrapper .login-form .rem-for {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-wrapper .login-form .login-form-forgot {
  font-size: 12px;
}
.login-wrapper .social-login-opt {
  border-top: 1px solid #eee;
  padding: 10px;
  position: relative;
}
.login-wrapper .social-login-opt #or {
  position: absolute;
  top: -15px;
  left: 50%;
  color: #fff;
  background: #18253f;
  border-radius: 50%;
  padding: 5px;
  font-size: 12px;
}
.login-wrapper .social-login-opt .social-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.login-wrapper .social-login-opt .social-btn-cover {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .login-wrapper .social-login-opt .social-btn-cover {
    display: block;
  }
}
.login-wrapper .social-login-opt .social-btn-cover .google {
  display: flex; /* Đảm bảo nội dung căn giữa */
  justify-content: center; /* Căn giữa nội dung */
  align-items: center; /* Căn giữa theo chiều dọc */
  width: 100%; /* Full chiều rộng */
  max-width: 100%; /* Đảm bảo không bị giới hạn */
}
@media screen and (max-width: 425px) {
  .login-wrapper .social-login-opt .social-btn-cover .google {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.login-wrapper .welcome-illus img {
  width: 100%;
}

:root {
  --primary: #6366f1;
  --primary-dark: #4f46e5;
  --primary-light: #e0e7ff;
  --accent: #f43f5e;
  --accent-dark: #e11d48;
  --background: #f8fafc;
  --surface: #ffffff;
  --text-dark: #0f172a;
  --text-light: #64748b;
  --border: #e2e8f0;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1);
}

.livestream-page {
  min-height: 750px;
  background: var(--background);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.livestream-page .livestream-container {
  width: 100%;
  max-width: 1800px;
  min-height: calc(80vh - 4rem);
  background: var(--surface);
  border-radius: 1.5rem;
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 380px;
  position: relative;
}
.livestream-page .livestream-main {
  position: relative;
  background: #000;
}
.livestream-page .livestream-main .livestream-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 1.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.livestream-page .livestream-main .livestream-header .back-button {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.2s ease;
}
.livestream-page .livestream-main .livestream-header .back-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}
.livestream-page .livestream-main .livestream-header .back-button svg {
  transition: transform 0.2s ease;
}
.livestream-page .livestream-main .livestream-header .back-button:hover svg {
  transform: translateX(-2px);
}
.livestream-page .livestream-main .livestream-header .shop-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  flex: 1;
}
.livestream-page .livestream-main .livestream-header .shop-info .shop-avatar {
  width: 48px;
  height: 48px;
  border-radius: 1rem;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease;
}
.livestream-page .livestream-main .livestream-header .shop-info .shop-avatar:hover {
  transform: scale(1.05);
}
.livestream-page .livestream-main .livestream-header .shop-info .shop-details {
  flex: 1;
  min-width: 0;
}
.livestream-page .livestream-main .livestream-header .shop-info .shop-details .shop-name {
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.livestream-page .livestream-main .livestream-header .shop-info .shop-details .shop-topic {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.livestream-page .livestream-main .livestream-header .shop-info .viewers {
  display: flex;
  align-items: center;
  color: white;
  font-size: 16px;
}
.livestream-page .livestream-main .livestream-header .shop-info .viewers svg {
  fill: white;
  margin-right: 5px;
}
.livestream-page .livestream-main .livestream-header .shop-info .action-buttons {
  display: flex;
  gap: 15px;
}
.livestream-page .livestream-main .livestream-header .shop-info .action-buttons button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.livestream-page .livestream-main .livestream-header .shop-info .action-buttons button svg {
  fill: white;
}
.livestream-page .livestream-main .livestream-header .shop-info .action-buttons button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.livestream-page .livestream-main .livestream-header .shop-info .action-buttons button.like-button.liked {
  color: red;
  border-color: red;
}
.livestream-page .livestream-main .livestream-header .shop-info .action-buttons button.like-button.liked svg {
  fill: red;
}
.livestream-page .livestream-main .livestream-video {
  width: 100%;
  max-height: 750px;
  object-fit: contain;
  position: relative;
  z-index: 1; /* Video vẫn hiển thị phía dưới */
}
.livestream-page .livestream-main .video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2; /* Overlay nằm trên video */
  pointer-events: none; /* Cho phép click xuyên qua overlay */
}
.livestream-page .comment-section {
  background: var(--surface);
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  max-height: 750px;
}
.livestream-page .comment-section .comment-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--surface);
  position: sticky;
  top: 0;
  z-index: 5;
}
.livestream-page .comment-section .comment-header h3 {
  color: var(--text-dark);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.livestream-page .comment-section .comment-header .comment-count {
  background: var(--primary-light);
  color: var(--primary-dark);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.livestream-page .comment-section .comments-container {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.livestream-page .comment-section .comments-container::-webkit-scrollbar {
  width: 6px;
}
.livestream-page .comment-section .comments-container::-webkit-scrollbar-track {
  background: transparent;
}
.livestream-page .comment-section .comments-container::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 3px;
}
.livestream-page .comment-section .comments-container::-webkit-scrollbar-thumb:hover {
  background: var(--text-light);
}
.livestream-page .comment-section .comments-container .comment {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: var(--background);
  border-radius: 1rem;
  transition: all 0.2s ease;
}
.livestream-page .comment-section .comments-container .comment:hover {
  transform: translateX(4px);
  background: white;
  box-shadow: var(--shadow-sm);
}
.livestream-page .comment-section .comments-container .comment .comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 0.75rem;
  object-fit: cover;
}
.livestream-page .comment-section .comments-container .comment .comment-content {
  flex: 1;
  min-width: 0;
}
.livestream-page .comment-section .comments-container .comment .comment-content .comment-author {
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0 0 0.25rem;
}
.livestream-page .comment-section .comments-container .comment .comment-content .comment-text {
  color: var(--text-light);
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  word-wrap: break-word;
}
.livestream-page .comment-section .comments-container .comment .comment-content .comment-timestamp {
  display: block;
  color: var(--text-light);
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.livestream-page .comment-section .comment-input {
  padding: 1.5rem;
  border-top: 1px solid var(--border);
  background: var(--surface);
  position: sticky;
  bottom: 0;
}
.livestream-page .comment-section .comment-input form {
  position: relative;
  display: flex;
  gap: 1rem;
}
.livestream-page .comment-section .comment-input input {
  flex: 1;
  padding: 1rem 1.25rem;
  border: 2px solid var(--border);
  border-radius: 1rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  background: var(--background);
}
.livestream-page .comment-section .comment-input input:focus {
  outline: none;
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 3px var(--primary-light);
}
.livestream-page .comment-section .comment-input input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.livestream-page .comment-section .comment-input button {
  background: var(--primary);
  color: white;
  border: none;
  padding: 0 1.5rem;
  border-radius: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.livestream-page .comment-section .comment-input button:hover:not(:disabled) {
  background: var(--primary-dark);
  transform: translateY(-1px);
}
.livestream-page .comment-section .comment-input button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.livestream-page .comment-section .comment-input button .loading-dots {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.livestream-page .comment-section .comment-input button .loading-dots::after {
  content: "...";
  animation: loading 1.4s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
@media (max-width: 1280px) {
  .livestream-page {
    padding: 0;
  }
  .livestream-page .livestream-container {
    min-height: 100vh;
    border-radius: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .livestream-page .livestream-main .livestream-header {
    padding: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .livestream-page .livestream-main .livestream-header .shop-info {
    order: -1;
    width: 100%;
  }
  .livestream-page .livestream-main .livestream-video {
    height: 40vh;
  }
  .livestream-page .comment-section {
    border-left: none;
    border-top: 1px solid var(--border);
    max-height: none;
  }
  .livestream-page .comment-section .comments-container {
    max-height: calc(60vh - 130px);
  }
}
@media (max-width: 640px) {
  .livestream-page .livestream-main .livestream-header .shop-info {
    padding: 0.5rem 1rem;
  }
  .livestream-page .livestream-main .livestream-header .shop-info .shop-avatar {
    width: 40px;
    height: 40px;
  }
  .livestream-page .comment-section .comment-header {
    padding: 1rem;
  }
  .livestream-page .comment-section .comments-container {
    padding: 1rem;
  }
  .livestream-page .comment-section .comment-input {
    padding: 1rem;
  }
  .livestream-page .comment-section .comment-input input {
    padding: 0.75rem 1rem;
  }
  .livestream-page .comment-section .comment-input button {
    padding: 0 1rem;
  }
}
.main-header {
  box-shadow: 0 4px 12px rgba(199, 197, 197, 0.5);
  position: sticky;
  top: 0px;
  z-index: 20;
  background: #fff;
  padding-bottom: 0px;
}
@media screen and (max-width: 576px) {
  .main-header {
    display: none;
  }
}
.main-header .all-menu {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  padding: 5px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
@media screen and (max-width: 1130px) {
  .main-header .all-menu {
    padding: 0 20%;
  }
}
@media screen and (max-width: 998px) {
  .main-header .all-menu {
    padding: 0 15%;
  }
}
@media screen and (max-width: 880px) {
  .main-header .all-menu {
    padding: 0 10%;
  }
}
@media screen and (max-width: 775px) {
  .main-header .all-menu {
    padding: 0 5%;
  }
}
@media screen and (max-width: 680px) {
  .main-header .all-menu {
    padding: 0;
  }
}
.main-header .all-menu:hover .child-cates-row {
  display: -webkit-box !important;
  animation: all 0.3s ease-in-out;
}
.main-header .all-menu .sub-menu-header {
  width: 100%;
  position: relative;
}
.main-header .all-menu .sub-menu-header .parent-cate-cover {
  display: flex;
  align-items: center;
}
.main-header .all-menu .sub-menu-header .parent-cate-cover .parent-cate {
  cursor: pointer;
  margin-right: 40px;
  color: #00263D;
  font-size: 14px;
}
@media screen and (max-width: 680px) {
  .main-header .all-menu .sub-menu-header .parent-cate-cover .parent-cate {
    margin-right: 20px;
  }
}
.main-header .all-menu .sub-menu-header .parent-cate-cover .parent-cate:first-child::after {
  display: none;
}
.main-header .all-menu .sub-menu-header .parent-cate-cover .parent-cate:last-child {
  margin-right: 0;
}
.main-header .all-menu .sub-menu-header .parent-cate-cover .parent-cate::after {
  margin-top: 0.0625rem;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.875rem;
  vertical-align: -2px;
  content: "\f107";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #6b7a83;
  font-family: "FontAwesome";
  margin-right: 15px;
  font-size: 13px;
  float: right;
}
.main-header .all-menu .sub-menu-header .child-cates-cover {
  position: absolute;
  top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .all-menu .sub-menu-header .child-cates-cover .child-cates-row {
  background: #fff;
  width: 60%;
  box-shadow: 0 4px 12px rgba(199, 197, 197, 0.5);
  padding: 10px 20px;
  display: none;
  animation: all 0.3s ease-in-out;
  border-radius: 15px;
}
.main-header .all-menu .sub-menu-header .child-cates-cover .child-cates-col,
.main-header .all-menu .sub-menu-header .child-cates-cover .child-child-cates-col {
  border-right: 1px solid #eee;
}
.main-header .all-menu .sub-menu-header .child-cates-cover .child-cate {
  line-height: 30px;
  cursor: pointer;
  color: #6b7a83;
  font-size: 12px;
}
.main-header .all-menu .sub-menu-header .child-cates-cover .child-cate.active span {
  text-decoration: underline;
}
.main-header .all-menu .sub-menu-header .child-cates-cover .child-child-cates-col {
  padding-left: 10px;
}
.main-header .all-menu .sub-menu-header .child-cates-cover img {
  width: 230px;
}

@media screen and (max-width: 576px) {
  .middle-menu {
    display: none;
  }
}
.middle-menu .middle-menu-row {
  padding: 20px 60px;
}
@media screen and (max-width: 998px) {
  .middle-menu .middle-menu-row {
    padding: 20px;
  }
}
.middle-menu .auto-search {
  width: 60%;
}
@media screen and (min-width: 577px) and (max-width: 680px) {
  .middle-menu .auto-search {
    width: 40%;
  }
}
.middle-menu .menu-logo .logo {
  height: 50px;
  cursor: pointer;
}
.middle-menu .menu-logo .logo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.middle-menu .menu-logo .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
}
@media screen and (max-width: 912px) {
  .middle-menu .menu-logo .menu {
    max-width: 360px;
    padding-left: 25px;
  }
}
.middle-menu .menu-logo .menu .menu-list {
  cursor: pointer;
}
@media screen and (max-width: 912px) {
  .middle-menu .menu-logo .menu .menu-list {
    font-size: 12px;
  }
}
.middle-menu .menu-logo .menu .menu-list.alldepart:hover ul.category {
  visibility: visible;
}
.middle-menu .menu-logo .menu .menu-list ul.category {
  visibility: hidden;
  position: absolute;
  left: -10px;
  z-index: 9;
  background: #fff;
  min-height: 400px;
  padding: 15px;
  padding-right: 0px;
  padding-top: 25px;
  min-width: 220px;
  padding-left: 0px;
}
.middle-menu .menu-logo .menu .menu-list ul.category li {
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
  cursor: pointer;
  color: #000;
}
.middle-menu .menu-logo .menu .menu-list ul.category li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.middle-menu .menu-logo .menu .menu-list ul.category li .title .title-icon {
  visibility: hidden;
}
.middle-menu .menu-logo .menu .menu-list ul.category li .title .title-icon i {
  font-size: 18px;
  padding-right: 20px;
}
.middle-menu .menu-logo .menu .menu-list ul.category li:last-child {
  border-bottom: 0px;
}
.middle-menu .menu-logo .menu .menu-list ul.category li:hover {
  background-color: #18253f;
  color: #fff;
}
.middle-menu .menu-logo .menu .menu-list ul.category li:hover ul.sub-category,
.middle-menu .menu-logo .menu .menu-list ul.category li:hover .title-icon {
  visibility: visible;
}
.middle-menu .menu-logo .menu .menu-list ul.category li ul.sub-category {
  visibility: hidden;
  position: absolute;
  padding-left: 185px;
  /* z-index: 9; */
  background: #fff;
  min-height: 150px;
  padding: 15px;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  top: 20px;
  min-width: 220px;
  left: 205px;
  min-height: 380px;
  border-left: 1px solid #eee;
}
.middle-menu .menu-logo .menu .menu-list ul.category li ul.sub-category li .title .sub-title-icon {
  visibility: hidden;
}
.middle-menu .menu-logo .menu .menu-list ul.category li ul.sub-category li .title .sub-title-icon i {
  font-size: 18px;
  padding-right: 20px;
}
.middle-menu .menu-logo .menu .menu-list ul.category li ul.sub-category li:hover .title .sub-title-icon {
  visibility: visible;
}
.middle-menu .menu-logo .menu .menu-list ul.category li ul.sub-category li:hover .next-sub {
  visibility: visible;
}
.middle-menu .menu-logo .menu .menu-list ul.category li ul.sub-category.next-sub {
  visibility: hidden;
  top: 0px;
  z-index: 99;
}
.middle-menu .search .search-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.middle-menu .search .search-cover input {
  font-size: 14px !important;
}
.middle-menu .search .search-cover .search-btn {
  position: relative;
  left: -40px;
  border: 0;
  padding: 0;
  border-left: 1px solid #eee;
  border-radius: 0 !important;
  padding-left: 10px;
  cursor: pointer;
}
.middle-menu .search .search-cover .search-btn:hover {
  color: inherit;
}
.middle-menu .search .search-cover .search-btn .anticon {
  font-size: 18px;
}
.middle-menu .menu-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.middle-menu .menu-right .menu-right-items {
  padding-left: 20px;
  cursor: pointer;
}
@media screen and (max-width: 912px) {
  .middle-menu .menu-right .menu-right-items {
    padding-left: 10px;
  }
}
.middle-menu .menu-right .menu-right-items .list-icon img {
  height: 16px;
}
@media screen and (max-width: 912px) {
  .middle-menu .menu-right .menu-right-items .list-text {
    font-size: 12px;
  }
}

.top-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 60px;
  background: #1f1f1f;
  color: #fff;
}
@media screen and (max-width: 998px) {
  .top-header {
    padding: 5px 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .top-header {
    padding: 5px 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 360px) {
  .top-header {
    font-size: 10px;
  }
}
.top-header ul {
  padding: 0;
}
.top-header ul li {
  display: inline-block;
  margin-left: 10px;
  border-right: 2px solid #fff;
  padding-right: 10px;
  cursor: pointer;
}
.top-header ul li:last-child {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  .top-header ul li {
    padding-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 576px) {
  .top-header ul li.profile-top-head, .top-header ul li.register-top-head {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .top-header ul li.about-top-head {
    border: 0;
  }
}
.top-header ul li a {
  color: #fff;
}

.mobile-header {
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-shadow: 0 4px 12px rgba(199, 197, 197, 0.5);
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
}
@media screen and (min-width: 577px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .menu-logo {
  display: flex;
  align-items: center;
}
.mobile-header .menu-logo .burger-menu {
  font-size: 20px;
}
.mobile-header .mob-menu-items {
  display: flex;
}
.mobile-header .mob-menu-items .search-mob i {
  font-size: 18px;
}
.mobile-header .mob-menu-items img {
  height: 20px;
}
.mobile-header .mob-menu-items .menu-right-items {
  text-align: center;
  padding-right: 15px;
}
.mobile-header .mob-menu-items .menu-right-items.search-right {
  padding-right: 0px;
}
.mobile-header .mob-menu-items .menu-right-items .list-text {
  font-size: 10px;
  padding-top: 2px;
}
.mobile-header .logo {
  margin-left: 15px;
}
.mobile-header .logo img {
  height: 30px;
}

.mobile-menu-drawer .ant-drawer-body {
  padding-top: 10px;
  padding-left: 10px;
}
.mobile-menu-drawer .ant-drawer-body .menu-list ul.category li {
  list-style: none;
}
.mobile-menu-drawer .ant-drawer-body .menu-list ul.category li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-menu-drawer .ant-drawer-body .menu-list ul.category li .title.main-title {
  font-size: 16px;
  font-weight: bold;
}
.mobile-menu-drawer .ant-drawer-body .menu-list ul.category li .title.sub-title {
  padding-left: 15px;
  font-weight: 600;
}
.mobile-menu-drawer .ant-drawer-body .menu-list ul.category li .title.sub-sub-title {
  padding-left: 30px;
  font-size: 13px;
}
.mobile-menu-drawer .ant-drawer-body .menu-list ul.category li .title i {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .mobile-menu-drawer.search-drawer .ant-drawer-body {
    padding-right: 10px;
  }
}

.main-carousel .img-text {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.main-carousel .img-text .carousel-text {
  position: absolute;
  top: 25%;
  left: 8%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .main-carousel .img-text .carousel-text {
    left: 3%;
    top: 10%;
  }
}
@media screen and (max-width: 912px) {
  .main-carousel .img-text .carousel-text {
    left: 5%;
    top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .main-carousel .img-text .carousel-text {
    top: 0px;
    left: 4%;
  }
}
.main-carousel .img-text .carousel-text h2 {
  margin-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .main-carousel .img-text .carousel-text h2 {
    font-size: 14px;
  }
}
.main-carousel .img-text .carousel-text .main-text {
  font-size: 75px;
  font-weight: bold;
  line-height: 60px;
}
@media screen and (max-width: 912px) {
  .main-carousel .img-text .carousel-text .main-text {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-carousel .img-text .carousel-text .main-text {
    font-size: 21px;
    line-height: 5px;
  }
}
@media screen and (max-width: 912px) {
  .main-carousel .img-text .carousel-text h4 {
    font-size: 16px;
  }
}
.main-carousel .img-text img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 480px) {
  .main-carousel .img-text img {
    height: 150px;
  }
}

.slick-dots {
  width: auto !important;
}

.ant-carousel .slick-dots li {
  width: 10px !important;
}
.ant-carousel .slick-dots li.slick-active {
  width: 10px !important;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #1f1f1f !important;
  opacity: 1 !important;
}
.ant-carousel .slick-dots li button {
  width: 10px !important;
  border-radius: 50% !important;
  background: #d1d1d1 !important;
  opacity: 1 !important;
}
.ant-carousel .slick-dots-bottom {
  bottom: 25px !important;
}

.ant-carousel .slick-dots li button:focus,
.ant-carousel .slick-dots li button:hover {
  opacity: 1 !important;
}

.ant-carousel .slick-dots li,
.ant-carousel .slick-dots li button {
  height: 10px !important;
}

.ant-carousel .slick-slide {
  text-align: center;
  overflow: hidden;
}

.ant-carousel .slick-slide h3 {
  color: #fff;
}

.slick-next, .slick-prev {
  height: 35px !important;
}
@media screen and (max-width: 480px) {
  .slick-next, .slick-prev {
    height: 30px !important;
    width: 15px !important;
  }
}

.slick-next {
  right: -10px !important;
}

.slick-prev {
  left: -10px !important;
}

.product-card {
  padding: 0 20px;
  padding-bottom: 10px;
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .product-card {
    padding: 0 15px;
  }
}
.product-card:hover .product-box-shadow {
  box-shadow: 0 4px 12px rgba(199, 197, 197, 0.5);
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.product-card:hover .hover-items-image .card-hover-items {
  visibility: visible;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.product-card .product-box-shadow {
  border: 2px solid #f3f3f3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.product-card .hover-items-image {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 0;
  width: 100%;
  height: 400px;
}
.product-card .hover-items-image .card-hover-items {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
  visibility: hidden;
}
.product-card .hover-items-image .card-hover-items .card-items {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #f3f3f3;
  cursor: pointer;
}
.product-card .hover-items-image .card-hover-items .card-items:last-child {
  border-right: 0px;
}
.product-card .hover-items-image .card-hover-items .card-items img {
  height: 18px;
}
.product-card .hover-items-image .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 15px;
}
.product-card .hover-items-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  display: block;
}
.product-card .card-body {
  padding: 10px 10px;
  border-top: 0px;
  border-radius: 0 0 15px 15px;
}
.product-card .card-body .card-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
@media screen and (min-width: 769px) and (max-width: 1028px) {
  .product-card .card-body .card-category {
    display: block;
  }
}
.product-card .card-body .card-category .cate {
  color: #adadad;
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 769px) and (max-width: 1028px) {
  .product-card .card-body .card-category .cate {
    max-width: 100%;
  }
}
.product-card .card-body .card-category .stars i {
  color: #f2c900;
  padding-left: 5px;
  font-size: 11px;
}
.product-card .card-body .card-category .stars i.fade-star {
  color: #eee;
}
.product-card .card-body .prod-price {
  color: #1f1f1f;
}
.product-card .card-body .prod-name {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.popular-slider {
  padding: 30px;
  border: 1px solid #f3f3f3;
  min-height: 317px;
}
@media screen and (max-width: 912px) {
  .popular-slider {
    padding: 0;
  }
}
.popular-slider .popular-left-text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .popular-slider .popular-left-text {
    display: block;
  }
}
.popular-slider .popular-left-text .popular-text {
  text-align: left;
  position: relative;
  color: #707070;
}
@media screen and (max-width: 912px) {
  .popular-slider .popular-left-text .popular-text {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .popular-slider .popular-left-text .popular-text {
    padding: 25px 20px;
    text-align: center;
  }
}
.popular-slider .popular-left-text .popular-text h1 {
  color: #707070;
}
.popular-slider .popular-left-text .popular-text .title-bottom-hr {
  width: 40px;
  display: block;
  position: absolute;
  height: 4px;
  background: #707070;
  border: 0px;
}
@media screen and (max-width: 912px) {
  .popular-slider .popular-left-text .popular-text .title-bottom-hr {
    left: 44%;
  }
}
.popular-slider .popular-left-text .popular-text button {
  margin-top: 25px;
}
.popular-slider .popular-left-right {
  text-align: right;
}
@media screen and (max-width: 912px) {
  .popular-slider .popular-left-right {
    text-align: center;
  }
}
.popular-slider .popular-left-right img {
  height: 230px;
}
@media screen and (max-width: 768px) {
  .popular-slider .popular-left-right img {
    height: 195px;
  }
}
@media screen and (max-width: 480px) {
  .popular-slider .popular-left-right img {
    height: 185px;
  }
}

.footer {
  margin-top: 40px;
  background: #222222;
  color: #c5c5c5;
  padding: 20px 30px;
}
.footer .company-info .logo {
  margin-bottom: 15px;
}
.footer .company-info .logo img {
  height: 60px;
}
.footer .company-info .company-details,
.footer .company-info .comp-address,
.footer .company-info .comp-phone,
.footer .company-info .comp-email {
  margin-bottom: 10px;
}
.footer .footer-ul-design h4 {
  color: #fff;
}
.footer .footer-ul-design ul li {
  display: block;
  list-style: none;
  line-height: 30px;
}
.footer .footer-newsletter h4 {
  color: #fff;
}
.footer .footer-newsletter .news-details .let-det {
  margin-bottom: 10px;
}
.footer .footer-newsletter .news-details .ant-input-group-addon {
  background-color: #2b2b2b;
}
.footer .footer-newsletter .news-details input {
  background: #2b2b2b;
  border: #2b2b2b;
  color: #6d6d6d;
  height: 35px !important;
}
.footer .footer-newsletter .news-details button {
  border-radius: 0 !important;
  background: #2b2b2b;
  border-color: #2b2b2b;
  color: #c2c2c2;
}
.footer .footer-newsletter ul.footer-social-media {
  padding: 0px;
  margin-top: 15px;
}
.footer .footer-newsletter ul.footer-social-media li {
  display: inline-block;
  padding-right: 15px;
}
.footer .footer-newsletter ul.footer-social-media li img {
  height: 35px;
}

.listing {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .listing .right-listing .type-icon {
    display: none;
  }
}
.listing .right-listing .page-status {
  font-size: 12px;
  color: #8d94ac;
}
@media screen and (max-width: 480px) {
  .listing .right-listing .page-status {
    display: none;
  }
}
.listing .right-listing .pagination {
  margin-left: 40px;
  margin-top: 40px;
  border-top: 1px solid #f3f3f3;
  padding-top: 30px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .listing .right-listing .pagination {
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 20px;
  }
}
.listing .products-title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  padding-bottom: 7px;
}
@media screen and (max-width: 480px) {
  .listing .products-title {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.product-list-view {
  border: 1px solid #f3f3f3;
  padding: 15px 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .product-list-view .pd-img {
    border-bottom: 1px solid #f3f3f3;
  }
}
.product-list-view .pd-img img {
  height: 140px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-list-view .pd-img img {
    height: 150px;
  }
}
.product-list-view .pd-details {
  padding: 0 10px;
  padding-left: 15px;
}
.product-list-view .pd-details .name-price {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .product-list-view .pd-details .name-price {
    display: block;
  }
}
.product-list-view .pd-details .name-price .name {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .product-list-view .pd-details .name-price .name {
    margin-top: 10px;
  }
}
.product-list-view .pd-details .name-price .name .pd-name {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-list-view .pd-details .name-price .name .pd-name:hover {
  color: #18253f;
}
.product-list-view .pd-details .name-price .name .sold-by {
  color: #8d94ac;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .product-list-view .pd-details .name-price .price {
    display: flex;
    margin-top: 10px;
  }
}
.product-list-view .pd-details .name-price .price .new-price {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .product-list-view .pd-details .name-price .price .new-price {
    margin-right: 10px;
  }
}
.product-list-view .pd-details .name-price .price .new-price .old-price {
  text-decoration: line-through;
  color: #8d94ac;
  padding-right: 5px;
  border-right: 1px solid #f3f3f3;
  margin-right: 5px;
  font-size: 12px;
}
.product-list-view .pd-details .name-price .price .price-disc {
  font-size: 13px;
}
.product-list-view .pd-details .name-price .price .price-disc .disc {
  color: #18253f;
}
.product-list-view .pd-details .qty {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.product-list-view .pd-details .qty .qty-title {
  margin-right: 10px;
}
.product-list-view .pd-details .qty .qty-inc-dcs {
  display: flex;
  align-items: center;
}
.product-list-view .pd-details .qty .qty-inc-dcs i {
  font-size: 10px;
  padding: 0 12px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  height: 30px;
  display: flex;
  align-items: center;
}
.product-list-view .pd-details .qty .qty-inc-dcs i.disabled {
  background: #f7f7f7;
  border: 0px;
  cursor: no-drop;
}
.product-list-view .pd-details .qty .qty-inc-dcs input {
  margin: 0 10px;
  height: 30px;
  width: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-list-view .pd-details .qty .qty-inc-dcs input {
    width: 70px;
  }
}
.product-list-view .pd-details .qty .qty-inc-dcs input:hover, .product-list-view .pd-details .qty .qty-inc-dcs input:focus,
.product-list-view .pd-details .qty .qty-inc-dcs input :active {
  border-color: #d9d9d9;
}
.product-list-view .pd-details .available-stock {
  margin-top: 8px;
  font-size: 12px;
}

ul.top-categories {
  padding-right: 15px;
}
ul.top-categories li {
  padding: 14px 15px 14px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #555;
  list-style: none;
  cursor: pointer;
}
ul.top-categories li:hover {
  background: #1f1f1f;
  color: #fff;
}
ul.top-categories li.title {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #222529;
  background: #f5f5f5;
  text-transform: uppercase;
  cursor: pointer;
}
ul.top-categories li:last-child {
  border-bottom: 1px solid #ddd;
}

.chatbot-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.chatbot-button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}

.chatbot-button:hover {
  background: linear-gradient(135deg, #0056b3, #004080);
  transform: scale(1.1);
}

.chatbot-box {
  width: 380px;
  height: 500px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
}

.chatbot-header {
  padding: 18px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.chatbot-header .close-button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 22px;
}

.chatbot-header .close-button:hover {
  opacity: 0.7;
}

.chatbot-messages {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f1f5f9;
}

.message {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.message.user {
  justify-content: flex-end;
}

.message.bot {
  justify-content: flex-start;
}

.message-text {
  padding: 12px 16px;
  border-radius: 20px;
  max-width: 70%;
  word-wrap: break-word;
  font-size: 16px;
}

.message.user .message-text {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  border-radius: 20px 20px 0 20px;
}

.message.bot .message-text {
  background: #e9ecef;
  color: #333;
  border-radius: 20px 20px 20px 0;
}

.chatbot-input {
  display: flex;
  padding: 12px;
  background: white;
  border-top: 1px solid #dee2e6;
}

.chatbot-input input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ced4da;
  border-radius: 25px;
  outline: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.chatbot-input input:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.chatbot-input button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}

.chatbot-input button:hover {
  background: linear-gradient(135deg, #0056b3, #004080);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.message-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-icon svg {
  font-size: 24px;
  color: #333;
}

.listing-filter {
  border-right: 1px solid #f3f3f3;
}
@media screen and (max-width: 767px) {
  .listing-filter {
    border: 0px;
  }
}
@media screen and (max-width: 767px) {
  .listing-filter.noDisplayMobAndTab {
    display: none;
  }
}
.listing-filter .filter-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
}
.listing-filter .filter-types {
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .listing-filter .filter-types.last-child-fi-type {
    border-bottom: 0px;
  }
}
.listing-filter .filter-types .type-title {
  font-weight: bold;
  margin-bottom: 6px;
}
.listing-filter .filter-types .type-list.price-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing-filter .filter-types .type-list.price-filter span {
  padding: 0 10px;
}
.listing-filter .filter-types .type-list.price-filter button {
  height: 32px !important;
  padding: 10px 12px;
  padding-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
  background: #1f1f1f;
  color: #fff;
  border-radius: 2px !important;
}
.listing-filter .filter-types .type-list .ant-checkbox-group .ant-checkbox-group-item {
  display: block;
  margin-bottom: 5px;
}
.listing-filter .filter-types .type-list .rate-stars {
  cursor: pointer;
}
.listing-filter .filter-types .type-list .rate-stars i {
  color: #f2c900;
  padding-left: 5px;
}
.listing-filter .filter-types .type-list .rate-stars i.fade-star {
  color: #eee;
}
.listing-filter .filter-types .type-list .rate-stars span {
  color: rgba(0, 0, 0, 0.65);
  font-size: 13px;
  margin-left: 10px;
}

.showSortDrawer .ant-drawer-body {
  padding: 0;
}
.showSortDrawer .ant-drawer-body ul.sort-filter li {
  list-style: none;
  padding: 15px 25px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.showSortDrawer .ant-drawer-body ul.sort-filter li:last-child {
  border: 0px;
}

@media screen and (max-width: 480px) {
  .product-lists {
    margin-top: 5px;
  }
}
.product-lists .sorting-page {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .product-lists .sorting-page {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-lists .sorting-page {
    margin-left: 0px;
    display: none;
  }
}
.product-lists .sorting-page .view-sort {
  display: flex;
  align-items: center;
}
.product-lists .sorting-page .view-sort .type-icon .list-icon {
  margin-right: 15px;
  font-size: 18px;
  border: 1px solid #e4e4e4;
  padding: 2px;
  color: #e4e4e4;
}
.product-lists .sorting-page .view-sort .type-icon .list-icon:first-child {
  color: #1f1f1f;
  border-color: #1f1f1f;
}
.product-lists .sorting-page .page-status {
  font-size: 12px;
  color: #8d94ac;
}
.product-lists .card-list {
  margin-left: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .product-lists .card-list {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-lists .card-list {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.product-lists .card-list .product-card {
  padding: 0;
  margin-bottom: 30px;
}
.product-lists .sticky-filter {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  display: flex;
  background: #fff;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-top: 1px solid #eee;
  box-shadow: 2px -2px 8px 0 rgba(128, 128, 128, 0.37);
  font-size: 14px;
}
.product-lists .sticky-filter .filter-type {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e0e0e0;
  padding-left: 35px;
  padding-right: 35px;
  cursor: pointer;
}
.product-lists .sticky-filter .filter-type:last-child {
  border-right: 0px;
}
.product-lists .sticky-filter .filter-type img {
  height: 25px;
}

.sticky-filter {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  display: flex;
  background: #fff;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-top: 1px solid #eee;
  box-shadow: 2px -2px 8px 0 rgba(128, 128, 128, 0.37);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .sticky-filter {
    display: none;
  }
}
.sticky-filter.inside-filter-sticky {
  box-shadow: unset;
}
.sticky-filter .filter-type {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e0e0e0;
  padding-left: 35px;
  padding-right: 35px;
  cursor: pointer;
}
.sticky-filter .filter-type.apply-type {
  color: #18253f;
}
.sticky-filter .filter-type.removeBorder {
  border-right: 0px;
}
.sticky-filter .filter-type img {
  height: 25px;
}
.sticky-filter .filter-type span {
  margin-left: 5px;
}

.slider .image-show {
  max-height: 400px;
}
@media screen and (max-width: 480px) {
  .slider .image-show {
    height: 210px;
  }
}
.slider .image-show .enlargedImage {
  z-index: 9;
}
.slider .image-show .enlargedImage img {
  object-fit: cover !important;
}
.slider .image-show img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.slider .product-detail-slider {
  margin-top: 15px;
  z-index: 9;
  position: relative;
}
.slider .product-detail-slider img.prod-img {
  height: 90px;
  object-fit: contain;
  object-position: center;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slider .product-detail-slider img.prod-img {
    height: 55px;
  }
}
.slider .product-detail-slider img.arr {
  height: 30px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .slider .product-detail-slider img.arr {
    height: 20px;
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .slider .product-detail-slider img.slick-prev {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .slider .product-detail-slider img.slick-next {
    right: -15px;
  }
}

.det-slider .thumbnail {
  margin-top: 15px;
}
.det-slider .thumbnail img {
  height: 100px;
  width: 100px;
  object-fit: contain; /* Đảm bảo ảnh không bị méo */
  border: 1px solid #f3f0f0;
  margin-right: 10px;
  border-radius: 15px;
  cursor: pointer;
}
.det-slider .thumbnail img.active {
  border-color: #1890ff;
}
.det-slider .magnify-img {
  height: 400px !important;
  width: 100%; /* Đảm bảo ảnh full chiều rộng */
  object-fit: contain; /* Giữ tỷ lệ ảnh, không bị méo */
  border-radius: 15px;
  background-color: #f3f3f3; /* Có thể thêm nền để nhìn đẹp hơn khi ảnh không đủ che khung */
}

.magnifyPortal {
  position: absolute;
  top: 0px;
  z-index: 8;
  padding-left: 20px;
}

.product-specs {
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .product-specs {
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-specs {
    padding: 0px;
    margin-top: 15px;
  }
}
.product-specs .product-title {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .product-specs .product-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product-specs .product-title {
    font-size: 20px;
  }
}
.product-specs .price-specs {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.product-specs .price-specs .ratings-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .product-specs .price-specs .ratings-reviews {
    display: block;
  }
}
.product-specs .price-specs .ratings-reviews .ratings {
  color: #f2c900;
}
.product-specs .price-specs .ratings-reviews .ratings i {
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .product-specs .price-specs .ratings-reviews .reviews {
    margin-top: 5px;
  }
}
.product-specs .price-specs .price-wish {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.product-specs .price-specs .price-wish .old-new-price {
  display: flex;
  align-items: center;
}
.product-specs .price-specs .price-wish .old-new-price .old-price {
  text-decoration: line-through;
  color: #1f1f1f;
  margin-right: 10px;
}
.product-specs .price-specs .price-wish .old-new-price .old-price span {
  font-size: 16px;
  color: #00263D;
}
@media screen and (max-width: 480px) {
  .product-specs .price-specs .price-wish .old-new-price .old-price span {
    font-size: 14px;
  }
}
.product-specs .price-specs .price-wish .old-new-price .new-price {
  display: flex;
  align-items: center;
}
.product-specs .price-specs .price-wish .old-new-price .new-price .price {
  font-size: 28px;
  color: #1f1f1f;
}
@media screen and (max-width: 480px) {
  .product-specs .price-specs .price-wish .old-new-price .new-price .price {
    font-size: 18px;
  }
}
.product-specs .price-specs .price-wish .old-new-price .new-price .discount {
  margin-left: 15px;
  font-size: 14px;
}
.product-specs .price-specs .price-wish .wish-btn {
  margin-left: 20px;
  cursor: pointer;
}
.product-specs .price-specs .price-wish .wish-btn img {
  height: 20px;
}
.product-specs .specs {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-specs .specs .spec-title {
  font-size: 18px;
  margin: 10px 0;
}
.product-specs .specs ul {
  margin-left: 18px;
  margin-top: 10px;
}
.product-specs .qty-cart-btn {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-specs .qty-cart-btn .qty-cart {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 375px) {
  .product-specs .qty-cart-btn .qty-cart {
    display: block;
  }
}
.product-specs .qty-cart-btn .qty-cart .qty-btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .product-specs .qty-cart-btn .qty-cart .qty-btn {
    display: block;
  }
}
.product-specs .qty-cart-btn .qty-cart .qty {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.product-specs .qty-cart-btn .qty-cart .qty .qty-title {
  margin-right: 10px;
}
.product-specs .qty-cart-btn .qty-cart .qty .qty-inc-dcs {
  display: flex;
  align-items: center;
}
.product-specs .qty-cart-btn .qty-cart .qty .qty-inc-dcs i {
  font-size: 10px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  height: 32px;
  display: flex;
  align-items: center;
}
.product-specs .qty-cart-btn .qty-cart .qty .qty-inc-dcs i.disabled {
  background: #f7f7f7;
  border: 0px;
  cursor: no-drop;
}
.product-specs .qty-cart-btn .qty-cart .qty .qty-inc-dcs input {
  margin: 0 10px;
  width: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-specs .qty-cart-btn .qty-cart .qty .qty-inc-dcs input {
    width: 70px;
  }
}
.product-specs .qty-cart-btn .qty-cart .qty .qty-inc-dcs input:hover, .product-specs .qty-cart-btn .qty-cart .qty .qty-inc-dcs input:focus,
.product-specs .qty-cart-btn .qty-cart .qty .qty-inc-dcs input :active {
  border-color: #d9d9d9;
}
@media screen and (max-width: 375px) {
  .product-specs .qty-cart-btn .qty-cart button {
    margin-left: 0;
    margin-top: 15px;
  }
}
.product-specs .qty-cart-btn .qty-cart button.buy-now {
  margin-left: 10px;
}
.product-specs .qty-cart-btn .wish-comp-btn {
  display: flex;
  align-items: center;
}
.product-specs .qty-cart-btn .wish-comp-btn .wish-btn,
.product-specs .qty-cart-btn .wish-comp-btn .comp-btn {
  margin-right: 10px;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
}
.product-specs .qty-cart-btn .wish-comp-btn .wish-btn img,
.product-specs .qty-cart-btn .wish-comp-btn .comp-btn img {
  height: 18px;
}
.product-specs .qty-cart-btn .wish-comp-btn .wish-btn span,
.product-specs .qty-cart-btn .wish-comp-btn .comp-btn span {
  margin-left: 10px;
}
.product-specs .prod-cate-specs .tags {
  margin-bottom: 5px;
}
.product-specs .prod-cate-specs .share {
  display: flex;
  align-items: center;
}
.product-specs .prod-cate-specs .share button {
  margin-left: 8px;
}
.product-specs .prod-cate-specs .share i {
  margin-left: 10px;
}

.other-details {
  margin-top: 40px;
}
.other-details .ant-tabs-nav-scroll {
  text-align: center;
}
.other-details .q-a-tab .not-logged-in {
  margin: 15px 0;
}
.other-details .q-a-tab .ask-qns-form {
  margin-top: 20px;
}
.other-details .q-a-tab .ask-qns-form form {
  display: flex;
}
.other-details .q-a-tab .ask-qns-form form input {
  width: 350px;
}
.other-details .q-a-tab .ask-qns-form button {
  margin-left: 10px;
}
.other-details .q-a-tab .qns-ans-section .title {
  margin: 10px 0;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  font-size: 14px;
}
.other-details .q-a-tab .qns-ans-section .qns-details .qns,
.other-details .q-a-tab .qns-ans-section .qns-details .ans {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}
.other-details .q-a-tab .qns-ans-section .qns-details .qns .q-icon,
.other-details .q-a-tab .qns-ans-section .qns-details .ans .q-icon {
  background-color: #18253f;
  color: #fff;
  padding: 3px 7px;
  font-size: 10px;
  position: relative;
  margin-top: 3px;
}
.other-details .q-a-tab .qns-ans-section .qns-details .qns .q-icon.a-btn,
.other-details .q-a-tab .qns-ans-section .qns-details .ans .q-icon.a-btn {
  background-color: #adadad;
}
.other-details .q-a-tab .qns-ans-section .qns-details .qns .q-icon.a-btn .arrow-bottom,
.other-details .q-a-tab .qns-ans-section .qns-details .ans .q-icon.a-btn .arrow-bottom {
  border-top: 5px solid #adadad;
}
.other-details .q-a-tab .qns-ans-section .qns-details .qns .q-icon .arrow-bottom,
.other-details .q-a-tab .qns-ans-section .qns-details .ans .q-icon .arrow-bottom {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid #18253f;
  position: absolute;
  bottom: -5px;
  left: 0px;
}
.other-details .q-a-tab .qns-ans-section .qns-details .qns .q-title,
.other-details .q-a-tab .qns-ans-section .qns-details .ans .q-title {
  margin-left: 10px;
}
.other-details .q-a-tab .qns-ans-section .qns-details .qns .q-title .user,
.other-details .q-a-tab .qns-ans-section .qns-details .ans .q-title .user {
  font-size: 10px;
  color: #adadad;
}
.other-details .desc-tab .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.other-details .add-info .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.other-details .add-info .add-info-details .feature {
  font-weight: bold;
}
.other-details .add-info .add-info-details .feature-detail {
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}
.other-details .add-info .add-info-details .feature,
.other-details .add-info .add-info-details .detail {
  width: 400px;
}
.other-details .details-reviews .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.other-details .details-reviews .title.prod-review {
  margin-top: 20px;
}
.other-details .details-reviews .no-reviews {
  margin-bottom: 10px;
}
.other-details .details-reviews .all-reviews .user-review {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.other-details .details-reviews .all-reviews .user-review:last-child {
  border-bottom: 0px;
}
.other-details .details-reviews .all-reviews .user-review .review-stars i {
  color: #f2c900;
  margin-right: 5px;
}
.other-details .details-reviews .all-reviews .user-review .reviewd-by {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.other-details .details-reviews .all-reviews .user-review .reviewd-by .reivewer-name {
  color: #adadad;
  font-size: 12px;
}
.other-details .details-reviews .all-reviews .user-review .reviewd-by .ver {
  margin-left: 10px;
  color: #1f1f1f;
}
@media screen and (max-width: 480px) {
  .other-details .details-reviews .all-reviews .user-review .reviewd-by .ver {
    font-size: 10px;
  }
}
.other-details .details-reviews .all-reviews .user-review .reviewd-by .ver img {
  height: 20px;
  margin-right: 4px;
}
@media screen and (max-width: 480px) {
  .other-details .details-reviews .all-reviews .user-review .reviewd-by .ver img {
    height: 15px;
  }
}
.other-details .details-reviews .all-ratings-chart {
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .other-details .details-reviews .all-ratings-chart {
    display: block;
    margin-top: 0px;
  }
}
.other-details .details-reviews .all-ratings-chart .rate-avge-stars .ratings {
  font-size: 25px;
  color: #b9b7b7;
}
.other-details .details-reviews .all-ratings-chart .rate-avge-stars .ratings .ave-rate {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.65);
}
.other-details .details-reviews .all-ratings-chart .rate-avge-stars .total {
  margin-bottom: 5px;
}
.other-details .details-reviews .all-ratings-chart .stars-show {
  margin-left: 40px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .other-details .details-reviews .all-ratings-chart .stars-show {
    margin-left: 0px;
  }
}
.other-details .details-reviews .all-ratings-chart .stars-show .star-bar {
  width: 150px;
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .other-details .details-reviews .all-ratings-chart .stars-show .star-bar {
    width: 220px;
    margin-left: 10px;
  }
}
.other-details .details-reviews .all-ratings-chart .stars-show .star-bar .ant-progress-inner {
  border-radius: unset;
}
.other-details .details-reviews .all-ratings-chart .stars-show span {
  margin-left: 10px;
}
.other-details .reviews-form {
  max-width: 400px;
}
.other-details .reviews-form .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.other-details .product-vid-cov {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 670px) {
  .other-details .product-vid-cov {
    display: block;
  }
}
.other-details .product-vid-cov .vid-cov {
  margin-left: 15px;
}
@media screen and (max-width: 670px) {
  .other-details .product-vid-cov .vid-cov {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.other-details .product-vid-cov .product-video {
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 300px;
}
.other-details .product-vid-cov .product-video:hover .anticon {
  color: #ff3636;
  transition: all 0.1s ease-in-out;
}
.other-details .product-vid-cov .product-video img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}
.other-details .product-vid-cov .product-video .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(183, 183, 183, 0.3019607843);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.other-details .product-vid-cov .product-video .anticon {
  position: absolute;
  left: 45%;
  top: 45%;
  font-size: 50px;
}

.cart-items {
  border-right: 1px solid #f3f3f3;
  padding-right: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .cart-items {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
  }
}
.cart-items .delivery-free {
  padding: 10px 20px;
  border: 1px solid #f3f3f3;
}
.cart-items .delivery-free img {
  height: 20px;
  margin-right: 10px;
}
.cart-items .delivery-price {
  padding: 10px 20px;
  border: 1px solid #f3f3f3;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .cart-items .delivery-price .delivery-icon {
    display: block;
    margin-bottom: 10px;
    border-right: 0px;
  }
}
.cart-items .delivery-price .delivery-icon, .cart-items .delivery-price .delivery-date {
  border-right: 1px solid #f3f3f3;
  margin-right: 10px;
  padding-right: 10px;
}
.cart-items .delivery-price .delivery-icon img, .cart-items .delivery-price .delivery-date img {
  height: 20px;
  margin-right: 10px;
}
.cart-items .bag-items .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cart-items .bag-items .title {
    font-size: 16px;
  }
}
.cart-items .bag-items .title h4 {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .cart-items .bag-items .title h4 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .cart-items .bag-items .title .price {
    font-weight: bold;
  }
}

.order-shipping .os-title {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px dashed #f3f3f3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.order-shipping .ti-pr {
  display: flex;
  justify-content: space-between;
  color: #8d94ac;
  margin-bottom: 5px;
}
.order-shipping .ti-pr .ti .name-add {
  display: flex;
}
.order-shipping .ti-pr .ti .name-add span.anticon {
  margin-right: 5px;
  font-size: 12px;
  position: relative;
  top: 4px;
}
.order-shipping .ti-pr .edit {
  color: #3366ff;
}
.order-shipping .shipping-details {
  margin-bottom: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .order-shipping .order-summary {
    margin-top: 30px;
  }
}
.order-shipping .order-summary .price-details .price-title {
  margin-bottom: 5px;
}
.order-shipping .order-summary .price-details .total-price {
  margin: 15px 0;
  padding-top: 10px;
  border-top: 1px dashed #f3f3f3;
}
.order-shipping .order-summary .price-details .cupon-voucher {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.order-shipping .order-summary .price-details .cupon-voucher input {
  height: 35px;
  border-radius: 0px;
  border-right: 0px;
}
.order-shipping .order-summary .price-details .cupon-voucher button {
  background: #00263D;
  color: #fff;
  border: 0px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.order-shipping .order-summary .price-details .order-procced {
  margin-top: 30px;
}
.order-shipping .order-summary .price-details .order-procced button {
  width: 100%;
  background: #18253f;
  color: #fff;
  border: #18253f;
}

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