3098 lines
55 KiB
CSS
3098 lines
55 KiB
CSS
body {
|
|
color: #000;
|
|
font-family: 'Inter', sans-serif;
|
|
background: #fff;
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
text-align: left;
|
|
max-width: 650px;
|
|
margin: auto;
|
|
word-break: break-word;
|
|
counter-reset: section;
|
|
overflow: auto;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
|
|
b {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
|
|
margin-top: 0;
|
|
margin-bottom: .5rem;
|
|
font-weight: 500;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
p {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
margin-top: 0;
|
|
margin-bottom: .5rem;
|
|
}
|
|
|
|
.h1, h1 {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.h2, h2 {
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.h3, h3 {
|
|
font-size: 1.17em;
|
|
}
|
|
|
|
.h4, h4, .h5, h5, .h6, h6 {
|
|
font-size: initial;
|
|
}
|
|
|
|
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.clearfix::after, .global-tags-group .tags-list::after, .footer-info-group .address-list a::after, .footer-store-box a::after, .home-box-group .box-holder-right .p-item::after {
|
|
content: '';
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
button, input, select {
|
|
outline: none !important;
|
|
color: #000;
|
|
}
|
|
|
|
textarea {
|
|
font-family: inherit;
|
|
}
|
|
|
|
table {
|
|
width: 100% !important;
|
|
-webkit-overflow-scrolling: touch;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
select, textarea, input {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
iframe {
|
|
max-width: 100%;
|
|
display: block;
|
|
border: 0;
|
|
width: 100%;
|
|
margin: auto;
|
|
}
|
|
|
|
.text-white {
|
|
color: #fff;
|
|
}
|
|
|
|
.text-10 {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.text-11 {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.text-12 {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.text-13 {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.text-14 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.text-15 {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.text-16 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.text-17 {
|
|
font-size: 17px;
|
|
}
|
|
|
|
.text-18 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.text-19 {
|
|
font-size: 19px;
|
|
}
|
|
|
|
.text-20 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.text-21 {
|
|
font-size: 21px;
|
|
}
|
|
|
|
.text-22 {
|
|
font-size: 22px;
|
|
}
|
|
|
|
.text-24 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.text-28 {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.text-30 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.text-36 {
|
|
font-size: 36px;
|
|
}
|
|
|
|
.line-height-2 {
|
|
line-height: 2;
|
|
}
|
|
|
|
.line-22 {
|
|
line-height: 22px;
|
|
}
|
|
|
|
.blue {
|
|
color: #005BAD;
|
|
}
|
|
|
|
.blue-2 {
|
|
color: #1988EC;
|
|
}
|
|
|
|
.blue-light {
|
|
color: #00FFF0;
|
|
}
|
|
|
|
.orange {
|
|
color: #FE7801;
|
|
}
|
|
|
|
.red {
|
|
color: #EE6A6A;
|
|
}
|
|
|
|
.grey {
|
|
color: #999;
|
|
}
|
|
|
|
.yellow {
|
|
color: #fdb813;
|
|
}
|
|
|
|
.color-main, .label-container:hover, .global-breadcrumb a:hover, .paging a.current, .footer-info-group a:hover, .footer-store-box a:hover, .product-filter-container .popup-body a.current, .product-filter-container .popup-body a:hover, .product-detail-page .pd-static-text a, .product-detail-page .pd-tab-title-group a.active, .cart-page .cart-btn-group a {
|
|
color: #D8262F;
|
|
}
|
|
|
|
.black {
|
|
color: #222;
|
|
}
|
|
|
|
.green {
|
|
color: #29A07E;
|
|
}
|
|
|
|
.bg-blue {
|
|
background: #005BAD;
|
|
}
|
|
|
|
.bg-red {
|
|
background: #D91605;
|
|
}
|
|
|
|
.bg-green {
|
|
background: #29A07E;
|
|
}
|
|
|
|
.bg-main, .product-filter-container .popup-body a.current::before, .product-filter-container .popup-body a:hover::before, .product-filter-container .popup-footer a:first-child, .product-detail-page .pd-btn-group a, .product-detail-page .pd-tab-title-group a.active::after, .pd-variant-option-group .selected {
|
|
background: #D8262F;
|
|
}
|
|
|
|
.blue-light {
|
|
color: #31c6fe;
|
|
}
|
|
|
|
.text-white {
|
|
color: #fff;
|
|
}
|
|
|
|
.bg-white {
|
|
background: #fff !important;
|
|
}
|
|
|
|
.font-weight-lighter {
|
|
font-weight: 300;
|
|
}
|
|
|
|
.flex-wrap {
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.d-flex {
|
|
display: -webkit-box !important;
|
|
display: -ms-flexbox !important;
|
|
display: flex !important;
|
|
}
|
|
|
|
.d-block, .footer-newsletter-container .container, .footer-store-box .container, .footer-end-group {
|
|
display: block !important;
|
|
}
|
|
|
|
.d-none {
|
|
display: none !important;
|
|
}
|
|
|
|
.d-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
|
|
.align-items-center {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.align-items-baseline {
|
|
-webkit-box-align: baseline;
|
|
-ms-flex-align: baseline;
|
|
align-items: baseline;
|
|
}
|
|
|
|
.justify-content-between {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.justify-content-center {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.overflow-hidden {
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.overflow-auto {
|
|
overflow: auto;
|
|
}
|
|
|
|
.float-left {
|
|
float: left;
|
|
}
|
|
|
|
.float-right {
|
|
float: right;
|
|
}
|
|
|
|
.float-none {
|
|
float: none;
|
|
}
|
|
|
|
.position-relative {
|
|
position: relative;
|
|
}
|
|
|
|
.text-white {
|
|
color: #fff;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.text-uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.text-capitalize {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.w-50 {
|
|
width: 50% !important;
|
|
}
|
|
|
|
.w-auto {
|
|
width: auto !important;
|
|
}
|
|
|
|
.h-100 {
|
|
height: 100% !important;
|
|
}
|
|
|
|
.h-auto {
|
|
height: auto !important;
|
|
}
|
|
|
|
.m-0 {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.mb-0 {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.mt-0 {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.ml-0 {
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
.mr-0 {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
.mt-2 {
|
|
margin-top: 0.5rem !important;
|
|
}
|
|
|
|
.mt-3 {
|
|
margin-top: 1rem !important;
|
|
}
|
|
|
|
.mb-2 {
|
|
margin-bottom: 0.5rem !important;
|
|
}
|
|
|
|
.mb-3 {
|
|
margin-bottom: 1rem !important;
|
|
}
|
|
|
|
.p-0 {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.pt-0 {
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
.pb-0 {
|
|
padding-bottom: 0 !important;
|
|
}
|
|
|
|
.pl-0 {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.pr-0 {
|
|
padding-right: 0 !important;
|
|
}
|
|
|
|
.pt-2, .py-2 {
|
|
padding-top: 0.5rem !important;
|
|
}
|
|
|
|
.pt-3, .py-3 {
|
|
padding-top: 1rem !important;
|
|
}
|
|
|
|
.border-0 {
|
|
border: 0 !important;
|
|
}
|
|
|
|
.p-15 {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.font-weight-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.form-control {
|
|
display: block;
|
|
width: calc(100% - 1.5rem - 2px);
|
|
height: calc(1.5em + 0.75rem + 2px);
|
|
padding: 0.375rem 0.75rem;
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #495057;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
}
|
|
|
|
.bg-orange {
|
|
background: #ff9219;
|
|
}
|
|
|
|
.font-100 {
|
|
font-weight: 100;
|
|
}
|
|
|
|
.font-200 {
|
|
font-weight: 200;
|
|
}
|
|
|
|
.font-300 {
|
|
font-weight: 300;
|
|
}
|
|
|
|
.font-400 {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.font-500 {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.font-600 {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.font-700 {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.font-800 {
|
|
font-weight: 800;
|
|
}
|
|
|
|
.font-900 {
|
|
font-weight: 900;
|
|
}
|
|
|
|
.text-underline {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.font-italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.border-bottom {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.pb-1, .py-1 {
|
|
padding-bottom: 0.25rem !important;
|
|
}
|
|
|
|
.fit-img, .p-item img, .home-customer-comment-group img, .pd-image-large img, .pd-image-gallery img {
|
|
width: auto;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
|
|
.autocomplete-suggestions {
|
|
position: absolute;
|
|
width: 100%;
|
|
border: solid 1px #ddd;
|
|
right: 0;
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
display: none;
|
|
background: #fff;
|
|
z-index: 9;
|
|
top: 100%;
|
|
}
|
|
|
|
.autocomplete-suggestions a {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
padding: 10px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.autocomplete-suggestions a img {
|
|
width: 60px;
|
|
float: left;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.autocomplete-suggestions a .info {
|
|
width: calc(100% - 72px);
|
|
}
|
|
|
|
.autocomplete-suggestions a .info .name {
|
|
display: block;
|
|
color: #333;
|
|
}
|
|
|
|
.autocomplete-suggestions a .info .price {
|
|
color: #ec1c24;
|
|
}
|
|
|
|
.autocomplete-suggestions a:hover {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.autocomplete-suggestions::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
|
|
background-color: #f1f1f1;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.autocomplete-suggestions::-webkit-scrollbar {
|
|
width: 6px;
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
.autocomplete-suggestions::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.icon-star {
|
|
background-image: url(../images/star.png);
|
|
width: 85px;
|
|
height: 14px;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
background-size: 85px 90px;
|
|
vertical-align: sub;
|
|
}
|
|
|
|
.icon-star.star-1 {
|
|
background-position: -2px -74px;
|
|
}
|
|
|
|
.icon-star.star-2 {
|
|
background-position: -2px -56px;
|
|
}
|
|
|
|
.icon-star.star-3 {
|
|
background-position: -2px -38px;
|
|
}
|
|
|
|
.icon-star.star-4 {
|
|
background-position: -2px -20px;
|
|
}
|
|
|
|
.icon-star.star-5, .icon-star.star-0 {
|
|
background-position: -2px -2px;
|
|
}
|
|
|
|
.success-checkmark .check-icon .icon-circle {
|
|
border-color: #0542b7;
|
|
opacity: .5;
|
|
}
|
|
|
|
.success-checkmark .check-icon .icon-line {
|
|
background-color: #0542b7;
|
|
}
|
|
|
|
.success-checkmark .check-icon {
|
|
border-color: #0542b7;
|
|
}
|
|
|
|
.content-container {
|
|
max-width: calc(100% - 60px);
|
|
}
|
|
|
|
.bg-content {
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.bg-content::before {
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
|
|
background: linear-gradient(transparent, #fff);
|
|
height: 300px;
|
|
}
|
|
|
|
.bg-linear {
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#EE1B25), to(#FF7E85));
|
|
background: linear-gradient(180deg, #EE1B25 0%, #FF7E85 100%);
|
|
}
|
|
|
|
.inherit, .global-breadcrumb h1, .p-item .p-name * {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
line-height: inherit;
|
|
margin: 0;
|
|
}
|
|
|
|
.line-clamp-2, .p-item .p-name * {
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 2;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.line-clamp-3, .home-customer-comment-group .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;
|
|
}
|
|
|
|
.fancybox-slide--video {
|
|
padding: 10px;
|
|
}
|
|
|
|
.fancybox-thumbs__list a {
|
|
height: 90px;
|
|
background-size: 80%;
|
|
background-color: #fff;
|
|
-webkit-transition: unset;
|
|
transition: unset;
|
|
}
|
|
|
|
.fancybox-thumbs__list a:before {
|
|
border: 3px solid #FF848D;
|
|
}
|
|
|
|
.btn-html-content {
|
|
text-align: center;
|
|
padding: 16px;
|
|
}
|
|
|
|
.btn-html-content a {
|
|
display: none;
|
|
line-height: 36px;
|
|
background: #FFFFFF;
|
|
color: #1988EC;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #1988EC;
|
|
box-shadow: 0px 0px 0px 1px #1988EC;
|
|
border-radius: 10px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
margin: auto;
|
|
max-width: 126px;
|
|
width: 100%;
|
|
-webkit-transition: .15s all;
|
|
transition: .15s all;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.btn-html-content a:hover {
|
|
background: #1988EC;
|
|
color: #fff;
|
|
}
|
|
|
|
.btn-html-content a i {
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.label-container {
|
|
font-size: 13px;
|
|
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: 22px;
|
|
cursor: pointer;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.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: 9px;
|
|
height: 9px;
|
|
background: #FF0000;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.bg-popup {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
z-index: 99;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.p-10 {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.container {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.global-breadcrumb {
|
|
font-size: 12px;
|
|
line-height: 15px;
|
|
padding: 12px 10px;
|
|
background: #F5F5F5;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.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: '';
|
|
background: url(../images/icon-left.png) no-repeat;
|
|
background-position: center 5px;
|
|
background-size: 6px;
|
|
-webkit-transform: rotate(-180deg);
|
|
transform: rotate(-180deg);
|
|
width: 28px;
|
|
height: 18px;
|
|
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;
|
|
background: #F5F5F5;
|
|
border-radius: 12px;
|
|
margin: 12px 0;
|
|
padding: 13px;
|
|
}
|
|
|
|
.paging a {
|
|
line-height: 24px;
|
|
text-align: center;
|
|
color: #000;
|
|
margin: 0 10px;
|
|
-webkit-transition: .12s all;
|
|
transition: .12s all;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.paging a.current {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.paging a:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.paging .prev, .paging .next {
|
|
border: 0;
|
|
font-size: 0 !important;
|
|
width: 20px;
|
|
background-position: -191px -71px !important;
|
|
background-size: 219px !important;
|
|
}
|
|
|
|
.paging .prev {
|
|
-webkit-transform: rotate(-180deg);
|
|
transform: rotate(-180deg);
|
|
}
|
|
|
|
.icons, .paging .prev, .paging .next, .footer-info-group .title::before, .global-btn-view::after, .product-detail-page .pd-static-text::before {
|
|
background: url(../images/sprite.png) no-repeat;
|
|
background-size: 300px 300px;
|
|
}
|
|
|
|
.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: 0;
|
|
}
|
|
|
|
.custom-nav .owl-nav .owl-next {
|
|
right: 0;
|
|
}
|
|
|
|
.custom-nav .owl-nav .arrow {
|
|
width: 12px;
|
|
height: 20px;
|
|
display: block;
|
|
background: url(../images/icon-left.png) no-repeat;
|
|
background-position: center;
|
|
background-size: contain;
|
|
-webkit-transition: .2s all;
|
|
transition: .2s all;
|
|
opacity: .4;
|
|
}
|
|
|
|
.custom-nav .owl-nav .arrow:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.custom-nav .owl-nav .arrow-next {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.custom-dots .owl-dots {
|
|
margin-top: 16px !important;
|
|
}
|
|
|
|
.custom-dots .owl-dots .owl-dot span {
|
|
margin: 0 7px;
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 50%;
|
|
background: transparent;
|
|
-webkit-transition: .2s all;
|
|
transition: .2s all;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.custom-dots .owl-dots .owl-dot.active span {
|
|
background: #D8262F;
|
|
}
|
|
|
|
.p-item {
|
|
background: #FFFFFF;
|
|
overflow: hidden;
|
|
line-height: 16px;
|
|
position: relative;
|
|
padding: 12px 10px;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
border-radius: 15px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.p-item img {
|
|
-webkit-transition: .4s all !important;
|
|
transition: .4s all !important;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
|
|
.p-item .p-img {
|
|
display: block;
|
|
position: relative;
|
|
padding-bottom: 100%;
|
|
overflow: hidden;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.p-item .p-name {
|
|
display: block;
|
|
color: #000;
|
|
text-transform: uppercase;
|
|
margin: 0 0 7px 0;
|
|
}
|
|
|
|
.p-item .p-price {
|
|
margin: 7px 0 0 0;
|
|
color: #D8262F;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.p-item .p-price-group {
|
|
min-height: 24px;
|
|
line-height: 24px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.p-item .p-price-group * {
|
|
display: inline-block;
|
|
}
|
|
|
|
.p-item del {
|
|
font-weight: 500;
|
|
margin-right: 6px;
|
|
color: #B7B7B7;
|
|
}
|
|
|
|
.p-item .p-discount {
|
|
color: #D8262F;
|
|
}
|
|
|
|
.p-item .p-deal-group {
|
|
margin-top: 5px;
|
|
position: relative;
|
|
background: #FFD0D4;
|
|
border-radius: 9px;
|
|
height: 18px;
|
|
}
|
|
|
|
.p-item .p-deal-group::before {
|
|
content: '';
|
|
width: 19px;
|
|
height: 26px;
|
|
background: url(../images/icon-deal.png) no-repeat;
|
|
background-size: contain;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.p-item .p-line {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
max-width: 100%;
|
|
background: #F90012;
|
|
border-radius: inherit;
|
|
}
|
|
|
|
.p-item .p-sale-quantity {
|
|
margin: 0;
|
|
position: absolute;
|
|
inset: 0;
|
|
color: #fff;
|
|
line-height: 18px;
|
|
font-weight: 600;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.global-goTop {
|
|
position: fixed;
|
|
right: -100%;
|
|
bottom: 40px;
|
|
-webkit-transition: .4s all;
|
|
transition: .4s all;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
background-color: #D8262F;
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
z-index: 3;
|
|
-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
|
|
box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.global-goTop::before {
|
|
content: '';
|
|
display: block;
|
|
height: 100%;
|
|
background: url(../images/icon-left.png) no-repeat;
|
|
background-position: center;
|
|
background-size: 9px;
|
|
-webkit-filter: brightness(100);
|
|
filter: brightness(100);
|
|
}
|
|
|
|
.global-goTop.active {
|
|
right: 10px;
|
|
}
|
|
|
|
.global-header-container {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 99;
|
|
padding: 9px 12px;
|
|
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
|
|
background: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.global-header-container .icons, .global-header-container .paging .prev, .paging .global-header-container .prev, .global-header-container .paging .next, .paging .global-header-container .next, .global-header-container .footer-info-group .title::before, .footer-info-group .global-header-container .title::before, .global-header-container .global-btn-view::after, .global-header-container .product-detail-page .pd-static-text::before, .product-detail-page .global-header-container .pd-static-text::before {
|
|
width: 24px;
|
|
height: 24px;
|
|
background-size: 200px;
|
|
}
|
|
|
|
.global-header-container .icon-menu {
|
|
width: 28px;
|
|
height: 28px;
|
|
margin-right: 15px;
|
|
background-color: #D8262F;
|
|
border-radius: 6px;
|
|
background-size: 220px;
|
|
background-position: -2px -27px;
|
|
}
|
|
|
|
.global-header-container .icon-user {
|
|
background-position: -107px -30px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.global-header-container .icon-cart {
|
|
position: relative;
|
|
background-position: -150px -30px;
|
|
}
|
|
|
|
.global-header-container .icon-search {
|
|
width: 28px;
|
|
height: 28px;
|
|
background-size: 430px;
|
|
background-position: -73px -62px;
|
|
-webkit-filter: invert(1);
|
|
filter: invert(1);
|
|
margin-right: 15px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.global-header-container .icon-search.active {
|
|
background-color: #D8262F;
|
|
-webkit-filter: unset;
|
|
filter: unset;
|
|
background-size: 300px 300px;
|
|
background-position: -47px -39px;
|
|
}
|
|
|
|
.global-header-container .header-logo {
|
|
max-width: 120px;
|
|
}
|
|
|
|
.global-header-container .header-logo img {
|
|
width: auto;
|
|
height: auto;
|
|
max-height: 36px;
|
|
display: block;
|
|
}
|
|
|
|
.global-header-container .cart-count {
|
|
width: 15px;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
font-size: 12px;
|
|
border-radius: 50%;
|
|
font-weight: 700;
|
|
color: #fff;
|
|
background: #D8262F;
|
|
font-style: normal;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: -4px;
|
|
right: -4px;
|
|
}
|
|
|
|
.header-search-group {
|
|
display: none;
|
|
background: #fff;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: calc(100% + 0px);
|
|
width: calc(100% - 20px) !important;
|
|
margin: auto;
|
|
padding: 0 10px 10px 10px;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.header-search-group form {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 2px;
|
|
position: relative;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
box-shadow: 0px 0px 0px 1px #D9D9D9;
|
|
border-radius: 6px;
|
|
width: 100%;
|
|
}
|
|
|
|
.header-search-group .text-search {
|
|
padding: 0 10px;
|
|
border: 0;
|
|
margin: 0;
|
|
height: 32px;
|
|
width: calc(100% - 50px);
|
|
color: #8D8D8D;
|
|
}
|
|
|
|
.header-search-group .icon-search {
|
|
border-radius: 6px;
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #D8262F;
|
|
background-position: -71px -60px;
|
|
-webkit-filter: unset;
|
|
filter: unset;
|
|
position: absolute;
|
|
right: 3px;
|
|
top: 2px;
|
|
height: 32px;
|
|
width: 32px;
|
|
}
|
|
|
|
.global-tags-group {
|
|
margin: 50px 0 12px 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.global-tags-group a {
|
|
float: left;
|
|
margin: 0 6px 6px 0;
|
|
background: #ECECEC;
|
|
border-radius: 21px;
|
|
padding: 0 10px;
|
|
line-height: 38px;
|
|
font-size: 13px;
|
|
color: #000;
|
|
}
|
|
|
|
.global-tags-group a:hover {
|
|
color: #fff;
|
|
background: #000;
|
|
}
|
|
|
|
.footer-newsletter-container {
|
|
color: #fff;
|
|
padding: 0 10px;
|
|
margin: 18px 0 10px 0;
|
|
}
|
|
|
|
.footer-newsletter-container .container {
|
|
padding: 20px 10px;
|
|
background: #D8262F;
|
|
border-radius: 12px;
|
|
}
|
|
|
|
.footer-newsletter-container .col-left {
|
|
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;
|
|
}
|
|
|
|
.footer-newsletter-container .col-left * {
|
|
display: block;
|
|
}
|
|
|
|
.footer-newsletter-container .col-left .text {
|
|
width: calc(100% - 126px);
|
|
font-size: 12px;
|
|
line-height: 15px;
|
|
}
|
|
|
|
.footer-newsletter-container .col-left b {
|
|
font-weight: 700;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.footer-newsletter-container .icon-mailbox {
|
|
width: 114px;
|
|
height: auto;
|
|
padding-bottom: 83px;
|
|
margin-right: 12px;
|
|
background-position: -11px -267px;
|
|
background-size: 360px;
|
|
}
|
|
|
|
.footer-newsletter-container .newsletter-form-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;
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.footer-newsletter-container input {
|
|
width: calc(100% - 145px);
|
|
border: 0;
|
|
margin: 0 5px 0 0;
|
|
padding: 0 20px;
|
|
height: 42px;
|
|
border-radius: 25px;
|
|
color: #AFAFAF;
|
|
}
|
|
|
|
.footer-newsletter-container button {
|
|
background: #FED700;
|
|
border-radius: 25px;
|
|
width: 100px;
|
|
height: 42px;
|
|
font-size: 13px;
|
|
color: #D8262F;
|
|
font-weight: 700;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.footer-newsletter-container .error-note {
|
|
text-transform: capitalize;
|
|
width: 100%;
|
|
}
|
|
|
|
.footer-newsletter-container .error-note p {
|
|
margin: 10px 0 0 0;
|
|
}
|
|
|
|
.global-footer .icons, .global-footer .paging .prev, .paging .global-footer .prev, .global-footer .paging .next, .paging .global-footer .next, .global-footer .footer-info-group .title::before, .footer-info-group .global-footer .title::before, .global-footer .global-btn-view::after, .global-footer .product-detail-page .pd-static-text::before, .product-detail-page .global-footer .pd-static-text::before {
|
|
width: 23px;
|
|
height: 24px;
|
|
margin-right: 7px;
|
|
float: left;
|
|
}
|
|
|
|
.global-footer .icon-map {
|
|
background-position: -185px -5px;
|
|
}
|
|
|
|
.global-footer .icon-tel {
|
|
background-position: -258px -6px;
|
|
}
|
|
|
|
.global-footer .icon-email {
|
|
background-position: -223px -4px;
|
|
}
|
|
|
|
.footer-info-group {
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
padding-top: 24px;
|
|
padding-bottom: 24px;
|
|
}
|
|
|
|
.footer-info-group a {
|
|
display: table;
|
|
color: #000;
|
|
position: relative;
|
|
padding-left: 12px;
|
|
}
|
|
|
|
.footer-info-group a::before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 0;
|
|
width: 4px;
|
|
height: 4px;
|
|
border-radius: 50%;
|
|
background: #000;
|
|
}
|
|
|
|
.footer-info-group .col {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.footer-info-group .col:first-child {
|
|
border-radius: 10px;
|
|
overflow: hidden;
|
|
padding: 20px 10px;
|
|
background: #F3F3F3;
|
|
}
|
|
|
|
.footer-info-group .col:first-child .title {
|
|
line-height: 20px;
|
|
padding: 0;
|
|
margin: 0 0 17px 0;
|
|
}
|
|
|
|
.footer-info-group .col:first-child .title::before {
|
|
content: none;
|
|
}
|
|
|
|
.footer-info-group .title {
|
|
background: #F3F3F3;
|
|
border-radius: 10px;
|
|
text-transform: uppercase;
|
|
position: relative;
|
|
padding: 0 28px 0 14px;
|
|
line-height: 50px;
|
|
font-weight: 700;
|
|
font-size: 15px;
|
|
margin: 0;
|
|
}
|
|
|
|
.footer-info-group .title::before {
|
|
content: '';
|
|
width: 13px !important;
|
|
height: 13px !important;
|
|
position: absolute;
|
|
top: 17px;
|
|
right: 14px;
|
|
margin: 0 !important;
|
|
background-position: -216px -140px;
|
|
}
|
|
|
|
.footer-info-group .title.active::before {
|
|
-webkit-transform: rotate(-180deg);
|
|
transform: rotate(-180deg);
|
|
top: 19px;
|
|
}
|
|
|
|
.footer-info-group .footer-bct {
|
|
display: block;
|
|
margin: 15px 0 0 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.footer-info-group .footer-bct::before {
|
|
content: none;
|
|
}
|
|
|
|
.footer-info-group .footer-bct img {
|
|
width: auto;
|
|
height: auto;
|
|
max-height: 54px;
|
|
}
|
|
|
|
.footer-info-group .info-list {
|
|
padding: 10px 10px 10px 20px;
|
|
display: none;
|
|
}
|
|
|
|
.footer-info-group .address-list {
|
|
display: block;
|
|
background: #F3F3F3;
|
|
padding: 0;
|
|
}
|
|
|
|
.footer-info-group .address-list a {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 0;
|
|
line-height: 24px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.footer-info-group .address-list a::before {
|
|
content: none;
|
|
}
|
|
|
|
.footer-info-group .address-list a:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.footer-info-group .address-list span {
|
|
float: left;
|
|
width: calc(100% - 30px);
|
|
}
|
|
|
|
.footer-store-box {
|
|
background: #fff;
|
|
padding: 0 0 25px 0;
|
|
}
|
|
|
|
.footer-store-box a {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
line-height: 24px;
|
|
margin: 0 0 5px 0;
|
|
color: #000;
|
|
}
|
|
|
|
.footer-store-box a::before {
|
|
content: none;
|
|
}
|
|
|
|
.footer-store-box a:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.footer-store-box a span {
|
|
float: left;
|
|
width: calc(100% - 30px);
|
|
font-size: 13px;
|
|
}
|
|
|
|
.footer-store-box .item {
|
|
margin: 0 0 40px 0;
|
|
}
|
|
|
|
.footer-store-box .item:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.footer-store-box .item:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.footer-store-box .item:nth-child(2) .number {
|
|
background: #FF000D;
|
|
}
|
|
|
|
.footer-store-box .item:nth-child(2) .number::before {
|
|
border-bottom-color: #FF000D;
|
|
}
|
|
|
|
.footer-store-box .item:nth-child(3) .number {
|
|
background: #D8262F;
|
|
}
|
|
|
|
.footer-store-box .item:nth-child(3) .number::before {
|
|
border-bottom-color: #D8262F;
|
|
}
|
|
|
|
.footer-store-box .item:nth-child(4) .number {
|
|
background: #9F0008;
|
|
}
|
|
|
|
.footer-store-box .item:nth-child(4) .number::before {
|
|
border-bottom-color: #9F0008;
|
|
}
|
|
|
|
.footer-store-box .group-title {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
line-height: 27px;
|
|
font-weight: 700;
|
|
font-size: 12px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.footer-store-box .number {
|
|
background: #FF794F;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
margin-right: 13px;
|
|
position: relative;
|
|
padding: 0 6px;
|
|
}
|
|
|
|
.footer-store-box .number::before {
|
|
content: '';
|
|
border-bottom: 28px solid #FF794F;
|
|
border-right: 10px solid transparent;
|
|
position: absolute;
|
|
right: -9px;
|
|
top: -1px;
|
|
}
|
|
|
|
.footer-end-group {
|
|
padding: 10px;
|
|
background: #F3F3F3;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.footer-end-group p {
|
|
margin: 0 0 6px 0;
|
|
}
|
|
|
|
.footer-end-group .icon-payment {
|
|
width: 100%;
|
|
max-width: 335px;
|
|
height: 28px;
|
|
display: block;
|
|
background-size: contain;
|
|
background-position: center;
|
|
float: none;
|
|
margin: 10px auto 0 auto;
|
|
}
|
|
|
|
.global-deal-countdown {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.global-deal-countdown b {
|
|
margin: 0 9px;
|
|
position: relative;
|
|
color: #fff;
|
|
background: #000;
|
|
border-radius: 5px;
|
|
line-height: 36px;
|
|
min-width: 36px;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.global-deal-countdown b:last-child::after {
|
|
content: none;
|
|
}
|
|
|
|
.global-deal-countdown b::after {
|
|
content: ':';
|
|
position: absolute;
|
|
right: -8px;
|
|
}
|
|
|
|
.global-btn-view {
|
|
color: #D8262F !important;
|
|
position: relative;
|
|
margin-top: 12px;
|
|
font-weight: 500;
|
|
font-size: 13px;
|
|
line-height: 30px;
|
|
display: -webkit-box !important;
|
|
display: -ms-flexbox !important;
|
|
display: flex !important;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.global-btn-view::after {
|
|
content: '';
|
|
background-position: -172px -72px;
|
|
display: inline-block;
|
|
height: 23px;
|
|
width: 10px;
|
|
background-size: 220px;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.homepage img {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.homepage .product-holder {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
position: relative;
|
|
min-height: 200px;
|
|
}
|
|
|
|
.homepage .banner-under-deal {
|
|
margin: 11px auto 30px auto;
|
|
width: calc(100% - 20px);
|
|
}
|
|
|
|
.homepage .banner-under-deal img {
|
|
display: block;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.home-category-group {
|
|
overflow: hidden;
|
|
background: #fff;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.home-category-group img {
|
|
display: block;
|
|
margin: auto 0 auto auto;
|
|
}
|
|
|
|
.home-category-group a {
|
|
color: #000;
|
|
display: table;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.home-category-group .item {
|
|
border-bottom: 1px solid #EBEBEB;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
padding: 20px 18px;
|
|
}
|
|
|
|
.home-category-group .box-left, .home-category-group .box-img {
|
|
width: 50%;
|
|
}
|
|
|
|
.home-category-group .box-img {
|
|
text-align: right;
|
|
}
|
|
|
|
.home-category-group .cat-1 {
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.home-category-group .global-btn-view {
|
|
-webkit-box-pack: unset;
|
|
-ms-flex-pack: unset;
|
|
justify-content: unset;
|
|
}
|
|
|
|
.home-deal-group {
|
|
margin: 12px 0;
|
|
background: #D8262F;
|
|
border-radius: 20px;
|
|
padding: 20px 10px 10px 10px;
|
|
}
|
|
|
|
.home-deal-group .p-item {
|
|
margin: 10px 10px 0 0;
|
|
width: calc(100% / 2 - 25px);
|
|
-webkit-box-shadow: unset;
|
|
box-shadow: unset;
|
|
}
|
|
|
|
.home-deal-group .p-item:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.home-deal-group .global-btn-view {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.home-deal-group .global-btn-view::after {
|
|
-webkit-filter: brightness(100);
|
|
filter: brightness(100);
|
|
}
|
|
|
|
.home-deal-group .group-title {
|
|
color: #fff;
|
|
margin-bottom: 10px;
|
|
line-height: 30px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.home-deal-group .group-title .title {
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
text-transform: uppercase;
|
|
margin: 0 0 15px 0;
|
|
color: #FED700;
|
|
}
|
|
|
|
.home-deal-group .group-title p {
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
margin: 0 10px 0 0;
|
|
}
|
|
|
|
.home-deal-group .icon-bolt {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 0 7px 15px 0;
|
|
background-size: 375px;
|
|
background-position: -183px -180px;
|
|
-webkit-animation: tada 1.8s infinite ease-in-out;
|
|
animation: tada 1.8s infinite ease-in-out;
|
|
}
|
|
|
|
.home-box-group {
|
|
margin: 30px 0 40px 0;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.home-box-group .box-title {
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 29px;
|
|
margin: 0 0 20px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.home-box-group .box-holder-left .p-img {
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.home-box-group .box-holder-left .p-item {
|
|
padding: 16px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.home-box-group .box-holder-left .p-name {
|
|
font-size: 15px;
|
|
line-height: 24px;
|
|
margin: 0 0 12px 0;
|
|
}
|
|
|
|
.home-box-group .box-holder-left .p-price {
|
|
font-size: 24px;
|
|
line-height: 24px;
|
|
margin: 12px 0 9px 0;
|
|
}
|
|
|
|
.home-box-group .box-holder-left .p-price-group * {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.home-box-group .box-holder-right .p-item {
|
|
margin-bottom: 10px;
|
|
text-align: left;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.home-box-group .box-holder-right .p-img {
|
|
float: left;
|
|
width: 31%;
|
|
padding: 0;
|
|
margin: 0 10px 0 0;
|
|
}
|
|
|
|
.home-box-group .box-holder-right .p-img img {
|
|
position: unset;
|
|
}
|
|
|
|
.home-box-group .box-holder-right .p-text {
|
|
width: calc(100% - 31% - 10px);
|
|
float: left;
|
|
}
|
|
|
|
.home-box-group .box-holder-right .p-name {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.home-box-group .box-holder-right .p-price {
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.home-customer-comment-group {
|
|
margin: 40px 0 20px 0;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.home-customer-comment-group .box-title-group {
|
|
line-height: 32px;
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.home-customer-comment-group .box-title-group .title {
|
|
margin: 0;
|
|
text-transform: uppercase;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.home-customer-comment-group .box-title-group a {
|
|
margin: 0;
|
|
}
|
|
|
|
.home-customer-comment-group img {
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.home-customer-comment-group .image {
|
|
margin: 0 0 16px 0;
|
|
position: relative;
|
|
padding-bottom: 57.5%;
|
|
}
|
|
|
|
.home-customer-comment-group .item-name {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin: 16px 0 11px 0;
|
|
font-size: 15px;
|
|
line-height: 28px;
|
|
color: #8D8D8D;
|
|
}
|
|
|
|
.home-customer-comment-group .item-name i {
|
|
width: 28px;
|
|
height: 28px;
|
|
border-radius: 50%;
|
|
margin: 0 8px 0 0;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.home-customer-comment-group .item-name b {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.home-customer-comment-group .summary {
|
|
margin: 17px 0 0 0;
|
|
font-weight: 300;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.product-page {
|
|
padding: 13px 10px;
|
|
}
|
|
|
|
.product-page .product-holder {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.product-page .p-item {
|
|
margin: 0 10px 10px 0;
|
|
width: calc(100% / 2 - 25px);
|
|
}
|
|
|
|
.product-page .p-item:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.product-page .box-content-holder {
|
|
background: #F5F5F5;
|
|
border-radius: 8px;
|
|
margin-bottom: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.product-page .box-display {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.product-page .box-display a {
|
|
width: 25px;
|
|
height: 24px;
|
|
margin: 0 13px 6px 0;
|
|
}
|
|
|
|
.product-page .box-display p {
|
|
margin: 0 20px 6px 0;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.product-page .btn-filter {
|
|
background: #000000;
|
|
border-radius: 8px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
line-height: 46px;
|
|
height: auto !important;
|
|
width: auto !important;
|
|
color: #fff;
|
|
padding: 0 7px;
|
|
margin: 0 0 6px 0 !important;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.product-page .icon-grid {
|
|
background-position: -8px -144px;
|
|
}
|
|
|
|
.product-page .icon-grid:hover, .product-page .icon-grid.current {
|
|
background-position: -8px -180px;
|
|
}
|
|
|
|
.product-page .icon-list {
|
|
background-position: -54px -144px;
|
|
}
|
|
|
|
.product-page .icon-list:hover, .product-page .icon-list.current {
|
|
background-position: -53px -180px;
|
|
}
|
|
|
|
.product-page .icon-filter {
|
|
width: 22px;
|
|
height: 24px;
|
|
margin-right: 6px;
|
|
background-position: -99px -144px;
|
|
}
|
|
|
|
.product-page select {
|
|
background: #FFFFFF;
|
|
border: 1px solid #B7B7B7;
|
|
border-radius: 8px;
|
|
margin: 0;
|
|
height: 40px;
|
|
padding: 0 15px 0 5px;
|
|
}
|
|
|
|
.product-page .sort-by-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;
|
|
}
|
|
|
|
.product-page .sort-by-group b {
|
|
font-weight: 700;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
margin-right: 13px;
|
|
}
|
|
|
|
.product-filter-container {
|
|
position: fixed;
|
|
-webkit-transition: .3s all;
|
|
transition: .3s all;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
top: 50%;
|
|
background: #fff;
|
|
z-index: -1;
|
|
opacity: 0;
|
|
visibility: visible;
|
|
padding: 16px;
|
|
}
|
|
|
|
.product-filter-container.active {
|
|
top: 0;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
z-index: 999;
|
|
}
|
|
|
|
.product-filter-container .popup-header {
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
line-height: 24px;
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.product-filter-container .popup-body {
|
|
height: calc(100% - 104px);
|
|
overflow: auto;
|
|
}
|
|
|
|
.product-filter-container .popup-body a {
|
|
color: #000;
|
|
display: table;
|
|
line-height: 20px;
|
|
font-size: 13px;
|
|
padding-left: 30px;
|
|
position: relative;
|
|
margin-bottom: 9px;
|
|
}
|
|
|
|
.product-filter-container .popup-body a:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.product-filter-container .popup-body a::before {
|
|
content: '';
|
|
width: 15px;
|
|
height: 15px;
|
|
border: 1px solid #B7B7B7;
|
|
border-radius: 3px;
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 0;
|
|
background: #fff;
|
|
-webkit-transition: .1s all;
|
|
transition: .1s all;
|
|
}
|
|
|
|
.product-filter-container .popup-body a.current, .product-filter-container .popup-body a:hover {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.product-filter-container .popup-body a.current::after, .product-filter-container .popup-body a:hover::after {
|
|
content: "";
|
|
display: block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 1.5px;
|
|
width: 5px;
|
|
height: 9px;
|
|
border-width: 0 2px 2px 0;
|
|
border-style: solid;
|
|
border-color: #fff;
|
|
-webkit-transform-origin: bottom left;
|
|
transform-origin: bottom left;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.product-filter-container .popup-body a.current::before, .product-filter-container .popup-body a:hover::before {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.product-filter-container .popup-footer {
|
|
padding-top: 10px;
|
|
margin-top: 10px;
|
|
border-top: 1px solid #d9d9d9;
|
|
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;
|
|
}
|
|
|
|
.product-filter-container .popup-footer a {
|
|
color: #000;
|
|
line-height: 36px;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 6px;
|
|
padding: 0 15px;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.product-filter-container .popup-footer a:first-child {
|
|
color: #fff;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.product-filter-container .filter-list {
|
|
display: none;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.product-filter-container .filter-item {
|
|
padding: 13px 0;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
}
|
|
|
|
.product-filter-container .filter-item:first-child {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.product-filter-container .filter-item:last-child {
|
|
border: 0;
|
|
}
|
|
|
|
.product-filter-container .filter-title {
|
|
font-weight: 600;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.product-filter-container .filter-title::after {
|
|
content: '';
|
|
background: url(../images/icon-left.png) no-repeat center;
|
|
background-size: 5px;
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0;
|
|
-webkit-transform: rotate(-90deg);
|
|
transform: rotate(-90deg);
|
|
}
|
|
|
|
.product-filter-container .filter-title.active::after {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.product-deal-page {
|
|
margin: 16px 0;
|
|
padding: 10px;
|
|
background: #D8262F;
|
|
border-radius: 26px;
|
|
}
|
|
|
|
.product-deal-page .product-holder {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.product-deal-page .p-item {
|
|
margin: 0 10px 10px 0;
|
|
-webkit-box-shadow: unset;
|
|
box-shadow: unset;
|
|
width: calc(100% / 2 - 25px);
|
|
}
|
|
|
|
.product-deal-page .p-item:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.product-deal-page .paging {
|
|
margin: 0;
|
|
background: transparent;
|
|
}
|
|
|
|
.product-deal-page .paging a {
|
|
color: #fff;
|
|
}
|
|
|
|
.product-deal-page .paging .prev, .product-deal-page .paging .next {
|
|
-webkit-filter: invert(1);
|
|
filter: invert(1);
|
|
}
|
|
|
|
.product-deal-page .group-title {
|
|
color: #fff;
|
|
margin-bottom: 20px;
|
|
line-height: 30px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.product-deal-page .group-title .title {
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
color: #FED700;
|
|
}
|
|
|
|
.product-deal-page .group-title p {
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
margin: 0 10px 0 0;
|
|
}
|
|
|
|
.product-deal-page .icon-bolt {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 0 7px 15px 0;
|
|
background-size: 375px;
|
|
background-position: -183px -180px;
|
|
-webkit-animation: tada 1.8s infinite ease-in-out;
|
|
animation: tada 1.8s infinite ease-in-out;
|
|
}
|
|
|
|
.product-detail-page {
|
|
padding: 10px;
|
|
}
|
|
|
|
.product-detail-page .page-title {
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
line-height: 26px;
|
|
margin: 22px 0 8px 0;
|
|
}
|
|
|
|
.product-detail-page .deal-time-holder, .product-detail-page .pd-deal-group {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.product-detail-page .pd-deal-holder {
|
|
margin: 20px 0;
|
|
background: #D8262F;
|
|
color: #Fff;
|
|
border-radius: 12px;
|
|
padding: 20px 16px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.product-detail-page .pd-deal-holder p {
|
|
margin: 0;
|
|
}
|
|
|
|
.product-detail-page .pd-deal-holder b {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.product-detail-page .pd-deal-holder .title {
|
|
font-weight: 700;
|
|
font-size: 22px;
|
|
line-height: 32px;
|
|
text-transform: uppercase;
|
|
color: #FED700;
|
|
}
|
|
|
|
.product-detail-page .pd-deal-holder .icon-bolt {
|
|
width: 32px;
|
|
height: 32px;
|
|
background-position: -152px -144px;
|
|
-webkit-animation: tada 1.8s infinite ease-in-out;
|
|
animation: tada 1.8s infinite ease-in-out;
|
|
}
|
|
|
|
.product-detail-page .pd-deal-group {
|
|
position: relative;
|
|
background: #FFD0D4;
|
|
border-radius: 12px;
|
|
color: #D8262F;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
width: 100%;
|
|
max-width: 282px;
|
|
line-height: 19px;
|
|
height: 19px;
|
|
margin: 14px auto 0 auto;
|
|
}
|
|
|
|
.product-detail-page .pd-deal-group::before {
|
|
content: '';
|
|
background: url(../images/pd-icon-deal.png) no-repeat;
|
|
background-size: contain;
|
|
width: 19px;
|
|
height: 27px;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -.5px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.product-detail-page .pd-line {
|
|
background: #FED700;
|
|
border-radius: inherit;
|
|
max-width: 100%;
|
|
position: absolute;
|
|
inset: 0;
|
|
}
|
|
|
|
.product-detail-page .pd-sale-quantity {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.product-detail-page .pd-price-group {
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
color: #D8262F;
|
|
margin: 20px 0 14px 0;
|
|
}
|
|
|
|
.product-detail-page .pd-price {
|
|
font-weight: 700;
|
|
font-size: 28px;
|
|
line-height: 24px;
|
|
color: #D8262F;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.product-detail-page .pd-old-price {
|
|
font-weight: 500;
|
|
margin-right: 4px;
|
|
color: #B7B7B7;
|
|
}
|
|
|
|
.product-detail-page .pd-offer-group {
|
|
margin: 15px 0;
|
|
border: 2px dashed #D8262F;
|
|
border-radius: 15px;
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
padding: 15px 10px;
|
|
}
|
|
|
|
.product-detail-page .pd-offer-group .title {
|
|
color: #D8262F;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.product-detail-page .pd-offer-group .item {
|
|
padding-left: 16px;
|
|
position: relative;
|
|
}
|
|
|
|
.product-detail-page .pd-offer-group .item::before {
|
|
content: '';
|
|
width: 4px;
|
|
height: 4px;
|
|
border-radius: 50%;
|
|
background: #000;
|
|
position: absolute;
|
|
top: 9px;
|
|
left: 3px;
|
|
}
|
|
|
|
.product-detail-page .pd-quantity-group {
|
|
margin: 15px 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.product-detail-page .pd-quantity-group p {
|
|
font-weight: 700;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
margin: 0 15px 0 0;
|
|
}
|
|
|
|
.product-detail-page .pd-quantity-holder {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #B7B7B7;
|
|
box-shadow: 0px 0px 0px 1px #B7B7B7;
|
|
text-align: center;
|
|
width: 100px;
|
|
}
|
|
|
|
.product-detail-page .pd-quantity-holder a {
|
|
color: #000;
|
|
line-height: 40px;
|
|
width: 30px;
|
|
}
|
|
|
|
.product-detail-page .pd-quantity-holder input {
|
|
text-align: center;
|
|
font-weight: 700;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 40px;
|
|
width: 40px;
|
|
}
|
|
|
|
.product-detail-page .pd-btn-group {
|
|
margin: 20px 0 10px 0;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.product-detail-page .pd-btn-group a {
|
|
line-height: 52px;
|
|
color: #FFFFFF;
|
|
margin: 10px 0;
|
|
display: block;
|
|
border-radius: 12px;
|
|
-webkit-box-shadow: unset;
|
|
box-shadow: unset;
|
|
}
|
|
|
|
.product-detail-page .pd-btn-group a:first-child {
|
|
width: 100%;
|
|
}
|
|
|
|
.product-detail-page .pd-btn-group a:nth-child(2) {
|
|
color: #00833E;
|
|
background: #fff;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #00833E;
|
|
box-shadow: 0px 0px 0px 1px #00833E;
|
|
}
|
|
|
|
.product-detail-page .pd-btn-group a:nth-child(3) {
|
|
background: #00833E;
|
|
color: #fff;
|
|
}
|
|
|
|
.product-detail-page .pd-static-text {
|
|
font-size: 13px;
|
|
line-height: 22px;
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
padding: 0 39px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.product-detail-page .pd-static-text p {
|
|
margin: 0;
|
|
}
|
|
|
|
.product-detail-page .pd-static-text::before {
|
|
content: '';
|
|
width: 26px;
|
|
height: 26px;
|
|
background-position: -7px -4px;
|
|
}
|
|
|
|
.product-detail-page .pd-static-text a {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.product-detail-page .pd-tab-title-group {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
overflow: auto;
|
|
white-space: nowrap;
|
|
margin-bottom: 23px;
|
|
position: relative;
|
|
padding-bottom: .1px;
|
|
}
|
|
|
|
.product-detail-page .pd-tab-title-group::after {
|
|
content: '';
|
|
border-bottom: 1px solid #D9D9D9;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0px;
|
|
z-index: -1;
|
|
}
|
|
|
|
.product-detail-page .pd-tab-title-group a {
|
|
color: #8D8D8D;
|
|
font-weight: 700;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
margin: 0 26px 0 0;
|
|
padding-bottom: 6px;
|
|
position: relative;
|
|
border-bottom: 1px solid transparent;
|
|
}
|
|
|
|
.product-detail-page .pd-tab-title-group a::after {
|
|
content: '';
|
|
height: 1px;
|
|
width: 100%;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-transition: .3s all;
|
|
transition: .3s all;
|
|
position: absolute;
|
|
bottom: -1px;
|
|
}
|
|
|
|
.product-detail-page .pd-tab-title-group a.active {
|
|
border-bottom: 1px solid #D8262F;
|
|
}
|
|
|
|
.product-detail-page .pd-tab-content {
|
|
display: none;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.product-detail-page .pd-tab-content.active {
|
|
display: block;
|
|
}
|
|
|
|
.product-detail-page .pd-tab-content * {
|
|
font-family: inherit;
|
|
}
|
|
|
|
.product-detail-page .pd-desc-btn {
|
|
text-align: center;
|
|
}
|
|
|
|
.product-detail-page .pd-desc-btn a {
|
|
display: none;
|
|
color: #000;
|
|
border: 1px solid #d9d9d9;
|
|
max-width: 200px;
|
|
margin: auto;
|
|
text-align: center;
|
|
line-height: 36px;
|
|
border-radius: 6px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.product-detail-page .pd-spec-holder table {
|
|
max-width: 800px;
|
|
margin: auto;
|
|
}
|
|
|
|
.product-detail-page .pd-spec-holder tr:nth-child(odd) {
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.product-detail-page .pd-spec-holder td {
|
|
padding: 10px 12px;
|
|
}
|
|
|
|
.product-detail-page .pd-spec-holder td * {
|
|
margin: 0;
|
|
}
|
|
|
|
.pd-image-large {
|
|
margin-bottom: 11px;
|
|
}
|
|
|
|
.pd-image-large .item {
|
|
display: block;
|
|
position: relative;
|
|
padding-bottom: 100%;
|
|
}
|
|
|
|
.pd-image-gallery {
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
.pd-image-gallery .current .item {
|
|
border-color: #D8262F;
|
|
}
|
|
|
|
.pd-image-gallery .item {
|
|
position: relative;
|
|
display: block;
|
|
padding-bottom: 100%;
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
border: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.pd-variant-option-group tr {
|
|
display: block;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.pd-variant-option-group td {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.pd-variant-option-group a {
|
|
color: #000;
|
|
display: block;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #DEDEDE;
|
|
box-shadow: 0px 0px 0px 1px #DEDEDE;
|
|
background: #fff;
|
|
padding: 0 15px;
|
|
margin: 0 10px 10px 0;
|
|
border-radius: 3px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.pd-variant-option-group .selected {
|
|
color: #fff;
|
|
-webkit-box-shadow: unset;
|
|
box-shadow: unset;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-option-label {
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
line-height: 30px;
|
|
min-width: 70px;
|
|
margin-top: -6px;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-option-value-box {
|
|
display: inline-block;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-color a {
|
|
width: 30px;
|
|
height: 30px;
|
|
display: block;
|
|
font-size: 0;
|
|
border-radius: 50%;
|
|
margin: 0 11px 11px 0;
|
|
-webkit-box-shadow: 0px 0px 0px 1px #DEDEDE;
|
|
box-shadow: 0px 0px 0px 1px #DEDEDE;
|
|
position: relative;
|
|
padding: 0;
|
|
line-height: 0;
|
|
}
|
|
|
|
.pd-variant-option-group .variant-color .selected::before {
|
|
content: '';
|
|
width: 36px;
|
|
height: 36px;
|
|
border-radius: 50%;
|
|
-webkit-box-shadow: 0px 0px 0px 1.5px #D8262F;
|
|
box-shadow: 0px 0px 0px 1.5px #D8262F;
|
|
position: absolute;
|
|
top: -3px;
|
|
left: -3px;
|
|
}
|
|
|
|
.pd-related-container {
|
|
margin: 20px 0;
|
|
padding-top: 20px;
|
|
border-top: 1px solid #D9D9D9;
|
|
}
|
|
|
|
.pd-related-container .title {
|
|
text-align: center;
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 30px;
|
|
text-transform: uppercase;
|
|
margin: 0 0 18px 0;
|
|
}
|
|
|
|
.pd-related-container .p-item {
|
|
-webkit-box-shadow: unset;
|
|
box-shadow: unset;
|
|
border: 1px solid #d9d9d9;
|
|
}
|
|
|
|
.cart-page {
|
|
padding: 16px 10px 0 10px;
|
|
}
|
|
|
|
.cart-page .cart-box-group {
|
|
border-top: 4px solid #D8262F;
|
|
margin-bottom: 16px;
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.cart-page .cart-box-group p {
|
|
margin: 0;
|
|
padding: 11px 10px;
|
|
background: #F5F5F5;
|
|
}
|
|
|
|
.cart-page .cart-box-group a {
|
|
color: #D8262F;
|
|
-webkit-text-decoration-line: underline;
|
|
text-decoration-line: underline;
|
|
font-weight: 700;
|
|
display: inline-block;
|
|
}
|
|
|
|
.cart-page .cart-box-hidden {
|
|
display: none;
|
|
}
|
|
|
|
.cart-page .cart-box-hidden * {
|
|
display: block;
|
|
border-radius: 3px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin: 13px 0 0 0;
|
|
}
|
|
|
|
.cart-page .cart-box-hidden input {
|
|
background: #FFFFFF;
|
|
border: 1px solid #D9D9D9;
|
|
padding: 0 14px;
|
|
color: #8D8D8D;
|
|
width: calc(100% - 29px);
|
|
}
|
|
|
|
.cart-page .cart-box-hidden a {
|
|
display: block;
|
|
max-width: 165px;
|
|
background: #D8262F;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.cart-page .cart-price-group {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
line-height: 20px;
|
|
margin: 14px 0;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.cart-page .cart-price-group p {
|
|
margin: 0;
|
|
}
|
|
|
|
.cart-page .cart-price-group b {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.cart-page .cart-total-price {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.cart-page .cart-btn-group {
|
|
text-align: center;
|
|
}
|
|
|
|
.cart-page .cart-btn-group a {
|
|
font-weight: 500;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.cart-page .btn-submit {
|
|
display: block;
|
|
margin: 15px 0;
|
|
width: 100%;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
background: #D8262F;
|
|
border-radius: 3px;
|
|
color: #fff;
|
|
border: 0;
|
|
padding: 0;
|
|
height: 40px;
|
|
}
|
|
|
|
.cart-info-group {
|
|
margin: 16px 0;
|
|
}
|
|
|
|
.cart-info-group:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.cart-info-group .box-item, .cart-info-group .payment-item {
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
.cart-info-group .title {
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.cart-info-group .box-item input, .cart-info-group .box-item select {
|
|
width: calc(100% - 29px);
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #FFFFFF;
|
|
border: 1px solid #D9D9D9;
|
|
border-radius: 8px;
|
|
display: block;
|
|
}
|
|
|
|
.cart-info-group .box-item input {
|
|
padding: 0 14px;
|
|
color: #8D8D8D;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.cart-info-group .box-item select {
|
|
margin: 0 0 10px 0;
|
|
width: 100%;
|
|
display: block;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.cart-info-group .box-item select:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.cart-info-group .cart-summary-group {
|
|
background: #F5F5F5;
|
|
padding: 16px;
|
|
}
|
|
|
|
.cart-info-group .item-row {
|
|
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;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
padding: 16px 0;
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.cart-info-group .item-row:first-child {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.cart-info-group .p-img {
|
|
width: 92px;
|
|
margin-right: 26px;
|
|
text-align: center;
|
|
}
|
|
|
|
.cart-info-group .p-img img {
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
.cart-info-group .p-img a {
|
|
font-weight: 300;
|
|
font-size: 16px;
|
|
line-height: 19px;
|
|
color: #8D8D8D;
|
|
display: inline-block;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.cart-info-group .p-text {
|
|
width: calc(100% - 118px);
|
|
}
|
|
|
|
.cart-info-group .p-name {
|
|
display: block;
|
|
line-height: 20px;
|
|
color: #000;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.cart-info-group .p-price {
|
|
font-weight: 600;
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
color: #D8262F;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.cart-info-group .p-variant-item {
|
|
line-height: 24px;
|
|
margin: 10px 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.cart-info-group .p-variant-item span {
|
|
width: 26px;
|
|
height: 26px;
|
|
border-radius: 50%;
|
|
border: 1px solid #DEDEDE;
|
|
margin: 0 15px;
|
|
position: relative;
|
|
}
|
|
|
|
.cart-info-group .p-variant-item span::before {
|
|
content: '';
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
border: solid 2px #D8262F;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.cart-info-group .p-variant-item b {
|
|
background-color: #D8262F;
|
|
color: #fff;
|
|
padding: 2px 10px;
|
|
border-radius: 3px;
|
|
margin: 0 15px;
|
|
text-align: center;
|
|
min-width: 37px;
|
|
}
|
|
|
|
.cart-info-group .p-quantity-group {
|
|
margin: 12px 0 0 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.cart-info-group .p-quantity-group p {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
|
|
.cart-info-group .p-quantity-group input {
|
|
background: #FFFFFF;
|
|
border: 1px solid #999999;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
height: 33px;
|
|
width: 55px;
|
|
}
|
|
/*# sourceMappingURL=mobile_css.css.map */ |