Files
du_an_khach_hang/SongLongMedia/scss/pc_style.css

4092 lines
81 KiB
CSS
Raw Normal View History

body {
color: #000;
font-family: 'Inter', sans-serif;
background: #FFFFFF;
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, .ol {
margin: 0;
padding: 0;
list-style: none;
}
img {
max-width: 100%;
height: auto;
}
.clearfix::after, .art-item .art-text::after, .global-menu-container .sub-menu::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 {
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, .p-item .p-name:hover, .art-item a:hover, .global-menu-container a:hover, .global-menu-container .cat-3-holder:hover > a, .global-footer-container a:hover, .global-popup-store a:hover, .homepage .home-art-item .item-title:hover, .product-article-related .title:hover, .pd-variant-group-list .price {
color: #1781E0;
}
.bg-red {
background: #D91605;
}
.bg-white {
background: #fff;
}
.bg-orange {
background: #ff9219;
}
.bg-green {
background: #29A07E;
}
.bg-main, ::-webkit-scrollbar-thumb, .global-header-main, .global-menu-container .cat-item:hover .cat-1, .global-menu-container .cat-4-holder a:hover, .global-menu-container .cat-4-holder a:hover:first-child::before, .home-deal-container .group-title a:hover, .product-page .brand-filter-holder a.active, .product-page .static-tag-list a:hover, .pd-variant-list .current::before {
background: #1781E0;
}
.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, .homepage .category-accessories-holder img, .homepage .home-art-item img, .home-brand-group img, .home-customer-review-holder .item-image img, .product-page .product-child-list a img, .pd-image-large img, .pd-image-gallery a img, .pd-variant-group-list img, .fancybox-video-container .pd-video-list 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-article-related .item a {
position: relative;
overflow: hidden;
display: block;
}
.hover-img a::before, .product-article-related .item 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-article-related .item 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 {
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 {
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: 100% 100%;
background-color: #fff;
-webkit-transition: unset;
transition: unset;
}
.fancybox-thumbs__list a:before {
border: 3px solid #1781E0;
}
.skeleton, .homepage .home-art-item .item-image, .home-banner-container .home-banner-right a, .home-banner-container .banner-under-slider a, .home-banner-container .home-slider-image a, .product-hot-container {
-webkit-animation: skeleton-loading 2s linear alternate;
animation: skeleton-loading 2s linear alternate;
display: block;
-webkit-animation-iteration-count: 3, 0, infinite;
animation-iteration-count: 3, 0, infinite;
}
.animate__backInRight {
-webkit-animation-name: backInRight;
animation-name: backInRight;
}
@-webkit-keyframes skeleton-loading {
0% {
background-color: #c2cfd6;
}
100% {
background-color: #f0f3f5;
}
}
@keyframes skeleton-loading {
0% {
background-color: #c2cfd6;
}
100% {
background-color: #f0f3f5;
}
}
@-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);
}
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
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) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
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) rotate(0);
transform: scale(1) rotate(0);
}
}
@-webkit-keyframes pulseCps {
0% {
content: '\2764';
color: #fff;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
font-size: 14px;
}
50% {
content: '\2764';
color: #d70018;
-webkit-transform: scale(1.15);
transform: scale(1.15);
font-size: 14px;
}
to {
content: '\2764';
color: #fff;
-webkit-transform: scale(1);
transform: scale(1);
font-size: 14px;
}
}
@keyframes pulseCps {
0% {
content: '\2764';
color: #fff;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: center center;
transform-origin: center center;
font-size: 14px;
}
50% {
content: '\2764';
color: #d70018;
-webkit-transform: scale(1.15);
transform: scale(1.15);
font-size: 14px;
}
to {
content: '\2764';
color: #fff;
-webkit-transform: scale(1);
transform: scale(1);
font-size: 14px;
}
}
.inherit, .global-breadcrumb h1, .p-item .p-name *, .homepage .category-accessories-holder .cat-title, .product-page .product-child-list a .title {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
margin: 0;
}
.line-clamp-2, .p-item .p-name *, .p-item .p-offer-holder, .art-item .art-title, .homepage .home-art-item .item-title *, .home-banner-container .home-slider-title span, .pd-variant-group-list .title {
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 {
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;
font-weight: 300;
line-height: 30px;
background: #Fff;
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
}
.global-breadcrumb a {
color: #3F3F3F;
}
.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: '\203A';
padding: 0 8px;
font-size: 20px;
font-weight: 400;
}
.global-breadcrumb li:first-child::before {
content: '';
display: inline-block;
width: 16px;
height: 16px;
background-position: -180px -7px !important;
margin-right: 8px;
}
.global-breadcrumb li:last-child::after {
content: none;
}
.paging {
margin: 20px 0 40px 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: 36px;
height: 36px;
line-height: 36px;
border-radius: 50%;
background: #F3F3F3;
text-align: center;
color: #000;
margin: 0 4px;
-webkit-transition: .12s all;
transition: .12s all;
overflow: hidden;
}
.paging a:hover, .paging a.current {
background-color: #1781E0;
color: #fff;
}
.paging a:hover *, .paging a.current * {
-webkit-filter: brightness(100);
filter: brightness(100);
}
.paging .icon-prev, .paging .icon-next {
background: url(../images/icon-left.png) no-repeat center;
background-size: 7px 12px;
font-size: 0 !important;
display: block;
height: 100%;
}
.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-breadcrumb li:first-child::before, .pd-offer-group .group-title::before {
background: url(../images/sprite.png) no-repeat;
background-size: 200px 350px;
}
.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: 4px;
}
.custom-nav .owl-nav .owl-next {
right: 4px;
}
.custom-nav .owl-nav .arrow {
width: 32px;
height: 62px;
display: block;
background: url(../images/icon-left.png) no-repeat;
background-position: 6px center;
background-size: 10px 18px;
-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 {
margin: 5px !important;
}
.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;
position: relative;
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
border-radius: 9px;
padding: 13px 13px 10px 13px;
font-size: 12px;
line-height: 20px;
z-index: 1;
-webkit-transition: .2s all;
transition: .2s all;
}
.p-item img {
display: block;
width: auto;
}
.p-item a {
display: block;
color: #3F3F3F;
}
.p-item:hover {
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.8);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.8);
}
.p-item:hover .p-img img {
bottom: 15px;
}
.p-item .p-img {
display: block;
position: relative;
padding-bottom: 100%;
overflow: hidden;
margin-bottom: 6px;
}
.p-item .p-img img {
-webkit-transition: .4s all !important;
transition: .4s all !important;
}
.p-item .p-discount {
width: 80px;
height: 32px;
line-height: 26px;
font-weight: 700;
color: #Fff;
background: url(../images/p-discount.png) no-repeat;
background-size: 80px 32px;
z-index: 1;
position: absolute;
text-align: center;
top: 0;
left: -4px;
}
.p-item .p-type-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;
font-size: 10px;
line-height: 17px;
min-height: 17px;
color: #fff;
margin: 6px 0;
}
.p-item .p-type-group * {
border-radius: 3px;
margin-right: 4px;
padding: 0 7px;
}
.p-item .p-type-group *:last-child {
margin: 0;
}
.p-item .p-new {
background: #36AC4A;
}
.p-item .p-bestsale {
background: #F68704;
}
.p-item .p-hot {
background: #E00;
}
.p-item .p-name {
min-height: 40px;
font-size: 14px;
font-weight: 600;
margin: 5px 0;
}
.p-item .p-price-holder {
margin: 5px 0;
color: #A0A0A0;
font-weight: 600;
line-height: 26px;
min-height: 26px;
}
.p-item .p-price-holder * {
display: inline-block;
}
.p-item .p-price {
color: #E00;
font-weight: 800;
font-size: 16px;
margin: 0 5px 0 0;
}
.p-item .p-offer-group {
margin: 5px 0;
height: 43px;
}
.p-item .p-offer-holder {
background: #f6f6f6;
border: 0.821px solid #ECECEC;
height: 43px;
padding: 4px 7px;
overflow: hidden;
color: #6C6C6C;
font-weight: 300;
line-height: 17px;
}
.p-item .icon-star {
-webkit-transform: scale(0.7);
transform: scale(0.7);
margin: auto auto auto -14px;
display: block;
}
.p-item .p-btn-like {
display: table;
margin: 5px 0 auto auto;
color: #A0A0A0;
line-height: 19px;
}
.p-item .p-btn-like:hover {
color: #EE0000;
}
.p-item .p-btn-like:hover::after {
-webkit-animation: pulseCps 1s ease-out infinite;
animation: pulseCps 1s ease-out infinite;
}
.p-item .p-btn-like::after {
content: '\2661';
color: #EE0000;
font-size: 20px;
display: inline-block;
vertical-align: bottom;
margin-left: 5px;
}
.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-countdown-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.global-countdown-holder b {
margin: 0 6px;
color: #CB1C21;
font-size: 16px;
font-weight: 600;
background: #fff;
border-radius: 3px;
padding: 0 4px;
min-width: 30px;
text-align: center;
position: relative;
}
.global-countdown-holder b::after {
content: ':';
position: absolute;
right: -8px;
color: #fff;
}
.global-countdown-holder b:last-child {
margin-right: 9px;
}
.global-countdown-holder b:last-child::after {
content: none;
}
.global-header-top {
background: #e9efff;
line-height: 40px;
font-size: 11px;
font-weight: 500;
}
.global-header-top a {
color: #040c64;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.global-header-top b {
font-weight: 900;
font-size: 14px;
}
.global-header-top .icons, .global-header-top .global-breadcrumb li:first-child::before, .global-breadcrumb .global-header-top li:first-child::before, .global-header-top .pd-offer-group .group-title::before, .pd-offer-group .global-header-top .group-title::before {
width: 12px;
height: 30px;
margin-right: 15px;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.global-header-top .icon-exchange {
background-position: -10px -2px;
}
.global-header-top .icon-medal {
background-position: -39px -2px;
}
.global-header-top .icon-delivery {
width: 24px;
background-position: -63px -3px;
}
.global-header-main {
padding: 13px 0;
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 99;
}
.global-header-main .header-logo {
width: 296px;
margin-right: 14px;
}
.global-header-main .header-logo img {
display: block;
width: auto;
height: auto;
}
.global-header-main .header-middle-group {
width: 497px;
margin-right: 25px;
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;
}
.header-other-page .header-search-group, .header-fixed .header-search-group {
width: calc(100% - 46px);
}
.header-other-page .header-menu-container, .header-fixed .header-menu-container {
width: 40px;
}
.header-other-page .header-menu-container:hover .global-menu-container, .header-fixed .header-menu-container:hover .global-menu-container {
opacity: 1;
visibility: visible;
z-index: 3;
top: calc(100% + 13px);
}
.header-other-page .header-menu-container:hover .global-menu-container::before, .header-fixed .header-menu-container:hover .global-menu-container::before {
content: '';
width: 300px;
height: 60px;
position: absolute;
left: 30px;
top: -32px;
}
.header-group-right {
width: calc(100% - 832px);
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 {
color: #fff;
line-height: 16px;
font-size: 13px;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-group-right .icons, .header-group-right .global-breadcrumb li:first-child::before, .global-breadcrumb .header-group-right li:first-child::before, .header-group-right .pd-offer-group .group-title::before, .pd-offer-group .header-group-right .group-title::before {
width: 20px;
height: 32px;
margin-right: 8px;
background-position: -9px -37px;
}
.header-group-right .icon-phone {
background-position: -9px -37px;
-webkit-animation: tada 1.8s infinite ease-in-out;
animation: tada 1.8s infinite ease-in-out;
}
.header-group-right .icon-map {
background-position: -45px -40px;
}
.header-group-right .icon-cart {
background-position: -82px -39px;
position: relative;
}
.header-group-right .cart-count {
background: #FFD953;
color: #000;
font-style: normal;
text-align: center;
width: 13px;
height: 13px;
line-height: 13px;
border-radius: 50%;
font-weight: 600;
font-size: 8px;
position: absolute;
right: -3px;
top: 0;
}
.header-search-group {
width: 100%;
-webkit-transition: .3s all;
transition: .3s all;
}
.header-search-group form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #FFFFFF;
border-radius: 5px;
overflow: hidden;
}
.header-search-group form * {
margin: 0;
padding: 0;
border: 0;
height: 40px;
}
.header-search-group form input {
padding: 0 12px 0 8px;
color: #AAA;
width: calc(100% - 40px);
}
.header-search-group form button {
width: 40px;
background-position: -137px 2px;
}
.header-menu-container {
width: 0;
height: 40px;
background-color: #fff;
margin-right: 6px;
border-radius: 5px;
-webkit-transition: .3s all;
transition: .3s all;
}
.header-menu-container .icon-menu {
display: block;
height: 100%;
background-position: -99px 1px;
}
.global-menu-container {
border-radius: 10px;
background: #FFF;
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
width: 200px;
height: 382px;
-webkit-transition: .3s all;
transition: .3s all;
z-index: -2;
opacity: 0;
visibility: hidden;
position: absolute;
top: calc(100% + 30px);
left: 10px;
}
.global-menu-container a {
color: #3F3F3F;
font-size: 12px;
display: table;
}
.global-menu-container .has-child::after {
content: '\276F';
font-size: 10px;
display: inline-block;
position: relative;
right: -6px;
}
.global-menu-container .cat-item {
height: calc(100% / 12);
}
.global-menu-container .cat-item:first-child {
border-radius: 10px 10px 0 0;
}
.global-menu-container .cat-item:nth-child(12) {
border-radius: 0 0 10px 10px;
}
.global-menu-container .cat-item:hover .cat-1 {
color: #fff;
}
.global-menu-container .cat-item:hover .cat-thumb {
-webkit-filter: invert(1);
filter: invert(1);
}
.global-menu-container .cat-item:hover .sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.global-menu-container .cat-1 {
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
padding: 0 12px;
position: relative;
border-radius: inherit;
}
.global-menu-container .cat-2 {
font-weight: 700;
margin-bottom: 5px;
}
.global-menu-container .cat-thumb {
width: 20px;
height: 20px;
margin-right: 10px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.global-menu-container .cat-title {
width: calc(100% - 40px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.global-menu-container .sub-menu {
display: none;
background: #fff;
position: absolute;
top: 0;
left: 200px;
width: calc(1200px - 200px);
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
z-index: 1;
border-radius: 0 10px 10px 0;
padding: 12px 15px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: start;
align-content: flex-start;
overflow: auto;
}
.global-menu-container .sub-menu a {
font-size: 13px;
line-height: 16px;
margin: 4px 0;
}
.global-menu-container .sub-item {
float: left;
width: 20%;
padding-right: 15px;
margin-bottom: 20px;
}
.global-menu-container .sub-item:nth-child(5n) .cat-4-holder {
left: unset;
right: 100%;
}
.global-menu-container .sub-item:nth-child(5n) .cat-4-holder a:first-child {
border-top-left-radius: 6px;
border-top-right-radius: 4px;
}
.global-menu-container .sub-item:nth-child(5n) .cat-4-holder a:first-child::before {
left: unset;
right: -4px;
}
.global-menu-container .cat-3-holder {
position: relative;
display: table;
}
.global-menu-container .cat-3-holder:hover .cat-4-holder {
display: block;
}
.global-menu-container .cat-4-holder {
display: none;
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
background: #fff;
z-index: 1;
position: absolute;
top: 0;
left: 100%;
width: 200px;
border-radius: 6px;
}
.global-menu-container .cat-4-holder a {
margin: 0;
display: block;
padding: 5px 12px;
position: relative;
background: #fff;
}
.global-menu-container .cat-4-holder a:hover {
color: #fff;
}
.global-menu-container .cat-4-holder a:hover:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 6px;
}
.global-menu-container .cat-4-holder a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 6px;
}
.global-menu-container .cat-4-holder a:first-child::before {
content: '';
position: absolute;
left: -6px;
top: 3px;
width: 12px;
height: 12px;
background: #fff;
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -1;
}
.global-menu-container .cat-4-holder a:last-child {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.global-footer-container {
background: #F8F8F8;
line-height: 24px;
}
.global-footer-container a {
color: #000;
display: table;
margin: 3px 0;
}
.global-footer-container .footer-end-group {
width: 100%;
color: #6C6C6C;
font-size: 13px;
font-weight: 500;
line-height: 16px;
text-transform: uppercase;
border-top: 1px solid #ECECEC;
margin: 0;
padding: 16px 0;
text-align: center;
}
.global-footer-store-container {
background: #fff;
-webkit-box-shadow: 0px -2px 10px 0px rgba(90, 90, 90, 0.25);
box-shadow: 0px -2px 10px 0px rgba(90, 90, 90, 0.25);
padding: 23px 0 0 0;
}
.global-footer-store-container .group-title {
color: #1781E0;
font-size: 28px;
font-weight: 700;
line-height: 34px;
text-transform: uppercase;
margin: 0 0 20px 0;
position: relative;
text-align: center;
}
.global-footer-store-container .group-title::after {
content: '';
background: #0059A9;
height: 1.5px;
width: 170px;
position: absolute;
left: 50%;
bottom: -5px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.global-footer-store-container .store-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.global-footer-store-container .item {
margin: 0 40px 20px 0;
width: calc(100% / 3 - 27px);
}
.global-footer-store-container .item:nth-child(3n) {
margin-right: 0;
}
.global-footer-store-container .item img {
display: block;
width: auto;
border-radius: 10px;
margin: 0 0 14px 0;
}
.global-footer-store-container .item-title {
display: inline-block;
background: #1781E0;
line-height: 30px;
border-radius: 5px;
border-left: 4px solid #6AB9FF;
text-align: center;
color: #FFF;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 14px 0;
padding: 0 16px;
}
.global-footer-store-container .item-text a, .global-footer-store-container .item-text p {
margin: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
line-height: 24px;
}
.global-footer-store-container .item-text .btn-link {
display: table;
margin-left: 27px;
color: #0059A9;
text-decoration: underline;
}
.global-footer-store-container .item-text .btn-link::before {
content: '\276F';
font-size: 12px;
display: inline-block;
vertical-align: top;
}
.global-footer-store-container .item-text .icons, .global-footer-store-container .item-text .global-breadcrumb li:first-child::before, .global-breadcrumb .global-footer-store-container .item-text li:first-child::before, .global-footer-store-container .item-text .pd-offer-group .group-title::before, .pd-offer-group .global-footer-store-container .item-text .group-title::before {
width: 27px;
height: 24px;
}
.global-footer-store-container .item-text span {
width: calc(100% - 27px);
}
.global-footer-store-container .icon-map {
background-position: -51px -115px;
}
.global-footer-store-container .icon-clock {
background-position: -87px -114px;
}
.global-footer-store-container .icon-phone {
background-position: -122px -114px;
}
.global-footer-info {
position: relative;
padding: 30px 0 0 0;
background: #F8F8F8;
}
.global-footer-info img {
display: block;
width: auto;
}
.global-footer-info .item {
width: 25%;
margin-bottom: 30px;
}
.global-footer-info .title {
position: relative;
color: #1781E0;
font-size: 18px;
font-weight: 600;
line-height: 22px;
text-transform: uppercase;
margin: 0 0 15px 0;
display: inline-block;
}
.global-footer-info .title::before {
content: '';
width: 58%;
height: 1px;
background: #0059A9;
position: absolute;
left: 0;
bottom: -3px;
}
.global-footer-info .btn-bct {
margin-top: 12px;
}
.global-footer-info .btn-bct img {
max-height: 56px;
}
.global-footer-info .payment-img {
margin: 3px 0 40px 0;
}
.global-footer-info .footer-social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.global-footer-info .footer-social-media a {
width: 24px;
height: 24px;
margin: 8px 15px 0 0;
-webkit-transition: .4s all;
transition: .4s all;
position: relative;
bottom: 0;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.global-footer-info .footer-social-media a:hover {
margin-top: 3px;
}
.global-footer-info .icon-youtube {
background-position: -9px -162px;
}
.global-footer-info .icon-facebook {
background-position: -51px -162px;
}
.global-footer-info .icon-tiktok {
background-position: -93px -162px;
}
.global-footer-info .icon-instagram {
background-position: -135px -162px;
}
.global-footer-info .icon-zalo {
background-position: -174px -162px;
}
.global-fixed-right {
position: fixed;
z-index: 3;
right: 10px;
top: 50%;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transform: translateX(2000px) translateX(-50%) scale(0.7);
transform: translateX(2000px) translateX(-50%) scale(0.7);
}
.global-fixed-right a {
display: block;
width: 45px;
height: 45px;
border-radius: 50%;
margin: 8px 0;
background-repeat: no-repeat;
background-position: center;
background-size: 40px 40px;
position: relative;
}
.global-fixed-right a:hover span {
visibility: visible;
opacity: 1;
}
.global-fixed-right a span {
position: absolute;
top: 4px;
right: 55px;
z-index: 9;
height: 32px;
line-height: 26px;
padding: 3px 10px;
width: auto;
border-radius: 5px;
font-size: 11px;
color: #fff;
text-align: center;
white-space: nowrap;
cursor: pointer;
background-color: #000;
visibility: hidden;
opacity: 0;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.global-fixed-right a span::after {
content: "";
width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent transparent transparent #000;
position: absolute;
left: 100%;
top: 0;
bottom: 0;
margin: auto;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.global-fixed-right .icon-goTop {
-webkit-animation: unset !important;
animation: unset !important;
background-color: #e6e6e6;
display: none;
}
.global-fixed-right .icon-goTop::before {
content: '';
background: url(../images/icon-left.png) no-repeat center;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
background-size: 10px;
display: block;
height: 100%;
}
.global-fixed-right .icon-goTop:hover {
background-color: #ccc;
}
.global-popup-store {
padding: 10px;
border-radius: 10px;
}
.global-popup-store a {
color: #000;
display: table;
margin: 3px 0;
}
.global-popup-store .global-footer-store-container {
-webkit-box-shadow: unset;
box-shadow: unset;
}
#global-popup-customer-like {
border-radius: 10px;
padding: 34px 16px 24px 16px;
}
#global-popup-customer-like .icon-notification {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
margin: 0 auto 15px auto;
background: #CE000C;
color: #fff;
font-size: 30px;
font-weight: bold;
}
#global-popup-customer-like p {
font-weight: 600;
font-size: 16px;
margin: 20px 0;
}
#global-popup-customer-like a {
width: 49%;
line-height: 38px;
background: #CE000C;
color: #fff;
border-radius: 5px;
font-weight: 500;
border: 1px solid transparent;
font-size: 16px;
}
#global-popup-customer-like a:last-child {
border-color: #CE000C;
color: #CE000C;
background: #fff;
}
.homepage {
padding-top: 12px;
padding-bottom: 12px;
}
.homepage img {
display: block;
width: auto;
height: auto;
}
.homepage .product-holder {
position: relative;
min-height: 400px;
}
.homepage .category-accessories-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.homepage .category-accessories-holder .item {
margin: 0 12px 12px 0;
width: calc(100% / 8 - 11px);
border-radius: 10px;
background: #68BAF2;
color: #Fff;
font-size: 15px;
font-weight: 700;
line-height: 17px;
padding: 10px 12px 6px 12px;
-webkit-transition: .25s all;
transition: .25s all;
}
.homepage .category-accessories-holder .item:hover {
-webkit-box-shadow: 0px 1px 9px 1px rgba(161, 161, 161, 0.5);
box-shadow: 0px 1px 9px 1px rgba(161, 161, 161, 0.5);
-webkit-transform: scale(1.06);
transform: scale(1.06);
}
.homepage .category-accessories-holder .item:nth-child(8n) {
margin-right: 0;
}
.homepage .category-accessories-holder .item:nth-child(2n) {
background: #D8D1F3;
}
.homepage .category-accessories-holder .item:nth-child(3n) {
background: #0059A9;
}
.homepage .category-accessories-holder .item:nth-child(4n) {
background: #00AAED;
}
.homepage .category-accessories-holder .item:nth-child(5n) {
background: #A2E3FC;
}
.homepage .category-accessories-holder .item:nth-child(6n) {
background: #A5B4FC;
}
.homepage .category-accessories-holder .item:nth-child(7n) {
background: #44A0B5;
}
.homepage .category-accessories-holder .item:nth-child(8n) {
background: #86D9EC;
}
.homepage .category-accessories-holder .cat-title {
display: block;
margin: 0 0 10px 0;
min-height: 34px;
}
.homepage .category-accessories-holder .cat-thumb {
display: block;
position: relative;
padding-bottom: 100%;
}
.homepage .category-accessories-holder img {
max-width: 90%;
max-height: 90%;
}
.homepage .home-art-item {
-webkit-transition: .2s all;
transition: .2s all;
position: relative;
}
.homepage .home-art-item:hover {
-webkit-filter: drop-shadow(0px 1px 4px rgba(161, 161, 161, 0.25));
filter: drop-shadow(0px 1px 4px rgba(161, 161, 161, 0.25));
}
.homepage .home-art-item:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.homepage .home-art-item:nth-child(n+3) {
margin-top: 12px;
}
.homepage .home-art-item img {
width: 100%;
height: 100%;
-webkit-transition: .4s all;
transition: .4s all;
-webkit-transform: scale(1);
transform: scale(1);
}
.homepage .home-art-item .item-image {
display: block;
position: relative;
padding-bottom: 65.7%;
overflow: hidden;
}
.homepage .home-art-item .item-title {
display: block;
background: #fff;
padding: 5px 12px;
color: #000;
font-size: 15px;
font-weight: 500;
line-height: 20px;
}
.homepage .has-video:hover .item-image::before {
opacity: 1;
}
.homepage .has-video .item-image::before {
content: '\25B6';
width: 57px;
height: 57px;
line-height: 57px;
border-radius: 50%;
background: #EE0000;
opacity: .6;
color: #fff;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
font-size: 41px;
padding-left: 7px;
-webkit-transition: .2s all;
transition: .2s all;
}
.home-banner-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 383px;
}
.home-banner-container .custom-nav .owl-nav button {
-webkit-transition: .3s all;
transition: .3s all;
opacity: 0;
visibility: hidden;
}
.home-banner-container .custom-nav .owl-nav .owl-prev {
left: -30px;
}
.home-banner-container .custom-nav .owl-nav .owl-next {
right: -30px;
}
.home-banner-container .global-menu-container {
margin: 0 12px 12px 0;
position: relative;
opacity: 1;
visibility: visible;
top: 0;
left: 0;
z-index: 4;
}
.home-banner-container .home-slider-group {
width: 716px;
margin: 0 12px 12px 0;
border-radius: 10px;
overflow: hidden;
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
}
.home-banner-container .home-slider-group:hover .custom-nav .owl-nav button {
-webkit-transition: .3s all;
transition: .3s all;
opacity: 1;
visibility: visible;
}
.home-banner-container .home-slider-group:hover .custom-nav .owl-nav .owl-prev {
left: 0px;
}
.home-banner-container .home-slider-group:hover .custom-nav .owl-nav .owl-next {
right: 0px;
}
.home-banner-container .home-banner-right {
width: 260px;
margin-bottom: 12px;
}
.home-banner-container .home-banner-right img {
border-radius: 10px;
}
.home-banner-container .home-banner-right a {
height: calc(100% / 3 - 7px);
border-radius: 10px;
margin: 0 0 10px 0;
}
.home-banner-container .home-banner-right a:last-child {
margin: 0;
}
.home-banner-container .banner-under-slider {
width: 100%;
}
.home-banner-container .banner-under-slider a {
border-radius: 10px;
min-height: 60px;
}
.home-banner-container .home-banner-right a, .home-banner-container .banner-under-slider a, .home-banner-container .home-slider-image a {
display: block;
}
.home-banner-container .home-slider-image {
height: 302px;
overflow: hidden;
}
.home-banner-container .home-slider-image a {
height: 302px;
}
.home-banner-container .home-slider-title {
background: #fff;
color: #3F3F3F;
text-align: center;
font-size: 12px;
font-weight: 500;
line-height: 158%;
}
.home-banner-container .home-slider-title p {
margin: 0;
cursor: pointer;
position: relative;
height: 81px;
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;
padding: 0 12px;
background: #fff;
border-bottom: 2px solid transparent;
}
.home-banner-container .home-slider-title .current p {
background: #F6F6F6;
border-color: #0059A9;
font-weight: 700;
}
.home-deal-container {
margin: 12px 0 20px;
padding: 20px 6px;
border-radius: 10px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.home-deal-container .p-item {
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
margin: 0 6px;
}
.home-deal-container .group-title {
padding: 0 0 0 5px;
margin: 0 0 15px 0;
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;
}
.home-deal-container .group-title .title {
color: #FFE517;
font-size: 40px;
font-style: italic;
font-weight: 900;
line-height: 48px;
margin: 0;
}
.home-deal-container .group-title a {
font-size: 14px;
color: #000;
font-weight: 600;
background: #fff;
border-radius: 3px;
padding: 1px 5px;
}
.home-deal-container .group-title a:hover {
color: #fff;
}
.home-deal-container .group-title-right {
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
line-height: 24px;
}
.home-deal-container .group-title-right > b {
margin-right: 4px;
font-weight: 700;
}
.home-category-group {
margin: 20px 0 30px 0;
}
.home-category-group .group-title-holder {
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;
margin: 0 0 15px 0;
}
.home-category-group .group-title-holder .cat-title {
margin: 0;
color: #FFF;
font-size: 24px;
font-weight: 600;
line-height: 42px;
min-height: 46px;
text-transform: uppercase;
padding: 0 12px;
background: url(../images/home-category-bg.png) no-repeat;
background-size: 100% 100%;
}
.home-category-group .cat-child-list {
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;
}
.home-category-group .cat-child-list a {
color: #515151;
font-size: 13px;
line-height: 28px;
border-radius: 3px;
border: 1px solid #C2C2C2;
margin: 0 0 0 8px;
-webkit-transition: .15s all;
transition: .15s all;
padding: 0 13px;
}
.home-category-group .cat-child-list a:last-child, .home-category-group .cat-child-list a:hover {
background: #1781E0;
color: #fff;
border-color: transparent;
}
.home-category-group .product-holder {
margin: 0 -6px;
}
.home-category-group .product-holder .item {
padding: 10px 6px;
}
.home-category-group .product-holder .p-item {
margin-bottom: 12px;
}
.home-category-group .product-holder .p-item:last-child {
margin: 0;
}
.home-brand-group {
margin: 30px 0;
min-height: 83px;
}
.home-brand-group a {
position: relative;
display: block;
padding-bottom: 72%;
-webkit-animation-iteration-count: .5, 0, infinite;
animation-iteration-count: .5, 0, infinite;
-webkit-transition: .2s all;
transition: .2s all;
}
.home-brand-group a:hover {
-webkit-filter: opacity(0.5);
filter: opacity(0.5);
}
.home-brand-group .owl-nav .owl-prev {
left: 0;
}
.home-brand-group .owl-nav .owl-next {
right: 0;
}
.home-brand-group .owl-nav .arrow {
width: 17px;
height: 34px;
background-position: 3px center;
background-size: 6px 10px;
-webkit-box-shadow: 0px 0.7487px 4.4922px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0.7487px 4.4922px rgba(0, 0, 0, 0.15);
}
.home-video-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.home-video-holder .big-video-holder, .home-video-holder .video-list {
width: calc(100% / 2 - 6px);
}
.home-video-holder .video-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.home-video-holder .big-video-holder .home-art-item {
width: 100%;
}
.home-video-holder .big-video-holder .home-art-item .item-image {
padding-bottom: 70%;
}
.home-video-holder .big-video-holder .has-video .item-image::before {
width: 88px;
height: 88px;
line-height: 88px;
font-size: 65px;
padding-left: 13px;
}
.home-video-holder .big-video-holder .item-title {
font-size: 20px;
line-height: 30px;
padding: 8px 20px;
}
.home-video-holder .home-art-item {
width: calc(100% / 2 - 6px);
}
.home-article-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
min-height: 220px;
}
.home-article-holder .home-art-item {
margin: 0 12px 12px 0 !important;
width: calc(100% / 4 - 9px);
border-radius: 10px;
overflow: hidden;
padding: 12px;
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
-webkit-filter: unset !important;
filter: unset !important;
}
.home-article-holder .home-art-item:nth-child(4n) {
margin-right: 0 !important;
}
.home-article-holder .home-art-item .item-image {
padding-bottom: 61%;
margin-bottom: 10px;
}
.home-article-holder .home-art-item .item-title {
padding: 0;
color: #3A3A3A;
font-size: 16px;
font-weight: 700;
}
.home-customer-review-holder .item {
border: 1px solid #DEDEDE;
background: #fff;
padding: 16px;
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;
}
.home-customer-review-holder .item-image {
position: relative;
margin-right: 26px;
width: 187px;
height: 187px;
border-radius: 50%;
overflow: hidden;
}
.home-customer-review-holder .item-text {
width: calc(100% - 213px);
position: relative;
font-size: 15px;
font-style: italic;
font-weight: 300;
line-height: 129.867%;
}
.home-customer-review-holder .item-text::before {
content: '';
width: 275px;
height: 1px;
background: #005EC4;
position: absolute;
top: 0;
left: 0;
}
.home-customer-review-holder .icon-star {
margin: 10px 0;
}
.home-customer-review-holder .item-summary {
margin: 0 0 10px 0;
}
.home-customer-review-holder b {
font-weight: 500;
}
.product-page {
padding-top: 15px;
padding-bottom: 40px;
}
.product-page .product-banner-group {
margin: 0 0 20px 0;
border-radius: 10px;
overflow: hidden;
}
.product-page .product-banner-group img {
border-radius: 10px;
}
.product-page .product-banner-group .owl-prev {
left: 0 !important;
}
.product-page .product-banner-group .owl-next {
right: 0 !important;
}
.product-page .brand-filter-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 20px 0;
}
.product-page .brand-filter-holder img {
display: block;
width: auto;
max-width: 100%;
max-height: 100%;
margin: auto;
}
.product-page .brand-filter-holder a {
border-radius: 3px;
border: 1px solid #ECECEC;
background: #FFF;
margin: 0 9px 9px 0;
color: #000;
width: calc(100% / 10 - 8.1px);
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;
height: 42px;
font-weight: 600;
font-size: 13px;
-webkit-transition: .2s all;
transition: .2s all;
white-space: nowrap;
}
.product-page .brand-filter-holder a span {
display: block;
padding: 0 5px;
overflow: hidden;
text-overflow: ellipsis;
}
.product-page .brand-filter-holder a:hover {
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
}
.product-page .brand-filter-holder a:nth-child(10n) {
margin-right: 0;
}
.product-page .brand-filter-holder a.active {
color: #Fff;
border-color: transparent;
}
.product-page .product-child-list {
margin: 20px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-page .product-child-list .group-title {
font-size: 18px;
font-weight: 700;
line-height: 30px;
margin: 0;
width: 100%;
}
.product-page .product-child-list a {
background: #fff;
-webkit-transition: .15s all;
transition: .15s all;
width: calc(100% / 6);
font-weight: 500;
line-height: 22px;
color: #000;
text-align: center;
position: relative;
margin-top: 10px;
padding: 8px;
}
.product-page .product-child-list a:hover {
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
z-index: 1;
}
.product-page .product-child-list a .image {
display: block;
height: 84px;
position: relative;
margin-bottom: 10px;
}
.product-page .product-list-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-page .product-list-holder .p-item {
margin: 0 12px 12px 0;
width: calc(100% / 5 - 10px);
}
.product-page .product-list-holder .p-item:nth-child(5n) {
margin-right: 0;
}
.product-page .group-left {
width: 830px;
}
.product-page .group-right {
width: 358px;
}
.product-page .static-html-content {
font-size: 13px;
line-height: 158.023%;
}
.product-page .static-html-content * {
font-family: inherit !important;
line-height: inherit !important;
}
.product-page .static-tag-list {
margin: 0 0 10px 0;
}
.product-page .static-tag-list a {
display: inline-block;
border-radius: 5px;
border: 1px solid #ECECEC;
background: #FFF;
font-size: 13px;
color: #000;
line-height: 32px !important;
padding: 0 16px;
margin: 0 6px 10px 0;
-webkit-transition: .1s all;
transition: .1s all;
}
.product-page .static-tag-list a:hover {
color: #fff;
}
.product-hot-container {
padding: 17px 6px 13px 6px;
border-radius: 10px;
margin: 20px 0;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.product-hot-container .group-title {
color: #FFF;
text-align: center;
font-size: 32px;
font-weight: 700;
line-height: 50px;
margin: 0 0 14px 0;
}
.product-hot-container .product-holder {
position: relative;
min-height: 400px;
}
.product-hot-container .p-item {
margin: 0 6px;
}
.product-filter-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 20px 0;
}
.product-filter-group .group-title {
font-size: 18px;
font-weight: 700;
line-height: 28px;
margin: 0 0 4px 0;
width: 100%;
}
.product-filter-group .filter-item {
position: relative;
margin: 8px 8px 0 0;
}
.product-filter-group .filter-item:hover .box-title, .product-filter-group .filter-item.current .box-title {
color: #fff;
background: #1781e0;
border-color: transparent;
}
.product-filter-group .filter-item:hover .icons, .product-filter-group .filter-item:hover .global-breadcrumb li:first-child::before, .global-breadcrumb .product-filter-group .filter-item:hover li:first-child::before, .product-filter-group .filter-item:hover .pd-offer-group .group-title::before, .pd-offer-group .product-filter-group .filter-item:hover .group-title::before, .product-filter-group .filter-item:hover .icon-arrow, .product-filter-group .filter-item.current .icons, .product-filter-group .filter-item.current .global-breadcrumb li:first-child::before, .global-breadcrumb .product-filter-group .filter-item.current li:first-child::before, .product-filter-group .filter-item.current .pd-offer-group .group-title::before, .pd-offer-group .product-filter-group .filter-item.current .group-title::before, .product-filter-group .filter-item.current .icon-arrow {
-webkit-filter: invert(1) brightness(100);
filter: invert(1) brightness(100);
color: #fff;
}
.product-filter-group .filter-item.current .filter-list-group {
opacity: 1;
visibility: visible;
z-index: 5;
}
.product-filter-group .filter-item .active {
color: #fff;
background: #1781e0;
border-color: transparent;
}
.product-filter-group .box-title {
color: #000;
border-radius: 3px;
border: 1px solid #ECECEC;
background: #F8F8F8;
line-height: 32px;
padding: 0 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
cursor: pointer;
font-size: 13px;
}
.product-filter-group .box-title.active i {
-webkit-filter: brightness(100);
filter: brightness(100);
}
.product-filter-group .filter-list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: absolute;
left: -55px;
background: #fff;
border: 1px solid #eee;
border-radius: 8px;
-webkit-box-shadow: 0px -1px 13px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0px -1px 13px 0 rgba(0, 0, 0, 0.1);
padding: 15px 10px;
width: 400px;
-webkit-transition: .2s;
transition: .2s;
opacity: 0;
visibility: hidden;
z-index: -10;
margin-top: 15px;
}
.product-filter-group .filter-list-group::before {
content: '';
width: 14px;
height: 14px;
background: #fff;
position: absolute;
-webkit-transform: rotate(-46deg);
transform: rotate(-46deg);
top: -6px;
left: 66px;
border: 1px solid transparent;
border-left: 0;
border-bottom: 0;
}
.product-filter-group .filter-attr-group {
width: 800px;
}
.product-filter-group .filter-list-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-height: 400px;
overflow: auto;
}
.product-filter-group .filter-list-holder::-webkit-scrollbar {
width: 8px;
}
.product-filter-group .filter-list-holder a {
line-height: 32px;
color: #444;
border: 1px solid #eee;
border-radius: 3px;
background: #f3f4f6;
padding: 0 10px;
margin: 0 8px 10px 0;
font-size: 12px;
display: inline-block;
white-space: nowrap;
}
.product-filter-group .filter-list-holder a:hover {
color: #fff;
background: #1781e0;
border-color: transparent;
}
.product-filter-group .item {
width: 33.333%;
margin-bottom: 20px;
}
.product-filter-group .item .title {
font-weight: 700;
margin-bottom: 8px;
}
.product-filter-group .icons, .product-filter-group .global-breadcrumb li:first-child::before, .global-breadcrumb .product-filter-group li:first-child::before, .product-filter-group .pd-offer-group .group-title::before, .pd-offer-group .product-filter-group .group-title::before {
width: 20px;
height: 20px;
margin-right: 6px;
}
.product-filter-group .icon-filter {
background-position: -9px -204px;
}
.product-filter-group .icon-truck {
background-position: -45px -204px;
}
.product-filter-group .icon-cash {
background-position: -84px -204px;
}
.product-filter-group .icon-up {
background-position: -161px -203px;
}
.product-filter-group .icon-down {
background-position: -9px -230px;
}
.product-filter-group .icon-eye {
background-position: -126px -204px;
}
.product-filter-group .icon-arrow {
width: 8px;
height: 8px;
background: url(../images/icon-left.png) no-repeat;
background-size: 4px 8px;
background-position: 1px center;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: 5px;
}
.static-btn-group {
text-align: center;
margin-top: 20px;
}
.static-btn-group a {
color: #1435C3;
text-align: center;
font-size: 13px;
border-radius: 5px;
border: 1px solid #1435C3;
background: #FFF;
line-height: 32px;
max-width: 190px;
width: 100%;
margin: auto;
display: none;
-webkit-transition: .1s all;
transition: .1s all;
}
.static-btn-group a:hover {
color: #fff;
background: #1435C3;
}
.product-article-related .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 14px 0 0 0;
}
.product-article-related .item:first-child {
margin: 0;
}
.product-article-related .image {
width: 112px;
height: 75px;
margin-right: 8px;
}
.product-article-related .image img {
display: block;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.product-article-related .title {
width: calc(100% - 120px);
color: #000;
font-size: 13px;
line-height: 20px;
}
.global-box-container {
-webkit-box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
box-shadow: 0px 1px 10px 0px rgba(161, 161, 161, 0.25);
border-radius: 10px;
background: #FFF;
padding: 15px 12px;
}
.global-box-container .group-title {
color: #000;
font-size: 15px;
font-weight: 600;
line-height: 24px;
margin: 0 0 12px 0;
}
.product-detail-page {
padding-top: 20px;
padding-bottom: 20px;
}
.product-detail-page .page-title {
font-size: 20px;
font-weight: 700;
line-height: 26px;
margin: 0 0 12px 0;
}
.product-detail-page .pd-status-group {
margin: 12px 0 22px 0;
line-height: 24px;
}
.product-detail-page .pd-status-group p {
margin: 0 20px 0 0;
display: inline-block;
}
.product-detail-page .pd-status-group p:last-child {
margin: 0;
}
.product-detail-page .pd-price-group {
margin: 22px 0;
line-height: 24px;
}
.product-detail-page .pd-price-group * {
display: inline-block;
}
.product-detail-page .pd-price-group .pd-price {
color: #D43131;
font-size: 32px;
font-weight: 700;
margin: 0 10px 0 0;
}
.product-detail-page .pd-price-group .pd-old-price {
color: #A0A0A0;
font-size: 16px;
margin: 0 14px 0 0;
vertical-align: text-bottom;
}
.product-detail-page .pd-price-group .pd-discount {
border-radius: 3px;
background: #E00;
padding: 0 6px;
font-weight: 600;
color: #fff;
vertical-align: text-bottom;
}
.product-detail-page .pd-btn-group {
margin: 16px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
line-height: 19px;
text-align: center;
}
.product-detail-page .pd-btn-group a {
margin: 0 12px 0 0;
width: calc(100% / 2 - 6px);
color: #fff;
border-radius: 5px;
padding: 8px 10px;
background: #1781E0;
-webkit-transition: .2s all;
transition: .2s all;
}
.product-detail-page .pd-btn-group a:hover {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.product-detail-page .pd-btn-group a b {
display: block;
line-height: 26px;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
.product-detail-page .pd-btn-group a:nth-child(1) {
background: -webkit-gradient(linear, left top, right top, from(#EE344C), to(#D4202A));
background: linear-gradient(90deg, #EE344C 0%, #D4202A 100%);
}
.product-detail-page .pd-btn-group a:nth-child(4) {
color: #0059A9;
background: #FFE073;
}
.product-detail-page .pd-btn-group a:nth-child(2n) {
margin-right: 0;
}
.product-detail-page .pd-btn-group a:nth-child(n+3) {
margin-top: 12px;
}
.product-detail-page .pd-policy-group {
margin: 16px 0 0 0;
padding: 10px 14px;
border-radius: 5px;
border: 1px solid #A0A0A0;
background: #FFF;
}
.product-detail-page .pd-policy-group .item {
position: relative;
margin: 0 0 23px 0;
padding-left: 26px;
}
.product-detail-page .pd-policy-group .item::before {
content: '';
position: absolute;
top: 3px;
left: 0;
width: 15px;
height: 15px;
line-height: 15px;
border-radius: 50%;
background: #36AC4A;
}
.product-detail-page .pd-policy-group .item::after {
content: '';
width: 8px;
height: 5px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
position: absolute;
left: 4px;
top: 7px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.product-detail-page .pd-policy-group .item:last-child {
margin: 0;
}
.product-detail-page .pd-info-left {
margin-right: 12px;
width: 796px;
}
.product-detail-page .pd-info-right {
width: calc(100% - 808px);
}
.product-detail-page .pd-info-left .global-box-container, .product-detail-page .pd-info-right .global-box-container {
margin-bottom: 12px;
}
.product-detail-page .pd-info-left .btn-show, .product-detail-page .pd-info-right .btn-show {
display: block;
width: 100%;
color: #000;
border-radius: 8px;
background: #FFF;
-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
text-align: center;
margin: 12px 0 0 0;
font-weight: 500;
position: relative;
line-height: 40px;
-webkit-transition: .15s all;
transition: .15s all;
}
.product-detail-page .pd-info-left .btn-show:hover, .product-detail-page .pd-info-right .btn-show:hover {
background: #1781E0;
color: #fff;
}
.product-detail-page .pd-info-left .btn-show::after, .product-detail-page .pd-info-right .btn-show::after {
content: '\203A';
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
margin-left: 6px;
font-size: 15px;
font-weight: bold;
}
.product-detail-page .pd-desc-btn {
text-align: center;
padding-top: 10px;
}
.product-detail-page .pd-desc-btn a {
display: none;
font-weight: 500;
line-height: 40px;
max-width: 278px;
border-radius: 8px;
margin: auto;
text-align: center;
background: #FFF;
-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
color: #000;
position: relative;
-webkit-transition: .15s all;
transition: .15s all;
}
.product-detail-page .pd-desc-btn a:hover {
background: #1781E0;
color: #fff;
}
.product-detail-page .pd-desc-btn a::after {
content: '\203A';
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
margin-left: 6px;
font-size: 15px;
font-weight: bold;
}
.product-detail-page .pd-desc-btn a:nth-child(2)::after {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.product-detail-page .global-box-container .group-title {
font-size: 20px;
font-weight: 700;
line-height: 24px;
}
.pd-info-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 30px;
}
.pd-info-container .col-left {
width: 493px;
margin-right: 12px;
}
.pd-info-container .col-right {
width: 695px;
}
.pd-info-container .custom-nav {
overflow: hidden;
}
.pd-info-container .owl-nav .arrow {
width: 26px;
height: 40px;
border-radius: 0;
background-color: #D9D9D9;
-webkit-box-shadow: unset;
box-shadow: unset;
background-size: 7px 14px;
background-position: center;
}
.pd-info-container .owl-nav .owl-prev {
left: 0;
}
.pd-info-container .owl-nav .owl-next {
right: 0;
}
.pd-image-large {
margin-bottom: 10px;
min-height: 420px;
}
.pd-image-large .item {
display: block;
position: relative;
padding-bottom: 100%;
}
.pd-image-gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 10px 0 13px 0;
}
.pd-image-gallery .owl-nav .arrow {
width: 20px;
height: 34px;
background-position: 6px center;
background-size: 6px 12px;
}
.pd-image-gallery .current a {
border-color: #1781E0;
}
.pd-image-gallery a {
display: block;
position: relative;
border-radius: 3px;
border: 1px solid #C7C7C7;
padding-bottom: 100%;
overflow: hidden;
}
.pd-image-gallery a.img-active, .pd-image-gallery a:hover {
border-color: #1781E0;
}
.pd-image-gallery a img {
width: 100%;
height: 100%;
}
.pd-image-gallery .pd-btn-video {
width: 73px;
height: 73px;
margin-right: 11px;
padding: 0;
text-align: center;
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color: #6C6C6C;
line-height: 17px;
}
.pd-image-gallery .icon-video {
width: 42px;
height: 34px;
margin: 0 auto 3px auto;
background-position: -89px -270px;
}
.pd-image-gallery .pd-gallery-holder {
width: calc(100% - 84px);
}
.pd-summary-group {
padding: 10px 12px;
margin: 13px 0;
border: 1px solid #DEDEDE;
border-radius: 5px;
}
.pd-summary-group .group-title {
font-weight: 700;
line-height: 18px;
margin: 0 0 7px 0;
}
.pd-summary-group .pd-summary-list {
margin: 7px 0 10px 0;
}
.pd-summary-group .item {
position: relative;
padding-left: 15px;
color: #3F3F3F;
line-height: 23px;
margin-bottom: 4px;
}
.pd-summary-group .item:nth-child(n+5) {
display: none;
}
.pd-summary-group .item::before {
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
background: #3F3F3F;
position: absolute;
top: 10px;
left: 2px;
}
.pd-summary-group .item * {
margin: 0 !important;
font-size: inherit !important;
line-height: inherit !important;
}
.pd-summary-group .pd-summary-btn {
line-height: 16px;
font-size: 13px;
}
.pd-summary-group .pd-summary-btn a {
position: relative;
color: #1781E0;
padding-right: 10px;
display: none;
}
.pd-summary-group .pd-summary-btn a::after {
content: '\203A';
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
right: 0;
font-size: 15px;
font-weight: bold;
}
.pd-summary-group .pd-summary-btn a:nth-child(2)::after {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.pd-offer-group {
margin: 22px 0 16px 0;
border-radius: 5px;
background: #FFF;
-webkit-box-shadow: 0px 0px 0px 1px #FFCCCE;
box-shadow: 0px 0px 0px 1px #FFCCCE;
}
.pd-offer-group .group-title {
background: #FFCCCE;
padding: 0 10px;
margin: 0;
line-height: 36px;
color: #EE1B25;
font-size: 16px;
font-weight: 700;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.pd-offer-group .group-title::before {
content: '';
width: 23px;
height: 36px;
margin-right: 10px;
background-position: -80px -229px;
}
.pd-offer-group .pd-offer-list {
padding: 10px;
}
.pd-offer-group .item {
line-height: 19px;
margin: 0 0 15px 0;
position: relative;
padding-left: 30px;
}
.pd-offer-group .item::before {
counter-increment: section;
content: counter(section);
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
color: #fff;
background: #EE1B25;
text-align: center;
font-size: 12px;
font-weight: 700;
}
.pd-offer-group .item:last-child {
margin: 0;
}
.pd-offer-group .item * {
margin: 0 !important;
font-size: inherit !important;
font-weight: inherit !important;
}
.pd-variant-container {
margin: 16px 0;
}
.pd-variant-container .group-title {
margin: 0 0 8px 0;
font-size: 16px;
font-weight: 600;
line-height: 18px;
}
.pd-variant-container .item {
margin: 0 8px 0 0;
width: calc(100% / 4 - 6px);
border-radius: 3px;
border: 1px solid #ECECEC;
background: #FFF;
font-weight: 600;
line-height: 22px;
color: #000;
padding: 12px 7px;
position: relative;
}
.pd-variant-container .item:nth-child(4n) {
margin-right: 0;
}
.pd-variant-container .item:nth-child(n+5) {
margin-top: 8px;
}
.pd-variant-container .item:hover, .pd-variant-container .item.current {
border-color: #1781E0;
}
.pd-variant-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.pd-variant-list .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.pd-variant-list .current::before {
content: '\2714';
color: #fff;
width: 24px;
height: 24px;
line-height: 22px;
padding-left: 5px;
position: absolute;
top: 0;
left: 0;
z-index: 1;
border-radius: 0 0 16px 0;
}
.pd-variant-list .image {
width: 42px;
margin-right: 10px;
}
.pd-variant-list .text {
width: calc(100% - 52px);
}
.pd-variant-list .price {
display: block;
font-weight: 800;
color: #1781E0;
}
.pd-variant-group-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.pd-variant-group-list .item {
padding: 12px;
font-weight: 400;
line-height: 18px;
border-radius: 5px;
}
.pd-variant-group-list .image {
display: block;
position: relative;
margin: 0 0 14px 0;
padding-bottom: 79%;
}
.pd-variant-group-list .title {
margin-bottom: 4px;
min-height: 36px;
}
.pd-variant-group-list .price {
display: block;
font-weight: 700;
line-height: 19px;
}
.fancybox-video-container {
background: transparent;
width: 90vw;
height: 90vh;
padding: 0 30px;
}
.fancybox-video-container .pd-video-list {
height: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
white-space: nowrap;
}
.fancybox-video-container .pd-video-list a {
background: #000;
display: block;
padding-bottom: 150px;
position: relative;
}
.fancybox-video-container .pd-video-list a::before {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
-webkit-transition: .2s all;
transition: .2s all;
}
.fancybox-video-container .pd-video-list a::after {
content: '\25B6';
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
background: #EE0000;
color: #fff;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
font-size: 25px;
padding-left: 5px;
-webkit-transition: .2s all;
transition: .2s all;
}
.fancybox-video-container .pd-video-list a.active::before, .fancybox-video-container .pd-video-list a:hover::before {
background: rgba(0, 0, 0, 0.8);
}
.fancybox-video-container .pd-video-list a.active::after, .fancybox-video-container .pd-video-list a:hover::after {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
}
.fancybox-video-container .pd-video-list a.active {
pointer-events: none;
}
.fancybox-video-container .pd-video-list a.active::after {
content: '||';
font-weight: 900;
padding: 0;
font-size: 16px;
letter-spacing: 2px;
-webkit-transition: unset;
transition: unset;
}
.fancybox-video-container .video-holder {
margin-bottom: 20px;
height: calc(100% - 170px);
}
.fancybox-video-container .video-holder iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-video-container .fancybox-button {
background: #fff;
border-radius: 50%;
width: 30px;
height: 30px;
padding: 0;
}
.fancybox-video-container .custom-nav .owl-prev {
left: 0 !important;
}
.fancybox-video-container .custom-nav .owl-next {
right: 0 !important;
}
.pd-product-tab-container {
margin: 30px 0;
padding: 12px;
min-height: 400px;
}
.pd-product-tab-container .tab-title-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 35px;
position: relative;
padding-bottom: 9px;
margin-bottom: 8px;
font-weight: 600;
font-size: 20px;
}
.pd-product-tab-container .tab-title-group a {
color: #000;
margin: 0 4px 0 0;
padding: 0 14px;
position: relative;
}
.pd-product-tab-container .tab-title-group a:hover {
color: #E00202;
}
.pd-product-tab-container .tab-title-group a.active {
background: #E00202;
color: #fff;
}
.pd-product-tab-container .tab-title-group a.active::after {
content: '';
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #E00202;
position: absolute;
bottom: -8px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.pd-product-tab-container .box-product-holder {
display: none;
position: relative;
}
.pd-product-tab-container .box-product-holder.active {
display: block;
}
.pd-product-tab-container .product-holder {
position: relative;
max-height: 440px;
overflow: hidden;
}
.pd-product-tab-container .product-holder .p-item {
margin: 9px 6px;
}
.pd-spec-group {
line-height: 18px;
font-weight: 300;
font-size: 14px;
}
.pd-spec-group.fancybox-content {
border-radius: 12px;
padding: 0;
}
.pd-spec-group .js-static-content {
border-radius: 12px;
-webkit-box-shadow: 0px 0px 0px 1px #F3F3F3;
box-shadow: 0px 0px 0px 1px #F3F3F3;
}
.pd-spec-group .js-static-content * {
line-height: inherit !important;
font-weight: inherit !important;
font-size: inherit !important;
margin: 0 !important;
}
.pd-spec-group p {
margin: 0;
}
.pd-spec-group tr:nth-child(odd) {
background: #F3F3F3;
}
.pd-spec-group tr td {
padding: 12px;
}
.pd-art-group .group-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.pd-art-group .group-title .icons, .pd-art-group .group-title .global-breadcrumb li:first-child::before, .global-breadcrumb .pd-art-group .group-title li:first-child::before, .pd-art-group .group-title .pd-offer-group .group-title::before, .pd-offer-group .pd-art-group .group-title .group-title::before {
width: 40px;
height: 24px;
}
.pd-art-group .icon-news {
background-position: -124px -232px;
}
.pd-art-group .icon-youtube {
background-position: -167px -233px;
}
.pd-art-group .item {
margin: 0 0 10px 0;
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;
}
.pd-art-group .item:last-child {
margin: 0;
}
.pd-art-group .item img {
width: auto;
border-radius: 10px;
}
.pd-art-group .art-image {
width: 133px;
margin-right: 12px;
}
.pd-art-group .art-title {
width: calc(100% - 145px);
color: #000;
font-size: 12px;
line-height: 16px;
}
/*# sourceMappingURL=pc_style.css.map */