.rating {
  position: relative;
  line-height: 1;
  display: inline-block;
  color: #ffc60a;
}

.rating--active {
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
  color: #ffc60a;
  overflow: hidden;
}

.pagination-banner__prd {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  z-index: 1;
}

.pagination-banner__prd .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #888888 !important;
}

.pagination-banner__prd .swiper-pagination-bullet-active {
  background: #ed3237 !important;
}

.sidebar-product .item-sidebar__product {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  
}
.sidebar-product .item-sidebar__product .content-sidebar__product{
  padding: 1rem;
}


.sidebar-product .item-sidebar__product:not(:last-child) {
  margin-bottom: 2rem;
}

.sidebar-product .item-sidebar__product .title {
  position: relative;
  padding: 15px;
  background: #F5F5F5;
  border-bottom: 2px solid #C90000;
}

/* .sidebar-product .item-sidebar__product .title::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: inherit;
}

.sidebar-product .item-sidebar__product .title::after {
  content: "";
  width: 70%;
  height: 2px;
  background: #ed3237;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
} */

.sidebar-product .item-sidebar__product .space {
  margin: 0 5px;
  display: inline-block;
}

.sidebar-product .item-sidebar__product .form-control {
  height: 2rem;
  font-size: 0.875rem;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
}

.sidebar-product .check-all input:checked~.text::after {
  display: block;
}

.sidebar-product .check-all .text {
  position: relative;
  padding: 0.5rem 0 0.5rem 2rem;
}

.sidebar-product .check-all .text::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: absolute;
  top: 13px;
  left: 10px;
}

.sidebar-product .check-all .text::after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid red;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 15px;
  display: none;
  z-index: 1;
}

.quanty {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 8.125rem;
  background: #ffffff;
  border: 0.8px solid #ebebeb;
  border-radius: 5px;
  height: 2.5rem;
}

.quanty input {
  border: none;
  background: none;
  width: 33%;
  text-align: center;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.quanty .value-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-product__category .module-content .select-2,
.section-product__category .module-content .form-control {
  background: #ffffff;
  border: 1px solid #dcddde;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  width: 100%;
  font-size: 0.875rem;
  color: #333;
  height: 2.1875rem;
}

.section-product__category .module-content .wrapper-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 12.5rem;
}

.section-product__category .module-content .wrapper-form i {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-product__category .module-content .form-search__prd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-product__category .module-content .form-search__prd .btn-search {
  position: absolute;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 100%;
  background: #ed3237;
  color: #fff;
  outline: none;
  border: 1px solid #ed3237;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.section-product__category .module-content .form-search__prd .btn-search:hover {
  background: #a7191d;
  border: 1px solid #a7191d;
}

.section-product__category .row-prd-all .item-product__all .button-like .text {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
}

.section-product__category .s-content {
  color: #555;
  font-size: 0.875rem;
}

.content-intro__category {
  position: relative;
}

.content-intro__category.hidden,
.specification.hidden {
  max-height: 25rem;
  overflow: hidden;
}

.content-intro__category.hidden~.show-content__detail,
.specification.hidden~.show-content-specification {
  display: block;
}

.content-intro__category.hidden::before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50.52%, rgba(255, 255, 255, 0.505208)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.505208) 50.52%, #ffffff 100%);
  z-index: 1;
}

.content-intro__category.show {
  max-height: unset;
  overflow: unset;
}

.content-intro__category.show::before {
  display: none;
}

.show-content__detail {
  display: none;
}

.product-watched .title-all {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
}

.slide-product__watched {}

.slide-product__watched .swiper-wrapper {}

.slide-product__watched .swiper-slide {
  height: auto;
}

.slide-prd-main {
  background: #ffffff;
  border: 1px solid #484954;
  border-radius: 5px;
  margin-bottom: 0.625rem;
}

.slide-prd-main .image {
  position: relative;
  padding-top: 106%;
  overflow: hidden;
}

.slide-prd-main .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.slide-prd-main .promotion {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  background: #ed3237;
  z-index: 1;
  padding: 0.3125rem 2.1875rem 0.3125rem 0.625rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 0% 50%);
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 0% 50%);
  z-index: 2;
}

.slide-prd-main .promotion .time span {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.4375rem;
  height: 1.4375rem;
  padding: 0 2px;
}

.slide-prd-main .promotion .time span:not(:last-child) {
  margin-right: 0.5rem;
}

.slide-product__thumb {
  margin-bottom: 2rem;
}

.section-product__detail .btn-circle__all {
  width: 25px;
  height: 25px;
}

.section-product__detail .btn-circle__all i {
  font-size: 1rem;
  top: 4px;
  left: 11px;
}

.slide-product__thumb .swiper-slide-thumb-active .image {
  border: 1px solid #ed3237;
}

.slide-product__thumb {
  max-height: unset !important;
}

.slide-product__thumb .image {
  position: relative;
  padding-top: 100%;
  border: 1px solid transparent;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  max-width: 3.75rem;
}

.slide-product__thumb .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.slide-product__thumb .btn-circle__all {
  width: 1.5625rem;
  height: 1.5625rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  background: rgba(255, 255, 255, 0.5);
}

.slide-product__thumb .btn-circle__prev {
  left: 0;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.slide-product__thumb .btn-circle__next {
  right: 0;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.list-social__product li {
  margin: 0 4px;
}

.list-social__product li a {
  display: block;
}

.list-social__product li .favorite_product {
  width: 2.5rem;
  height: 2.5rem;
}

.list-social__product li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-social__product li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.module__detail .list-status__detail {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ebebeb;
}

.module__detail .list-status__detail li strong {
  font-family: "Hel_Bold", sans-serif;
  color: #313131;

}

.module__detail .list-status__detail li:not(:last-child) {
  margin-right: 0.8125rem;
  padding-right: 0.8125rem;
  border-right: 1px solid #ebebeb;
}

.module__detail .list-status__detail li:nth-child(2) {
  display: flex;
  align-items: center;
}

.module__detail .price-product .price {
  color: #333;
}

.module__detail .sub-price {
  background: #f5f5f5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 1.125rem;
}

.module__detail .text-category:not(:last-child) {
  margin-right: 3.125rem;
}

.module__detail .text-category:last-child {
  flex-shrink: 0;
}

.module__detail .info-sale {
  background: #ffffff;
  border: 1px dashed #ed3237;
  border-radius: 5px;
  overflow: hidden;
}

.module__detail .info-sale .head {
  padding: 0.5rem 0.625rem 0.5rem 4rem;
  background: rgba(237, 50, 55, 0.05);
  position: relative;
  display: flex;
  align-items: center;
}

.module__detail .info-sale .head::before {
  content: "";
  width: 3.25rem;
  height: 2.25rem;
  background-image: url(../images/icon-sale.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 0;
}

.module__detail .info-sale ul {
  padding: 0.625rem 0.625rem 1.25rem 0.625rem;
}

.module__detail .info-sale ul li {
  position: relative;
  font-size: 0.75rem;
  padding-left: 0.9375rem;
}

.module__detail .info-sale ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background: #ed3237;
  position: absolute;
  top: 6px;
  left: 0;
}

.module__detail .info-sale ul li strong {
  color: #ed3237;
  font-family: "Hel_Bold", sans-serif;
}

.module__detail .info-sale ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.module__detail .col {
  padding: 0 4px;
}

.module__detail .row {
  margin: 0 -4px;
}

.module__detail .item-product__group input:checked~.content::before {
  background: #ed3237;
  border: 1px solid #ed3237;
}

.module__detail .item-product__group .content {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0.5rem;
  position: relative;
  padding-left: 1.75rem;
}

.module__detail .item-product__group .content::before {
  content: "";
  background: #ffffff;
  border: 1px solid #ebebeb;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 8px;
}

.module__detail .check-propertis .title {
  flex: 0 0 15%;
}

.module__detail .check-propertis ul li input:checked~.content {
  border: 1px solid #ed3237;
}

.module__detail .check-propertis ul li input:checked~.content .price {
  color: #ed3237;
}

.module__detail .check-propertis ul li .content {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0.5rem;
  min-width: 6.5rem;
  margin: 0 4px;
}

.module__detail .check-propertis ul li .content img {
  width: 1.5rem;
  height: 1.5rem;
}

.module__detail .transport .title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.module__detail .transport .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 1.875rem;
}

.module__detail .transport .content::before {
  content: "";
  width: 1.3125rem;
  height: 0.9375rem;
  background-image: url(../images/icon-car.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}

.module__detail .transport .content .item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.module__detail .transport .content .item .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
}

.module__detail .transport .content .item .wrapper-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.module__detail .transport .content .item .wrapper-form .select-2 {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  min-height: 1.5625rem;
  height: unset;
  font-size: 0.75rem;
  color: #333;
  padding: 0.3125rem 0.625rem;
}

.module__detail .transport .content .item .wrapper-form i {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.module__detail .list-button .btn-border__red {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 2.5rem;
}

.module__detail .list-button .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.9375rem;
}

.module__detail .btn {
  height: 2.5rem;
}

.item-sidebar__productDetail {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  overflow: hidden;
}

.item-sidebar__productDetail:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.item-sidebar__productDetail:not(:last-child) .title {
  text-align: center;
  background: rgba(237, 50, 55, 0.05);
}

.item-sidebar__productDetail .title {
  padding: 0.625rem;
  font-size: 1rem;
}

.item-sidebar__productDetail ul li {
  padding: 0.5rem;
  font-size: 0.875rem;
  position: relative;
  padding-left: 2.1875rem;
}

.item-sidebar__productDetail ul li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/check-red.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 8px;
}

.btn-rec__slide {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 1.25rem;
  height: 2.3125rem;
  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;
  background: #ffffff;
  -webkit-box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px 5px 5px 0px;
}

.product-sidebar__prev {
  left: 6px;
}

.product-sidebar__next {
  right: 6px;
}

.module-product__detail {
  padding: 2rem 0;
  border-top: 1px solid #ebebeb;
}

.module-product__detail .title-all {
  text-transform: initial;
  font-size: 1.25rem;
}

.module-product__detail .boxContent-category {
  padding: 0;
  margin: 0;
  overflow: unset;
}

.module-product__detail .boxContent-category .swiper-container {
  overflow: hidden;
}

.module-product__detail .boxContent-category .item-product__all:hover {
  box-shadow: unset;
}

.module-product__detail .form-pay {
  width: 100%;
}

.module-product__detail.bd-none {
  border-top: none;
}

.module-product__detail .title-all.br-b {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
}

.module-product__detail .time-deal-shock {
  background: #ed3237;
  padding: 2px 9px;
  border-radius: 3px;
  margin-left: 2.1875rem;
  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;
  min-width: 5.625rem;
}

#param-tab .nav-item:not(:last-child) {
  margin-right: 10.625rem;
}

#param-tab .nav-item .nav-link {
  padding: 0;
  border: none;
  background: none;
  color: #888888;
  font-family: "Hel_Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#param-tab .nav-item .nav-link.active,
#param-tab .nav-item .nav-link:hover {
  color: #313131;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#param-tabContent .prd-desc ul {
  color: #484954;
}

#param-tabContent .prd-desc ul li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.selling-products .title {
  padding-bottom: 0.5rem;
  position: relative;
}

.selling-products .title::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  z-index: inherit;
}

.selling-products .title::before {
  content: "";
  width: 70%;
  height: 2px;
  background: #ed3237;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.item-product__selling {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ebebeb;
}

.item-product__selling .img {
  width: 5.75rem;
  height: 5.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.item-product__selling .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.item-product__selling .ct-text {
  padding-left: 0.625rem;
}

.item-product__selling .ct-text .price {
  color: #ed3237;
}

.item-product__selling .ct-text .price-sale {
  color: #b7b7c7;
}

.slide-image__product .img {
  position: relative;
  padding-top: 76%;
}

.slide-image__product .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-video__product .img {
  position: relative;
  padding-top: 75%;
}

.item-video__product .img::before {
  content: "";
  width: 2.625rem;
  height: 1.75rem;
  background-image: url(../images/play-ytb-slide.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.item-video__product .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.choose-color__detail {
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 1.25rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.choose-color__detail .content {
  min-width: 25rem;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 2.5rem 1.5625rem;
}

.choose-color__detail .content::before {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  bottom: 90%;
  background: #fff;
  left: 50%;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(-45deg);
  transform: translateX(-50%) translateY(50%) rotate(-45deg);
}

.choose-color__detail .content .list-color {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.choose-color__detail .content .list-color li {
  margin-bottom: 1.5rem;
}

.choose-color__detail .content .list-color li:not(:last-child) {
  margin-right: 15px;
}

.choose-color__detail .content .list-color li input:checked~.color {
  border: 1px solid #ed3237;
  color: #ed3237;
}

.choose-color__detail .content .list-color li .color {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  display: block;
  padding: 0.375rem 1.875rem;
  min-width: 6.25rem;
  text-align: center;
}

.slide-buy__together .swiper-slide {
  height: auto;
}

.slide-buy__together__dealshock .swiper-slide {
  height: auto;
}

.slide-buy__together__dealshock .swiper-slide:not(:last-child)::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -44px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.btn-advise {
  position: fixed;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 2.625rem !important;
  z-index: 10;
}

.btn-advise::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/head.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-register .modal-dialog {
  max-width: 42.5rem;
}

.modal-register .modal-body {
  padding: 3.75rem 6.25rem;
}

.modal-register .form-group__admin .text {
  margin-bottom: 0.3125rem;
}

.modal-register .form-control,
.modal-register .select-2 {
  height: 2.5rem;
}

.modal-register .form-control:focus,
.modal-register .select-2:focus {
  border: 1px solid #ed3237;
}

.modal-register .select-2 {
  width: 100%;
}

.slide-product__sidebar .item-product__all:hover {
  box-shadow: unset;
}

.product-watched .title-all {
  text-transform: initial;
}

.section-product__detail .item-product__group {
  height: 100%;
}

.section-product__detail .item-product__group .content {
  height: 100%;
}

.module__detail .transport .content .item .wrapper-form {
  justify-content: space-between;
}

.box_province {
  position: relative;
  margin-bottom: 10px;
  width: 48% !important;
}

.box_district {
  position: relative;
  width: 48% !important;

}

.wrapper-select-prd .select-properties-prd {
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  font-size: 14px;
  color: #555555;
  padding-right: 15px;
  height: auto;
}

.wrapper-select-prd i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.slide-buy__together {
  overflow: unset;
}

.prd-desc.hidden {
  max-height: 350px;
  overflow: hidden;
  position: relative;
  display: block !important;
}

.prd-desc.show {
  max-height: unset;
  overflow: unset;
}

.prd-desc.show::before {
  display: none;
}

.prd-desc.hidden::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 64.86%, #FFFFFF 100%);
}

.prd-desc.hidden~.show-info-prd-detail {
  display: inline-block !important;
}

.show-info-prd-detail {
  display: none !important;
  cursor: pointer;
  text-decoration: underline !important;
  color: #ed3237;
  border: 1px solid #ed3237 !important;
  transition: 0.3s;
}

.show-info-prd-detail:hover {
  background: #fff;
  color: #ed3237;
}

#properties {
  position: fixed;
  z-index: 1;
}

#properties .choose-color__detail {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: unset;
  pointer-events: all;
}

#properties .choose-color__detail .close-choose-properties {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}

#properties .choose-color__detail .close-choose-properties::before,
#properties .choose-color__detail .close-choose-properties::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
}

#properties .choose-color__detail .close-choose-properties::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#properties .choose-color__detail .close-choose-properties::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pagination-slide-prd-detail {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: fit-content;
  justify-content: flex-end;
  white-space: nowrap;
  z-index: 1;
  left: unset;
}

.specification {
  border: none !important;
}

.specification.hidden {
  max-height: 350px;
  overflow: hidden;
  position: relative;
  display: block !important;
}

.specification.hidden::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 64.86%, #FFFFFF 100%);
}
.specification.hidden.show::after{
  display: none;
}

.specification.hidden.show {
  max-height: unset;
  overflow: unset;
}

.specification.hidden~.show-content-specification {
  display: flex;
}

.show-content-specification {
  padding: 5px 10px;
  background: #ed3237;
  color: #fff;
  border-radius: 5px;
  display: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  border: none;
}

.boxContent-form-product {
  margin-top: auto;
}

.slide-video__product .item-video__product {
  max-width: 212px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:1599px) {
  #param-tab .nav-item .nav-link {
    font-size: 1rem;
  }

  .choose-color__detail .content {
    min-width: 18.75rem;
  }
}

@media (max-width: 1199px) {
  .btn-advise {
    transform: translateY(-50%) rotate(90deg);
    padding-left: 1.25rem !important;
    top: 65%;
    right: -61px;
  }

  .btn-advise::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .sidebar-product {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 21.875rem;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 99999999999;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .sidebar-product.show {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .sidebar-product .item-sidebar__product {
    border: none;
    margin-bottom: 0 !important;
    border-radius: 0;
  }

  .sidebar-product .item-sidebar__product:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }

  .sidebar-product .form-button__mobile {
    margin-bottom: 0;
    position: fixed;
    z-index: 999999999;
    bottom: 0;
    width: 450px;
    left: -100%;
    right: 0;
    padding-bottom: 15px;
    background-color: #fff;
  }
  .sidebar-product .item-sidebar__product.last{
    padding-bottom: 45px;
  }

  .sidebar-product .form-button__mobile .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border-radius: 0;
    -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1) !important;
  }

  .show-form__filter {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/icon-filter.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-prd-main .image {
    padding-top: 100%;
  }

  .sidebar-product .item-sidebar__product .title {
    padding-bottom: 0;
  }

  .sidebar-product .item-sidebar__product .title::before,
  .sidebar-product .item-sidebar__product .title::after {
    display: none;
  }

  .header-filter__mb {
    padding: 1rem;
    background: #f5f5f5;
  }

  .section-product__detail .module__detail {
    margin-top: 1.25rem;
  }

  .prd-desc.hidden~.show-info-prd-detail {
    display: block !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .btn-advise {
    right: -50px;
  }

  .module__detail .price-product .price {
    font-size: 1.25rem;
  }

  .section-product__detail .mb-35 {
    margin-bottom: 1.25rem;
  }

  #param-tab .nav-item:not(:last-child) {
    margin-right: 1.875rem;
  }

  #param-tab .nav-item .nav-link {
    font-size: 1rem;
  }

  .modal-register .modal-body {
    padding: 1.875rem;
  }
}

@media (max-width: 575px) {
  
  .fab-wrapper {
    bottom: 65px;
}
  .btn-compare {
    margin-left: 0 !important;
    margin-top: 0.625rem;
  }

  .module__detail .list-status__detail li {
    font-size: 0.75rem;
    padding-right: 0 !important;
    border-right: none !important;
  }

  .module__detail .transport .content {
    padding-left: 0;
  }

  .module__detail .transport .content::before {
    display: none;
  }

  .module__detail .list-button .text {
    display: none;
  }

  .slide-buy__together__dealshock .swiper-slide::before {
    display: none;
  }

  .sidebar-product.show {
    max-width: 80%;
  }

  .transport {
    display: block !important;
  }

  .transport .title {
    margin-bottom: 10px !important;
    margin-right: 0;
  }

  .prd-desc.hidden~.show-info-prd-detail {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  .form-quanty__mobile {
    flex: 0 0 100%;
  }
  .item-product__all{
    max-width: 100%;
  }


}
.slide-product__sidebar .item-product__all .img {
      padding-top: 60%;
}
.sidebar-product .form-button__mobile{
  transition: 0.3s;
}
.sidebar-product .form-button__mobile.show{
  left: 0;
}
@media all and (max-width: 450px){
  .sidebar-product .form-button__mobile{
    width: 330px;
  }
}
@media all and (max-width: 400px){
  .sidebar-product .form-button__mobile{
    width: 295px;
  }
}