/*------------------------------------------------------------------
[Common]
*/
body {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  background-color: #F6F6F6;
}
@media (max-width: 991px) {
  body.body-hidden {
    overflow: hidden;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  height: unset;
  width: auto;
}
textarea {
  resize: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #266EB6;
}
.wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper > * {
  width: 100%;
}
.main-content {
  margin-top: 0;
  margin-bottom: auto;
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1220px;
  }
}
@media only screen and (min-width: 1400px) {
  .container.is-xxl {
    max-width: 1400px;
  }
}
.bg-f6 {
  background-color: #F6F6F6;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gx--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gx--10 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.text-blue {
  color: #266EB6
}
.fs12 {
  font-size: 12px
}
.fs14 {
  font-size: 14px
}
body.modal-open {
  padding-right: 0 !important;
}
/*------------------------------------------------------------------
[Buttons]
*/
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
.btn-clear {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.btn {
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.428571;
}
.btn.btn-sm {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn.btn-md {
  font-size: 16px;
  padding: 10px 25px;
}
.btn.btn-xl {
  font-size: 14px;
  padding: 12px 20px;
}
.btn.btn-xxl {
  font-size: 16px;
  line-height: 1.6875;
  padding: 11px 24px;
}
.btn-primary-1 {
  background-color: #266EB6;
  border-color: #DDDDDD;
  color: #fff;
}
.btn-primary-1:hover, .btn-primary-1:focus {
  background-color: #c61018;
  border-color: #DDDDDD;
  color: #fff;
}
.btn-outline-primary-1 {
  background-color: #fff;
  border-color: #266EB6;
  color: #266EB6;
}
.btn-outline-primary-1 svg {
  margin-right: 4px;
  vertical-align: bottom;
  fill: #472b2b !important;
   !i;
   !;
}
.btn-outline-primary-1:hover, .btn-outline-primary-1:focus {
  background-color: #266EB6;
  border-color: #266EB6;
  color: #fff;
}
.btn-outline-primary-1:hover svg path, .btn-outline-primary-1:focus svg path {
  fill: #fff;
}
.btn-outline-dark-1 {
  border-color: #999;
  background-color: transparent;
  color: #000;
}
.btn-outline-dark-1:hover, .btn-outline-dark-1:focus {
  border-color: #266EB6;
  background-color: transparent;
  color: #266EB6;
}
.btn-info-1 {
  border-color: #81CFF0;
  background-color: #81CFF0;
  color: #fff;
}
.btn-info-1:hover, .btn-info-1:focus {
  border-color: #6ac6ed;
  background-color: #6ac6ed;
  color: #fff;
}
.btn-info-2 {
  border-color: #027ED9;
  background-color: #027ED9;
  color: #fff;
}
.btn-info-2:hover, .btn-info-2:focus {
  border-color: #026fc0;
  background-color: #026fc0;
  color: #fff;
}
.btn-green-1 {
  border-color: #81DE9B;
  background-color: #81DE9B;
  color: #fff;
}
.btn-green-1:hover, .btn-green-1:focus {
  border-color: #6dd98b;
  background-color: #6dd98b;
  color: #fff;
}
.btn-green-2 {
  border-color: #4BAE4F;
  background-color: #4BAE4F;
  color: #fff;
}
.btn-green-2:hover, .btn-green-2:focus {
  border-color: #439c47;
  background-color: #439c47;
  color: #fff;
}
.btn-green-3 {
  border-color: #4FC385;
  background-color: #4FC385;
  color: #fff;
}
.btn-green-3:hover, .btn-green-3:focus {
  border-color: #3fb978;
  background-color: #3fb978;
  color: #fff;
}
.btn-dark-1 {
  border-color: #999;
  background-color: #999;
  color: #fff;
}
.btn-dark-1:hover, .btn-dark-1:focus {
  border-color: #8c8c8c;
  background-color: #8c8c8c;
  color: #fff;
}
.btn-h-44 {
  height: 44px;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.btn-h-44 svg {
  vertical-align: -6px;
}
.btn-outline-green-1 {
  border-color: #14C18B;
  background-color: transparent;
  color: #14C18B;
}
.btn-outline-green-1:hover, .btn-outline-green-1:focus {
  border-color: #12aa7a;
  background-color: transparent;
  color: #14C18B;
}
.btn-outline-grey {
  border-color: #DDDDDD;
  color: #666;
  background-color: transparent;
}
.btn-outline-grey:hover, .btn-outline-grey:focus {
  border-color: #266EB6;
  color: #266EB6;
  background-color: transparent;
}
.btn-outline-grey:hover svg path, .btn-outline-grey:focus svg path {
  fill: #266EB6;
}
.btn-link {
  color: #266EB6;
}
.btn-link svg path {
  fill: #266EB6;
}
.btn-link:hover, .btn-link:focus {
  color: #266EB6;
}
.btn-link:hover svg path, .btn-link:focus svg path {
  fill: #266EB6;
}
.btn-link-info-1 {
  color: #027ED9;
}
.btn-grey {
  border-color: #DDDDDD;
  background-color: #F6F6F6;
  color: #666;
}
.btn-grey:hover, .btn-grey:focus {
  border-color: #266EB6;
  color: #266EB6;
}
.btn-grey:hover svg path, .btn-grey:focus svg path {
  fill: #266EB6;
}
.btn-danger-1 {
  border-color: #FE756C;
  background-color: #FE756C;
  color: #fff;
}
.btn-danger-1:hover, .btn-danger-1:focus {
  border-color: #fe5d53;
  background-color: #fe5d53;
  color: #fff;
}
.btn-outline-green-2 {
  border-color: #4BAE4F;
  background-color: transparent;
  color: #4BAE4F;
}
.btn-outline-green-2:hover, .btn-outline-green-2:focus {
  border-color: #4BAE4F;
  background-color: #4BAE4F;
  color: #fff;
}
.btn-outline-green-2:hover svg path, .btn-outline-green-2:focus svg path {
  fill: #fff;
}
/*------------------------------------------------------------------
[Typo]
*/
.text-info-1 {
  color: #027ED9 !important;
}
.text-grey {
  color: #999;
}
.text-grey-2, .text-grey-666 {
  color: #666;
}
.text-grey-888 {
  color: #888;
}
.small-text {
  font-size: 12px;
}
.text-primary-1 {
  color: #266EB6;
}
.text-primary-2 {
  color: #FE646F;
}
.text-green-1 {
  color: #4BAE4F;
}
.text-danger-1 {
  color: #F1545B;
}
.text-danger-2 {
  color: #FE756C;
}
.text-danger-3 {
  color: #F0484F;
}
.fs-7 {
  font-size: 13px;
}
.fs-8 {
  font-size: 12px;
}
.fw-extrabold {
  font-weight: 800;
}
.border-primary-1 {
  border-color: #266EB6 !important;
}
.bg-primary-1 {
  background-color: #266EB6;
}
.fs-md-6 {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .fs-md-6 {
    font-size: 16px;
  }
}
.fz-26 {
  font-size: 26px;
}
.fz-18 {
  font-size: 18px;
}
.fs-17 {
  font-size: 17px;
}
.heading-normal {
  margin-bottom: 12px;
}
.heading-title {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .heading-title {
    font-size: 24px;
  }
}
/*------------------------------------------------------------------
[Icons]
*/
[class*='ico-'] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.ico-people-alt {
  background-image: url(/public/images/icons/ico-people-alt.svg);
  width: 17px;
  height: 13px;
}
.ico-people-alt-o, .box-query.is-bg-home.active .ico-people-alt {
  background-image: url(/public/images/icons/ico-people-alt-o.svg);
  width: 17px;
  height: 13px;
}
.ico-ship {
  background-image: url(/public/images/icons/ico-ship.svg);
  width: 56px;
  height: 49px;
}
.ico-map {
  background-image: url(/public/images/icons/ico-map.svg);
  width: 12px;
  height: 17px;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .ico-map {
    width: 14px;
    height: 18px;
  }
}
.ico-discount {
  background-image: url(/public/images/icons/ico-discount.svg);
  width: 17px;
  height: 11px;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .ico-discount {
    width: 19px;
    height: 13px;
  }
}
.ico-distance {
  background-image: url(/public/images/icons/ico-distance.svg);
  width: 21px;
  height: 19px;
}
.ico-plus {
  background-image: url(/public/images/icons/ico-plus.svg);
  width: 23px;
  height: 23px;
}
.ico-minus, .accordion-cs .accordion-button:not(.collapsed) i {
  background-image: url(/public/images/icons/ico-minus.svg);
  width: 23px;
  height: 23px;
}
.ico-facebook {
  background-image: url(/public/images/icons/ico-facebook.svg);
  width: 10px;
  height: 18px;
}
.ico-zalo {
  background-image: url(/public/images/icons/ico-zalo.svg);
  width: 17px;
  height: 17px;
}
.ico-instagram {
  background-image: url(/public/images/icons/ico-instagram.svg);
  width: 18px;
  height: 18px;
}
.ico-share {
  background-image: url(/public/images/icons/ico-share.svg);
  width: 14px;
  height: 14px;
}
/*------------------------------------------------------------------
[Header]
*/
.header-site {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9999
}
.menu-main-pc {
  background: #266EB6
}
.menu-main-pc a {
  color: #fff;
  padding: 15px 0px 15px 0;
  margin-right: 0;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block
}
.menu-main-pc a:hover, .menu-main-pc a.active {
  color: #a7e2ff
}
@media only screen and (max-width: 1200px) {
  .menu-main-pc a {
    margin-right: 5px;
    text-transform: inherit;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 992px) {
  .header-site {
    margin-bottom: 30px;
  }
}
.header-top {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff45;
}
.navbar-header-left {
  gap: 10px 35px;
}
.navbar-header-right {
  gap: 10px 15px;
}
.navbar-header-right a svg {
  margin-right: 4px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .navbar-header-right .d-md-block {
    display: inline-block !important
  }
}
.header-main {
  padding-top: 18px;
  padding-bottom: 13px;
}
@media only screen and (min-width: 992px) {
  .header-main {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header-main {
    padding-right: 0;
  }
}
.search-header {
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #266eb6;
  max-width: 90%;
}
@media only screen and (min-width: 576px) {
  .search-header {
    display: flex;
    /* height: 40px; */
  }
}
@media only screen and (min-width: 768px) {
  .search-header {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .search-header {
    max-width: 48%;
    /* border: none; */
  }
}
@media only screen and (min-width: 576px) {
  .choose-state {
    width: 170px;
  }
}
.choose-state .form-select {
  background-color: #EEE;
  height: 40px;
  border-radius: 5px 5px 0 0;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .choose-state .form-select {
    border-radius: 5px 0 0 5px;
  }
}
.choose-state .form-select:focus {
  box-shadow: none;
}
.form-search-container {
  padding-right: 71px;
  position: relative;
}
.form-search-container .form-control {
  border: none;
  background-color: transparent;
  border-radius: 0;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
}
.form-search-container .form-control::-webkit-input-placeholder {
  color: #999;
}
.form-search-container .form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-search-container .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-search-container .form-control:-ms-input-placeholder {
  color: #999;
}
.form-search-container .form-control:focus {
  box-shadow: none;
}
.form-search-container .btn {
  height: 36px;
  width: 69px;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 40px;
}
.user-link .diamond {
  position: relative;
  top: -10px;
  right: -12px;
}
.cart-link {
  margin-right: 15px
}
.cart-link a {
  display: block;
  position: relative;
}
.cart-link a span {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #266EB6;
  border: 2px solid #266EB6;
  background-color: #fff;
  position: absolute;
  top: -3px;
  right: -8px;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
}
.bars {
  margin-left: 4px;
}
.btn-bars {
  display: block;
  width: 27px;
  height: 27px;
  position: relative;
}
.btn-bars::before, .btn-bars::after, .btn-bars i {
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #266eb6;
  position: absolute;
}
.btn-bars::before, .btn-bars::after {
  content: "";
}
.btn-bars::before {
  top: 5px;
}
.btn-bars::after {
  bottom: 2px;
}
.btn-bars i {
  top: 14px;
}
.sidebar-mobile {
  background-color: #fff;
  top: -100%;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 55px 12px 25px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 99999;
}
.sidebar-mobile.show {
  top: 0;
}
.sidebar-search {
  flex-direction: column;
  justify-content: center;
}
.btn-close-sidebar {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 12px;
}
.btn-close-sidebar::before, .btn-close-sidebar::after {
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #266EB6;
  position: absolute;
}
.btn-close-sidebar::before, .btn-close-sidebar::after {
  content: "";
}
.btn-close-sidebar::before {
  top: 3px;
  transform: rotate(45deg);
  margin-top: 10px;
}
.btn-close-sidebar::after {
  bottom: 3px;
  transform: rotate(-45deg);
  margin-bottom: 11px;
}
.dropdown-menu-cs {
  border: none;
  min-width: 200px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 4px 12px;
  margin-top: 16px !important;
}
.dropdown-menu-cs::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  top: -12px;
  right: 40px;
}
.menu-account .dropdown-item {
  font-size: 14px;
  display: flex;
  padding: 7px 0;
  align-items: center;
}
.menu-account .dropdown-item .icon {
  width: 32px;
  flex: 0 0 auto;
}
.menu-account .dropdown-item .text {
  flex: 1 1 auto;
}
.menu-account .dropdown-item:hover, .menu-account .dropdown-item:focus, .menu-account .dropdown-item.active {
  background-color: transparent;
  color: #266EB6;
}
.menu-account .dropdown-item:hover svg path, .menu-account .dropdown-item:focus svg path, .menu-account .dropdown-item.active svg path {
  fill: #266EB6;
}
.menu-account .dropdown-divider {
  border-top: 1px solid #E6E6E6;
  height: 1px;
  opacity: 1;
  margin: 5px 0;
}
@-webkit-keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@media (max-width: 767px) {
  .fixed-header .header-site:not(.header-site-admin) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    animation: 250ms ease-out 0s normal none 1 running showStickyMenu;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
  .fixed-header .header-site:not(.header-site-admin) .header-top {
    display: none !important;
  }
}
.header-site-admin {
  background-color: #266EB6;
}
@media (max-width: 991px) {
  .header-site-admin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
.header-site-admin .container-fluid {
  height: 55px;
}
@media only screen and (min-width: 768px) {
  .header-site-admin .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .header-site-admin .container-fluid {
    height: 67px;
  }
}
.header-site-admin .navbar-header-right {
  font-size: 12px;
}
.main-content-admin {
  padding-top: 55px;
}
@media only screen and (min-width: 992px) {
  .main-content-admin {
    padding-top: 0;
    flex-direction: row;
    display: flex;
  }
}
.sidebar-admin {
  padding: 30px 14px;
}
@media only screen and (min-width: 992px) {
  .sidebar-admin {
    width: 288px;
    flex: 0 0 auto;
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .sidebar-admin {
    position: fixed;
    top: 55px;
    left: -100%;
    bottom: 0;
    width: 288px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .sidebar-admin.show {
    left: 0;
  }
}
.admin-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .admin-container {
    width: calc(100% - 288px);
    flex: 0 0 auto;
  }
}
.block-user {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.block-user .img {
  width: 30px;
  flex: 0 0 auto;
}
.block-user .img img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.block-user .name {
  padding-left: 10px;
}
.btn-bars-admin {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
}
.btn-bars-admin::before, .btn-bars-admin::after, .btn-bars-admin i {
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.btn-bars-admin::before, .btn-bars-admin::after {
  content: "";
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.btn-bars-admin::before {
  top: 2px;
}
.btn-bars-admin::after {
  bottom: 2px;
}
.btn-bars-admin i {
  top: 12px;
}
.btn-bars-admin.active i {
  display: none;
}
.btn-bars-admin.active::before {
  transform: rotate(45deg);
  margin-top: 11px;
}
.btn-bars-admin.active::after {
  transform: rotate(-45deg);
  margin-bottom: 8px;
}
.content-page-admin {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .content-page-admin {
    margin-bottom: 80px;
  }
}
.content-page-admin > .block-main-content {
  min-height: 455px;
}
/*------------------------------------------------------------------
[Content]
*/
.pagination.pagination-cs .page-link {
  min-width: 37px;
  height: 37px;
  border-color: #DDDDDD;
  border-radius: 3px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  padding: 9px 10px;
  text-align: center;
}
.pagination.pagination-cs .page-link:hover, .pagination.pagination-cs .page-link:focus {
  color: #fff;
  background-color: #266EB6;
  border-color: #266EB6;
  outline: 0;
  box-shadow: none;
}
.pagination.pagination-cs .page-link:hover svg path, .pagination.pagination-cs .page-link:focus svg path {
  fill: #fff;
}
.pagination.pagination-cs .active > .page-link, .pagination.pagination-cs .page-link.active {
  color: #fff;
  background-color: #266EB6;
  border-color: #266EB6;
}
.pagination.pagination-cs .page-item.first .page-link, .pagination.pagination-cs .page-item.last .page-link {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 7px 5px;
}
.pagination.pagination-cs .page-item.first .page-link:hover, .pagination.pagination-cs .page-item.last .page-link:hover {
  background-color: #266EB6;
}
.pagination.pagination-cs .page-item.disabled .page-link {
  opacity: 0.5;
}
.section-mb {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .section-mb {
    margin-bottom: 30px;
  }
}
.section-mb-50 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .section-mb-50 {
    margin-bottom: 50px;
  }
}
.section-banner img {
  width: 100%;
  border-radius: 5px;
}
.cate-item-img {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .cate-item-img {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.cate-item-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .cate-item-img img {
    width: 65px;
    height: 65px;
  }
}
.list-cates {
  padding: 10px;
  overflow-y: hidden;
  overflow-x: auto;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.list-cates::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.list-cates::-webkit-scrollbar {
  height: 5px;
  background-color: #fff;
}
.list-cates::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
@media only screen and (min-width: 768px) {
  .list-cates {
    padding: 12px 24px;
  }
}
.list-cates .inner {
  display: flex;
  gap: 0 30px;
}
@media only screen and (min-width: 768px) {
  .list-cates .inner {
    gap: 0;
    margin: 0 -20px;
  }
}
.list-cates .inner:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .list-cates .inner:not(:last-child) {
    margin-bottom: 16px;
  }
}
.list-cates .inner .cate-item {
  width: 80px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .list-cates .inner .cate-item {
    width: 16.6%;
    flex: 0 0 auto;
    min-width: 140px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-align: left !important;
  }
}
.link-view-more:hover svg path {
  fill: #266EB6;
}
.link-view-more span {
  vertical-align: 1px;
}
.list-products {
  margin-bottom: -16px;
}
@media only screen and (min-width: 992px) {
  .list-products {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .list-products .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .list-products .row > * {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product-item {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-item-img a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.product-item-img img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.product-item-content {
  padding: 6px 10px 0;
}
@media only screen and (min-width: 768px) {
  .product-item-content {
    padding: 10px 14px 0;
  }
}
.product-item-title {
  font-size: 14px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 17px;
  height: 34px;
}
@media only screen and (min-width: 768px) {
  .product-item-title {
    font-size: 15px;
    line-height: 19px;
    height: 38px;
  }
}
.product-item-map, .product-item-discount {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .product-item-map, .product-item-discount {
    padding-left: 26px;
  }
}
.product-item-map i, .product-item-discount i {
  position: absolute;
  top: 4px;
  left: 0;
}
.product-item-discount {
  margin-bottom: 16px;
}
.product-item-discount i {
  top: 5px;
}
.product-item-bottom {
  padding: 0 10px 6px;
}
@media only screen and (min-width: 768px) {
  .product-item-bottom {
    padding: 0 14px 10px;
  }
}
.product-item-bottom .inner {
  border-top: 1px solid #EEE;
  padding: 8px 0;
}
.hover-overlay a {
  display: block;
  position: relative;
}
.hover-overlay a::before {
  content: "";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.hover-overlay a:hover::before {
  opacity: 1;
}
.discount-number {
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: 44px;
  height: 18px;
  line-height: 17px;
  padding-left: 11px;
  background: url(/public/images/bg/bg-discount.svg) no-repeat;
}
@media only screen and (min-width: 768px) {
  .discount-number {
    left: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .section-faqs {
    margin-bottom: 50px;
  }
}
.accordion-cs .accordion-item {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  padding: 0;
}
.accordion-cs .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-cs .accordion-button {
  padding: 10px 40px 10px 12px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .accordion-cs .accordion-button {
    padding: 12px 40px 12px 18px;
  }
}
.accordion-cs .accordion-button::after {
  display: none;
}
.accordion-cs .accordion-button i {
  position: absolute;
  top: 12px;
  right: 9px;
}
.accordion-cs .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-cs .accordion-body {
  padding: 0 12px 15px;
}
@media only screen and (min-width: 768px) {
  .accordion-cs .accordion-body {
    padding: 0 18px 22px;
  }
}
.accordion-cs .accordion-body p:last-child {
  margin-bottom: 0;
}
.section-trial {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .section-trial {
    padding: 55px 0;
  }
}
.section-trial .btn-primary-1 {
  margin-top: 25px;
  padding: 20px;
  min-width: 313px;
}
.number-people {
  font-size: 56px;
}
.login-layout {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .login-layout {
    margin-bottom: 60px;
  }
}
.login-body {
  padding: 15px;
  background-color: #F2F2F2;
  margin-left: auto;
  margin-right: auto;
  max-width: 686px;
}
@media only screen and (min-width: 768px) {
  .login-body {
    padding: 30px 40px;
  }
}
.login-body .forms .btn-primary-1 {
  margin-top: 4px;
  width: 100%;
}
.forms .form-group {
  margin-bottom: 16px;
}
.forms .form-label {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}
.forms .form-control, .forms .form-select {
  border-radius: 5px;
  border-color: #DDDDDD;
  font-size: 14px;
  line-height: 18px;
  height: 46px;
  padding: 12px 15px;
  color: #000;
}
.forms .form-control::-webkit-input-placeholder, .forms .form-select::-webkit-input-placeholder {
  color: #999;
}
.forms .form-control:-moz-placeholder, .forms .form-select:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.forms .form-control::-moz-placeholder, .forms .form-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.forms .form-control:-ms-input-placeholder, .forms .form-select:-ms-input-placeholder {
  color: #999;
}
.forms .form-control.is-small, .forms .form-select.is-small {
  height: 38px;
}
.forms .form-control-clear {
  border: none;
  border-radius: 0;
  height: unset;
  padding: 8px 0 10px;
}
.form-inner-addon {
  position: relative;
}
.form-inner-addon.right-inner-addon .form-control {
  padding-right: 50px;
}
.form-inner-addon.right-inner-addon .btn-clear {
  right: 16px;
}
.form-inner-addon .btn-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.btn-login-other {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  background-color: #fff;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.btn-login-other .btn-login-other-label {
  padding-left: 12px;
  font-size: 14px;
}
.btn-login-other:hover {
  background-color: #e6e6e6;
}
.login-other-label {
  margin-bottom: 20px;
}
.login-other-label label {
  font-size: 12px;
  color: #999;
  display: inline-block;
  font-weight: normal;
  padding: 0 18px;
}
.login-other-line {
  position: relative;
}
.login-other-line::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background-color: #DDDDDD;
  height: 1px;
}
.forget-pw {
  margin-top: -8px;
}
.form-control:focus, .form-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #266EB6;
}
.section-my-account {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-my-account {
    margin-bottom: 50px;
  }
}
.mt--40 {
  margin-top: -20px;
}
@media only screen and (min-width: 992px) {
  .mt--40 {
    margin-top: -40px;
  }
}
.section-breadcumb {
  padding: 20px 0 28px;
}
.section-breadcumb-shop {
  background: #fff
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 6px;
  height: 9px;
  background: url(/public/images/icons/ico-angle-right.svg) no-repeat;
  position: relative;
  top: 6px;
  padding-right: 0;
  margin-right: 8px;
}
.breadcrumb-item a {
  color: #666;
}
.breadcrumb-item.active {
  color: #000;
}
.sidebar-left {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.register-affilate a {
  border-radius: 5px;
  padding: 8px 14px;
}
.register-affilate a .icon {
  width: 35px;
  flex: 0 0 auto;
}
.register-affilate a .text {
  padding-left: 14px;
}
.block-main-content {
  padding: 20px 15px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .block-main-content {
    padding: 20px 30px;
  }
}
.block-main-content.is-small-pad {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .block-main-content.is-small-pad {
    padding: 20px;
  }
}
.heading {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
  padding-bottom: 14px;
}
.search {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  position: relative;
  height: 45px;
  padding-right: 47px;
  margin-bottom: 24px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .search {
    margin-bottom: 32px;
  }
}
.search.is-bigger {
  height: 48px;
}
.search .form-control {
  border: none;
  padding-left: 15px;
  padding-right: 0;
  height: 100%;
}
.search .form-control::-webkit-input-placeholder {
  color: #999;
}
.search .form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.search .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.search .form-control:-ms-input-placeholder {
  color: #999;
}
.search .form-control:focus {
  box-shadow: none;
}
.search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 47px;
  text-align: center;
}
.dropdown-menu-cs2 {
  border-radius: 3px;
  border: 1px solid #EEE;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 3px 0;
}
.dropdown-menu-cs2 .dropdown-item {
  padding: 12px 15px;
}
.dropdown-menu-cs2 .dropdown-item:hover, .dropdown-menu-cs2 .dropdown-item:focus {
  color: #266EB6;
  background-color: transparent;
}
.dropdown-more {
  border-radius: 3px;
  padding: 7px 10px;
  text-align: center;
}
.dropdown-more[aria-expanded="true"] {
  background-color: #F6F6F6;
}
.table-cs {
  min-width: 700px;
}
.table-cs th, .table-cs td {
  border-color: #DDDDDD;
}
.table-cs .bg-light-col {
  background-color: #EEFBFF;
}
.table-cs thead th {
  background-color: #F6F6F6;
  padding: 8px 10px;
  border: none;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .table-cs thead th {
    padding: 15px 20px;
  }
}
.table-cs tbody td {
  padding: 12px 10px;
}
@media only screen and (min-width: 768px) {
  .table-cs tbody td {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .table-cs.is-small thead th {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .table-cs.is-small tbody td {
    padding: 20px 12px;
  }
}
.table-cs .is-border-thead th {
  border-left: 1px solid #DDDDDD;
}
.table-cs .is-border-thead tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.table-cs .is-border-tbody td:not(:first-child) {
  border-left: 1px solid #DDDDDD;
}
.table-cs .is-border-tfoot td:not(:first-child) {
  border-left: 1px solid #DDDDDD;
}
.table-middle th, .table-middle td {
  vertical-align: middle;
}
.block-product .img {
  width: 36px;
  flex: 0 0 auto;
}
.block-product .img img {
  border-radius: 5px;
  width: 36px;
}
.block-product .text {
  padding-left: 10px;
  min-width: 180px;
  line-height: 18px;
  max-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.upload-media {
  position: relative;
}
.upload-media input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.upload-media svg {
  vertical-align: middle;
  margin-right: 4px;
}
.sort-by {
  gap: 12px;
}
.sort-by .form-select {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F6F6F6;
  height: 30px;
  width: 130px;
}
/***** product-single *****/
.product-detail hr {
  border-top-color: rgba(221, 221, 221, 0.87);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .product-detail hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-detail-media {
    width: 36.8%;
  }
}
@media only screen and (min-width: 992px) {
  .product-detail-contents {
    width: 63.2%;
  }
}
.swiper-navigation--circle .swiper-button-next, .swiper-navigation--circle .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-image: url(/public/images/icons/ico-arrow-right-circle.svg);
  border-radius: 100%;
}
.swiper-navigation--circle .swiper-button-next::after, .swiper-navigation--circle .swiper-button-prev::after {
  display: none;
}
.swiper-navigation--circle .swiper-button-next:hover, .swiper-navigation--circle .swiper-button-prev:hover {
  background-image: url(/public/images/icons/ico-arrow-right-circle-red.svg);
}
.swiper-navigation--circle .swiper-button-next, .swiper-navigation--circle .swiper-rtl .swiper-button-prev {
  right: 15px;
}
.swiper-navigation--circle .swiper-button-prev, .swiper-navigation--circle .swiper-rtl .swiper-button-next {
  left: 15px;
  transform: rotate(-180deg);
}
.product-images-main .swiper-button-next, .product-images-main .swiper-button-prev {
  margin-top: 45px;
}
.product-images-main .swiper-slide img {
  width: 100%;
}
.product-images-thumbs .swiper-slide img {
  width: 100%;
}
.product-detail-name {
  font-size: 24px;
  line-height: 1.208333;
}
.product-detail-info .list-inline {
  color: #666;
  font-size: 14px;
}
.product-detail-info .list-inline li + li::before {
  content: '';
  border-left: 1px solid #666;
  padding-right: 8px;
}
.product-detail-info .price-box {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .product-detail-info .price-box {
    margin-bottom: 40px;
  }
}
.price-box {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.price-box .new-price {
  font-size: 14px;
  color: #D81D24;
  font-weight: bold;
}
.price-box .old-price {
  font-size: 12px;
  text-decoration: line-through;
}
.price-box.large {
  gap: 6px;
}
.price-box.large .new-price {
  font-size: 20px;
  line-height: 1.2;
}
.price-box.large .old-price {
  font-size: 14px;
}
.saving-price {
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.saving-price.bg-primary-1 {
  color: #fff;
}
.product-attribute {
  margin-bottom: 20px;
}
.product-attribute-title {
  width: 90px;
  padding-right: 6px;
  font-size: 14px;
  color: #000;
}
.product-attribute-options {
  flex: 1 1 auto;
  width: 1%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.swatch-option {
  position: relative;
}
.swatch-option.disable label {
  background-color: #F2F2F2;
}
.swatch-option input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.swatch-option input:checked + label {
  border-color: #266EB6;
}
.swatch-option input:checked + label::after {
  display: block;
}
.swatch-option label {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background-color: #fff;
  min-width: 62px;
  text-align: center;
  color: #666;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 18px;
  position: relative;
  display: inline-block;
}
.swatch-option label::after {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background-image: url(/public/images/icons/ico-swatch-option-checked.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.swatch-option-checked {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.quantity-minus, .quantity-plus {
  width: 31px;
  height: 31px;
  border: 1px solid #DDDDDD;
  background-color: #F2F2F2;
  text-align: center;
  position: relative;
}
.quantity-minus input, .quantity-plus input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  color: #999;
  font-size: 20px;
  line-height: 26px;
}
.quantity-minus {
  border-radius: 3px 0 0 3px;
}
.quantity-plus {
  border-radius: 0 3px 3px 0;
}
.quantity-count input {
  width: 40px;
  height: 31px;
  border-width: 1px 0;
  border-color: #DDDDDD;
  border-style: solid;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 29px;
}
.product-detail-desc-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.product-detail-desc p {
  margin-bottom: 24px;
}
.product-detailed {
  line-height: 1.4;
}
.product-detailed h2, .product-detailed h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.product-detailed h2::after, .product-detailed h3::after {
  content: '';
  display: block;
  width: 117px;
  height: 1px;
  background-color: #266EB6;
  margin-top: 10px;
}
.product-detailed figure {
  margin-bottom: 24px;
}
.product-detailed figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.category {
  padding-bottom: 30px;
}
.cate-header {
  margin-bottom: 27px;
}
.card.card-product {
  border-color: #E6E6E6;
  border-radius: 5px;
  margin-bottom: 20px;
}
.card.card-product .card-img {
  display: block;
  border-radius: 5px 5px 0 0;
}
.card.card-product .card-img a {
  position: relative;
  display: block;
}
.card.card-product .card-img a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 5px 5px 0 0;
  transition: all 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.card.card-product .card-img a:hover::before {
  visibility: visible;
  opacity: 1;
}
.card.card-product .card-img-top {
  border-radius: 5px 5px 0 0;
}
.card.card-product .saving-price-tag {
  position: absolute;
  bottom: 10px;
  right: 8px;
}
.card.card-product .card-body {
  padding: 10px;
}
.card.card-product .card-title {
  line-height: 17px;
  height: 34px;
  overflow: hidden;
}
.card.card-product .btn.btn-sm {
  padding: 6px;
}
.saving-price-tag {
  height: 18px;
  padding-left: 11px;
  display: flex;
  position: relative;
}
.saving-price-tag svg {
  position: absolute;
  top: 0;
  left: 0;
}
.saving-price-tag .saving-price-label {
  position: relative;
  background-color: #EF9E00;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding-right: 4px;
  color: #fff;
  height: 18px;
  display: inline-block;
}
.product-popup-cart-total {
  border-top: 1px solid #DDDDDD;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .product-popup-cart-total {
    padding-top: 30px;
  }
}
.product-popup-cart-total .sub-total {
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .product-order-button .btn {
    width: 258px;
  }
}
.qrcode {
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  max-width: 530px;
}
@media only screen and (min-width: 768px) {
  .qrcode {
    padding: 19px 20px 19px 48px;
  }
}
.qrcode-qr {
  width: 120px;
  height: 120px;
}
@media only screen and (min-width: 768px) {
  .qrcode-qr {
    width: 160px;
    height: 160px;
  }
}
.qrcode-info {
  flex: 1 1 auto;
  width: 1%;
}
@media (max-width: 767.98px) {
  .qrcode-info {
    font-size: 14px;
  }
}
.qrcode-info p {
  margin-bottom: 6px;
}
.qrcode-info p:last-child {
  margin-bottom: 0;
}
.toolbar-bottom {
  background-color: #fff;
  height: 48px;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 15px;
}
.btn-toolbar {
  display: block;
  height: 48px;
  padding: 0 15px;
  line-height: 48px;
}
.btn-toolbar svg {
  vertical-align: middle;
}
.btn-toolbar-add-cart {
  width: 62px;
  height: 48px;
  position: relative;
}
.btn-toolbar-add-cart .inner {
  width: 62px;
  height: 62px;
  border: 4px solid #fff;
  background-color: #266EB6;
  border-radius: 50%;
  position: absolute;
  top: -23px;
  left: 0;
  line-height: 54px;
}
.btn-toolbar-add-cart .number {
  background-color: #fff;
  border-radius: 50%;
  color: #266EB6;
  text-align: center;
  font-size: 10px;
  width: 19px;
  height: 19px;
  border: 2px solid #266EB6;
  line-height: 15px;
  position: absolute;
  top: 10px;
  right: 8px;
  display: block;
}
.section-confirm-order {
  padding-bottom: 30px;
}
.list-product-hz {
  margin-top: 30px;
}
.product-hz {
  gap: 20px;
}
.product-hz:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
}
.product-hz-img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-hz-img {
    display: block;
  }
}
.product-hz-img img {
  width: 62px;
  border-radius: 5px;
}
.product-hz-action {
  width: 102px;
  flex: 0 0 auto;
}
.btn-delete:hover svg path {
  fill: #266EB6;
}
.product-hz-content {
  width: calc(100% - 122px);
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .product-hz-content {
    width: calc(100% - 204px);
    flex: 0 0 auto;
  }
}
.block-note-order textarea.form-control {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background-color: #F6F6F6;
  height: 98px;
  overflow-x: hidden;
  overflow-y: auto;
}
.block-note-order textarea.form-control::-webkit-input-placeholder {
  color: #666;
}
.block-note-order textarea.form-control:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.block-note-order textarea.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.block-note-order textarea.form-control:-ms-input-placeholder {
  color: #666;
}
.block-note-order textarea.form-control:focus {
  border-color: #266EB6;
  box-shadow: none;
}
.form-checkbox .form-check-input {
  border-radius: 2px;
  border-color: #CCC;
  width: 15px;
  height: 15px;
}
.form-checkbox .form-check-input:checked {
  border-color: #266EB6;
  background-color: #266EB6;
}
.hr-dashed {
  border-top: 1px dashed #CCC;
  opacity: 1;
  margin: 14px 0;
}
.form-radio .form-check-input {
  border-color: #CCC;
  width: 15px;
  height: 15px;
}
.form-radio .form-check-input:checked {
  border-color: #266EB6;
  background-color: #fff;
  background-image: url(/public/images/bg/radio.png);
  background-size: 9px 9px;
  background-position: center center;
}
.list-radios .form-check:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) {
  .list-radios .form-check:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .list-radios .form-check:not(:last-child) {
    margin-right: 30px;
  }
}
.note-payment-info li {
  position: relative;
  padding-left: 13px;
}
.note-payment-info li:not(:last-child) {
  margin-bottom: 3px;
}
.note-payment-info li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  top: 6px;
  left: 0;
}
.info-item-bill:not(:last-child) {
  margin-bottom: 4px;
}
.info-item-bill .lbl {
  width: 140px;
  flex: 0 0 auto;
}
.comfirm-vat-box, .comfirm-ship-address-box {
  display: none;
}
/***** modal *****/
@media (max-width: 574.98px) {
  .modal.full .modal-dialog {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 576px) {
  .modal.full .modal-dialog {
    max-width: 516px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.full .modal-dialog {
    max-width: 696px;
  }
}
@media only screen and (min-width: 992px) {
  .modal.full .modal-dialog {
    max-width: 936px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal.full .modal-dialog {
    max-width: 1116px;
  }
}
@media only screen and (min-width: 1400px) {
  .modal.full .modal-dialog {
    max-width: 1196px;
  }
}
.modal.direction-bottom.fade .modal-dialog {
  transform: translate(0, 50px);
}
.modal.direction-bottom .modal-dialog {
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.modal.direction-bottom.show .modal-dialog {
  transform: none;
}
.modal.direction-bottom .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal.modal-cs .btn-close {
  position: absolute;
  top: -13px;
  right: -9px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  opacity: 1;
  background-image: url(/public/images/icons/ico-close-circle.svg);
  background-position: 0 0;
  background-size: 36px 36px;
  padding: 0;
  margin: 0;
}
.modal.modal-cs .btn-close:hover {
  background-image: url(/public/images/icons/ico-close-circle-red.svg);
}
.modal.modal-cs .modal-content {
  border-width: 0;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .modal.modal-cs .modal-content {
    padding: 28px 40px 70px 35px;
  }
}
.modal.modal-cs .modal-dialog-scrollable {
  display: flex;
  height: unset;
  max-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal.modal-cs .modal-dialog-scrollable .modal-content {
  overflow: inherit;
}
.modal.modal-cs .modal-dialog-scrollable .modal-body {
  overflow-x: hidden;
}
@media only screen and (min-width: 992px) {
  .modal-cs-admin .modal-xl {
    width: 755px;
    max-width: 755px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-cs-admin .modal-xl {
    width: 1170px;
    max-width: 1170px;
  }
}
.modal-cs-admin .modal-header {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .modal-cs-admin .modal-header {
    padding: 30px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-cs-admin .modal-body {
    padding: 10px 32px;
  }
}
.modal-cs-admin .modal-footer {
  border-top: none;
}
@media only screen and (min-width: 992px) {
  .modal-cs-admin .modal-footer {
    padding: 32px;
  }
}
.modal-cs-admin .btn-close {
  background-size: 14px 14px;
  opacity: 1;
}
.section-banner-shop {
  margin-bottom: 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .section-banner-shop {
    margin-bottom: 0px;
    background: #fff;
    padding-bottom: 25px;
  }
}
.sliderShop img {
  border-radius: 5px;
}
.block-shop-info {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .block-shop-info {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .block-shop-info {
    padding: 0 20px 30px 20px;
    border-radius: 5px;
  }
}
.shop-info-top img {
  margin-right: 30px;
}
.shop-info-top {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd
}
.shop-info-left .img {
  width: 90px;
  flex: 0 0 auto;
}
.shop-info-left .img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}
.shop-info-left .text {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .shop-info-left .text {
    padding-right: 0;
  }
}
.shop-info-left .product-item-bottom {
  padding: 0;
}
.shop-info-left .product-item-bottom .inner {
  padding: 0;
  border: none;
}
.shop-info-left .rating-product {
  margin-right: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .shop-info-left .rating-product {
    margin-right: 25px;
    margin-bottom: 10px;
  }
}
.shop-info-left .product-item-map {
  margin-bottom: 6px;
}
.shop-name {
  margin-bottom: 3px;
}
.info-discount {
  font-size: 15px;
  line-height: 24px;
  background: url(/public/images/bg/bg-discount2.svg) no-repeat;
  padding: 0 0 0 42px;
}
.info-discount span {
  line-height: 21px;
  background-color: #ed1c25;
  display: inline-block;
  padding-right: 8px;
}
.shop-info-right {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-info-right .socials li {
  margin-right: 5px
}
@media only screen and (min-width: 992px) {
  .shop-info-right {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    min-width: 175px;
  }
}
@media only screen and (min-width: 992px) {
  .shop-info-right .info-discount {
    margin-bottom: 22px;
  }
}
.socials a {
  display: block;
  border-radius: 50%;
  background-color: #EEE;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.socials a svg {
  vertical-align: middle;
}
.nav-shop {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .nav-shop {
    margin-bottom: 25px;
  }
}
.nav-main-shop {
  display: flex;
}
.nav-main-shop .nav-item:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .nav-main-shop .nav-item:not(:last-child) {
    margin-right: 0;
  }
}
.nav-main-shop .nav-link {
  padding: 18px 0;
  position: relative;
  font-size: 14px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .nav-main-shop .nav-link {
    padding: 18px 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .nav-main-shop .nav-link {
    padding: 18px 20px;
  }
}
.nav-main-shop .nav-link:hover {
  color: #266EB6;
}
.nav-main-shop .nav-link.active {
  color: #266EB6;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .nav-main-shop .nav-link.active::after {
    content: "";
    display: block;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #266EB6;
    height: 2px;
    position: absolute;
  }
}
.nav-more button {
  padding-left: 12px;
  border-left: 1px solid #E6E6E6;
}
@media only screen and (min-width: 768px) {
  .nav-more button {
    padding-right: 20px;
  }
}
.nav-more button:hover {
  color: #266EB6;
}
.nav-more button:hover svg path {
  fill: #266EB6;
}
.nav-more .dropdown-menu-cs2 {
  padding: 8px 5px;
  margin-top: 20px !important;
}
.filter-shop {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .filter-shop {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .filter-shop {
    gap: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .filter-shop .search {
    min-width: 388px;
  }
}
.filter-by {
  gap: 10px;
}
.filter-by .form-select {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  height: 30px;
  width: 124px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .filter-by .form-select {
    width: 132px;
  }
}
.btn-filter {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  height: 30px;
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .btn-filter {
    padding: 0 20px;
  }
}
.btn-filter.active, .btn-filter:hover {
  border-color: #266EB6;
  background-color: #266EB6;
  color: #fff;
}
.section-product-of-shop {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-product-of-shop {
    margin-bottom: 40px;
  }
}
.section-product-of-shop .pagination-cs .page-link {
  min-width: 39px;
  height: 39px;
}
.section-product-of-shop .pagination-cs .page-link svg {
  position: relative;
  top: 5px;
}
.section-product-of-shop .pagination-cs .page-link:hover svg path {
  fill: #266EB6;
}
.section-product-of-shop hr {
  opacity: 1;
  border-top-color: #DDDDDD;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .section-product-of-shop hr {
    margin-top: 30px;
  }
}
.section-product-of-shop .category {
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .section-product-of-shop .category {
    padding-bottom: 30px;
  }
}
.block-rate-shop {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 20px 15px;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .block-rate-shop {
    padding: 25px 35px;
    margin-bottom: 50px;
  }
}
.filter-rating-shop {
  border: 1px solid rgba(237, 28, 37, 0.11);
  background: rgba(237, 28, 37, 0.05);
  padding: 15px 25px;
  margin-bottom: 24px;
}
.number-total-rate {
  color: rgba(237, 28, 37, 0.6);
  font-size: 20px;
  line-height: 1;
}
.number-total-rate span {
  font-size: 30px;
}
.filter-rating-by-star {
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .filter-rating-by-star {
    padding-left: 40px;
  }
}
.btn-filter-rate {
  display: inline-block;
  background-color: #fff;
  padding: 6px 20px;
  color: #666;
  border: 1px solid #DDDDDD;
}
.btn-filter-rate:hover, .btn-filter-rate.active {
  border-color: #FFCBCE;
  color: #266EB6;
}
.comments {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .comments {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .comments .pagination {
    padding-top: 10px;
  }
}
.comment-item {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.comment-item-avatar {
  width: 55px;
  flex: 0 0 auto;
}
.comment-item-avatar img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.comment-item-content {
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  .comment-item-content {
    padding-left: 18px;
  }
}
.comment-item-like button svg {
  vertical-align: -2px;
}
.comment-form {
  border-radius: 5px;
  background-color: #F2F2F2;
  padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
  .comment-form {
    padding: 20px;
  }
}
.rate-quality {
  gap: 10px;
}
.comment-form textarea.form-control {
  height: 186px;
  overflow-x: hidden;
  overflow-y: auto;
}
.form-create-shop {
  max-width: 1180px;
}
@media only screen and (min-width: 768px) {
  .form-create-shop .form-control, .form-create-shop .form-select {
    min-height: 56px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .form-create-shop .form-group-required label {
    top: 16px;
  }
}
.min-w-140 {
  min-width: 140px;
}
.block-upload-media {
  gap: 10px 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .block-upload-media {
    gap: 10px 20px;
  }
}
.block-upload-media .attr-image {
  width: 64px;
  flex: 0 0 auto;
}
.form-create-member {
  max-width: 1180px;
}
.form-create-member .btns-bottom .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-create-member .btns-bottom .btn {
    width: unset;
  }
}
.block-checkboxes {
  border-radius: 5px;
  background-color: #F2F2F2;
  padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
  .block-checkboxes {
    padding: 20px 30px;
  }
}
.block-checkboxes:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap;
  }
}
.btn-remove-permision svg {
  vertical-align: -2px;
  margin-right: 3px;
}
.min-w-130 {
  min-width: 130px;
}
.section-b-50 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-b-50 {
    margin-bottom: 50px;
  }
}
.card-news {
  margin-bottom: 18px;
}
.card-news-img a {
  border-radius: 5px;
}
.card-news-img img {
  width: 100%;
  border-radius: 5px;
}
.card-news-title {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .card-news-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .card-news-title {
    font-size: 18px;
  }
}
.list-news .row {
  margin-left: -8px;
  margin-right: -8px;
}
.list-news .row > * {
  padding-left: 8px;
  padding-right: 8px;
}
.hover-scale a {
  display: block;
  overflow: hidden;
}
.hover-scale a img {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.hover-scale a:hover img {
  transform: scale(1.2);
}
.single-post {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .single-post {
    padding: 25px;
  }
}
.entry-title {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .entry-title {
    font-size: 30px;
  }
}
.single-post-meta {
  margin-bottom: 12px;
}
.toc {
  background-color: #EAF4F8;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .toc {
    padding: 18px;
  }
}
.toc ul, .toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc ul li:not(:last-child), .toc ol li:not(:last-child) {
  margin-bottom: 3px;
}
.toc li ol, .toc li ul {
  padding-left: 15px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  .toc li ol, .toc li ul {
    padding-left: 20px;
  }
}
.single-post-content {
  padding-bottom: 30px;
}
.single-post-content h3 {
  font-size: 18px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .single-post-content h3 {
    font-size: 20px;
  }
}
.single-post-content h4 {
  font-size: 16px;
  margin-bottom: 16px;
}
.single-post-content p:last-child {
  margin-bottom: 0;
}
.share-post {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #DDDDDD;
  padding-top: 18px;
}
.share-post a {
  display: block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #EEE;
  text-align: center;
  line-height: 35px;
}
.share-post a i {
  vertical-align: middle;
}
.share-post a:hover, .share-post a:focus {
  background-color: #d0d0d0;
}
.max-w-1000 {
  max-width: 1000px;
}
.news-item {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 5px;
}
@media only screen and (min-width: 576px) {
  .news-item {
    min-height: 100%;
  }
}
.news-item-img a {
  border-radius: 5px;
}
.news-item-img a img {
  border-radius: 5px;
  width: 100%;
}
.news-item-content {
  padding: 0 10px 5px;
}
.list-grid-news .row {
  margin-left: -7px;
  margin-right: -7px;
}
.list-grid-news .row > * {
  padding-left: 7px;
  padding-right: 7px;
}
.col-item-news {
  margin-bottom: 20px;
}
.view-more-news {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .view-more-news {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.view-more-news .btn {
  min-width: 280px;
}
@media only screen and (min-width: 768px) {
  .view-more-news .btn {
    min-height: 56px;
    min-width: 304px;
  }
}
/*------------------------------------------------------------------
[Footer]
*/
.footer-site {
  background-color: #FBFBFB;
  padding-top: 45px;
  padding-bottom: 22px;
  font-size: 13px;
}
.logo-footer img {
  max-width: 140px
}
@media (max-width: 767px) {
  .footer-site .col-lg-10 > .row > .col-6 {
    width: 100%;
    flex: 0 0 auto;
  }
}
.title-footer {
  font-size: 14px;
  margin-bottom: 14px;
}
.about-us-footer {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about-us-footer {
    text-align: left;
  }
}
.about-us-footer p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .about-us-footer p {
    margin-bottom: 16px;
  }
}
.about-us-footer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-us-footer .row {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-us-footer .row .col-6 {
    width: auto;
    display: inline-block;
  }
}
.group-links li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .group-links li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .col-about {
    width: 31%;
  }
}
@media only screen and (min-width: 768px) {
  .col-item {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .col-item {
    margin-bottom: 0 !important;
    position: relative;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .col-item:last-child {
    padding-bottom: 0;
  }
  .col-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
    right: 8px;
    height: 1px;
    background-color: #DDDDDD;
  }
}
.col-item .title-footer {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .col-item .title-footer {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .col-item .title-footer {
    cursor: text;
  }
}
.col-item .title-footer::after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(/public/images/icons/angle-down-grey.svg) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .col-item .title-footer::after {
    display: none;
  }
}
.col-item .group-links {
  display: none;
}
@media only screen and (min-width: 768px) {
  .col-item .group-links {
    display: block;
  }
}
.col-item .group-links.show {
  display: block;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .col-item .group-links.show {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .container-admin {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container-admin {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container-admin {
    max-width: 1500px;
  }
}
.section-create-shop {
  margin-bottom: 50px;
}
.create-shop {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .create-shop {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .create-shop {
    padding-top: 130px;
    padding-bottom: 170px;
  }
}
.create-shop .btn {
  border-radius: 10px;
  font-size: 26px;
  min-width: 272px;
}
.section-list-shop {
  margin-bottom: 36px;
}
.header-group {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .header-group {
    margin-bottom: 40px;
  }
}
.shop-item {
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 15px;
  background-color: #F2F2F2;
}
@media only screen and (min-width: 768px) {
  .shop-item {
    display: flex;
  }
}
.shop-item-img {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .shop-item-img {
    width: 39%;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.shop-item-img img {
  width: 100%;
  border-radius: 5px;
}
.shop-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .shop-item-content {
    padding-left: 20px;
    width: 61%;
    flex: 0 0 auto;
  }
}
.shop-item-info li {
  position: relative;
  padding-left: 24px;
}
.shop-item-info li:not(:last-child) {
  margin-bottom: 8px;
}
.shop-item-info li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
}
.shop-item-info li .icon svg {
  max-width: 100%;
}
.shop-item-content-bottom .btn {
  min-width: 128px;
}
.list-shops .col-shop-item {
  margin-bottom: 20px;
}
.btn-grey-icon {
  background-color: #F6F6F6;
  padding: 0 3px;
  border-radius: 3px;
  display: inline-block;
  min-width: 25px;
  line-height: 30px;
  text-align: center;
}
.btn-grey-icon:hover, .btn-grey-icon:focus {
  background-color: #266EB6;
}
.btn-grey-icon:hover svg path, .btn-grey-icon:focus svg path {
  fill: #fff;
}
.img-pro-shop {
  border-radius: 3px;
  width: 56px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}
.img-pro-shop img {
  width: 56px;
}
.setting-product {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F6F6F6;
  padding: 15px 25px 0 25px;
}
.setting-product-body.hidden {
  display: none;
}
.btn-toggle-setting-product:hover svg path, .btn-toggle-setting-product:focus svg path {
  fill: #266EB6;
}
.form-group-label {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  height: 56px;
  padding: 2px 10px 4px;
}
.form-group-label label {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}
.form-group-label .form-control, .form-group-label .form-select {
  border: none;
  padding: 0;
  font-size: 18px;
  height: 22px;
}
.form-group-label .form-control::-webkit-input-placeholder, .form-group-label .form-select::-webkit-input-placeholder {
  color: #666;
}
.form-group-label .form-control:-moz-placeholder, .form-group-label .form-select:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-group-label .form-control::-moz-placeholder, .form-group-label .form-select::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-group-label .form-control:-ms-input-placeholder, .form-group-label .form-select:-ms-input-placeholder {
  color: #666;
}
.form-group-label .input-group .input-group-text {
  color: #666;
  border: none;
  background-color: transparent;
  padding: 0;
}
.form-group-label.is-select {
  background-image: url(/public/images/icons/select.svg);
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
}
.form-group-label.is-select .form-control, .form-group-label.is-select .form-select {
  background-color: transparent;
}
.form-group-label.is-textarea {
  height: 86px;
}
.form-group-label.is-textarea textarea {
  min-height: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
.space-40 {
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .space-40 {
    height: 40px;
  }
}
.form-group-property {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
}
.form-group-property .inner {
  padding: 8px 10px 10px;
}
.form-control-property {
  height: 40px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  background: #F2F2F2;
  padding: 10px;
  font-size: 14px;
}
.form-control-property::-webkit-input-placeholder {
  color: #666;
}
.form-control-property:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control-property::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control-property:-ms-input-placeholder {
  color: #666;
}
.form-control-property:focus {
  outline: none;
}
.form-error .icon {
  vertical-align: 1px;
}
.classification-of-goods {
  padding: 8px 24px 0 25px;
}
.classification-of-goods hr {
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: 25px;
  border-top-color: #DDDDDD;
  opacity: 1;
}
.forms-admin .form-control::-webkit-input-placeholder {
  color: #666;
}
.forms-admin .form-control:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.forms-admin .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.forms-admin .form-control:-ms-input-placeholder {
  color: #666;
}
.table-property {
  min-width: 768px;
}
.table-property thead th {
  background-color: #DDDDDD;
  padding: 15px;
  border-color: #DDDDDD;
  white-space: nowrap;
}
.table-property tbody td {
  border-color: #DDDDDD;
  padding: 12px 15px;
}
.group-btns {
  margin-top: 34px;
}
.group-btns .btn {
  min-width: 150px;
}
.group-btns .btn:not(:last-child) {
  margin-right: 12px;
}
.group-btns .btn-xxl {
  padding-top: 8px;
  padding-bottom: 8px;
}
.forms-container {
  max-width: 1217px;
  padding-right: 36px;
}
.form-group-add-remove-item {
  position: relative;
}
.form-group-add-remove-item.is-big .btn-add-remove-item {
  top: 5px;
}
.btn-add-remove-item {
  position: absolute;
  left: 100%;
  margin-left: 15px;
  top: 0;
  height: 46px;
  z-index: 2;
}
.form-group-required {
  position: relative;
}
.form-group-required label {
  position: absolute;
  top: 12px;
  left: 15px;
  right: 15px;
  white-space: nowrap;
  overflow: hidden;
}
.min-w-145 {
  min-width: 145px;
}
.btn-dropdown-status {
  padding: 4px 25px 4px 10px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  display: block;
  min-width: 152px;
  text-align: left;
}
.btn-dropdown-status svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn-dropdown-status:hover, .btn-dropdown-status:focus {
  color: #fff;
  box-shadow: none;
  outline: none;
}
.btn-dropdown-status.is-pending {
  background-color: #FEB26C;
}
.btn-dropdown-status.is-receipt {
  background-color: #FE756C;
}
.btn-dropdown-status.is-onway {
  background-color: #81CFF0;
}
.btn-dropdown-status.is-delivered {
  background-color: #81DE9B;
}
.btn-dropdown-status.is-completed {
  background-color: #BFA7E5;
}
.btn-dropdown-status.is-cancel {
  background-color: #BABABA;
}
.dropdown-item.is-pending {
  color: #FEB26C;
}
.dropdown-item.is-receipt {
  color: #FE756C;
}
.dropdown-item.is-onway {
  color: #81CFF0;
}
.dropdown-item.is-delivered {
  color: #81DE9B;
}
.dropdown-item.is-completed {
  color: #BFA7E5;
}
.dropdown-item.is-cancel {
  color: #BABABA;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent;
}
.dropdown-menu-status {
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  min-width: 170px;
}
.hover-primary-1:hover {
  color: #266EB6;
}
.hover-primary-1:hover svg path {
  fill: #266EB6;
}
.w-20 {
  width: 20px;
}
.h-20 {
  height: 20px;
}
.checkbox-sz-20 {
  width: 20px;
  height: 20px;
  border: 1px solid #CCC;
  background-color: #EEE;
}
.checkbox-sz-20:checked {
  border-color: #027ED9;
  background-color: #027ED9;
}
.address-delivery {
  min-width: 226px;
}
.attr-image {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-pic-product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  background-image: url(/public/images/icons/img-add-media.png);
  background-position: no-repeat;
  background-size: center center;
  position: relative;
  background-size: contain;
}
.upload-pic-product input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.list-thumb-box {
  gap: 16px;
}
.list-thumb-box .thumb-box {
  width: 100px;
  flex: 0 0 auto;
  height: 100px;
  background-color: #DDDDDD;
  color: #fff;
  text-align: center;
  line-height: 100px;
  border-radius: 5px;
  position: relative;
}
.list-thumb-box .thumb-box img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
}
.thumb_remove_btn {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  line-height: 23px;
  cursor: pointer;
}
.thumb_remove_btn:hover {
  border-color: #266EB6;
}
.thumb_remove_btn svg {
  vertical-align: -1px;
  max-width: 12px;
}
.table-detail-order th, .table-detail-order td {
  padding: 15px;
}
.table-detail-order th:not(:first-child), .table-detail-order td:not(:first-child) {
  border-left: 1px solid #DDDDDD;
}
.block-payment-vat {
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
  gap: 15px 30px;
}
@media only screen and (min-width: 992px) {
  .block-payment-vat {
    gap: 15px 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .block-payment-vat {
    gap: 15px 90px;
  }
}
.block-payment-vat .form-check .form-check-input {
  margin-top: 1px;
}
.input-vat {
  border: none;
  width: 35px;
  padding: 0;
  font-weight: 700;
}
.input-vat::-webkit-input-placeholder {
  color: #000;
}
.input-vat:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.input-vat::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.input-vat:-ms-input-placeholder {
  color: #000;
}
.input-vat:focus {
  outline: none;
}
.status-order {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 15px;
  padding-bottom: 35px;
}
.group-left, .group-right {
  gap: 16px;
  display: flex;
}
.form-group-note .form-control:focus {
  border-color: #DDDDDD;
}
.list-statics {
  gap: 14px;
}
.static-item {
  width: 100%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .static-item {
    width: calc(50% - 14px);
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .static-item {
    width: calc(33.3333% - 14px);
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .static-item {
    width: calc(25% - 14px);
    flex: 0 0 auto;
  }
}
.static-item a {
  display: block;
  min-height: 130px;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  padding: 20px;
}
.static-item a span {
  display: block;
}
.static-item a .icon {
  margin-bottom: 10px;
}
.static-item:hover a, .static-item.active a {
  border-color: #266EB6;
  color: #266EB6;
}
.static-item:hover a svg path, .static-item.active a svg path {
  fill: #266EB6;
}
.icon-heading {
  vertical-align: 3px;
}
.total-static-tr td {
  background-color: #F2F2F2;
  height: 65px;
  padding: 12px 10px;
}
@media only screen and (min-width: 768px) {
  .total-static-tr td {
    padding: 20px;
  }
}
.filter-calendar {
  gap: 14px;
}
.filter-calendar .form-control {
  font-size: 16px;
  height: 44px;
}
.filter-calendar .group-date {
  gap: 14px;
}
.filter-calendar .btn {
  padding: 10px 25px;
}
.form-control-date {
  background-image: url(/public/images/icons/calendar.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.to-date {
  gap: 14px;
}
.w-86 {
  width: 86px;
}
.accordion-dark .accordion-item {
  background-color: #F6F6F6;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.accordion-dark .accordion-button {
  background-color: transparent;
  padding: 10px 15px 18px 15px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.accordion-dark .accordion-collapse {
  padding: 0 15px 20px;
}
.accordion-dark .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.bar-code {
  border: 1px solid #000;
  padding: 8px 8px 15px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.bar-code .product-name, .bar-code .product-price {
  font-size: 20px;
  font-weight: 700;
}
.stamp-note {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.stamp-note li {
  font-size: 16px;
  line-height: 22px;
  padding-left: 12px;
  position: relative;
}
.stamp-note li::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #999;
  border-radius: 50%;
}
.stamp-note li:not(:last-child) {
  margin-bottom: 12px;
}
.border-grey {
  border-color: #DDDDDD;
  opacity: 1;
}
.setting-stamp-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 62px;
  position: relative;
  min-height: 44px;
}
.setting-stamp-item .switch-button {
  position: absolute;
  top: 6px;
  left: 0;
}
.setting-stamp-label {
  font-size: 16px;
  width: calc(100% - 88px);
  padding-right: 8px;
}
.setting-stamp-form {
  width: 88px;
}
.switch-button {
  display: inline-block;
  width: 50px;
}
.switch-button input {
  display: none;
}
.switch-button input:checked ~ small {
  transition: .3s;
  background-color: #4BAE4F;
}
.switch-button input:checked ~ small::before {
  transform: translate(20px, 0px);
}
.switch-button small {
  display: inline-block;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}
.switch-button small::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.accordion-item {
  overflow: hidden;
}
.accordion-item:last-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.accordion.child .accordion-item {
  border-radius: 0;
  border: 0;
}
.accordion.child .accordion-button {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: transparent;
  color: #027ED9;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  box-shadow: none;
}
.accordion.child .accordion-button i {
  margin-left: 8px;
}
.accordion.child .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .spacing-setting-size input {
    width: 88px;
  }
}
.page-layout {
  display: flex;
  flex-wrap: wrap;
}
.page-layout-img {
  width: 100%;
  height: 140px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .page-layout-img {
    order: 2;
    width: 140px;
  }
}
.page-layout-img img {
  width: 100px;
  height: 100px;
}
.page-layout-content {
  width: 100%;
  padding-right: 12px;
  padding-top: 20px;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .page-layout-content {
    order: 1;
    width: calc(100% - 140px);
  }
}
.block-filter-shop .search {
  height: 56px;
}
.block-filter-shop-left {
  display: flex;
  gap: 16px;
  align-items: center;
}
.block-filter-shop-left .form-control {
  font-size: 16px;
}
.filter-name-product {
  width: calc(100% - 132px);
}
.filter-number-product {
  max-width: 53px;
  width: 53px;
}
.filter-number-product .form-control {
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  height: 56px;
}
.filter-number-product .form-control:focus {
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .block-filter-shop-right {
    max-width: 385px;
    margin-left: auto;
  }
}
.block-filter-shop-right button {
  height: 56px;
  width: 100%;
}
.form-group-autocomplete {
  position: relative;
}
.list-autocomplete {
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
  padding: 0;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  font-size: 14px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 25;
  margin: 0;
}
.list-autocomplete::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.list-autocomplete::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.list-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #E9E9E9;
}
.list-autocomplete li {
  cursor: pointer;
  padding: 8px 15px;
}
.list-autocomplete li:hover, .list-autocomplete li:focus, .list-autocomplete li.selected {
  background-color: #266EB6;
  color: #fff;
}
.product-suggest-item .img {
  width: 55px;
  flex: 0 0 auto;
}
.product-suggest-item .img img {
  width: 55px;
  height: 55px;
  border-radius: 4px;
  object-fit: fill;
}
.product-suggest-item .text {
  width: calc(100% - 80px);
  flex: 0 0 auto;
  padding-left: 10px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
.nav-tabs-gr15 .btn-outline-grey.active, .nav-tabs-gr15 .btn-outline-grey:hover, .nav-tabs-gr15 .btn-outline-grey:focus {
  border-color: #266EB6;
  background-color: #266EB6;
  color: #fff;
}
.list-boxes {
  gap: 16px;
}
.list-boxes .item {
  width: 124px;
  flex: 0 0 auto;
}
.list-boxes.is-big .item {
  width: 154px;
}
.list-boxes.is-big .box-query {
  width: 154px;
  height: 154px;
}
.box-query {
  width: 124px;
  height: 124px;
  border-radius: 8px;
  background-color: rgba(84, 185, 79, 0.2);
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  cursor: pointer;
}
.box-query .icon {
  margin-bottom: 4px;
  font-weight: 700;
}
.box-query.is-ship {
  background-color: rgba(249, 73, 95, 0.2);
}
.box-query.is-ship .icon {
  margin-bottom: 8px;
}
.box-query.is-bg-home {
  background-image: url(/public/images/bg/bg-query-home.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.box-query.is-bg-home.active {
  background-image: url(/public/images/bg/bg-query-home-active.png);
  color: #fff;
}
.box-query.is-add-new {
  background-color: rgba(237, 28, 37, 0.2);
}
.card-product-sm {
  margin-bottom: 24px;
}
.card-product-sm-img {
  margin-bottom: 10px;
}
.card-product-sm-img a, .card-product-sm-img img {
  display: block;
  border-radius: 6px;
}
.card-product-sm-img img {
  width: 100%;
}
.card-product-sm-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}
.list-products-shop {
  max-height: 380px;
}
@media only screen and (min-width: 768px) {
  .list-products-shop {
    max-height: 580px;
  }
}
.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background-color: #F2F2F2;
  opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #F2F2F2;
  opacity: 1;
}
.list-btn-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.header-products-right .btn-md {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F6F6F6;
}
.form-customer.forms .form-label {
  margin-bottom: 5px;
}
.header-nav-tab ul.d-flex {
  gap: 15px;
}
.dropdown-menu-cs2 {
  border: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  min-width: 190px;
  padding: 4px 0;
}
.dropdown-menu-cs2 .dropdown-item {
  padding: 6px 15px;
  font-size: 14px;
  color: #000;
}
.dropdown-menu-cs2 .dropdown-item:hover, .dropdown-menu-cs2 .dropdown-item:focus {
  background-color: transparent;
  color: #266EB6;
}
.tab-content-primary {
  background-color: #F6F6F6;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 14px 15px;
}
.tab-content-primary textarea.form-control {
  height: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}
.table-cart th, .table-cart td {
  border-color: #CCC;
  vertical-align: middle;
  background-color: transparent;
  padding: 15px 10px;
}
.table-cart th:not(:first-child), .table-cart td:not(:first-child) {
  border-left: 1px solid #D6D6D6;
}
.table-cart th:last-child, .table-cart td:last-child {
  border-left: none;
}
.table-cart thead tr {
  background-color: #DDDDDD;
}
.table-cart thead th {
  white-space: nowrap;
}
.table-cart .note-cart {
  font-size: 13px;
  margin-top: 8px;
  color: #F2F2F2;
}
.table-cart .note-cart .form-control {
  padding: 0;
  height: unset;
  border: none;
  font-size: 13px;
}
.w-44 {
  width: 44px;
}
.w-135 {
  width: 135px;
}
.info-bill {
  padding-bottom: 0;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 15px;
}
.info-bill-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.info-bill-item.total .info-bill-item-right {
  font-size: 18px;
  font-weight: 700;
}
.info-bill-item-left {
  text-align: right;
  width: 120px;
}
.info-bill-item-right {
  width: calc(100% - 120px);
  padding-left: 10px;
  text-align: right;
}
.have-to-pay {
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 15px;
}
.have-to-pay .text-primary-1 {
  font-size: 20px;
}
.method-to-pay {
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 15px;
  gap: 10px 15px;
}
@media only screen and (min-width: 1400px) {
  .method-to-pay {
    gap: 10px 20px;
  }
}
.form-radio-custom {
  position: relative;
  padding-left: 0;
}
.form-radio-custom .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-radio-custom .form-check-input:checked + .form-check-label::before {
  border-color: #266EB6;
}
.form-radio-custom .form-check-input:checked + .form-check-label::after {
  background-color: #266EB6;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 3px;
}
.form-radio-custom .form-check-label {
  position: relative;
  padding-left: 25px;
}
.form-radio-custom .form-check-label::before, .form-radio-custom .form-check-label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.form-radio-custom .form-check-label::before {
  width: 16px;
  height: 16px;
  border: 1px solid #CCC;
  background-color: #fff;
  top: 4px;
  left: 0;
}
.customer-have-to-pay {
  margin-bottom: 20px;
}
.customer-have-to-pay .form-control {
  max-width: 180px;
}
.group-btns-bill {
  padding-top: 15px;
  border-top: 1px dotted #CCC;
  margin-top: 20px;
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}
.group-btns-bill .btn {
  min-height: 5px;
  min-width: 87px;
}
.group-btns-bill .btn span {
  vertical-align: middle;
}
@media (min-width: 1800px) {
  .col-btns-shop {
    width: 58.33333333%;
  }
}
.note-by {
  font-size: 13px;
}
.btn-other-tab {
  position: relative;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.btn-other-tab span {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #266EB6;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
  top: -12px;
  right: -12px;
  color: #fff;
}
.h-56 {
  height: 56px !important;
}
.block-collapse {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F6F6F6;
  padding: 20px;
  margin-bottom: 20px;
}
.block-collapse .collapse {
  margin-top: 30px;
}
.qr-code {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  width: 190px;
  flex: 0 0 auto;
}
.block-scan-qr {
  gap: 15px;
}
@media only screen and (min-width: 1200px) {
  .block-scan-qr {
    gap: 10px 25px;
  }
}
.heading-btns {
  gap: 15px;
}
.heading-btns .btn-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.heading-btns .btn-sm svg {
  vertical-align: -3px;
  margin-right: 4px;
}
.section-hot-item {
  background: #266EB6;
  padding: 35px 0;
}
@media (min-width: 992px) {
  .col-lg-20 {
    width: 20%
  }
}
.tit-sale-progress {
  font-size: 12px;
  margin: 10px 0 5px 0
}
.col-sale-progress {
  display: block;
  width: 100%;
  height: 8px;
  background: #DED2D7;
  margin-top: 2px;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
}
.sale-progress-percent {
  width: 0%;
  height: 100%;
  background: linear-gradient(270deg, #D81D24, #FF9DA1);
  border-radius: 9999px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.view-more-shop {
  background: #D2F0FF;
  border-radius: 40px;
  color: #027ED9;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 10px 30px
}
@media (max-width: 768px) {
  .logo img {
    max-width: 150px
  }
  .header-main {
    padding: 13px 0
  }
  .header-site .gap-3 {
    gap: 0.5rem !important;
  }
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #a7e2ff
}
.navbar-expand-lg {
  margin: 0 -0.5rem;
  padding: 0
}
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  color: #000;
  padding: 5px 15px
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #266EB6
}