2023-06-12 15:28:24 +07:00
|
|
|
body {
|
|
|
|
|
color: #000;
|
2023-06-19 18:13:02 +07:00
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
|
background: #F8F8FC;
|
2023-06-12 15:28:24 +07:00
|
|
|
position: relative;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
text-align: left;
|
|
|
|
|
max-width: 650px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
counter-reset: section;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h1, h1 {
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h2, h2 {
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h3, h3 {
|
|
|
|
|
font-size: 1.17em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h4, h4, .h5, h5, .h6, h6 {
|
|
|
|
|
font-size: initial;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ul {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.clearfix::after, .art-item .art-text::after {
|
2023-06-12 15:28:24 +07:00
|
|
|
content: '';
|
|
|
|
|
clear: both;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clear {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button, input, select {
|
|
|
|
|
outline: none !important;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
|
|
|
select, textarea, input {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
border: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-white {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-10 {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-11 {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-12 {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-13 {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-14 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-15 {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-16 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-17 {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-18 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-19 {
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-20 {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-21 {
|
|
|
|
|
font-size: 21px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-22 {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-24 {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-28 {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-30 {
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-36 {
|
|
|
|
|
font-size: 36px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.line-height-2 {
|
|
|
|
|
line-height: 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.line-22 {
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.blue {
|
|
|
|
|
color: #005BAD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.blue-2 {
|
|
|
|
|
color: #1988EC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.blue-light {
|
|
|
|
|
color: #00FFF0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orange {
|
|
|
|
|
color: #FE7801;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.red, .p-item .p-sku span, .p-item .p-outstock, .p-item .p-price-group, .p-item .p-btn-compare.selected, .global-compare-group .remove-compare:hover::after, .global-compare-group .compare-item .name:hover, .product-detail-page .pd-price-group, .product-detail-page .pd-variant-group .item.current, .product-detail-page .pd-btn-group a:nth-child(2) {
|
2023-06-19 18:13:02 +07:00
|
|
|
color: #CE000C;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grey {
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.yellow {
|
|
|
|
|
color: #fdb813;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.color-main, .label-container:hover {
|
2023-06-19 18:13:02 +07:00
|
|
|
color: #007FD5;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.black {
|
|
|
|
|
color: #222;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.green {
|
|
|
|
|
color: #29A07E;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-blue {
|
|
|
|
|
background: #005BAD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-red {
|
|
|
|
|
background: #D91605;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-green {
|
|
|
|
|
background: #29A07E;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.bg-main, .global-header-container, .footer-policy-container {
|
2023-06-19 18:13:02 +07:00
|
|
|
background: #007FD5;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.blue-light {
|
|
|
|
|
color: #31c6fe;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
@-webkit-keyframes gradient-bg-antimation {
|
|
|
|
|
0% {
|
|
|
|
|
background-position: 0 0;
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
background-position: -200% 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes gradient-bg-antimation {
|
|
|
|
|
0% {
|
|
|
|
|
background-position: 0 0;
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
background-position: -200% 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes backInRight {
|
|
|
|
|
0% {
|
|
|
|
|
opacity: .7;
|
|
|
|
|
-webkit-transform: translateX(2000px) scale(0.7);
|
|
|
|
|
transform: translateX(2000px) scale(0.7);
|
|
|
|
|
}
|
|
|
|
|
80% {
|
|
|
|
|
opacity: .7;
|
|
|
|
|
-webkit-transform: translateX(0) scale(0.7);
|
|
|
|
|
transform: translateX(0) scale(0.7);
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes backInRight {
|
|
|
|
|
0% {
|
|
|
|
|
opacity: .7;
|
|
|
|
|
-webkit-transform: translateX(2000px) scale(0.7);
|
|
|
|
|
transform: translateX(2000px) scale(0.7);
|
|
|
|
|
}
|
|
|
|
|
80% {
|
|
|
|
|
opacity: .7;
|
|
|
|
|
-webkit-transform: translateX(0) scale(0.7);
|
|
|
|
|
transform: translateX(0) scale(0.7);
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animate__backInRight {
|
|
|
|
|
-webkit-animation-name: backInRight;
|
|
|
|
|
animation-name: backInRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-linear {
|
|
|
|
|
background: linear-gradient(90.13deg, #FF7E00 1.62%, #FF4949 98.76%);
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.bg-linear-animate, .p-item .p-deal-line, .product-detail-page .pd-deal-group .pd-line {
|
2023-06-19 18:13:02 +07:00
|
|
|
background: repeating-linear-gradient(to right, #ff990f 0, #fe532e 50%, #ff990f 100%);
|
|
|
|
|
background-size: 200% auto;
|
|
|
|
|
background-position: 0 100%;
|
|
|
|
|
-webkit-animation: 2s linear infinite forwards gradient-bg-antimation;
|
|
|
|
|
animation: 2s linear infinite forwards gradient-bg-antimation;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-12 15:28:24 +07:00
|
|
|
.text-white {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-white {
|
|
|
|
|
background: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-weight-lighter {
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-wrap {
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.d-flex {
|
|
|
|
|
display: -webkit-box !important;
|
|
|
|
|
display: -ms-flexbox !important;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.d-block {
|
2023-06-12 15:28:24 +07:00
|
|
|
display: block !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.d-none {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.d-inline-block {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.align-items-center {
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.align-items-baseline {
|
|
|
|
|
-webkit-box-align: baseline;
|
|
|
|
|
-ms-flex-align: baseline;
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.justify-content-between {
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.justify-content-center {
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overflow-hidden {
|
|
|
|
|
overflow: hidden !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overflow-auto {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.float-left {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.float-right {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.float-none {
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.position-relative {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-white {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-center {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-left {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-right {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-uppercase {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-capitalize {
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.w-100 {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.w-50 {
|
|
|
|
|
width: 50% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.w-auto {
|
|
|
|
|
width: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h-100 {
|
|
|
|
|
height: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.h-auto {
|
|
|
|
|
height: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-0 {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb-0 {
|
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-0 {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ml-0 {
|
|
|
|
|
margin-left: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mr-0 {
|
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-2 {
|
|
|
|
|
margin-top: 0.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-3 {
|
|
|
|
|
margin-top: 1rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb-2 {
|
|
|
|
|
margin-bottom: 0.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb-3 {
|
|
|
|
|
margin-bottom: 1rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-0 {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pt-0 {
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pb-0 {
|
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pl-0 {
|
|
|
|
|
padding-left: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pr-0 {
|
|
|
|
|
padding-right: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pt-2, .py-2 {
|
|
|
|
|
padding-top: 0.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pt-3, .py-3 {
|
|
|
|
|
padding-top: 1rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.border-0 {
|
|
|
|
|
border: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-15 {
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-weight-bold {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
|
display: block;
|
|
|
|
|
width: calc(100% - 1.5rem - 2px);
|
|
|
|
|
height: calc(1.5em + 0.75rem + 2px);
|
|
|
|
|
padding: 0.375rem 0.75rem;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
color: #495057;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
background-clip: padding-box;
|
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
|
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
|
|
|
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
|
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
|
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-orange {
|
|
|
|
|
background: #ff9219;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-100 {
|
|
|
|
|
font-weight: 100;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-200 {
|
|
|
|
|
font-weight: 200;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-300 {
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-400 {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-500 {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-600 {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-700 {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-800 {
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-900 {
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-underline {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-italic {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.border-bottom {
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pb-1, .py-1 {
|
|
|
|
|
padding-bottom: 0.25rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.fit-img, .p-item .p-img img, .art-item img, .product-detail-page .pd-image-large img, .product-detail-page .pd-image-gallery img {
|
2023-06-12 15:28:24 +07:00
|
|
|
width: auto;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: solid 1px #ddd;
|
|
|
|
|
right: 0;
|
|
|
|
|
max-height: 300px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
display: none;
|
|
|
|
|
background: #fff;
|
|
|
|
|
z-index: 9;
|
|
|
|
|
top: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions a {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: start;
|
|
|
|
|
-ms-flex-align: start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions a img {
|
|
|
|
|
width: 60px;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions a .info {
|
|
|
|
|
width: calc(100% - 72px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions a .info .name {
|
|
|
|
|
display: block;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions a .info .price {
|
|
|
|
|
color: #ec1c24;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions a:hover {
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions::-webkit-scrollbar-track {
|
|
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
|
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions::-webkit-scrollbar {
|
|
|
|
|
width: 6px;
|
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.autocomplete-suggestions::-webkit-scrollbar-thumb {
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-star {
|
|
|
|
|
background-image: url(../images/star.png);
|
|
|
|
|
width: 85px;
|
|
|
|
|
height: 14px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 85px 90px;
|
|
|
|
|
vertical-align: sub;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-star.star-1 {
|
|
|
|
|
background-position: -2px -74px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-star.star-2 {
|
|
|
|
|
background-position: -2px -56px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-star.star-3 {
|
|
|
|
|
background-position: -2px -38px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-star.star-4 {
|
|
|
|
|
background-position: -2px -20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-star.star-5, .icon-star.star-0 {
|
|
|
|
|
background-position: -2px -2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.success-checkmark .check-icon .icon-circle {
|
|
|
|
|
border-color: #0542b7;
|
|
|
|
|
opacity: .5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.success-checkmark .check-icon .icon-line {
|
|
|
|
|
background-color: #0542b7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.success-checkmark .check-icon {
|
|
|
|
|
border-color: #0542b7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-container {
|
|
|
|
|
max-width: calc(100% - 60px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-content {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-content::before {
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
|
|
|
|
|
background: linear-gradient(transparent, #fff);
|
|
|
|
|
height: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inherit, .global-breadcrumb h1, .p-item .p-name * {
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
font-weight: inherit;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.line-clamp-2, .p-item .p-name *, .art-item .art-title, .global-compare-group .compare-item .name {
|
2023-06-12 15:28:24 +07:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.line-clamp-3, .art-item .art-summary {
|
2023-06-12 15:28:24 +07:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
-webkit-line-clamp: 3;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.line-clamp-4, .footer-review-container .summary {
|
2023-06-12 15:28:24 +07:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
-webkit-line-clamp: 4;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.line-clamp-5 {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
-webkit-line-clamp: 5;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fancybox-slide--video {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fancybox-thumbs__list a {
|
|
|
|
|
height: 90px;
|
|
|
|
|
background-size: 80%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
-webkit-transition: unset;
|
|
|
|
|
transition: unset;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fancybox-thumbs__list a:before {
|
|
|
|
|
border: 3px solid #FF848D;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-html-content {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-html-content a {
|
|
|
|
|
display: none;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
color: #1988EC;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #1988EC;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #1988EC;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin: auto;
|
|
|
|
|
max-width: 126px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
-webkit-transition: .15s all;
|
|
|
|
|
transition: .15s all;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-html-content a:hover {
|
|
|
|
|
background: #1988EC;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-html-content a i {
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.label-container {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 24px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
2023-06-19 18:13:02 +07:00
|
|
|
line-height: 21px;
|
2023-06-12 15:28:24 +07:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.label-container .checkmark {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 3px;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 13px;
|
|
|
|
|
width: 13px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
border: 1px solid #BFBFBF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.label-container input {
|
|
|
|
|
position: absolute;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.label-container input:checked ~ .checkmark {
|
2023-06-19 18:13:02 +07:00
|
|
|
border-color: #FF7A00;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.label-container input:checked ~ .checkmark:after {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.label-container input:checked ~ .checkmark:after {
|
|
|
|
|
content: '';
|
2023-06-19 18:13:02 +07:00
|
|
|
width: 8px;
|
|
|
|
|
height: 8px;
|
|
|
|
|
background: #FF7A00;
|
2023-06-12 15:28:24 +07:00
|
|
|
border-radius: 50%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
-webkit-transform: translate(-50%, -50%);
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-popup {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
|
|
z-index: 99;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-10 {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-breadcrumb {
|
2023-06-20 17:57:58 +07:00
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
padding-top: 12px;
|
|
|
|
|
padding-bottom: 12px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #797979;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-breadcrumb a {
|
2023-06-20 17:57:58 +07:00
|
|
|
color: inherit;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-breadcrumb ol, .global-breadcrumb ul {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-breadcrumb li {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-breadcrumb li::after {
|
2023-06-20 17:57:58 +07:00
|
|
|
content: '\203A';
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -1px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-breadcrumb li:last-child::after {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paging {
|
2023-06-19 18:13:02 +07:00
|
|
|
margin: 20px 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paging a {
|
2023-06-19 18:13:02 +07:00
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background: #F3F3F3;
|
2023-06-12 15:28:24 +07:00
|
|
|
text-align: center;
|
|
|
|
|
color: #000;
|
2023-06-19 18:13:02 +07:00
|
|
|
margin: 0 4px;
|
2023-06-12 15:28:24 +07:00
|
|
|
-webkit-transition: .12s all;
|
|
|
|
|
transition: .12s all;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.paging a:hover, .paging a.current {
|
|
|
|
|
background-color: #FFC21F;
|
|
|
|
|
color: #fff;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.paging .icon-prev, .paging .icon-next {
|
|
|
|
|
background: url(../images/icon-left.png) no-repeat center;
|
|
|
|
|
background-size: 7px 12px;
|
|
|
|
|
background-color: #F3F3F3;
|
2023-06-12 15:28:24 +07:00
|
|
|
font-size: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.paging .icon-next {
|
2023-06-12 15:28:24 +07:00
|
|
|
-webkit-transform: rotate(-180deg);
|
|
|
|
|
transform: rotate(-180deg);
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.icons, .footer-info-group .icon-map::before, .footer-info-group .icon-tel::before, .footer-info-group .icon-email::before, .global-support-group .item-sub-group a::before, .product-detail-page .pd-offer-group .group-title::before {
|
2023-06-12 15:28:24 +07:00
|
|
|
background: url(../images/sprite.png) no-repeat;
|
2023-06-19 18:13:02 +07:00
|
|
|
background-size: 315px 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb-icons {
|
|
|
|
|
background: url(../images/mb-sprite.png) no-repeat;
|
|
|
|
|
background-size: 250px 250px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav button {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
-webkit-transform: translateY(-50%);
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
background: unset !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav button.disabled {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav .owl-prev {
|
2023-06-19 18:13:02 +07:00
|
|
|
left: 0px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav .owl-next {
|
2023-06-19 18:13:02 +07:00
|
|
|
right: 0px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav .arrow {
|
2023-06-19 18:13:02 +07:00
|
|
|
width: 26px;
|
|
|
|
|
height: 53px;
|
2023-06-12 15:28:24 +07:00
|
|
|
display: block;
|
|
|
|
|
background: url(../images/icon-left.png) no-repeat;
|
2023-06-19 18:13:02 +07:00
|
|
|
background-position: 6px center;
|
|
|
|
|
background-size: 8px 16px;
|
2023-06-12 15:28:24 +07:00
|
|
|
-webkit-transition: .2s all;
|
|
|
|
|
transition: .2s all;
|
2023-06-19 18:13:02 +07:00
|
|
|
background-color: #fff;
|
|
|
|
|
-webkit-box-shadow: 0px 0.7487px 4.4922px rgba(0, 0, 0, 0.25);
|
|
|
|
|
box-shadow: 0px 0.7487px 4.4922px rgba(0, 0, 0, 0.25);
|
|
|
|
|
border-radius: 0 50px 50px 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav .arrow-next {
|
|
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
|
|
transform: rotate(180deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-dots .owl-dots {
|
2023-06-19 18:13:02 +07:00
|
|
|
margin: 0 !important;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.custom-dots .owl-dots .owl-dot {
|
|
|
|
|
margin: 0 3px;
|
|
|
|
|
width: 6px;
|
|
|
|
|
height: 6px;
|
|
|
|
|
border-radius: 50px;
|
2023-06-12 15:28:24 +07:00
|
|
|
background: transparent;
|
|
|
|
|
-webkit-transition: .2s all;
|
|
|
|
|
transition: .2s all;
|
2023-06-19 18:13:02 +07:00
|
|
|
background: #ccc;
|
2023-06-12 15:28:24 +07:00
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.custom-dots .owl-dots .owl-dot span {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-dots .owl-dots .owl-dot.active {
|
|
|
|
|
width: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-dots .owl-dots .owl-dot.active {
|
|
|
|
|
background: #007FD5;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item {
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
2023-06-19 18:13:02 +07:00
|
|
|
padding: 8px 6px;
|
|
|
|
|
border: 0.885787px solid #EAEAEA;
|
|
|
|
|
border-radius: 13px;
|
2023-06-20 17:57:58 +07:00
|
|
|
font-size: 12px;
|
2023-06-19 18:13:02 +07:00
|
|
|
line-height: 16px;
|
|
|
|
|
z-index: 1;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item img {
|
2023-06-19 18:13:02 +07:00
|
|
|
display: block;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item p {
|
|
|
|
|
margin: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-img {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 100%;
|
|
|
|
|
overflow: hidden;
|
2023-06-19 18:13:02 +07:00
|
|
|
margin-bottom: 8px;
|
|
|
|
|
border-radius: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-icons-group {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -1px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-icon-sale-off {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 38px;
|
|
|
|
|
background: url(../images/p-bg-saleoff.png) no-repeat center;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-discount {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
background: url(../images/p-bg-discount.png) no-repeat center;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
display: block;
|
2023-06-20 17:57:58 +07:00
|
|
|
margin: auto auto auto 2px;
|
2023-06-19 18:13:02 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-brand-group {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
2023-06-20 17:57:58 +07:00
|
|
|
font-size: 11px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
min-height: 18px;
|
2023-06-19 18:13:02 +07:00
|
|
|
margin: 5px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-brand {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
text-transform: uppercase;
|
2023-06-20 17:57:58 +07:00
|
|
|
line-height: 18px;
|
2023-06-19 18:13:02 +07:00
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-brand img {
|
2023-06-20 17:57:58 +07:00
|
|
|
max-height: 18px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-name {
|
|
|
|
|
display: block;
|
|
|
|
|
color: #000;
|
2023-06-19 18:13:02 +07:00
|
|
|
font-weight: 500;
|
|
|
|
|
margin: 5px 0 7px 0;
|
|
|
|
|
min-height: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-price-group {
|
|
|
|
|
margin: 7px 0 10px 0;
|
|
|
|
|
min-height: 38px;
|
2023-06-20 17:57:58 +07:00
|
|
|
font-size: 10px;
|
2023-06-19 18:13:02 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-price {
|
2023-06-19 18:13:02 +07:00
|
|
|
color: #000000;
|
|
|
|
|
margin: 0 0 6px 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
font-weight: 700;
|
2023-06-20 17:57:58 +07:00
|
|
|
font-size: 15px;
|
2023-06-19 18:13:02 +07:00
|
|
|
width: 100%;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.p-item del {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
color: #999999;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.p-item .p-btn-group {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
line-height: 23px;
|
2023-06-20 17:57:58 +07:00
|
|
|
font-size: 10px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.p-item .p-btn-compare {
|
|
|
|
|
color: #FF7A00;
|
|
|
|
|
position: relative;
|
2023-06-20 17:57:58 +07:00
|
|
|
padding-left: 17px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.p-item .p-btn-compare.selected {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-btn-compare.selected::before {
|
|
|
|
|
content: '\2713';
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #DA251C;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #DA251C;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-btn-compare::before {
|
|
|
|
|
content: '+';
|
2023-06-20 17:57:58 +07:00
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
line-height: 10px;
|
2023-06-19 18:13:02 +07:00
|
|
|
border-radius: 50%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: #fff;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #FF7A00;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #FF7A00;
|
|
|
|
|
position: absolute;
|
2023-06-20 17:57:58 +07:00
|
|
|
top: 6px;
|
2023-06-19 18:13:02 +07:00
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-btn-buy {
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 23px;
|
|
|
|
|
border-radius: 3.57441px;
|
|
|
|
|
background: url(../images/p-icon-btn.png) no-repeat center;
|
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
|
background-size: 17px 13px;
|
2023-06-20 17:57:58 +07:00
|
|
|
margin-left: 4px;
|
2023-06-19 18:13:02 +07:00
|
|
|
-webkit-transition: .15s all;
|
|
|
|
|
transition: .15s all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-quantity-group {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-instock {
|
|
|
|
|
color: #33C600;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-deal-group {
|
2023-06-19 18:13:02 +07:00
|
|
|
margin: 12px 0 6px 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
position: relative;
|
2023-06-19 18:13:02 +07:00
|
|
|
background: -webkit-gradient(linear, right top, left top, from(rgba(255, 184, 0, 0.3)), to(rgba(255, 122, 48, 0.3)));
|
|
|
|
|
background: linear-gradient(270deg, rgba(255, 184, 0, 0.3) 0%, rgba(255, 122, 48, 0.3) 100%);
|
|
|
|
|
border-radius: 26px;
|
|
|
|
|
height: 13px;
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
text-align: center;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-deal-group::before {
|
|
|
|
|
content: '';
|
2023-06-19 18:13:02 +07:00
|
|
|
width: 15px;
|
|
|
|
|
height: 21px;
|
|
|
|
|
background: url(../images/p-bg-deal.png) no-repeat;
|
2023-06-12 15:28:24 +07:00
|
|
|
background-size: contain;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
2023-06-19 18:13:02 +07:00
|
|
|
left: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.p-item .p-deal-line {
|
2023-06-12 15:28:24 +07:00
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
border-radius: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p-item .p-sale-quantity {
|
|
|
|
|
margin: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
inset: 0;
|
|
|
|
|
color: #fff;
|
2023-06-19 18:13:02 +07:00
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 10.7232px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.p-item .p-countdown {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
line-height: 12px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.p-item .p-countdown * {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.art-item {
|
2023-06-20 17:57:58 +07:00
|
|
|
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
|
|
|
|
|
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
|
|
|
|
|
border-radius: 10px;
|
2023-06-19 18:13:02 +07:00
|
|
|
background: #fff;
|
|
|
|
|
overflow: hidden;
|
2023-06-20 17:57:58 +07:00
|
|
|
font-size: 13px;
|
2023-06-19 18:13:02 +07:00
|
|
|
line-height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.art-item a {
|
2023-06-12 15:28:24 +07:00
|
|
|
display: block;
|
2023-06-19 18:13:02 +07:00
|
|
|
color: #000;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.art-item .art-img {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 56.5%;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.art-item .art-text {
|
2023-06-20 17:57:58 +07:00
|
|
|
padding: 9px 10px 16px 10px;
|
2023-06-12 15:28:24 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2023-06-19 18:13:02 +07:00
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
2023-06-12 15:28:24 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.art-item .art-time {
|
2023-06-20 17:57:58 +07:00
|
|
|
margin: 0 4px 0 0;
|
|
|
|
|
width: 34px;
|
|
|
|
|
height: 32px;
|
2023-06-19 18:13:02 +07:00
|
|
|
color: #fff;
|
2023-06-12 15:28:24 +07:00
|
|
|
font-weight: 700;
|
2023-06-20 17:57:58 +07:00
|
|
|
font-size: 9px;
|
|
|
|
|
line-height: 10px;
|
2023-06-19 18:13:02 +07:00
|
|
|
background: url(../images/art-bg-time.png) no-repeat;
|
|
|
|
|
background-position: center;
|
2023-06-20 17:57:58 +07:00
|
|
|
background-size: 34px 32px;
|
2023-06-12 15:28:24 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-06-19 18:13:02 +07:00
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
text-align: center;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.art-item .art-title {
|
|
|
|
|
font-weight: 600;
|
2023-06-20 17:57:58 +07:00
|
|
|
width: calc(100% - 38px);
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.art-item .art-summary {
|
2023-06-20 17:57:58 +07:00
|
|
|
font-size: 12px;
|
|
|
|
|
margin-top: 7px;
|
2023-06-19 18:13:02 +07:00
|
|
|
width: 100%;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group {
|
|
|
|
|
background: #fff;
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
-webkit-box-shadow: 3px -2px 11px 1px rgba(0, 0, 0, 0.25);
|
|
|
|
|
box-shadow: 3px -2px 11px 1px rgba(0, 0, 0, 0.25);
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
display: none;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .title {
|
|
|
|
|
background: #0080D7;
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
font-size: 18px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group p {
|
|
|
|
|
margin: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .pro-compare-holder {
|
|
|
|
|
padding: 12px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .compare-pro-holder .compare-item {
|
|
|
|
|
display: block;
|
|
|
|
|
width: calc(100% / 3 - 25px);
|
|
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
|
float: left;
|
|
|
|
|
border: 1px dashed #000;
|
|
|
|
|
color: #000;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 8px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .compare-pro-holder .compare-item:nth-child(3n) {
|
|
|
|
|
margin: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .btn-compare {
|
|
|
|
|
width: 100%;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
background: #0080D7;
|
2023-06-12 15:28:24 +07:00
|
|
|
color: #fff;
|
2023-06-19 18:13:02 +07:00
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: block;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .btn-compare:hover {
|
|
|
|
|
background: #1d6393;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .remove-compare::after, .global-compare-group .close-compare::after {
|
|
|
|
|
content: '\00D7';
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .remove-compare {
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
padding: 7px;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
cursor: pointer;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .compare-item img {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: auto;
|
|
|
|
|
max-width: 56%;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-compare-group .compare-item .name {
|
|
|
|
|
color: #000;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 20px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-header-container {
|
|
|
|
|
padding: 3px 10px 10px 10px;
|
2023-06-12 15:28:24 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2023-06-19 18:13:02 +07:00
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
2023-06-12 15:28:24 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-06-19 18:13:02 +07:00
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: 9;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-header-container::after {
|
|
|
|
|
content: '';
|
|
|
|
|
height: 61px;
|
|
|
|
|
position: absolute;
|
2023-06-12 15:28:24 +07:00
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2023-06-19 18:13:02 +07:00
|
|
|
top: calc(100% - 1px);
|
|
|
|
|
background: #007FD5;
|
|
|
|
|
border-radius: 0px 0px 30px 30px;
|
|
|
|
|
-webkit-transition: .3s all;
|
|
|
|
|
transition: .3s all;
|
2023-06-12 15:28:24 +07:00
|
|
|
z-index: -1;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-header-container img {
|
|
|
|
|
max-height: 42px;
|
|
|
|
|
display: block;
|
|
|
|
|
width: auto;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-header-container .mb-icons {
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-header-container .icon-menu {
|
|
|
|
|
background-position: -9px -6px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-header-container .icon-cart {
|
|
|
|
|
background-position: -54px -8px;
|
2023-06-12 15:28:24 +07:00
|
|
|
position: relative;
|
2023-06-19 18:13:02 +07:00
|
|
|
margin-right: 5px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-header-container .cart-count {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: -webkit-gradient(linear, right top, left top, from(#FFB800), to(#FF7A30));
|
|
|
|
|
background: linear-gradient(270deg, #FFB800 0%, #FF7A30 100%);
|
|
|
|
|
text-align: center;
|
2023-06-12 15:28:24 +07:00
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
2023-06-19 18:13:02 +07:00
|
|
|
line-height: 16px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 12px;
|
2023-06-12 15:28:24 +07:00
|
|
|
position: absolute;
|
2023-06-19 18:13:02 +07:00
|
|
|
top: -2px;
|
|
|
|
|
right: -5px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.header-search-group {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-top: 7px;
|
|
|
|
|
position: relative;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.header-search-group form {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 30px;
|
|
|
|
|
padding: 0 12px;
|
|
|
|
|
position: relative;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.header-search-group input {
|
2023-06-12 15:28:24 +07:00
|
|
|
border: 0;
|
|
|
|
|
margin: 0;
|
2023-06-19 18:13:02 +07:00
|
|
|
padding: 0;
|
|
|
|
|
height: 36px;
|
|
|
|
|
border-radius: 30px 0 0 30px;
|
|
|
|
|
color: #B6B6B6;
|
|
|
|
|
width: calc(100% - 36px);
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.header-search-group .icon-search {
|
2023-06-12 15:28:24 +07:00
|
|
|
position: absolute;
|
2023-06-19 18:13:02 +07:00
|
|
|
top: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
right: 0;
|
2023-06-19 18:13:02 +07:00
|
|
|
bottom: 0;
|
|
|
|
|
width: 36px;
|
|
|
|
|
height: 36px;
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
background-position: -9px -47px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.header-fixed {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
z-index: 99;
|
|
|
|
|
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
|
|
|
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
|
2023-06-20 17:57:58 +07:00
|
|
|
border-radius: 0 !important;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.header-fixed::after {
|
|
|
|
|
height: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.header-fixed .header-logo {
|
|
|
|
|
display: none;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.header-fixed .icon-cart {
|
|
|
|
|
-webkit-box-ordinal-group: 2;
|
|
|
|
|
-ms-flex-order: 1;
|
|
|
|
|
order: 1;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.header-fixed .header-search-group {
|
|
|
|
|
width: calc(100% - 98px);
|
|
|
|
|
margin: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.header-other-page {
|
|
|
|
|
border-radius: 0px 0px 30px 30px;
|
|
|
|
|
-webkit-transition: .3s all;
|
|
|
|
|
transition: .3s all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-other-page::after {
|
|
|
|
|
content: none;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-right {
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 9;
|
|
|
|
|
right: 10px;
|
|
|
|
|
bottom: 80px;
|
|
|
|
|
-webkit-animation-duration: 1s;
|
|
|
|
|
animation-duration: 1s;
|
|
|
|
|
animation-duration: 1s;
|
|
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
|
|
animation-fill-mode: both;
|
|
|
|
|
-webkit-transform: translateX(2000px) scale(0.7);
|
|
|
|
|
transform: translateX(2000px) scale(0.7);
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-fixed-right .mb-icons, .global-fixed-right .icons, .global-fixed-right .footer-info-group .icon-map::before, .footer-info-group .global-fixed-right .icon-map::before, .global-fixed-right .footer-info-group .icon-tel::before, .footer-info-group .global-fixed-right .icon-tel::before, .global-fixed-right .footer-info-group .icon-email::before, .footer-info-group .global-fixed-right .icon-email::before, .global-fixed-right .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .global-fixed-right a::before, .global-fixed-right .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-fixed-right .group-title::before {
|
2023-06-19 18:13:02 +07:00
|
|
|
display: block;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin: 0 0 4px 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-fixed-right .mb-icons:last-child, .global-fixed-right .icons:last-child, .global-fixed-right .footer-info-group .icon-map:last-child::before, .footer-info-group .global-fixed-right .icon-map:last-child::before, .global-fixed-right .footer-info-group .icon-tel:last-child::before, .footer-info-group .global-fixed-right .icon-tel:last-child::before, .global-fixed-right .footer-info-group .icon-email:last-child::before, .footer-info-group .global-fixed-right .icon-email:last-child::before, .global-fixed-right .global-support-group .item-sub-group a:last-child::before, .global-support-group .item-sub-group .global-fixed-right a:last-child::before, .global-fixed-right .product-detail-page .pd-offer-group .group-title:last-child::before, .product-detail-page .pd-offer-group .global-fixed-right .group-title:last-child::before {
|
2023-06-19 18:13:02 +07:00
|
|
|
margin-bottom: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-right .icon-phone {
|
|
|
|
|
background-position: -9px -162px;
|
2023-06-20 17:57:58 +07:00
|
|
|
-webkit-animation: phonering 1.8s infinite ease-in-out;
|
|
|
|
|
animation: phonering 1.8s infinite ease-in-out;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-right .icon-zalo {
|
|
|
|
|
background-position: -72px -162px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-right .icon-messenger {
|
|
|
|
|
background-position: -134px -162px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-fixed-right .icon-goTop {
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-position: -281.6px -200px;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
|
|
|
display: none;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-ms-flex-pack: distribute;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
background: #fff;
|
2023-06-20 17:57:58 +07:00
|
|
|
padding: 10px 0;
|
2023-06-19 18:13:02 +07:00
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
2023-06-20 17:57:58 +07:00
|
|
|
z-index: 98;
|
2023-06-19 18:13:02 +07:00
|
|
|
-webkit-box-shadow: 26px 3px 14px rgba(0, 0, 0, 0.25);
|
|
|
|
|
box-shadow: 26px 3px 14px rgba(0, 0, 0, 0.25);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 22px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom a {
|
|
|
|
|
color: #000;
|
|
|
|
|
font-weight: 500;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .mb-icons {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin: auto;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .icon-home {
|
|
|
|
|
background-position: -51px -53px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .icon-menu {
|
|
|
|
|
background-position: -88px -53px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .icon-support {
|
|
|
|
|
background-position: -124px -53px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .icon-buildpc {
|
|
|
|
|
background-position: -160px -53px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .icon-cart {
|
|
|
|
|
background-position: -198px -53px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .current {
|
|
|
|
|
color: #007FD5;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .current .icon-home {
|
|
|
|
|
background-position: -51px -89px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .current .icon-menu {
|
|
|
|
|
background-position: -88px -89px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .current .icon-support {
|
|
|
|
|
background-position: -124px -89px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .current .icon-buildpc {
|
|
|
|
|
background-position: -160px -89px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-fixed-bottom .current .icon-cart {
|
|
|
|
|
background-position: -198px -89px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -100%;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
background: #fff;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
width: 81%;
|
|
|
|
|
-webkit-box-shadow: 0px 0 9px 2px rgba(0, 0, 0, 0.3);
|
|
|
|
|
box-shadow: 0px 0 9px 2px rgba(0, 0, 0, 0.3);
|
|
|
|
|
-webkit-transition: .4s all;
|
|
|
|
|
transition: .4s all;
|
|
|
|
|
padding: 16px 0;
|
|
|
|
|
overflow: hidden;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container.show-menu {
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-menu-container a {
|
|
|
|
|
color: #000;
|
2023-06-12 15:28:24 +07:00
|
|
|
line-height: 20px;
|
2023-06-19 18:13:02 +07:00
|
|
|
padding: 10px 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .global-menu-content {
|
|
|
|
|
display: block;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-menu-container .global-menu-header {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
position: relative;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .header-user {
|
2023-06-12 15:28:24 +07:00
|
|
|
position: relative;
|
2023-06-19 18:13:02 +07:00
|
|
|
padding-left: 65px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
margin-bottom: 15px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .header-user::before {
|
2023-06-12 15:28:24 +07:00
|
|
|
content: '';
|
2023-06-19 18:13:02 +07:00
|
|
|
background: url(../images/sprite.png) no-repeat;
|
|
|
|
|
background-position: -234px -18px;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
2023-06-12 15:28:24 +07:00
|
|
|
position: absolute;
|
2023-06-19 18:13:02 +07:00
|
|
|
top: 0;
|
|
|
|
|
left: 12px;
|
|
|
|
|
-webkit-filter: invert(1);
|
|
|
|
|
filter: invert(1);
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .global-menu-list .title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
position: relative;
|
2023-06-12 15:28:24 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-06-19 18:13:02 +07:00
|
|
|
padding: 0 12px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .global-menu-list .title::before {
|
|
|
|
|
content: '';
|
|
|
|
|
background: url(../images/mb-sprite.png) no-repeat;
|
|
|
|
|
background-size: 250px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
background-position: -99px -7px;
|
|
|
|
|
-webkit-filter: invert(1);
|
|
|
|
|
filter: invert(1);
|
|
|
|
|
margin-right: 8px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .cat-item {
|
2023-06-12 15:28:24 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2023-06-19 18:13:02 +07:00
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
2023-06-12 15:28:24 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-06-19 18:13:02 +07:00
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
border-bottom: 1px solid #f3f3f3;
|
|
|
|
|
padding: 0 0 0 12px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .cat-item:first-child {
|
|
|
|
|
border-top: 1px solid #f3f3f3;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .sub-menu {
|
|
|
|
|
width: calc(100% - 25px);
|
|
|
|
|
border-top: 1px solid #f3f3f3;
|
|
|
|
|
background: #f3f3f3;
|
|
|
|
|
padding: 0 18px;
|
|
|
|
|
display: none;
|
|
|
|
|
margin-left: -12px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .sub-menu a {
|
2023-06-12 15:28:24 +07:00
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .cat-1 {
|
|
|
|
|
width: calc(100% - 46px);
|
2023-06-12 15:28:24 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2023-06-19 18:13:02 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-weight: 500;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .cat-thum {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: contain;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .cat-title {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
width: calc(100% - 40px);
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .menu-static-list {
|
|
|
|
|
padding: 0 12px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-menu-container .icons, .global-menu-container .footer-info-group .icon-map::before, .footer-info-group .global-menu-container .icon-map::before, .global-menu-container .footer-info-group .icon-tel::before, .footer-info-group .global-menu-container .icon-tel::before, .global-menu-container .footer-info-group .icon-email::before, .footer-info-group .global-menu-container .icon-email::before, .global-menu-container .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .global-menu-container a::before, .global-menu-container .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-menu-container .group-title::before {
|
2023-06-19 18:13:02 +07:00
|
|
|
background-size: 315px 400px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .icon-arrow {
|
|
|
|
|
border-left: 1px solid #f3f3f3;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 45px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 45px;
|
|
|
|
|
height: 45px;
|
|
|
|
|
background-position: -56px -181px;
|
|
|
|
|
background-size: 400px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .icon-arrow.active {
|
|
|
|
|
-webkit-transform: rotate(-180deg);
|
|
|
|
|
transform: rotate(-180deg);
|
|
|
|
|
background-position: -56px -184px;
|
|
|
|
|
border-left: 0;
|
|
|
|
|
border-right: 1px solid #f3f3f3;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .icon-close {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
2023-06-12 15:28:24 +07:00
|
|
|
position: absolute;
|
2023-06-19 18:13:02 +07:00
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
text-align: center;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .icon-close::before {
|
|
|
|
|
content: '\00D7';
|
|
|
|
|
font-size: 36px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .icon-phone {
|
|
|
|
|
background-position: -131px -123px;
|
|
|
|
|
background-size: 250px 250px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .icon-buildpc {
|
|
|
|
|
background-position: -43px -41px;
|
|
|
|
|
background-size: 215px 300px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .icon-deal {
|
|
|
|
|
background-position: 2px -35px;
|
|
|
|
|
background-size: 175px 260px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-19 18:13:02 +07:00
|
|
|
.global-menu-container .icon-news {
|
|
|
|
|
background-size: 250px;
|
|
|
|
|
background-position: -174px -121px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-footer-container {
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-news-container {
|
|
|
|
|
padding: 24px 10px 10px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-news-container .group-title {
|
2023-06-19 18:13:02 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-06-20 17:57:58 +07:00
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
border-bottom: 1px solid #BFBFBF;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
font-weight: 700;
|
2023-06-19 18:13:02 +07:00
|
|
|
font-size: 10px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-news-container .group-title .title {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
margin: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-news-container .group-title a {
|
|
|
|
|
color: #007FD5;
|
|
|
|
|
line-height: 19px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-news-container .group-title a::after {
|
|
|
|
|
content: '\00BB';
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
margin-left: 3px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-news-container .art-item {
|
|
|
|
|
margin: 4px 2px 6px 2px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container {
|
|
|
|
|
background: #F8F8FC;
|
|
|
|
|
padding: 15px 10px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .item {
|
|
|
|
|
overflow: hidden;
|
2023-06-19 18:13:02 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2023-06-20 17:57:58 +07:00
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-align: start;
|
|
|
|
|
-ms-flex-align: start;
|
|
|
|
|
align-items: flex-start;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 8px 0 0 8px;
|
|
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .image {
|
|
|
|
|
width: 33%;
|
|
|
|
|
height: 23%;
|
|
|
|
|
margin: 0 13px 0 0;
|
|
|
|
|
position: relative;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .icon-star {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 4px 0 1px -17px;
|
|
|
|
|
-webkit-transform: scale(0.6);
|
|
|
|
|
transform: scale(0.6);
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .text {
|
|
|
|
|
width: calc(100% - 33% - 13px);
|
|
|
|
|
position: relative;
|
|
|
|
|
border-top: 1px solid #FF5C00;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .summary {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
margin: 0 0 5px 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .customer-info {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .customer-info i {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-right: 7px;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
background-repeat: no-repeat;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .customer-info p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
width: calc(100% - 27px);
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
font-size: 8px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .customer-info p * {
|
|
|
|
|
display: block;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-review-container .customer-info b {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-policy-container {
|
|
|
|
|
color: #fff;
|
|
|
|
|
padding: 15px 10px 0 10px;
|
2023-06-19 18:13:02 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2023-06-20 17:57:58 +07:00
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-align: start;
|
|
|
|
|
-ms-flex-align: start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container .item {
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin: 0 0 25px 0;
|
|
|
|
|
min-width: 45%;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container .item * {
|
2023-06-19 18:13:02 +07:00
|
|
|
display: block;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container b {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 15px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container span {
|
|
|
|
|
max-width: 135px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container .icons, .footer-policy-container .footer-info-group .icon-map::before, .footer-info-group .footer-policy-container .icon-map::before, .footer-policy-container .footer-info-group .icon-tel::before, .footer-info-group .footer-policy-container .icon-tel::before, .footer-policy-container .footer-info-group .icon-email::before, .footer-info-group .footer-policy-container .icon-email::before, .footer-policy-container .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .footer-policy-container a::before, .footer-policy-container .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .footer-policy-container .group-title::before {
|
|
|
|
|
width: 42px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
background-size: 255px 300px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container .icon-truck {
|
|
|
|
|
background-position: -8px -83px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container .icon-return {
|
|
|
|
|
background-position: -72px -88px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container .icon-payment {
|
|
|
|
|
background-position: -8px -141px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container .icon-support {
|
|
|
|
|
background-position: -73px -141px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-policy-container .item-text {
|
|
|
|
|
width: calc(100% - 44px);
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .title {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: 44px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #333333;
|
|
|
|
|
margin: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0 10px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .title::after {
|
|
|
|
|
content: '\203A';
|
|
|
|
|
font-size: 24px;
|
2023-06-19 18:13:02 +07:00
|
|
|
position: absolute;
|
2023-06-20 17:57:58 +07:00
|
|
|
top: -1.5px;
|
|
|
|
|
right: 10px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .title.active::after {
|
|
|
|
|
-webkit-transform: rotate(90deg);
|
|
|
|
|
transform: rotate(90deg);
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .item {
|
|
|
|
|
border-bottom: 1px solid #F5F5F5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-info-group a {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 14px;
|
2023-06-19 18:13:02 +07:00
|
|
|
display: block;
|
2023-06-20 17:57:58 +07:00
|
|
|
color: #000000;
|
|
|
|
|
margin: 0 0 10px 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .item-list {
|
|
|
|
|
display: none;
|
2023-06-19 18:13:02 +07:00
|
|
|
padding: 10px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-map, .footer-info-group .icon-tel, .footer-info-group .icon-email {
|
|
|
|
|
padding-left: 24px;
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-bottom: 12px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-map::before, .footer-info-group .icon-tel::before, .footer-info-group .icon-email::before {
|
|
|
|
|
content: '';
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -3px;
|
|
|
|
|
left: 0;
|
|
|
|
|
background-position: -170px -144px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-tel::before {
|
|
|
|
|
background-position: -207px -143px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-email::before {
|
|
|
|
|
background-position: -243px -141px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-bct {
|
|
|
|
|
margin-top: 15px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-bct img {
|
|
|
|
|
display: block;
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
width: auto;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-facebook {
|
|
|
|
|
background-position: -9px -279px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-instagram {
|
|
|
|
|
background-position: -45px -279px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-tiktok {
|
|
|
|
|
background-position: -81px -279px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-mail {
|
|
|
|
|
background-position: -117px -279px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-phone {
|
|
|
|
|
background-position: -153px -279px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.footer-info-group .icon-youtube {
|
|
|
|
|
background-position: -189px -279px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-footer-end {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
padding-bottom: 80px;
|
|
|
|
|
background: #F8F8FC;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-footer-end img {
|
|
|
|
|
max-height: 74px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-footer-end .logo {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
display: block;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-footer-end p {
|
|
|
|
|
margin-bottom: 6px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-footer-end p:last-child {
|
|
|
|
|
margin: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-support-group {
|
|
|
|
|
padding: 16px 10px 8px 10px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-support-group .icons, .global-support-group .footer-info-group .icon-map::before, .footer-info-group .global-support-group .icon-map::before, .global-support-group .footer-info-group .icon-tel::before, .footer-info-group .global-support-group .icon-tel::before, .global-support-group .footer-info-group .icon-email::before, .footer-info-group .global-support-group .icon-email::before, .global-support-group .item-sub-group a::before, .global-support-group .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-support-group .group-title::before {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .sub-item {
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .sub-item a {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .title {
|
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 25px;
|
2023-06-19 18:13:02 +07:00
|
|
|
text-transform: uppercase;
|
2023-06-20 17:57:58 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-support-group .number {
|
|
|
|
|
background: #FF981F;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin: 0 12px 0 0;
|
|
|
|
|
padding: 0 10px 0 8px;
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 16px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-support-group .number::before {
|
|
|
|
|
content: '';
|
|
|
|
|
border-bottom: 22px solid #FF981F;
|
|
|
|
|
border-right: 6px solid transparent;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: -5.6px;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-support-group .number-2 {
|
|
|
|
|
background: #FF5F03;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .number-2::before {
|
|
|
|
|
border-bottom: 22px solid #FF5F03;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .number-3 {
|
|
|
|
|
background: #D91605;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .number-3::before {
|
|
|
|
|
border-bottom: 22px solid #D91605;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .number-4 {
|
|
|
|
|
background: #9D0D00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .number-4::before {
|
|
|
|
|
border-bottom: 22px solid #9D0D00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .item-sub-group a {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 19px;
|
|
|
|
|
color: #000000;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 22px;
|
|
|
|
|
margin: 4px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-support-group .item-sub-group a::before {
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
background-position: -279px -143px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-deal-countdown {
|
2023-06-12 15:28:24 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-06-19 18:13:02 +07:00
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
text-align: center;
|
2023-06-20 17:57:58 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-deal-countdown p {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-weight: 600;
|
2023-06-19 18:13:02 +07:00
|
|
|
font-size: 10px;
|
2023-06-20 17:57:58 +07:00
|
|
|
line-height: 12px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin: 0 8px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-deal-countdown p::after {
|
|
|
|
|
content: ':';
|
|
|
|
|
font-weight: 800;
|
2023-06-19 18:13:02 +07:00
|
|
|
font-size: 16px;
|
2023-06-20 17:57:58 +07:00
|
|
|
line-height: 32px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: -11px;
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
|
2023-06-20 17:57:58 +07:00
|
|
|
.global-deal-countdown p:last-child::after {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-deal-countdown p * {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.global-deal-countdown b {
|
|
|
|
|
width: 26px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
margin: 0 0 4px 0;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #001253;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .home-banner-container {
|
|
|
|
|
padding: 0 10px 10px 10px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .home-banner-slider {
|
|
|
|
|
min-height: 120px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .home-banner-slider img {
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .product-holder {
|
|
|
|
|
position: relative;
|
|
|
|
|
min-height: 300px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .p-item {
|
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
|
padding: 6px;
|
|
|
|
|
min-width: 160px;
|
|
|
|
|
overflow: unset;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .p-item .p-brand {
|
|
|
|
|
max-width: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .p-item .p-name {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
min-height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .p-item .p-price-group {
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
line-height: 10px;
|
|
|
|
|
min-height: 28px;
|
|
|
|
|
letter-spacing: -0.5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .p-item .p-price {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 10px;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .p-item .p-btn-group {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .p-item .p-btn-compare {
|
|
|
|
|
padding-left: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .banner-under-deal {
|
|
|
|
|
margin: 14px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .banner-under-deal img {
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-btn-group {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-pack: distribute;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-btn-group a {
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-btn-group span {
|
|
|
|
|
display: block;
|
|
|
|
|
max-width: 74px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-btn-group .mb-icons {
|
|
|
|
|
background-color: #007FD5;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: auto auto 4px auto;
|
|
|
|
|
width: 46px;
|
|
|
|
|
height: 46px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-btn-group .icon-menu {
|
|
|
|
|
background-position: -84px 7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-btn-group .icon-deal {
|
|
|
|
|
background-position: -119px 1.5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-btn-group .icon-buildpc {
|
|
|
|
|
background-position: -158px 5.5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-btn-group .icon-news {
|
|
|
|
|
background-position: -193px 7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-deal-group {
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background-position: center;
|
|
|
|
|
margin: 0 0 13px 0;
|
|
|
|
|
padding: 13px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-deal-group .group-title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 13px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-deal-group .title {
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
line-height: 33px;
|
|
|
|
|
margin: 0 0 9px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-deal-group .title span {
|
|
|
|
|
position: relative;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-deal-group .title span::before, .home-deal-group .title span::after {
|
|
|
|
|
content: '';
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
max-width: 60px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 1px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 7px;
|
|
|
|
|
left: -62px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-deal-group .title span::after {
|
|
|
|
|
left: unset;
|
|
|
|
|
right: -62px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-deal-group .btn-view {
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
margin: 13px auto 0 auto;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #FF1313;
|
|
|
|
|
border-radius: 40px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
max-width: 106px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-deal-group .product-holder {
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-deal-group .p-item {
|
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
-webkit-box-shadow: 0px 0.55159px 4.4127px rgba(0, 0, 0, 0.25);
|
|
|
|
|
box-shadow: 0px 0.55159px 4.4127px rgba(0, 0, 0, 0.25);
|
|
|
|
|
min-width: 146px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container {
|
|
|
|
|
margin: 14px 0;
|
|
|
|
|
padding: 20px 010px;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background-position: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .container {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
margin-bottom: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a {
|
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
|
-webkit-box-shadow: 0px 0.91489px 1.82979px 0.91489px rgba(0, 0, 0, 0.25);
|
|
|
|
|
box-shadow: 0px 0.91489px 1.82979px 0.91489px rgba(0, 0, 0, 0.25);
|
|
|
|
|
border-radius: 7px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #000000;
|
|
|
|
|
padding: 5px 10px;
|
|
|
|
|
min-width: 145px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a:nth-child(1) .image {
|
|
|
|
|
background: #FF7E00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a:nth-child(2) .image {
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#037FAA), to(#00B2F0));
|
|
|
|
|
background: linear-gradient(180deg, #037FAA 0%, #00B2F0 100%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a:nth-child(3) .image {
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#FFF500), to(#FFBF42));
|
|
|
|
|
background: linear-gradient(180deg, #FFF500 0%, #FFBF42 100%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a:nth-child(4) .image {
|
|
|
|
|
background: linear-gradient(359.34deg, #42FF92 -6.9%, #1F834A 107.13%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a.current {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a.current .image {
|
|
|
|
|
-webkit-filter: saturate(1.8);
|
|
|
|
|
filter: saturate(1.8);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a.current:nth-child(1) {
|
|
|
|
|
background: #FF7E00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a.current:nth-child(1) .image {
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a.current:nth-child(2) {
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#037FAA), to(#00B2F0));
|
|
|
|
|
background: linear-gradient(180deg, #037FAA 0%, #00B2F0 100%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a.current:nth-child(3) {
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#FFF500), to(#FFBF42));
|
|
|
|
|
background: linear-gradient(180deg, #FFF500 0%, #FFBF42 100%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group a.current:nth-child(4) {
|
|
|
|
|
background: linear-gradient(359.34deg, #42FF92 -6.9%, #1F834A 107.13%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group .image {
|
|
|
|
|
width: 35px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
background: #FF7E00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group i {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-size: calc(100% - 14px);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group b {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group .text {
|
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .collection-tab-group .text span {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .btn-view {
|
|
|
|
|
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;
|
|
|
|
|
margin: 14px auto 0 auto;
|
|
|
|
|
max-width: 90px;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #fff;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #fff;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-collection-container .btn-view::after {
|
|
|
|
|
content: '\00BB';
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin: -1px 0 0 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group {
|
|
|
|
|
margin: 15px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group .box-title-holder {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0 0 9px 0;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group .box-title-holder::after {
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 15px;
|
|
|
|
|
height: 2px;
|
|
|
|
|
background: #FF7A00;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group .title {
|
|
|
|
|
background: #0080D7;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin: 0;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0px 9px 0 9px;
|
|
|
|
|
max-width: calc(100% - 134px);
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group .title::after {
|
|
|
|
|
content: '';
|
|
|
|
|
border-bottom: 34px solid #0080D7;
|
|
|
|
|
border-right: 26px solid transparent;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: -25.5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group .title span {
|
|
|
|
|
display: block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group .btn-view {
|
|
|
|
|
color: #000;
|
|
|
|
|
height: 34px;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group .btn-view::after {
|
|
|
|
|
content: '\00BB';
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group .cat-child-list {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-box-group .cat-child-list a {
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
background: #EEEEEE;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page {
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .product-banner-group {
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .product-banner-group img {
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .product-holder {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .p-item {
|
|
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
|
width: calc(100% / 2 - 19px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .p-item:nth-child(2n) {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .static-html-group {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 32px 0 0 0;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .static-html-group::before, .product-page .static-html-group::after {
|
|
|
|
|
content: '';
|
|
|
|
|
height: 1px;
|
|
|
|
|
background: #FF5353;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -1px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
-webkit-transform: translateX(-50%);
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .static-html-group::after {
|
|
|
|
|
width: 50%;
|
|
|
|
|
top: 7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .static-btn-group {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 20px 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .static-btn-group a {
|
|
|
|
|
display: none;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
max-width: 120px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #373737;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #373737;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #373737;
|
|
|
|
|
border-radius: 30px;
|
|
|
|
|
-webkit-transition: .15s all;
|
|
|
|
|
transition: .15s all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .static-btn-group a::after {
|
|
|
|
|
content: '\00BB';
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .static-btn-group a:last-child::after {
|
|
|
|
|
-webkit-transform: rotate(-90deg);
|
|
|
|
|
transform: rotate(-90deg);
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .box-filter-group .title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
margin: 0 0 6px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .filter-title-list {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .filter-title-list select {
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
appearance: none;
|
|
|
|
|
background: url(../images/icon-down.png) no-repeat;
|
|
|
|
|
background-size: 8px 5px;
|
|
|
|
|
background-position: center right 6px;
|
|
|
|
|
padding: 0 20px 0 10px;
|
|
|
|
|
background-color: #F3F3F3;
|
|
|
|
|
border: 1px solid #CECECE;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .filter-title-list a {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
|
background: #F3F3F3;
|
|
|
|
|
border: 1px solid #CECECE;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
height: 31px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 0 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .sort-title-list {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .sort-title-list a {
|
|
|
|
|
background: #F3F3F3;
|
|
|
|
|
border: 1px solid #CECECE;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
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;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .sort-title-list .current {
|
|
|
|
|
background: #007FD5;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .sort-title-list .current .mb-icons {
|
|
|
|
|
-webkit-filter: brightness(100);
|
|
|
|
|
filter: brightness(100);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .sort-title-list .mb-icons {
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .sort-title-list .icon-up {
|
|
|
|
|
background-position: -9px -126px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .sort-title-list .icon-down {
|
|
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
|
|
transform: rotate(180deg);
|
|
|
|
|
background-position: -9px -126px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .sort-title-list .icon-eye {
|
|
|
|
|
background-position: -69px -122px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .sort-title-list .icon-box {
|
|
|
|
|
background-position: -98px -122px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-page .icon-filter {
|
|
|
|
|
width: 13px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
background-position: -8px -81px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-display-list .p-item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-display-list .p-item .p-img {
|
|
|
|
|
width: 36%;
|
|
|
|
|
padding-bottom: 36%;
|
|
|
|
|
margin: 0 12px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-display-list .p-item .p-text {
|
|
|
|
|
width: calc(100% - 36% - 12px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-display-list .p-item .p-icons-group {
|
|
|
|
|
right: unset;
|
|
|
|
|
left: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: -100%;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
width: 85%;
|
|
|
|
|
-webkit-transition: .3s all;
|
|
|
|
|
transition: .3s all;
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group.active {
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-button {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
padding: 8px 10px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
-webkit-box-shadow: 0px -1px 6px 1px #ebebeb;
|
|
|
|
|
box-shadow: 0px -1px 6px 1px #ebebeb;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-button a {
|
|
|
|
|
color: #000;
|
|
|
|
|
width: calc(100% / 3 - 6px);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #e6e6e6;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #e6e6e6;
|
|
|
|
|
color: #000;
|
|
|
|
|
background: #fff;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-button a:first-child::before {
|
|
|
|
|
content: '\2716';
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-button a:nth-child(2) {
|
|
|
|
|
margin: 0 8px;
|
|
|
|
|
color: #CE000C;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-button a:nth-child(2)::before {
|
|
|
|
|
content: '\21BB';
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-button a:nth-child(3) {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: #007FD5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-body {
|
|
|
|
|
height: calc(100% - 72px);
|
|
|
|
|
overflow: auto;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-body a {
|
|
|
|
|
color: #000;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
border: 1px solid #e0e0e0;
|
|
|
|
|
margin: 0 8px 8px 0;
|
|
|
|
|
width: calc(100% / 2 - 6px);
|
|
|
|
|
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;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-body a:nth-child(2n) {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .popup-body a.selected {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: #007FD5;
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .title {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .item {
|
|
|
|
|
margin: 30px 0 20px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .brand-item a {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
height: 36px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup-filter-group .list-holder {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .page-title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
padding-bottom: 13px;
|
|
|
|
|
margin: 0 0 13px 0;
|
|
|
|
|
border-bottom: 1px solid #E7E7E7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-image-group {
|
|
|
|
|
min-height: 40vh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-image-large {
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-image-large .item {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
padding-bottom: 100%;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-image-gallery {
|
|
|
|
|
margin: 30px 0 15px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-image-gallery .item {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
border: 1px solid #E0E0E0;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-bottom: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-image-gallery .current .item {
|
|
|
|
|
border-color: #CE000C;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-status-group {
|
|
|
|
|
margin: 15px 0 10px 0;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-status-group p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-status-group .icon-star {
|
|
|
|
|
-webkit-transform: scale(0.8);
|
|
|
|
|
transform: scale(0.8);
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
margin: 0 0 0 -7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-summary-group {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-summary-group .item {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-summary-group .item::before {
|
|
|
|
|
content: '\26AC';
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: -1px;
|
|
|
|
|
color: #D9D9D9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-deal-holder {
|
|
|
|
|
margin: 10px 0 15px 0;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #CE000C;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #CE000C;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-deal-holder p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-deal-holder .group-title {
|
|
|
|
|
background: #CE000C;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-deal-holder .group-title::after {
|
|
|
|
|
content: '';
|
|
|
|
|
border-top: 50px solid #CE000C;
|
|
|
|
|
border-right: 13px solid transparent;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: -12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-deal-holder .group-title i {
|
|
|
|
|
width: 23px;
|
|
|
|
|
height: 23px;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 23px;
|
|
|
|
|
-webkit-animation: tada 2s linear infinite;
|
|
|
|
|
animation: tada 2s linear infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .deal-countdown {
|
|
|
|
|
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;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
color: #1B49C0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .deal-countdown * {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .deal-countdown p {
|
|
|
|
|
margin: 0 5px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .deal-countdown p::after {
|
|
|
|
|
content: ":";
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
font-size: 15.1011px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 2px;
|
|
|
|
|
right: -7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .deal-countdown p:first-child {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .deal-countdown p:last-child::after {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .deal-countdown b {
|
|
|
|
|
width: 19px;
|
|
|
|
|
height: 23px;
|
|
|
|
|
line-height: 23px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
background: #1B49C0;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin: 0 auto 2px auto;
|
|
|
|
|
letter-spacing: -.7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-deal-count p {
|
|
|
|
|
margin: 0 0 8px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-deal-group {
|
|
|
|
|
position: relative;
|
|
|
|
|
background: -webkit-gradient(linear, right top, left top, from(rgba(255, 184, 0, 0.3)), to(rgba(255, 122, 48, 0.3)));
|
|
|
|
|
background: linear-gradient(270deg, rgba(255, 184, 0, 0.3) 0%, rgba(255, 122, 48, 0.3) 100%);
|
|
|
|
|
border-radius: 26px;
|
|
|
|
|
height: 9px;
|
|
|
|
|
line-height: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-deal-group::before {
|
|
|
|
|
content: '';
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 14px;
|
|
|
|
|
background: url(../images/p-bg-deal.png) no-repeat;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: -1px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-deal-group .pd-line {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
border-radius: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-price-group {
|
|
|
|
|
background: #F5F5F5;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
padding: 4px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-price-group * {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-price {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
line-height: 44px;
|
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-old-price {
|
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
|
color: #999999;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-variant-group {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-variant-group .group-title {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-variant-group .pd-variant-list {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-variant-group .item {
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 6px 4px;
|
|
|
|
|
margin: 10px 8px 0 0;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
width: calc(100% / 3 - 14px);
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
|
|
|
letter-spacing: -0.5px;
|
|
|
|
|
-webkit-transition: .1s all;
|
|
|
|
|
transition: .1s all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-variant-group .item:nth-child(3n) {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-variant-group .item.current {
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #CE000C;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #CE000C;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-variant-group .price {
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-variant-group .name {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-quantity-group {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin: 12px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-quantity-group p {
|
|
|
|
|
margin: 0 13px 0 0;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-quantity-holder {
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #B6B6B6;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #B6B6B6;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
width: 111px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-quantity-holder * {
|
|
|
|
|
color: #000;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-quantity-holder a {
|
|
|
|
|
width: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-quantity-holder input {
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
width: calc(100% - 60px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-btn-group {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-btn-group a {
|
|
|
|
|
margin: 0 10px 10px 0;
|
|
|
|
|
width: calc(100% / 2 - 5px);
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
background: -webkit-gradient(linear, right top, left top, from(#FFB800), to(#FF7A30));
|
|
|
|
|
background: linear-gradient(270deg, #FFB800 0%, #FF7A30 100%);
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
-webkit-transition: .2s all;
|
|
|
|
|
transition: .2s all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-btn-group a:hover {
|
|
|
|
|
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
|
|
|
|
|
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-btn-group a:nth-child(2) {
|
|
|
|
|
background: #fff;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 0px 1px #DA251C;
|
|
|
|
|
box-shadow: 0px 0px 0px 1px #DA251C;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-btn-group a:nth-child(2):hover {
|
|
|
|
|
-webkit-box-shadow: 0px 0px 5px 1px #DA251C;
|
|
|
|
|
box-shadow: 0px 0px 5px 1px #DA251C;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-offer-group {
|
|
|
|
|
border: 1px dashed #CE000C;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-offer-group .group-title {
|
|
|
|
|
background: #CE000C;
|
|
|
|
|
border-radius: 21px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 0 10px 0 35px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -14px;
|
|
|
|
|
left: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-offer-group .group-title::before {
|
|
|
|
|
content: '';
|
|
|
|
|
width: 28px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 10px;
|
|
|
|
|
top: 0px;
|
|
|
|
|
background-position: -8px -316px;
|
|
|
|
|
background-size: 265px 350px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-offer-list {
|
|
|
|
|
padding: 15px 12px 12px 14px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail-page .pd-offer-list .item {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 403px) {
|
|
|
|
|
.footer-policy-container .item {
|
|
|
|
|
min-width: unset;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.footer-policy-container span {
|
|
|
|
|
max-width: unset;
|
|
|
|
|
}
|
|
|
|
|
.global-support-group .sub-item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.product-detail-page .pd-deal-count {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
.product-detail-page .pd-variant-group .item {
|
|
|
|
|
width: calc(100% / 2 - 12px);
|
|
|
|
|
}
|
|
|
|
|
.product-detail-page .pd-variant-group .item:nth-child(2n) {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
.product-detail-page .pd-variant-group .item:nth-child(3n) {
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 320px) {
|
|
|
|
|
.global-fixed-bottom a {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
}
|
|
|
|
|
.product-page .product-holder .p-item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
|
}
|
|
|
|
|
.product-page .product-holder .p-item .p-img {
|
|
|
|
|
width: 36%;
|
|
|
|
|
padding-bottom: 36%;
|
|
|
|
|
margin: 0 12px 0 0;
|
|
|
|
|
}
|
|
|
|
|
.product-page .product-holder .p-item .p-text {
|
|
|
|
|
width: calc(100% - 36% - 12px);
|
|
|
|
|
}
|
|
|
|
|
.product-page .product-holder .p-item .p-icons-group {
|
|
|
|
|
right: unset;
|
|
|
|
|
left: 8px;
|
|
|
|
|
}
|
|
|
|
|
.popup-filter-group {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.popup-filter-group .popup-button a {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
.product-detail-page .pd-deal-holder .group-title {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.product-detail-page .deal-countdown {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.product-detail-page .pd-variant-group .item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.product-detail-page .pd-btn-group a {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2023-06-12 15:28:24 +07:00
|
|
|
}
|
|
|
|
|
/*# sourceMappingURL=mobile_css.css.map */
|