2952 lines
55 KiB
CSS
2952 lines
55 KiB
CSS
body {
|
|
color: #000;
|
|
font-family: 'Inter', sans-serif;
|
|
background: #fff;
|
|
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 {
|
|
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, .global-header-main .col-left a:hover, .product-filter-container a:hover, .cart-edit-container .item-price, .cart-summary-group .cart-item .cart-name:hover {
|
|
color: #FF0000;
|
|
}
|
|
|
|
.yellow {
|
|
color: #fdb813;
|
|
}
|
|
|
|
.black {
|
|
color: #222;
|
|
}
|
|
|
|
.grey {
|
|
color: #888;
|
|
}
|
|
|
|
.green {
|
|
color: #29A07E;
|
|
}
|
|
|
|
.orange {
|
|
color: #FE7801;
|
|
}
|
|
|
|
.color-main, .global-breadcrumb li:last-child a, .p-item:hover a {
|
|
color: #FF0000;
|
|
}
|
|
|
|
.bg-blue {
|
|
background: #005BAD;
|
|
}
|
|
|
|
.bg-red {
|
|
background: #D91605;
|
|
}
|
|
|
|
.bg-white {
|
|
background: #fff;
|
|
}
|
|
|
|
.bg-orange {
|
|
background: #ff9219;
|
|
}
|
|
|
|
.bg-green {
|
|
background: #29A07E;
|
|
}
|
|
|
|
.bg-main {
|
|
background: #FF848D;
|
|
}
|
|
|
|
.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 img, .footer-brand-group 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 {
|
|
position: relative;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
|
|
.hover-img 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 {
|
|
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;
|
|
}
|
|
|
|
.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(91.56deg, #F52194 2.74%, #FA9F2C 96.84%);
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
|
|
.inherit, .global-breadcrumb h1, .p-item .p-name * {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
line-height: inherit;
|
|
margin: 0;
|
|
}
|
|
|
|
.line-clamp-2, .pd-col-right .p-item .p-name * {
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 2;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.line-clamp-3 {
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 3;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.line-clamp-4, .home-customer-comment-group .summary {
|
|
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 {
|
|
padding: 0 8px;
|
|
max-width: 1216px;
|
|
min-width: 1216px;
|
|
}
|
|
|
|
.row {
|
|
margin: 0 -8px;
|
|
}
|
|
|
|
.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 8px;
|
|
}
|
|
|
|
.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;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
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: #FF0000;
|
|
}
|
|
|
|
.label-container input:checked ~ .checkmark:after {
|
|
display: block;
|
|
}
|
|
|
|
.label-container input:checked ~ .checkmark:after {
|
|
content: '';
|
|
width: 8px;
|
|
height: 8px;
|
|
background: #FF0000;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 2px;
|
|
}
|
|
|
|
.global-breadcrumb {
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
padding-top: 6px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.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 5px;
|
|
color: #A3A3A3;
|
|
}
|
|
|
|
.global-breadcrumb li:last-child::after {
|
|
content: none;
|
|
}
|
|
|
|
.paging {
|
|
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;
|
|
padding: 12px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.paging a {
|
|
width: 36px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
text-align: center;
|
|
border: 1px solid #000000;
|
|
color: #000;
|
|
background-color: #fff;
|
|
margin: 0 1px;
|
|
-webkit-transition: .12s all;
|
|
transition: .12s all;
|
|
}
|
|
|
|
.paging a:hover, .paging a.current {
|
|
background-color: #000;
|
|
color: #fff;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.paging .prev, .paging .next {
|
|
border: 0;
|
|
font-size: 0;
|
|
}
|
|
|
|
.paging .prev::before, .paging .next::before {
|
|
content: '';
|
|
background-position: -125px -202px !important;
|
|
display: block;
|
|
height: 100%;
|
|
}
|
|
|
|
.paging .prev:hover::before, .paging .next:hover::before {
|
|
-webkit-filter: invert(1);
|
|
filter: invert(1);
|
|
}
|
|
|
|
.paging .prev {
|
|
-webkit-transform: rotate(-180deg);
|
|
transform: rotate(-180deg);
|
|
background-position: -125px -204px !important;
|
|
}
|
|
|
|
.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, .paging .prev::before, .paging .next::before, .product-filter-container .filter-title::after, .product-detail-page .pd-btn-size::before, .pd-image-large .icon-zoom::before, .cart-step-1 .voucher-holder::before {
|
|
background: url(../images/sprite.png) no-repeat;
|
|
background-size: 250px 250px;
|
|
}
|
|
|
|
.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 .owl-prev {
|
|
left: -36px;
|
|
}
|
|
|
|
.custom-nav .owl-nav .owl-next {
|
|
right: -36px;
|
|
}
|
|
|
|
.custom-nav .owl-nav .arrow {
|
|
width: 22px;
|
|
height: 40px;
|
|
display: block;
|
|
background: url(../images/arrow-left.png) no-repeat;
|
|
background-position: center;
|
|
background-size: 22px 40px;
|
|
background-color: #fff;
|
|
-webkit-transition: .2s all;
|
|
transition: .2s all;
|
|
}
|
|
|
|
.custom-nav .owl-nav .arrow-right {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.custom-dots .owl-dots {
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 20px;
|
|
right: 5%;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.custom-dots .owl-dots .owl-dot span {
|
|
margin: 0 7px;
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50px;
|
|
background: transparent;
|
|
-webkit-transition: .2s all;
|
|
transition: .2s all;
|
|
border: 1px solid #000;
|
|
}
|
|
|
|
.custom-dots .owl-dots .owl-dot.active span, .custom-dots .owl-dots .owl-dot:hover span {
|
|
background: #000;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.p-item {
|
|
background: #FFFFFF;
|
|
overflow: hidden;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
position: relative;
|
|
-webkit-transition: .15s all;
|
|
transition: .15s all;
|
|
}
|
|
|
|
.p-item:hover .p-img-list img {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.p-item:hover .p-img-list img:nth-child(2) {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.p-item p {
|
|
margin: 0;
|
|
}
|
|
|
|
.p-item img {
|
|
-webkit-transition: .4s all !important;
|
|
transition: .4s all !important;
|
|
width: 100%;
|
|
height: 100%;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.p-item img:nth-child(2) {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.p-item .p-img {
|
|
display: block;
|
|
position: relative;
|
|
padding-bottom: 397px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.p-item .p-text {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.p-item .p-type-group {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.p-item .p-type-new {
|
|
display: block;
|
|
background: #3EC7F2;
|
|
line-height: 28px;
|
|
padding: 0 6px;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.p-item .p-discount, .p-item .p-deal-discount {
|
|
background: #FF833E;
|
|
display: block;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
color: #000;
|
|
padding: 5px 6px 1px 6px;
|
|
text-align: center;
|
|
}
|
|
|
|
.p-item .p-discount::before, .p-item .p-deal-discount::before {
|
|
content: '';
|
|
background: url(../images/icon-discount.png) no-repeat;
|
|
background-size: 18px 24px;
|
|
width: 18px;
|
|
height: 24px;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
.p-item .p-deal-discount {
|
|
background: #FFD600;
|
|
}
|
|
|
|
.p-item .p-deal-discount::before {
|
|
background: url(../images/deal-icon-discount.png) no-repeat;
|
|
background-size: 18px 24px;
|
|
}
|
|
|
|
.p-item .p-name {
|
|
display: block;
|
|
color: #000;
|
|
margin-bottom: 10px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.p-item .p-name * {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.p-item .p-price-group {
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.p-item .p-price-group * {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
|
|
.p-item .p-price {
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
margin-right: 5px;
|
|
color: #FF0000;
|
|
}
|
|
|
|
.p-item .p-old-price {
|
|
-webkit-text-decoration-line: line-through;
|
|
text-decoration-line: line-through;
|
|
color: #959595;
|
|
}
|
|
|
|
.p-item .p-deal-group {
|
|
font-size: 10px;
|
|
line-height: 20px;
|
|
margin: 16px 0 0 0;
|
|
}
|
|
|
|
.p-item .p-sale-quantity {
|
|
margin: 0;
|
|
}
|
|
|
|
.p-item .p-line-holder {
|
|
background: #F0F0F0;
|
|
height: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.p-item .p-line {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
max-width: 100%;
|
|
background: #FFD600;
|
|
}
|
|
|
|
.owl-carousel .p-item:hover {
|
|
-webkit-box-shadow: unset !important;
|
|
box-shadow: unset !important;
|
|
}
|
|
|
|
.global-header {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 99;
|
|
background: #fff;
|
|
}
|
|
|
|
.global-header img {
|
|
width: auto;
|
|
height: auto;
|
|
margin: auto;
|
|
}
|
|
|
|
.global-header-main {
|
|
border-bottom: 1px solid #E8E8E8;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.global-header-main img {
|
|
max-height: 34px;
|
|
}
|
|
|
|
.global-header-main a {
|
|
color: inherit;
|
|
}
|
|
|
|
.global-header-main .col-left a {
|
|
margin-right: 40px;
|
|
text-transform: uppercase;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.global-header-main .col-left a:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.global-header-main .col-right {
|
|
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;
|
|
position: relative;
|
|
}
|
|
|
|
.global-header-main .icons, .global-header-main .paging .prev::before, .paging .global-header-main .prev::before, .global-header-main .paging .next::before, .paging .global-header-main .next::before, .global-header-main .product-filter-container .filter-title::after, .product-filter-container .global-header-main .filter-title::after, .global-header-main .product-detail-page .pd-btn-size::before, .product-detail-page .global-header-main .pd-btn-size::before, .global-header-main .pd-image-large .icon-zoom::before, .pd-image-large .global-header-main .icon-zoom::before, .global-header-main .cart-step-1 .voucher-holder::before, .cart-step-1 .global-header-main .voucher-holder::before {
|
|
width: 27px;
|
|
height: 27px;
|
|
margin-left: 25px;
|
|
}
|
|
|
|
.global-header-main .icon-search {
|
|
background-position: -9px -9px;
|
|
display: block;
|
|
}
|
|
|
|
.global-header-main .icon-search.active {
|
|
background-position: -175px -48px;
|
|
}
|
|
|
|
.global-header-main .icon-user {
|
|
display: block;
|
|
background-position: -60px -9px;
|
|
}
|
|
|
|
.global-header-main .icon-phone {
|
|
background-position: -108px -9px;
|
|
-webkit-animation: phonering 1.8s infinite ease-in-out;
|
|
animation: phonering 1.8s infinite ease-in-out;
|
|
}
|
|
|
|
.global-header-main .icon-cart {
|
|
background-position: -159px -9px;
|
|
position: relative;
|
|
}
|
|
|
|
.global-header-main .cart-count {
|
|
position: absolute;
|
|
top: -6px;
|
|
right: -6px;
|
|
width: 17px;
|
|
height: 17px;
|
|
line-height: 17px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #FF0000;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.global-header-main .item {
|
|
position: relative;
|
|
}
|
|
|
|
.global-header-main .item:hover .sub-item {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
z-index: 3;
|
|
top: 40px;
|
|
}
|
|
|
|
.global-header-main .sub-item {
|
|
position: absolute;
|
|
background: #fff;
|
|
white-space: nowrap;
|
|
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
|
|
border-radius: 5px;
|
|
top: 80px;
|
|
left: -85%;
|
|
min-width: 200px;
|
|
-webkit-transition: .2s all;
|
|
transition: .2s all;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
z-index: -1;
|
|
}
|
|
|
|
.global-header-main .sub-item a {
|
|
display: block;
|
|
-webkit-transition: .1s all;
|
|
transition: .1s all;
|
|
line-height: 36px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.global-header-main .sub-item a:hover {
|
|
color: #fff;
|
|
background: #000;
|
|
}
|
|
|
|
.global-header-main .sub-item a:first-child::before, .global-header-main .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: -10px;
|
|
left: 37%;
|
|
-webkit-transition: .1s all;
|
|
transition: .1s all;
|
|
}
|
|
|
|
.global-header-main .sub-item a:first-child::before {
|
|
border-bottom-color: rgba(0, 0, 0, 0.1);
|
|
border-width: 12px;
|
|
top: -12px;
|
|
left: 36%;
|
|
}
|
|
|
|
.global-header-main .sub-item a:first-child {
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
|
|
.global-header-main .sub-item a:first-child:hover::after {
|
|
border-bottom-color: #000;
|
|
}
|
|
|
|
.global-header-main .sub-item a:last-child {
|
|
border-radius: 0 0 5px 5px;
|
|
}
|
|
|
|
.header-search-group {
|
|
position: absolute;
|
|
top: 70px;
|
|
right: 0;
|
|
z-index: -3;
|
|
background: #fff;
|
|
min-width: 350px;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: .3s all;
|
|
transition: .3s all;
|
|
}
|
|
|
|
.header-search-group.active {
|
|
top: 35px;
|
|
z-index: 3;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.header-search-group form {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header-search-group .text-search {
|
|
border: 0;
|
|
padding: 0 10px;
|
|
margin: 0;
|
|
height: 36px;
|
|
width: calc(100% - 40px);
|
|
}
|
|
|
|
.header-search-group .btn-search {
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 40px;
|
|
height: 36px;
|
|
background-position: 3px 1px;
|
|
background-size: 200px 200px;
|
|
}
|
|
|
|
.header-policy-group {
|
|
background: #EBEBEB;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
text-transform: uppercase;
|
|
padding: 13px 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.header-policy-group p {
|
|
margin: 0;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.header-policy-group p:first-child {
|
|
margin: 0 11px 0 0;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.header-policy-group .item {
|
|
width: calc(100% / 3);
|
|
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 20px;
|
|
}
|
|
|
|
.header-policy-group .item:nth-child(2) {
|
|
border-left: 1px solid #000000;
|
|
border-right: 1px solid #000000;
|
|
}
|
|
|
|
.header-policy-group .icons, .header-policy-group .paging .prev::before, .paging .header-policy-group .prev::before, .header-policy-group .paging .next::before, .paging .header-policy-group .next::before, .header-policy-group .product-filter-container .filter-title::after, .product-filter-container .header-policy-group .filter-title::after, .header-policy-group .product-detail-page .pd-btn-size::before, .product-detail-page .header-policy-group .pd-btn-size::before, .header-policy-group .pd-image-large .icon-zoom::before, .pd-image-large .header-policy-group .icon-zoom::before, .header-policy-group .cart-step-1 .voucher-holder::before, .cart-step-1 .header-policy-group .voucher-holder::before {
|
|
width: 40px;
|
|
height: 34px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.header-policy-group .icon-tag {
|
|
width: 32px;
|
|
margin-right: 11px;
|
|
background-position: -9px -49px;
|
|
}
|
|
|
|
.header-policy-group .icon-box {
|
|
background-position: -58px -54px;
|
|
}
|
|
|
|
.header-policy-group .icon-truck {
|
|
background-position: -117px -52px;
|
|
}
|
|
|
|
.global-footer img {
|
|
display: block;
|
|
width: auto !important;
|
|
height: auto;
|
|
margin: auto;
|
|
}
|
|
|
|
.global-footer .global-header {
|
|
position: unset;
|
|
}
|
|
|
|
.global-footer .global-header img {
|
|
display: inline;
|
|
}
|
|
|
|
.global-footer .global-header-main {
|
|
border: 0;
|
|
padding: 30px 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.global-footer .icons, .global-footer .paging .prev::before, .paging .global-footer .prev::before, .global-footer .paging .next::before, .paging .global-footer .next::before, .global-footer .product-filter-container .filter-title::after, .product-filter-container .global-footer .filter-title::after, .global-footer .product-detail-page .pd-btn-size::before, .product-detail-page .global-footer .pd-btn-size::before, .global-footer .pd-image-large .icon-zoom::before, .pd-image-large .global-footer .icon-zoom::before, .global-footer .cart-step-1 .voucher-holder::before, .cart-step-1 .global-footer .voucher-holder::before {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
margin-left: 16px;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #000000;
|
|
box-shadow: 0px 0px 0px 1px #000000;
|
|
background-color: #fff;
|
|
-webkit-transition: .1s;
|
|
transition: .1s;
|
|
}
|
|
|
|
.global-footer .icons:hover, .global-footer .paging .prev:hover::before, .paging .global-footer .prev:hover::before, .global-footer .paging .next:hover::before, .paging .global-footer .next:hover::before, .global-footer .product-filter-container .filter-title:hover::after, .product-filter-container .global-footer .filter-title:hover::after, .global-footer .product-detail-page .pd-btn-size:hover::before, .product-detail-page .global-footer .pd-btn-size:hover::before, .global-footer .pd-image-large .icon-zoom:hover::before, .pd-image-large .global-footer .icon-zoom:hover::before, .global-footer .cart-step-1 .voucher-holder:hover::before, .cart-step-1 .global-footer .voucher-holder:hover::before {
|
|
-webkit-filter: invert(1);
|
|
filter: invert(1);
|
|
}
|
|
|
|
.global-footer .icon-facebook {
|
|
background-position: 5px -89px;
|
|
}
|
|
|
|
.global-footer .icon-google {
|
|
background-position: -35px -89px;
|
|
}
|
|
|
|
.global-footer .icon-youtube {
|
|
background-position: -80px -87px;
|
|
}
|
|
|
|
.global-footer .icon-instagram {
|
|
background-position: -125px -89px;
|
|
}
|
|
|
|
.footer-brand-group {
|
|
padding: 20px 0 27px 0;
|
|
}
|
|
|
|
.footer-brand-group a {
|
|
display: block;
|
|
position: relative;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.footer-subscribe-group {
|
|
position: relative;
|
|
}
|
|
|
|
.footer-subscribe-group .btn-subscribe {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%) !important;
|
|
transform: translate(-50%, -50%) !important;
|
|
z-index: 1;
|
|
line-height: 52px;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
color: #000000;
|
|
font-size: 16px;
|
|
text-transform: uppercase;
|
|
padding: 0 27px;
|
|
-webkit-transition: .1s all;
|
|
transition: .1s all;
|
|
}
|
|
|
|
.footer-subscribe-group .btn-subscribe:hover {
|
|
background: #000;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer-bottom-group {
|
|
background: #000000;
|
|
color: #fff;
|
|
line-height: 22px;
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.footer-bottom-group .icon-payment {
|
|
width: 230px;
|
|
height: 22px;
|
|
border-radius: 0;
|
|
-webkit-filter: unset !important;
|
|
filter: unset !important;
|
|
background-position: -10px -430px;
|
|
background-size: 500px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.homepage img {
|
|
display: block;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.homepage .home-banner-group {
|
|
min-height: 470px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.homepage .box-btn {
|
|
-webkit-text-decoration-line: underline;
|
|
text-decoration-line: underline;
|
|
font-weight: 300;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
color: #000;
|
|
}
|
|
|
|
.homepage .product-holder {
|
|
position: relative;
|
|
min-height: 450px;
|
|
}
|
|
|
|
.homepage .banner-under-product {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin: 40px 0 50px 0;
|
|
}
|
|
|
|
.homepage .banner-under-product a {
|
|
margin: 0 16px 0 0;
|
|
width: calc(100% / 2 - 8px);
|
|
}
|
|
|
|
.homepage .banner-under-product a:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.homepage .banner-under-product a:nth-child(n+3) {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.home-deal-group, .product-deal-page {
|
|
margin: 30px 0;
|
|
}
|
|
|
|
.home-deal-group .group-title, .product-deal-page .group-title {
|
|
font-weight: 300;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
margin-bottom: 23px;
|
|
}
|
|
|
|
.home-deal-group .group-title p, .product-deal-page .group-title p {
|
|
margin: 0 22px 0 11px;
|
|
}
|
|
|
|
.home-deal-group .group-title .title, .product-deal-page .group-title .title {
|
|
font-weight: 600;
|
|
font-size: 36px;
|
|
line-height: 30px;
|
|
margin: 0 11px 0 2px;
|
|
}
|
|
|
|
.home-deal-group .icon-bolt, .product-deal-page .icon-bolt {
|
|
width: 50px;
|
|
height: 50px;
|
|
margin-right: 2px;
|
|
background-position: -9px -142px;
|
|
position: relative;
|
|
top: 11px;
|
|
}
|
|
|
|
.home-deal-group .deal-time-holder, .product-deal-page .deal-time-holder {
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.home-deal-group .deal-countdown, .product-deal-page .deal-countdown {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 36px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.home-deal-group .deal-countdown b, .product-deal-page .deal-countdown b {
|
|
margin: 0 9px;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#000000));
|
|
background: linear-gradient(180deg, #595959 0%, #000000 100%);
|
|
color: #fff;
|
|
position: relative;
|
|
width: 36px;
|
|
text-align: center;
|
|
}
|
|
|
|
.home-deal-group .deal-countdown b::before, .product-deal-page .deal-countdown b::before {
|
|
content: ':';
|
|
line-height: 36px;
|
|
position: absolute;
|
|
left: -11px;
|
|
color: #000;
|
|
}
|
|
|
|
.home-deal-group .deal-countdown b:first-child::before, .product-deal-page .deal-countdown b:first-child::before {
|
|
content: none;
|
|
}
|
|
|
|
.banner-under-deal {
|
|
margin: 30px 0 40px 0;
|
|
}
|
|
|
|
.banner-under-deal .col-left a {
|
|
margin: 0 16px 16px 0;
|
|
width: calc(100% / 2 - 8px);
|
|
}
|
|
|
|
.banner-under-deal .col-left a:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.banner-under-deal .col-left a:nth-child(n+3) {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.home-product-group {
|
|
margin: 40px 0;
|
|
}
|
|
|
|
.home-product-group .box-title-group {
|
|
text-align: center;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.home-product-group .box-title-group .title {
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 32px;
|
|
line-height: 30px;
|
|
margin: 0 0 16px 0;
|
|
}
|
|
|
|
.home-customer-comment-group {
|
|
margin: 50px 0 20px 0;
|
|
}
|
|
|
|
.home-customer-comment-group .title {
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 32px;
|
|
line-height: 30px;
|
|
margin: 0 0 30px 0;
|
|
}
|
|
|
|
.home-customer-comment-group .item {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.home-customer-comment-group .image {
|
|
margin-bottom: 13px;
|
|
}
|
|
|
|
.home-customer-comment-group .avatar {
|
|
display: block;
|
|
margin: 13px auto 10px auto;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 50px;
|
|
}
|
|
|
|
.home-customer-comment-group .icon-star {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.home-customer-comment-group .item-name {
|
|
font-weight: 600;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.home-customer-comment-group .summary {
|
|
margin: 5px 0 0 0;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.product-page {
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.product-page .page-title-group {
|
|
margin-bottom: 27px;
|
|
}
|
|
|
|
.product-page .page-title-group select {
|
|
height: 26px;
|
|
font-size: 16px;
|
|
border: 0;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.product-page .page-title {
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 26px;
|
|
margin: 0;
|
|
}
|
|
|
|
.product-page .product-list {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.product-page .p-item {
|
|
margin: 0 16px 37px 0;
|
|
width: calc(100% / 3 - 11px);
|
|
}
|
|
|
|
.product-page .p-item:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.product-filter-container a {
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
color: #000000;
|
|
display: table;
|
|
position: relative;
|
|
}
|
|
|
|
.product-filter-container .filter-item {
|
|
padding: 17px 0;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
}
|
|
|
|
.product-filter-container .filter-item:last-child {
|
|
border: 0;
|
|
}
|
|
|
|
.product-filter-container .filter-item.filter-hide .filter-title::after {
|
|
background-position: -216px -189px;
|
|
-webkit-transform: scale(0.9);
|
|
transform: scale(0.9);
|
|
width: 24px;
|
|
}
|
|
|
|
.product-filter-container .filter-title {
|
|
position: relative;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.product-filter-container .filter-title::after {
|
|
content: '';
|
|
width: 23px;
|
|
height: 23px;
|
|
position: absolute;
|
|
right: 0;
|
|
background-position: -171px -189px;
|
|
}
|
|
|
|
.product-filter-container .category-list {
|
|
padding-top: 12px;
|
|
}
|
|
|
|
.product-filter-container .category-list a {
|
|
line-height: 26px;
|
|
}
|
|
|
|
.product-filter-container .category-list .cat-1 {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.product-filter-container .category-list .cate-child-list {
|
|
padding: 0 22px 25px 22px;
|
|
}
|
|
|
|
.product-filter-container .filter-list {
|
|
padding-top: 12px;
|
|
}
|
|
|
|
.product-filter-container .filter-list a {
|
|
padding-left: 32px;
|
|
}
|
|
|
|
.product-filter-container .filter-list a::before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 0;
|
|
width: 18px;
|
|
height: 18px;
|
|
background: #FFFFFF;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.product-filter-container .filter-list .current::before {
|
|
background: #FF0000;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #FF0000;
|
|
box-shadow: 0px 0px 0px 1px #FF0000;
|
|
}
|
|
|
|
.product-filter-container .filter-list .current::after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 7px;
|
|
top: 8px;
|
|
width: 5px;
|
|
height: 10px;
|
|
border: solid white;
|
|
border-width: 0 3px 3px 0;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.product-deal-page {
|
|
margin: auto;
|
|
}
|
|
|
|
.product-deal-page .p-item {
|
|
width: calc(100% / 4 - 12px);
|
|
}
|
|
|
|
.product-deal-page .p-item:nth-child(3n) {
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.product-deal-page .p-item:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.product-detail-page {
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.product-detail-page .pd-image-group {
|
|
margin-bottom: 27px;
|
|
}
|
|
|
|
.product-detail-page .page-title {
|
|
font-weight: 600;
|
|
font-size: 22px;
|
|
line-height: 27px;
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
.product-detail-page .pd-summary-group {
|
|
font-weight: 300;
|
|
line-height: 18px;
|
|
margin: 12px 0 18px 0;
|
|
}
|
|
|
|
.product-detail-page .pd-btn-size {
|
|
-webkit-text-decoration-line: underline;
|
|
text-decoration-line: underline;
|
|
font-weight: 300;
|
|
line-height: 20px;
|
|
color: #000;
|
|
position: relative;
|
|
}
|
|
|
|
.product-detail-page .pd-btn-size::before {
|
|
content: '';
|
|
width: 20px;
|
|
height: 20px;
|
|
display: inline-block;
|
|
background-position: -72px -170px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
.product-detail-page .pd-status-group {
|
|
display: inline-block;
|
|
line-height: 34px;
|
|
font-weight: 600;
|
|
padding: 0 14px;
|
|
margin: 0 0 18px 0;
|
|
}
|
|
|
|
.product-detail-page .home-product-group .box-title-group {
|
|
text-align: left;
|
|
}
|
|
|
|
.product-detail-page .home-product-group .title {
|
|
margin: 0;
|
|
}
|
|
|
|
.pd-box-group .box-title-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;
|
|
position: relative;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
padding-right: 34px;
|
|
}
|
|
|
|
.pd-box-group .box-title-group p {
|
|
margin: 0;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.pd-box-group .box-title-group .title {
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.pd-box-group .icon-down {
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
right: 0;
|
|
background-position: -213px -93px;
|
|
-webkit-transform: rotate(-180deg);
|
|
transform: rotate(-180deg);
|
|
}
|
|
|
|
.pd-box-group .icon-down.active {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
.pd-box-group .pd-sku {
|
|
color: #959595;
|
|
}
|
|
|
|
.pd-box-group .pd-box-content {
|
|
padding: 14px 0 18px 0;
|
|
display: none;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
}
|
|
|
|
.pd-box-group .pd-box-content * {
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.pd-image-gallery {
|
|
width: 85px;
|
|
margin-right: 16px;
|
|
padding: 20px 0 5px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.pd-image-gallery .item {
|
|
display: block;
|
|
margin-bottom: 16px;
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.pd-image-gallery .item.slick-current {
|
|
border-color: #000;
|
|
}
|
|
|
|
.pd-image-gallery .icons, .pd-image-gallery .paging .prev::before, .paging .pd-image-gallery .prev::before, .pd-image-gallery .paging .next::before, .paging .pd-image-gallery .next::before, .pd-image-gallery .product-filter-container .filter-title::after, .product-filter-container .pd-image-gallery .filter-title::after, .pd-image-gallery .product-detail-page .pd-btn-size::before, .product-detail-page .pd-image-gallery .pd-btn-size::before, .pd-image-gallery .pd-image-large .icon-zoom::before, .pd-image-large .pd-image-gallery .icon-zoom::before, .pd-image-gallery .cart-step-1 .voucher-holder::before, .cart-step-1 .pd-image-gallery .voucher-holder::before {
|
|
cursor: pointer;
|
|
width: 20px;
|
|
height: 10px;
|
|
position: absolute;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
background-position: -213px -98px;
|
|
}
|
|
|
|
.pd-image-gallery .icon-prev {
|
|
top: 0;
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
left: 39%;
|
|
}
|
|
|
|
.pd-image-gallery .icon-next {
|
|
bottom: 0;
|
|
}
|
|
|
|
.pd-image-large {
|
|
width: 389px;
|
|
}
|
|
|
|
.pd-image-large a {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.pd-image-large .icon-zoom {
|
|
width: 38px !important;
|
|
height: 38px;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
position: absolute;
|
|
left: 8px;
|
|
bottom: 13px;
|
|
}
|
|
|
|
.pd-image-large .icon-zoom::before {
|
|
content: '';
|
|
display: block;
|
|
height: 100%;
|
|
background-position: -116px -170px;
|
|
-webkit-transition: .12s all;
|
|
transition: .12s all;
|
|
}
|
|
|
|
.pd-image-large .icon-zoom:hover {
|
|
background: #000;
|
|
}
|
|
|
|
.pd-image-large .icon-zoom:hover::before {
|
|
-webkit-filter: brightness(100);
|
|
filter: brightness(100);
|
|
}
|
|
|
|
.pd-price-group {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-box-align: baseline;
|
|
-ms-flex-align: baseline;
|
|
align-items: baseline;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
margin: 22px 0;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.pd-price-group .icon-bolt {
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 9px;
|
|
background-position: -79px -143px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
|
|
.pd-price-group .pd-price {
|
|
color: #FF0000;
|
|
font-weight: 600;
|
|
font-size: 24px;
|
|
line-height: 20px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.pd-price-group .pd-old-price {
|
|
color: #959595;
|
|
}
|
|
|
|
.pd-price-group a {
|
|
font-size: 13px;
|
|
color: #000000;
|
|
}
|
|
|
|
.pd-deal-holder {
|
|
margin: 20px 0 12px 0;
|
|
}
|
|
|
|
.pd-deal-holder .group-title {
|
|
background: #FFD600;
|
|
padding: 10px 8px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.pd-deal-holder .group-title b {
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.pd-deal-holder .title {
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
margin: 0;
|
|
}
|
|
|
|
.pd-deal-holder .icon-bolt {
|
|
width: 20px;
|
|
height: 30px;
|
|
background: url(../images/deal-icon-discount.png) no-repeat;
|
|
background-position: 0 3px;
|
|
background-size: 16px 20px;
|
|
}
|
|
|
|
.pd-deal-holder .deal-countdown {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.pd-deal-holder .deal-countdown b {
|
|
margin: 0 6px;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#000000));
|
|
background: linear-gradient(180deg, #595959 0%, #000000 100%);
|
|
color: #fff;
|
|
position: relative;
|
|
width: 26px;
|
|
text-align: center;
|
|
}
|
|
|
|
.pd-deal-holder .deal-countdown b::before {
|
|
content: ':';
|
|
line-height: 26px;
|
|
position: absolute;
|
|
right: -8px;
|
|
top: 2px;
|
|
color: #000;
|
|
}
|
|
|
|
.pd-deal-holder .deal-countdown b:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.pd-deal-holder .deal-countdown b:last-child::before {
|
|
content: none;
|
|
}
|
|
|
|
.pd-deal-holder .pd-deal-line {
|
|
position: relative;
|
|
background: #F0F0F0;
|
|
height: 10px;
|
|
}
|
|
|
|
.pd-deal-holder .pd-deal-line .pd-line {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
max-width: 100%;
|
|
background: #FFD600;
|
|
}
|
|
|
|
.pd-deal-holder .pd-deal-count {
|
|
font-size: 10px;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
.pd-variant-option-group td {
|
|
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: 10px 0;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-option-value-box a {
|
|
text-align: center;
|
|
color: #000;
|
|
background: #fff;
|
|
margin: 0 12px 10px 0;
|
|
display: block;
|
|
position: relative;
|
|
overflow: hidden;
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
line-height: 34px;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #d9d9d9;
|
|
box-shadow: 0px 0px 0px 1px #d9d9d9;
|
|
padding: 0 25px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-option-value-box .freesize {
|
|
width: auto;
|
|
border-radius: 42px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-option-value-box .unavailable {
|
|
background: #F4F4F4 !important;
|
|
color: #CACACA;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-option-value-box .unavailable::before, .pd-variant-option-group .variant-option-value-box .unavailable::after {
|
|
content: '';
|
|
width: 1px;
|
|
height: 50px;
|
|
border-left: 1px dashed #B5B5B5;
|
|
position: absolute;
|
|
top: 50%;
|
|
bottom: 0;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%) rotate(45deg);
|
|
transform: translate(-50%, -50%) rotate(45deg);
|
|
}
|
|
|
|
.pd-variant-option-group .variant-option-value-box .unavailable::after {
|
|
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
|
|
transform: translate(-50%, -50%) rotate(-45deg);
|
|
}
|
|
|
|
.pd-variant-option-group .variant-option-value-box .selected {
|
|
color: #FFF;
|
|
background: #FF0000;
|
|
-webkit-box-shadow: 0 0 0 1px #FF0000;
|
|
box-shadow: 0 0 0 1px #FF0000;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-color .variant-option-value-box a {
|
|
font-size: 0;
|
|
-webkit-box-shadow: unset;
|
|
box-shadow: unset;
|
|
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
|
width: 28px;
|
|
height: 28px;
|
|
border-radius: 50%;
|
|
padding: unset;
|
|
margin: 6px 16px 0 0;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-color .variant-option-value-box .selected {
|
|
background: #fff;
|
|
position: unset;
|
|
-webkit-box-shadow: unset;
|
|
box-shadow: unset;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-color .variant-option-value-box .selected::before {
|
|
content: '';
|
|
-webkit-box-shadow: 0 0 0 2px #FF0000;
|
|
box-shadow: 0 0 0 2px #FF0000;
|
|
width: 36px;
|
|
height: 36px;
|
|
position: absolute;
|
|
left: -4px;
|
|
top: 2px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-color .variant-option-value-box {
|
|
position: relative;
|
|
min-width: 40px;
|
|
}
|
|
|
|
.pd-quantity-group {
|
|
font-weight: 600;
|
|
line-height: 18px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.pd-quantity-group p {
|
|
margin: 0 0 9px 0;
|
|
}
|
|
|
|
.pd-quantity-group .pd-quantity-holder {
|
|
width: 92px;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #d9d9d9;
|
|
box-shadow: 0px 0px 0px 1px #d9d9d9;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
.pd-quantity-group .pd-quantity-holder * {
|
|
font-weight: 500;
|
|
line-height: 44px;
|
|
height: 44px;
|
|
text-align: center;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.pd-quantity-group .pd-quantity-holder a {
|
|
color: #000;
|
|
width: 27px;
|
|
}
|
|
|
|
.pd-quantity-group .pd-quantity-holder input {
|
|
width: 38px;
|
|
}
|
|
|
|
.pd-btn-group a {
|
|
display: block;
|
|
margin: 12px 0 0 0;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #000;
|
|
box-shadow: 0px 0px 0px 1px #000;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 44px;
|
|
color: #000;
|
|
}
|
|
|
|
.pd-btn-group a:first-child {
|
|
background: #000;
|
|
color: #fff;
|
|
}
|
|
|
|
.pd-col-right .box-title {
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.pd-col-right .p-item {
|
|
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;
|
|
margin-top: 21px;
|
|
}
|
|
|
|
.pd-col-right .p-item .p-img {
|
|
width: 60px;
|
|
padding-bottom: 83px;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.pd-col-right .p-item .p-type-group {
|
|
display: none;
|
|
}
|
|
|
|
.pd-col-right .p-item .p-text {
|
|
width: calc(100% - 72px);
|
|
padding: 0;
|
|
}
|
|
|
|
.pd-col-right .p-item .p-name {
|
|
white-space: unset;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.pd-col-right .p-item .p-name * {
|
|
white-space: inherit;
|
|
}
|
|
|
|
.pd-col-right .p-item .p-price-group {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.pd-col-right .p-item .p-price {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.pd-comment-container .box-title-group {
|
|
padding: 0;
|
|
}
|
|
|
|
.pd-comment-container .box-title-group p {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.pd-comment-container .pd-comment-detail {
|
|
padding: 15px 0 25px 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;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
}
|
|
|
|
.pd-comment-container .pd-form-group {
|
|
width: 100%;
|
|
}
|
|
|
|
.pd-comment-container .pd-form-btn {
|
|
line-height: 44px;
|
|
background: #FFFFFF;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #000;
|
|
box-shadow: 0px 0px 0px 1px #000;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
max-width: 288px;
|
|
width: 100%;
|
|
color: #000;
|
|
-webkit-transition: .15s all;
|
|
transition: .15s all;
|
|
}
|
|
|
|
.pd-comment-container .pd-form-btn:hover {
|
|
background: #000;
|
|
color: #fff;
|
|
}
|
|
|
|
.pd-comment-container .box-left b {
|
|
display: block;
|
|
line-height: 18px;
|
|
max-width: 120px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.pd-comment-container .box-left p {
|
|
margin: 13px 0 0 0;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.pd-comment-container .pd-form-group {
|
|
margin-top: 15px;
|
|
display: none;
|
|
}
|
|
|
|
.pd-comment-container .pd-form-group textarea, .pd-comment-container .pd-form-group input {
|
|
display: block;
|
|
width: 100%;
|
|
outline: none;
|
|
color: #000;
|
|
resize: none;
|
|
margin: 13px 0 0 0;
|
|
padding: 0 10px;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 4px;
|
|
height: 38px;
|
|
}
|
|
|
|
.pd-comment-container .pd-form-group textarea {
|
|
height: 90px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.pd-comment-container .pd-form-group a {
|
|
margin-top: 13px;
|
|
}
|
|
|
|
.pd-comment-container .pd-review-count {
|
|
border-bottom: 1px solid #EBEBEB;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.pd-size-table {
|
|
padding: 20px 14px;
|
|
text-align: center;
|
|
max-width: 794px;
|
|
display: none;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.pd-size-table .title {
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 29px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.pd-size-table .note {
|
|
line-height: 18px;
|
|
color: #2796B9;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
|
|
.pd-size-table tr:nth-child(even) {
|
|
background: #F5F5F6;
|
|
}
|
|
|
|
.pd-size-table td {
|
|
border: 1px solid #E5E5E7;
|
|
padding: 10px 22px;
|
|
}
|
|
|
|
.pd-size-table td:nth-child(1) {
|
|
text-align: left;
|
|
}
|
|
|
|
.cart-page {
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.cart-page img {
|
|
display: block;
|
|
}
|
|
|
|
.cart-page .cart-tbl-info {
|
|
background: #EBEBEB;
|
|
font-size: 16px;
|
|
padding: 16px 0 5px 0;
|
|
}
|
|
|
|
.cart-page .cart-tbl-info p {
|
|
margin: 0;
|
|
}
|
|
|
|
.cart-page .cart-tbl-info td {
|
|
padding: 12px 16px;
|
|
vertical-align: baseline;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.cart-page .cart-tbl-info td:nth-child(1) {
|
|
font-weight: 700;
|
|
width: 130px;
|
|
}
|
|
|
|
.cart-page .cart-tbl-info .total-price {
|
|
border-top: 1px solid #D9D9D9;
|
|
}
|
|
|
|
.cart-page .cart-tbl-info .total-price td {
|
|
padding: 24px 16px 14px 16px;
|
|
}
|
|
|
|
.cart-page .cart-tbl-info .total-price td:nth-child(2) {
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.cart-page .cart-tbl-info .btn-cart-submit {
|
|
display: block;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
background: #000;
|
|
color: #fff !important;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.cart-page .item-row {
|
|
padding: 15px 0;
|
|
border-bottom: 1px solid #E8E8E8;
|
|
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;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.cart-page .item-row a {
|
|
display: block;
|
|
color: #000;
|
|
}
|
|
|
|
.cart-page .item-row .p-img {
|
|
width: 120px;
|
|
margin-right: 40px;
|
|
}
|
|
|
|
.cart-page .item-row .item-text {
|
|
width: calc(100% - 160px);
|
|
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;
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.cart-page .item-row .p-name {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.cart-page .item-row .p-price {
|
|
color: #FF0000;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
margin: 10px 0 12px 0;
|
|
}
|
|
|
|
.cart-page .item-row .p-variant {
|
|
text-transform: uppercase;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.cart-page .item-row .item-left {
|
|
max-width: 300px;
|
|
}
|
|
|
|
.cart-page .item-row .item-quanity {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.cart-page .item-row .item-quanity span {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.cart-page .item-row .item-quanity-holder {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
width: 92px;
|
|
}
|
|
|
|
.cart-page .item-row .item-quanity-holder * {
|
|
height: 44px;
|
|
line-height: 44px;
|
|
text-align: center;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.cart-page .item-row .item-quanity-holder a {
|
|
width: 30px;
|
|
}
|
|
|
|
.cart-page .item-row .item-quanity-holder input {
|
|
width: 32px;
|
|
}
|
|
|
|
.cart-page .item-row .icon-edit {
|
|
display: block;
|
|
width: 15px;
|
|
height: 15px;
|
|
background-position: -179px -99px;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.cart-page .item-row .icon-edit:hover {
|
|
-webkit-filter: invert(1);
|
|
filter: invert(1);
|
|
}
|
|
|
|
.cart-page .item-row .icon-delete {
|
|
width: 20px;
|
|
height: 20px;
|
|
background-position: -178px -53px;
|
|
position: relative;
|
|
top: 12px;
|
|
}
|
|
|
|
.cart-step-1 {
|
|
padding-top: 25px;
|
|
}
|
|
|
|
.cart-step-1 .box-title {
|
|
font-size: 32px;
|
|
line-height: 30px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.cart-step-1 .box-title p {
|
|
margin: 0;
|
|
}
|
|
|
|
.cart-step-1 .voucher-holder {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.cart-step-1 .voucher-holder::before {
|
|
content: '';
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
left: 0;
|
|
background-position: -171px -144px;
|
|
}
|
|
|
|
.cart-step-1 .voucher-holder input {
|
|
width: 390px;
|
|
height: 50px;
|
|
border: 0;
|
|
padding: 0 10px 0 30px;
|
|
margin: 0 20px 0 0;
|
|
border-bottom: 1px solid #E8E8E8;
|
|
color: #959595;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.cart-step-1 .voucher-holder .voucher-note {
|
|
color: #FF0000;
|
|
line-height: 19px;
|
|
padding-right: 35px;
|
|
width: calc(100% - 410px);
|
|
}
|
|
|
|
.cart-step-1 .icon-right {
|
|
width: 22px;
|
|
height: 20px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
background-position: -214px -53px;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
|
|
.cart-edit-container {
|
|
display: none;
|
|
}
|
|
|
|
.cart-edit-container .edit-holder {
|
|
width: 500px;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
background: #fff;
|
|
z-index: 100;
|
|
padding: 16px;
|
|
}
|
|
|
|
.cart-edit-container .cart-edit-content {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.cart-edit-container .item-image {
|
|
width: 120px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.cart-edit-container .item-text {
|
|
width: calc(100% - 140px);
|
|
}
|
|
|
|
.cart-edit-container .item-name {
|
|
display: block;
|
|
color: #000;
|
|
line-height: 17px;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.cart-edit-container .item-price {
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
.cart-edit-container .icon-delete {
|
|
display: block;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin: auto 0 12px auto;
|
|
background-position: -178px -53px;
|
|
}
|
|
|
|
.cart-edit-container .btn-update {
|
|
display: block;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #000;
|
|
line-height: 44px;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.cart-edit-container .variant-option-value-box a {
|
|
padding: 0px 20px;
|
|
margin-right: 9px;
|
|
}
|
|
|
|
.cart-step-2 {
|
|
display: block;
|
|
}
|
|
|
|
.cart-step-2 .box-title {
|
|
border: 1px solid #D9D9D9;
|
|
margin-bottom: 18px;
|
|
padding: 30px 16px;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
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;
|
|
}
|
|
|
|
.cart-step-2 .box-title p {
|
|
margin: 0;
|
|
}
|
|
|
|
.cart-step-2 .box-title a {
|
|
-webkit-text-decoration-line: underline;
|
|
text-decoration-line: underline;
|
|
color: #FF0000;
|
|
}
|
|
|
|
.cart-step-2 .cart-voucher-holder {
|
|
margin: 20px 0 27px 0;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
display: none;
|
|
}
|
|
|
|
.cart-step-2 .cart-voucher-holder p {
|
|
margin: 0 0 20px 0;
|
|
}
|
|
|
|
.cart-step-2 .cart-voucher-holder input {
|
|
color: #8D8D8D;
|
|
font-size: 15px;
|
|
border: 0;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
display: block;
|
|
width: 100%;
|
|
margin: 0 0 20px 0;
|
|
height: 34px;
|
|
}
|
|
|
|
.cart-step-2 .cart-voucher-holder button {
|
|
height: 44px;
|
|
padding: 0;
|
|
margin: 0;
|
|
color: #fff;
|
|
background: #000;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
width: 100%;
|
|
max-width: 190px;
|
|
}
|
|
|
|
.cart-step-2 .payment-item {
|
|
margin-bottom: 28px;
|
|
}
|
|
|
|
.cart-step-2 .payment-item:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.cart-step-2 .payment-item .title {
|
|
margin-bottom: 17px;
|
|
}
|
|
|
|
.cart-step-2 .label-container {
|
|
font-size: 15px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.cart-info-holder {
|
|
margin-bottom: 65px;
|
|
}
|
|
|
|
.cart-info-holder .title {
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.cart-input-holder {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.cart-input-holder input {
|
|
display: block;
|
|
width: 100%;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #000;
|
|
margin: 30px 0 0 0;
|
|
padding: 0 0 10px 0;
|
|
border: 0;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
}
|
|
|
|
.cart-input-holder input:nth-child(1) {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.cart-input-holder input:nth-child(2) {
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.cart-input-holder input:nth-child(2), .cart-input-holder input:nth-child(3) {
|
|
width: calc(100% / 2 - 8px);
|
|
}
|
|
|
|
.cart-input-holder select {
|
|
border: 0;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
margin: 30px 16px 0 0;
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
padding: 0 0 7px 0;
|
|
width: calc(100% / 3 - 16px);
|
|
}
|
|
|
|
.cart-input-holder select:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.cart-summary-group {
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.cart-summary-group a {
|
|
display: inline-block;
|
|
color: #000;
|
|
}
|
|
|
|
.cart-summary-group .title {
|
|
font-weight: 600;
|
|
font-size: 32px;
|
|
line-height: 39px;
|
|
margin: 0 0 12px 0;
|
|
}
|
|
|
|
.cart-summary-group td {
|
|
border-bottom: 1px solid #D9D9D9;
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.cart-summary-group .cart-btn-group td {
|
|
border: 0;
|
|
}
|
|
|
|
.cart-summary-group .cart-btn-group a {
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.cart-summary-group .cart-btn-group button {
|
|
height: 44px;
|
|
color: #fff;
|
|
background-color: #000;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
max-width: 560px;
|
|
}
|
|
|
|
.cart-summary-group .cart-item-group td {
|
|
padding: 0;
|
|
}
|
|
|
|
.cart-summary-group .cart-item {
|
|
font-weight: 400;
|
|
line-height: 26px;
|
|
padding: 9px 0;
|
|
}
|
|
|
|
.cart-summary-group .cart-item .cart-name {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.cart-summary-group .cart-item b {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.cart-summary-group .cart-item .item-variant {
|
|
color: #959595;
|
|
font-size: 13px;
|
|
}
|
|
/*# sourceMappingURL=pc_style.css.map */ |