.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;
     padding: 1rem;
}
.sidebar-product .item-sidebar__product:not(:last-child) {
     margin-bottom: 2rem;
}
.sidebar-product .item-sidebar__product .title {
     position: relative;
     padding-bottom: 1rem;
}
.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: 11px;
     left: 0;
}
.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: 6px;
     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 {
     width: 100%;
}
.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-radius: 5px;
     margin-bottom: 0.625rem;
}
.slide-prd-main .image {
     position: relative;
     padding-top: 100%;
     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;
     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;
}
.slide-product__thumb .swiper-slide-thumb-active .image {
     border: 1px solid #004B92;
}
.slide-product__thumb {
     max-height: unset !important;
}
.slide-product__thumb .image {
     position: relative;
     cursor: pointer;
     padding-top: 86%;
     padding-right: 95%;
     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: cover;
     object-fit: cover;
}
.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: #ed3237;
}
.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;
}
.info-sale {
     padding: 0.75rem;
     background: #ffffff;
     border: 1px solid #F5DC6C;
     border-radius: 0.3125rem;
     overflow: hidden;
}
.info-sale .head {
     padding: 0.5rem 0.625rem 0.5rem 4rem;
     position: relative;
     display: flex;
     align-items: center;
}
.info-sale .head::before {
     content: "";
     width: 3.25rem;
     height: 2.25rem;
     background-image: url("../images/icon-bag-yellow.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: 1rem;
     padding-left: 0.9375rem;
}
.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 .title-all {
     text-transform: initial;
}
.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: #F5DC6C;
     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;
     color: #252525 !important;
     flex-shrink: 0;
}
#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: #F5DC6C;
     position: absolute;
     bottom: 0;
     z-index: inherit;
}
.selling-products .title::before {
     content: "";
     width: 70%;
     height: 2px;
     background: #F5DC6C;
     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/icon_play_yellow.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;
     padding-bottom: 30px;
}
.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 {
}
.show-info-prd-detail {
     display: none;
     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;
}
.sidebar-product .check-all input[name="brand[]"]~.text::after {
     top: 11px;
}
.sidebar-product .check-all .text img {
     width: 80px;
     height: 50px;
     object-fit: contain;
}
.desktop-button-action {
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     background: #fff;
     z-index: 10;
     box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
     padding: 8px 0;
}
.desktop-button-action .btn:not(:last-child) {
     margin-right: 1rem;
}
.desktop-button-action .btn {
     min-width: 200px;
     font-size: 16px;
     padding: .75rem 1rem;
}
.desktop-button-action .btn-buy-now{
     padding: .75rem 1rem !important;
     border-radius: 24px;
}
.desktop-button-action .btn-buy-now:hover,.desktop-button-action .btn-buy-now:focus{
     color: #003965;
}
.desktop-button-action .btn-regis {
     background: #2f80ed;
     color: #fff;
}
.desktop-button-action .btn-regis:hover,.desktop-button-action .btn-regis:focus {
     background: #b21717;
}
.desktop-button-action .btn-add-cart {
     border: 1px solid #0b0203;
     color: #004B92;
}
.desktop-button-action .btn-add-cart:hover,.desktop-button-action .btn-add-cart:focus {
     background: #0b0203;
     color: #fff;
     border: 1px solid #0b0203;
}
.discount-deal {
     display: inline-block;
     padding: 4px;
     border-radius: 4px;
     background: #ed3237;
     color: #fff;
     margin-left: 0.625rem;
     font-size: 12px;
}
.img-certifi__pro {
     padding-top: 150%;
     position: relative;
     border: 1px solid #ebebeb;
}
.img-certifi__pro img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: scale-down;
}
.item-why__pro {
     padding-top: 24px;
}
.item-why__pro .icon {
     display: block;
     width: 3.875rem;
     height: 3.875rem;
     position: absolute;
     top: 0;
     left: 1.5rem;
     z-index: 1;
}
.item-why__pro .content {
     background: #FFFBEB;
     border-radius: 10px;
     padding: 50px 24px 24px 24px;
}
.item-why__pro .content .title {
     font-weight: 600;
     font-size: 18px;
}
.item-why__pro .content .short_content {
     font-size: 14px;
}
.why-section__upgrade {
     padding: 60px 0;
     background-repeat: no-repeat;
     background-size: cover;
}
.why-section__upgrade .why-item {
     height: 100%;
     display: flex;
     align-items: center;
     background: #FFFFFF;
     border-radius: 10px;
     width: 100%;
     flex-direction: row;
     text-align: left;
     padding: 10px;
}
.why-section__upgrade .why-item .why-item-icon {
     left: 0;
     transform: unset;
     width: 50px;
     height: 50px;
     margin-right: 8px;
}
.why-section__upgrade .why-item .why-item-text {
     flex: 1;
}
.why-section__upgrade .why-item .why-item-text p {
     font-size: 13px;
}
.product-attach-info .image {
     width: 80px;
     margin-right: 8px;
}
.products-attach li {
     padding: 0 !important;
     border: 1px solid #ebebeb;
}
.products-attach li .head-content {
     background: #ebebeb;
     padding: 4px;
}
.content_product_gift .item {
     padding: 4px;
}
.products-attach li:not(:last-child) {
     margin-bottom: 0.625rem;
}
.table-content__pro {
     background-color: #fff;
     border-radius: 15px;
     overflow: hidden;
}
.table-content__pro .head {
     padding: 8px;
     color: #fff;
     background: #0b0203;
    /* border-bottom: 1px solid #ebebeb;
     */
}
.table-content__pro .content {
     padding: 8px;
}
.table-content__pro .content li a {
     display: block;
     padding: 4px 8px;
     border-radius: 12px;
     color: #000;
}
.table-content__pro .content li:not(:last-child) {
     margin-bottom: 8px;
}
.table-content__pro .content li a:hover,.table-content__pro .content li a.active {
     border-radius: 10px;
     background: #F4F4F4;
     box-shadow: 0 0 1px #e4eaf1;
     color: #000;
}
.table-content__pro {
     position: sticky;
     top: 150px;
}
.name-branch {
     color: #0CAF3A;
}
.name-branch:hover {
     color: #F5DC6C !important;
}
.form_checkout_not_logged,.table-payment,.module-method__pay,.module-payment__total,.address-order.checkout_logged_ {
     max-width: 920px;
     margin-left: auto;
     margin-right: auto;
}
.section-gift__all .button {
     margin-top: auto;
}
.section-gift__all .info-sale {
     margin-bottom: 0 !important;
     display: flex;
     flex-direction: column;
}
.section-gift__all .products-attach {
     flex: 1;
     overflow-y: auto;
     margin-bottom: 1rem;
}
.table-cart .show-discount__content {
    /* background: #F5DC6C;
     padding: 5px 15px !important;
     */
     display: flex;
     align-items: center;
     justify-content: center;
     padding-left: 15px !important;
}
.table-cart .show-discount__content .title_voucher {
     color: #C90000;
}
.table-cart .show-discount__content::before {
     position: static !important;
     transform: unset !important;
     margin-right: 8px;
}
.show-discount__content:hover .discount-content {
     top: 100% !important;
     pointer-events: all !important;
}
.prd-desc .show-info-prd-detail-mb {
     display: none;
}
.show-info-prd-detail-mb.show {
     display: block;
     margin-bottom: 10px;
     margin-left: auto;
     margin-right: auto;
     max-width: 100px;
     text-align: center;
}
.prd-desc.hidden~.show-info-prd-detail {
     width: fit-content;
     margin-left: auto;
     margin-right: auto;
}
.s-content.name_combo p {
     margin-bottom: 0;
}
#why_choose_antran {
     margin-bottom: 1rem;
}
.products-attach li .head-content input {
     flex-shrink: 0;
     height: 13px;
     width: 13px;
}
.products-attach li .head-content .head-content {
     padding: 0;
}
.section-product__category .count-product {
     color: #848484;
     font-size: 20px;
     padding-left: 16px;
     border-left: 1px solid #2b2b2b;
}
@media(min-width:992px) {
     body.body-product {
         padding-bottom: 74px;
    }
     .section-gift__all .products-attach {
         max-height: 187px;
    }
     .products-attach {
         max-height: 214px;
         overflow-y: auto;
    }
}
@media(min-width:1500px) {
     .section-gift__all .products-attach {
         max-height: 238px;
    }
     .products-attach {
         max-height: 281px;
         overflow-y: 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;
    }
     .item-why__pro .icon {
         width: 3rem;
         height: 3rem;
    }
     .item-why__pro .content {
         padding: 36px 12px 12px 12x;
    }
     .item-why__pro .content .title {
         font-size: 1rem;
    }
}
@media (max-width: 991px) {
     .table-content__pro {
        /* position: fixed;
         top: 13%;
         left: 1rem;
         z-index: 10;
         */
         margin-bottom: 10px;
    }
    /* .table-content__pro .head span{
         display: none;
    }
     .table-content__pro .head {
         width: 36px;
         height: 36px;
         display: flex;
         align-items: center;
         justify-content: center;
         padding: 0;
         margin-bottom: 0 !important;
         border-radius: 100%;
    }
     */
     .table-content__pro .head i {
         margin-right: 0 !important;
    }
     .table-content__pro .content {
         max-height: 500px;
         overflow-y: auto;
    }
     .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;
    }
     .module-product__detail .prd-desc .show-info-prd-detail {
         display: none !important;
    }
     .module-product__detail .prd-desc.hidden~.show-info-prd-detail {
         margin-bottom: 20px;
    }
}
@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) {
     .section-product__detail .module-detail-flashsale .box_title_and_time_flashsale, .section-product__detail .module-detail-flashsale {
         display: block !important;
    }
     .section-product__detail .module-detail-flashsale .title_flash_sale {
         margin-left: auto !important;
         margin-right: auto !important;
         text-align: center;
         margin-bottom: 0.5rem;
    }
     .why-section__upgrade .why-item .why-item-icon {
         width: 35px;
         height: 35px;
    }
     .why-section__upgrade {
         padding: 1.875rem 0;
    }
     .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 {
         margin-left: auto;
         margin-right: auto;
         width: fit-content;
    }
     .form-quanty__mobile {
         flex: 0 0 100%;
    }
     .item-product__all {
         max-width: 100%;
    }
     .module-product__detail .s-content, .intros-news__details .s-content, .content-intro__category .s-content {
         margin-bottom: 10px !important;
         padding-bottom: 10px;
    }
}
.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;
    }
}
.section-product__detail .module-detail-flashsale {
     background: linear-gradient(90deg, #FAD73B 0%, #FAD037 9.38%, #FC9A17 100%);
     border-radius: 5px 5px 0px 0px;
     padding: 6px 20px;
}
.section-product__detail .module-detail-flashsale .box_time_flashsale .time-deal-hot .time-item {
     padding: 4px 10px;
     background: #E35000;
     border: 1px solid #FFFFFF;
     border-radius: 5px;
     font-weight: 600;
     font-size: 14px;
     margin-right: 0.25rem;
}
.section-product__detail .discount-code .discount-code__value {
     padding: 0.25rem 0.75rem;
     background-color: #FFFBEB;
     color: #C90000;
}
.info-sale .products-attach {
     border: 1px solid #EBEBEB;
     position: relative;
}
.module-product-title__detail {
     position: relative;
     margin-bottom: 1.3rem;
}
.info-sale .products-attach::after,.module-product-title__detail::after {
}
.info-sale .products-attach li:last-child::after {
     display: none;
}
.info-sale .products-attach .code {
     color: #888888;
}
.module-product__detail .video-top {
     position: relative;
     width: 100%;
     height: auto;
}
.s-content.name_combo {
     font-size: 13px;
}
@media all and (max-width: 991px) {
     .info-sale .products-attach {
         margin-bottom: 1.2rem;
    }
}
