.slide-header__top {

  padding: 0.9375rem 0 0.875rem 0;

}

.slide-header__top .btn-arrow__all::after {

  content: none;

}

.slide-header__top .btn-arrow__all {

  width: 30px;

  height: 40px;

  justify-content: center;

  font-size: 2.5rem;

  color: #252525;

}



.section-banner__pages img {

	width: 100%;

	max-height: 500px;

}

.main-breadcrumb ul {

	margin-bottom: 0;

	padding: 1.125rem 0 0 0;

	background-color: transparent;

}

.main-breadcrumb ul li::after {

	content: '/';

    font-family: "FontAwesome";

    margin: 0 0.3125rem;

}

.main-breadcrumb ul li a {

	color: #000000;

	font-size: 0.938rem;

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-ms-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out;

}

.main-breadcrumb ul li a:hover {

	color: #dc3545;

}

.main-breadcrumb ul li:last-child a {

	color: #dc3545;

	pointer-events: none;

}

.main-breadcrumb ul li:last-child::after {

	opacity: 0;

}

.header .header-nav .menu ul li.active > a {

  color: #f77038;

}

.table-cart table {

	width: 100%;

    border: 1px solid #ebebeb;

    border-collapse: collapse;

}

.table-cart table thead tr {

	align-items: center;

    background-color: #ffff;

    text-align: center;

    border-bottom: 1px solid #ebebeb;

    font-size: 1rem;

    text-transform: uppercase;

}

.table-cart table tbody tr {

    border-bottom: solid 1px #EBEBEB;

}

.table-cart table td {

    border: 0px;

    padding: 25px 20px;

    text-align: center;

    vertical-align: top;

}

.table-cart table td .info-product .img-prd {

	width: 180px;

}

.table-cart table td .info-product .img-prd img {

	max-width: 180px;

	width: 100%;

	max-height: 200px;

	object-fit: contain;

}	

.table-cart table td .info-product .cart-content {

	width: calc(100% - 200px);

	padding-left: 20px;

}

.table-cart table td .product-many {

    max-width: 125px;

    margin-left: auto;

    margin-right: auto;

}

.product-many .form-group {

    display: flex;

    align-items: center;

    margin: 0px;

    width: fit-content;

    border: solid 1px #d9d9d9;

    border-radius: 1000px;

    height: 35px;

    overflow: hidden;

    padding: 5px;

    font-size: 14px;

}

.product-many .value-button {

    line-height: 0;

    font-size: 24px;

    color: black;

    align-items: center;

    display: flex;

    justify-content: center;

    background-color: white;

    margin: 0px;

    height: 100%;

    padding: 10px;

    min-width: 20%;

    text-align: center;

    vertical-align: middle;

    -webkit-touch-callout: none !important;

    -webkit-user-select: none !important;

    user-select: none !important;

}

.product-many .down-btns {

    border-right: solid 1px #d9d9d9;

    justify-content: flex-end;

    color: #888888;

}

.product-many .up-btns {

    border-left: solid 1px #d9d9d9;

    justify-content: flex-start;

    color: #888888;

}

.product-many .form-group input {

    width: 100%;

    text-align: center;

    border: solid 1px transparent;

    color: #555;

    flex: 1;

}

.delete-carts__items, .product-many .up-btns {

    cursor: pointer;

    transition: all 0.3s;

}

.delete-carts__items:hover, .delete-carts__items:focus {

    transform: scale(1.2);

}

.btn-set {

    background: #FFFFFF;

    height: 2.875rem;

    font-size: 1rem;

    border: 1px solid #EBEBEB;

    box-sizing: border-box;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    padding-left: 1.4375rem;

    padding-right: 1.4375rem;

}

.box-card {

    margin-left: auto;

    background: #F9F9F9;

    padding: 1.5rem 1.5rem;

}

.box-card {

    max-width: 339px;

}

.box-card .item_total {

    font-size: 1.125rem;

    color: #484954;

    font-weight: 600;

    margin-bottom: 1.375rem;

}

.box-card .item_arena {

    display: flex;

    justify-content: space-between;

    margin-bottom: 1rem;

    color: #555555;

    font-size: 1rem;

}

.box-card .btn-set {

    display: flex;

    justify-content: center;

    align-items: center;

    color: #ffffff;

    background-color: #000000;

    width: 100%;

    margin: 0 auto;

}





.section-cart .item-cart {

  padding: 0.9375rem 0;

 /* border-top: 1px solid #ccc;

  border-bottom: 1px solid #ccc;*/

}

.section-cart .item-cart .img-prd {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 28%;

          flex: 0 0 28%;

}

.section-cart .item-cart .ct-text {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  height: 100%;

}

.section-cart .item-cart .ct-text .cart-content .item {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 50%;

          flex: 0 0 50%;

}

.section-cart .item-cart .ct-text .module-price {

  gap: 0.625rem;

}

.section-cart .item-cart .ct-text .module-price .quanty {

  height: 2.1875rem;

  border: 1px solid #dfdfdf;

  min-width: 5.625rem;

}

.section-cart .item-cart .ct-text .module-price .quanty .value-button {

  -webkit-box-flex: 0;

      -ms-flex: 0 0 1.875rem;

          flex: 0 0 1.875rem;

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  color: #dfdfdf;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  cursor: pointer;

}

.section-cart .item-cart .ct-text .module-price .quanty input {

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;

  max-width: 1.875rem;

  height: 100%;

  border: none;

}

.section-cart .item-cart .ct-text .form-action {

  margin-top: auto;

}

.section-cart .item-cart .btn-border__gray {

  text-transform: inherit;

  font-size: 0.875rem;

  min-height: 2.1875rem;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  margin-left: auto;

  margin-right: 5.375rem;

}

.section-cart .item-cart .close-cart-item {

  display: block;

  width: 2.1875rem;

  height: 2.1875rem;

  position: relative;

  cursor: pointer;

}

.section-cart .item-cart .close-cart-item::before, .section-cart .item-cart .close-cart-item::after {

  content: "";

  width: 1px;

  height: 1.375rem;

  background: #f0f0f0;

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: inherit;

}

.section-cart .item-cart .close-cart-item::before {

  -webkit-transform: translate(-50%, -50%) rotate(45deg);

          transform: translate(-50%, -50%) rotate(45deg);

}

.section-cart .item-cart .close-cart-item::after {

  -webkit-transform: translate(-50%, -50%) rotate(-45deg);

          transform: translate(-50%, -50%) rotate(-45deg);

}

.section-cart .item-cart .form-action {

  width: 50%;

  margin-left: auto;

  margin-right: 0;

}

.section-cart .sidebar_cart {

  overflow: hidden;

}

.form-control:focus {

  box-shadow: none;

}

#form-sendmail-footer .btn-search:hover {

  color: #fff;

  background-color: #f77038;

}

.validate_error {

  position: relative;

  padding: 4px 5px 2px 5px;

  font-size: 0.875rem;

  line-height: 1.4;

  color: #fff !important;

  background-color: #ff0000;

  z-index: 100;

}

.form-infomation label {
  font-size: 0.875rem;
}
.form-infomation label span {
  color: #dc3545;
}

.page-review .title-tab-review .nav-item .nav-link {
  color: #313131;
  font-size: 1.75rem;
  line-height: 1.4;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #313131;
}
.page-review .title-tab-review .nav-item .nav-link.active {
  color: #f77038;
  border-bottom-color: #f77038;
}
.page-review .name-cate {
  font-size: 1.5rem;
  color: #313131;
}
.page-review .name-cate:hover {
  color: #f77038;
}
.page-review .item-review .image img {
  width: 100%;
  max-height: 357px;
}
.item-product__all .title {
  min-height: 48px;
}