Files
Homepage_PC_Xanh_2021/scss/mobile_css.css

3262 lines
57 KiB
CSS
Raw Normal View History

2021-03-24 10:47:36 +07:00
body {
color: #222;
font-family: 'Roboto', sans-serif;
background: #fff;
position: relative;
font-size: 14px;
font-weight: 400;
line-height: 1.4;
text-align: left;
max-width: 650px;
margin: auto;
overflow: auto;
}
a {
color: #222;
text-decoration: none;
-webkit-transition: all .3s ease;
transition: all .3s ease;
outline: none;
}
b {
font-weight: bold;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
.h1, h1 {
font-size: 2.5rem;
}
.h2, h2 {
font-size: 2rem;
}
.h3, h3 {
font-size: 1.75rem;
}
.h4, h4 {
font-size: 1.5rem;
}
.h5, h5 {
font-size: 1.25rem;
}
h6, h6 {
font-size: 1rem;
}
.ul {
margin: 0;
padding: 0;
list-style: none;
}
img {
max-width: 100%;
height: auto;
}
.clearfix::after {
content: '';
clear: both;
display: block;
}
.clear {
clear: both;
}
button, input {
outline: none !important;
}
table {
width: 100% !important;
-webkit-overflow-scrolling: touch;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select, textarea, input {
font-size: 16px;
}
}
iframe {
max-width: 100%;
display: block;
}
.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;
}
.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-20 {
font-size: 20px;
}
.text-22 {
font-size: 22px;
}
.text-24 {
font-size: 24px;
}
.font-300 {
font-weight: 300;
}
.font-500 {
font-weight: 500;
}
.font-600 {
font-weight: 600;
}
.text-700 {
font-weight: 700;
}
.line-height-2 {
line-height: 2;
}
.line-22 {
line-height: 22px;
}
.blue {
color: #0083FF;
}
.grey {
color: #999;
}
.red {
color: #df0009;
}
.orange {
color: #F27A00;
}
.white {
color: #fff;
}
.bg-blue, .art-comment-container .btn-reply:hover {
background: #0083FF;
}
.bg-white {
background: #fff !important;
}
.font-weight-lighter {
font-weight: 300 !important;
}
.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;
}
.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;
}
.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;
}
.border-0 {
border: 0 !important;
}
.p-15 {
padding: 0 15px;
}
.font-weight-bold {
font-weight: bold;
}
.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: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .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;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .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: .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;
}
.fit-img {
width: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-8deg);
transform: scale(0.9) rotate(-8deg);
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg);
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg);
}
100%, 80% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-8deg);
transform: scale(0.9) rotate(-8deg);
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg);
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg);
}
100%, 80% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@-webkit-keyframes gradient {
0% {
background-position: 0 0;
}
100% {
background-position: -200% 0;
}
}
@keyframes gradient {
0% {
background-position: 0 0;
}
100% {
background-position: -200% 0;
}
}
@-webkit-keyframes phonering {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
.label-container {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 22px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.label-container:first-child {
margin-top: 14px;
}
.label-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.label-container .checkmark {
position: absolute;
top: 2px;
left: 0;
height: 15px;
width: 15px;
border: 1px solid #bbb;
background-color: #fff;
border-radius: 3px;
}
.label-container:hover input ~ .checkmark {
border-color: #F27A00;
}
.label-container input:checked ~ .checkmark {
background-color: #F27A00;
border-color: #F27A00;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.label-container input:checked ~ .checkmark:after {
display: block;
}
.label-container .checkmark:after {
left: 4px;
top: 1px;
width: 6px;
height: 8px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.radio-container {
position: relative;
padding-left: 25px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin: 0 40px 0 0;
}
.radio-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.radio-container .checkmark {
position: absolute;
top: 2px;
left: 0px;
height: 16px;
width: 16px;
background-color: #fff;
border-radius: 50%;
border: 2px solid #999;
}
.radio-container input:checked ~ .checkmark {
background-color: #fff;
border: 2px solid #008445;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.radio-container input:checked ~ .checkmark:after {
display: block;
}
.radio-container .checkmark:after {
top: 3px;
left: 3px;
width: 6px;
height: 6px;
border-radius: 50%;
background: #008445;
}
.autocomplete-suggestions {
position: absolute;
width: 100%;
border: solid 1px #ddd;
right: 0;
max-height: 300px;
overflow: auto;
display: none;
background: #fff;
z-index: 999;
left: 0;
border-top: 0;
}
.autocomplete-suggestions a {
display: block;
padding: 10px;
overflow: hidden;
}
.autocomplete-suggestions a img {
width: 60px;
float: left;
}
.autocomplete-suggestions a .info {
display: block;
margin-left: 65px;
}
.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_sprite.png);
width: 93px;
height: 17px;
vertical-align: top;
display: inline-block;
background-repeat: no-repeat;
}
.icon-star.star-0 {
background-position: 0 -109px;
}
.icon-star.star-1 {
background-position: 0 -88px;
}
.icon-star.star-2 {
background-position: 0 -66px;
}
.icon-star.star-3 {
background-position: 0 -42px;
}
.icon-star.star-4 {
background-position: 0 -21px;
}
.icon-star.star-5 {
background-position: 0 0;
}
#breadcrumb {
margin: 10px 0 14px 0;
padding: 0 5px;
position: relative;
}
#breadcrumb li {
float: left;
position: relative;
z-index: 1;
}
#breadcrumb li::after {
content: '';
margin: 0 8px 1px 0px;
display: inline-block;
border: 2px solid #848484;
height: 6px;
width: 6px;
border-left: 0;
border-bottom: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#breadcrumb li:last-child a {
color: #848484;
}
#breadcrumb li:last-child::after {
content: none;
}
#breadcrumb li a {
color: #0083FF;
font-weight: 500;
font-size: 12px;
}
#breadcrumb h1 {
font-size: inherit;
font-weight: inherit;
margin: 0;
line-height: inherit;
}
.paging {
text-align: center;
margin: 16px 0;
}
.paging a {
display: inline-block;
margin-right: 7px;
width: 35px;
height: 31px;
line-height: 31px;
border-radius: 5px;
color: #888;
background: #fff;
}
.paging a:hover, .paging a.current {
color: #fff;
background: #0083FF;
border-color: #0083FF;
}
.custom-dots .owl-nav.disabled + .owl-dots {
margin: 0;
position: absolute;
left: 0;
right: 0;
bottom: 20px;
}
.custom-dots .owl-nav.disabled + .owl-dots span {
margin: 0 5px;
background: #fff;
width: 10px;
height: 10px;
}
.custom-dots .owl-dots .owl-dot.active span {
background: #0083FF;
}
.custom-nav .owl-nav {
margin: 0;
}
.custom-nav .owl-nav button {
margin: 0 !important;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
background: 0 !important;
}
.custom-nav .owl-nav .owl-prev {
left: -7px;
}
.custom-nav .owl-nav .owl-next {
right: -7px;
}
.custom-nav .icon-right {
display: block;
width: 20px;
height: 20px;
background-color: rgba(0, 0, 0, 0.6);
position: relative;
border-radius: 50%;
}
.custom-nav .icon-right::before {
content: '';
border: 2px solid #fff;
width: 7px;
height: 7px;
display: block;
position: absolute;
left: 4px;
top: 5px;
border-left: 0;
border-bottom: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 1.5px;
}
.custom-nav .icon-left::before {
border-right: 0;
border-top: 0;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
left: 7px;
}
header {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 12;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
padding: 8px 10px 8px 8px;
}
header .header-left {
width: 82px;
}
header .header-left a, header .header-left img {
display: block;
}
header .header-right {
width: calc(100% - 82px);
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
header .icon-search {
background: url(../images/icon-search.png) no-repeat;
margin-right: 7px;
}
header .icon-cart {
background: url(../images/icon-cart.png) no-repeat;
position: relative;
}
header .icon-search, header .icon-cart {
height: 20px;
width: 20px;
display: block;
background-size: contain;
}
header .cart-count {
position: absolute;
top: -11px;
right: -12px;
width: 18px;
height: 18px;
line-height: 18px;
border-radius: 50%;
text-align: center;
color: #fff;
background: #E43A30;
font-weight: 500;
font-size: 12px;
}
header .header-search-group {
position: absolute;
top: calc(80%);
right: 5px;
left: 5px;
width: calc(100% - 10px);
-webkit-transition: .2s all;
transition: .2s all;
opacity: 0;
visibility: hidden;
}
header .header-search-group.active {
-webkit-transition: .2s all;
transition: .2s all;
opacity: 1;
visibility: visible;
top: calc(100% + 5px);
}
header .search-form {
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
z-index: 1;
overflow: hidden;
padding-left: 8px;
}
header .search-form button {
background-color: #0083FF;
position: absolute;
top: 0;
right: 0;
bottom: 0;
height: 100%;
width: 40px;
background-position: center;
border: 0;
background-size: 25px 23px;
margin: 0;
border-radius: 0 5px 5px 0;
}
header .search-input {
height: 36px;
width: calc(100% - 45px);
border: 0;
}
header .remove-icon {
background: unset;
position: relative;
overflow: hidden;
}
header .icon-close::before, header .icon-close::after {
content: '';
width: 2px;
height: 20px;
background: #fff;
position: absolute;
-webkit-transition: .3s all;
transition: .3s all;
top: 0;
right: 11px;
opacity: 0;
visibility: hidden;
overflow: hidden;
left: 10px;
}
header .remove-icon::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: unset;
}
header .remove-icon::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
left: unset;
}
header .remove-icon::before, header .remove-icon::after {
opacity: 1;
visibility: visible;
}
header .icon-menu {
display: block;
width: 21px;
height: 14px;
margin-left: 22px;
position: relative;
}
header .icon-menu span {
display: block;
width: 100%;
height: 2px;
background: #fff;
position: absolute;
left: 0;
right: 0;
border-radius: 5px;
top: 0;
}
header .icon-menu span:nth-child(2) {
top: 6px;
}
header .icon-menu span:nth-child(3) {
top: 12px;
}
.header-menu {
position: fixed;
background: #0083FF;
left: -100%;
top: 0;
bottom: 0;
width: calc(78% - 66px);
z-index: 15;
overflow: auto;
padding: 25px 33px;
text-align: center;
-webkit-transition: .5s all;
transition: .5s all;
}
.header-menu.active {
left: 0;
-webkit-transition: .5s all;
transition: .5s all;
}
.header-menu a {
display: block;
}
.header-menu .item {
margin: 25px 0;
text-transform: uppercase;
}
.header-menu .item a {
color: #fff;
font-weight: 500;
line-height: 16px;
}
.header-menu .cat-thumb {
display: block;
width: 26px;
height: 26px;
margin: auto auto 5px auto;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.header-menu .menu-search {
padding-left: 10px;
background: #fff;
position: relative;
}
.header-menu .search-input {
height: 31px;
width: calc(100% - 40px);
display: block;
}
.header-menu .icon-search {
background-color: #000;
border: 0;
width: 33px;
margin: 0;
position: absolute;
top: 0;
bottom: 0;
right: 0;
height: auto;
background-size: 20px;
background-position: center;
}
.bg-menu {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 13;
background: rgba(0, 0, 0, 0.5);
display: none;
}
.cart-bg {
background: #f5f5f5;
}
.bg-grey {
background: #E5E5E5;
}
.page-content {
padding-top: 47px;
}
.popup-inbox-container {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 100;
background: #fff;
width: calc(100% - 50px);
-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
border-radius: 5px;
padding: 15px;
-webkit-transition: .4s all;
transition: .4s all;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
visibility: visible;
}
.popup-inbox-container.hide-content {
-webkit-transition: .4s all;
transition: .4s all;
-webkit-transform: translate(-50%, -50%) scaleX(1.2) scaleY(1.2);
transform: translate(-50%, -50%) scaleX(1.2) scaleY(1.2);
opacity: 0;
visibility: hidden;
}
.popup-inbox-container .inbox-content {
padding: 15px;
background: #ebebeb;
}
.popup-inbox-container .close-popup {
position: absolute;
top: 5px;
right: 10px;
font-size: 24px;
}
.popup-inbox-container input, .popup-inbox-container textarea {
width: calc(100% - 30px);
padding: 0px 15px;
border: 0;
outline: none;
resize: none;
height: 42px;
}
.popup-inbox-container textarea {
padding: 10px 15px;
}
.popup-inbox-container .item {
margin-bottom: 20px;
}
.popup-inbox-container .btn-submit-inbox {
border: none;
margin: auto;
padding: 10px 20px;
background: #0d9fd0;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
display: block;
cursor: pointer;
-webkit-box-shadow: 0 3px 0 #dedede;
box-shadow: 0 3px 0 #dedede;
width: 120px;
color: #fff !important;
text-align: center;
}
.bg-popup {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: -webkit-grab;
cursor: grab;
background: rgba(0, 0, 0, 0.5);
z-index: 99;
}
.footer-social-container {
margin: 10px 0;
padding: 24px 7px 0px 7px;
}
.footer-social-container .title {
font-weight: 500;
font-size: 18px;
line-height: 160%;
text-align: center;
position: relative;
margin-bottom: 30px;
}
.footer-social-container .title::after {
content: '';
position: absolute;
width: 77px;
height: 4px;
margin: auto;
top: 100%;
background: #0083FF;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.footer-social-container h3 {
font-weight: 500;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #000000;
margin: 0;
padding-right: 10px;
}
.footer-social-container .item {
margin: 0 0 22px 0px;
width: calc(100% / 3);
}
.footer-social-container .item i {
width: 47px;
height: 47px;
display: block;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
-webkit-transition: .35s all;
transition: .35s all;
margin: 0 auto 5px auto;
}
.footer-social-container .icon-1 {
background-image: url(../images/footer-1.png);
}
.footer-social-container .icon-2 {
background-image: url(../images/footer-2.png);
}
.footer-social-container .icon-3 {
background-image: url(../images/footer-3.png);
}
.footer-social-container .icon-4 {
background-image: url(../images/footer-4.png);
}
.footer-social-container .icon-5 {
background-image: url(../images/footer-5.png);
}
.newsletter-container {
padding: 10px 7px 23px 7px;
margin-bottom: 5px;
}
.newsletter-container .item-left {
background: #969696;
border-radius: 24px;
padding: 14px 10px 16px 10px;
margin-bottom: 30px;
}
.newsletter-container .item-left p {
font-weight: bold;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #FEE042;
margin-bottom: 20px;
}
.newsletter-container textarea, .newsletter-container input[type="text"] {
width: 100%;
resize: none;
border: 0;
outline: none;
background: transparent;
color: #fff;
height: 52px;
display: block;
padding: 0;
}
.newsletter-container textarea::-webkit-input-placeholder, .newsletter-container input[type="text"]::-webkit-input-placeholder {
color: #fff;
font-weight: bold;
line-height: 21px;
}
.newsletter-container textarea:-ms-input-placeholder, .newsletter-container input[type="text"]:-ms-input-placeholder {
color: #fff;
font-weight: bold;
line-height: 21px;
}
.newsletter-container textarea::-ms-input-placeholder, .newsletter-container input[type="text"]::-ms-input-placeholder {
color: #fff;
font-weight: bold;
line-height: 21px;
}
.newsletter-container textarea::placeholder, .newsletter-container input[type="text"]::placeholder {
color: #fff;
font-weight: bold;
line-height: 21px;
}
.newsletter-container textarea {
height: 109px;
}
.newsletter-container .input-item {
margin-bottom: 13px;
background: #969696;
border-radius: 15px;
padding: 0 20px;
}
.newsletter-container .newsletter-submit {
background: #FEE042;
border-radius: 10px;
color: #0083FF;
font-weight: bold;
font-size: 18px;
line-height: 21px;
max-width: 170px;
width: 100%;
height: 41px;
line-height: 41px;
text-align: center;
margin: auto;
display: block;
}
.newsletter-container .input-textarea {
padding: 16px 20px;
margin-bottom: 17px;
}
.footer-info-container {
background: radial-gradient(50% 50% at 50% 50%, #0083FF 0%, #005CB3 100%);
color: #fff;
padding: 20px 7px;
}
.footer-info-container a {
color: #fff;
display: block;
}
.footer-info-container a:hover {
text-decoration: underline;
}
.footer-info-container a::after {
content: '';
display: block;
clear: both;
}
.footer-info-container .title {
font-weight: bold;
line-height: 16px;
margin: 0 0 14px 0;
font-size: 13px;
}
.footer-info-container .info-address {
white-space: pre-line;
margin: 14px 0 20px 0;
line-height: 2;
}
.footer-info-container .info-content a {
margin-bottom: 13px;
position: relative;
padding-left: 15px;
}
.footer-info-container .info-content a::before {
content: '';
border: 1px solid #fff;
border-left: 0;
border-bottom: 0;
position: absolute;
top: 4px;
left: 0;
height: 6px;
width: 6px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.footer-info-container .info-content .icon-right {
border: 1px solid #fff;
width: 4px;
height: 8px;
display: inline-block;
}
.footer-info-container .list-info-left {
margin-top: 12px;
}
.footer-info-container .list-info-left li {
margin: 11px 0;
}
.footer-info-container .list-info-left li::after {
content: '';
display: block;
clear: both;
}
.footer-info-container .list-info-left .icon {
width: 19px;
height: 19px;
margin-right: 10px;
display: block;
float: left;
background-size: contain;
}
.footer-info-container .list-info-left span {
width: calc(100% - 29px);
display: block;
float: left;
}
.footer-info-container .info-content {
padding-top: 25px;
font-size: 12px;
}
.footer-info-container .media-social-list {
background: #fff;
border-radius: 5px;
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;
padding: 4px 8px;
max-width: 134px;
width: 100%;
}
.footer-info-container .media-social-list a {
padding: 0;
margin: 0;
width: 24px;
height: 24px;
}
.footer-info-container .media-social-list a::before {
content: none;
}
.footer-info-container .media-social-list img {
display: block;
}
.footer-info-container .icon-phone {
background: url(../images/footer-phone.png) no-repeat;
}
.footer-info-container .icon-mail {
background: url(../images/footer-mail.png) no-repeat;
}
.footer-info-container .icon-map {
background: url(../images/footer-map.png) no-repeat;
}
.global-header-banner .banner-left {
margin-bottom: 6px;
}
.global-header-banner .banner-right, .global-header-banner .thumbs-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.global-header-banner .banner-right a, .global-header-banner .thumbs-button a {
display: block;
margin: 0 6px 6px 0;
width: calc(50% - 3px);
}
.global-header-banner .banner-right a:nth-child(even), .global-header-banner .thumbs-button a:nth-child(even) {
margin-right: 0;
}
.global-header-banner .banner-right img, .global-header-banner .thumbs-button img {
display: block;
}
.global-header-banner .button-item {
border: 1px solid #C4C4C4;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
overflow: hidden;
padding: 7px 12px;
font-size: 12px;
background: #fff;
width: calc(50% - 29px) !important;
min-height: 48px;
}
.global-header-banner .button-item span {
display: block;
overflow: hidden;
max-height: 53px;
}
.box-pro-group {
padding: 14px 7px;
margin-bottom: 5px;
}
.box-pro-group .group-title {
margin: 0;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-transform: uppercase;
}
.box-pro-group .view-detail {
color: #848484;
font-size: 12px;
}
.pt-15 {
padding-top: 15px;
}
.p-item {
-webkit-transition: .4s all;
transition: .4s all;
border: 1px solid #E9E9E9;
}
.p-item:hover .p-button {
-webkit-transition: .4s all;
transition: .4s all;
bottom: 0;
}
.p-item:hover img {
-webkit-transition: .4s all !important;
transition: .4s all !important;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.p-item a, .p-item img {
display: block;
}
.p-item img {
-webkit-transition: .4s all !important;
transition: .4s all !important;
-webkit-transform: scale(1);
transform: scale(1);
}
.p-item p {
margin: 0;
}
.p-item h2, .p-item h3 {
margin: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
font-weight: 500;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.p-item .p-img {
position: relative;
padding-bottom: 100%;
overflow: hidden;
}
.p-item .p-button {
background: rgba(0, 131, 255, 0.6);
position: absolute;
left: 0;
right: 0;
bottom: -100%;
color: #fff;
text-align: center;
padding: 10px;
line-height: 16px;
z-index: 4;
-webkit-transition: .4s all;
transition: .4s all;
font-size: 12px;
}
.p-item .p-button p {
margin-top: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.p-item .icon-eye, .p-item .icon-cart {
display: inline-block;
width: 28px;
height: 25px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.p-item .icon-eye {
margin-right: 22px;
background-image: url(../images/icon-eye.png);
}
.p-item .icon-cart {
background-image: url(../images/icon-cart.png);
}
.p-item .icon-visit {
background: url(../images/icon-viewed.png) no-repeat;
background-position: center;
background-size: contain;
display: block;
width: 17px;
height: 17px;
margin-right: 6px;
}
.p-item .p-icon-type {
position: absolute;
top: 0;
left: 19px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.p-item .p-icon-type span {
width: 35px;
height: 41px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 12px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.p-item .icon-new {
line-height: 16px;
color: #005CB3;
background-image: url(../images/bg-new.png);
font-weight: bold;
text-align: center;
font-size: 12px;
}
.p-item .icon-bestsale {
background-image: url(../images/bg-bestsale.png);
font-weight: 500;
font-size: 10px;
line-height: 10px;
color: #FFFFFF;
text-align: center;
}
.p-item .icon-discount {
position: absolute;
left: 0;
right: 0;
bottom: 14px;
margin: auto;
font-weight: 500;
color: #FFFFFF;
background: -webkit-gradient(linear, left top, right top, from(#FFC700), to(#E43A30));
background: linear-gradient(90deg, #FFC700 0%, #E43A30 100%);
border-radius: 15px;
width: 64px;
height: 20px;
padding-left: 26px;
line-height: 20px;
font-size: 12px;
}
.p-item .icon-discount::before, .p-item .icon-discount::after {
content: '';
width: 21px;
height: 20px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index: 1;
border-radius: 50%;
}
.p-item .icon-discount::before {
background: url(../images/icon-discount.png) no-repeat;
background-position: center;
background-size: 10px 14px;
z-index: 2;
}
.p-item .icon-discount::after {
background: #E43A30;
}
.p-item .p-text {
padding: 14px 2px 17px 2px;
font-size: 12px;
background: #fff;
}
.p-item .p-name {
font-weight: 500;
}
.p-item .p-price {
margin: 5px 0;
}
.p-item .inbox-form {
font-size: 10px;
}
.global-solid-bottom {
position: relative;
}
.global-solid-bottom::after {
content: '';
position: absolute;
width: 77px;
height: 4px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
background: #0083FF;
}
.home-about-container {
padding-bottom: 20px;
margin-bottom: 5px;
}
.home-about-container .home-description {
font-size: 12px;
line-height: 19px;
padding: 0 7px;
}
.home-about-container h3 {
font-size: 18px;
}
.home-about-container .global-solid-bottom {
font-weight: 500;
font-size: 18px;
line-height: 21px;
text-align: center;
padding: 13px 36px 8px 36px;
margin-bottom: 18px;
}
.home-about-container .btn-view-more {
text-align: center;
background: #0083FF;
border-radius: 5px;
width: 74px;
height: 21px;
line-height: 21px;
margin: 18px auto 0 auto;
font-size: 12px;
}
.home-about-container .btn-view-more a {
display: block;
color: #fff;
}
.home-news-container {
margin: 10px 0;
padding: 16px 0;
}
.home-news-container .group-title {
font-weight: 500;
font-size: 18px;
padding-bottom: 8px;
line-height: 29px;
margin: 0;
}
.home-news-container .home-news-items {
padding: 0 7px;
}
.home-news-container .art-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top: 1px solid #C4C4C4;
padding: 25px 0;
}
.home-news-container .art-item:first-child {
border-top: 0;
}
.home-news-container time {
display: block;
color: #666;
font-size: 12px;
}
.home-news-container .art-title {
font-weight: 500;
line-height: 16px;
font-size: 14px;
margin-bottom: 7px;
}
.home-news-container .btn-view {
width: 120px;
padding: 7px;
text-align: center;
background: #0083FF;
border-radius: 10px;
color: #fff;
font-weight: 500;
font-size: 12px;
display: block;
}
.home-news-container .art-img {
display: block;
margin-right: 10px;
width: 41%;
height: 100%;
}
.home-news-container .art-img img {
display: block;
}
.home-news-container .art-text {
width: calc(59% - 10px);
}
.global-fixed-right {
position: fixed;
right: -100%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: .4s all;
transition: .4s all;
z-index: 2;
}
.global-fixed-right.active {
right: 8px;
-webkit-transition: .4s all;
transition: .4s all;
}
.global-fixed-right a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
padding: 5px;
border-radius: 100px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
overflow: hidden;
margin: auto 0 8px auto;
}
.global-fixed-right .icon-phone {
background-image: url(../images/global-phone.png);
}
.global-fixed-right .icon-mess {
background-image: url(../images/global-mess.png);
}
.global-fixed-right .icon-zalo {
background-image: url(../images/icon-zalo.png);
}
.global-fixed-right .icon-map {
background-image: url(../images/icon-map.png);
}
.global-fixed-right i {
display: block;
width: 22px;
height: 22px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.product-category-page {
padding: 0 7px;
}
.product-category-page .page-title {
font-weight: bold;
font-size: 14px;
line-height: 16px;
margin-right: 17px;
text-transform: uppercase;
vertical-align: sub;
margin-bottom: 22px;
}
.product-category-page .filter a {
font-size: 12px;
line-height: 14px;
text-align: center;
margin: 0 7px 7px 0;
background: #0083FF;
border-radius: 5px;
color: #fff;
padding: 8px 12px;
display: block;
float: left;
}
.product-category-page .static-html {
margin-top: 11px;
font-size: 12px;
line-height: 19px;
border-bottom: 1px solid #C4C4C4;
margin-bottom: 20px;
padding-bottom: 17px;
}
.product-category-page .page-title-group {
margin-top: 15px;
}
.p-container .p-item {
margin: 0 11px 11px 0;
width: calc(100% / 2 - 7.5px);
}
.p-container .p-item:nth-child(even) {
margin-right: 0;
}
.product-detail-page {
padding: 0 7px;
}
.product-detail-page .proName {
font-weight: 500;
font-size: 18px;
line-height: 21px;
}
.product-detail-page .p-inStock::before {
content: '';
background: url(../images/check.png) no-repeat;
background-color: #39B54A;
background-position: center;
background-size: 8px;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
margin-right: 5px;
vertical-align: text-top;
}
.product-detail-page .big-img-group a {
display: block;
position: relative;
padding-bottom: 100%;
}
.product-detail-page .big-img-group img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
display: block;
}
.product-detail-page .small-img-group .item {
margin: 4px 4px 4px 0;
width: calc(100% / 5 - 6px);
}
.product-detail-page .small-img-group .item:nth-child(5n) {
margin-right: 0;
}
.product-detail-page .small-img-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-detail-page .small-img-group a {
display: block;
border: 1px solid #ccc;
position: relative;
padding-bottom: 97%;
}
.product-detail-page .small-img-group a.active {
border-color: #0083FF;
}
.product-detail-page .pro-info-container {
margin-top: 22px;
}
.product-detail-page .p-info-price {
font-weight: bold;
font-size: 25px;
line-height: 29px;
color: #E43A30;
margin-bottom: 15px;
}
.product-detail-page .p-summary {
line-height: 177.69%;
margin-bottom: 26px;
}
.product-detail-page .p-summary span {
display: block;
position: relative;
padding-left: 12px;
}
.product-detail-page .p-summary span::before {
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: #D83131;
position: absolute;
left: 0;
top: 9px;
}
.product-detail-page .btn-buynow {
color: #fff;
display: block;
background: #E43A30;
border-radius: 5px;
font-weight: 500;
position: relative;
text-align: center;
padding: 13px;
margin: 26px 0;
}
.product-detail-page .btn-buynow:hover {
background: #ba2f27;
}
.product-detail-page .btn-buynow::before {
content: '';
display: inline-block;
background: url(../images/icon-shopping-bag.png) no-repeat;
width: 16px;
height: 16px;
margin-right: 3px;
background-position: center;
background-size: contain;
vertical-align: text-top;
}
.product-detail-page .p-offer-group span {
display: block;
position: relative;
padding-left: 7px;
margin-bottom: 15px;
font-weight: 500;
}
.product-detail-page .p-offer-group span::before {
content: '';
width: 32px;
height: 28px;
background: url(../images/icon-offer.png) no-repeat;
display: inline-block;
background-position: center;
background-size: 28px;
vertical-align: middle;
margin-right: 10px;
}
.product-detail-page .desc-content-container {
margin: 20px 0;
}
.product-detail-page .desc-content {
position: relative;
}
.product-detail-page .desc-content::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 320px;
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
background: linear-gradient(transparent, #fff);
}
.product-detail-page .desc-content.show::after {
content: none;
}
.product-detail-page .btn-showdesc a {
color: #0083FF;
display: none;
}
.product-detail-page .btn-showdesc a::after {
content: '';
display: inline-block;
margin-left: 7px;
width: 14px;
height: 14px;
background: url(../images/arrow-down-circle.png) no-repeat;
background-position: center;
background-size: 16px;
vertical-align: text-top;
}
.product-detail-page .btn-showdesc #js-show-less::after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.product-detail-page .pro-tags {
margin-bottom: 30px;
}
.product-detail-related-container {
position: relative;
margin-bottom: 30px;
}
.product-detail-related-container .title {
padding: 14px;
margin-bottom: 0;
}
.product-detail-related-container .p-item:nth-child(n+3) {
display: none;
}
.product-detail-related-container .show-pro {
position: absolute;
bottom: -9px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: #fff;
z-index: 1;
font-size: 15px;
line-height: 18px;
padding: 0 5px;
}
.product-detail-related-container .p-related-container {
padding: 14px 0;
border: 1px solid #A7A6AB;
border-top: 0;
}
.product-detail-related-container .p-related-container.show-all-pro .p-item:nth-child(n+3) {
display: block;
}
.pro-history-container {
margin: 30px 0;
}
.pro-history-container .title {
font-weight: 500;
font-size: 18px;
padding-bottom: 9px;
margin-bottom: 16px;
line-height: 160%;
}
.p-comment-container {
border-top: 1px solid #C4C4C4;
padding: 0 0 18px 0;
}
.p-comment-container .title-count {
padding-top: 38px;
}
.artilce-page {
padding: 0 7px;
}
.artilce-page .art-group-title {
font-weight: 500;
font-size: 18px;
line-height: 21px;
margin-bottom: 19px;
}
.artilce-page .art-title {
font-weight: 500;
font-size: 14px;
line-height: 16px;
}
.artilce-page time {
font-size: 12px;
line-height: 14px;
display: block;
margin-top: 6px;
}
.artilce-page .home-news-container {
padding: 0;
margin: 0;
border-top: 1px solid #C4C4C4;
}
.artilce-page .time-group {
margin: 15px 0;
line-height: 14px;
color: #666666;
font-size: 12px;
}
.artilce-page .icon-time, .artilce-page .icon-user, .artilce-page .icon-art-visit, .artilce-page .icon-foler {
margin-right: 20px;
}
.artilce-page .icon-time::before, .artilce-page .icon-user::before, .artilce-page .icon-art-visit::before, .artilce-page .icon-foler::before {
content: '';
display: inline-block;
width: 12px;
height: 12px;
margin-right: 2px;
background-position: center;
background-size: 12px;
background-repeat: no-repeat;
vertical-align: text-top;
}
.artilce-page .icon-time:last-child, .artilce-page .icon-user:last-child, .artilce-page .icon-art-visit:last-child, .artilce-page .icon-foler:last-child {
margin-right: 0;
}
.artilce-page .icon-time::before {
background-image: url(../images/icon-clock.png);
}
.artilce-page .icon-user::before {
background-image: url(../images/icon-user.png);
}
.artilce-page .icon-art-visit {
display: none;
}
.artilce-page .icon-art-visit::before {
background-image: url(../images/icon-visit.png);
}
.artilce-page .icon-foler::before {
background-image: url(../images/icon-folder.png);
}
.art-home-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.art-home-item .art-item {
margin: 0 9px 25px 0;
width: calc(100% / 2 - 4.5px);
}
.art-home-item .art-item:nth-child(1) {
margin-right: 0;
width: 100%;
}
.art-home-item .art-item:nth-child(2n+3) {
margin-right: 0;
}
.art-home-item .art-img {
display: block;
margin-bottom: 10px;
}
.article-detail-page .art-detial-title {
margin: 0 0 11px 0;
font-size: 29px;
line-height: 34px;
}
.article-detail-page .art-detail-content {
margin: 32px 0 22px 0;
}
.art-comment-container {
border-top: 1px solid #C4C4C4;
margin-top: 25px;
}
.art-comment-container .item {
border-bottom: 1px solid #C4C4C4;
padding: 14px 0 21px 0;
}
.art-comment-container .item::after {
content: '';
display: block;
clear: both;
}
.art-comment-container .avatar {
width: 63px;
height: 63px;
border-radius: 50%;
background: #C4C4C4;
margin-right: 6px;
float: left;
color: #fff;
font-size: 30px;
text-align: center;
line-height: 63px;
}
.art-comment-container .title {
line-height: 21px;
margin: 15px 0;
}
.art-comment-container .title span {
color: #666;
}
.art-comment-container .title * {
font-size: 12px;
}
.art-comment-container .title b {
margin-bottom: 0 !important;
}
.art-comment-container .comment-content {
font-weight: 500;
font-size: 12px;
line-height: 19px;
color: #666666;
}
.art-comment-container .btn-reply {
font-weight: 500;
color: #666666;
width: 59px;
height: 25px;
line-height: 25px;
background: #EEEEEE;
text-align: center;
display: block;
}
.art-comment-container .btn-reply:hover {
color: #fff;
}
.comment-form-comtainer {
padding: 24px 0 27px 0;
border-bottom: 1px solid #C4C4C4;
}
.comment-form-comtainer > p {
font-size: 14px !important;
line-height: 16px !important;
margin-bottom: 25px !important;
}
.comment-form-comtainer .input-text {
width: 100%;
border: 1px solid #777777;
border-radius: 5px;
overflow: hidden;
margin-bottom: 12px;
}
.comment-form-comtainer input[type="text"] {
height: 34px;
width: calc(100% - 10px);
border: 0;
font-weight: 500;
padding-left: 10px;
}
.comment-form-comtainer textarea {
width: 100%;
resize: none;
height: 113px;
display: block;
border: 0;
font-weight: 500;
outline: none;
}
.comment-form-comtainer .input-area {
max-width: 100%;
padding: 11px 10px;
}
.comment-form-comtainer .btn-send-cmt {
display: block;
max-width: 150px;
width: 100%;
height: 39px;
background: #0083FF;
border-radius: 10px;
color: #fff;
border: 0;
margin: auto;
font-weight: 500;
font-size: 14px;
line-height: 16px;
}
.article-same-cat-container {
padding: 13px 0 20px 0;
}
.article-same-cat-container .title {
padding-bottom: 9px;
margin: 0;
}
.article-same-cat-container .home-news-container {
border: 0;
}
.article-same-cat-container .art-item {
padding: 27px 0;
}
.static-h1 {
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #0083FF;
margin: 10px 0;
}
.faq-page, .static-page, .error-page, .contact-page {
padding: 0 7px;
font-size: 12px;
line-height: 19px;
}
.question-list .item {
margin: 17px 0;
}
.question-list .item a {
display: block;
font-weight: 500;
font-size: 14px;
line-height: 16px;
padding-left: 20px;
position: relative;
}
.question-list .item a::before, .question-list .item a::after {
content: '';
width: 12px;
height: 4px;
background: #000;
position: absolute;
left: 0;
top: 5px;
}
.question-list .item a::after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.question-list .item a.active::after {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.question-list .answer-text {
white-space: pre-line;
display: none;
}
.error-page {
font-size: 14px;
}
.error-page .artilce-page {
padding: 0;
margin: 0;
}
.error-page .error-top {
max-width: 596px;
margin: 50px auto 18px auto;
}
.error-page .error-top a {
position: relative;
}
.error-page .error-top a::before {
content: '';
display: inline-block;
border: 2px solid #0083FF;
border-left: 0;
border-bottom: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 6px;
height: 6px;
vertical-align: middle;
margin-right: 3px;
}
.error-page .search-container {
margin: 40px 0 20px 0;
}
.error-page .search-container button {
width: 100%;
max-width: 110px;
height: 41px;
background: #0083FF;
border-radius: 5px;
font-weight: 500;
font-size: 12px;
color: #FFFFFF;
border: 0;
margin: 16px 0 0 0;
}
.error-page .search-input {
width: 100%;
height: 40px;
border: 1px solid #848484;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
padding: 0 13px;
color: #848484;
}
.contact-page .contact-info {
margin: 25px auto 30px auto;
}
.contact-page .title {
font-weight: 500;
font-size: 18px;
line-height: 21px;
margin-bottom: 25px;
}
.contact-page .text {
margin: 25px 0;
font-size: 14px;
white-space: pre-line;
padding-left: 13px;
}
.contact-page .icon-address, .contact-page .icon-email {
font-weight: 500;
font-size: 14px;
line-height: 16px;
display: block;
position: relative;
}
.contact-page .icon-address::before, .contact-page .icon-email::before {
content: '';
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: inline-block;
vertical-align: middle;
}
.contact-page .icon-address::before {
background-image: url(../images/map-black.png);
width: 18px;
height: 18px;
margin-right: 5px;
}
.contact-page .icon-email::before {
background-image: url(../images/email-black.png);
width: 20px;
height: 20px;
margin-right: 10px;
}
.cart-bg {
background: #f5f5f5;
}
.cart-page {
padding: 18px 7px;
}
.cart-page .p-item {
width: 150px;
margin-right: 11px;
}
.cart-page .cart-items-group {
line-height: 19px;
position: relative;
}
.cart-page .tbl-group {
background: #FFFFFF;
border: 1px solid #E2E2E2;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cart-page .cart-item {
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;
padding: 14px 10px 21px 10px;
border-bottom: 1px solid #BDBCC0;
word-break: break-word;
line-height: 14px;
overflow: hidden;
width: 100%;
}
.cart-page .tbl-col-1 {
width: 20px;
}
.cart-page .tbl-col-2 {
width: calc(100% - 20px);
}
.cart-page .tbl-col-2::after {
content: '';
display: block;
clear: both;
}
.cart-page .tbl-col-3 {
width: 100%;
padding-left: 50px;
margin-top: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cart-page .tbl-title {
padding: 25px 10px;
}
.cart-page .total-items-price {
padding: 18px 17px 23px 0;
}
.cart-page .item-img {
width: 60px;
margin-right: 10px;
display: block;
float: left;
}
.cart-page .item-img img {
display: block;
}
.cart-page .item-text {
width: calc(100% - 70px);
float: left;
padding-top: 5px;
}
.cart-page .item-name {
margin-bottom: 10px;
display: block;
}
.cart-page .item-price {
display: block;
color: #F12626;
font-weight: bold;
}
.cart-page .quantity-item {
width: 27px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
color: #666666;
font-weight: 500;
border: 1px solid #CCCCCC;
float: left;
}
.cart-page .buy-quantity {
width: 38px;
}
.cart-page .buy-quantity input {
width: 100%;
border: 0;
text-align: center;
height: 100%;
padding: 0;
}
.cart-page .minus {
border-right: 0;
}
.cart-page .plus {
border-left: 0;
}
.cart-page .related-pro {
display: block;
position: relative;
}
.cart-page .related-pro-container {
max-width: 77px;
text-align: center;
}
.cart-page .pro-history-container {
margin: 10px 0;
padding: 20px 0 30px 0;
}
.cart-page .pro-history-container .title {
margin-bottom: 20px;
}
.cart-page .related-pro-holder {
background: #fff;
padding: 20px 7px;
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.cart-page .related-pro-group {
overflow-x: scroll;
border: 1px solid #0083FF;
white-space: nowrap;
margin-top: 16px;
display: none;
position: relative;
}
.cart-page .related-pro-group::before {
content: '';
}
.cart-page .p-item .p-icon-type span, .cart-page .p-item .p-name {
white-space: break-spaces;
}
.cart-customer-info {
border: 1px solid #E2E2E2;
border-radius: 5px;
padding: 18px 0 21px 0;
}
.cart-customer-info td {
vertical-align: top;
}
.cart-customer-info .title {
background: #ECECEC;
font-weight: bold;
padding: 10px 7px;
margin-bottom: 18px;
}
.cart-customer-info .input-item {
border: 1px solid #C4C4C4;
border-radius: 5px;
margin-bottom: 19px;
overflow: hidden;
}
.cart-customer-info .input-item input, .cart-customer-info .input-item textarea {
outline: none;
resize: none;
height: 34px;
display: block;
border: 0;
padding-left: 10px;
width: calc(100% - 10px);
}
.cart-customer-info .input-item textarea {
height: 47px;
padding: 10px 0 10px 10px;
}
.cart-customer-info .cart-button-buy {
margin-top: 30px;
}
.cart-customer-info .cart-button-buy a, .cart-customer-info .cart-button-buy button {
display: block;
background: #0083FF;
color: #fff;
font-weight: 500;
width: 100%;
text-align: center;
margin-bottom: 4px;
padding: 10px;
border-radius: 5px;
border: 0;
}
.cart-customer-info .cart-button-buy a:nth-child(1), .cart-customer-info .cart-button-buy button:nth-child(1) {
margin-right: 5px;
}
.cart-customer-info .cart-button-buy a:nth-child(1), .cart-customer-info .cart-button-buy a:nth-child(2), .cart-customer-info .cart-button-buy button:nth-child(1), .cart-customer-info .cart-button-buy button:nth-child(2) {
width: calc(50% - 23px);
}
.cart-customer-info .cart-button-buy button {
background: #E43A30;
}
.cart-customer-info .content {
padding: 0 7px 10px 7px;
line-height: 19px;
}
.cart-customer-info .item-right .title {
margin-bottom: 11px;
}
.cart-customer-info .item-right .price {
margin-bottom: 24px;
}
.ceo-page {
padding: 0 7px 10px 7px;
}
.ceo-page .ceo-info .name {
font-weight: bold;
font-size: 24px;
line-height: 38px;
text-align: justify;
margin: 24px 0 2px 0;
}
.ceo-page .ceo-social-media {
margin: 24px 0 72px 0;
}
.ceo-page .ceo-social-media a {
display: inline-block;
margin-right: 10px;
width: 28px;
height: 28px;
border-radius: 50%;
overflow: hidden;
background-repeat: no-repeat;
background-size: 28px;
background-position: center;
}
.ceo-page .ceo-twitter {
background-image: url(../images/ceo-twitter.png);
}
.ceo-page .ceo-facebook {
background-image: url(../images/ceo-facebook.png);
}
.ceo-page .ceo-pinterest {
background-image: url(../images/ceo-p.png);
}
.ceo-page .ceo-linkedin {
background-image: url(../images/ceo-linked.png);
}
.p-7 {
padding: 0 7px;
}
.about-page h1 {
color: #222;
margin: 13px 0 10px 0;
}
.about-page img {
display: block;
}
.about-page .bg-f6 {
background: #F6F6F6;
}
.about-page .about-item {
padding: 14px 7px;
}
.about-page .text-title {
font-weight: 500;
font-size: 18px;
margin-bottom: 12px;
line-height: 130%;
}
.about-page .pre-line {
white-space: pre-line;
line-height: 22px;
text-align: justify;
}
.about-page .line-right {
position: relative;
font-size: 14px;
line-height: 26px;
margin-bottom: 10px;
line-height: 26px;
}
.about-page .line-right::after {
content: '';
position: absolute;
width: 18px;
height: 2px;
background: #0083FF;
margin-left: 11px;
top: 12px;
}
.about-page .about-icon-group {
border-top: 1px solid #C4C4C4;
margin: 20px 0;
padding-top: 15px;
}
.about-page .number {
line-height: 160%;
}
.about-page .about-icon-phone {
width: 30px;
height: 30px;
border-radius: 50%;
margin-right: 15px;
display: block;
background: #E9E9E9;
background-image: url(../images/about-phone.png);
background-repeat: no-repeat;
background-position: center;
background-size: 17px;
-webkit-animation: phonering 1.2s infinite ease-in-out;
animation: phonering 1.2s infinite ease-in-out;
}
.evolution-stage-container {
white-space: nowrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow-x: scroll;
padding: 0 2px;
}
.evolution-stage-container .item {
position: relative;
padding-right: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%;
}
.evolution-stage-container .item:nth-child(odd) .text {
max-height: 48px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.evolution-stage-container .item:nth-child(2n) .year {
background: #4BBBD7;
margin-top: 53px;
}
.evolution-stage-container .item:nth-child(2n) .year::before, .evolution-stage-container .item:nth-child(2n) .year::after {
background: #4BBBD7;
}
.evolution-stage-container .item:nth-child(2n) .text {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
border-color: #4BBBD7;
}
.evolution-stage-container .item:nth-child(2n) .text::before, .evolution-stage-container .item:nth-child(2n) .text::after {
background: #4BBBD7;
}
.evolution-stage-container .item:last-child .year::before {
background: unset;
}
.evolution-stage-container .text {
margin: 0;
font-size: 8px;
line-height: 160%;
min-height: 48px;
position: relative;
padding-left: 5px;
white-space: break-spaces;
width: 145px;
border-left: 1px solid #0083FF;
}
.evolution-stage-container .text::before, .evolution-stage-container .text::after {
content: '';
position: absolute;
left: -2.5px;
width: 4px;
height: 4px;
border-radius: 50%;
background: #0083FF;
}
.evolution-stage-container .text::before {
top: 0;
}
.evolution-stage-container .text::after {
bottom: 0;
}
.evolution-stage-container .year {
display: block;
position: relative;
margin: 5px 0;
font-weight: bold;
font-size: 18px;
background: #0083FF;
text-align: center;
color: #fff;
width: calc(100% - 20px);
height: 37px;
line-height: 37px;
}
.evolution-stage-container .year::before {
content: '';
position: absolute;
width: 38px;
height: 1px;
background: #0083FF;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: -55px;
}
.evolution-stage-container .year::after {
content: '';
height: 26px;
width: 26px;
background: #0083FF;
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: -13px;
top: 5.5px;
z-index: -1;
}
@media (max-width: 319px) {
.footer-info-container .item-1, .footer-info-container .item-2 {
width: 100%;
}
}
/*# sourceMappingURL=mobile_css.css.map */