Files
giao_dien_web_mau/demo-thoitrang-1/scss/mobile_css.css

3144 lines
58 KiB
CSS
Raw Normal View History

2023-04-06 14:19:39 +07:00
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;
2023-04-10 17:06:38 +07:00
-webkit-text-size-adjust: 100%;
2023-04-06 14:19:39 +07:00
}
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%;
2023-04-10 17:06:38 +07:00
width: auto;
2023-04-06 14:19:39 +07:00
height: auto;
}
.clearfix::after {
content: '';
clear: both;
display: block;
}
.clear {
clear: both;
}
button, input, select {
outline: none !important;
color: #000;
}
2023-04-10 17:06:38 +07:00
select {
border-radius: 0;
background: #fff;
}
2023-04-06 14:19:39 +07:00
textarea {
font-family: inherit;
}
table {
width: 100% !important;
-webkit-overflow-scrolling: touch;
border-collapse: collapse;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select, textarea, input {
font-size: 16px;
}
}
iframe {
max-width: 100%;
display: block;
border: 0;
width: 100%;
margin: auto;
}
.text-white {
color: #fff;
}
.text-10 {
font-size: 10px;
}
.text-11 {
font-size: 11px;
}
.text-12 {
font-size: 12px;
}
.text-13 {
font-size: 13px;
}
.text-14 {
font-size: 14px;
}
.text-15 {
font-size: 15px;
}
.text-16 {
font-size: 16px;
}
.text-17 {
font-size: 17px;
}
.text-18 {
font-size: 18px;
}
.text-19 {
font-size: 19px;
}
.text-20 {
font-size: 20px;
}
.text-21 {
font-size: 21px;
}
.text-22 {
font-size: 22px;
}
.text-24 {
font-size: 24px;
}
.text-28 {
font-size: 28px;
}
.text-30 {
font-size: 30px;
}
.text-36 {
font-size: 36px;
}
.line-height-2 {
line-height: 2;
}
.line-22 {
line-height: 22px;
}
.blue {
color: #005BAD;
}
.blue-2 {
color: #1988EC;
}
.blue-light {
color: #00FFF0;
}
.orange {
color: #FE7801;
}
2023-04-10 17:06:38 +07:00
.red, .global-footer .col-left a:hover, .product-filter-container a:hover, .cart-edit-container .item-price {
color: #FF0000;
2023-04-06 14:19:39 +07:00
}
.grey {
color: #999;
}
.yellow {
color: #fdb813;
}
2023-04-10 17:06:38 +07:00
.color-main {
color: #FF0000;
2023-04-06 14:19:39 +07:00
}
.black {
color: #222;
}
.green {
color: #29A07E;
}
.bg-blue {
background: #005BAD;
}
.bg-red {
background: #D91605;
}
.bg-green {
background: #29A07E;
}
2023-04-10 17:06:38 +07:00
.bg-main {
background: #FF0000;
2023-04-06 14:19:39 +07:00
}
.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 {
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;
}
2023-04-10 17:06:38 +07:00
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
2023-04-06 14:19:39 +07:00
.bg-orange {
background: #ff9219;
}
.font-100 {
font-weight: 100;
}
.font-200 {
font-weight: 200;
}
.font-300 {
font-weight: 300;
}
.font-400 {
font-weight: 400;
}
.font-500 {
font-weight: 500;
}
.font-600 {
font-weight: 600;
}
.font-700 {
font-weight: 700;
}
.font-800 {
font-weight: 800;
}
.font-900 {
font-weight: 900;
}
.text-underline {
text-decoration: underline;
}
.font-italic {
font-style: italic;
}
.border-bottom {
border-bottom: 1px solid #ccc;
}
.pb-1, .py-1 {
padding-bottom: 0.25rem !important;
}
2023-04-10 17:06:38 +07:00
.fit-img, .p-item img, .footer-brand-group img {
2023-04-06 14:19:39 +07:00
width: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
display: block;
}
.autocomplete-suggestions {
position: absolute;
width: 100%;
border: solid 1px #ddd;
right: 0;
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);
2023-04-10 17:06:38 +07:00
width: 85px;
height: 14px;
2023-04-06 14:19:39 +07:00
display: inline-block;
background-repeat: no-repeat;
2023-04-10 17:06:38 +07:00
background-size: 85px 90px;
2023-04-06 14:19:39 +07:00
vertical-align: sub;
}
.icon-star.star-1 {
2023-04-10 17:06:38 +07:00
background-position: -2px -74px;
2023-04-06 14:19:39 +07:00
}
.icon-star.star-2 {
2023-04-10 17:06:38 +07:00
background-position: -2px -56px;
2023-04-06 14:19:39 +07:00
}
.icon-star.star-3 {
2023-04-10 17:06:38 +07:00
background-position: -2px -38px;
2023-04-06 14:19:39 +07:00
}
.icon-star.star-4 {
2023-04-10 17:06:38 +07:00
background-position: -2px -20px;
2023-04-06 14:19:39 +07:00
}
.icon-star.star-5, .icon-star.star-0 {
2023-04-10 17:06:38 +07:00
background-position: -2px -2px;
2023-04-06 14:19:39 +07:00
}
.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 {
text-overflow: ellipsis;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
2023-04-10 17:06:38 +07:00
.line-clamp-4, .home-customer-comment-group .summary {
2023-04-06 14:19:39 +07:00
text-overflow: ellipsis;
-webkit-line-clamp: 4;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-5 {
text-overflow: ellipsis;
-webkit-line-clamp: 5;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.fancybox-slide--video {
padding: 10px;
}
.fancybox-thumbs__list a {
height: 90px;
background-size: 80%;
background-color: #fff;
-webkit-transition: unset;
transition: unset;
}
.fancybox-thumbs__list a:before {
border: 3px solid #FF848D;
}
.btn-html-content {
text-align: center;
padding: 16px;
}
.btn-html-content a {
display: none;
line-height: 36px;
background: #FFFFFF;
color: #1988EC;
-webkit-box-shadow: 0px 0px 0px 1px #1988EC;
box-shadow: 0px 0px 0px 1px #1988EC;
border-radius: 10px;
font-size: 16px;
font-weight: 600;
margin: auto;
max-width: 126px;
width: 100%;
-webkit-transition: .15s all;
transition: .15s all;
font-size: 13px;
}
.btn-html-content a:hover {
background: #1988EC;
color: #fff;
}
.btn-html-content a i {
margin-left: 4px;
}
.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;
}
2023-04-10 17:06:38 +07:00
.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: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
2023-04-06 14:19:39 +07:00
.global-breadcrumb {
2023-04-10 17:06:38 +07:00
font-size: 15px;
line-height: 18px;
padding-top: 6px;
padding-bottom: 20px;
2023-04-06 14:19:39 +07:00
}
.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;
2023-04-10 17:06:38 +07:00
font-weight: 500;
2023-04-06 14:19:39 +07:00
}
.paging a {
2023-04-10 17:06:38 +07:00
width: 36px;
height: 36px;
line-height: 36px;
2023-04-06 14:19:39 +07:00
text-align: center;
2023-04-10 17:06:38 +07:00
border: 1px solid #000000;
color: #000;
background-color: #fff;
margin: 0 1px;
-webkit-transition: .12s all;
transition: .12s all;
2023-04-06 14:19:39 +07:00
}
2023-04-10 17:06:38 +07:00
.paging a:hover, .paging a.current {
background-color: #000;
2023-04-06 14:19:39 +07:00
color: #fff;
border-color: transparent;
}
2023-04-10 17:06:38 +07:00
.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;
}
.icons, .paging .prev::before, .paging .next::before, .product-page .icon-filter::before, .product-filter-container .filter-title::after, .product-detail-page .pd-btn-size::before, .pd-image-group .icon-zoom::before, .cart-step-1 .voucher-holder::before, .cart-step-1 .btn-back-home::after {
2023-04-06 14:19:39 +07:00
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 {
2023-04-10 17:06:38 +07:00
left: -36px;
2023-04-06 14:19:39 +07:00
}
.custom-nav .owl-nav .owl-next {
2023-04-10 17:06:38 +07:00
right: -36px;
2023-04-06 14:19:39 +07:00
}
.custom-nav .owl-nav .arrow {
2023-04-10 17:06:38 +07:00
width: 22px;
height: 40px;
2023-04-06 14:19:39 +07:00
display: block;
background: url(../images/arrow-left.png) no-repeat;
background-position: center;
2023-04-10 17:06:38 +07:00
background-size: 22px 40px;
2023-04-06 14:19:39 +07:00
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 .owl-dot span {
2023-04-10 17:06:38 +07:00
margin: 0 5px;
width: 10px;
height: 10px;
2023-04-06 14:19:39 +07:00
border-radius: 50px;
2023-04-10 17:06:38 +07:00
background: #d9d9d9;
2023-04-06 14:19:39 +07:00
}
2023-04-10 17:06:38 +07:00
.custom-dots .owl-dots .owl-dot.active span {
background: #FF0000;
2023-04-06 14:19:39 +07:00
}
.p-item {
background: #FFFFFF;
overflow: hidden;
2023-04-10 17:06:38 +07:00
font-size: 13px;
line-height: 18px;
2023-04-06 14:19:39 +07:00
position: relative;
}
.p-item p {
margin: 0;
}
.p-item img {
2023-04-10 17:06:38 +07:00
-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;
2023-04-06 14:19:39 +07:00
}
.p-item .p-img {
display: block;
position: relative;
2023-04-10 17:06:38 +07:00
padding-bottom: 134%;
2023-04-06 14:19:39 +07:00
overflow: hidden;
}
.p-item .p-text {
2023-04-10 17:06:38 +07:00
padding: 10px 0;
2023-04-06 14:19:39 +07:00
}
2023-04-10 17:06:38 +07:00
.p-item .p-type-group {
2023-04-06 14:19:39 +07:00
position: absolute;
2023-04-10 17:06:38 +07:00
top: 0;
left: 0;
2023-04-06 14:19:39 +07:00
z-index: 1;
2023-04-10 17:06:38 +07:00
}
.p-item .p-type-new {
display: block;
background: #3EC7F2;
line-height: 24px;
padding: 0 6px;
font-weight: 600;
font-size: 10px;
}
.p-item .p-discount, .p-item .p-deal-discount {
background: #FF833E;
display: block;
font-weight: 600;
font-size: 10px;
line-height: 20px;
color: #000;
padding: 3px 6px 0px 6px;
2023-04-06 14:19:39 +07:00
text-align: center;
}
2023-04-10 17:06:38 +07:00
.p-item .p-discount::before, .p-item .p-deal-discount::before {
content: '';
background: url(../images/icon-discount.png) no-repeat;
background-size: 15px 20px;
width: 15px;
height: 20px;
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: 15px 20px;
}
2023-04-06 14:19:39 +07:00
.p-item .p-name {
display: block;
color: #000;
2023-04-10 17:06:38 +07:00
margin-bottom: 10px;
min-height: 36px;
2023-04-06 14:19:39 +07:00
}
.p-item .p-price-group {
2023-04-10 17:06:38 +07:00
line-height: 20px;
}
.p-item .p-price-group * {
display: inline-block;
margin: 0;
2023-04-06 14:19:39 +07:00
}
.p-item .p-price {
font-weight: 600;
2023-04-10 17:06:38 +07:00
font-size: 16px;
margin-right: 5px;
color: #FF0000;
2023-04-06 14:19:39 +07:00
}
.p-item .p-old-price {
2023-04-10 17:06:38 +07:00
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
color: #959595;
2023-04-06 14:19:39 +07:00
}
.p-item .p-deal-group {
font-size: 10px;
2023-04-10 17:06:38 +07:00
line-height: 20px;
margin: 10px 0 0 0;
2023-04-06 14:19:39 +07:00
}
.p-item .p-sale-quantity {
2023-04-10 17:06:38 +07:00
margin: 3px 0 0 0;
2023-04-06 14:19:39 +07:00
}
.p-item .p-line-holder {
2023-04-10 17:06:38 +07:00
background: #F0F0F0;
height: 10px;
2023-04-06 14:19:39 +07:00
position: relative;
}
.p-item .p-line {
position: absolute;
left: 0;
top: 0;
bottom: 0;
max-width: 100%;
2023-04-10 17:06:38 +07:00
background: #FFD600;
}
.global-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
right: 0;
z-index: 99;
background: #fff;
padding: 10px;
}
.global-header .col-left, .global-header .col-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.global-header .logo {
max-width: 93px;
}
.global-header .logo img {
display: block;
}
.global-header .icons, .global-header .paging .prev::before, .paging .global-header .prev::before, .global-header .paging .next::before, .paging .global-header .next::before, .global-header .product-page .icon-filter::before, .product-page .global-header .icon-filter::before, .global-header .product-filter-container .filter-title::after, .product-filter-container .global-header .filter-title::after, .global-header .product-detail-page .pd-btn-size::before, .product-detail-page .global-header .pd-btn-size::before, .global-header .pd-image-group .icon-zoom::before, .pd-image-group .global-header .icon-zoom::before, .global-header .cart-step-1 .voucher-holder::before, .cart-step-1 .global-header .voucher-holder::before, .global-header .cart-step-1 .btn-back-home::after, .cart-step-1 .global-header .btn-back-home::after {
width: 26px;
height: 26px;
margin-left: 15px;
}
.global-header .icons:first-child, .global-header .paging .prev:first-child::before, .paging .global-header .prev:first-child::before, .global-header .paging .next:first-child::before, .paging .global-header .next:first-child::before, .global-header .product-page .icon-filter:first-child::before, .product-page .global-header .icon-filter:first-child::before, .global-header .product-filter-container .filter-title:first-child::after, .product-filter-container .global-header .filter-title:first-child::after, .global-header .product-detail-page .pd-btn-size:first-child::before, .product-detail-page .global-header .pd-btn-size:first-child::before, .global-header .pd-image-group .icon-zoom:first-child::before, .pd-image-group .global-header .icon-zoom:first-child::before, .global-header .cart-step-1 .voucher-holder:first-child::before, .cart-step-1 .global-header .voucher-holder:first-child::before, .global-header .cart-step-1 .btn-back-home:first-child::after, .cart-step-1 .global-header .btn-back-home:first-child::after {
margin: 0;
}
.global-header .icon-search {
background-position: -9px -9px;
display: block;
}
.global-header .icon-search.active {
background-position: -175px -48px;
}
.global-header .icon-user {
display: block;
background-position: -60px -9px;
}
.global-header .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 .icon-cart {
background-position: -159px -9px;
position: relative;
}
.global-header .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 .icon-menu {
min-width: 26px;
margin-right: 24px !important;
background-position: -216px -4px;
}
.header-search-group {
position: absolute;
top: 70px;
left: 10px;
right: 10px;
z-index: -3;
background: #fff;
opacity: 0;
visibility: hidden;
-webkit-transition: .3s all;
transition: .3s all;
}
.header-search-group.active {
top: 100%;
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: 40px;
width: calc(100% - 40px);
}
.header-search-group .btn-search {
border: 0;
padding: 0;
margin: 0;
width: 40px;
height: 40px;
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: 4px;
}
.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 {
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;
width: 100%;
height: 44px;
overflow: hidden;
}
.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-page .icon-filter::before, .product-page .header-policy-group .icon-filter::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-group .icon-zoom::before, .pd-image-group .header-policy-group .icon-zoom::before, .header-policy-group .cart-step-1 .voucher-holder::before, .cart-step-1 .header-policy-group .voucher-holder::before, .header-policy-group .cart-step-1 .btn-back-home::after, .cart-step-1 .header-policy-group .btn-back-home::after {
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 a {
color: #000;
}
.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 .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.global-footer .row img {
display: block;
margin: 7px auto;
max-width: 93px;
}
.global-footer .col-left, .global-footer .col-right {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px auto;
}
.global-footer .col-left a {
margin-right: 36px;
text-transform: uppercase;
font-size: 16px;
line-height: 19px;
text-align: center;
}
.global-footer .col-left a:last-child {
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-page .icon-filter::before, .product-page .global-footer .icon-filter::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-group .icon-zoom::before, .pd-image-group .global-footer .icon-zoom::before, .global-footer .cart-step-1 .voucher-holder::before, .cart-step-1 .global-footer .voucher-holder::before, .global-footer .cart-step-1 .btn-back-home::after, .cart-step-1 .global-footer .btn-back-home::after {
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;
}
.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;
}
.footer-brand-group a {
display: block;
position: relative;
padding-bottom: 34px;
}
.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: 42px;
background: rgba(255, 255, 255, 0.8);
color: #000000;
font-size: 13px;
text-transform: uppercase;
width: 100%;
max-width: 200px;
text-align: center;
}
.footer-bottom-group {
background: #000000;
color: #fff;
font-size: 13px;
line-height: 16px;
padding: 11px 0;
text-align: center;
}
.footer-bottom-group p {
width: 100%;
margin: 0 0 10px 0 !important;
}
.footer-bottom-group .icon-payment {
margin: auto;
max-width: 230px;
width: 100%;
height: 22px;
border-radius: 0;
-webkit-filter: unset !important;
filter: unset !important;
background-position: -10px -430px;
background-size: 500px;
background-color: transparent;
}
.homepage .home-banner-group {
margin-bottom: 20px;
min-height: 150px;
}
.homepage .home-deal-group {
margin: 20px 0;
}
.homepage .box-btn {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
font-weight: 300;
line-height: 30px;
color: #000;
display: block;
margin: 13px auto 18px auto;
text-align: center;
}
.homepage .product-holder {
position: relative;
min-height: 300px;
}
.homepage .home-deal-group .box-btn {
margin-bottom: 0;
}
.home-deal-group, .product-deal-page {
margin: 30px 0;
}
.home-deal-group .group-title, .product-deal-page .group-title {
font-weight: 300;
line-height: 30px;
margin-bottom: 23px;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.home-deal-group .group-title p, .product-deal-page .group-title p {
margin: 0;
width: 100%;
}
.home-deal-group .group-title .title, .product-deal-page .group-title .title {
font-weight: 600;
font-size: 32px;
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 -144px;
position: relative;
top: 11px;
}
.home-deal-group .deal-time-holder, .product-deal-page .deal-time-holder {
font-weight: 700;
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;
line-height: 30px;
margin-left: 5px;
}
.home-deal-group .deal-countdown b, .product-deal-page .deal-countdown b {
margin: 0 8px;
background: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#000000));
background: linear-gradient(180deg, #595959 0%, #000000 100%);
color: #fff;
position: relative;
min-width: 30px;
text-align: center;
}
.home-deal-group .deal-countdown b::before, .product-deal-page .deal-countdown b::before {
content: ':';
line-height: 30px;
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 img {
display: block;
margin: auto;
}
.banner-under-deal .col-left a {
margin: 0 10px 8px 0;
width: calc(100% / 2 - 5px);
}
.banner-under-deal .col-left a:nth-child(2n) {
margin-right: 0;
}
.home-product-group {
margin: 30px 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: 24px;
line-height: 30px;
margin: 0 0 7px 0;
text-align: center;
}
.banner-under-product {
margin: 30px 0;
}
.banner-under-product img {
display: block;
}
.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: 24px;
line-height: 30px;
margin: 0 0 18px 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 {
line-height: 30px;
}
.home-customer-comment-group .item-name b {
font-weight: 700;
}
.home-customer-comment-group .summary {
margin: 5px 0;
font-weight: 300;
line-height: 20px;
}
.product-page {
padding-bottom: 30px;
}
.product-page select {
height: 26px;
font-size: 16px;
border: 0;
padding: 0 10px;
}
.product-page .page-title {
font-weight: 700;
font-size: 20px;
line-height: 20px;
margin: 0 0 20px 0;
}
.product-page .sort-group {
margin: 20px 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 10px 27px 0;
width: calc(100% / 2 - 5px);
}
.product-page .p-item:nth-child(2n) {
margin-right: 0;
}
.product-page .icon-filter {
font-size: 16px;
line-height: 26px;
color: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.product-page .icon-filter::before {
content: '';
width: 26px;
height: 26px;
background-position: -126px -140px;
}
.product-filter-container {
height: calc(100% - 96px);
overflow: auto;
font-size: 14px;
}
.product-filter-container a {
line-height: 26px;
color: #000000;
display: block;
position: relative;
}
.product-filter-container .filter-item {
padding: 15px 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;
font-weight: 700;
font-size: inherit;
line-height: 20px;
margin: 0;
cursor: pointer;
font-size: 15px;
text-transform: uppercase;
}
.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: 12px 0 0 2px;
}
.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: 3px;
}
.product-filter-container .filter-list .current {
color: #FF0000;
}
.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: 6px;
top: 6px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.filter-container {
position: fixed;
top: 0;
bottom: 0;
left: -100%;
z-index: -1;
-webkit-transition: .3s all;
transition: .3s all;
background: #fff;
padding: 10px;
}
.filter-container.show-filter {
z-index: 99;
left: 0;
right: 0;
}
.filter-container .filter-header {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
border-bottom: 1px solid #EBEBEB;
padding-bottom: 10px;
margin: 0 0 7px 0;
}
.filter-container .filter-bottom {
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;
border-top: 1px solid #EBEBEB;
padding-top: 10px;
margin: 7px 0 0 0;
}
.filter-container .filter-bottom a {
-webkit-box-shadow: 0px 0px 0px 1px #EBEBEB;
box-shadow: 0px 0px 0px 1px #EBEBEB;
border-radius: 4px;
line-height: 36px;
margin-left: 15px;
padding: 0 20px;
color: #000;
}
.filter-container .filter-bottom a:first-child {
color: #fff;
-webkit-box-shadow: unset;
box-shadow: unset;
background: #EE6A6A;
}
.product-deal-page {
margin: 0 0 30px 0;
}
.product-detail-page {
padding-bottom: 30px;
}
.product-detail-page .page-title {
font-weight: 600;
font-size: 20px;
line-height: 24px;
margin-bottom: 12px;
}
.product-detail-page .pd-summary-group {
font-weight: 300;
line-height: 18px;
margin: 12px 0 18px 0;
font-size: 13px;
}
.product-detail-page .pd-btn-size {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
font-weight: 300;
line-height: 18px;
font-size: 13px;
color: #000;
display: block;
margin: 0 0 -8px 0;
}
.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 {
margin: 40px 0 30px 0;
}
.product-detail-page .home-product-group .box-title-group {
text-align: left;
margin-bottom: 15px;
}
.product-detail-page .home-product-group .title {
margin: 0;
}
.product-detail-page .pd-variant-group {
text-align: right;
}
.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;
font-size: 13px;
}
.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-group {
margin-bottom: 25px;
}
.pd-image-group a {
position: relative;
display: block;
}
.pd-image-group .icon-zoom {
width: 38px !important;
height: 38px;
border-radius: 50%;
background: #fff;
position: absolute;
left: 8px;
bottom: 13px;
}
.pd-image-group .icon-zoom::before {
content: '';
display: block;
height: 100%;
background-position: -116px -170px;
}
.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: 17px 0;
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: 20px;
margin-right: 9px;
}
.pd-price-group .pd-old-price {
color: #959595;
}
.pd-price-group a {
font-size: 13px;
color: #000000;
}
.pd-deal-holder {
margin: 17px 0 10px 0;
}
.pd-deal-holder .group-title {
background: #FFD600;
padding: 10px 8px;
margin-bottom: 15px;
}
.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 {
text-align: left;
}
.pd-variant-option-group tr {
margin-bottom: 20px;
display: block;
width: 100%;
}
.pd-variant-option-group tr:last-child {
margin-bottom: 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;
font-size: 13px;
}
.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 {
margin-bottom: 30px;
}
.pd-btn-group a {
display: block;
margin: 6px 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: 13px;
line-height: 42px;
color: #000;
}
.pd-btn-group a:first-child {
background: #000;
color: #fff;
margin-top: 14px;
}
.rating-selection {
display: inline-block;
}
.rating-selection .title {
float: right;
margin-right: 10px;
}
.rating-selection label {
float: right;
}
.rating-selection input {
opacity: 0;
}
.rating-selection label {
position: relative;
float: right;
display: block;
width: 17px;
height: 17px;
background: url("../images/star_rating.png") 0 -28px;
margin: 0 3px;
}
.rating-selection label.active, .rating-selection label.active ~ label {
background-position: 0 18px;
}
.rating-selection label:hover ~ label, .rating-selection label:hover {
background-position: 0 0 !important;
}
.pd-comment-container .rating-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 15px;
}
.pd-comment-container .rating-holder p {
margin: 0 10px 0 0;
}
.pd-comment-container .box-title-group {
padding: 0;
border: 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: 10px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-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: 40px;
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: 13px;
max-width: 192px;
width: 100%;
color: #000;
margin-bottom: 10px;
}
.pd-comment-container .box-left {
margin-bottom: 15px;
}
.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 {
display: none;
}
.pd-comment-container .pd-form-group textarea, .pd-comment-container .pd-form-group input {
display: block;
width: calc(100% - 21px);
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 img {
display: block;
}
.cart-page input, .cart-page textarea, .cart-page select {
border-radius: 0;
}
.cart-page .cart-tbl-info {
background: #EBEBEB;
font-size: 13px;
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;
}
.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: 16px;
}
.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: 10px 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;
font-size: 13px;
line-height: 18px;
position: relative;
}
.cart-page .item-row a {
display: block;
color: #000;
}
.cart-page .item-row .p-img {
width: 32%;
margin-right: 11px;
}
.cart-page .item-row .item-text {
width: calc(100% - 32% - 41px);
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;
padding-right: 30px;
}
.cart-page .item-row .p-name {
margin-bottom: 7px;
}
.cart-page .item-row .p-price {
color: #FF0000;
font-weight: 600;
font-size: 16px;
line-height: 20px;
margin: 7px 0;
}
.cart-page .item-row .p-variant {
text-transform: uppercase;
margin: 7px 0 13px 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: absolute;
top: 10px;
right: 0;
}
.cart-step-1 .box-title {
font-size: 20px;
line-height: 20px;
margin-bottom: 10px;
}
.cart-step-1 .box-title p {
margin: 0;
}
.cart-step-1 .box-title p:last-child {
font-size: 13px;
}
.cart-step-1 .voucher-holder {
position: relative;
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;
}
.cart-step-1 .voucher-holder::before {
content: '';
width: 20px;
height: 20px;
position: absolute;
top: 15px;
left: 0;
background-position: -171px -144px;
}
.cart-step-1 .voucher-holder input {
width: calc(100% - 40px);
height: 50px;
border: 0;
padding: 0 10px 0 30px;
margin: 0 0 15px 0;
border-bottom: 1px solid #E8E8E8;
color: #959595;
font-weight: 300;
}
.cart-step-1 .voucher-holder .voucher-note {
color: #FF0000;
line-height: 19px;
width: 100%;
margin: 0;
}
.cart-step-1 .icon-right {
width: 22px;
height: 20px;
padding: 0;
margin: 0;
border: 0;
background-color: #fff;
background-position: -214px -53px;
position: absolute;
top: 15px;
right: 0;
}
.cart-step-1 .btn-back-home {
display: block;
margin: 15px 0 25px 0;
position: relative;
}
.cart-step-1 .btn-back-home::after {
content: '';
width: 22px;
height: 20px;
padding: 0;
margin: 0;
border: 0;
background-color: #fff;
background-position: -214px -53px;
position: absolute;
right: 0;
}
.cart-edit-container {
display: none;
}
.cart-edit-container .edit-holder {
width: calc(100% - 40px);
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #fff;
z-index: 100;
padding: 16px 10px;
}
.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: 33%;
margin-right: 12px;
}
.cart-edit-container .item-text {
width: calc(100% - 33% - 47px);
padding-right: 35px;
}
.cart-edit-container .item-name {
display: block;
color: #000;
font-size: 13px;
line-height: 18px;
margin-bottom: 7px;
}
.cart-edit-container .item-price {
font-weight: 600;
font-size: 16px;
line-height: 20px;
margin: 0 0 7px 0;
}
.cart-edit-container .icon-delete {
display: block;
width: 20px;
height: 20px;
margin: auto 0 12px auto;
background-position: -178px -53px;
position: absolute;
right: 10px;
}
.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 .pd-variant-option-group tr {
margin: 0;
}
.cart-edit-container .pd-variant-option-group td {
margin: 5px 0 0 0;
}
.cart-edit-container .variant-option-value-box a {
padding: 0px 20px;
margin-right: 9px;
}
.cart-edit-container .variant-color .variant-option-value-box a {
margin: 0 16px 10px 0;
}
.cart-edit-container .variant-color .variant-option-value-box .selected::before {
top: -4px;
}
.cart-step-2 {
display: block;
font-size: 13px;
line-height: 16px;
}
.cart-step-2 .box-title {
border: 1px solid #D9D9D9;
margin-bottom: 20px;
padding: 16px;
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;
}
.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;
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 {
border: 0;
height: 40px;
padding: 0;
margin: 0;
color: #fff;
background: #000;
font-weight: 600;
font-size: 13px;
width: 100%;
max-width: 190px;
}
.cart-step-2 .payment-item {
margin: 33px 0;
}
.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: 13px;
line-height: 20px;
margin-top: 15px;
}
.cart-info-holder {
margin-bottom: 35px;
}
.cart-info-holder .title {
font-weight: 600;
font-size: 18px;
line-height: 22px;
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%;
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 select {
border: 0;
border-bottom: 1px solid #D9D9D9;
margin: 30px 0 0 0;
line-height: 19px;
padding: 0;
width: 100%;
}
.cart-summary-group {
font-size: 13px;
font-weight: 700;
line-height: 30px;
}
.cart-summary-group a {
display: inline-block;
color: #000;
}
.cart-summary-group .title {
font-weight: 600;
font-size: 24px;
line-height: 29px;
margin: 0 0 8px 0;
}
.cart-summary-group tr:first-child td {
font-size: 13px;
}
.cart-summary-group td {
border-bottom: 1px solid #D9D9D9;
padding: 15px 0;
}
.cart-summary-group td:nth-child(1) {
font-size: 15px;
}
.cart-summary-group .cart-btn-group {
margin: 10px 0;
text-align: center;
}
.cart-summary-group .cart-btn-group a {
font-weight: 500;
font-size: 13px;
line-height: 19px;
text-transform: uppercase;
display: block;
text-align: center;
}
.cart-summary-group .cart-btn-group button {
height: 40px;
color: #fff;
background-color: #000;
font-weight: 600;
font-size: 13px;
padding: 0;
margin: 0 0 13px 0;
width: 100%;
border: 0;
}
.cart-summary-group .cart-item-group td {
padding: 0;
}
.cart-summary-group .cart-item {
font-weight: 400;
line-height: 18px;
margin: 10px 0;
position: relative;
padding-right: 35px;
}
.cart-summary-group .cart-item .item-variant {
color: #959595;
font-size: 13px;
}
.cart-summary-group .cart-item .cart-quantity {
position: absolute;
right: 0;
font-weight: 700;
}
.cart-summary-group .cart-total-price {
font-size: 18px;
font-weight: 700;
2023-04-06 14:19:39 +07:00
}
/*# sourceMappingURL=mobile_css.css.map */