2023-03-23 10:35:24 +07:00
|
|
|
* {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
2023-03-23 10:35:24 +07:00
|
|
|
font-family: "Inter", sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
color: #222;
|
|
|
|
|
font-family: "Inter", sans-serif;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
background: #fff;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
font-size: 100%;
|
|
|
|
|
font-family: "Inter", sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clearfix {
|
|
|
|
|
content: "";
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul,
|
|
|
|
|
li {
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ul,
|
|
|
|
|
.ol {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 7px;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
|
background: #f90012;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.7, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.d-flex {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box !important;
|
|
|
|
|
display: -ms-flexbox !important;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.d-block {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-wrap {
|
2023-04-10 17:06:38 +07:00
|
|
|
-ms-flex-wrap: wrap !important;
|
|
|
|
|
flex-wrap: wrap !important;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-center {
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.align-items {
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center !important;
|
|
|
|
|
-ms-flex-align: center !important;
|
|
|
|
|
align-items: center !important;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.space-between {
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-pack: justify !important;
|
|
|
|
|
-ms-flex-pack: justify !important;
|
|
|
|
|
justify-content: space-between !important;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.space-center {
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-pack: center !important;
|
|
|
|
|
-ms-flex-pack: center !important;
|
|
|
|
|
justify-content: center !important;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.d-block {
|
|
|
|
|
display: block !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-direction {
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
|
flex-direction: column;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
max-width: 1210px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.line-clamp-1 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 1;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.line-clamp-2 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.line-clamp-3 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 3;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.line-clamp-4 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 4;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.line-clamp-5 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 5;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon_2023 {
|
|
|
|
|
background: url(../images/icon_2023.png) no-repeat;
|
|
|
|
|
background-size: 150px 150px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header .icon_2023.map {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
background-position: -13px 0px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .icon_2023.store {
|
|
|
|
|
width: 19px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
background-position: -43px 0px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .icon_2023.phone {
|
|
|
|
|
width: 19px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
background-position: -70px 0px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .icon_2023.account {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
background-position: -84px -23px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .icon_2023.cart {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
background-position: -120px -23px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-top-left a {
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-top-left a:hover {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-top-left i {
|
|
|
|
|
color: #4a4a4a;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-top-right .txt {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
padding-left: 7px;
|
|
|
|
|
color: #222;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-top-right .txt:hover {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-top-right .item {
|
|
|
|
|
margin-left: 60px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-top-right a {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-top {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu {
|
|
|
|
|
background-color: #fe0003;
|
|
|
|
|
width: 290px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
line-height: 48px;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .title {
|
|
|
|
|
color: #fff;
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .title p {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .title .icon_2023.bars {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
background-position: -14px -31px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 52px;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
z-index: 4;
|
|
|
|
|
background: #fff;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
opacity: 0;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
|
|
|
|
|
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item {
|
|
|
|
|
height: 35px;
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item:first-child {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item .menu-hover {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: solid 1px #dedede;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 290px;
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(1200px - 290px);
|
2023-03-23 10:35:24 +07:00
|
|
|
height: 427px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
opacity: 0;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: translate(20px, 0);
|
|
|
|
|
transform: translate(20px, 0);
|
|
|
|
|
-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
|
|
|
|
|
transition: opacity 0.7s, -webkit-transform 0.7s;
|
2023-03-23 10:35:24 +07:00
|
|
|
transition: opacity 0.7s, transform 0.7s;
|
2023-04-10 17:06:38 +07:00
|
|
|
transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item .menu-hover .item-holder {
|
|
|
|
|
width: 30%;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item .menu-hover .title-holder {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
display: block;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item .menu-hover .holder-last {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item .menu-hover .holder-last:hover a {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item:hover {
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item:hover .cat-title {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item:hover .menu-hover {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
opacity: 1;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: translate(0, 0);
|
|
|
|
|
transform: translate(0, 0);
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item-cate {
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu .menu_holder .item-cate .cat-title {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu:hover .menu_holder {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-menu:hover .height-hover {
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "";
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-main {
|
|
|
|
|
padding: 12px 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-main .logo {
|
|
|
|
|
width: 290px;
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-main-right {
|
|
|
|
|
width: calc(100% - 290px - 290px - 490px - 35px);
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-main-right .icon_2023 {
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-filter: grayscale(100%);
|
|
|
|
|
filter: grayscale(100%);
|
2023-03-23 10:35:24 +07:00
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-main-right .item {
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% / 2);
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-main-right .item:hover .icon_2023 {
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-filter: grayscale(0%);
|
|
|
|
|
filter: grayscale(0%);
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-main-right .item.icon_cart {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.header .header-main-right .item.icon_cart .cart-count {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 1px;
|
|
|
|
|
top: 0;
|
|
|
|
|
background: #f90012;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form__input {
|
|
|
|
|
width: 490px;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.form__input:focus-within {
|
|
|
|
|
border: 1px solid #fe0003;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.form__input:focus-within .search-form {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form__input .search-form {
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: 1px solid #b09382;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form__input .submit-search {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
background: transparent;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form__input .icon_2023.search {
|
|
|
|
|
width: 25px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
background-position: -52px -28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form__input .text_search {
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0 5px 0 10px;
|
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
|
height: 100%;
|
|
|
|
|
outline: none;
|
|
|
|
|
color: #a0a0a0;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form__input .searh-form-container {
|
|
|
|
|
float: left;
|
|
|
|
|
width: calc(100% - 60px);
|
|
|
|
|
height: 35px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav button {
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
background: rgba(0, 0, 0, 0.2) !important;
|
|
|
|
|
color: #222 !important;
|
|
|
|
|
width: 25px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
font-size: 25px !important;
|
|
|
|
|
text-align: left;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: translateY(-50%);
|
2023-03-23 10:35:24 +07:00
|
|
|
transform: translateY(-50%);
|
|
|
|
|
background: #ffffff !important;
|
|
|
|
|
border: 1px dashed #f2f2f2;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
|
|
|
|
|
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav button:hover {
|
|
|
|
|
color: #222 !important;
|
|
|
|
|
background: transparent !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav .owl-prev {
|
|
|
|
|
left: 0;
|
|
|
|
|
border-radius: 50% !important;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav .owl-next {
|
|
|
|
|
right: 0;
|
|
|
|
|
border-radius: 50% !important;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav i {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
text-align: center;
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav .owl-prev i {
|
|
|
|
|
padding-right: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.custom-nav .owl-nav .owl-next i {
|
|
|
|
|
padding-left: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.homepage .banner img {
|
|
|
|
|
border-radius: 30px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .category-home {
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .category-home .title {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .category-home .list-categroy .item {
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% / 6);
|
2023-03-23 10:35:24 +07:00
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .category-home .list-categroy .icon {
|
|
|
|
|
width: 84px;
|
|
|
|
|
height: 84px;
|
|
|
|
|
margin: 0 auto 30px auto;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .category-home .list-categroy .txt {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .banner-sale-home {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .banner-sale-home .item {
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .banner-sale-home .item:last-child {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .content-list-category {
|
|
|
|
|
padding: 30px 30px 0 30px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .content-list-category:nth-child(2n) {
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .content-list-category .title-category .name {
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .content-list-category .title-category .name:hover a {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .content-list-category .title-category .list-cat {
|
|
|
|
|
margin-bottom: 15px;
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .content-list-category .title-category .list-cat .item {
|
|
|
|
|
border: 1px solid #bababa;
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
color: #bababa;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
padding: 8px 15px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .content-list-category .title-category .list-cat .item:first-child {
|
|
|
|
|
border: 1px solid #f90012;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .content-list-category .title-category .list-cat .item:hover {
|
|
|
|
|
border: 1px solid #f90012;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .customer-feeback {
|
|
|
|
|
background: #fff1f2;
|
|
|
|
|
padding: 28px 0 55px 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .customer-feeback .title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .customer-feeback .list-feeback {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .customer-feeback .custom-nav .owl-nav button {
|
|
|
|
|
position: unset;
|
|
|
|
|
bottom: 0;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: translateY(24px);
|
|
|
|
|
transform: translateY(24px);
|
2023-03-23 10:35:24 +07:00
|
|
|
margin: 0 5px !important;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .item-feeback {
|
|
|
|
|
position: relative;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
height: 275px;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .item-feeback .avatar {
|
|
|
|
|
width: 78px;
|
|
|
|
|
height: 78px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: -35px;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: translate(-50%, 0);
|
|
|
|
|
transform: translate(-50%, 0);
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .item-feeback .info {
|
|
|
|
|
padding-top: 55px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .item-feeback .content {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 25px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .item-feeback .star {
|
|
|
|
|
margin: 30px auto 0 auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .item-feeback .star img {
|
|
|
|
|
width: 100px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .item-feeback::before {
|
|
|
|
|
border: 1px dashed #f90012;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "";
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
left: 15px;
|
|
|
|
|
bottom: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.homepage .brand-list {
|
|
|
|
|
padding: 20px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon_star {
|
|
|
|
|
display: block;
|
|
|
|
|
background: url(../images/star_2023.png) no-repeat;
|
|
|
|
|
height: 12px;
|
|
|
|
|
width: 75px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.icon_star.star5 {
|
|
|
|
|
background-position: 0 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.icon_star.star4 {
|
|
|
|
|
background-position: 0 -15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.icon_star.star3 {
|
|
|
|
|
background-position: 0 -30px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.icon_star.star2 {
|
|
|
|
|
background-position: 0 -45px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.icon_star.star1 {
|
|
|
|
|
background-position: 0 -60px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.icon_star.star0 {
|
|
|
|
|
background-position: 0 -75px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-item {
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
padding: 15px;
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% / 4 - 15px);
|
2023-03-23 10:35:24 +07:00
|
|
|
margin-right: 15px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .image-product {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 250px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .image-product img {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0 auto;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transition: 0.5s all;
|
2023-03-23 10:35:24 +07:00
|
|
|
transition: 0.5s all;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
2023-03-23 10:35:24 +07:00
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .image-product:hover img {
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: scale(1.05);
|
|
|
|
|
transform: scale(1.05);
|
2023-03-23 10:35:24 +07:00
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .image-product .saleoff {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
background: #fff1f2;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .image-product .saleoff:hover {
|
|
|
|
|
background: #f90012;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .info-product .product-title {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
height: 35px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .info-product .product-title:hover {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .info-product .total-review {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
margin: 13px auto 10px auto;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .price {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .old-price {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #b4b4b4;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item .product-price-main {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer .footer-top {
|
|
|
|
|
background: url(../images/form_sale.png) no-repeat;
|
|
|
|
|
height: 307px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .form-khuyenmai {
|
|
|
|
|
width: 590px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 100px 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .form-khuyenmai .title {
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .form-khuyenmai .content-form {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: #fafcfe;
|
|
|
|
|
border: 1px solid #f90012;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
height: 45px;
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .form-khuyenmai .content-form:focus-within {
|
|
|
|
|
outline: 2px solid #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .form-khuyenmai #email-newsletter {
|
|
|
|
|
border-radius: 10px 0 0 10px;
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0 5px 0 10px;
|
|
|
|
|
width: calc(100% - 40px);
|
|
|
|
|
height: 100%;
|
|
|
|
|
outline: none;
|
|
|
|
|
color: #a0a0a0;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .form-khuyenmai .send-newsletter {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
background: transparent;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .form-khuyenmai .icon_2023.send-form {
|
|
|
|
|
width: 31px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
background-position: -90px -70px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .info-contact {
|
|
|
|
|
border-bottom: 1px dashed #b4b4b4;
|
|
|
|
|
padding: 28px 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .info-contact .item {
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% / 4);
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .info-contact .item.pay p {
|
|
|
|
|
text-align: right;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
color: #8e8e8e;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .info-contact .icon {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .info-contact .icon p {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #8e8e8e;
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .info-contact .txt {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .icon_2023.map {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
background-position: -13px 0px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .icon_2023.phone {
|
|
|
|
|
width: 19px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
background-position: -70px 0px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .content-footer-main {
|
|
|
|
|
padding: 22px 0;
|
|
|
|
|
border-bottom: 1px dashed #b4b4b4;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .content-footer-main .item-footer {
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% / 4);
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .content-footer-main .item-footer a {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .content-footer-main .item-footer a:hover {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .content-footer-main .title {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.footer .footer-contact {
|
|
|
|
|
padding: 15px 0;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb ol {
|
|
|
|
|
width: 100%;
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb ol li {
|
|
|
|
|
float: left;
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb ol li a span {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #333;
|
|
|
|
|
line-height: 45px;
|
|
|
|
|
float: left;
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.breadcrumb ol li a span:hover {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb ol li a:last-child {
|
|
|
|
|
color: #222;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb ol li h1 {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
color: #222;
|
|
|
|
|
line-height: 45px;
|
|
|
|
|
float: left;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb ol li i {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
float: left;
|
|
|
|
|
line-height: 45px;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb ol li:last-child i {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb .icon_2023.home {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 17px;
|
|
|
|
|
display: block;
|
|
|
|
|
background-position: -9px -128px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.breadcrumb .home span,
|
|
|
|
|
.breadcrumb .home i {
|
|
|
|
|
color: #b4b4b4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-category .content-product-category {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .left-category {
|
|
|
|
|
width: 290px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .left-category .title {
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .right-category {
|
|
|
|
|
width: calc(100% - 305px);
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .title-filter {
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .title-filter::after {
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "\f106";
|
|
|
|
|
right: 0;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font: normal normal normal 20px/1 FontAwesome;
|
|
|
|
|
color: #8e8e8e;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .item-filter.active .content-filter {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .item-filter.active .title-filter::after {
|
|
|
|
|
content: "\f107";
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .content-filter {
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category #slider-range {
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
height: 4px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
background: #d9d9d9;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin-left: 9px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .ui-slider-handle {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
|
|
|
|
|
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
|
2023-03-23 10:35:24 +07:00
|
|
|
background: #ffffff;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
top: -0.5rem;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .ui-slider-horizontal .ui-slider-range {
|
|
|
|
|
background: #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .vertical-price-filter {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
2023-03-23 10:35:24 +07:00
|
|
|
margin-top: 12px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .vertical-price-filter-child {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .button-filter {
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
border: 1px solid #222;
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .button-filter:hover {
|
|
|
|
|
background: #f90012;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: 1px solid #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .left {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .left i {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .filter-category .right {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .banner-categor {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .product-category-sort {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .name-category h1 {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .name-category span {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #8e8e8e;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .sort-pro {
|
|
|
|
|
width: 209px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
border: 1px solid #d3d3d3;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .product-list {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-right: -15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-category .product-list .product-item {
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% / 3 - 15px);
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-detail .product-image-detail {
|
|
|
|
|
width: 490px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-image-detail #sync1 img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-image-detail #sync2 {
|
|
|
|
|
padding: 10px 34px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-image-detail #sync2 img {
|
|
|
|
|
width: 96px;
|
|
|
|
|
height: 96px;
|
|
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-image-detail .custom-nav .owl-nav button {
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-shadow: none !important;
|
|
|
|
|
box-shadow: none !important;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-mid {
|
|
|
|
|
width: calc(100% - 490px - 185px - 30px);
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-mid .name {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-mid .brand {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-mid .sku {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-mid .detal-review {
|
|
|
|
|
padding: 3px 0;
|
|
|
|
|
border-bottom: 1px solid #e9e9e9;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-mid .product-summary {
|
|
|
|
|
padding: 13px 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-mid .product-summary li {
|
|
|
|
|
list-style: inside;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .group-price-detail {
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
border-bottom: 1px solid #e9e9e9;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .group-price-detail .price {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .group-price-detail .old-price {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #b4b4b4;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .group-price-detail .saleoff-price {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .unit-detail-amount-control {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .unit-detail-amount-control span {
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .unit-detail-amount-control a {
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
width: 29px;
|
|
|
|
|
border: 1px solid #cecece;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .unit-detail-amount-control i {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .unit-detail-amount-control input {
|
|
|
|
|
width: 46px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid #cecece;
|
|
|
|
|
border-left: 0;
|
|
|
|
|
border-right: 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .unit-detail-amount-control .minus {
|
|
|
|
|
border-radius: 5px 0 0 5px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .unit-detail-amount-control .plus {
|
|
|
|
|
border-radius: 0 5px 5px 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-store {
|
|
|
|
|
padding: 15px 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-store .link-store {
|
|
|
|
|
color: #ff981f;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-store span {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-btn-cart {
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-btn-cart .btn-buy {
|
|
|
|
|
height: 44px;
|
|
|
|
|
background: #f90012;
|
|
|
|
|
border-radius: 8px;
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% / 2 - 12px);
|
2023-03-23 10:35:24 +07:00
|
|
|
margin-right: 12px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
line-height: 44px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-btn-cart .btn-buy a {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-btn-cart .btn-buy.add-to-cart {
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
border: 1px solid #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-btn-cart .btn-buy.add-to-cart a {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-voucher {
|
|
|
|
|
border: 2px dashed #f90012;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-voucher a {
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right {
|
|
|
|
|
width: 190px;
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .title {
|
|
|
|
|
background: #f90012;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .content {
|
|
|
|
|
border: 2px dashed #f90012;
|
|
|
|
|
border-top: 0;
|
|
|
|
|
border-radius: 0 0 5px 5px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .item {
|
|
|
|
|
padding: 15px 5px 0 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .item .icon {
|
|
|
|
|
width: 32px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .item .txt {
|
|
|
|
|
width: calc(100% - 32px);
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .item .txt b {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .item .txt span {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .icon_2023 {
|
|
|
|
|
background-size: 200px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .icon_2023.phone {
|
|
|
|
|
width: 23px;
|
|
|
|
|
height: 22px;
|
|
|
|
|
background-position: -13px -210px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .icon_2023.save {
|
|
|
|
|
width: 23px;
|
|
|
|
|
height: 22px;
|
|
|
|
|
background-position: -46px -210px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .icon_2023.gift {
|
|
|
|
|
width: 23px;
|
|
|
|
|
height: 22px;
|
|
|
|
|
background-position: -79px -210px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-detail-right .icon_2023.shipping {
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 22px;
|
|
|
|
|
background-position: -117px -210px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .content-product-detail {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .content-product-detail .detail-left {
|
|
|
|
|
width: 62%;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .content-product-detail .detail-right {
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% - 62% - 16px);
|
2023-03-23 10:35:24 +07:00
|
|
|
margin-left: 16px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .list-tab {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .list-tab .item-tab {
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
border: 1px dashed #f90012;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .list-tab .item-tab.active {
|
|
|
|
|
background: #f90012;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .list-tab .item-tab.active::before {
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "";
|
|
|
|
|
left: 50%;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: translate(-50%, 0);
|
|
|
|
|
transform: translate(-50%, 0);
|
2023-03-23 10:35:24 +07:00
|
|
|
bottom: -12px;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
border-left: 12px solid transparent;
|
|
|
|
|
border-right: 12px solid transparent;
|
|
|
|
|
border-top: 12px solid red;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .content-tab {
|
|
|
|
|
display: none;
|
|
|
|
|
border: 1px solid #f90012;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
padding: 20px 15px 15px 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .content-tab.active {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .category-featured .title {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
margin-bottom: 28px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .category-featured .item {
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% / 3 - 38px);
|
2023-03-23 10:35:24 +07:00
|
|
|
margin-right: 38px;
|
|
|
|
|
margin-bottom: 38px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .category-featured .icon {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .category-featured .icon img {
|
|
|
|
|
width: 72px;
|
|
|
|
|
height: 72px;
|
|
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .category-featured .txt {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
margin-top: 23px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-same .title {
|
|
|
|
|
border: 1px solid #d3d3d3;
|
|
|
|
|
padding: 21px 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-same .product-list {
|
|
|
|
|
border-left: 1px solid #d3d3d3;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-same .product-item {
|
2023-04-10 17:06:38 +07:00
|
|
|
width: calc(100% / 2);
|
2023-03-23 10:35:24 +07:00
|
|
|
margin-right: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
border-right: 1px solid #d3d3d3;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
border-bottom: 1px solid #d3d3d3;
|
|
|
|
|
padding: 12px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-detail .product-same .product-item .image-product {
|
|
|
|
|
height: 219px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nd * {
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-flash-sale {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .title {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .title h2 {
|
|
|
|
|
font-size: 36px;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .icon_2023.flash {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 58px;
|
|
|
|
|
background-position: 1px -51px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .product-time-holder {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .product-time-holder .item-time {
|
|
|
|
|
margin-right: 14px;
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
text-align: center;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
|
flex-direction: column;
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .product-time-holder .item-time b {
|
2023-04-10 17:06:38 +07:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#ff848d), to(#f90012));
|
2023-03-23 10:35:24 +07:00
|
|
|
background: linear-gradient(180deg, #ff848d 0%, #f90012 100%);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
width: 35px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .product-time-holder .item-time b:last-child {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .product-time-holder .item-time b::after {
|
|
|
|
|
content: ":";
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: -10px;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .product-time-holder .item-time:last-child b {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .product-time-holder .item-time:last-child b::after {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .background-deal {
|
|
|
|
|
background: #fff1f2;
|
|
|
|
|
border-radius: 30px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .custom-nav .owl-prev {
|
|
|
|
|
left: -12px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .custom-nav .owl-next {
|
|
|
|
|
right: -12px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .more-all {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 15px auto 0 auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-flash-sale .more-all i {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.product-item-deal {
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
border: 1px dashed #f90012;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .image-product {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 250px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .image-product img {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0 auto;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transition: 0.5s all;
|
2023-03-23 10:35:24 +07:00
|
|
|
transition: 0.5s all;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
2023-03-23 10:35:24 +07:00
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .image-product:hover img {
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: scale(1.05);
|
|
|
|
|
transform: scale(1.05);
|
2023-03-23 10:35:24 +07:00
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .image-product .saleoff {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
background: #fff1f2;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .image-product .saleoff:hover {
|
|
|
|
|
background: #f90012;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .info-product .product-title {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
height: 35px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .info-product .total-review {
|
2023-04-10 17:06:38 +07:00
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -ms-flexbox;
|
2023-03-23 10:35:24 +07:00
|
|
|
display: flex;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2023-03-23 10:35:24 +07:00
|
|
|
margin: 13px auto 10px auto;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .price {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #f90012;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .old-price {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #b4b4b4;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .product-price-main {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .deal-count {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 250px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
background: #ffd0d4;
|
|
|
|
|
border-radius: 9px;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .deal-count .icon_2023.hot {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
background-position: -56px -75px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 9;
|
|
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .deal-count b {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
display: block;
|
|
|
|
|
z-index: 9;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
2023-04-10 17:06:38 +07:00
|
|
|
-webkit-transform: translate(-50%, 0);
|
|
|
|
|
transform: translate(-50%, 0);
|
2023-03-23 10:35:24 +07:00
|
|
|
}
|
2023-04-10 17:06:38 +07:00
|
|
|
|
2023-03-23 10:35:24 +07:00
|
|
|
.product-item-deal .deal-count .count-bg {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
background: #f90012;
|
|
|
|
|
border-radius: 9px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
display: block;
|
|
|
|
|
z-index: 1;
|
2023-04-10 17:06:38 +07:00
|
|
|
}
|
|
|
|
|
/*# sourceMappingURL=style.css.map */
|