Files
giao_dien_web_mau/demo-ten_mau-stt_mau/scss/mobile_css.css
2023-03-25 09:41:13 +07:00

2642 lines
45 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, .pd-variant-group .pd-variant-list::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, .global-breadcrumb li:last-child a, .p-item .p-price, .p-item .p-btn, .home-deal-group .deal-time-holder b::before, .home-customer-comment-group .title, .product-filter-container a.current, .product-deal-page .deal-time-holder b::before, .product-detail-page .pd-rating-group p a, .product-detail-page .pd-price, .product-detail-page .pd-voucher-group a, .pd-static-group .title, .pd-deal-holder .deal-title p, .pd-deal-holder .pd-deal-time-holder b::before, .pd-variant-group .selected, .cart-page .cart-header-group a {
color: #FF848D;
}
.black {
color: #222;
}
.green {
color: #29A07E;
}
.bg-blue {
background: #005BAD;
}
.bg-red {
background: #D91605;
}
.bg-green {
background: #29A07E;
}
.bg-main, .paging a.current, .p-item .p-line, .product-filter-container a.current::before, .pd-deal-holder .pd-deal-line-holder .deal-line, .hot-product-group .box-title-group .title::after {
background: #FF848D;
}
.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;
}
.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, .footer-brand-group img, .pd-image-group img, .pd-gallery-group .item img, .cart-page .item-row img {
width: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
display: block;
}
.autocomplete-suggestions {
position: absolute;
width: 100%;
border: solid 1px #ddd;
right: 0;
margin-top: 2px;
max-height: 300px;
overflow: auto;
display: none;
background: #fff;
z-index: 9;
top: 100%;
}
.autocomplete-suggestions a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 10px;
overflow: hidden;
}
.autocomplete-suggestions a img {
width: 60px;
float: left;
margin-right: 12px;
}
.autocomplete-suggestions a .info {
width: calc(100% - 72px);
}
.autocomplete-suggestions a .info .name {
display: block;
color: #333;
}
.autocomplete-suggestions a .info .price {
color: #ec1c24;
}
.autocomplete-suggestions a:hover {
background-color: #f5f5f5;
}
.autocomplete-suggestions::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #f1f1f1;
border-radius: 10px;
}
.autocomplete-suggestions::-webkit-scrollbar {
width: 6px;
background-color: #f1f1f1;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #ccc;
}
.icon-star {
background-image: url(../images/star.png);
width: 59px;
height: 13px;
display: inline-block;
background-repeat: no-repeat;
background-size: 60px 77px;
vertical-align: sub;
}
.icon-star.star-0 {
background-position: -1px -64px;
}
.icon-star.star-1 {
background-position: -1px -51.5px;
}
.icon-star.star-2 {
background-position: -1px -38.5px;
}
.icon-star.star-3 {
background-position: -1px -25.5px;
}
.icon-star.star-4 {
background-position: -1px -13px;
}
.icon-star.star-5, .icon-star.star-0 {
background-position: -1px -0.5px;
}
.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 *, .product-deal-page .group-title .title {
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;
}
.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;
}
.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: 6px 0 10px 0;
border-bottom: 1px solid #EBEBEB;
}
.global-breadcrumb a {
color: #000000;
}
.global-breadcrumb ol, .global-breadcrumb ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.global-breadcrumb li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.global-breadcrumb li::after {
content: '/';
padding: 0 5px;
color: #A3A3A3;
}
.global-breadcrumb li:last-child::after {
content: none;
}
.paging {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 12px;
font-weight: 600;
font-size: 15px;
}
.paging a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
border: 1px dashed #D9D9D9;
color: #7A7A7A;
background: #fff;
margin: 0 6px;
}
.paging a.current {
color: #fff;
border-color: transparent;
}
.icons, .footer-social-media a::before {
background: url(../images/sprite.png) no-repeat;
background-size: 250px 250px;
}
.custom-nav .owl-nav {
margin: 0;
}
.custom-nav .owl-nav button {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 !important;
background: unset !important;
}
.custom-nav .owl-nav .owl-prev {
left: -18px;
}
.custom-nav .owl-nav .owl-next {
right: -18px;
}
.custom-nav .owl-nav .arrow {
width: 35px;
height: 35px;
border-radius: 50%;
display: block;
background: url(../images/arrow-left.png) no-repeat;
background-position: center;
background-size: 9px 14px;
background-color: #fff;
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
-webkit-transition: .2s all;
transition: .2s all;
}
.custom-nav .owl-nav .arrow-right {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.custom-dots .owl-dots {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 20px;
right: 5%;
margin: 0 !important;
}
.custom-dots .owl-dots .owl-dot span {
margin: 0 7px;
width: 8px;
height: 8px;
border-radius: 50px;
background: transparent;
-webkit-transition: .2s all;
transition: .2s all;
border: 1px solid #FFFFFF;
}
.custom-dots .owl-dots .owl-dot.active span, .custom-dots .owl-dots .owl-dot:hover span {
background: #A50E43;
border-color: transparent;
}
.p-item {
background: #FFFFFF;
border-radius: 12px;
overflow: hidden;
font-size: 12px;
line-height: 16px;
position: relative;
}
.p-item p {
margin: 0;
}
.p-item img {
-webkit-transition: .5s all;
transition: .5s all;
-webkit-transform: scale(1);
transform: scale(1);
}
.p-item .p-img {
display: block;
position: relative;
padding-bottom: 100%;
border-radius: 12px;
overflow: hidden;
}
.p-item .p-text {
padding: 10px 10px 16px 10px;
}
.p-item .p-discount {
background: url(../images/p-discount.png) no-repeat center;
background-size: 100% 100%;
line-height: 21px;
font-weight: 700;
font-size: 12px;
position: absolute;
top: 10px;
left: 8px;
z-index: 1;
color: #fff;
min-width: 38px;
height: 24px;
text-align: center;
}
.p-item .p-name {
display: block;
color: #000;
height: 32px;
line-height: 16px;
margin-bottom: 4px;
}
.p-item .p-price-group {
margin-bottom: 5px;
height: 38px;
line-height: 18px;
}
.p-item .p-price {
font-weight: 600;
font-size: 14px;
margin: 0 0 2px 0;
}
.p-item .p-old-price {
font-size: 12px;
}
.p-item .p-old-price del {
color: #7A7A7A;
}
.p-item .p-btn {
display: block;
text-align: center;
background: #FFFFFF;
border: 1px dashed #FF848D;
border-radius: 5px;
font-weight: 600;
font-size: 12px;
line-height: 27px;
margin: 12px 0 0 0;
}
.p-item .p-deal-group {
font-size: 10px;
line-height: 18px;
margin: 5px 0 10px 0;
}
.p-item .p-sale-quantity {
margin-bottom: 2px;
}
.p-item .p-line-holder {
background: #D9D9D9;
border-radius: 3px;
overflow: hidden;
height: 4px;
position: relative;
}
.p-item .p-line {
position: absolute;
left: 0;
top: 0;
bottom: 0;
max-width: 100%;
border-radius: inherit;
}
.global-header-container {
padding: 10px;
-webkit-transition: .4s all;
transition: .4s all;
top: -100px;
}
.global-header-container img {
display: block;
width: auto;
height: auto;
}
.global-header-container .header-logo {
margin-right: 12px;
width: calc(100% - 180px);
}
.global-header-container .header-logo img {
max-width: 167px;
width: 100%;
}
.global-header-container .global-header-right {
width: 110px;
}
.global-header-container .icons, .global-header-container .footer-social-media a::before, .footer-social-media .global-header-container a::before {
width: 47px;
height: 47px;
border-radius: 50%;
border: 1px dashed #FF848D;
margin: 0 12px 0 0;
}
.global-header-container .icons:last-child, .global-header-container .footer-social-media a:last-child::before, .footer-social-media .global-header-container a:last-child::before {
margin-right: 0;
}
.global-header-container .icon-menu {
margin-right: 9px;
background-position: -41px -129px;
}
.global-header-container .icon-phone {
background-position: -96px 2px;
-webkit-animation: phonering 1.8s infinite ease-in-out;
animation: phonering 1.8s infinite ease-in-out;
}
.global-header-container .icon-cart {
background-position: -151px 3px;
position: relative;
}
.global-header-container .cart-count {
font-style: normal;
width: 14px;
height: 14px;
line-height: 14px;
border-radius: 50%;
font-weight: 600;
font-size: 12px;
text-align: center;
background: #404040;
color: #fff;
position: absolute;
top: 7px;
left: 25px;
}
.header-search-group {
position: relative;
width: 100%;
margin-top: 17px;
}
.header-search-group form {
position: relative;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
border-radius: 8px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header-search-group .text-search {
width: calc(100% - 63px);
height: 38px;
padding: 0 10px 0 13px;
color: #B5B5B5;
border: 0;
margin: 0;
}
.header-search-group .btn-search {
width: 40px;
height: 38px;
border: 0;
padding: 0;
margin: 0;
background-position: -200px 0px;
}
.header-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: #fff;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.header-fixed .header-logo, .header-fixed .icon-phone {
display: none;
}
.header-fixed .global-header-right {
width: 48px;
margin-left: 12px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.header-fixed .header-search-group {
width: calc(100% - 120px);
margin: 0;
}
.global-form-note {
color: #FF505C;
font-weight: 600;
margin: 10px 0 0 0;
display: none;
}
.global-footer-container {
padding: 10px;
}
.footer-brand-group {
margin: 0 0 20px 0;
}
.footer-brand-group a {
display: block;
position: relative;
padding-bottom: 60px;
}
.footer-brand-group img {
width: auto !important;
height: auto !important;
}
.footer-newsletter-group {
margin: 20px 0 10px 0;
padding: 47px 14px;
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
text-align: center;
}
.footer-newsletter-group .title {
font-size: 20px;
line-height: 24px;
margin-bottom: 20px;
}
.footer-newsletter-group .footer-newsletter-form {
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;
}
.footer-newsletter-group .footer-newsletter-form input {
width: calc(100% - 142px);
height: 42px;
background: #FAFCFE;
border-radius: 10px;
margin: 0 6px 0 0;
border: 0;
padding: 0 15px;
}
.footer-newsletter-group .footer-newsletter-form a {
width: 106px;
line-height: 42px;
background: #FF505C;
border-radius: 10px;
text-align: center;
color: #fff;
font-size: 16px;
font-weight: 600;
}
.footer-info-group {
background: #F5F5F5;
border-radius: 18px;
margin: 10px 0 13px 0;
font-size: 15px;
line-height: 24px;
}
.footer-info-group img {
display: block;
width: auto;
height: auto;
max-height: 54px;
margin: auto;
}
.footer-info-group a {
display: block;
color: #000;
margin: 10px 0;
}
.footer-info-group p {
margin: 0;
}
.footer-info-group p a {
display: inline-block;
margin: 0;
font-weight: 600;
color: #FF505C;
}
.footer-info-group .item-list {
padding: 5px 16px 10px 16px;
display: none;
}
.footer-info-group .item {
border-bottom: 1px solid #EBEBEB;
}
.footer-info-group .item-title {
font-weight: 700;
line-height: 42px;
margin: 0 0 0 0;
padding: 0 16px;
position: relative;
}
.footer-info-group .item-title.active::after {
content: '\f077';
}
.footer-info-group .item-title::after {
content: '\f078';
font-family: Fontawesome;
font-size: 14px;
position: absolute;
right: 16px;
}
.footer-info-group .item-middle {
text-align: center;
padding: 15px;
font-size: 14px;
line-height: 26px;
border: 0;
}
.footer-info-group .footer-logo {
display: block;
margin: 0 auto 11px auto;
}
.footer-info-group .footer-logo img {
max-height: 54px;
}
.footer-info-group .footer-img-list a {
margin: 0 12px 0 0;
}
.footer-info-group .icon-top-retail {
width: 58px;
height: 39px;
background-position: -9px -189px;
}
.footer-social-media {
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;
margin: 15px 0 10px 0;
}
.footer-social-media a {
width: 48px;
height: 48px;
margin: 0 8px 8px 8px;
border: 1px dashed #D74314;
border-radius: 50%;
}
.footer-social-media a::before {
content: '';
display: block;
height: 100%;
}
.footer-social-media .icon-facebook {
border-color: #3948AB;
}
.footer-social-media .icon-facebook::before {
background-position: 8px -42px;
}
.footer-social-media .icon-youtube::before {
background-position: -40px -41px;
}
.footer-social-media .icon-google::before {
background-position: -94px -41px;
}
.footer-social-media .icon-twitter {
border-color: #42A4F5;
}
.footer-social-media .icon-twitter::before {
background-position: -148px -41px;
}
.footer-social-media .icon-instagram {
border-color: #FF848D;
}
.footer-social-media .icon-instagram::before {
background-position: -191px -41px;
}
.footer-bottom-group {
font-size: 15px;
line-height: 30px;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-bottom-group p {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 100%;
margin: 10px 0 0 0;
}
.footer-bottom-group .icon-payment {
width: 306px;
height: 33px;
background-position: -162px -378px;
background-size: 500px 500px;
}
.homepage {
padding: 0 10px 10px 10px;
}
.homepage .home-banner-group {
margin-bottom: 11px;
}
.homepage .box-btn {
text-align: center;
margin-top: 12px;
}
.homepage .box-btn a {
color: #FF848D;
font-weight: 500;
font-size: 16px;
line-height: 30px;
}
.home-deal-group {
margin: 35px 0 11px 0;
background: #fff;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 0px 2px #FF848D;
box-shadow: 0px 0px 0px 2px #FF848D;
}
.home-deal-group .group-title {
text-align: center;
}
.home-deal-group .group-title .title {
color: #FF848D;
font-weight: 600;
font-size: 20px;
line-height: 24px;
background: #fff;
display: inline-block;
text-align: center;
padding: 0 17px;
margin: auto;
position: relative;
top: -14px;
}
.home-deal-group .deal-time-holder {
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;
min-height: 36px;
margin: -9px 0 20px 0;
}
.home-deal-group .deal-time-holder b {
margin: 0 10px;
color: #FFFFFF;
background: #FF848D;
border-radius: 5px;
line-height: 36px;
min-width: 26px;
font-weight: 600;
font-size: 20px;
padding: 0 3px;
position: relative;
}
.home-deal-group .deal-time-holder b::before {
content: ':';
font-weight: 600;
font-size: 20px;
line-height: 29px;
position: absolute;
left: -13px;
top: 6px;
}
.home-deal-group .deal-time-holder b:first-child::before {
content: none;
}
.home-deal-group .product-holder {
padding: 0 14px 9px 14px;
}
.home-deal-group .p-item .p-text {
padding: 10px 0;
}
.home-collection-group {
margin: 11px 0 32px 0;
background: #FFF7F7;
border-radius: 20px;
padding: 14px 14px 10px 14px;
}
.home-collection-group .title {
font-weight: 700;
font-size: 20px;
line-height: 24px;
text-align: center;
margin: 0 0 15px 0;
color: #FF848D;
}
.home-collection-group .box-left {
width: 280px;
margin-right: 16px;
}
.home-collection-group .box-left img {
border-radius: 15px;
display: block;
}
.home-collection-group .box-right {
width: calc(100% - 296px);
}
.home-product-group {
margin: 32px 0;
}
.home-product-group .box-title-group {
text-align: center;
color: #FF848D;
font-size: 14px;
line-height: 17px;
margin: 0 0 24px 0;
}
.home-product-group .box-title-group .title {
line-height: 24px;
color: #fff;
text-transform: uppercase;
background: url(../images/home-product-title.png) no-repeat;
background-position: center;
background-size: 100% 100%;
font-size: 20px;
display: inline-block;
padding: 11px 54px;
margin: 0 0 12px 0;
}
.home-product-group .box-product-holder {
min-height: 300px;
position: relative;
margin-bottom: 9px;
}
.home-customer-comment-group {
margin: 32px 0 0 0;
background: #FFF7F7;
border-radius: 20px;
padding: 20px 10px;
}
.home-customer-comment-group .title {
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-align: center;
text-transform: uppercase;
margin: 0 0 18px 0;
}
.home-customer-comment-group .item {
text-align: center;
}
.home-customer-comment-group .item .image {
position: relative;
padding-bottom: 62%;
background-size: 100% 100%;
background-repeat: no-repeat;
margin-bottom: 35px;
border-radius: 10px;
}
.home-customer-comment-group .item .avatar {
width: 48px;
height: 48px;
border-radius: 50%;
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 50%;
bottom: -24px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.home-customer-comment-group .item .item-name {
font-size: 13px;
line-height: 18px;
text-transform: capitalize;
margin: 6px 0;
}
.home-customer-comment-group .item .item-name b {
font-weight: 700;
display: block;
}
.home-customer-comment-group .icon-star {
margin: 5px 0;
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
.home-customer-comment-group .summary {
font-weight: 300;
font-size: 13px;
line-height: 18px;
text-overflow: ellipsis;
-webkit-line-clamp: 8;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.product-page {
padding: 10px;
}
.product-page .page-title-group {
border-bottom: 1px solid #EBEBEB;
}
.product-page .page-title {
font-weight: 600;
font-size: 20px;
line-height: 24px;
margin: 0 0 10px 0;
}
.product-page .product-right-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 10px 0;
}
.product-page .product-right-group select {
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 5px;
padding: 0 5px;
font-size: 15px;
height: 36px;
min-width: 112px;
margin: 0 14px 0 0;
}
.product-page .icon-filter {
width: 26px;
height: 26px;
background-position: -9px -99px;
}
.product-page .icon-filter.active {
background-position: -7px -144px;
}
.product-page .product-list-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 12px 0;
}
.product-page .p-item {
margin: 0 10px 10px 0;
width: calc(100% / 2 - 5px);
}
.product-page .p-item:nth-child(2n) {
margin-right: 0;
}
.product-filter-container {
-webkit-transition: .3s all;
transition: .3s all;
position: fixed;
inset: 0;
overflow: auto;
z-index: 100;
padding: 15px 10px;
width: calc(100% - 20px);
background: #fff;
}
.product-filter-container a {
display: block;
font-size: 13px;
line-height: 24px;
color: #000000;
margin: 10px 0 0 0;
position: relative;
padding-left: 25px;
}
.product-filter-container a::before {
content: '';
width: 16px;
height: 16px;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 3px;
position: absolute;
top: 3px;
left: 0;
}
.product-filter-container a.current {
font-weight: 600;
}
.product-filter-container a.current::before {
border-color: transparent;
}
.product-filter-container a.current::after {
content: '\f00c';
font-family: FontAwesome;
font-size: 9px;
position: absolute;
left: 4px;
top: 0px;
color: #fff;
}
.product-filter-container .filter-item {
margin: 0 0 35px 0;
}
.product-filter-container .title {
font-weight: 600;
font-size: 15px;
line-height: 18px;
text-transform: uppercase;
margin: 0 0 10px 0;
position: relative;
}
.product-filter-container .title::after {
content: '\f067';
font-family: Fontawesome;
position: absolute;
right: 0;
}
.product-filter-container .title.active::after {
content: '\f068';
}
.product-filter-container .filter-header-group {
border-bottom: 1px solid #EBEBEB;
line-height: 34px;
margin: 0;
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}
.product-filter-container .filter-bottom-group {
border-top: 1px solid #EBEBEB;
line-height: 32px;
padding-top: 10px;
margin-top: 10px;
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 .filter-bottom-group a {
display: block;
-webkit-box-shadow: 0px 0px 0px 1px #EBEBEB;
box-shadow: 0px 0px 0px 1px #EBEBEB;
border-radius: 3px;
margin: 0 0 0 12px;
line-height: 32px;
padding: 0 15px;
font-size: 14px;
}
.product-filter-container .filter-bottom-group a::before {
content: none;
}
.product-filter-container .filter-bottom-group a:last-child {
background: #EE6A6A;
-webkit-box-shadow: 0px 0px 0px 1px #EE6A6A;
box-shadow: 0px 0px 0px 1px #EE6A6A;
color: #fff;
}
.product-filter-container .filter-content-group {
height: calc(100% - 128px);
overflow: auto;
padding: 15px 0;
}
.product-filter-container .filter-list {
display: none;
}
.product-deal-page {
padding-top: 20px;
}
.product-deal-page .group-title {
background: #FFFFFF;
border: 2px solid #FF848D;
border-radius: 20px;
margin: 0 0 15px 0;
color: #FF848D;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-align: center;
padding: 11px;
}
.product-deal-page .group-title .title {
margin: 0;
position: relative;
top: -24px;
background: #fff;
display: inline-block;
padding: 0 17px;
}
.product-deal-page .deal-time-holder {
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;
min-height: 36px;
margin-top: -8px;
}
.product-deal-page .deal-time-holder b {
margin: 0 10px;
position: relative;
background: #FF848D;
border-radius: 5px;
line-height: 36px;
color: #FFFFFF;
font-weight: 600;
font-size: 20px;
padding: 0 6px;
}
.product-deal-page .deal-time-holder b::before {
content: ':';
font-weight: 600;
font-size: 20px;
line-height: 29px;
position: absolute;
left: -13px;
top: 6px;
}
.product-deal-page .deal-time-holder b:first-child::before {
content: none;
}
.product-detail-page {
padding: 10px;
}
.product-detail-page .home-product-group {
margin-top: 32px;
}
.product-detail-page .home-product-group .box-title-group .title {
font-weight: 700;
font-size: 18px;
line-height: 22px;
}
.product-detail-page .page-title {
font-weight: 600;
font-size: 24px;
line-height: 30px;
margin: 0 0 7px 0;
}
.product-detail-page .pd-rating-group {
border-bottom: 1px solid #EBEBEB;
padding-bottom: 8px;
line-height: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 7px 0;
}
.product-detail-page .pd-rating-group p {
margin: 0 34px 0 0;
}
.product-detail-page .pd-rating-group a {
color: #000;
font-size: 13px;
}
.product-detail-page .pd-rating-group .icon-star {
-webkit-transform: scale(1.3);
transform: scale(1.3);
margin: 0 15px 0 0;
}
.product-detail-page .pd-price-group {
margin: 22px 0 18px 0;
}
.product-detail-page .pd-price {
font-weight: 600;
font-size: 26px;
line-height: 27px;
margin: 0 12px 0 0;
display: inline-block;
}
.product-detail-page .pd-discount {
display: inline-block;
vertical-align: top;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
background: url(../images/p-discount.png) no-repeat center;
background-position: center;
background-size: 100% 100%;
padding: 0 3px;
line-height: 25px;
font-weight: 700;
font-size: 12px;
}
.product-detail-page .pd-old-price {
margin: 10px 0 0 0;
font-size: 15px;
line-height: 18px;
}
.product-detail-page .pd-old-price del {
color: #7A7A7A;
}
.product-detail-page .pd-btn-group {
margin: 20px 0;
}
.product-detail-page .pd-btn-group a {
display: block;
text-align: center;
background: #FFEEEF;
-webkit-box-shadow: 0px 0px 0px 1px #FF848D;
box-shadow: 0px 0px 0px 1px #FF848D;
border-radius: 8px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
color: #F90012;
line-height: 44px;
margin: 0 0 10px 0;
-webkit-transition: .2s all;
transition: .2s all;
}
.product-detail-page .pd-btn-group a:hover {
-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
}
.product-detail-page .pd-btn-group a:last-child {
background: #FF848D;
color: #fff;
}
.product-detail-page .pd-voucher-group {
background: #FFFFFF;
border: 1px dashed #FF848D;
border-radius: 8px;
font-size: 16px;
line-height: 20px;
padding: 14px 16px;
margin: 20px 0;
}
.product-detail-page .pd-voucher-group a {
font-weight: 600;
}
.product-detail-page .pd-voucher-group p {
margin: 0 0 12px 0;
}
.product-detail-page .pd-voucher-group p:last-child {
margin: 0;
}
.pd-image-group {
margin-bottom: 14px;
}
.pd-image-group a {
display: block;
position: relative;
padding-bottom: 100%;
}
.pd-image-group img {
border-radius: 15px;
}
.pd-gallery-group {
margin: 12px 0 15px 0;
}
.pd-gallery-group .current .item {
border-color: #FF848D;
}
.pd-gallery-group .item {
border: 1px solid #EBEBEB;
border-radius: 10px;
display: block;
position: relative;
padding-bottom: 98%;
overflow: hidden;
}
.pd-gallery-group .item img {
max-width: 85%;
max-height: 85%;
}
.pd-box-group {
font-size: 16px;
line-height: 22px;
}
.pd-box-group.active .box-title::after {
content: '\f068';
}
.pd-box-group .pd-box-content {
padding: 14px 0;
display: none;
}
.pd-box-group .box-title {
font-weight: 700;
font-size: 16px;
line-height: 44px;
margin: 0;
border-bottom: 1px solid #D9D9D9;
cursor: pointer;
position: relative;
}
.pd-box-group .box-title::after {
content: '\f067';
font-family: Fontawesome;
font-size: 20px;
line-height: 16px;
position: absolute;
top: 12px;
right: 0;
}
.pd-static-group {
margin: 20px 0 25px 0;
background: #FFEEEF;
border-radius: 12px;
padding: 17px 25px 25px 25px;
}
.pd-static-group .title {
text-align: center;
font-weight: 700;
font-size: 20px;
line-height: 24px;
margin: 0;
}
.pd-static-group .item {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.pd-static-group .item p {
margin: 0;
width: calc(100% - 42px);
font-size: 12px;
line-height: 15px;
}
.pd-static-group .item b {
font-weight: 700;
font-size: 14px;
line-height: 17px;
display: block;
}
.pd-static-group .icons, .pd-static-group .footer-social-media a::before, .footer-social-media .pd-static-group a::before {
width: 30px;
height: 27px;
margin-right: 12px;
}
.pd-static-group .icon-phone {
background-position: -51px -97px;
}
.pd-static-group .icon-money {
background-position: -95px -97px;
}
.pd-static-group .icon-gift {
background-position: -140px -99px;
}
.pd-static-group .icon-truck {
background-position: -188px -99px;
}
.pd-deal-holder {
margin: 16px 0 25px 0;
-webkit-box-shadow: 0px 0px 0px 2px #FF848D;
box-shadow: 0px 0px 0px 2px #FF848D;
border-radius: 20px;
background: #fff;
padding: 12px 16px 16px 16px;
}
.pd-deal-holder .deal-title {
font-weight: 600;
font-size: 20px;
line-height: 36px;
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;
margin: 0 0 3px 0;
}
.pd-deal-holder .deal-title p {
margin: 0 20px 0 0;
}
.pd-deal-holder .pd-deal-time-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.pd-deal-holder .pd-deal-time-holder b {
background: #FF848D;
border-radius: 5px;
position: relative;
color: #fff;
font-weight: 600;
font-size: 20px;
margin: 0 0 0 16px;
padding: 0 4px;
}
.pd-deal-holder .pd-deal-time-holder b::before {
content: ':';
line-height: 24px;
position: absolute;
top: 5px;
left: -12px;
}
.pd-deal-holder .pd-deal-time-holder b:first-child {
margin-left: 0;
}
.pd-deal-holder .pd-deal-time-holder b:first-child::before {
content: none;
}
.pd-deal-holder .pd-deal-count p {
font-size: 10px;
line-height: 18px;
margin: 0 0 2px 0;
}
.pd-deal-holder .pd-deal-line-holder {
position: relative;
height: 6px;
overflow: hidden;
background: #D9D9D9;
border-radius: 5px;
}
.pd-deal-holder .pd-deal-line-holder .deal-line {
position: absolute;
top: 0;
left: 0;
bottom: 0;
border-radius: 5px;
max-width: 100%;
}
.pd-variant-group {
margin: 17px 0;
font-size: 16px;
line-height: 20px;
}
.pd-variant-group a {
color: #000;
position: relative;
padding-left: 26px;
margin: 13px 30px 0 0;
float: left;
}
.pd-variant-group a::before {
content: '';
width: 20px;
height: 20px;
border-radius: 50%;
-webkit-box-shadow: 0px 0px 0px 1px #d9d9d9;
box-shadow: 0px 0px 0px 1px #d9d9d9;
position: absolute;
top: -1px;
left: 0;
background: #fff;
}
.pd-variant-group .selected::before {
background: #FF848D;
-webkit-box-shadow: unset;
box-shadow: unset;
}
.pd-variant-group .selected::after {
content: '\f00c';
font-family: Fontawesome;
color: #fff;
position: absolute;
top: -1px;
left: 5px;
font-size: 10px;
}
.hot-product-group .box-title-group .title {
color: #FF848D;
background: #fff;
position: relative;
padding-bottom: 7px;
}
.hot-product-group .box-title-group .title::after {
content: '';
width: 64px;
height: 1px;
position: absolute;
bottom: -1px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.cart-page {
padding: 10px;
}
.cart-page .cart-header-group {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
line-height: 17px;
}
.cart-page .cart-header-group p {
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
background: #F5F5F5;
border: 1px dashed #D9D9D9;
padding: 16px;
margin: 18px 0 16px 0 !important;
}
.cart-page .cart-header-group p a {
text-decoration: underline;
}
.cart-page .box-title {
background: #F5F5F5;
margin: 28px 0 15px 0;
font-size: 16px;
line-height: 20px;
position: relative;
border-left: 8px solid #D9D9D9;
padding: 15px;
}
.cart-page .input-text, .cart-page select {
width: calc(100% - 24px);
height: 38px;
margin: 0 0 8px 0;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 5px;
padding: 0 11px;
color: #8D8D8D;
}
.cart-page select {
width: 48%;
height: 38px;
color: #000000;
}
.cart-page .item-row {
margin: 0 0 25px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
line-height: 20px;
}
.cart-page .item-row a {
display: block;
color: #000;
}
.cart-page .item-row img {
max-width: 96%;
max-height: 96%;
}
.cart-page .item-row .item-left {
width: 72px;
margin-right: 21px;
text-align: center;
}
.cart-page .item-row .item-right {
width: calc(100% - 93px);
}
.cart-page .item-row .p-img {
position: relative;
height: 72px;
margin-bottom: 10px;
}
.cart-page .item-row .p-quantity {
background: #404040;
color: #fff;
text-align: center;
width: 18px;
height: 18px;
line-height: 18px;
border-radius: 50%;
font-weight: 700;
font-size: 15px;
position: absolute;
top: -9px;
right: -5px;
}
.cart-page .item-row .p-delete {
color: #B7B7B7;
display: table;
margin: auto;
}
.cart-page .item-row .p-name {
color: #000000;
font-weight: 600;
margin-bottom: 2px;
}
.cart-page .item-row .p-variant {
font-size: 12px;
line-height: 15px;
margin: 2px 0 5px 0;
}
.cart-page .item-row .p-price {
color: #FF848D;
font-weight: 600;
margin: 5px 0 12px 0;
}
.cart-page .item-row .item-quanity-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-shadow: 0px 0px 0px 1px #D9D9D9;
box-shadow: 0px 0px 0px 1px #D9D9D9;
border-radius: 5px;
overflow: hidden;
width: 102px;
line-height: 40px;
text-align: center;
}
.cart-page .item-row .item-quanity-holder input {
text-align: center;
width: 46px;
border: 0;
border-left: 1px solid #CECECE;
border-right: 1px solid #CECECE;
padding: 0;
margin: 0;
}
.cart-page .item-row .item-quanity-holder a {
width: 28px;
line-height: 40px;
font-size: 11px;
}
.cart-page .payment-method-holder {
margin-top: 25px;
}
.cart-page .customer-note {
width: calc(100% - 26px);
height: 84px;
display: block;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 8px;
padding: 10px 12px;
margin: 20px 0;
outline: none;
resize: none;
}
.cart-page .btn-send-order {
display: block;
width: 100%;
height: 42px;
margin: 20px 0 0 0;
background: #FF848D;
color: #FFFFFF;
font-weight: 700;
border-radius: 3px;
border: 0;
padding: 0;
}
.cart-info-group .col:first-child .box-title {
margin-top: 0;
}
.cart-price-group {
line-height: 32px;
}
.cart-price-group b {
font-weight: 600;
}
.cart-price-group td:nth-child(2) {
text-align: right;
}
.cart-voucher-holder {
border-bottom: 1px solid #D9D9D9;
padding: 10px 0 20px 0;
margin: 0 0 10px 0;
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;
}
.cart-voucher-holder input {
width: calc(100% - 123px);
height: 42px;
margin-right: 7px;
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 3px;
padding: 0 10px;
}
.cart-voucher-holder .btn-voucher {
width: 94px;
height: 42px;
background: #FF848D;
border-radius: 3px;
color: #FFFFFF;
font-weight: 500;
padding: 0;
margin: 0;
border: 0;
}
.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;
margin-bottom: 12px;
}
.label-container .checkmark {
position: absolute;
top: 3px;
left: 0;
height: 12px;
width: 12px;
background-color: #fff;
border-radius: 50%;
-webkit-box-shadow: 0px 0px 0px 1px #BFBFBF;
box-shadow: 0px 0px 0px 1px #BFBFBF;
}
.label-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.label-container input:checked ~ .checkmark {
-webkit-box-shadow: 0px 0px 0px 1px #FF848D;
box-shadow: 0px 0px 0px 1px #FF848D;
}
.label-container input:checked ~ .checkmark:after {
display: block;
}
.label-container input:checked ~ .checkmark:after {
content: '';
width: 7px;
height: 7px;
background: #FF848D;
border-radius: 50%;
position: absolute;
left: 3px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/*# sourceMappingURL=mobile_css.css.map */