@charset "UTF-8";
@font-face {
  font-family: "Lobster";
  src: url("/assets/fonts/Lobster/Lobster-Regular.ttf");
}
@font-face {
  font-family: "Open Sans R";
  src: url("/assets/fonts/OpenSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "Open Sans B";
  src: url("/assets/fonts/OpenSans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "Open Sans I";
  src: url("/assets/fonts/OpenSans/OpenSans-Italic.ttf");
}
@font-face {
  font-family: "Open Sans BI";
  src: url("/assets/fonts/OpenSans/OpenSans-BoldItalic.ttf");
}
body {
  position: relative;
}

.title-custom {
  position: relative;
}
.title-custom::after {
  position: absolute;
  top: 0.625rem;
  z-index: -1;
  font-size: 3rem;
  opacity: 0.1;
  font-weight: bold;
}

.breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  opacity: 0.5;
  font-size: 80%;
}
.breadcrumb ul li:not(:last-child) {
  opacity: 0.7;
}
.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  top: 0%;
  right: -0.975rem;
  position: absolute;
}

header .top-info {
  line-height: 2.5rem;
}
header .top-info .other i {
  font-size: 1.25rem;
  position: relative;
  top: 0.3125rem;
  cursor: pointer;
}
header .top-info .other .search {
  position: relative;
}
header .top-info .other .search form {
  display: none;
  position: absolute;
  right: 120%;
  top: 0.125rem;
}
header .top-info .other .search form #btn-view-form {
  transition: 0.3s;
}
header .top-info .other .search form #btn-view-form i {
  font-size: 1rem;
}
header .top-info .other .search form #btn-view-form::before {
  top: -0.3125rem;
}
header .top-info .other .search form .input-search {
  transition: 0.3s;
  width: 20rem;
  line-height: 1rem;
  padding: 0.3125rem 2rem 0.3125rem 0.3125rem;
}
header .top-info .other .search form button {
  position: absolute;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  line-height: 1rem;
}
header .top-info .other .search form button.submit {
  right: 0.5rem;
  top: 0.5rem;
}
header .top-info .other .search form button.submit i {
  font-size: 1rem;
}
header .top-info .other .search form button.close {
  right: -1.5rem;
  top: 0.5rem;
}
header .top-info .other .search.active #btn-view-form {
  opacity: 0;
}
header .top-info .other .user {
  margin: 0 0.625rem;
}
header .top-info .other .user .dropdown-menu {
  top: 1rem !important;
  padding: 0.625rem 1rem;
  width: 10rem;
}
header .top-info .other .user .dropdown-menu > div {
  line-height: 2rem;
}
header .top-info .other .user .dropdown-menu > div > a,
header .top-info .other .user .dropdown-menu > div > span {
  display: inline-block;
  width: 100%;
}
header .top-info .other .user .dropdown-menu .theme a {
  display: inline-block;
  width: 100%;
  position: relative;
}
header .top-info .other .user .dropdown-menu .theme a i {
  right: 0rem;
  position: absolute;
  font-size: 0.7rem;
  top: 0.725rem;
}
header .logo-menu {
  display: inline-block;
  width: 100%;
}
header .logo-menu .logo {
  float: left;
  width: 30%;
  margin-top: 0.625rem;
}
header .logo-menu .logo img {
  height: 6.25rem;
}
header .logo-menu .mainmenu {
  margin-top: 3.125rem;
  float: left;
  width: 70%;
}
header .logo-menu .mainmenu #menu-mobile,
header .logo-menu .mainmenu #menu-mobile-close {
  display: none;
  position: absolute;
  right: 1rem;
  top: 3rem;
  font-size: 1.75rem;
}
header .logo-menu .mainmenu .menu {
  width: 100%;
  display: inline-block;
  text-align: right;
  z-index: 99999;
}
header .logo-menu .mainmenu .menu > li {
  display: inline-block;
  position: relative;
}
header .logo-menu .mainmenu .menu > li > a,
header .logo-menu .mainmenu .menu > li > span {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
}
header .logo-menu .mainmenu .menu > li > .submenu {
  display: none;
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.3);
  border-radius: 0.3125rem;
  position: absolute;
  top: 120%;
  left: 0;
  width: 12.5rem;
  text-align: left;
  padding: 0.625rem 0;
  z-index: 999999;
}
header .logo-menu .mainmenu .menu > li > .submenu > li > a {
  display: inline-block;
  width: 100%;
  margin: 0 0.625rem 0.3125rem 1rem;
}
header .logo-menu .mainmenu .menu > li > .submenu > li.active > a,
header .logo-menu .mainmenu .menu > li > .submenu > li.active > span, header .logo-menu .mainmenu .menu > li > .submenu > li:hover > a,
header .logo-menu .mainmenu .menu > li > .submenu > li:hover > span {
  color: #fab207;
}
header .logo-menu .mainmenu .menu > li.active > a,
header .logo-menu .mainmenu .menu > li.active > span, header .logo-menu .mainmenu .menu > li:hover > a,
header .logo-menu .mainmenu .menu > li:hover > span {
  color: #fab207;
}
header .logo-menu .mainmenu.show-menu #menu-mobile {
  display: none;
}
header .logo-menu .mainmenu.show-menu #menu-mobile-close {
  display: inline-block;
}

/**
*
* home page
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
*
*/
#home-page .title-home {
  border-left: 0.3125rem solid #fab207;
  border-bottom: 0.125rem solid #fab207;
}
#home-page .title-home span:first-child {
  display: inline-block;
  background-color: rgba(250, 178, 7, 0.1);
  position: relative;
  padding: 0.5rem 1rem 0.25rem 0.625rem;
}
#home-page .title-home span:first-child i {
  position: relative;
  top: -0.125rem;
  font-size: 1rem;
  animation: iconTitle 7s linear infinite;
  color: #fab207;
  margin-right: 0.3125rem;
}
#home-page .title-home span:last-child {
  display: inline-block;
  margin-left: -5px;
  margin-bottom: -9px;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 30px solid rgba(250, 178, 7, 0.1);
}

@keyframes iconTitle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
*
* Product
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
*
*/
#product {
  font-size: 90%;
}
#product .item {
  position: relative;
  border-radius: 0.3125rem;
  padding: 0.625rem;
}
#product .item .quantity-status {
  background: #ff0000;
  color: #f5f5f5;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.3125rem 1rem;
  z-index: 2;
  border-radius: 0 0.3125rem 0 0.3125rem;
}
#product .item .icon-sale {
  background: red;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  text-align: center;
  transform: rotate(20deg);
  z-index: 2;
}
#product .item .icon-sale::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: red;
  transform: rotate(135deg);
}
#product .item .icon-sale::after {
  z-index: 2;
  content: "Sale";
  position: absolute;
  top: 25%;
  left: 12%;
  color: #ffffff;
  transform: rotate(-10deg);
  font-weight: bold;
}
#product .item .image .slider-for {
  min-height: 12.5rem;
}
#product .item .image .slider-for img {
  margin: 0 auto;
  max-height: 12.5rem;
}
#product .item .image .slider-nav .slick-slide.slick-active {
  opacity: 0.7;
  cursor: pointer;
}
#product .item .image .slider-nav .slick-slide.slick-active.slick-current {
  opacity: 1;
}
#product .item .image .slider-nav .slick-slide.slick-active.slick-current img {
  border: 0.0625rem solid #fab207;
}
#product .item .image .slider-nav img {
  margin: 0 auto;
  width: 3.125rem;
  height: 3.125rem;
}
#product .item .title {
  min-height: 4.063rem;
}
#product .item .button .btn {
  width: 100%;
}
#product .paginate {
  text-align: center;
}
#product .paginate .hidden {
  display: none;
}

/**
*
* Post
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
*
*/
#post-group img {
  max-width: 100%;
}
#post-group .post-list img {
  border: 0.0625rem solid #b8c7ce;
  padding: 0.3125rem;
}
#post-group .post-list .title a:hover {
  color: #fab207;
}
#post-group .post-list .description {
  opacity: 0.5;
}
#post-group .product-list .item img {
  max-width: 90%;
  border: 0.0625rem solid #b8c7ce;
  padding: 0.3125rem;
}

#post-detail .created {
  opacity: 0.5;
}
#post-detail .post-title {
  color: #fab207;
}

.about li {
  margin-left: 2rem;
}

/**
*
* Order
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
*
*/
#order-list .title-custom::after {
  content: "Đơn hàng";
  left: calc(50% - 6.875rem);
}
#order-list [name=order_quantity] {
  width: 5rem;
}
#order-list .order-table {
  max-width: 100%;
  overflow-x: auto;
}
#order-list .order-table table {
  min-width: 500px;
}

#order-checkout .title-custom {
  content: "Thông tin nhận hàng";
  left: calc(50% - 14rem);
}

#customer-form .title-custom::after {
  content: "Tài khoản";
  left: calc(50% - 7rem);
}
#customer-form ul.nav {
  display: inline-block;
  width: 100%;
  border-bottom-width: 0;
}
#customer-form ul.nav li {
  display: inline-block;
}
#customer-form ul.nav li a {
  display: inline-block;
  padding: 0.3125rem 1rem;
  border-radius: 0.3125rem;
}

#customer-confirm .title-custom::after {
  content: "Tài khoản";
  left: calc(50% - 7rem);
}

#customer-forgot-password .title-custom::after {
  content: "Quên mật khẩu";
  left: calc(50% - 11rem);
}

#customer-create-password .title-custom::after {
  content: "Tạo mật khẩu";
  left: calc(50% - 9rem);
}

#search-page .title-custom::after {
  content: "Tìm kiếm";
  left: calc(50% - 6.75rem);
}
#search-page .item .image img {
  border: 0.0625rem solid #b8c7ce;
  padding: 0.3125rem;
  max-width: 100%;
}

/**
*
* Product detail
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
*
*/
#product-detail .bg-light {
  border-radius: 0.3125rem;
}
#product-detail img {
  max-width: 100%;
}
#product-detail .image {
  position: relative;
  z-index: 2;
}
#product-detail .image .slider-for img {
  max-width: 100%;
  margin: 0 auto;
}
#product-detail .image .slider-nav .slick-slide.slick-active {
  opacity: 0.7;
  cursor: pointer;
}
#product-detail .image .slider-nav .slick-slide.slick-active.slick-current {
  opacity: 1;
}
#product-detail .image .slider-nav .slick-slide.slick-active.slick-current img {
  border: 0.0625rem solid #fab207;
}
#product-detail .image .slider-nav img {
  margin: 0 auto;
  width: 3.125rem;
  height: 3.125rem;
}
#product-detail .empty,
#product-detail .shipping {
  position: relative;
}
#product-detail .empty::after,
#product-detail .shipping::after {
  font-size: 5rem;
  font-weight: bold;
  position: absolute;
  left: 8rem;
  top: 5.5rem;
  opacity: 0.1;
  z-index: 1;
  transform: rotate(20deg);
}
#product-detail .icon-sale {
  background: red;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  top: 0rem;
  text-align: center;
  transform: rotate(20deg);
  z-index: 2;
}
#product-detail .icon-sale::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: red;
  transform: rotate(135deg);
}
#product-detail .icon-sale::after {
  z-index: 2;
  content: "Sale";
  position: absolute;
  top: 20%;
  left: 10%;
  color: #ffffff;
  transform: rotate(-10deg);
  font-weight: bold;
}
#product-detail .empty::after {
  content: "Liên hệ";
}
#product-detail .shipping::after {
  content: "Đang về";
}
#product-detail .price {
  font-weight: 700;
}
#product-detail .description .row {
  margin-bottom: 0.3125rem;
}
#product-detail .delivery {
  margin-top: 1rem;
}
#product-detail .delivery .col-3 {
  font-weight: 700;
}
#product-detail .related img {
  max-height: 10rem;
}

/**
*
* Policy
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
*
*/
#policy {
  margin: 1rem 0 2rem 0;
}
#policy .item {
  text-align: center;
  padding: 1rem 0 0.625rem;
  border-radius: 0.3125rem;
}
#policy .item .icon {
  margin: 1rem 0;
  font-size: 3.5rem;
}
#policy .item .content {
  margin-bottom: 1.5rem;
}

/**
*
* Contact
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
*
*/
#contact-page .title-custom::after {
  content: "Liên hệ";
  left: calc(50% - 5rem);
}
#contact-page iframe {
  width: 100%;
  height: 270px;
}

/**
*
* Footer
*
* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*
*
*/
footer {
  padding: 3rem 0;
}
footer .social {
  margin-top: 0.475rem;
}
footer .social a {
  margin-right: 0.625rem;
}
footer .social a img {
  border-radius: 0.3125rem;
}
footer a {
  border-bottom: 0;
}
footer div,
footer a {
  color: #000000;
}
footer li.active a {
  color: #fab207;
}
