body {
    background-color: #fbfbfb;
}
.container {
    max-width: 1400px;
}
a.logo {
    width: auto;
}
.wrap-header {
    width: 100%;
    display: inline-flex;
    gap: 10px;
}
.list-series {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}
a.series-row {
    width: 24%;
    height: 100px;
    position: relative;
}
.series-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.dropdown-menu .item-menu {
    display: block;
    background-color: #fff;
    padding: 15px 0px 0px 0px;
    margin-top: 40px;
    list-style: none;
    border: 1px solid rgb(152 152 152 / 15%);
    border-radius: 4px;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.slider-wrap-shop {
    width: 45%;
    height: auto;
}
.popular-category {
    width: 100%;
    display: inline-flex;
    text-align: center;
    gap: 10px;
}
.wrap-middle .title {
    margin-bottom: 10px;
}
.popular-category img {
    border-radius: 7px;
}
.wrap-middle .category {
    height: 100%;
    width: 33%;
}
.slider-wrap-shop .top {
    width: 100%;
    padding: 5px;
    height: auto;
    display: block;
}
.nav-submenu {
  position: absolute;
  background: lightgrey;
  top: 40px;
  opacity: 0;
}
.dropdown-menu a {
    width: 100%;
    display: block;
    padding: 0px 0 20px 0;
    float: unset !important;
}
.middle-content {
    width: 30%;
}
.right-content {
    width: 25%;
    margin: 5px;
    border-radius: 7px;
    padding: 10px;
    background-color: #fff;
}
.wrap-middle .title-content {
    font-size: 11px;
    margin-top: 5px;
}
.wrap-middle {
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
    height: 55%;
    margin: 5px 0px 10px 0px;
    padding: 15px;
}
.slider-wrap-shop .bottom {
    width: 100%;
    display: inline-flex;
}
.slider-wrap-shop .img-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}
a.banner-slider-2 {
    display: block;
    height: 123px;
    width: 50%;
}
.banner-slider-2 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 5px;
    object-fit: cover;
}
.second-slider-wrap {
    width: 100%;
    display: flex;
}
.third-slider-wrap {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 5px 0 20px 0;
}
.index-shop img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 20px;
  border-radius: 7px;
  opacity: 1;
}
.swiper-pagination {
    text-align: right;
    padding-right: 20px;
}
/* target all bullets */
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.third-slider-wrap a.category {
    width: auto;
    display: inline-flex;
    background-color: #fff;
    padding: 5px 10px 10px 10px;
    border-radius: 7px;
}
.second-slider-wrap a.category {
    width: 25%;
    padding: 10px 5px;
}
.second-slider-wrap img {
    border-radius: 7px;
}
.third-slider-wrap img {
    height: 70px;
    width: 70px;
}
.info-brand span {
    color: #a2a2a2;
    font-size: 12px;
}
.brand-row .rank {
    width: 8%;
    padding: 13px 0px;
    color: #a2a2a2;
    font-size: 15px;
}
.brand-row .status {
    margin-top: 5px;
    color: #a2a2a2;
}
.brand-wrap {
    padding: 10px 0px;
    overflow-x: hidden;
    display: block;
    height: 320px;
    width: 100%;
}
.brand-row p {
    color: #000;
    margin-bottom: 0px !important;
}
.brand-wrap::-webkit-scrollbar {
  display: none;
}
.info-brand {
    width: 70%;
    padding: 5px 10px;
    overflow: hidden;
}
.third-slider-wrap p {
    width: 100%;
    color: #000;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 15px;
    padding-top: 27px;
}
.third-slider-wrap .category:nth-child(1) p {
    color: rgb(12, 37, 225);
}
.third-slider-wrap .category:nth-child(2) p {
    color: rgb(157, 83, 216);
}
.third-slider-wrap .category:nth-child(3) p {
    color: rgb(225, 132, 86);
}
.third-slider-wrap .category:nth-child(4) p {
    color: rgb(82, 104, 232);
}
.third-slider-wrap .category:nth-child(5) p {
    color: rgb(215, 151, 54);
}
.third-slider-wrap .category:nth-child(6) p {
    color: rgb(77, 141, 102);
}
.third-slider-wrap .category:nth-child(7) p {
    color: rgb(88, 89, 180);
}
.brand-row img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}
.brand-scroll {
    width: auto;
    height: auto;
    white-space: nowrap;
}
a.brand-row {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.flash-sale-wrap {
    height: auto;
    background-image: url('https://i.pinimg.com/736x/5c/d9/79/5cd9791a46855aa1b26b150018a925de.jpg');
    width: 100%;
    background-position: center;
    background-size: contain;
    padding: 10px 0px;
    object-fit: contain;
    margin-top: 100px;
}
.title-sale .title {
    color: #ffc80b;
    font-size: 23px;
}
.sale-warp .title-post {
    color: #fff;
}
.sale-warp .price-post {
    color: #ffc809;
}
.mask-sale {
    content: "";
    width: 100%;
    left: 0;
    height: 345px;
    position: absolute;
    background-color: #00000078;
}
.content.slider-shop {
    margin-top: 10px;
    position: relative;
}
.title-sale {
    width: 100%;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    padding: 14px;
    display: inline-block;
}
.fhs_center_left {
    display: flex;
    float: left;
    width: 70%;
}
a.flashsale-slider-title {
    display: flex;
}
.margin_left_big {
    margin-left: 10px;
}
a.fhs_center_right.padding_left_big {
    float: right;
    color: #fff;
}
.shop-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-post a.shop-post {
    display: inline-block;
    width: 20%;
}
.slider-post {
    width: 100%;
    height: auto;
    display: inline-flex;
    gap: 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 10px;
}
.slider-post .thumbnail-shop {
    width: 100%;
    height: 166px;
    display: block;
    border-radius: 7px;
    text-align: center;
    background-color: #fff;
}
.slider-post .info-post {
    width: 100%;
    margin-top: 5px;
}
.title-post {
    height: 3em;
    font-size: 13px;
    overflow: hidden;
    color: #000;
}
.box-content {
    height: auto;
    margin-top: 20px;
    border-radius: 7px;
    padding: 10px 0px;
    background-color: #fff;
}
button.button-right-slider {
    position: absolute;
    right: 0;
    margin-top: -160px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: solid #0000002b;
    border-radius: 50px;
    z-index: 9999;
}
button.button-left-slider {
    position: absolute;
    margin-top: -160px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: solid #0000002b;
    border-radius: 50px;
    z-index: 9999;
}
.content.swiper1 {
    height: 260px;
}
.title-and-more {
    padding: 10px;
    display: block;
}
.footer {
    background-color: #fe81b3;
    color: #fff;
    display: flex;
    padding: 30px;
}
.footer .col {
    width: 25%;
    padding: 10px;
}
h3 {
    font-size: 18px;
}
.footer a {
    color: #fff;
    display: block;
    margin-top: 20px;
}
.header-footer {
    background-color: #fd64a1;
    color: #fff;
    height: auto;
    margin-top: 30px;
    width: 100%;
    display: block;
    text-align: center;
}
.under-footer {
    background-color: #fd64a1;
    color: #fff;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
}
.form-mail {
    padding: 30px 10px 10px 10px;
    font-size: 20px;
}
.header-footer form {
    display: inline-block;
}
input.mail-input {
    border: unset;
    border-radius: 50px;
    padding: 10px 30px;
    width: 330px;
    font-size: 15px;
    margin: 0px 20px;
}
.header-footer button {
    border: unset;
    background-color: #fe81b3;
    color: #fff;
    padding: 10px 35px;
    border-radius: 7px;
}
.category-shop .left {
    width: 20%;
    height: auto;
}
.category-shop {
    width: 100%;
    height: 650px;
    color: #fff;
    border-radius: 7px;
    display: inline-flex;
}
.category-shop .right {
    width: 80%;
    height: auto;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.category-shop .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-col-5 .shop-post {
    width: 20%;
    padding-right: 10px;
}
.shop-col-5 .title-post {
    color: #000;
}
.shop-col-5 .price-post {
    color: #000;
}
.color .shop-col-5 .title-post {
    color: #fff;
}
.color .shop-col-5 .price-post {
    color: #ffc809;
}
.category-shop .title-and-more {
    padding: 25px 10px !important;
    display: block;
}
.shop-col-5 {
    width: 100%;
    height: auto;
    display: inline-flex;
    gap: 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 10px;
    background-color: #ffffff26;
}
.sale-warp {
    width: 70%;
    float: right;
}
.character-sale {
    height: 400px;
    left: 30px;
    margin-top: -50px;
    position: absolute;
}
.character-sale img {
    width: auto;
    height: 100%;
}
.shop-col-5 .thumbnail-shop {
    height: 192px;
    text-align: center;
}
.shop-col-5 .info-post {
    margin-top: 10px;
    margin-bottom: 15px;
}
.rating-psot {
    display: flex;
    color: #000;
    font-size: 10px;
}
.rating-select .rating {
    background-image: url(/image/star-empty.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: auto;
    float: left;
}
.shop-col-6 .shop-post {
    width: 16%;
}
.shop-col-6 .title-post {
    color: #000;
}
.shop-col-6 .price-post {
    color: #fd64a1;
}
.color .shop-col-6 .title-post {
    color: #fff;
}
.color .shop-col-6 .price-post {
    color: #ffc809;
}
.category-shop .title-and-more {
    padding: 25px 10px !important;
    display: block;
}
.shop-col-6 {
    width: 100%;
    height: auto;
    display: inline-flex;
    gap: 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 10px;
    background-color: #ffffff26;
}
.shop-col-6 .thumbnail-shop {
    height: 209px;
    text-align: center;
}
.shop-col-6 .info-post {
    margin-top: 10px;
    margin-bottom: 15px;
}

.rating-select .active-star {
    background-image: url(/image/star-value.png);
}
.text-rating {
    float: left;
}
.shop-post img {
    width: auto;
    max-width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.price-post {
    color: #ac39ff;
    font-weight: 500;
    display: flex;
}
.perc-sale {
    font-weight: 400;
    font-size: 12px;
    float: right;
    line-height: 150%;
    padding: 0px 4px;
    background: rgb(245, 245, 250);
    border-radius: 4px;
    margin-left: 5px;
    color: rgb(39, 39, 42);
}
.flashsale-countdown.margin_left_normal {
    padding-top: 5px;
    margin-left: 5px;
}
span.flashsale-countdown-number {
    background-color: #4b4b4b;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 5px;
}
.single {
.wrap-product {
    display: flow-root;
}
.option-action {
    display: flex;
    position: relative;
    border-radius: 4px;
    float: left;
    height: 50px;
    border: solid #e8e8e8;
    width: auto;
    margin: 10px 10px 0 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.option1:checked + label.option-action {
  border: solid #fff !important;
}
.option-action input {
	position: absolute;
	opacity: 0;
	width: 0;		/* for internet explorer */
}
.left {
    float: left;
    width: 35%;
    margin: 10px;
    position: sticky;
    top: 10;
}
.right {
    float: left;
    width: 20%;
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    position: sticky;
    top: 60;
}
.slider {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #fff;
}
.info-product {
    float: left;
    width: 60%
}
.swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.mySwiper3 {
    width: 100%;
    height: 450px;
}
.mySwiper4 {
    width: 100%;
    height: fit-content;
}
.mySwiper4 .swiper-slide {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgb(235, 235, 240);
    overflow: hidden;
}
.row-info {
    color: #838383;
    border-bottom: solid #eee;
    margin-bottom: 15px;
    display: flow-root;
    padding-bottom: 15px;
}
.row-info:last-child {
    color: #838383;
    border-bottom: unset;
    margin-bottom: unset;
    padding-bottom: unset;
}
.row-info span {
    float: right;
    width: 70%;
    color: #000;
}
.swiper-slide img {
    display: block;
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    object-fit: cover;
}
.mySwiper4 .swiper-slide-thumb-active {
    border: 1px solid #0c68ff;
}
.rating-select .rating {
    background-image: url(/image/star-empty.png);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: auto;
    float: left;
}
.rating-select .active-star {
    background-image: url(/image/star-value.png);
}
.text-rating {
    float: left;
}
.wrap-info {
    float: left;
    width: 63%;
    margin: 10px 0px;
}
.wrap-info .info {
    background: #fff;
    display: flow-root;
    padding: 15px;
    border-radius: 7px;
}
.text-rating.total {
    font-weight: 500;
    margin-right: 5px;
}
.text-rating.count {
    font-weight: 300;
    font-size: 13px;
    margin-left: 5px;
}
.info-product .info {
    background-color: #fff;
    display: flow-root;
    padding: 5px;
}
.name-product {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    word-break: break-word;
    margin-bottom: 10px;
}
.rate-count {
    display: block;
    width: 100%;
    height: 40px;
}
.price-product {
    display: flex;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}
.quality-product .currency {
    float: left;
}
.price-product .price {
    float: left;
}
.percent {
    font-weight: 400;
    font-size: 12px;
    float: left;
    line-height: 150%;
    padding: 0px 4px;
    background: rgb(245, 245, 250);
    border-radius: 4px;
    margin-left: 5px;
    color: rgb(39, 39, 42);
}
.value-ship {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  margin-right: 20px;
  float: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.value-ship input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.value-ship:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.value-ship input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.value-ship input:checked ~ .checkmark:after {
  display: block;
}
.method-ship {
    border-top: solid #f0f0f0;
    margin-top: 20px;
    padding-top: 20px;
}
.address {
    margin-top: 10px;
}
.address a {
    float: right;
}
.title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.note li {
    font-size: 11px;
}
.cart-info .action {
    border: unset;
    background-color: #fff;
    width: -webkit-fill-available;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 4px;
}
.cart-button .buy-now {
    background-color: #5bc0ff;
    color: #fff;
    border: unset;
    margin-right: 5px;
    width: 50%;
    padding: 10px;
    border-radius: 7px;
}
.cart-button .add-cart {
    background-color: #fff;
    color: #000;
    border: solid #e6e6e6;
    margin-left: 5px;
    width: 50%;
    padding: 10px;
    border-radius: 7px;
}
.chat-cart {
    background-color: #fe81b3;
    color: #fff;
    border: unset;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
}
.cart-button {
    display: inline-flex;
    width: 100%;
}
.cart-info .price {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}
.group-input button {
    border-radius: 4px;
    padding: 0px;
    border: solid #818181;
    background-color: #fff;
}
.group-input {
    margin-bottom: 16px;
}
.group-input .input {
    border: solid #787878;
    border-radius: 4px;
    width: 30px;
    text-align: center;
}
.group-input button.disable {
    filter: opacity(0.3);
}
ul.feature-product {
    padding-left: unset;
    display: inline-flex;
    flex-direction: column;
}
.feature-product li {
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    display: flex;
    width: 100%;
}
.feature-product li::before {
    content: '';
    display: inline-block;
    height: 21px;
    width: 27px;
    background-image: url(/image/stick_product.png);
    background-size: 20px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.info-cart {
    background: #fff;
    display: block;
    border-radius: 7px;
}
.author a {
    width: 100%;
    display: flex;
}
.author .avatar-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.author .avatar-frame {
    display: none;
}
.author p {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 10px;
    width: 50%;
    float: left;
}
button.follow-button {
    border: none;
    background-color: #5fedff;
    font-size: 12px;
    margin-top: 15px;
    float: right;
    height: 30px;
    padding: 5px 22px;
    border-radius: 50px;
    color: #fff;
}
.cart-info {
    padding-top: 15px;
}
.\32 -col {
    display: flex;
}
.benefit-item img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.benefit-item {
    font-size: 14px;
    padding: 8px 0px;
    border-bottom: 1px solid rgb(235, 235, 240);
    display: flex;
    align-items: center;
}
.col {
    width: 50%;
    float: left;
}
.option span {
    position: absolute;
    top: 30%;
    margin-left: 10px;
}
.discount-item {
    width: 30%;
    border-radius: 7px;
    border: solid #e2e2e2;
    display: flex;
    float: left;
    margin-right: 10px;
}
.discount-item .cover-item {
    background-color: #8c8c8c;
    position: relative;
    width: 30%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.discount-item .discount-value {
    background-color: #ffb600;
}
.discount-item .discount-ship {
    background-color: #00b5ff;
}
.discount-item .info-item {
    width: 70%;
    padding: 5px 9px;
}
.info-item span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 11px;
    color: #848484;
}
.discount-item img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}
.optional-product {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.optional-product .option {
    width: 30%;
    float: left;
    position: relative;
    border: solid #e8e8e8;
    border-radius: 4px;
    margin-top: 10px;
    padding: 0px 10px;
    min-height: 50px;
    margin-right: 10px;
}
.option-action span {
    position: relative;
    top: 30%;
    margin: 0px 20px;
}
.optional-product .active {
    border: solid #fe81b3;
}
.optional-product img {
    height: 100%;
    width: auto;
    border-radius: 4px;
}
.total-t {
    display: flex;
    float: right;
}
}
.cart {
.cart-list {
    float: left;
    width: 70%;
    margin-right: 10px;
}
.bill-info {
    float: left;
    width: 25%;
}
.info-pay {
    float: left;
    width: 60%;
    margin-right: 10px;
}
.info-bill {
    float: left;
    width: 35%;
}
.wrap {
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
    display: block;
    padding: 14px;
}
.title-cart {
    height: 50px;
}
.cart-item-list {
    min-height: 500px;
}
.col {
    float: left;
}
.value-ship {
    width: 5%;
}
.cover-product {
    width: 110px;
    height: 110px;
}
.info-product {
    width: 50%;
}
.number {
    width: 15%;
}
.total-price {
    width: 15%;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}
.group-input {
    position: relative;
    top: 30%;
}
.cart-item-list .item {
    height: auto;
    padding: 10px 0px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.cover-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.name {
    font-size: 15px;
    font-weight: 500;
}
.optional {
    margin-top: 5px;
}
.optional span {
    background: #e4e4e4;
    padding: 0px 10px;
    font-size: 11px;
    margin-right: 5px;
    border-radius: 2px;
}
.info-product {
    width: 50%;
    padding: 10px;
}
.price-per {
    margin-top: 5px;
    background: unset;
    font-weight: 500;
}
input[type="radio"] {
    position: relative;
    top: 30%;
}
.group-input button.disable {
    filter: opacity(0.3);
}
.group-input .input {
    border: solid #787878;
    border-radius: 4px;
    width: 30px;
    text-align: center;
}
.total-price span {
    position: relative;
    top: 30%;
}
.info-user {
    display: flow-root;
    width: 100%;
    font-weight: 600;
}
.info-user span {
    display: flex;
    color: #898989;
    height: 3em;
    line-height: 1.5em;
    font-weight: 400;
    overflow: hidden;
}
.row-bill {
    padding: 10px 0 0 0;
    color: #757575;
}
.row-bill span {
    float: right;
    color: #000;
    display: flex;
}
.row-pay {
    padding: 10px 0 0 0;
    color: #757575;
    border-top: solid #ededed;
    padding-top: 20px;
    margin-bottom: 20px;
}
.row-pay span {
    float: right;
    color: #000;
    display: flex;
}
.total-bill {
    padding: 10px 0 10px 0;
    color: #757575;
}
.total-bill span {
    float: right;
    color: #f00;
    font-weight: 600;
    font-size: 20px;
    display: flex;
}
button.payment {
    width: 100%;
    background-color: rgb(255, 66, 78);
    color: #fff;
    border: unset;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
}
.wrap-ship {
    width: 100%;
    display: flex;
}
.choose-ship {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    margin-right: 20px;
    border: solid #e5e5e5;
    margin-top: 15px;
    padding: 10px 10px 10px 40px;
    border-radius: 4px;
    float: left;
    width: 50%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.choose-ship input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.choose-ship:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.choose-ship input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark {
    position: absolute;
    top: 30%;
    left: 15px;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.choose-ship input:checked ~ .checkmark:after {
  display: block;
}
.ship-wrap .item {
    height: auto;
    padding: 10px 0px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
}
.number span {
    position: relative;
    top: 30%;
}
.title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.method {
    width: 100%;
    display: inline-flex;
}
.method-t {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    margin-right: 20px;
    margin-top: 15px;
    padding: 10px 0px 10px 40px;
    border-radius: 4px;
    float: left;
    width: 50%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.method-t input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.method-t:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.method-t input:checked ~ .checkmark {
  background-color: #2196F3;
}
.method-t img {
    width: 30px;
    margin-top: -5px;
    margin-right: 10px;
}
.note-bill {
    color: #a39c9c;
    width: 100%;
    font-size: 13px;
    text-align: right;
}
.wrap button.add-xu {
    color: #fff;
    background-color: #2196f3;
    border: unset;
    width: 100%;
    padding: 10px 0px;
    margin-top: 10px;
    border-radius: 4px;
}
.wrap .disable {
    color: #969696 !important;
    background-color: #404243 !important;
}
.wrap .nap-xu {
    background-color: #0e22ff !important;
}
}
.order-page {
.left-order {
    float: left;
    width: 20%;
}
.right-order {
    float: left;
    width: 75%;
    margin-left: 10px;
}
.wrap {
    background-color: #fff;
    border-radius: 7px;
}
.left-order .row {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}
.left-order .active {
    background-color: #04b7ff;
    color: #fff;
}
.nav-order {
    width: 100%;
}
.nav-order .row-tab {
    display: inline-block;
    padding: 20px 20px;
    font-weight: 500;
    color: #000;
}
.nav-order .active {
    border-bottom: solid #02b7ff;
    color: #02b7ff;
}
.item {
    height: 140px;
    padding: 10px 0px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.cover-product {
    width: 15%;
}
.cover-product img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.info-product {
    width: 50%;
    padding: 10px;
}
.number {
    width: 15%;
}
.total-price {
    width: 15%;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}
.col {
    float: left;
}
.number span {
    position: relative;
    top: 30%;
}
.total-price span {
    position: relative;
    top: 30%;
}
.name {
    font-size: 15px;
    font-weight: 500;
}
.optional {
    margin-top: 5px;
}
.price-per {
    margin-top: 5px;
    background: unset;
    font-weight: 500;
}
.optional span {
    background: #e4e4e4;
    padding: 0px 10px;
    font-size: 11px;
    margin-right: 5px;
    border-radius: 2px;
}
.header-order {
    float: left;
    background-color: #d0d0d0;
    padding: 10px 20px;
    color: #797979;
    border-bottom-right-radius: 7px;
}
.status-all-order {
    float: right;
    display: flex;
    padding: 0px 20px;
}
.process-order {
    font-size: 11px;
    padding-top: 2px;
    color: #27ae03;
}
.status-order {
    color: #02b7ff;
    font-weight: 500;
    border-left: solid #ccc;
    padding-left: 10px;
    margin-left: 10px;
}
.total-order .button-order {
    float: left;
}
.total-order .price {
    float: right;
    padding: 10px;
}
.total-order {
    height: 65px;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: solid #ececec;
}
.button-order button {
    border: unset;
    background-color: #02b7ff;
    border: solid #02b7ff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}
.button-order .cskh {
    background-color: #fff;
    color: #000;
    border: solid #02b7ff;
}
.price span {
    font-size: 22px;
    color: #02b7ff;
}
.col-order {
    float: left;
    width: 32%;
    height: 100%;
    border: solid #e8e2e2;
    border-radius: 7px;
    margin-right: 10px;
    padding: 10px;
}
.order-view .wrap {
    padding: 10px;
}
.row-order-2 {
    display: inline-flex;
    width: 100%;
    padding: 10px;
}
.row-order-2 .name {
    width: 50%;
}
.row-order-2 .price {
    width: 20%;
}
.row-order-2 .quality {
    width: 10%;
}
.row-order-2 .total-price {
    width: 20%;
}
.row-order-3 .name {
    width: 50%;
}
.row-order-3 .price {
    width: 20%;
}
.row-order-3 .quality {
    width: 10%;
}
.row-order-3 .total-price {
    width: 20%;
}
.wrap-bill-order {
    width: 30%;
    float: right;
}
.row-bill span {
    float: right;
}
.title-order {
    height: 50px;
}
.bill-order {
    width: 100%;
    padding: 10px;
}
.row-bill {
    padding: 15px 0px 0px 0px;
}
.total span {
    color: #02b7ff;
    font-weight: 500;
    font-size: 25px;
    margin-left: 10px;
}
.cover-product-2 {
    width: 40%;
}
.row-order-3 {
    display: inline-flex;
    width: 100%;
    padding: 10px;
    height: 150px;
}
.row-order-3 .name {
    width: 50%;
    display: inline-flex;
}
.cover-product-2 img {
    height: 100%;
    width: auto;
}
.info-product-2 {
    width: 60%;
    padding: 10px;
}
.row-order-3 .title-order {
    top: 30%;
    position: relative;
}
a {
    color: #000;
    text-decoration: unset;
}
}
.bg-header img {
    width: 100%;
    height: auto;
}
.archive .right {
    float: left;
    width: 80%;
}
.archive .left {
    float: left;
    width: 20%;
}
.shop-col-archive .shop-post {
    width: 15%;
}
.shop-col-archive .title-post {
    color: #000;
}
.shop-col-archive .price-post {
    color: #ac39ff;
}
.color .shop-col-archive .title-post {
    color: #fff;
}
.color .shop-col-archive .price-post {
    color: #ac39ff;
}
.category-shop .title-and-more {
    padding: 25px 10px !important;
    display: block;
}
.shop-col-archive {
    width: 100%;
    height: auto;
    display: inline-flex;
    gap: 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 10px;
    background-color: #ffffff26;
}
.shop-col-archive .thumbnail-shop {
    height: 209px;
    text-align: center;
}
.shop-col-archive .info-post {
    margin-top: 10px;
    margin-bottom: 15px;
}
.empty-bg {
    height: 300px;
    background-color: #a3a3a3;
}
img.empty-img {
    height: 100%;
    width: auto;
}
.empty-bg span {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    margin-left: 20px;
}
.thumbnail-shop {
    position: relative;
}
.tags-post-product {
    position: absolute;
    bottom: 5;
    right: 5;
}
span.preorder {
    background-color: #f4bb04;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
}
span.mall-tag {
    background-color: #000000;
    color: #ffbf05;
    font-size: 10px;
    padding: 0px 8px;
    border-radius: 3px;
}