Files
du_an_khach_hang/May Tinh Viet Phong/scss/pc_style.css

6053 lines
150 KiB
CSS
Raw Normal View History

body {
color: #000;
font-family: 'Roboto', sans-serif;
background: #F0F0F0;
position: relative;
font-size: 14px;
min-width: 1224px;
word-break: break-word;
counter-reset: section;
font-weight: 400;
}
.bg-grey {
background: #F8F8F8;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.ul, .pd-static-text-group .box-policy ul, .ol {
margin: 0;
padding: 0;
list-style: none;
}
img {
max-width: 100%;
height: auto;
}
.clearfix::after, .art-item .art-text::after, .header-menu-group .sub-menu::after, .homepage .home-banner-container::after, .product-detail-page .page-title-group::after, .pd-info-container .col-left::after {
content: '';
clear: both;
display: block;
}
.clear {
clear: both;
}
.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;
}
button, input, select {
outline: none !important;
color: #000;
}
table {
width: 100%;
-webkit-overflow-scrolling: touch;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select, textarea, input {
font-size: 16px;
}
}
@media (min-width: 1200px) {
select, textarea, input {
font-size: 14px;
}
}
iframe {
max-width: 100%;
}
.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-22 {
font-size: 22px;
}
.text-24 {
font-size: 24px;
}
.text-25 {
font-size: 25px;
}
.text-26 {
font-size: 26px;
}
.text-27 {
font-size: 27px;
}
.text-28 {
font-size: 28px;
}
.text-30 {
font-size: 30px;
}
.text-36 {
font-size: 36px;
}
.blue {
color: #0085FF;
}
.blue-light {
color: #00FFF0;
}
.red, .p-item .p-sku span, .p-item .p-outstock, .p-item .p-name:hover, .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-filter-container a:hover, .product-filter-container .filter-list .current, .product-detail-page .pd-btn-compare.selected, .product-detail-page .pd-price-group, .product-detail-page .pd-variant-group .item:hover, .product-detail-page .pd-variant-group .item.current, .product-detail-page .pd-btn-group a:nth-child(2), .pd-static-text-group .support-list a:hover, .pd-comment-pro_compare-container .pd-product-holder .price, .cart-product-holder .item-name:hover {
color: #CE000C;
}
.yellow {
color: #fdb813;
}
.black {
color: #222;
}
.grey {
color: #888;
}
.green {
color: #29A07E;
}
.orange {
color: #FE7801;
}
.color-main, .label-container:hover, .global-breadcrumb a:hover, .art-item a:hover, .global-support-group .item-sub-group a:hover, .header-group-right a:hover, .global-header-static a:hover, .header-menu-group .sub-menu a:hover, .header-menu-group .cat-2, .footer-info-group a:hover, .home-box-group .cat-child-list a:hover, .home-box-group .btn-view:hover, .pd-static-text-group .box-policy a:hover, .pd-comment-pro_compare-container .pd-product-holder .name:hover {
color: #0080D7;
}
.bg-blue {
background: #005BAD;
}
.bg-red {
background: #D91605;
}
.bg-white {
background: #fff;
}
.bg-orange {
background: #ff9219;
}
.bg-green {
background: #29A07E;
}
.bg-main, .header-menu-group .title, .header-menu-group .cat-item:hover .cat-1, .header-menu-group .sub-menu::-webkit-scrollbar-thumb, .footer-news-container .group-title a, .footer-policy-container {
background: #0080D7;
}
.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;
}
.underline {
text-decoration: underline;
}
.fit-img, .p-item .p-img img, .art-item img, .product-detail-page .pd-image-large img, .product-detail-page .pd-image-gallery img {
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;
margin-top: 2px;
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;
}
.hover-img a, .product-page .product-banner-group a, .pd-static-text-group .pd-banner-group a {
position: relative;
overflow: hidden;
display: block;
}
.hover-img a::before, .product-page .product-banner-group a::before, .pd-static-text-group .pd-banner-group a::before {
content: "";
position: absolute;
top: 0;
left: -15%;
bottom: 0;
width: 0;
height: 100%;
background-color: rgba(255, 255, 255, 0.5);
-webkit-transition: none;
transition: none;
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.hover-img a:hover::before, .product-page .product-banner-group a:hover::before, .pd-static-text-group .pd-banner-group a:hover::before {
width: 120%;
background-color: rgba(255, 255, 255, 0);
-webkit-transition: all .45s ease-out;
transition: all .45s ease-out;
z-index: 2;
}
.scale-img {
display: block;
overflow: hidden;
}
.scale-img:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.scale-img img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s all;
transition: .3s all;
}
::-webkit-scrollbar-track {
background: #f5f5f5;
}
::-webkit-scrollbar-thumb {
background: #606060;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #aaa;
}
::-webkit-scrollbar {
width: 15px;
height: 10px;
}
.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: 500px;
min-height: 300px;
}
.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: 200px;
}
.bg-linear {
background: linear-gradient(90.13deg, #FF7E00 1.62%, #FF4949 98.76%);
}
.bg-linear-animate, .p-item .p-deal-line, .global-header-top .group-title, .product-detail-page .pd-deal-group .pd-line {
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;
}
.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;
}
@-webkit-keyframes calllink {
0% {
color: #eba11e;
}
50% {
color: #fff;
}
100% {
color: #ebfa48;
}
}
@keyframes calllink {
0% {
color: #eba11e;
}
50% {
color: #fff;
}
100% {
color: #ebfa48;
}
}
@-webkit-keyframes pulse {
from {
width: 23px;
height: 23px;
}
to {
width: 46px;
height: 46px;
}
}
@keyframes pulse {
from {
width: 23px;
height: 23px;
}
to {
width: 46px;
height: 46px;
}
}
@-webkit-keyframes zoomIn {
from {
width: 31px;
height: 31px;
}
to {
width: 62px;
height: 62px;
}
}
@keyframes zoomIn {
from {
width: 31px;
height: 31px;
}
to {
width: 62px;
height: 62px;
}
}
@-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;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-8deg);
transform: scale(0.9) rotate(-8deg);
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg);
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg);
}
100%, 80% {
-webkit-transform: scale(1.2) rotate(0);
transform: scale(1.2) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-8deg);
transform: scale(0.9) rotate(-8deg);
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg);
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg);
}
100%, 80% {
-webkit-transform: scale(1.2) rotate(0);
transform: scale(1.2) rotate(0);
}
}
.inherit, .global-breadcrumb h1, .p-item .p-name * {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
margin: 0;
}
.line-clamp-2, .p-item .p-name *, .art-item .art-title, .global-compare-group .compare-item .name, .pd-comment-pro_compare-container .pd-product-holder .name, .pd-comment-pro_compare-container .pd-product-holder .summary {
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-3, .art-item .art-summary {
text-overflow: ellipsis;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-4 {
text-overflow: ellipsis;
-webkit-line-clamp: 4;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-5, .footer-review-container .summary {
text-overflow: ellipsis;
-webkit-line-clamp: 5;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.container {
max-width: 1224px;
min-width: 1224px;
}
.row {
margin: 0 -12px;
}
.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
padding: 0 12px;
}
.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;
line-height: 21px;
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 {
border-color: #FF7A00;
}
.label-container input:checked ~ .checkmark:after {
display: block;
}
.label-container input:checked ~ .checkmark:after {
content: '';
width: 8px;
height: 8px;
background: #FF7A00;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.global-breadcrumb {
font-size: 14px;
line-height: 20px;
padding-top: 14px;
padding-bottom: 14px;
}
.global-breadcrumb a {
color: #000000;
}
.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 {
content: '/';
padding: 0 4px;
}
.global-breadcrumb li:last-child::after {
content: none;
}
.paging {
margin: 20px 0;
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 {
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
background: #F3F3F3;
text-align: center;
color: #000;
margin: 0 4px;
-webkit-transition: .12s all;
transition: .12s all;
}
.paging a:hover, .paging a.current {
background-color: #FFC21F;
color: #fff;
}
.paging .icon-prev, .paging .icon-next {
background: url(../images/icon-left.png) no-repeat center;
background-size: 7px 12px;
background-color: #F3F3F3;
font-size: 0 !important;
}
.paging .icon-next {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.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;
}
.bg-popup {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 99;
cursor: pointer;
}
.icons, .global-support-group .item-sub-group a::before, .global-header-top .group-right::before, .header-search-group button::before, .header-menu-group .title::before, .footer-info-group .icon-map::before, .footer-info-group .icon-tel::before, .footer-info-group .icon-email::before, .homepage .banner-video::after, .product-detail-page .pd-offer-group .group-title::before, .pd-static-text-group .support-list a::before, .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-form-group .group-title a::before {
background: url(../images/sprite.png) no-repeat;
background-size: 315px 400px;
}
.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 {
left: 0px;
}
.custom-nav .owl-nav .owl-next {
right: 0px;
}
.custom-nav .owl-nav .arrow {
width: 26px;
height: 53px;
display: block;
background: url(../images/icon-left.png) no-repeat;
background-position: 6px center;
background-size: 8px 16px;
-webkit-transition: .2s all;
transition: .2s all;
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;
}
.custom-nav .owl-nav .arrow-next {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.custom-dots .owl-dots {
position: absolute;
margin: 0 !important;
left: 0;
right: 0;
bottom: 10px;
}
.custom-dots .owl-dots .owl-dot {
margin: 0 7px;
width: 8px;
height: 8px;
border-radius: 50px;
background: transparent;
-webkit-transition: .2s all;
transition: .2s all;
background: #ccc;
}
.custom-dots .owl-dots .owl-dot span {
display: none;
}
.custom-dots .owl-dots .owl-dot.active {
width: 30px;
}
.custom-dots .owl-dots .owl-dot.active, .custom-dots .owl-dots .owl-dot:hover {
background: #0080D7;
}
.p-item {
background: #FFFFFF;
overflow: hidden;
position: relative;
padding: 9px;
-webkit-box-shadow: 0px 0.8936px 7.14881px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0.8936px 7.14881px rgba(0, 0, 0, 0.25);
border-radius: 13px;
font-size: 13px;
line-height: 16px;
z-index: 1;
}
.p-item img {
display: block;
width: auto;
}
.p-item p {
margin: 0;
}
.p-item:hover {
-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.p-item:hover .p-img img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.p-item .p-img {
display: block;
position: relative;
padding-bottom: 100%;
overflow: hidden;
margin-bottom: 7px;
border-radius: inherit;
}
.p-item .p-img img {
-webkit-transition: .4s all !important;
transition: .4s all !important;
-webkit-transform: scale(1);
transform: scale(1);
}
.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: 39px;
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;
margin: auto;
}
.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;
font-size: 12px;
line-height: 22px;
margin: 5px 0;
}
.p-item .p-brand {
font-weight: 500;
text-transform: uppercase;
line-height: 22px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100px;
}
.p-item .p-brand img {
max-height: 22px;
}
.p-item .p-name {
display: block;
color: #000;
font-weight: 500;
margin: 5px 0 7px 0;
min-height: 32px;
}
.p-item .p-price-group {
margin: 7px 0 10px 0;
min-height: 38px;
font-size: 12px;
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;
}
.p-item .p-price {
color: #000000;
margin: 0 0 6px 0;
font-weight: 700;
font-size: 16px;
width: 100%;
}
.p-item del {
font-weight: 500;
margin-right: 4px;
color: #999999;
}
.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;
font-size: 12px;
}
.p-item .p-btn-compare {
color: #FF7A00;
position: relative;
padding-left: 20px;
}
.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: '+';
width: 13px;
height: 13px;
line-height: 13px;
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;
top: 4px;
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;
margin-left: 6px;
-webkit-transition: .15s all;
transition: .15s all;
}
.p-item .p-btn-buy:hover {
-webkit-filter: invert(1);
filter: invert(1);
}
.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;
}
.p-item .p-deal-group {
margin: 10px 0 9px 0;
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: 18px;
line-height: 18px;
text-align: center;
}
.p-item .p-deal-group::before {
content: '';
width: 20px;
height: 27px;
background: url(../images/p-bg-deal.png) no-repeat;
background-size: contain;
position: absolute;
bottom: 0;
left: 0px;
z-index: 1;
}
.p-item .p-deal-line {
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;
font-weight: 500;
font-size: 10.7232px;
}
.p-item .p-countdown {
text-align: right;
font-weight: 300;
font-size: 10.7232px;
line-height: 13px;
}
.p-item .p-countdown * {
display: inline-block;
margin: 0;
}
.art-item {
-webkit-box-shadow: 0px 0.7487px 2.9948px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0.7487px 2.9948px rgba(0, 0, 0, 0.2);
border-radius: 8px;
background: #fff;
overflow: hidden;
font-size: 12px;
line-height: 16px;
-webkit-transition: .2s all;
transition: .2s all;
}
.art-item:hover {
-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.art-item a {
display: block;
color: #000;
}
.art-item .art-img {
position: relative;
padding-bottom: 56.5%;
}
.art-item .art-text {
padding: 9px 9px 12px 9px;
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;
}
.art-item .art-time {
margin: 0 10px 0 0;
width: 60px;
height: 38px;
padding: 0 10px;
color: #fff;
font-weight: 700;
font-size: 12px;
line-height: 14px;
background: url(../images/art-bg-time.png) no-repeat;
background-position: center;
background-size: contain;
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;
}
.art-item .art-title {
font-weight: 600;
font-size: 14px;
line-height: 16px;
width: calc(100% - 70px);
}
.art-item .art-summary {
padding: 0 2px;
margin-top: 13px;
width: 100%;
}
.global-support-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.global-support-group .icons, .global-support-group .item-sub-group a::before, .global-support-group .global-header-top .group-right::before, .global-header-top .global-support-group .group-right::before, .global-support-group .header-search-group button::before, .header-search-group .global-support-group button::before, .global-support-group .header-menu-group .title::before, .header-menu-group .global-support-group .title::before, .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 .homepage .banner-video::after, .homepage .global-support-group .banner-video::after, .global-support-group .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-support-group .group-title::before, .global-support-group .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .global-support-group a::before, .global-support-group .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .global-support-group .item:nth-child(3)::before, .global-support-group .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .global-support-group .item:nth-child(4)::before, .global-support-group .cart-form-group .group-title a::before, .cart-form-group .group-title .global-support-group a::before {
width: 20px;
height: 20px;
}
.global-support-group .sub-item {
width: 25%;
}
.global-support-group .sub-item:nth-child(n+5) {
margin-top: 25px;
}
.global-support-group .sub-item a {
position: relative;
}
.global-support-group .title {
margin: 0 0 15px 0;
font-weight: 600;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.global-support-group .number {
background: #FF981F;
color: #fff;
font-weight: 600;
margin: 0 18px 0 0;
padding: 0 8px;
position: relative;
}
.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;
}
.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-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 13px;
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-header-top {
font-size: 13px;
}
.global-header-top .group-left {
padding: 7px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.global-header-top .group-left a {
margin-right: 20px;
}
.global-header-top .group-title {
margin: 0 18px 0 0;
line-height: 25px;
border-radius: 30px;
padding: 0 9px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
}
.global-header-top .icons, .global-header-top .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .global-header-top a::before, .global-header-top .group-right::before, .global-header-top .header-search-group button::before, .header-search-group .global-header-top button::before, .global-header-top .header-menu-group .title::before, .header-menu-group .global-header-top .title::before, .global-header-top .footer-info-group .icon-map::before, .footer-info-group .global-header-top .icon-map::before, .global-header-top .footer-info-group .icon-tel::before, .footer-info-group .global-header-top .icon-tel::before, .global-header-top .footer-info-group .icon-email::before, .footer-info-group .global-header-top .icon-email::before, .global-header-top .homepage .banner-video::after, .homepage .global-header-top .banner-video::after, .global-header-top .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-header-top .group-title::before, .global-header-top .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .global-header-top a::before, .global-header-top .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .global-header-top .item:nth-child(3)::before, .global-header-top .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .global-header-top .item:nth-child(4)::before, .global-header-top .cart-form-group .group-title a::before, .cart-form-group .group-title .global-header-top a::before {
width: 20px;
height: 20px;
}
.global-header-top .icon-phone {
background-position: -9px -8px;
}
.global-header-top .icon-news {
background-position: -45px -8px;
margin-right: 2px;
}
.global-header-top .icon-contact {
background-position: -81px -7px;
margin-right: 2px;
}
.global-header-top .item:hover .global-support-group {
top: 100%;
opacity: 1;
visibility: visible;
z-index: 3;
}
.global-header-top .global-support-group {
width: 1200px;
background: #fff;
position: absolute;
left: 12px;
top: calc(100% + 50px);
border-radius: 7px;
padding: 20px;
-webkit-transition: .25s all;
transition: .25s all;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
opacity: 0;
visibility: visible;
z-index: -2;
}
.global-header-top .group-right {
padding: 7px 0;
position: relative;
color: #fff;
position: relative;
}
.global-header-top .group-right::before {
content: '';
position: absolute;
left: -28px;
top: 6px;
background-position: -117px -9px;
}
.global-header-top .group-right:hover .sub-item {
opacity: 1;
visibility: visible;
z-index: 3;
top: calc(100% + 7px);
}
.global-header-top .group-right a {
color: #fff;
}
.global-header-top .group-right .sub-item {
position: absolute;
background: #fff;
white-space: nowrap;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
border-radius: 5px;
top: calc(100% + 30px);
right: 0;
min-width: 200px;
-webkit-transition: .2s all;
transition: .2s all;
opacity: 0;
visibility: hidden;
z-index: -1;
}
.global-header-top .group-right .sub-item a {
color: #000;
display: block;
-webkit-transition: .1s all;
transition: .1s all;
line-height: 36px;
padding: 0 15px;
}
.global-header-top .group-right .sub-item a:first-child {
border-radius: 5px 5px 0 0;
}
.global-header-top .group-right .sub-item a:first-child::before, .global-header-top .group-right .sub-item a:first-child::after {
content: '';
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
position: absolute;
top: -9px;
left: 37%;
-webkit-transition: .1s all;
transition: .1s all;
}
.global-header-top .group-right .sub-item a:first-child::before {
border-bottom-color: rgba(0, 0, 0, 0.1);
border-width: 12px;
top: -11px;
left: 36%;
}
.global-header-top .group-right .sub-item a:last-child {
border-radius: 0 0 5px 5px;
}
.global-header-top .group-right .sub-item a:hover {
background: #FF981F;
color: #fff;
font-weight: 600;
}
.global-header-top .group-right .sub-item a:hover:first-child::before, .global-header-top .group-right .sub-item a:hover:first-child::after {
border-bottom: 10px solid #FF981F;
top: -10px;
}
.global-header-main {
background: #fff;
-webkit-transition: .25s all;
transition: .25s all;
top: -50px;
-webkit-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.25);
}
.global-header-main .header-logo {
width: 230px;
margin-right: 12px;
text-align: center;
}
.global-header-main .header-logo img {
display: block;
margin: auto;
width: auto;
max-height: 67px;
}
.global-header-main-top {
padding-top: 13px;
padding-bottom: 13px;
}
.header-search-group {
width: 554px;
margin-right: 14px;
position: relative;
}
.header-search-group form {
-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
border-radius: 10px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header-search-group form * {
height: 46px;
border: 0;
}
.header-search-group select {
font-weight: 500;
border-right: 1px solid #F0F0F0;
width: 145px;
height: 45px;
padding: 0 8px;
}
.header-search-group input {
width: 339px;
padding: 0 22px;
text-align: right;
color: #999999;
}
.header-search-group button {
width: 70px;
background: #FF981F;
-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
position: relative;
}
.header-search-group button::before {
content: '';
position: absolute;
background-position: -149px 1px;
width: 50px;
inset: 0 0 0 10px;
}
.header-group-right {
width: calc(100% - 810px);
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;
}
.header-group-right a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #333333;
margin: 0 29px 0 0;
}
.header-group-right a:first-child {
position: relative;
padding-right: 32px;
}
.header-group-right a:first-child::after {
content: '';
width: 2px;
height: 25px;
background: #0163A5;
position: absolute;
right: -1px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-group-right a:last-child {
margin: 0;
}
.header-group-right span {
max-width: 63px;
}
.header-group-right .icons, .header-group-right .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .header-group-right a::before, .header-group-right .global-header-top .group-right::before, .global-header-top .header-group-right .group-right::before, .header-group-right .header-search-group button::before, .header-search-group .header-group-right button::before, .header-group-right .header-menu-group .title::before, .header-menu-group .header-group-right .title::before, .header-group-right .footer-info-group .icon-map::before, .footer-info-group .header-group-right .icon-map::before, .header-group-right .footer-info-group .icon-tel::before, .footer-info-group .header-group-right .icon-tel::before, .header-group-right .footer-info-group .icon-email::before, .footer-info-group .header-group-right .icon-email::before, .header-group-right .homepage .banner-video::after, .homepage .header-group-right .banner-video::after, .header-group-right .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .header-group-right .group-title::before, .header-group-right .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .header-group-right a::before, .header-group-right .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .header-group-right .item:nth-child(3)::before, .header-group-right .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .header-group-right .item:nth-child(4)::before, .header-group-right .cart-form-group .group-title a::before, .cart-form-group .group-title .header-group-right a::before {
background-size: 240px 275px;
height: 30px;
margin-right: 7px;
}
.header-group-right .icon-bolt {
width: 21px;
margin-right: 9px;
background-position: -7px -34px;
}
.header-group-right .icon-buildpc {
width: 33px;
background-position: -49px -35px;
}
.header-group-right .icon-cart {
position: relative;
width: 30px;
background-position: -104px -36px;
}
.header-group-right .item-cart {
width: 103px;
line-height: 36px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 0px 1px #0163A5;
box-shadow: 0px 0px 0px 1px #0163A5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 8px;
}
.header-group-right .cart-count {
font-weight: 700;
font-size: 11px;
color: #000;
background: #FFBF42;
width: 14px;
height: 14px;
line-height: 14px;
border-radius: 50%;
text-align: center;
font-style: normal;
position: absolute;
top: 3px;
right: -2px;
letter-spacing: -1.5px;
}
.global-header-main-bottom {
padding-bottom: 13px;
}
.global-header-static {
width: calc(100% - 242px);
}
.global-header-static a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
color: #000000;
}
.global-header-static .icons, .global-header-static .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .global-header-static a::before, .global-header-static .global-header-top .group-right::before, .global-header-top .global-header-static .group-right::before, .global-header-static .header-search-group button::before, .header-search-group .global-header-static button::before, .global-header-static .header-menu-group .title::before, .header-menu-group .global-header-static .title::before, .global-header-static .footer-info-group .icon-map::before, .footer-info-group .global-header-static .icon-map::before, .global-header-static .footer-info-group .icon-tel::before, .footer-info-group .global-header-static .icon-tel::before, .global-header-static .footer-info-group .icon-email::before, .footer-info-group .global-header-static .icon-email::before, .global-header-static .homepage .banner-video::after, .homepage .global-header-static .banner-video::after, .global-header-static .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-header-static .group-title::before, .global-header-static .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .global-header-static a::before, .global-header-static .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .global-header-static .item:nth-child(3)::before, .global-header-static .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .global-header-static .item:nth-child(4)::before, .global-header-static .cart-form-group .group-title a::before, .cart-form-group .group-title .global-header-static a::before {
background-size: 240px 275px;
width: 30px;
height: 20px;
margin-right: 8px;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.global-header-static .icon-check {
background-position: -151px -35px;
-webkit-transform: scale(1);
transform: scale(1);
}
.global-header-static .icon-tag {
background-position: -195px -33px;
}
.global-header-static .icon-sync {
background-position: -145px -65px;
}
.global-header-static .icon-truck {
background-position: -196px -65px;
}
.header-menu-group {
width: 230px;
margin-right: 12px;
position: relative;
}
.header-menu-group:hover .header-menu-list {
opacity: 1;
visibility: visible;
top: 100%;
z-index: 3;
}
.header-menu-group .title {
color: #fff;
border-radius: 5px;
font-weight: 600;
font-size: 16px;
line-height: 32px;
text-transform: uppercase;
padding: 0 8px;
margin: 0;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-menu-group .title::before {
content: '';
width: 30px;
height: 18px;
background-size: 210px 245px;
background-position: -137px -4px;
}
.header-menu-group a {
display: table;
color: #000;
line-height: 18px;
margin: 0 0 12px;
}
.header-menu-group .header-menu-list {
position: absolute;
top: calc(100% + 25px);
left: 0;
z-index: -2;
width: 230px;
height: 460px;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
font-size: 15px;
border-radius: 10px;
opacity: 0;
visibility: hidden;
}
.header-menu-group .cat-item {
height: calc(100% / 13);
}
.header-menu-group .cat-item:nth-child(1) {
border-radius: 10px 10px 0 0;
}
.header-menu-group .cat-item:last-child {
border-radius: 0 0 10px 10px;
}
.header-menu-group .cat-item:hover .cat-1 {
color: #Fff;
}
.header-menu-group .cat-item:hover .cat-thumb {
-webkit-filter: invert(1);
filter: invert(1);
}
.header-menu-group .cat-item:hover .sub-menu {
display: block;
}
.header-menu-group .sub-menu {
display: none;
width: calc(1200px - 230px);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
background: #fff;
z-index: 4;
position: absolute;
top: 0;
left: 230px;
border-radius: 0 4px 4px 0;
overflow: auto;
padding: 15px;
height: 460px;
}
.header-menu-group .sub-menu::-webkit-scrollbar-thumb {
border-radius: 10px;
}
.header-menu-group .sub-menu::-webkit-scrollbar {
width: 10px;
}
.header-menu-group .sub-item {
width: 25%;
padding-right: 20px;
margin-bottom: 20px;
float: left;
}
.header-menu-group .cat-1 {
height: 100%;
padding: 0 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
border-radius: inherit;
}
.header-menu-group .cat-2 {
font-weight: 600;
}
.header-menu-group .cat-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: calc(100% - 33px);
}
.header-menu-group .cat-thumb {
width: 20px;
height: 20px;
margin-right: 13px;
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
}
.header-homepage .header-menu-list {
opacity: 1;
visibility: visible;
top: calc(100% + 25px) !important;
z-index: 2;
}
.header-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.header-fixed .header-logo, .header-fixed .global-header-static {
display: none !important;
}
.header-fixed .header-menu-group {
position: fixed;
top: 12px;
}
.header-fixed .header-menu-group:hover .header-menu-list {
top: 100% !important;
}
.header-fixed .header-menu-group .title {
line-height: 46px;
}
.header-fixed .header-menu-list {
z-index: -2;
opacity: 0;
visibility: hidden;
}
.header-fixed .global-header-main-bottom {
padding: 0;
}
.global-fixed-group .contact-box-bottom {
position: fixed;
z-index: 9;
right: 10px;
top: 54%;
-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);
}
.global-fixed-group .contact-box-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
margin-bottom: 8px;
padding: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 7px rgba(131, 131, 131, 0.25);
box-shadow: 0px 0px 7px rgba(131, 131, 131, 0.25);
color: #000;
-webkit-transition: .2s all;
transition: .2s all;
}
.global-fixed-group .contact-box-wrapper:hover {
-webkit-box-shadow: 2px 3px 7px rgba(131, 131, 131, 0.25);
box-shadow: 2px 3px 7px rgba(131, 131, 131, 0.25);
}
.global-fixed-group .contact-info span {
color: #868686;
font-size: 12px;
display: block;
}
.global-fixed-group .contact-icon-box {
text-align: center;
margin-right: 10px;
}
.global-fixed-group .icons, .global-fixed-group .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .global-fixed-group a::before, .global-fixed-group .global-header-top .group-right::before, .global-header-top .global-fixed-group .group-right::before, .global-fixed-group .header-search-group button::before, .header-search-group .global-fixed-group button::before, .global-fixed-group .header-menu-group .title::before, .header-menu-group .global-fixed-group .title::before, .global-fixed-group .footer-info-group .icon-map::before, .footer-info-group .global-fixed-group .icon-map::before, .global-fixed-group .footer-info-group .icon-tel::before, .footer-info-group .global-fixed-group .icon-tel::before, .global-fixed-group .footer-info-group .icon-email::before, .footer-info-group .global-fixed-group .icon-email::before, .global-fixed-group .homepage .banner-video::after, .homepage .global-fixed-group .banner-video::after, .global-fixed-group .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-fixed-group .group-title::before, .global-fixed-group .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .global-fixed-group a::before, .global-fixed-group .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .global-fixed-group .item:nth-child(3)::before, .global-fixed-group .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .global-fixed-group .item:nth-child(4)::before, .global-fixed-group .cart-form-group .group-title a::before, .cart-form-group .group-title .global-fixed-group a::before {
background-size: 420px 500px;
width: 35px;
height: 35px;
}
.global-fixed-group .icon-facebook {
background-position: -227px -280px;
}
.global-fixed-group .icon-zalo {
background-position: -341px -324px;
border-radius: 50%;
-webkit-box-shadow: 0px 0px 0px 1px #ccc;
box-shadow: 0px 0px 0px 1px #ccc;
background-size: 500px 580px;
}
.global-fixed-group .icon-phone {
background-position: -414px -319px;
background-size: 500px 570px;
}
.global-fixed-group .global-goTop {
width: 35px;
height: 35px;
border-radius: 50%;
display: none;
margin: 13px 10px auto auto;
background-size: 370px 460px;
background-position: -337px -236px;
background-color: rgba(0, 0, 0, 0.3);
}
.global-fixed-top {
position: fixed;
z-index: 3;
right: 10px;
top: 30%;
-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);
}
.global-fixed-top .icons, .global-fixed-top .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .global-fixed-top a::before, .global-fixed-top .global-header-top .group-right::before, .global-header-top .global-fixed-top .group-right::before, .global-fixed-top .header-search-group button::before, .header-search-group .global-fixed-top button::before, .global-fixed-top .header-menu-group .title::before, .header-menu-group .global-fixed-top .title::before, .global-fixed-top .footer-info-group .icon-map::before, .footer-info-group .global-fixed-top .icon-map::before, .global-fixed-top .footer-info-group .icon-tel::before, .footer-info-group .global-fixed-top .icon-tel::before, .global-fixed-top .footer-info-group .icon-email::before, .footer-info-group .global-fixed-top .icon-email::before, .global-fixed-top .homepage .banner-video::after, .homepage .global-fixed-top .banner-video::after, .global-fixed-top .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-fixed-top .group-title::before, .global-fixed-top .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .global-fixed-top a::before, .global-fixed-top .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .global-fixed-top .item:nth-child(3)::before, .global-fixed-top .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .global-fixed-top .item:nth-child(4)::before, .global-fixed-top .cart-form-group .group-title a::before, .cart-form-group .group-title .global-fixed-top a::before {
display: block;
margin: 0 10px 13px auto;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.global-fixed-top .icons:hover, .global-fixed-top .global-support-group .item-sub-group a:hover::before, .global-support-group .item-sub-group .global-fixed-top a:hover::before, .global-fixed-top .global-header-top .group-right:hover::before, .global-header-top .global-fixed-top .group-right:hover::before, .global-fixed-top .header-search-group button:hover::before, .header-search-group .global-fixed-top button:hover::before, .global-fixed-top .header-menu-group .title:hover::before, .header-menu-group .global-fixed-top .title:hover::before, .global-fixed-top .footer-info-group .icon-map:hover::before, .footer-info-group .global-fixed-top .icon-map:hover::before, .global-fixed-top .footer-info-group .icon-tel:hover::before, .footer-info-group .global-fixed-top .icon-tel:hover::before, .global-fixed-top .footer-info-group .icon-email:hover::before, .footer-info-group .global-fixed-top .icon-email:hover::before, .global-fixed-top .homepage .banner-video:hover::after, .homepage .global-fixed-top .banner-video:hover::after, .global-fixed-top .product-detail-page .pd-offer-group .group-title:hover::before, .product-detail-page .pd-offer-group .global-fixed-top .group-title:hover::before, .global-fixed-top .pd-static-text-group .support-list a:hover::before, .pd-static-text-group .support-list .global-fixed-top a:hover::before, .global-fixed-top .cart-page .cart-btn-group .item:hover:nth-child(3)::before, .cart-page .cart-btn-group .global-fixed-top .item:hover:nth-child(3)::before, .global-fixed-top .cart-page .cart-btn-group .item:hover:nth-child(4)::before, .cart-page .cart-btn-group .global-fixed-top .item:hover:nth-child(4)::before, .global-fixed-top .cart-form-group .group-title a:hover::before, .cart-form-group .group-title .global-fixed-top a:hover::before {
-webkit-animation: tada 2s linear infinite;
animation: tada 2s linear infinite;
}
.global-fixed-top .icon-mail {
background-position: -227px -223px;
}
.global-fixed-top .icon-youtube {
background-position: -287px -224px;
}
.global-fixed-top .icon-facebook {
background-position: -348px -224px;
margin-bottom: 50px;
}
.global-footer-container {
background: #fff;
padding: 30px 0;
}
.footer-news-container .group-title {
border-bottom: 1px solid #999999;
padding: 0 0 9px 0;
margin-bottom: 16px;
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: 34px;
}
.footer-news-container .group-title .title {
margin: 0 19px 0 0;
font-weight: 700;
font-size: 24px;
}
.footer-news-container .group-title a {
color: #fff;
border-radius: 30px;
padding: 0 15px;
font-weight: 700;
font-size: 12px;
}
.footer-news-container .article-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-news-container .art-item {
margin: 0 10px 25px 0;
width: calc(100% / 4 - 8px);
}
.footer-news-container .art-item:nth-child(4n) {
margin-right: 0;
}
.footer-review-container {
padding-bottom: 37px;
}
.footer-review-container .item {
-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: 15px;
overflow: hidden;
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;
background: #fff;
margin: 2px;
}
.footer-review-container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.footer-review-container .image {
width: 285px;
height: 198px;
margin-top: -1px;
}
.footer-review-container .text {
width: calc(100% - 285px);
padding: 28px 40px 20px 40px;
position: relative;
}
.footer-review-container .text::before {
content: '';
width: 142px;
height: 1px;
background: #FF5C00;
position: absolute;
top: 20px;
left: 40px;
}
.footer-review-container .summary {
font-weight: 700;
font-size: 12px;
line-height: 14px;
margin: 8px 0 20px 0;
}
.footer-review-container .customer-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.footer-review-container .customer-info i {
width: 24px;
height: 24px;
margin-right: 7px;
background-size: contain;
background-repeat: no-repeat;
}
.footer-review-container .customer-info p {
margin: 0;
width: calc(100% - 31px);
line-height: 15px;
font-size: 11px;
}
.footer-review-container .customer-info p * {
display: block;
}
.footer-review-container .customer-info b {
font-weight: 600;
}
.footer-policy-container {
color: #fff;
padding: 15px 0;
}
.footer-policy-container .item {
width: 25%;
font-weight: 300;
font-size: 12px;
line-height: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.footer-policy-container .item * {
display: block;
}
.footer-policy-container b {
margin-bottom: 2px;
font-weight: 700;
font-size: 14px;
line-height: 16px;
}
.footer-policy-container .icons, .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 .global-header-top .group-right::before, .global-header-top .footer-policy-container .group-right::before, .footer-policy-container .header-search-group button::before, .header-search-group .footer-policy-container button::before, .footer-policy-container .header-menu-group .title::before, .header-menu-group .footer-policy-container .title::before, .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 .homepage .banner-video::after, .homepage .footer-policy-container .banner-video::after, .footer-policy-container .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .footer-policy-container .group-title::before, .footer-policy-container .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .footer-policy-container a::before, .footer-policy-container .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .footer-policy-container .item:nth-child(3)::before, .footer-policy-container .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .footer-policy-container .item:nth-child(4)::before, .footer-policy-container .cart-form-group .group-title a::before, .cart-form-group .group-title .footer-policy-container a::before {
width: 45px;
height: 45px;
margin-right: 10px;
background-size: 255px 300px;
}
.footer-policy-container .icon-truck {
background-position: -8px -83px;
}
.footer-policy-container .icon-return {
background-position: -72px -84px;
}
.footer-policy-container .icon-payment {
background-position: -8px -139px;
}
.footer-policy-container .icon-support {
background-position: -73px -139px;
}
.footer-policy-container .item-text {
width: calc(100% - 55px);
}
.footer-info-group {
padding: 30px 0 15px 0;
margin-bottom: 15px;
border-bottom: 1px dashed #777777;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-info-group a {
font-size: 13px;
line-height: 14px;
display: table;
color: #000000;
margin: 9px 0 0 0;
}
.footer-info-group .item {
width: calc(100% / 4);
}
.footer-info-group .title {
font-weight: 600;
line-height: 15px;
text-transform: uppercase;
color: #333333;
padding-bottom: 8px;
margin-bottom: 12px;
position: relative;
}
.footer-info-group .title::after {
content: '';
background: #0163A5;
width: 85px;
height: 2px;
position: absolute;
left: 0;
bottom: 0;
}
.footer-info-group .social-media-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 10px;
}
.footer-info-group .social-media-list a {
width: 30px;
height: 30px;
margin-right: 5px;
position: relative;
bottom: 0;
-webkit-transition: .2s all;
transition: .2s all;
}
.footer-info-group .social-media-list a:hover {
bottom: 5px;
}
.footer-info-group .icon-map, .footer-info-group .icon-tel, .footer-info-group .icon-email {
padding-left: 24px;
position: relative;
margin-bottom: 12px;
}
.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;
}
.footer-info-group .icon-tel::before {
background-position: -207px -143px;
}
.footer-info-group .icon-email::before {
background-position: -243px -141px;
}
.footer-info-group .icon-bct {
margin-top: 15px;
}
.footer-info-group .icon-bct img {
display: block;
max-width: 100px;
width: auto;
}
.footer-info-group .icon-facebook {
background-position: -9px -279px;
}
.footer-info-group .icon-instagram {
background-position: -45px -279px;
}
.footer-info-group .icon-tiktok {
background-position: -81px -279px;
}
.footer-info-group .icon-mail {
background-position: -117px -279px;
}
.footer-info-group .icon-phone {
background-position: -153px -279px;
}
.footer-info-group .icon-youtube {
background-position: -189px -279px;
}
.global-footer-end {
background: #F0F0F0;
font-weight: 300;
font-size: 13px;
line-height: 20px;
padding: 26px 0;
}
.global-footer-end img {
width: auto;
display: block;
}
.global-footer-end p {
margin: 0;
}
.global-footer-end .title {
font-weight: 500;
text-transform: uppercase;
}
.global-footer-end .logo {
width: 116px;
margin-right: 34px;
}
.global-footer-end .text {
width: calc(100% - 150px);
}
.global-compare-group {
background: #fff;
position: fixed;
bottom: 0;
left: 0;
width: 900px;
-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;
}
.global-compare-group .title {
background: #0080D7;
padding: 8px 12px;
}
.global-compare-group p {
margin: 0;
}
.global-compare-group .pro-compare-holder {
padding: 12px 18px 12px 23px;
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;
}
.global-compare-group .compare-pro-holder {
width: calc(100% - 200px);
}
.global-compare-group .compare-pro-holder .compare-item {
display: block;
width: calc(100% / 3 - 24px);
margin-right: 35px;
float: left;
border: 1px dashed #000;
color: #000;
border-radius: 5px;
overflow: hidden;
position: relative;
text-align: center;
padding: 8px;
}
.global-compare-group .compare-pro-holder .compare-item:nth-child(3n) {
margin: 0;
}
.global-compare-group .btn-compare {
width: 145px;
line-height: 40px;
margin-left: 55px;
background: #0080D7;
color: #fff;
font-weight: 600;
font-size: 18px;
border-radius: 4px;
text-align: center;
display: block;
}
.global-compare-group .btn-compare:hover {
background: #1d6393;
}
.global-compare-group .remove-compare::after, .global-compare-group .close-compare::after {
content: '\00D7';
}
.global-compare-group .remove-compare {
position: absolute;
font-size: 26px;
line-height: 18px;
padding: 7px;
right: 0;
top: 0;
cursor: pointer;
}
.global-compare-group .compare-item img {
display: block;
margin: auto;
max-width: 56%;
}
.global-compare-group .compare-item .name {
color: #000;
font-size: 13px;
line-height: 20px;
}
.global-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;
text-align: center;
}
.global-deal-countdown p {
position: relative;
margin: 0;
font-weight: 600;
line-height: 17px;
color: #fff;
margin: 0 13px;
}
.global-deal-countdown p::after {
content: ':';
font-weight: 800;
font-size: 25px;
line-height: 29px;
position: absolute;
top: 10px;
right: -16px;
}
.global-deal-countdown p:last-child::after {
content: none;
}
.global-deal-countdown p * {
display: block;
}
.global-deal-countdown b {
width: 40px;
height: 51px;
line-height: 51px;
margin: 0 0 9px 0;
background: #FFFFFF;
border-radius: 5px;
text-align: center;
color: #001253;
font-weight: 800;
font-size: 25px;
}
.homepage {
padding: 12px 0 0 0;
}
.homepage .home-banner-container {
width: calc(100% - 242px);
margin: auto 0 12px auto;
min-height: 460px;
}
.homepage .home-banner-container img {
display: block;
border-radius: inherit;
}
.homepage .home-banner-container a {
display: block;
border-radius: 7px;
overflow: hidden;
}
.homepage .home-banner-left {
width: 658px;
float: left;
margin: 0 12px 0 0;
position: relative;
}
.homepage .home-banner-right {
width: calc(100% - 670px);
float: left;
}
.homepage .home-banner-right a {
margin: 0 0 12px 0;
height: 142px;
}
.homepage .home-banner-right a:last-child {
margin: 0;
}
.homepage .home-banner-right img {
height: 100%;
}
.homepage .home-banner-under {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.homepage .home-banner-under a {
margin: 12px 12px 0 0;
width: calc(100% / 2 - 6px);
}
.homepage .home-banner-under a:nth-child(2n) {
margin-right: 0;
}
.homepage .banner-video {
position: relative;
}
.homepage .banner-video::before {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.25);
width: 100% !important;
-webkit-transform: unset;
transform: unset;
z-index: 1;
}
.homepage .banner-video::after {
content: '';
width: 85px;
height: 60px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-position: -522px -16px;
background-size: 630px 720px;
z-index: 2;
}
.homepage .product-holder {
position: relative;
min-height: 300px;
}
.homepage .p-item {
margin-bottom: 2px;
}
.homepage .banner-under-deal {
margin: 20px 0;
}
.homepage .banner-under-deal img {
display: block;
border-radius: 10px;
}
.home-deal-group {
border-radius: 9px;
overflow: hidden;
margin: 12px 0 20px 0;
padding: 8px 12px 21px 12px;
background-repeat: no-repeat;
background-size: cover;
}
.home-deal-group .group-title {
text-align: center;
margin-bottom: 20px;
color: #fff;
}
.home-deal-group .title {
font-weight: 800;
font-size: 48px;
line-height: 56px;
margin: 0 0 9px 0;
}
.home-deal-group .title span {
position: relative;
}
.home-deal-group .title span::before, .home-deal-group .title span::after {
content: '';
background-color: #fff;
width: 77px;
height: 1px;
position: absolute;
bottom: 18px;
left: -90px;
}
.home-deal-group .title span::after {
left: unset;
right: -90px;
}
.home-deal-group .btn-view {
display: block;
text-align: center;
max-width: 130px;
line-height: 36px;
margin: 25px auto 0 auto;
font-size: 18px;
color: #FF1313;
border-radius: 40px;
background: #fff;
-webkit-transition: .15s all;
transition: .15s all;
}
.home-deal-group .btn-view:hover {
color: #Fff;
background: #FF1313;
}
.home-collection-container {
padding: 25px 0 15px 0;
margin: 20px 0;
background-repeat: no-repeat;
background-size: cover;
}
.home-collection-container .collection-tab-group {
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;
}
.home-collection-container .collection-tab-group a {
margin: 0 33px 20px 0;
-webkit-box-shadow: 0px 1.49844px 2.99688px 1.49844px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1.49844px 2.99688px 1.49844px rgba(0, 0, 0, 0.25);
border-radius: 12px;
background: #fff;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: calc(100% / 4 - 25px);
text-align: center;
color: #000000;
line-height: 16px;
padding: 7px 16px;
}
.home-collection-container .collection-tab-group a:nth-child(4n) {
margin-right: 0;
}
.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:hover, .home-collection-container .collection-tab-group a.current {
color: #fff;
}
.home-collection-container .collection-tab-group a:hover .image, .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:hover:nth-child(1), .home-collection-container .collection-tab-group a.current:nth-child(1) {
background: #FF7E00;
}
.home-collection-container .collection-tab-group a:hover:nth-child(1) .image, .home-collection-container .collection-tab-group a.current:nth-child(1) .image {
background: #fff;
}
.home-collection-container .collection-tab-group a:hover:nth-child(2), .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:hover:nth-child(3), .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:hover:nth-child(4), .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: 56px;
height: 56px;
border-radius: 50%;
margin-right: 24px;
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: 16px;
line-height: 19px;
text-transform: uppercase;
margin-bottom: 4px;
}
.home-collection-container .collection-tab-group .text {
width: calc(100% - 80px);
margin: 0;
}
.home-collection-container .collection-tab-group .text * {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.home-collection-container .product-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.home-collection-container .p-item {
margin: 20px 12px 0 0;
width: calc(100% / 5 - 10px);
}
.home-collection-container .p-item:nth-child(5n) {
margin-right: 0;
}
.home-collection-container .p-item:nth-child(n+11) {
display: none;
}
.home-collection-container .btn-view {
display: block;
margin: 20px auto 0 auto;
max-width: 142px;
line-height: 36px;
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: 16.4828px;
border-radius: 50px;
}
.home-collection-container .btn-view::after {
content: '\00BB';
font-size: 21px;
}
.home-collection-container .btn-view:hover {
background: #fff;
color: #000;
}
.home-box-group {
margin: 20px 0;
}
.home-box-group .box-title-group {
position: relative;
margin: 0 0 8px 0;
background: #fff;
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;
padding: 0 8px 0 0;
}
.home-box-group .box-title-group::before {
content: '';
background: url(../images/home-category-dots.png) no-repeat;
background-size: contain;
width: 40px;
height: 4px;
position: absolute;
left: 4px;
bottom: 4px;
z-index: 1;
}
.home-box-group .box-title-group::after {
content: '';
position: absolute;
bottom: 0;
right: 0;
left: 47px;
height: 4px;
background: #FF7A00;
z-index: 1;
}
.home-box-group .title {
background: #0080D7;
color: #fff;
margin: 0 65px 0 0;
text-transform: uppercase;
font-weight: 600;
font-size: 24px;
line-height: 26px;
position: relative;
padding: 13px 15px 13px 23px;
}
.home-box-group .title::after {
content: '';
border-bottom: 51px solid #0080D7;
border-right: 43px solid transparent;
position: absolute;
top: 0;
bottom: 0;
right: -42px;
}
.home-box-group .box-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.home-box-group .cat-child-list a {
color: #333333;
text-transform: uppercase;
font-size: 16px;
line-height: 26px;
}
.home-box-group .cat-child-list a:hover {
font-weight: 500;
}
.home-box-group .cat-child-list a::after {
content: '\\';
padding: 0 4px 0 6px;
}
.home-box-group .cat-child-list a:last-child::after {
content: none;
}
.home-box-group .btn-view {
font-weight: 500;
font-size: 12px;
line-height: 26px;
color: #333333;
}
.home-box-group .btn-view::after {
content: '\00BB';
font-size: 17px;
}
.home-box-group .product-holder {
background: #fff;
padding: 8px 12px;
border-radius: 12px;
overflow: hidden;
}
.home-box-group .p-item {
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
padding: 8px 8px 15px 8px;
}
.home-box-group .p-item .p-name {
margin-bottom: 15px;
}
.home-box-group .custom-nav .owl-nav .owl-prev {
left: -12px;
}
.home-box-group .custom-nav .owl-nav .owl-next {
right: -12px;
}
.product-page {
background: #fff;
padding: 20px 0;
}
.product-page .product-banner-group {
margin: 0 0 20px 0;
}
.product-page .product-banner-group img {
border-radius: inherit;
}
.product-page .product-banner-group a {
display: block;
border-radius: 15px;
overflow: hidden;
}
.product-page .page-title-group {
border-bottom: 1px solid #E9E9E9;
padding-bottom: 9px;
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.product-page .col-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product-page .col-left label {
font-size: 16px;
line-height: 23px;
margin: 0 17px 0 0;
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.product-page .col-left input {
margin-right: 7px;
}
.product-page .col-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product-page .col-right select {
border: 1px solid #EBEBEB;
border-radius: 8px;
height: 29px;
padding: 0 10px;
}
.product-page .col-right a {
margin-left: 12px;
width: 29px;
height: 29px;
border-radius: 50%;
border: 1px solid #EFEFEF;
}
.product-page .col-right .icons, .product-page .col-right .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .product-page .col-right a::before, .product-page .col-right .global-header-top .group-right::before, .global-header-top .product-page .col-right .group-right::before, .product-page .col-right .header-search-group button::before, .header-search-group .product-page .col-right button::before, .product-page .col-right .header-menu-group .title::before, .header-menu-group .product-page .col-right .title::before, .product-page .col-right .footer-info-group .icon-map::before, .footer-info-group .product-page .col-right .icon-map::before, .product-page .col-right .footer-info-group .icon-tel::before, .footer-info-group .product-page .col-right .icon-tel::before, .product-page .col-right .footer-info-group .icon-email::before, .footer-info-group .product-page .col-right .icon-email::before, .product-page .col-right .homepage .banner-video::after, .homepage .product-page .col-right .banner-video::after, .product-page .col-right .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .product-page .col-right .group-title::before, .product-page .col-right .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .product-page .col-right a::before, .product-page .col-right .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .product-page .col-right .item:nth-child(3)::before, .product-page .col-right .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .product-page .col-right .item:nth-child(4)::before, .product-page .col-right .cart-form-group .group-title a::before, .cart-form-group .group-title .product-page .col-right a::before {
background-size: 220px 305px;
}
.product-page .col-right .icons:hover, .product-page .col-right .global-support-group .item-sub-group a:hover::before, .global-support-group .item-sub-group .product-page .col-right a:hover::before, .product-page .col-right .global-header-top .group-right:hover::before, .global-header-top .product-page .col-right .group-right:hover::before, .product-page .col-right .header-search-group button:hover::before, .header-search-group .product-page .col-right button:hover::before, .product-page .col-right .header-menu-group .title:hover::before, .header-menu-group .product-page .col-right .title:hover::before, .product-page .col-right .footer-info-group .icon-map:hover::before, .footer-info-group .product-page .col-right .icon-map:hover::before, .product-page .col-right .footer-info-group .icon-tel:hover::before, .footer-info-group .product-page .col-right .icon-tel:hover::before, .product-page .col-right .footer-info-group .icon-email:hover::before, .footer-info-group .product-page .col-right .icon-email:hover::before, .product-page .col-right .homepage .banner-video:hover::after, .homepage .product-page .col-right .banner-video:hover::after, .product-page .col-right .product-detail-page .pd-offer-group .group-title:hover::before, .product-detail-page .pd-offer-group .product-page .col-right .group-title:hover::before, .product-page .col-right .pd-static-text-group .support-list a:hover::before, .pd-static-text-group .support-list .product-page .col-right a:hover::before, .product-page .col-right .cart-page .cart-btn-group .item:hover:nth-child(3)::before, .cart-page .cart-btn-group .product-page .col-right .item:hover:nth-child(3)::before, .product-page .col-right .cart-page .cart-btn-group .item:hover:nth-child(4)::before, .cart-page .cart-btn-group .product-page .col-right .item:hover:nth-child(4)::before, .product-page .col-right .cart-form-group .group-title a:hover::before, .cart-form-group .group-title .product-page .col-right a:hover::before, .product-page .col-right .icons.current, .product-page .col-right .global-support-group .item-sub-group a.current::before, .global-support-group .item-sub-group .product-page .col-right a.current::before, .product-page .col-right .global-header-top .current.group-right::before, .global-header-top .product-page .col-right .current.group-right::before, .product-page .col-right .header-search-group button.current::before, .header-search-group .product-page .col-right button.current::before, .product-page .col-right .header-menu-group .current.title::before, .header-menu-group .product-page .col-right .current.title::before, .product-page .col-right .footer-info-group .current.icon-map::before, .footer-info-group .product-page .col-right .current.icon-map::before, .product-page .col-right .footer-info-group .current.icon-tel::before, .footer-info-group .product-page .col-right .current.icon-tel::before, .product-page .col-right .footer-info-group .current.icon-email::before, .footer-info-group .product-page .col-right .current.icon-email::before, .product-page .col-right .homepage .current.banner-video::after, .homepage .product-page .col-right .current.banner-video::after, .product-page .col-right .product-detail-page .pd-offer-group .current.group-title::before, .product-detail-page .pd-offer-group .product-page .col-right .current.group-title::before, .product-page .col-right .pd-static-text-group .support-list a.current::before, .pd-static-text-group .support-list .product-page .col-right a.current::before, .product-page .col-right .cart-page .cart-btn-group .current.item:nth-child(3)::before, .cart-page .cart-btn-group .product-page .col-right .current.item:nth-child(3)::before, .product-page .col-right .cart-page .cart-btn-group .current.item:nth-child(4)::before, .cart-page .cart-btn-group .product-page .col-right .current.item:nth-child(4)::before, .product-page .col-right .cart-form-group .group-title a.current::before, .cart-form-group .group-title .product-page .col-right a.current::before {
-webkit-filter: invert(1);
filter: invert(1);
}
.product-page .icon-list {
background-position: -163px -267px;
}
.product-page .icon-grid {
background-position: -163px -240px;
}
.product-page .page-title {
font-weight: 700;
font-size: 20px;
line-height: 23px;
margin: 0 17px 0 0;
}
.product-page .product-filter-container {
float: left;
width: 232px;
border-right: 1px solid #E9E9E9;
}
.product-page .product-col-right {
padding: 20px 0 20px 10px;
float: left;
width: calc(100% - 232px);
}
.product-page .product-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-page .p-item {
margin: 0 10px 10px 0;
width: calc(100% / 4 - 8px);
-webkit-box-shadow: 0px 0px 0px 1px #EAEAEA;
box-shadow: 0px 0px 0px 1px #EAEAEA;
}
.product-page .p-item:nth-child(4n) {
margin-right: 0;
}
.product-page .static-html-group {
margin-top: 30px;
position: relative;
padding: 42px 0 0 0;
font-weight: 300;
font-size: 13px;
line-height: 20px;
}
.product-page .static-html-group::before, .product-page .static-html-group::after {
content: '';
height: 1px;
background: #FF5353;
max-width: 710px;
width: 100%;
position: absolute;
top: -1px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.product-page .static-html-group::after {
max-width: 480px;
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:hover {
background: #373737;
color: #fff;
}
.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-display-list .p-item {
width: calc(100% / 2 - 5px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-transition: .2s all;
transition: .2s all;
}
.product-display-list .p-item:hover {
-webkit-box-shadow: 0px 0.8936px 7.14881px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0.8936px 7.14881px rgba(0, 0, 0, 0.25);
}
.product-display-list .p-item:nth-child(2n) {
margin-right: 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: 10px;
}
.product-filter-container a {
font-weight: 300;
font-size: 13px;
line-height: 22px;
color: #000000;
}
.product-filter-container a:hover {
font-weight: 500;
}
.product-filter-container .filter-item {
border-top: 1px solid #E9E9E9;
padding: 10px 10px 10px 0;
}
.product-filter-container .filter-item:first-child {
border: 0;
}
.product-filter-container .group-title {
font-weight: 700;
font-size: 15px;
line-height: 18px;
text-transform: uppercase;
margin: 0 0 8px 0;
}
.product-filter-container .filter-list a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
padding-left: 20px;
}
.product-filter-container .filter-list a::before {
content: '';
width: 12px;
height: 12px;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 0px 1px #D9D9D9;
box-shadow: 0px 0px 0px 1px #D9D9D9;
position: absolute;
top: 4px;
left: 0;
background: #fff;
}
.product-filter-container .filter-list .current {
font-weight: bold !important;
}
.product-filter-container .filter-list .current::before {
background: #DA251C;
-webkit-box-shadow: unset;
box-shadow: unset;
}
.product-filter-container .filter-list .current::after {
content: '\2714';
color: #fff;
position: absolute;
top: -1px;
left: 3px;
font-size: 8px;
}
.product-filter-container .filter-category {
padding: 0 10px 0 15px;
}
.product-filter-container .filter-category a {
font-weight: 500;
display: block;
}
.product-filter-container .filter-category a::before {
content: '\00BB';
font-size: 17px;
margin-right: 4px;
}
.product-detail-page {
padding-bottom: 40px;
}
.product-detail-page .pd-box-content {
background: #FFFFFF;
border-radius: 15px;
overflow: hidden;
margin-bottom: 13px;
padding: 12px;
}
.product-detail-page .page-title-group {
width: 100%;
float: left;
margin: 0 0 18px 0;
}
.product-detail-page .page-title {
font-weight: 600;
font-size: 20px;
line-height: 29px;
display: inline;
margin: 0 15px 0 0;
}
.product-detail-page .pd-btn-compare {
color: #FF7A00;
font-size: 13px;
line-height: 29px;
display: inline-block;
vertical-align: bottom;
position: relative;
padding-left: 20px;
}
.product-detail-page .pd-btn-compare.selected {
font-weight: 600;
}
.product-detail-page .pd-btn-compare.selected::before {
content: '\2713';
font-size: 11px;
-webkit-box-shadow: 0px 0px 0px 1px #DA251C;
box-shadow: 0px 0px 0px 1px #DA251C;
}
.product-detail-page .pd-btn-compare::before {
content: '+';
width: 15px;
height: 15px;
line-height: 15px;
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;
top: 6px;
left: 0;
}
.product-detail-page .pd-image-group {
float: left;
margin-right: 12px;
width: 480px;
}
.product-detail-page .pd-info-middle-group {
float: right;
width: calc(100% - 492px);
}
.product-detail-page .pd-image-large {
margin-bottom: 17px;
}
.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 .item {
position: relative;
display: block;
border: 1px solid #E0E0E0;
border-radius: 10px;
overflow: hidden;
padding-bottom: 100%;
}
.product-detail-page .pd-image-gallery .current .item {
border: 2px solid #CE000C;
}
.product-detail-page .pd-image-gallery .arrow {
width: 16px;
height: 32px;
background-position: 4px center;
background-size: 5px 10px;
}
.product-detail-page .pd-status-group {
color: #777777;
font-size: 13px;
line-height: 32px;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 1px solid #E0E0E0;
}
.product-detail-page .pd-summary-group {
margin: 10px 0;
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: '\26AB';
font-size: 3.5px;
position: absolute;
left: 1px;
top: 0;
}
.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;
}
.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: 25px;
height: 25px;
margin-right: 4px;
background-repeat: no-repeat;
background-size: 25px;
-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:last-child::after {
content: none;
}
.product-detail-page .deal-countdown b {
width: 20px;
height: 23px;
line-height: 23px;
border-radius: 3px;
font-weight: 800;
font-size: 13px;
background: #1B49C0;
color: #fff;
margin: 0 auto 2px auto;
}
.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: 13px 0;
font-size: 15px;
line-height: 20px;
padding: 18px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
font-weight: 500;
}
.product-detail-page .pd-price {
font-weight: 700;
font-size: 26px;
margin: 0;
}
.product-detail-page .pd-old-price {
margin: 0 10px;
color: #999999;
font-weight: 400;
}
.product-detail-page .pd-variant-group {
margin: 13px 0 16px 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: 13px 10px 0 0;
color: #000;
font-size: 12px;
width: calc(100% / 3 - 7px);
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:hover, .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 8px 8px 0;
width: calc(100% / 2 - 4px);
text-align: center;
font-weight: 700;
font-size: 18px;
line-height: 44px;
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: 20px 0 0 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: 25px 20px 12px 20px;
font-size: 13px;
line-height: 22px;
}
.product-detail-page .pd-offer-list .item {
position: relative;
}
.pd-info-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.pd-info-container .col-left {
width: calc(100% - 290px);
margin-right: 12px;
}
.pd-info-container .pd-static-text-group {
width: 278px;
}
.pd-static-text-group .box-policy {
background: #FFFFFF;
border: 1px solid #E0E0E0;
border-radius: 12px;
margin-bottom: 12px;
padding: 14px 12px 5px 12px;
font-size: 13px;
line-height: 20px;
}
.pd-static-text-group .box-policy .title {
font-weight: 600;
font-size: 18px;
line-height: 20px;
line-height: 15px;
padding-bottom: 15px;
margin: 0;
}
.pd-static-text-group .box-policy li {
border-top: 1px solid #D9D9D9;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 7px 0;
letter-spacing: -0.4px;
}
.pd-static-text-group .box-policy .icons, .pd-static-text-group .box-policy .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .pd-static-text-group .box-policy a::before, .pd-static-text-group .box-policy .global-header-top .group-right::before, .global-header-top .pd-static-text-group .box-policy .group-right::before, .pd-static-text-group .box-policy .header-search-group button::before, .header-search-group .pd-static-text-group .box-policy button::before, .pd-static-text-group .box-policy .header-menu-group .title::before, .header-menu-group .pd-static-text-group .box-policy .title::before, .pd-static-text-group .box-policy .footer-info-group .icon-map::before, .footer-info-group .pd-static-text-group .box-policy .icon-map::before, .pd-static-text-group .box-policy .footer-info-group .icon-tel::before, .footer-info-group .pd-static-text-group .box-policy .icon-tel::before, .pd-static-text-group .box-policy .footer-info-group .icon-email::before, .footer-info-group .pd-static-text-group .box-policy .icon-email::before, .pd-static-text-group .box-policy .homepage .banner-video::after, .homepage .pd-static-text-group .box-policy .banner-video::after, .pd-static-text-group .box-policy .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .pd-static-text-group .box-policy .group-title::before, .pd-static-text-group .box-policy .support-list a::before, .pd-static-text-group .support-list .box-policy a::before, .pd-static-text-group .box-policy .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .pd-static-text-group .box-policy .item:nth-child(3)::before, .pd-static-text-group .box-policy .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .pd-static-text-group .box-policy .item:nth-child(4)::before, .pd-static-text-group .box-policy .cart-form-group .group-title a::before, .cart-form-group .group-title .pd-static-text-group .box-policy a::before {
width: 21px;
height: 21px;
margin-right: 9px;
background-size: 285px 370px;
}
.pd-static-text-group .box-policy a {
width: calc(100% - 30px);
color: #000;
}
.pd-static-text-group .pd-banner-group img {
border-radius: 9px;
}
.pd-static-text-group .box-support {
margin: 0 0 12px 0;
border-radius: 12px;
overflow: hidden;
background: rgba(0, 127, 213, 0.05);
}
.pd-static-text-group .box-support .group-title {
background: #007FD5;
color: #fff;
padding: 0 20px;
line-height: 40px;
margin: 0;
font-weight: 600;
font-size: 18px;
}
.pd-static-text-group .support-list {
padding: 18px 20px;
}
.pd-static-text-group .support-list a {
color: #007FD5;
display: block;
position: relative;
padding-left: 30px;
line-height: 20px;
margin-bottom: 12px;
}
.pd-static-text-group .support-list a:last-child {
margin: 0;
}
.pd-static-text-group .support-list a::before {
content: '';
width: 22px;
height: 20px;
position: absolute;
left: 0;
background-position: -171px -300px;
background-size: 285px 370px;
}
.pd-static-text-group .support-list b {
font-weight: 700;
font-size: 16px;
}
.pd-static-text-group .icon-money {
background-position: -8px -300px;
}
.pd-static-text-group .icon-box {
background-position: -46px -298px;
}
.pd-static-text-group .icon-truck {
background-position: -216px -70px;
background-size: 260px 295px !important;
}
.pd-static-text-group .icon-shipping {
background-position: -91px -300px;
}
.pd-static-text-group .icon-cash {
background-position: -130px -298px;
}
.pd-desc-spec-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 22px 12px 12px 12px !important;
}
.pd-desc-spec-container .pd-desc-group {
width: calc(100% - 392px);
margin-right: 12px;
}
.pd-desc-spec-container .pd-desc-group .bg-content {
max-height: calc(550px + 30px) !important;
}
.pd-desc-spec-container .pd-spec-group {
width: 380px;
}
.pd-desc-spec-container .group-title {
font-weight: 700;
font-size: 22px;
line-height: 24px;
margin: 0 0 5px 0;
}
.pd-desc-spec-container .btn-show {
color: #E85933;
font-size: 16px;
line-height: 24px;
display: block;
text-align: center;
position: relative;
}
.pd-desc-spec-container .btn-show::after {
content: '\276E';
position: absolute;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: 10px;
}
.pd-desc-spec-container .pd-desc-btn {
text-align: center;
}
.pd-desc-spec-container .pd-desc-btn a {
color: #E85933;
font-size: 16px;
line-height: 24px;
display: none;
}
.pd-desc-spec-container .pd-desc-btn a::after {
content: '\276E';
position: absolute;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: 10px;
}
.pd-desc-spec-container .pd-desc-btn a:last-child::after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.pd-spec-group tr {
line-height: 18px;
overflow: hidden;
}
.pd-spec-group tr:nth-child(even) {
background: #F3F3F3;
}
.pd-spec-group td {
padding: 9px 8px;
width: auto;
}
.pd-spec-group td:first-child {
font-weight: 600;
border-radius: 5px 0 0 5px;
}
.pd-spec-group td:last-child {
border-radius: 0 5px 5px 0;
}
.pd-spec-group td * {
margin: 0 !important;
font-size: inherit !important;
line-height: inherit !important;
}
#fancybox-spec {
padding: 10px;
}
.pd-comment-pro_compare-container .pd-box-content {
padding: 18px 10px 13px 10px;
}
.pd-comment-pro_compare-container .pd-comment-group {
width: calc(100% - 410px);
margin-right: 10px;
float: left;
}
.pd-comment-pro_compare-container .pd-pro_compare-group {
width: 400px;
float: right;
}
.pd-comment-pro_compare-container .pd-pro_compare-group .group-title {
border-bottom: 1px solid #E0E0E0;
}
.pd-comment-pro_compare-container .group-title {
font-weight: 700;
font-size: 22px;
line-height: 24px;
padding-bottom: 12px;
margin: 0;
}
.pd-comment-pro_compare-container .pd-product-holder .item {
padding-top: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.pd-comment-pro_compare-container .pd-product-holder .image {
width: 90px;
margin-right: 8px;
}
.pd-comment-pro_compare-container .pd-product-holder .image img {
display: block;
}
.pd-comment-pro_compare-container .pd-product-holder .text {
width: calc(100% - 98px);
font-weight: 700;
}
.pd-comment-pro_compare-container .pd-product-holder .name {
color: #000;
}
.pd-comment-pro_compare-container .pd-product-holder .price {
margin: 5px 0;
}
.pd-comment-pro_compare-container .pd-product-holder .summary {
font-size: 13px;
font-weight: 400;
}
.pd-comment-pro_compare-container .pd-product-holder .btn-compare {
color: #007FD5;
font-weight: 400;
margin: 4px 0 0 0;
display: inline-block;
}
.pd-comment-pro_compare-container .compare-search-group {
margin: 12px 0 0 0;
position: relative;
}
.pd-comment-pro_compare-container .compare-search-group input {
width: 100%;
display: block;
border: 1px solid #D9D9D9;
border-radius: 5px;
height: 40px;
padding: 0 40px 0 10px;
}
.pd-comment-pro_compare-container .compare-search-group .icon-search {
position: absolute;
top: 0px;
bottom: 0;
right: 6px;
width: 24px;
background-position: -234px -271px;
}
.pd-same-category-container {
margin: 25px 0 0 0;
}
.pd-same-category-container .group-title {
font-weight: 700;
font-size: 22px;
line-height: 24px;
text-transform: uppercase;
margin: 0 0 10px 0;
}
.pd-same-category-container .p-item {
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
}
.cart-page {
padding-top: 10px;
padding-bottom: 16px;
}
.cart-page .page-title-group {
line-height: 20px;
margin-bottom: 5px;
}
.cart-page .page-title-group p {
font-weight: 700;
font-size: 20px;
margin: 0 5px 0 0;
}
.cart-page .page-note {
margin: 5px 0 13px 0;
line-height: 20px;
}
.cart-page .col-left {
float: left;
width: 853px;
margin-right: 10px;
background: #fff;
}
.cart-page .col-right {
float: right;
width: calc(100% - 863px);
background: #fff;
position: -webkit-sticky;
position: sticky;
top: 90px;
left: 0;
right: 0;
z-index: 2;
background: #F8F8F8;
border-radius: 10px;
padding: 18px 14px 14px 14px;
}
.cart-page .col-right .group-title {
text-transform: uppercase;
text-align: center;
color: #0163A5;
font-weight: 700;
font-size: 20px;
line-height: 15px;
padding-bottom: 12px;
border-bottom: 1px dashed #999999;
margin: 0 0 10px 0;
}
.cart-page .col-right table {
font-size: 16px;
line-height: 22px;
}
.cart-page .col-right td {
vertical-align: baseline;
padding: 4px 0;
}
.cart-page .col-right b {
font-weight: 700;
}
.cart-page .col-right label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 12px;
line-height: 18px;
margin: 10px 0;
cursor: pointer;
}
.cart-page .col-right label input {
-webkit-transform: scale(1.15);
transform: scale(1.15);
position: relative;
top: 3px;
margin-right: 7px;
}
.cart-page .cart-total-price {
color: #FF0000;
font-size: 20px;
font-weight: 700;
display: block;
margin: 0 0 5px 0;
}
.cart-page .cart-btn-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cart-page .cart-btn-group .item {
margin: 12px 8px 0 0;
width: calc(100% / 2 - 4px);
text-align: center;
background: #0163A5;
border-radius: 10px;
color: #fff;
line-height: 36px;
border: 0;
padding: 0;
font-weight: 600;
font-size: 16px;
position: relative;
-webkit-transition: .15s all;
transition: .15s all;
}
.cart-page .cart-btn-group .item:hover {
-webkit-box-shadow: 0px 0px 6px 0px #0163A5;
box-shadow: 0px 0px 6px 0px #0163A5;
}
.cart-page .cart-btn-group .item:nth-child(2n) {
margin-right: 0;
}
.cart-page .cart-btn-group .item:nth-child(2) {
background: #FF5F03;
}
.cart-page .cart-btn-group .item:nth-child(3), .cart-page .cart-btn-group .item:nth-child(4) {
background: #FFF;
color: #0163A5;
-webkit-box-shadow: 0px 0px 0px 1px #0163A5;
box-shadow: 0px 0px 0px 1px #0163A5;
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;
}
.cart-page .cart-btn-group .item:nth-child(3):hover, .cart-page .cart-btn-group .item:nth-child(4):hover {
-webkit-box-shadow: 0px 0px 6px 0px #0163A5;
box-shadow: 0px 0px 6px 0px #0163A5;
}
.cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .item:nth-child(4)::before {
content: '';
width: 22px;
height: 36px;
margin-right: 6px;
}
.cart-page .cart-btn-group .cart-print::before {
background-position: -54px -359px !important;
}
.cart-page .cart-btn-group .cart-excel::before {
background-position: -99px -359px !important;
}
.cart-page .page-btn-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: center;
margin: 10px 0 27px 0;
}
.cart-page .page-btn-group a {
line-height: 38px;
margin-left: 10px;
font-weight: 500;
font-size: 16px;
color: #041E42;
padding: 0 16px;
border: 1px solid rgba(58, 146, 236, 0.05);
border-radius: 5px;
background: #fff;
-webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15));
filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15));
-webkit-transition: .15s all;
transition: .15s all;
}
.cart-page .page-btn-group a:hover {
background: #BAE0FA;
border-color: transparent;
}
.cart-product-holder {
margin: 0 0 10px 0;
border: 1px solid #D9D9D9;
border-radius: 15px;
}
.cart-product-holder .item-row {
border-bottom: 1px solid #D9D9D9;
padding: 12px 14px 12px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.cart-product-holder .item-row:last-child {
border: 0;
}
.cart-product-holder .item-img {
width: 130px;
margin-right: 15px;
border: 1px solid #E9E9E9;
border-radius: 10px;
overflow: hidden;
}
.cart-product-holder .item-img img {
display: block;
}
.cart-product-holder .item-text {
width: calc(100% - 145px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
line-height: 18px;
}
.cart-product-holder .item-left {
width: 518px;
margin-right: 12px;
}
.cart-product-holder .item-right {
width: calc(100% - 530px);
text-align: right;
}
.cart-product-holder .item-name {
display: block;
color: #000;
margin-bottom: 8px;
}
.cart-product-holder .item-instock, .cart-product-holder .item-outstock {
margin: 9px 0;
border-radius: 8px;
text-align: center;
padding: 0 13px;
line-height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.cart-product-holder .item-instock {
background: #F4FAF6;
color: #00A046;
}
.cart-product-holder .item-instock::before {
content: '\2714';
width: 15px;
height: 15px;
border-radius: 50%;
-webkit-box-shadow: 0px 0px 0px 1px #00A046;
box-shadow: 0px 0px 0px 1px #00A046;
line-height: 15px;
font-size: 13px;
margin-right: 8px;
}
.cart-product-holder .item-outstock {
color: #CE000C;
background: rgba(206, 0, 12, 0.05);
}
.cart-product-holder .item-outstock::before {
content: '\2706';
font-size: 18px;
font-weight: 600;
-webkit-transform: rotate(284deg);
transform: rotate(284deg);
margin-right: 4px;
}
.cart-product-holder .item-offer {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.cart-product-holder .item-offer:hover .item-offer-content {
display: block;
}
.cart-product-holder .item-offer .title {
font-weight: 700;
line-height: 20px;
margin: 12px 0 0 0;
position: relative;
}
.cart-product-holder .item-offer .title::after {
content: '\00AB';
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
font-size: 18px;
position: absolute;
margin-left: 4px;
}
.cart-product-holder .item-offer-content {
background: #fff;
border-radius: 10px;
overflow: hidden;
border: 1px solid #0d699e;
-webkit-box-shadow: 0px 0px 11px 0px rgba(13, 105, 158, 0.2);
box-shadow: 0px 0px 11px 0px rgba(13, 105, 158, 0.2);
padding: 12px;
position: absolute;
left: 0;
top: 100%;
z-index: 1;
width: 420px;
display: none;
line-height: 1.5;
}
.cart-product-holder .item-offer-content b {
margin-bottom: 5px;
}
.cart-product-holder .item-price {
color: #FF0000;
line-height: 20px;
margin: 0;
font-weight: 500;
}
.cart-product-holder .item-old-price {
line-height: 20px;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
color: #8D8D8D;
margin: 0;
}
.cart-product-holder .item-quanity {
margin-top: 18px;
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: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.cart-product-holder .item-quanity-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
background: #FFFFFF;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 0px 1px #B6B6B6;
box-shadow: 0px 0px 0px 1px #B6B6B6;
overflow: hidden;
width: 96px;
margin-right: 9px;
}
.cart-product-holder .item-quanity-holder * {
line-height: 36px;
height: 36px;
color: #000;
text-align: center;
padding: 0;
margin: 0;
border: 0;
}
.cart-product-holder .item-quanity-holder a {
width: 30px;
font-size: 16px;
font-weight: 600;
}
.cart-product-holder .item-quanity-holder input {
width: 36px;
}
.cart-product-holder .icon-delete {
width: 36px;
height: 36px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 0px 1.3px #0163A5;
box-shadow: 0px 0px 0px 1.3px #0163A5;
background-position: -136px -357px;
}
.cart-product-holder .icon-delete:hover {
-webkit-filter: invert(1);
filter: invert(1);
}
.cart-form-group {
background: #fff;
border-radius: 15px;
-webkit-box-shadow: 0px 0px 0px 1px #2176B0;
box-shadow: 0px 0px 0px 1px #2176B0;
padding: 15px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.cart-form-group .form-left {
width: 467px;
margin-right: 33px;
}
.cart-form-group .form-right {
width: calc(100% - 500px);
}
.cart-form-group .group-title {
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: 20px;
padding-bottom: 8px;
border-bottom: 1px dashed #999999;
margin-bottom: 13px;
}
.cart-form-group .group-title p {
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
color: #0163A5;
margin: 0;
}
.cart-form-group .group-title a {
color: #0163A5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cart-form-group .group-title a::before {
content: '';
width: 18px;
height: 20px;
margin-right: 6px;
background-position: -185px -363px;
}
.cart-form-group .payment-item {
margin-bottom: 20px;
}
.cart-form-group .payment-item:last-child {
margin: 0;
}
.cart-input-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;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cart-input-group input, .cart-input-group select, .cart-input-group .input-select, .cart-input-group textarea {
background: #F5F5F5;
border-radius: 5px;
height: 35px;
margin-bottom: 8px;
color: #8D8D8D;
padding: 0 13px;
width: 100%;
border: 0;
outline: none;
}
.cart-input-group select, .cart-input-group .input-select {
width: 49%;
padding: 0 10px;
color: #000;
}
.cart-input-group textarea {
height: 76px;
resize: none;
padding: 13px;
}
.cart-input-group .btn-company {
margin: 14px 0 0;
line-height: 20px;
color: #000000;
position: relative;
padding-left: 20px;
}
.cart-input-group .btn-company:hover {
color: #FF7A00;
}
.cart-input-group .btn-company::before {
content: '';
position: absolute;
top: 3.5px;
left: 0;
height: 13px;
width: 13px;
background-color: #fff;
border-radius: 50%;
-webkit-box-shadow: 0px 0px 0px 1px #BFBFBF;
box-shadow: 0px 0px 0px 1px #BFBFBF;
}
.cart-input-group .btn-company.active {
color: #FF7A00;
}
.cart-input-group .btn-company.active::before {
-webkit-box-shadow: 0px 0px 0px 1px #FF7A00;
box-shadow: 0px 0px 0px 1px #FF7A00;
}
.cart-input-group .btn-company.active::after {
content: '';
background: #FF7A00;
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 6px;
left: 3px;
}
.cart-input-group .company-input {
margin-top: 15px;
display: none;
}
@media (min-width: 1628px) {
.container {
max-width: 1628px;
min-width: 1628px;
}
.row {
margin: 0 -14px;
}
.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
padding: 0 14px;
}
.global-breadcrumb {
padding: 16px 0;
font-size: 16px;
}
.paging a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
}
.custom-nav .owl-nav .arrow {
width: 35px;
height: 70px;
background-size: 10px 20px;
background-position: 7px center;
}
.p-item {
font-size: 14px;
line-height: 18px;
border-radius: 15px;
padding: 10px;
}
.p-item .p-icons-group {
top: 0px;
}
.p-item .p-icon-sale-off {
width: 40px;
height: 46px;
}
.p-item .p-discount {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 13px;
}
.p-item .p-brand-group {
line-height: 30px;
font-size: 15.9041px;
}
.p-item .p-brand img {
max-height: 30px;
}
.p-item .p-name {
min-height: 44px;
line-height: 22px;
margin: 5px 0 12px 0;
font-size: 17.1275px;
}
.p-item .p-price-group {
margin: 10px 0 12px 0;
font-size: 14px;
min-height: 43px;
}
.p-item .p-price {
font-size: 20px;
margin: 0 0 7px 0;
}
.p-item .p-btn-group {
font-size: 16px;
line-height: 26px;
}
.p-item .p-btn-compare::before {
top: 5px;
width: 14px;
height: 14px;
line-height: 14px;
}
.p-item .p-btn-compare .selected::before {
font-size: 13px;
}
.p-item .p-btn-buy {
width: 43px;
height: 31px;
background-size: 24px 18px;
margin-left: 8px;
}
.p-item .p-deal-group {
margin: 12px 0 10px 0;
line-height: 20px;
height: 20px;
}
.p-item .p-deal-group::before {
width: 22px;
height: 30px;
left: 1px;
bottom: -1px;
}
.p-item .p-sale-quantity {
font-size: 12px;
}
.p-item .p-countdown {
font-size: 13px;
line-height: 14px;
font-weight: 400;
}
.art-item .art-text {
padding: 10px 10px 12px 10px;
}
.art-item .art-time {
width: 80px;
height: 50px;
margin-right: 13px;
line-height: 20px;
font-size: 16px;
padding-top: 3px;
}
.art-item .art-title {
width: calc(100% - 93px);
font-size: 18px;
line-height: 22px;
}
.art-item .art-summary {
margin: 20px 0 0 0;
line-height: 22px;
font-size: 16px;
}
.label-container {
padding-left: 32px;
}
.label-container .checkmark {
height: 16px;
width: 16px;
}
.global-deal-countdown p {
margin: 0 15px;
font-size: 16px;
line-height: 19px;
}
.global-deal-countdown b {
width: 45px;
height: 57px;
line-height: 57px;
font-size: 28px;
}
.global-compare-group {
width: 1000px;
}
.global-compare-group .compare-item .name {
line-height: 22px;
font-size: 15px;
font-weight: 500;
}
.global-compare-group .title {
padding: 12px 14px;
font-size: 24px;
}
.global-compare-group .title .close-compare {
font-size: 29px;
line-height: 1;
}
.global-compare-group .btn-compare {
line-height: 50px;
font-size: 20px;
}
.global-header-top {
font-size: 15px;
}
.global-header-top .global-support-group {
width: 1600px;
left: 14px;
}
.global-header-main .header-logo,
.header-menu-group,
.header-menu-group .header-menu-list {
width: 306px;
margin-right: 14px;
}
.global-header-main-top {
padding-top: 17px;
padding-bottom: 12px;
}
.global-header-main .header-logo img {
max-height: 92px;
}
.global-support-group .title {
font-size: 16px;
line-height: 29px;
}
.global-support-group .number {
font-size: 18px;
}
.global-support-group .number::before {
border-bottom-width: 29px !important;
border-right-width: 10px;
right: -9px;
bottom: 0;
}
.global-support-group .item-sub-group a {
font-size: 16px;
line-height: 22px;
display: table;
margin: 9px 0;
}
.header-search-group {
width: 721px;
margin-right: 55px;
}
.header-search-group select {
font-size: 16px;
font-weight: 400;
width: 170px;
}
.header-search-group form {
padding: 8px 0;
}
.header-search-group form * {
height: 30px;
}
.header-search-group button {
position: absolute;
top: 0;
bottom: 0;
right: 0;
height: auto;
border-radius: 0 10px 10px 0;
}
.header-search-group input {
width: 480px;
font-size: 15px;
}
.header-group-right {
width: calc(100% - 1096px);
}
.header-group-right a {
font-size: 15px;
line-height: 18px;
margin: 0 44px 0 0;
}
.header-group-right a:first-child {
padding: 0 44px 0 0;
}
.header-group-right span {
max-width: 79px;
}
.header-group-right .icon-bolt {
width: 27px;
height: 38px;
background-size: 315px 400px;
background-position: -10px -54px;
margin-right: 12px;
}
.header-group-right .icon-buildpc {
width: 42px;
height: 36px;
background-size: 315px 400px;
background-position: -65px -53px;
}
.header-group-right .icon-cart {
width: 36px;
height: 36px;
margin-right: 14px;
background-size: 315px 400px;
background-position: -135px -54px;
}
.header-group-right .item-cart {
width: 133px;
line-height: 46px;
font-size: 16px;
}
.header-group-right .cart-count {
width: 18px;
height: 18px;
line-height: 19px;
font-size: 14px;
top: 2px;
right: -3px;
}
.global-header-static {
width: calc(100% - 320px);
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.global-header-static a {
font-size: 16px;
margin-left: 100px;
}
.global-header-static a:first-child {
margin-left: 0;
}
.global-header-static .icons, .global-header-static .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .global-header-static a::before, .global-header-static .global-header-top .group-right::before, .global-header-top .global-header-static .group-right::before, .global-header-static .header-search-group button::before, .header-search-group .global-header-static button::before, .global-header-static .header-menu-group .title::before, .header-menu-group .global-header-static .title::before, .global-header-static .footer-info-group .icon-map::before, .footer-info-group .global-header-static .icon-map::before, .global-header-static .footer-info-group .icon-tel::before, .footer-info-group .global-header-static .icon-tel::before, .global-header-static .footer-info-group .icon-email::before, .footer-info-group .global-header-static .icon-email::before, .global-header-static .homepage .banner-video::after, .homepage .global-header-static .banner-video::after, .global-header-static .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-header-static .group-title::before, .global-header-static .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .global-header-static a::before, .global-header-static .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .global-header-static .item:nth-child(3)::before, .global-header-static .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .global-header-static .item:nth-child(4)::before, .global-header-static .cart-form-group .group-title a::before, .cart-form-group .group-title .global-header-static a::before {
-webkit-transform: unset;
transform: unset;
background-size: 315px 400px;
height: 21px;
width: 27px;
margin-right: 10px;
}
.global-header-static .icon-check {
width: 40px;
background-position: -198px -54px;
}
.global-header-static .icon-tag {
background-position: -260px -54px;
}
.global-header-static .icon-sync {
background-position: -196px -99px;
}
.global-header-static .icon-truck {
background-position: -261px -99px;
margin-right: 12px;
}
.header-menu-group .title {
line-height: 49px;
font-size: 20px;
padding: 0 10px 0 25px;
}
.header-menu-group .title::before {
background-size: 315px 400px;
width: 40px;
height: 23px;
background-position: -208px -9px;
}
.header-menu-group .header-menu-list {
margin-right: 0;
height: 593px;
}
.header-menu-group a {
line-height: 24px;
}
.header-menu-group .cat-1 {
padding: 0 17px;
}
.header-menu-group .cat-thumb {
width: 30px;
height: 30px;
margin-right: 20px;
}
.header-menu-group .cat-title {
font-size: 18px;
line-height: 30px;
width: calc(100% - 50px);
}
.header-menu-group .sub-menu {
left: 306px;
width: calc(1600px - 306px);
font-size: 18px;
}
.header-fixed .global-header-main-top {
padding-top: 15px;
padding-bottom: 15px;
}
.header-fixed .header-menu-group {
top: 15px;
}
.global-footer-container {
padding-top: 40px;
}
.footer-news-container .group-title {
padding-bottom: 22px;
margin-bottom: 30px;
line-height: 28px;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
font-size: 18px;
}
.footer-news-container .group-title .title {
font-size: 40px;
margin: 0 38px 0 0;
}
.footer-news-container .group-title a {
line-height: 45px;
font-size: 16px;
}
.footer-news-container .art-item {
margin: 0 12px 35px 0;
width: calc(100% / 4 - 9px);
}
.footer-review-container {
padding-bottom: 48px;
}
.footer-review-container .group-title {
margin-bottom: 21px;
}
.footer-review-container .item {
border-radius: 20px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.footer-review-container .image {
height: 262px;
width: 381px;
}
.footer-review-container .text {
width: calc(100% - 381px);
padding: 44px 40px 20px 52px;
}
.footer-review-container .text::before {
top: 33px;
left: 52px;
}
.footer-review-container .summary {
margin: 10px 0 19px 0;
font-size: 16px;
line-height: 20px;
}
.footer-review-container .customer-info i {
width: 40px;
height: 40px;
margin-right: 10px;
}
.footer-review-container .customer-info p {
width: calc(100% - 50px);
font-size: 16px;
line-height: 22px;
}
.footer-policy-container .item {
font-size: 16px;
line-height: 20px;
}
.footer-policy-container .item-text {
width: calc(100% - 80px);
}
.footer-policy-container b {
font-size: 18px;
line-height: 21px;
}
.footer-policy-container .icons, .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 .global-header-top .group-right::before, .global-header-top .footer-policy-container .group-right::before, .footer-policy-container .header-search-group button::before, .header-search-group .footer-policy-container button::before, .footer-policy-container .header-menu-group .title::before, .header-menu-group .footer-policy-container .title::before, .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 .homepage .banner-video::after, .homepage .footer-policy-container .banner-video::after, .footer-policy-container .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .footer-policy-container .group-title::before, .footer-policy-container .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .footer-policy-container a::before, .footer-policy-container .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .footer-policy-container .item:nth-child(3)::before, .footer-policy-container .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .footer-policy-container .item:nth-child(4)::before, .footer-policy-container .cart-form-group .group-title a::before, .cart-form-group .group-title .footer-policy-container a::before {
background-size: 315px 400px;
width: 60px;
height: 60px;
margin-right: 20px;
}
.footer-policy-container .icon-truck {
background-position: -3px -110px;
}
.footer-policy-container .icon-return {
background-position: -83px -111px;
}
.footer-policy-container .icon-payment {
background-position: -3px -183px;
}
.footer-policy-container .icon-support {
background-position: -80px -182px;
}
.footer-info-group {
padding: 60px 0 25px 0;
margin-bottom: 20px;
}
.footer-info-group .title {
font-size: 18px;
line-height: 21px;
margin-bottom: 17px;
}
.footer-info-group a {
font-size: 16px;
line-height: 20px;
}
.global-footer-end {
font-size: 15px;
line-height: 24px;
padding: 22px 0;
}
.global-footer-end .logo {
width: 155px;
margin-right: 45px;
}
.global-footer-end .text {
width: calc(100% - 200px);
}
.global-fixed-group .global-goTop {
width: 50px;
height: 50px;
background-position: -330px -229px;
}
.global-fixed-group .contact-box-wrapper {
padding: 10px 16px;
font-size: 18px;
}
.global-fixed-group .contact-box-wrapper .icons, .global-fixed-group .contact-box-wrapper .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .global-fixed-group .contact-box-wrapper a::before, .global-fixed-group .contact-box-wrapper .global-header-top .group-right::before, .global-header-top .global-fixed-group .contact-box-wrapper .group-right::before, .global-fixed-group .contact-box-wrapper .header-search-group button::before, .header-search-group .global-fixed-group .contact-box-wrapper button::before, .global-fixed-group .contact-box-wrapper .header-menu-group .title::before, .header-menu-group .global-fixed-group .contact-box-wrapper .title::before, .global-fixed-group .contact-box-wrapper .footer-info-group .icon-map::before, .footer-info-group .global-fixed-group .contact-box-wrapper .icon-map::before, .global-fixed-group .contact-box-wrapper .footer-info-group .icon-tel::before, .footer-info-group .global-fixed-group .contact-box-wrapper .icon-tel::before, .global-fixed-group .contact-box-wrapper .footer-info-group .icon-email::before, .footer-info-group .global-fixed-group .contact-box-wrapper .icon-email::before, .global-fixed-group .contact-box-wrapper .homepage .banner-video::after, .homepage .global-fixed-group .contact-box-wrapper .banner-video::after, .global-fixed-group .contact-box-wrapper .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .global-fixed-group .contact-box-wrapper .group-title::before, .global-fixed-group .contact-box-wrapper .pd-static-text-group .support-list a::before, .pd-static-text-group .support-list .global-fixed-group .contact-box-wrapper a::before, .global-fixed-group .contact-box-wrapper .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .global-fixed-group .contact-box-wrapper .item:nth-child(3)::before, .global-fixed-group .contact-box-wrapper .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .global-fixed-group .contact-box-wrapper .item:nth-child(4)::before, .global-fixed-group .contact-box-wrapper .cart-form-group .group-title a::before, .cart-form-group .group-title .global-fixed-group .contact-box-wrapper a::before {
width: 50px;
height: 50px;
margin-right: 8px;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.global-fixed-group .contact-info span {
font-size: 14px;
}
.global-fixed-group .contact-box-wrapper .icon-facebook {
background-position: -222px -273px;
}
.global-fixed-group .icon-zalo {
background-position: -337px -317px;
-webkit-box-shadow: unset;
box-shadow: unset;
}
.global-fixed-group .icon-phone {
background-position: -409px -313px;
}
.homepage .home-banner-container {
width: calc(100% - 318px);
min-height: 593px;
}
.homepage .home-banner-left {
width: 872px;
}
.homepage .home-banner-right {
width: calc(100% - 884px);
}
.homepage .home-banner-right a {
height: auto;
margin-bottom: 10px;
}
.homepage .home-banner-under a {
margin-top: 10px;
}
.home-deal-group {
padding: 25px 14px;
}
.home-deal-group .group-title {
margin: 0 0 34px 0;
}
.home-deal-group .title {
font-size: 64px;
line-height: 75px;
margin: 0 0 18px 0;
}
.home-deal-group .btn-view {
max-width: 146px;
line-height: 42px;
font-size: 20px;
}
.home-collection-container {
padding: 35px 0 20px 0;
}
.home-collection-container .collection-tab-group a {
margin: 0 45px 36px 0;
width: calc(100% / 4 - 34px);
-webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
padding: 10px 10px 10px 25px;
}
.home-collection-container .collection-tab-group .image {
width: 75px;
height: 75px;
margin-right: 15px;
}
.home-collection-container .collection-tab-group .text {
width: calc(100% - 90px);
font-size: 20px;
line-height: 23px;
}
.home-collection-container .collection-tab-group b {
font-size: 22px;
line-height: 26px;
}
.home-collection-container .p-item {
margin: 0 14px 20px 0;
width: calc(100% / 6 - 12px);
}
.home-collection-container .p-item:nth-child(5n) {
margin-right: 14px;
}
.home-collection-container .p-item:nth-child(6n) {
margin-right: 0;
}
.home-collection-container .p-item:nth-child(n+11) {
display: block;
}
.home-collection-container .p-item:nth-child(n+13) {
display: block;
}
.home-collection-container .btn-view {
margin: 10px auto 0 auto;
line-height: 50px;
max-width: 190px;
font-size: 22px;
border-radius: 50px;
}
.home-box-group .box-title-group {
padding: 0 14px 0 0;
}
.home-box-group .box-title-group::before {
width: 53px;
height: 5px;
bottom: 6px;
}
.home-box-group .box-title-group::after {
left: 60px;
}
.home-box-group .title {
font-size: 32px;
line-height: 34px;
padding: 18px 21px 18px 30px;
margin: 0 86px 0 0;
}
.home-box-group .title::after {
border-bottom: 70px solid #0080D7;
border-right: 56px solid transparent;
right: -55px;
}
.home-box-group .cat-child-list a {
font-size: 22px;
line-height: 34px;
}
.home-box-group .cat-child-list a::after {
padding: 0 6px 0 10px;
}
.home-box-group .btn-view {
font-size: 15px;
line-height: 34px;
}
.home-box-group .product-holder {
padding: 19px 9px;
min-height: 370px;
}
.home-box-group .custom-nav .owl-nav .owl-prev {
left: -9px;
}
.home-box-group .custom-nav .owl-nav .owl-next {
right: -9px;
}
.product-page {
padding-top: 0;
}
.product-page .page-title {
font-size: 22px;
line-height: 26px;
margin: 0 25px 0 0;
}
.product-page .col-left label {
font-size: 18px;
line-height: 26px;
}
.product-page .col-left input {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.product-page .col-right select {
height: 38px;
padding: 0 15px;
font-size: 16px;
}
.product-page .col-right a {
width: 36px;
height: 36px;
background-size: 315px 400px !important;
margin-left: 15px;
}
.product-page .icon-list {
background-position: -236px -352px;
}
.product-page .icon-grid {
background-position: -236px -316px;
}
.product-page .product-filter-container {
width: 311px;
}
.product-page .product-col-right {
width: calc(100% - 311px);
padding: 26px 0 20px 13px;
}
.product-page .p-item {
margin: 0 12px 14px 0;
width: calc(100% / 4 - 9px);
}
.product-page .p-item .p-name {
min-height: 52px;
}
.product-page .p-item .p-price-group {
font-size: 15.9041px;
line-height: 22px;
min-height: 56px;
}
.product-page .p-item .p-price {
font-size: 22.0211px;
line-height: 22px;
margin: 0px 0 12px 0;
}
.product-page .p-item del {
margin-right: 8px;
}
.product-page .static-html-group {
font-size: 16px;
padding-top: 50px;
line-height: 1.5;
}
.product-page .static-html-group::before, .product-page .static-html-group::after {
max-width: 939px;
}
.product-page .static-html-group::after {
max-width: 638px;
}
.product-page .static-html-group a {
font-size: 15px;
}
.product-filter-container .group-title {
font-size: 16px;
line-height: 19px;
}
.product-filter-container a {
font-size: 16px;
line-height: 28px;
}
.product-filter-container .filter-item {
padding: 14px 12px 10px 0;
}
.product-filter-container .filter-list {
padding-bottom: 10px;
}
.product-filter-container .filter-list a {
padding-left: 25px;
}
.product-filter-container .filter-list a::before {
width: 16px;
height: 16px;
top: 4.5px;
}
.product-filter-container .filter-list .current::after {
font-size: 12px;
top: -2px;
left: 3px;
}
.product-display-list .p-item {
width: calc(100% / 2 - 6px);
}
.product-detail-page {
padding-bottom: 40px;
}
.product-detail-page .pd-box-content {
padding: 12px 16px;
}
.product-detail-page .page-title {
font-size: 24px;
line-height: 32px;
}
.product-detail-page .pd-btn-compare {
font-size: 14px;
line-height: 32px;
padding-left: 22px;
}
.product-detail-page .pd-btn-compare::before {
top: 7px;
}
.product-detail-page .pd-image-group {
width: 641px;
margin-right: 16px;
}
.product-detail-page .pd-info-middle-group {
width: calc(100% - 657px);
}
.product-detail-page .pd-image-large {
margin-bottom: 23px;
}
.product-detail-page .pd-image-gallery .arrow {
width: 22px !important;
height: 38px !important;
background-position: 4px center !important;
background-size: 8px 14px !important;
}
.product-detail-page .pd-status-group {
font-size: 15px;
margin-bottom: 12px;
}
.product-detail-page .pd-summary-group {
font-size: 15px;
line-height: 25px;
}
.product-detail-page .pd-deal-holder .group-title {
font-size: 26px;
line-height: 54px;
padding: 0 10px 0 12px;
margin-right: 21px;
}
.product-detail-page .pd-deal-holder .group-title i {
width: 25px;
height: 30px;
margin-right: 10px;
}
.product-detail-page .pd-deal-holder .group-title::after {
border-top: 54px solid #CE000C;
border-right: 19px solid transparent;
right: -18px;
}
.product-detail-page .deal-countdown {
font-size: 12px;
line-height: 14px;
margin-top: 4px;
}
.product-detail-page .deal-countdown p {
margin: 0 8px;
}
.product-detail-page .deal-countdown p::after {
font-size: 16px;
top: 6px;
right: -10px;
}
.product-detail-page .deal-countdown b {
width: 25px;
height: 31px;
line-height: 31px;
font-size: 15px;
margin: 0 auto 3px auto;
}
.product-detail-page .pd-deal-count p {
font-size: 12px;
line-height: 14px;
}
.product-detail-page .pd-deal-group {
height: 12px;
line-height: 12px;
}
.product-detail-page .pd-deal-group::before {
width: 13px;
height: 18px;
}
.product-detail-page .pd-price-group {
font-size: 15px;
line-height: 20px;
}
.product-detail-page .pd-price {
font-size: 26px;
line-height: 20px;
margin: 0 10px 0 0;
}
.product-detail-page .pd-variant-group .item {
font-size: 14px;
line-height: 20px;
padding: 13px 6px;
}
.product-detail-page .pd-variant-group .price {
font-size: 18px;
line-height: 20px;
margin-top: 4px;
}
.product-detail-page .pd-quantity-group {
margin: 16px 0;
}
.product-detail-page .pd-quantity-group p {
font-size: 16px;
margin: 0 31px 0 0;
}
.product-detail-page .pd-quantity-holder {
width: 121px;
}
.product-detail-page .pd-quantity-holder * {
line-height: 42px;
height: 42px;
}
.product-detail-page .pd-btn-group a {
font-size: 20px;
line-height: 60px;
}
.product-detail-page .pd-offer-group {
margin: 30px 0 0 0;
}
.product-detail-page .pd-offer-group .group-title {
line-height: 36px;
top: -17px;
padding: 0 14px 0 38px;
}
.product-detail-page .pd-offer-group .group-title::before {
background-position: -6px -314px;
}
.product-detail-page .pd-offer-list {
font-size: 15px;
line-height: 28px;
}
.pd-info-container .pd-static-text-group {
width: 372px;
}
.pd-info-container .col-left {
width: calc(100% - 388px);
margin-right: 16px;
}
.pd-static-text-group .box-policy {
padding: 22px 17px 0 17px;
}
.pd-static-text-group .box-policy .title {
font-size: 20px;
line-height: 20px;
padding-bottom: 17px;
}
.pd-static-text-group .box-policy li {
font-size: 15px;
line-height: 47px;
padding: 0 3px;
letter-spacing: 0px;
}
.pd-static-text-group .box-policy .icons, .pd-static-text-group .box-policy .global-support-group .item-sub-group a::before, .global-support-group .item-sub-group .pd-static-text-group .box-policy a::before, .pd-static-text-group .box-policy .global-header-top .group-right::before, .global-header-top .pd-static-text-group .box-policy .group-right::before, .pd-static-text-group .box-policy .header-search-group button::before, .header-search-group .pd-static-text-group .box-policy button::before, .pd-static-text-group .box-policy .header-menu-group .title::before, .header-menu-group .pd-static-text-group .box-policy .title::before, .pd-static-text-group .box-policy .footer-info-group .icon-map::before, .footer-info-group .pd-static-text-group .box-policy .icon-map::before, .pd-static-text-group .box-policy .footer-info-group .icon-tel::before, .footer-info-group .pd-static-text-group .box-policy .icon-tel::before, .pd-static-text-group .box-policy .footer-info-group .icon-email::before, .footer-info-group .pd-static-text-group .box-policy .icon-email::before, .pd-static-text-group .box-policy .homepage .banner-video::after, .homepage .pd-static-text-group .box-policy .banner-video::after, .pd-static-text-group .box-policy .product-detail-page .pd-offer-group .group-title::before, .product-detail-page .pd-offer-group .pd-static-text-group .box-policy .group-title::before, .pd-static-text-group .box-policy .support-list a::before, .pd-static-text-group .support-list .box-policy a::before, .pd-static-text-group .box-policy .cart-page .cart-btn-group .item:nth-child(3)::before, .cart-page .cart-btn-group .pd-static-text-group .box-policy .item:nth-child(3)::before, .pd-static-text-group .box-policy .cart-page .cart-btn-group .item:nth-child(4)::before, .cart-page .cart-btn-group .pd-static-text-group .box-policy .item:nth-child(4)::before, .pd-static-text-group .box-policy .cart-form-group .group-title a::before, .cart-form-group .group-title .pd-static-text-group .box-policy a::before {
width: 28px;
height: 28px;
margin-right: 12px;
background-size: 315px 400px !important;
}
.pd-static-text-group .box-policy a {
width: calc(100% - 40px);
}
.pd-static-text-group .box-policy .icon-money {
background-position: -9px -323px;
}
.pd-static-text-group .box-policy .icon-box {
background-position: -52px -321px;
}
.pd-static-text-group .box-policy .icon-truck {
background-position: -261px -97px;
}
.pd-static-text-group .box-policy .icon-shipping {
background-position: -99px -322px;
}
.pd-static-text-group .box-policy .icon-cash {
background-position: -141px -320px;
}
.pd-static-text-group .box-support .group-title {
padding: 0 25px;
line-height: 52px;
font-size: 20px;
}
.pd-static-text-group .support-list {
padding: 14px 27px;
}
.pd-static-text-group .support-list a {
font-size: 16px;
line-height: 36px;
padding-left: 35px;
}
.pd-static-text-group .support-list a::before {
top: 6px;
}
.pd-desc-spec-container {
padding: 29px 16px 16px 16px !important;
}
.pd-desc-spec-container .group-title {
font-size: 24px;
margin: 0 0 13px 0;
}
.pd-desc-spec-container .pd-spec-group {
width: 507px;
}
.pd-desc-spec-container .pd-desc-group {
width: calc(100% - 523px);
margin-right: 16px;
font-size: 16px;
line-height: 24px;
}
.pd-spec-group td {
padding: 15px 11px;
font-size: 16px;
}
.pd-comment-pro_compare-container .pd-box-content {
padding: 25px 16px;
}
.pd-comment-pro_compare-container .pd-product-holder .item {
padding-top: 19px;
}
.pd-comment-pro_compare-container .pd-product-holder .image {
width: 120px;
margin-right: 12px;
}
.pd-comment-pro_compare-container .pd-product-holder .text {
width: calc(100% - 132px);
font-size: 16px;
line-height: 22px;
}
.pd-comment-pro_compare-container .pd-product-holder .summary {
font-size: 14px;
line-height: inherit;
}
.pd-comment-pro_compare-container .compare-search-group {
margin: 19px 0 0 0;
FONT-VARIANT: JIS04;
}
.pd-same-category-container .group-title {
font-size: 24px;
margin: 0 0 20px 0;
}
.cart-page {
padding-top: 10px;
padding-bottom: 16px;
}
.cart-page .page-title-group {
font-size: 15px;
margin: 0 0 20px 0;
}
.cart-page .page-title-group p {
font-size: 24px;
margin: 0 10px 0 0;
}
.cart-page .page-note {
font-size: 16px;
margin: 18px 0;
}
.cart-page .col-left {
width: 1136px;
margin-right: 14px;
}
.cart-page .col-right {
width: calc(100% - 1150px);
padding: 22px 26px 20px 26px;
}
.cart-page .col-right .group-title {
font-size: 22px;
line-height: 20px;
padding: 0 0 17px 0;
}
.cart-page .col-right td {
padding: 10px 0;
}
.cart-page .col-right table {
font-size: 18px;
}
.cart-page .col-right label {
font-size: 16px;
line-height: 24px;
margin: 5px 0 0 0;
}
.cart-page .col-right .text-14 {
font-size: 16px;
}
.cart-page .cart-btn-group .item {
margin: 17px 10px 0 0;
width: calc(100% / 2 - 5px);
line-height: 49px;
font-size: 20px;
}
.cart-page .page-btn-group {
margin: 12px 0 36px 0;
}
.cart-page .page-btn-group a {
line-height: 50px;
margin-left: 13px;
font-size: 20px;
padding: 0 33px;
}
.cart-product-holder .item-row {
padding: 14px 20px 22px 12px;
font-size: 16px;
line-height: 22px;
}
.cart-product-holder .item-img {
width: 175px;
margin-right: 20px;
}
.cart-product-holder .item-text {
width: calc(100% - 195px);
}
.cart-product-holder .item-left {
width: 668px;
}
.cart-product-holder .item-right {
width: calc(100% - 680px);
}
.cart-product-holder .item-text {
line-height: inherit;
}
.cart-product-holder .item-instock, .cart-product-holder .item-outstock {
line-height: 40px;
}
.cart-product-holder .item-quanity-holder {
margin-right: 12px;
width: 125px;
}
.cart-product-holder .item-quanity-holder input {
font-size: 16px;
font-weight: 600;
width: 65px;
}
.cart-form-group {
padding: 17px 16px;
font-size: 16px;
line-height: 20px;
}
.cart-form-group .form-left {
width: 622px;
margin: 0 45px 0 0;
}
.cart-form-group .form-right {
width: calc(100% - 667px);
}
.cart-form-group .group-title {
padding-bottom: 13px;
margin-bottom: 17px;
line-height: 23px;
}
.cart-form-group .group-title p {
font-size: 20px;
}
.cart-input-group input, .cart-input-group select, .cart-input-group textarea, .cart-input-group .input-select {
padding: 0 17px;
height: 46px;
font-size: 16px;
}
.cart-input-group textarea {
height: 102px;
padding: 17px;
}
.cart-input-group .btn-company {
margin: 26px 0 0 0;
font-size: 16px;
line-height: 20px;
padding-left: 32px;
}
.cart-input-group .btn-company::before {
top: 1px;
height: 16px;
width: 16px;
}
.cart-input-group .btn-company.active::after {
top: 5px;
left: 4px;
}
}
/*# sourceMappingURL=pc_style.css.map */