@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;600;700&display=swap");
.menuheader ul.navbar-nav {
  flex-direction: row;
  justify-content: space-between; }
  .menuheader ul.navbar-nav li a {
    font-weight: 500; }

.footer-epizza {
  background-color: #2F2F2F;
  font-size: 16px; }
  .footer-epizza a {
    color: #FFFFFF;
    text-decoration: none; }
    .footer-epizza a:hover {
      color: #da3032; }

.hotline_footer span {
  color: #FFFFFF; }

.pager {
  display: flex;
  justify-content: center; }
  .pager a {
    color: #da3032; }
  .pager li.active .page-link {
    background-color: #da3032;
    color: white; }

.btn-primary:hover,
.btn-food:hover {
  background-color: #000 !important;
  color: #FFFFFF !important;
  border: 1px solid #000;
  transition-duration: 0.3s; }

.btn-primary,
.btn-food {
  color: white;
  border: 1px solid #da3032;
  background: #da3032; }

.main-loading {
  min-height: 100vh;
  position: relative; }

#layout-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: visibility ease-out 0.4s;
  visibility: visible;
  z-index: 8;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem; }
  #layout-loading.hiddenLayoutLoad {
    visibility: hidden; }
  #layout-loading .wrapper-epizza-spin {
    display: grid;
    justify-content: center;
    align-content: center;
    position: relative; }
    #layout-loading .wrapper-epizza-spin .spinner-epizza-loading {
      width: 120px;
      height: 120px;
      --b: 4px;
      /* the border thickness */
      aspect-ratio: 1;
      border-radius: 50%;
      padding: 1px;
      background: conic-gradient(#0000 10%, #da3032) content-box;
      -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
      -webkit-mask-composite: destination-in;
      mask-composite: intersect;
      animation: s4 1s infinite steps(10); }
@keyframes s4 {
  to {
    transform: rotate(1turn); } }
    #layout-loading .wrapper-epizza-spin > svg {
      width: 95px;
      height: 95px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%); }

.hidden-loading {
  display: none; }

.footer-icon-mb a {
  padding: 5px; }

.product-sale img {
  margin-top: 7px;
  margin-right: 5px;
  width: 50px;
  height: 30px; }

.product-sale-detail img {
  margin-top: 7px;
  margin-right: 12px;
  width: 50px;
  height: 30px; }

.field--name-field-sale {
  display: none !important; }

[id*="views-form-commerce-cart-form-default"] .delete-order-item i {
  display: none; }
[id*="views-form-commerce-cart-form-default"] .form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px; }
  [id*="views-form-commerce-cart-form-default"] .form-actions button {
    margin-right: 10px; }

.oder > div, .oders > div {
  display: flex;
  align-items: center;
  justify-content: center; }
.oder .attribute-widgets > div, .oders .attribute-widgets > div {
  display: none;
  align-items: center; }
  .oder .attribute-widgets > div select, .oders .attribute-widgets > div select {
    font-size: 14px;
    padding: 5px 2rem 5px 5px; }
  .oder .attribute-widgets > div label, .oders .attribute-widgets > div label {
    margin-right: 10px;
    font-size: 14px; }
.oder .btn-add-cart-icon, .oders .btn-add-cart-icon {
  background-color: unset;
  border-radius: 50%;
  width: 28px;
  padding: 0 !important;
  height: 28px;
  border: 1px solid #da3032 !important; }
  .oder .btn-add-cart-icon:hover, .oders .btn-add-cart-icon:hover {
    background-color: #000 !important; }
    .oder .btn-add-cart-icon:hover i, .oders .btn-add-cart-icon:hover i {
      color: #FFFFFF !important; }
  .oder .btn-add-cart-icon > span, .oders .btn-add-cart-icon > span {
    display: none !important; }
  .oder .btn-add-cart-icon i, .oders .btn-add-cart-icon i {
    color: #da3032;
    font-size: 15px;
    margin-left: 0 !important; }

.oders .attribute-widgets {
  display: none; }

.field--name-body p {
  margin-bottom: 0 !important;
  text-align: justify; }

.btn-add-cart-icon span {
  font-size: 14px; }

.banner-home-page .slide__caption {
  padding: 0 !important; }
.banner-home-page .slick-arrow {
  opacity: 0.5; }
  .banner-home-page .slick-arrow:hover {
    opacity: 1; }
.banner-home-page .slick-next::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(/themes/custom/epizza/image/next-banner.svg) no-repeat 100% 100% !important; }
.banner-home-page .slick-prev::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(/themes/custom/epizza/image/pre-banner.svg) no-repeat 100% 100% !important; }
.banner-home-page .slick-prev {
  left: 10% !important; }
.banner-home-page .slick-next {
  right: 10% !important; }

.node__meta {
  display: none !important; }

.news-related .new-title a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bold; }
.news-related img {
  width: 100%;
  border-radius: 10px; }

/* Phần responsive cho giao diện điện thoại */
@media (max-width: 922px) {
  .footer-epizza .col-3,
  .footer-epizza .col-9 {
    width: 100%; }

  .header-epizza .menu--menu-header {
    right: 0%; }

  #block-cartflyout {
    right: 22%;
    margin: 0 0; }

  .login {
    position: relative;
    right: 14%;
    bottom: 10px; }

  .slick .slick-slide,
  .slick .slick-slide {
    padding-left: 5px;
    padding-right: 5px; }

  .contact-left {
    margin: 1px 1px;
    margin-bottom: 20px; }

  [id*="views-form-commerce-cart-form-default"] {
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */ }
    [id*="views-form-commerce-cart-form-default"] table,
    [id*="views-form-commerce-cart-form-default"] thead,
    [id*="views-form-commerce-cart-form-default"] tbody,
    [id*="views-form-commerce-cart-form-default"] th,
    [id*="views-form-commerce-cart-form-default"] td,
    [id*="views-form-commerce-cart-form-default"] tr {
      display: block; }
    [id*="views-form-commerce-cart-form-default"] thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    [id*="views-form-commerce-cart-form-default"] tr {
      border: 1px solid #ccc; }
    [id*="views-form-commerce-cart-form-default"] td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    [id*="views-form-commerce-cart-form-default"] td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(1):before {
      content: "Sản phẩm"; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(2):before {
      content: "Giá"; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(3):before {
      content: "Số lượng"; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(4):before {
      content: "Xoá"; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(5):before {
      content: "Tổng tiền"; }

  [id*=views-form-commerce-cart-form-default] #edit-coupon-redemption > div {
    width: 65% !important; } }
@media (min-width: 922px) {
  .header-epizza #block-menuheader ul.navbar-nav {
    flex-direction: row; } }
.news-block .slick-news-main .bg-news-gradient {
  background: linear-gradient(180deg, rgba(218, 48, 50, 0) 36.46%, rgba(218, 48, 50, 0.5) 67.71%, #da3032 91.15%); }
.news-block .news-title a {
  text-decoration: none; }
.news-block .news-title .title-news {
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 0.9rem;
  color: #da3032;
  font-weight: 700; }
.news-block .news-title .body-news {
  padding-right: 0.9rem;
  font-size: 14px;
  font-weight: 500; }
.news-block .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px; }
.news-block .news-image-main {
  width: 100%; }
  .news-block .news-image-main img {
    width: 100%;
    height: 100%;
    border-radius: 10px; }
.news-block .slick-news-main .news-title-main {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 100%;
  display: flex;
  text-align: justify;
  justify-content: flex-start;
  padding: 0 2.2rem;
  align-items: flex-end;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0 0 1rem 1rem; }
  .news-block .slick-news-main .news-title-main a {
    margin-bottom: 5px;
    text-decoration: none;
    padding: 0 1rem 0 1rem;
    display: block;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .news-block .slick-news-main .news-title-main a .title-news {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      color: #FFFFFF; }
    .news-block .slick-news-main .news-title-main a .body-news {
      font-size: 16px;
      color: #FFFFFF; }
.news-block .pizzahips-news-feed .slick__arrow {
  display: none; }
.news-block .pizzahips-news-feed .slide__caption {
  padding: 0 !important; }
.news-block .pizzahips-news-feed .slide__link {
  margin: 0 !important; }
.news-block .pizzahips-news-feed .title-news a {
  text-decoration: none;
  padding-right: 0px; }
.news-block .pizzahips-news-feed .slick img {
  border-radius: 10px; }
.news-block .pizzahips-news-feed .news_right {
  padding-bottom: 30px; }
  .news-block .pizzahips-news-feed .news_right a {
    color: #da3032;
    font-weight: 600; }
.news-block .pizzahips-news-feed-main {
  margin-bottom: 50px; }
.news-block .align-items-center h5 {
  color: #da3032; }
.news-block .align-items-center p {
  color: #da3032; }
.news-block .title_right {
  padding-left: 20px; }
  .news-block .title_right .title-news a {
    color: #da3032; }

.bg-product {
  color: #da3032 !important;
  border: 2px solid #da3032; }
  .bg-product .oder span, .bg-product .oders span {
    opacity: 0.6; }
  .bg-product a {
    text-decoration: none;
    color: #da3032; }
  .bg-product:hover .oder span, .bg-product:hover .oders span {
    opacity: 1; }

.title-menu-product {
  color: #da3032;
  border-bottom: 2px solid #da3032;
  display: inline-block; }

.commerceProduct h5 {
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 0 !important;
  padding-top: 1.2rem; }

.menu--menu-product ul {
  flex-direction: row; }
  .menu--menu-product ul li {
    margin-right: 5px; }
    .menu--menu-product ul li a {
      border: 1px solid #da3032;
      padding: 0 15px;
      color: #da3032;
      border-radius: 3px; }
      .menu--menu-product ul li a.is-active, .menu--menu-product ul li a:hover {
        color: white !important;
        background-color: #da3032; }

.background-text-epizza {
  background-color: #2F2F2F; }

.text-epizza {
  color: #FFFFFF; }

.text-epizza-50 {
  border-top: 2px solid;
  color: #FFFFFF; }

.product-item:hover .product-img img {
  transform: scale(1.1);
  transition: transform 0.3s ease; }

.product-img {
  overflow: hidden; }

a.viewMore {
  display: inline-block;
  padding: 5px 20px;
  background: #da3032;
  color: #fff;
  border-radius: 2.3rem;
  letter-spacing: 1px;
  text-decoration: none; }

.oder, .oders {
  padding: 7px 21px;
  text-align: left;
  font-size: 18px; }

.quickMenu li.active a {
  color: inherit;
  border: none; }

.quickMenu li.active a {
  color: #da3032;
  border-bottom: 2px solid;
  font-size: 20px;
  font-family: AvoBold; }

.quickMenu a {
  padding: 0.5rem 1rem;
  padding-left: 0;
  display: flex;
  font-weight: 600;
  margin-right: 5rem;
  color: #292929; }

.title_product {
  padding: 0px 20px;
  color: #da3032; }

.new_product .slide__caption a {
  text-decoration: none;
  color: #FFFFFF; }
  .new_product .slide__caption a i {
    font-size: 18px; }

.deals_days .slide__caption a {
  text-decoration: none;
  color: #FFFFFF; }
  .deals_days .slide__caption a i {
    font-size: 18px; }

.best_seller .slide__caption a {
  text-decoration: none;
  color: #FFFFFF; }
  .best_seller .slide__caption a i {
    font-size: 18px; }

.product-title {
  color: #da3032;
  white-space: nowrap;
  width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-size: 18px; }
  .product-title:hover {
    color: #da3032 !important;
    overflow: visible !important;
    white-space: normal; }

.sale-prices .field--label {
  display: none; }
.sale-prices .sale-price .field--item {
  font-size: 2rem; }
.sale-prices .cost {
  font-size: 1.6rem; }

.header-epizza {
  background-color: #2F2F2F; }
  .header-epizza .menu--menu-header {
    position: relative; }
  .header-epizza #block-menuheader ul.navbar-nav {
    display: flex;
    justify-content: center; }
  .header-epizza #block-menuheader li.nav-item {
    padding: 0 20px; }
    .header-epizza #block-menuheader li.nav-item a {
      text-decoration: none !important;
      color: #FFFFFF !important;
      font-weight: bold; }
      .header-epizza #block-menuheader li.nav-item a:hover {
        border-bottom: 3px solid #da3032;
        padding-bottom: 0; }
      .header-epizza #block-menuheader li.nav-item a:focus {
        background: #2F2F2F;
        color: #FFFFFF; }
  .header-epizza #block-searchform {
    width: 15rem; }
  .header-epizza li.dropdown > .dropdown-menu li.nav-item:hover {
    background-color: #da3032; }
  .header-epizza li.dropdown > .dropdown-menu li.nav-item::after {
    opacity: 1; }
  .header-epizza li.dropdown > .dropdown-menu::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #da3032;
    opacity: 0;
    transition: all 200ms linear; }
  .header-epizza .navbar-nav .dropdown-menu {
    background-color: #2F2F2F; }
    .header-epizza .navbar-nav .dropdown-menu a.dropdown-item:hover {
      background-color: #da3032; }
  .header-epizza #block-menuheader-2 a {
    font-weight: bold; }
    .header-epizza #block-menuheader-2 a:hover {
      color: #da3032; }
  .header-epizza #block-menuheader-2 .dropdown-menu {
    background-color: white !important; }
    .header-epizza #block-menuheader-2 .dropdown-menu a:hover {
      background-color: white !important; }

div#block-cartflyout {
  position: relative; }

.cart-block--summary > a {
  position: relative; }
  .cart-block--summary > a span.cart-block--summary__count {
    background: black;
    color: white;
    padding: 3px;
    border-radius: 100%;
    min-width: 15px;
    overflow: hidden;
    display: inline-block;
    height: 15px;
    font-size: 0.6em;
    position: absolute;
    margin-left: -5px;
    line-height: 10px;
    top: -5px;
    right: -10px;
    text-align: center; }

#search-block-form {
  position: relative; }
  #search-block-form .form-type-search {
    width: 100%; }
  #search-block-form .form-search {
    padding: 3px;
    border-radius: 4px; }
  #search-block-form .form-actions {
    position: absolute;
    right: 0; }
    #search-block-form .form-actions::before {
      content: '';
      width: 30px;
      height: 30px;
      top: 5px;
      background-image: url("../image/search.svg");
      position: absolute;
      background-repeat: no-repeat; }
    #search-block-form .form-actions .form-submit {
      height: 2rem;
      width: 2rem;
      opacity: 0; }

.slick-arrow {
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 42px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  background: transparent; }

.slick-prev {
  left: -30px; }
  .slick-prev::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(../image/Pre.svg) no-repeat 100% 100%; }

.slick-next {
  right: -30px; }
  .slick-next::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/Next.svg) no-repeat 100% 100%; }

#block-useraccountmenu .nav-item a {
  color: #fff; }

.product-detail .field--name-field-price {
  display: none; }
.product-detail .body {
  font-weight: normal; }
.product-detail .layout--onecol {
  display: none; }
.product-detail .field--name-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0;
  font-size: 30px; }
.product-detail .field--name-price {
  display: flex;
  align-items: flex-end !important; }
  .product-detail .field--name-price .field--label {
    text-transform: capitalize;
    margin-bottom: 5px; }
    .product-detail .field--name-price .field--label::after {
      content: ":"; }
  .product-detail .field--name-price .field--item {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding: 0 10px; }
.product-detail .button--add-to-cart {
  background-color: #da3032; }
.product-detail .field {
  padding: 5px 0;
  align-items: center; }
  .product-detail .field .field--label {
    font-weight: bold;
    white-space: nowrap; }
  .product-detail .field .field--item img {
    object-fit: cover;
    aspect-ratio: 1/1; }
.product-detail .field--name-body .field--label {
  display: none; }
.product-detail .field--name-field-product-image .field--label {
  display: none; }
.product-detail .field--name-field-product-variation-image {
  display: none; }
.product-detail .field--name-field-tag {
  display: none; }
.product-detail .field--name-variations .field--item > div {
  display: flex; }
  .product-detail .field--name-variations .field--item > div .attribute-widgets {
    padding-right: 5px; }
  .product-detail .field--name-variations .field--item > div .js-form-item-purchased-entity-attributes-attribute-pizza_size, .product-detail .field--name-variations .field--item > div .js-form-item-purchased-entity-attributes-attribute-flavor {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem; }
    .product-detail .field--name-variations .field--item > div .js-form-item-purchased-entity-attributes-attribute-pizza_size label, .product-detail .field--name-variations .field--item > div .js-form-item-purchased-entity-attributes-attribute-flavor label {
      margin-right: 10px;
      font-weight: bold; }
      .product-detail .field--name-variations .field--item > div .js-form-item-purchased-entity-attributes-attribute-pizza_size label::after, .product-detail .field--name-variations .field--item > div .js-form-item-purchased-entity-attributes-attribute-flavor label::after {
        content: ":"; }

.similar_product a {
  text-decoration: none;
  color: #FFFFFF; }
  .similar_product a i {
    font-size: 14px; }
.similar_product .oder {
  font-size: 13px; }

.news-block .slick-news-main .bg-news-gradient {
  background: linear-gradient(180deg, rgba(218, 48, 50, 0) 36.46%, rgba(218, 48, 50, 0.5) 67.71%, #da3032 91.15%); }
.news-block .news-title a {
  text-decoration: none; }
.news-block .news-title .title-news {
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 0.9rem;
  color: #da3032;
  font-weight: 700; }
.news-block .news-title .body-news {
  padding-right: 0.9rem;
  font-size: 14px;
  font-weight: 500; }
.news-block .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px; }
.news-block .news-image-main {
  width: 100%; }
  .news-block .news-image-main img {
    width: 100%;
    height: 100%;
    border-radius: 10px; }
.news-block .slick-news-main .news-title-main {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 100%;
  display: flex;
  text-align: justify;
  justify-content: flex-start;
  padding: 0 2.2rem;
  align-items: flex-end;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0 0 1rem 1rem; }
  .news-block .slick-news-main .news-title-main a {
    margin-bottom: 5px;
    text-decoration: none;
    padding: 0 1rem 0 1rem;
    display: block;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .news-block .slick-news-main .news-title-main a .title-news {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      color: #FFFFFF; }
    .news-block .slick-news-main .news-title-main a .body-news {
      font-size: 16px;
      color: #FFFFFF; }
.news-block .pizzahips-news-feed .slick__arrow {
  display: none; }
.news-block .pizzahips-news-feed .slide__caption {
  padding: 0 !important; }
.news-block .pizzahips-news-feed .slide__link {
  margin: 0 !important; }
.news-block .pizzahips-news-feed .title-news a {
  text-decoration: none;
  padding-right: 0px; }
.news-block .pizzahips-news-feed .slick img {
  border-radius: 10px; }
.news-block .pizzahips-news-feed .news_right {
  padding-bottom: 30px; }
  .news-block .pizzahips-news-feed .news_right a {
    color: #da3032;
    font-weight: 600; }
.news-block .pizzahips-news-feed-main {
  margin-bottom: 50px; }
.news-block .align-items-center h5 {
  color: #da3032; }
.news-block .align-items-center p {
  color: #da3032; }
.news-block .title_right {
  padding-left: 20px; }
  .news-block .title_right .title-news a {
    color: #da3032; }

.contact-left {
  border: 1px solid;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 0 40px; }

.contact-right {
  border: 1px solid;
  border-radius: 10px;
  height: 600px; }

.logoqr img {
  margin: 10px 85px; }

/* Phần responsive cho giao diện điện thoại */
@media (max-width: 922px) {
  .footer-epizza .col-3,
  .footer-epizza .col-9 {
    width: 100%; }

  .header-epizza .menu--menu-header {
    right: 0%; }

  #block-cartflyout {
    right: 22%;
    margin: 0 0; }

  .login {
    position: relative;
    right: 14%;
    bottom: 10px; }

  .slick .slick-slide,
  .slick .slick-slide {
    padding-left: 5px;
    padding-right: 5px; }

  .contact-left {
    margin: 1px 1px;
    margin-bottom: 20px; }

  [id*="views-form-commerce-cart-form-default"] {
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */ }
    [id*="views-form-commerce-cart-form-default"] table,
    [id*="views-form-commerce-cart-form-default"] thead,
    [id*="views-form-commerce-cart-form-default"] tbody,
    [id*="views-form-commerce-cart-form-default"] th,
    [id*="views-form-commerce-cart-form-default"] td,
    [id*="views-form-commerce-cart-form-default"] tr {
      display: block; }
    [id*="views-form-commerce-cart-form-default"] thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    [id*="views-form-commerce-cart-form-default"] tr {
      border: 1px solid #ccc; }
    [id*="views-form-commerce-cart-form-default"] td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    [id*="views-form-commerce-cart-form-default"] td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(1):before {
      content: "Sản phẩm"; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(2):before {
      content: "Giá"; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(3):before {
      content: "Số lượng"; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(4):before {
      content: "Xoá"; }
    [id*="views-form-commerce-cart-form-default"] td:nth-of-type(5):before {
      content: "Tổng tiền"; }

  [id*=views-form-commerce-cart-form-default] #edit-coupon-redemption > div {
    width: 65% !important; } }
@media (min-width: 922px) {
  .header-epizza #block-menuheader ul.navbar-nav {
    flex-direction: row; } }
.user-login-form #edit-actions,
.form-login #edit-actions {
  text-align: center; }
  .user-login-form #edit-actions button,
  .form-login #edit-actions button {
    color: #FFFFFF;
    border: 1px solid #da3032;
    border-radius: 2rem !important;
    background: #da3032; }
.user-login-form .description,
.form-login .description {
  display: none; }
.user-login-form .user-pass p,
.form-login .user-pass p {
  display: none; }

.login-epizza-form .text-color-login {
  color: #2F2F2F;
  text-decoration: none; }
.login-epizza-form .user-pass p {
  display: none; }

.col-12.col-lg-12.phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.cart-offcanvas {
  margin-top: 80px;
  width: 100%;
  padding: 0 !important;
  height: 80vh;
  margin-right: 3px;
  min-height: unset;
  overflow-y: scroll;
  max-width: 400px; }
  .cart-offcanvas .cart--cart-offcanvas {
    padding: 1rem; }
    .cart-offcanvas .cart--cart-offcanvas .subtitle.d-inline {
      font-size: 1rem;
      font-weight: 400; }
    .cart-offcanvas .cart--cart-offcanvas .cart-item-block img.cart-block--offcanvas-cart-table__image {
      flex: 1;
      border: 1px solid lightgray;
      max-height: 150px;
      max-width: 80px;
      object-fit: contain; }
    .cart-offcanvas .cart--cart-offcanvas .cart-item-block .cart-block--offcanvas-cart-table__title {
      flex: 3;
      margin: 0 1em;
      flex-direction: column;
      justify-content: space-between; }
    .cart-offcanvas .cart--cart-offcanvas .cart-item-block span.quantity-text {
      font-size: 0.9em;
      color: gray;
      margin-top: 20px;
      display: block; }
    .cart-offcanvas .cart--cart-offcanvas .cart-item-block .quantity-input-wrapper {
      width: 130px; }
  .cart-offcanvas .cart--cart-offcanvas-footer {
    background: #F1F1F1;
    padding: 1em 3em; }

.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 2rem; }
  .progressbar .progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 100%;
    z-index: 1;
    background-color: #C9C9CA;
    transition: 0.3s; }
  .progressbar #progress-done {
    background: #7CAB41;
    width: calc(13% + 17px); }
  .progressbar .progress-step-active {
    background-color: #000 !important;
    color: #928C6F; }
  .progressbar .progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #C9C9CA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute; }
  .progressbar .step-1 {
    left: calc(13% - 17px);
    top: -17px; }
  .progressbar .step-2 {
    left: calc(50% - 17px);
    top: -17px; }
  .progressbar .step-3 {
    right: calc(13% - 17px);
    top: -17px; }

.reservation-header-progress #progress-done {
  width: 50%; }
.reservation-header-progress .step-1 {
  background: #7CAB41; }

.billing-information-header-progress #progress-done {
  width: 85%; }
.billing-information-header-progress .step-1,
.billing-information-header-progress .step-2 {
  background: #7CAB41;
  color: #928C6F; }

.cart-button [id*="views-form-commerce-cart-form-default"] #edit-actions {
  display: flex;
  justify-content: center; }
.cart-button [id*="views-form-commerce-cart-form-default"] #edit-submit,
.cart-button [id*="views-form-commerce-cart-form-default"] #edit-checkout,
.cart-button [id*="views-form-commerce-cart-form-default"] [id*="edit-remove-button"] {
  color: #FFFFFF;
  border: 1px solid #da3032;
  background: #da3032; }

.cart-checkout-button #edit-billing-information-profile-edit-button,
.cart-checkout-button #edit-actions-next {
  color: #FFFFFF;
  background: #da3032; }
.cart-checkout-button #edit-actions {
  display: flex;
  justify-content: center; }
.cart-checkout-button .link--previous {
  color: #da3032;
  text-decoration: none; }
.cart-checkout-button .fieldset-legend > a {
  color: #FFFFFF;
  text-decoration: none; }
.cart-checkout-button .layout-region-checkout-footer #edit-actions > a {
  display: none; }
.cart-checkout-button .layout-region-checkout-main {
  text-align: center; }
.cart-checkout-button .field--name-product-id > a {
  display: none; }

#edit-actions-next:hover,
#edit-billing-information-profile-edit-button:hover,
#edit-submit:hover,
#edit-checkout:hover {
  background-color: #2F2F2F;
  color: #FFFFFF;
  border: 1px solid #2F2F2F;
  transition-duration: 0.3s; }

.cart-header-button a,
.reservation-header-button a,
.billingin-formation-header-button a {
  color: #928C6F;
  border: 1px solid #928C6F;
  border-radius: 50rem !important;
  background: #198754; }

[id*="block-ordersummary"] table tr td .field.field--name-product-id.field--type-entity-reference.field--label-hidden.field--item {
  display: none; }

.qr-product {
  display: flex;
  /*Prevent text selection*/ }
  .qr-product .product-img {
    overflow: unset !important; }
    .qr-product .product-img img {
      max-width: 80px;
      max-height: 150px;
      object-fit: contain; }
  .qr-product .product-info {
    padding-left: 1rem; }
  .qr-product .price-size {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .qr-product .qty {
    display: flex;
    align-items: center;
    justify-content: center; }
    .qr-product .qty .count {
      color: #1B3D6E;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 700;
      padding: 0 2px;
      min-width: 35px;
      text-align: center; }
    .qr-product .qty .plus {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      color: white;
      width: 25px;
      height: 25px;
      font: 25px/1 Arial,sans-serif;
      text-align: center;
      border-radius: 50%; }
    .qr-product .qty .minus {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      color: white;
      width: 25px;
      height: 25px;
      font: 25px/1 Arial,sans-serif;
      text-align: center;
      border-radius: 50%;
      background-clip: padding-box; }
  .qr-product div {
    text-align: center; }
  .qr-product span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .qr-product input {
    border: 0;
    width: 2%; }
  .qr-product input::-webkit-outer-spin-button,
  .qr-product input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qr-product input:disabled {
    background-color: white; }

[id*="views-form-commerce-cart-form-default"] #edit-coupon-redemption {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px; }
  [id*="views-form-commerce-cart-form-default"] #edit-coupon-redemption > div {
    width: 48%; }
    [id*="views-form-commerce-cart-form-default"] #edit-coupon-redemption > div > label {
      display: none; }
    [id*="views-form-commerce-cart-form-default"] #edit-coupon-redemption > div > h3 {
      display: none; }
  [id*="views-form-commerce-cart-form-default"] #edit-coupon-redemption > button {
    margin-left: 5px;
    margin-bottom: 5px; }

body {
  font-family: 'Roboto'; }

.button-main {
  background: #f2f4f8; }
  .button-main .field--item a {
    color: #FFFFFF;
    width: 270px;
    background: #da3032;
    margin-right: 1.5rem;
    padding: 8px !important; }
    .button-main .field--item a span {
      font-size: 1.25rem;
      margin-left: 1rem;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }

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