1342 lines
26 KiB
CSS
1342 lines
26 KiB
CSS
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
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;
|
|
}
|
|
|
|
.d-flex {
|
|
display: flex !important;
|
|
}
|
|
|
|
.d-block {
|
|
display: block;
|
|
}
|
|
|
|
.flex-wrap {
|
|
flex-wrap: wrap !important;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.align-items {
|
|
align-items: center !important;
|
|
}
|
|
|
|
.space-between {
|
|
justify-content: space-between !important;
|
|
}
|
|
|
|
.space-center {
|
|
justify-content: center !important;
|
|
}
|
|
|
|
.d-block {
|
|
display: block !important;
|
|
}
|
|
|
|
.flex-direction {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.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 108px;
|
|
display: block;
|
|
}
|
|
|
|
.global-header .content-main-header {
|
|
padding: 25px 0;
|
|
}
|
|
.global-header .logo {
|
|
width: 130px;
|
|
margin-right: 50px;
|
|
}
|
|
.global-header .header-mid {
|
|
width: 570px;
|
|
margin-right: 30px;
|
|
}
|
|
.global-header .header-mid .item {
|
|
margin-right: 20px;
|
|
text-transform: uppercase;
|
|
}
|
|
.global-header .header-mid .item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.global-header .header-mid .item:hover {
|
|
color: #ff5c00;
|
|
}
|
|
.global-header .header-right {
|
|
width: calc(100% - 130px - 80px - 570px);
|
|
}
|
|
.global-header .header-right .item {
|
|
margin: 0 10px;
|
|
}
|
|
.global-header .header-right .item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.global-header .header-right .txt {
|
|
padding-left: 10px;
|
|
}
|
|
.global-header .header-right .txt span {
|
|
padding-left: 5px;
|
|
}
|
|
.global-header .header-right .box-cart {
|
|
position: relative;
|
|
}
|
|
.global-header .header-right .box-cart .icon-counter {
|
|
position: absolute;
|
|
top: -2px;
|
|
right: -8px;
|
|
width: 17px;
|
|
height: 17px;
|
|
background: #ff5c00;
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
line-height: 17px;
|
|
}
|
|
.global-header .icon_2023.account {
|
|
width: 25px;
|
|
height: 28px;
|
|
background-position: 0px 0px;
|
|
filter: grayscale(100%);
|
|
}
|
|
.global-header .icon_2023.cart {
|
|
width: 27px;
|
|
height: 30px;
|
|
background-position: -43px 0px;
|
|
filter: grayscale(100%);
|
|
}
|
|
|
|
.form__input {
|
|
width: 185px;
|
|
border-radius: 20px;
|
|
}
|
|
.form__input:focus-within {
|
|
border: 1px solid #ff5c00;
|
|
}
|
|
.form__input:focus-within .search-form {
|
|
border: none;
|
|
}
|
|
|
|
.form__input .search-form {
|
|
border-radius: 20px;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
position: relative;
|
|
width: 100%;
|
|
border: 1px solid #ff5c00;
|
|
}
|
|
|
|
.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: -124px -33px;
|
|
}
|
|
|
|
.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: 40px;
|
|
}
|
|
|
|
.product-flash-sale {
|
|
margin-top: 35px;
|
|
}
|
|
.product-flash-sale .title {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.product-flash-sale .title h2 {
|
|
font-family: "Playfair Display";
|
|
font-size: 40px;
|
|
color: #ff5c00;
|
|
font-weight: 400;
|
|
text-transform: uppercase;
|
|
padding-right: 20px;
|
|
}
|
|
.product-flash-sale .product-time-holder {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 10px;
|
|
}
|
|
.product-flash-sale .product-time-holder .item-time {
|
|
margin-right: 14px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
text-align: center;
|
|
flex-direction: column;
|
|
}
|
|
.product-flash-sale .product-time-holder .item-time b {
|
|
background: linear-gradient(180deg, #595959 0%, #000000 100%);
|
|
border-radius: 5px;
|
|
width: 35px;
|
|
height: 35px;
|
|
text-align: center;
|
|
line-height: 35px;
|
|
color: #fff;
|
|
font-weight: 700;
|
|
position: relative;
|
|
font-size: 16px;
|
|
}
|
|
.product-flash-sale .product-time-holder .item-time b:last-child {
|
|
margin: 0;
|
|
}
|
|
.product-flash-sale .product-time-holder .item-time b::after {
|
|
content: ":";
|
|
position: absolute;
|
|
right: -10px;
|
|
color: #000;
|
|
}
|
|
.product-flash-sale .product-time-holder .item-time:last-child b {
|
|
margin: 0;
|
|
}
|
|
.product-flash-sale .product-time-holder .item-time:last-child b::after {
|
|
content: none;
|
|
}
|
|
.product-flash-sale .more-all {
|
|
color: #ff5c00;
|
|
font-weight: 700;
|
|
}
|
|
.product-flash-sale .product-list {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.product-item-deal {
|
|
background: #ffffff;
|
|
border: 1px solid #ff5c00;
|
|
border-radius: 30px;
|
|
padding: 20px;
|
|
width: calc(33.3333333333% - 15px);
|
|
margin-right: 15px;
|
|
}
|
|
.product-item-deal .image-product {
|
|
display: block;
|
|
position: relative;
|
|
height: 450px;
|
|
overflow: hidden;
|
|
border-radius: 26px;
|
|
}
|
|
.product-item-deal .image-product img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
transition: 0.5s all;
|
|
transform: scale(1);
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.product-item-deal .image-product:hover img {
|
|
transform: scale(1.05);
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.product-item-deal .image-product .saleoff {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 70px;
|
|
height: 40px;
|
|
background: #ff5c00;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
font-size: 15px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
border-radius: 25px;
|
|
}
|
|
.product-item-deal .image-product .saleoff:hover {
|
|
background: #fff;
|
|
color: #ff5c00;
|
|
}
|
|
.product-item-deal .info-product .product-title {
|
|
font-size: 16px;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
height: 35px;
|
|
margin-top: 20px;
|
|
font-weight: 500;
|
|
}
|
|
.product-item-deal .info-product .product-title:hover {
|
|
color: #ff5c00;
|
|
}
|
|
.product-item-deal .content-info {
|
|
margin-right: 30px;
|
|
}
|
|
.product-item-deal .price {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
color: #000;
|
|
display: block;
|
|
margin-right: 10px;
|
|
}
|
|
.product-item-deal .old-price {
|
|
font-size: 14px;
|
|
color: #b4b4b4;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
.product-item-deal .product-price-main {
|
|
margin: 10px 0;
|
|
}
|
|
.product-item-deal .buy-cart {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
background: #ffc09c;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 30px;
|
|
}
|
|
.product-item-deal .buy-cart:hover {
|
|
background: #ff5c00;
|
|
}
|
|
.product-item-deal .icon_2023.cart {
|
|
width: 27px;
|
|
height: 30px;
|
|
background-position: -88px -35px;
|
|
}
|
|
.product-item-deal .deal-count {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 18px;
|
|
background: #f0f0f0;
|
|
border-radius: 9px;
|
|
}
|
|
.product-item-deal .deal-count b {
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
line-height: 18px;
|
|
display: block;
|
|
z-index: 9;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%, 0);
|
|
}
|
|
.product-item-deal .deal-count .count-bg {
|
|
position: absolute;
|
|
left: 1px;
|
|
bottom: 0;
|
|
background: linear-gradient(90deg, #ff5c00 50%, #ff9900 100%);
|
|
border-radius: 9px;
|
|
height: 18px;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
|
|
.homepage .banner-sale-home {
|
|
margin-top: 10px;
|
|
}
|
|
.homepage .banner-sale-home .item {
|
|
display: block;
|
|
width: 50%;
|
|
margin-right: 10px;
|
|
}
|
|
.homepage .banner-sale-home .item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.homepage .product-new {
|
|
margin-top: 57px;
|
|
}
|
|
.homepage .product-new .title {
|
|
margin-bottom: 28px;
|
|
}
|
|
.homepage .product-new .title h2 {
|
|
font-size: 36px;
|
|
font-weight: 400;
|
|
font-family: "Playfair Display";
|
|
text-transform: uppercase;
|
|
margin-bottom: 10px;
|
|
}
|
|
.homepage .product-new .title p {
|
|
color: #575757;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.homepage .product-new .title a {
|
|
color: #ff5c00;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
}
|
|
.homepage .product-new .title i {
|
|
font-weight: 700;
|
|
}
|
|
.homepage .product-new .product-list {
|
|
margin-right: -15px;
|
|
}
|
|
.homepage .list-product-collection {
|
|
margin-top: 10px;
|
|
}
|
|
.homepage .list-product-collection .item {
|
|
margin-right: 15px;
|
|
}
|
|
.homepage .list-product-collection .item:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.homepage .product-saleoff {
|
|
margin-top: 57px;
|
|
}
|
|
.homepage .product-saleoff .title {
|
|
margin-bottom: 28px;
|
|
}
|
|
.homepage .product-saleoff .title h2 {
|
|
font-size: 36px;
|
|
font-weight: 400;
|
|
font-family: "Playfair Display";
|
|
text-transform: uppercase;
|
|
margin-bottom: 10px;
|
|
}
|
|
.homepage .product-saleoff .title a {
|
|
color: #ff5c00;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
}
|
|
.homepage .product-saleoff .title i {
|
|
font-weight: 700;
|
|
}
|
|
.homepage .product-saleoff .product-list {
|
|
margin-right: -15px;
|
|
}
|
|
.homepage .product-saleoff .product-list .product-item {
|
|
border: 1px solid #959595;
|
|
}
|
|
.homepage .feedback-customer {
|
|
margin-top: 57px;
|
|
}
|
|
.homepage .feedback-customer .title {
|
|
margin-bottom: 28px;
|
|
}
|
|
.homepage .feedback-customer .title h2 {
|
|
font-size: 36px;
|
|
font-weight: 400;
|
|
font-family: "Playfair Display";
|
|
text-transform: uppercase;
|
|
margin-bottom: 10px;
|
|
}
|
|
.homepage .feedback-customer .title a {
|
|
color: #ff5c00;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
}
|
|
.homepage .feedback-customer .title i {
|
|
font-weight: 700;
|
|
}
|
|
.homepage .feedback-customer .list-feedback {
|
|
margin-right: -15px;
|
|
}
|
|
.homepage .item-review {
|
|
width: calc(50% - 15px);
|
|
margin-right: 15px;
|
|
}
|
|
.homepage .item-review img {
|
|
display: block;
|
|
margin-bottom: 15px;
|
|
border-radius: 20px;
|
|
}
|
|
.homepage .item-review .txt {
|
|
display: block;
|
|
margin: 15px 0;
|
|
}
|
|
.homepage .item-review .info img {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
.homepage .item-review .info b {
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.product-item {
|
|
background: #ffffff;
|
|
border: 1px solid #00a3ff;
|
|
border-radius: 30px;
|
|
padding: 20px;
|
|
width: calc(33.3333333333% - 15px);
|
|
margin-right: 15px;
|
|
margin-bottom: 15px;
|
|
position: relative;
|
|
}
|
|
.product-item .image-product {
|
|
display: block;
|
|
position: relative;
|
|
height: 450px;
|
|
overflow: hidden;
|
|
border-radius: 26px;
|
|
}
|
|
.product-item .image-product img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
transition: 0.5s all;
|
|
transform: scale(1);
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.product-item .image-product:hover img {
|
|
transform: scale(1.05);
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.product-item .box-sale {
|
|
position: absolute;
|
|
left: 20px;
|
|
top: 18px;
|
|
width: 70px;
|
|
height: 40px;
|
|
font-weight: 600;
|
|
font-size: 15px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
border-radius: 25px;
|
|
}
|
|
.product-item .box-sale.new {
|
|
background: #00a3ff;
|
|
color: #fff;
|
|
}
|
|
.product-item .box-sale.new:hover {
|
|
background: #fff;
|
|
color: #00a3ff;
|
|
}
|
|
.product-item .box-sale.saleoff {
|
|
background: #ff5c00;
|
|
color: #fff;
|
|
}
|
|
.product-item .box-sale.saleoff:hover {
|
|
background: #fff;
|
|
color: #ff5c00;
|
|
}
|
|
.product-item .info-product .product-title {
|
|
font-size: 16px;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
height: 35px;
|
|
margin-top: 20px;
|
|
font-weight: 500;
|
|
}
|
|
.product-item .info-product .product-title:hover {
|
|
color: #ff5c00;
|
|
}
|
|
.product-item .content-info {
|
|
margin-right: 30px;
|
|
}
|
|
.product-item .price {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
color: #000;
|
|
display: block;
|
|
margin-right: 10px;
|
|
}
|
|
.product-item .old-price {
|
|
font-size: 14px;
|
|
color: #b4b4b4;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
.product-item .product-price-main {
|
|
margin: 10px 0;
|
|
}
|
|
.product-item .buy-cart {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
background: #ffc09c;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 30px;
|
|
}
|
|
.product-item .buy-cart:hover {
|
|
background: #ff5c00;
|
|
}
|
|
.product-item .icon_2023.cart {
|
|
width: 27px;
|
|
height: 30px;
|
|
background-position: -88px -35px;
|
|
}
|
|
.product-item .deal-count {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 18px;
|
|
background: #f0f0f0;
|
|
border-radius: 9px;
|
|
}
|
|
.product-item .deal-count b {
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
line-height: 18px;
|
|
display: block;
|
|
z-index: 9;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%, 0);
|
|
}
|
|
.product-item .deal-count .count-bg {
|
|
position: absolute;
|
|
left: 1px;
|
|
bottom: 0;
|
|
background: linear-gradient(90deg, #ff5c00 50%, #ff9900 100%);
|
|
border-radius: 9px;
|
|
height: 18px;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
|
|
.icon_star {
|
|
display: block;
|
|
background: url(../images/star_2023.png) no-repeat;
|
|
height: 12px;
|
|
width: 75px;
|
|
}
|
|
.icon_star.star5 {
|
|
background-position: 0 0;
|
|
}
|
|
.icon_star.star4 {
|
|
background-position: 0 -15px;
|
|
}
|
|
.icon_star.star3 {
|
|
background-position: 0 -30px;
|
|
}
|
|
.icon_star.star2 {
|
|
background-position: 0 -45px;
|
|
}
|
|
.icon_star.star1 {
|
|
background-position: 0 -60px;
|
|
}
|
|
.icon_star.star0 {
|
|
background-position: 0 -75px;
|
|
}
|
|
|
|
.global-footer {
|
|
margin-top: 20px;
|
|
}
|
|
.global-footer .left {
|
|
width: 50%;
|
|
margin-right: 15px;
|
|
}
|
|
.global-footer .right {
|
|
width: 50%;
|
|
}
|
|
.global-footer .box-form-email,
|
|
.global-footer .box-media {
|
|
background: #efefef;
|
|
border-radius: 30px 0px;
|
|
height: 92px;
|
|
padding: 0 20px;
|
|
}
|
|
.global-footer .box-form-email .title,
|
|
.global-footer .box-media .title {
|
|
width: 50%;
|
|
margin-right: 15px;
|
|
font-family: "Playfair Display";
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
}
|
|
.global-footer .content-form {
|
|
width: 310px;
|
|
background: #fafcfe;
|
|
border: 1px solid #ff5c00;
|
|
border-radius: 10px;
|
|
height: 45px;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.global-footer #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;
|
|
}
|
|
.global-footer .send-newsletter {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
border: 0;
|
|
width: 40px;
|
|
height: 40px;
|
|
font-weight: 300;
|
|
background: transparent;
|
|
cursor: pointer;
|
|
}
|
|
.global-footer .send-newsletter .icon_2023.send-form {
|
|
width: 31px;
|
|
height: 40px;
|
|
background-position: 0 -73px;
|
|
}
|
|
.global-footer .list-social .item {
|
|
width: 46px;
|
|
height: 46px;
|
|
background: #000000;
|
|
border-radius: 8px;
|
|
margin-right: 12px;
|
|
text-align: center;
|
|
line-height: 46px;
|
|
}
|
|
.global-footer .list-social .item i {
|
|
margin-top: 13px;
|
|
color: #fff;
|
|
font-size: 23px;
|
|
}
|
|
.global-footer .content-footer-top {
|
|
margin-top: 20px;
|
|
}
|
|
.global-footer .content-footer-top .item {
|
|
width: calc(33.3333333333% - 15px);
|
|
margin-right: 15px;
|
|
}
|
|
.global-footer .content-footer-top p {
|
|
font-size: 14px;
|
|
display: block;
|
|
margin-bottom: 15px;
|
|
}
|
|
.global-footer .content-footer-top .phone {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
font-size: 22px;
|
|
font-weight: 600;
|
|
}
|
|
.global-footer .content-footer-top .link-showrrom {
|
|
margin-top: 5px;
|
|
display: block;
|
|
text-decoration: underline;
|
|
}
|
|
.global-footer .content-footer-main {
|
|
margin-top: 30px;
|
|
padding: 20px 0;
|
|
background: #efefef;
|
|
border-radius: 30px 0px;
|
|
}
|
|
.global-footer .content-footer-main .item {
|
|
width: 33.3333333333%;
|
|
}
|
|
.global-footer .content-footer-main .title {
|
|
text-align: center;
|
|
justify-content: center;
|
|
font-size: 16px;
|
|
margin-top: 5px;
|
|
cursor: pointer;
|
|
}
|
|
.global-footer .content-footer-main .title i {
|
|
margin-left: 5px;
|
|
margin-bottom: 3px;
|
|
font-size: 20px;
|
|
}
|
|
.global-footer .content-footer-main .content {
|
|
margin-top: 10px;
|
|
padding-left: 15px;
|
|
display: none;
|
|
}
|
|
.global-footer .content-footer-main .show-footer.active .content {
|
|
display: block;
|
|
}
|
|
.global-footer .content-footer-bottom {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.global-breadcrumb {
|
|
padding: 30px 0;
|
|
background: #efe2da;
|
|
}
|
|
|
|
.breadcrumb ol {
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
background: none;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.breadcrumb ol li {
|
|
list-style: none;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.breadcrumb ol li a span {
|
|
font-size: 15px;
|
|
color: #333;
|
|
display: flex;
|
|
align-items: center;
|
|
text-transform: uppercase;
|
|
}
|
|
.breadcrumb ol li a span:hover {
|
|
color: #f90012;
|
|
}
|
|
|
|
.breadcrumb ol li a:last-child {
|
|
color: #222;
|
|
}
|
|
|
|
.breadcrumb ol li a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.breadcrumb ol li i {
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
color: #000;
|
|
font-style: normal;
|
|
}
|
|
|
|
.breadcrumb ol li:last-child i {
|
|
display: none;
|
|
}
|
|
|
|
.breadcrumb .name {
|
|
font-size: 25px;
|
|
padding-top: 20px;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.product-detail .main-product-detail {
|
|
margin-top: 20px;
|
|
}
|
|
.product-detail .product-image-detail {
|
|
width: 55%;
|
|
margin-right: 30px;
|
|
}
|
|
.product-detail #sync1 .item img {
|
|
border-radius: 26px;
|
|
}
|
|
.product-detail #sync2 {
|
|
margin-top: 15px;
|
|
}
|
|
.product-detail #sync2 img {
|
|
height: 115px;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
border-radius: 8px;
|
|
}
|
|
.product-detail .product-info-detail {
|
|
width: calc(45% - 30px);
|
|
}
|
|
.product-detail .product-info-detail .name {
|
|
font-size: 28px;
|
|
margin-bottom: 10px;
|
|
display: block;
|
|
}
|
|
.product-detail .product-info-detail .sku {
|
|
font-size: 15px;
|
|
margin-right: 40px;
|
|
}
|
|
.product-detail .product-info-detail .total-review span {
|
|
font-size: 14px;
|
|
}
|
|
.product-detail .product-info-detail .main-price {
|
|
margin: 15px 0;
|
|
}
|
|
.product-detail .product-info-detail .price {
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
margin-right: 10px;
|
|
}
|
|
.product-detail .product-info-detail .old-price {
|
|
font-size: 20px;
|
|
color: #8e8e8e;
|
|
}
|
|
.product-detail .product-info-detail .click-size {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 15px;
|
|
}
|
|
.product-detail .product-info-detail .click-size .icon_2023.size {
|
|
width: 20px;
|
|
height: 10px;
|
|
background-position: -38px -85px;
|
|
}
|
|
.product-detail .product-info-detail .click-size span {
|
|
color: #0083cc;
|
|
font-size: 15px;
|
|
margin-left: 10px;
|
|
}
|
|
.product-detail .product-info-detail .btn-buy {
|
|
height: 50px;
|
|
background: #000000;
|
|
border-radius: 15px;
|
|
margin-bottom: 15px;
|
|
text-align: center;
|
|
}
|
|
.product-detail .product-info-detail .btn-buy a {
|
|
color: #fff;
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
text-transform: uppercase;
|
|
line-height: 50px;
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
.product-detail .product-info-detail .btn-buy.showrrom {
|
|
border: 1px solid #000000;
|
|
background: #fff;
|
|
}
|
|
.product-detail .product-info-detail .btn-buy.showrrom a {
|
|
color: #000;
|
|
font-weight: 400;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.product-detail .product-info-detail .btn-buy.showrrom .icon_2023.map {
|
|
width: 21px;
|
|
height: 23px;
|
|
background-position: -71px -79px;
|
|
margin-bottom: 3px;
|
|
}
|
|
.product-detail .product-info-detail .btn-buy.showrrom span {
|
|
margin-left: 5px;
|
|
}
|
|
.product-detail .product-info-detail .note-detail div {
|
|
margin-bottom: 15px;
|
|
}
|
|
.product-detail .product-info-detail .note-detail span {
|
|
font-size: 14px;
|
|
}
|
|
.product-detail .content-product-detail {
|
|
margin-top: 30px;
|
|
border-top: 1px solid #efe2da;
|
|
padding-top: 20px;
|
|
}
|
|
.product-detail .list-tab {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.product-detail .list-tab .item-tab {
|
|
margin-right: 50px;
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
}
|
|
.product-detail .list-tab .item-tab.active {
|
|
color: #ff5c00;
|
|
}
|
|
.product-detail .content-tab {
|
|
display: none;
|
|
}
|
|
.product-detail .content-tab.active {
|
|
display: block;
|
|
}
|
|
.product-detail .product-related {
|
|
margin-top: 20px;
|
|
padding-top: 20px;
|
|
border-top: 1px solid #efe2da;
|
|
}
|
|
.product-detail .product-related .title {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
margin-bottom: 20px;
|
|
}
|
|
.product-detail .box-related {
|
|
background: #efefef;
|
|
border-radius: 26px 0 0 26px;
|
|
}
|
|
.product-detail .box-related .left {
|
|
width: 340px;
|
|
margin-right: 30px;
|
|
}
|
|
.product-detail .box-related .left img {
|
|
display: block;
|
|
}
|
|
.product-detail .box-related .right {
|
|
width: calc(100% - 370px);
|
|
}
|
|
.product-detail .box-related .product-list {
|
|
padding: 20px 20px 0 0;
|
|
}
|
|
.product-detail .box-related .product-list .product-item {
|
|
border: none;
|
|
padding: 0;
|
|
background: transparent;
|
|
border-radius: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.product-detail .box-related .product-list .box-sale {
|
|
left: -1px;
|
|
top: 0;
|
|
width: 60px;
|
|
}
|
|
.product-detail .box-related .product-list .image-product {
|
|
height: 320px;
|
|
}
|
|
.product-detail .box-related .product-list .content-info {
|
|
width: calc(100% - 75px);
|
|
}
|
|
.product-detail .box-related .product-list .buy-cart {
|
|
width: 45px;
|
|
height: 45px;
|
|
margin-top: 0;
|
|
}
|
|
.product-detail .box-related .product-list .product-price-main {
|
|
flex-wrap: wrap;
|
|
margin: 0;
|
|
}
|
|
.product-detail .box-related .product-list .product-title {
|
|
margin: 10px 0;
|
|
font-size: 14px;
|
|
display: block;
|
|
}
|
|
.product-detail .box-list-size {
|
|
background: #ffffff;
|
|
width: 794px;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 999;
|
|
padding: 10px;
|
|
}
|
|
.product-detail .box-list-size .title {
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
margin-bottom: 20px;
|
|
}
|
|
.product-detail .box-list-size table {
|
|
border: 1px solid #e6e6e8;
|
|
}
|
|
.product-detail .box-list-size td {
|
|
padding: 15px;
|
|
}
|
|
.product-detail .box-list-size tr:nth-child(2n) {
|
|
background: #f5f5f6;
|
|
}
|
|
.product-detail .box-list-size .click-close {
|
|
position: absolute;
|
|
right: -10px;
|
|
top: -10px;
|
|
width: 36px;
|
|
height: 36px;
|
|
background: #959595;
|
|
border: 2px solid #ffffff;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
|
|
line-height: 35px;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
}
|
|
.product-detail .box-list-size .click-close i {
|
|
color: #fff;
|
|
}
|
|
|
|
.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%;
|
|
transform: translateY(-50%);
|
|
background: #ffffff !important;
|
|
border: 1px dashed #f2f2f2;
|
|
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
|
|
}
|
|
|
|
.custom-nav .owl-nav button:hover {
|
|
color: #222 !important;
|
|
background: transparent !important;
|
|
}
|
|
|
|
.custom-nav .owl-nav .owl-prev {
|
|
left: -15px;
|
|
border-radius: 50% !important;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.custom-nav .owl-nav .owl-next {
|
|
right: -15px;
|
|
border-radius: 50% !important;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.custom-nav .owl-nav i {
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.custom-nav .owl-nav .owl-prev i {
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.custom-nav .owl-nav .owl-next i {
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.nd * {
|
|
line-height: 25px;
|
|
}
|
|
|
|
.product-category .breadcrumb .name {
|
|
padding-top: 0;
|
|
}
|
|
.product-category .name-cate {
|
|
padding-top: 20px;
|
|
}
|
|
.product-category .content-filter .item {
|
|
width: 25%;
|
|
position: relative;
|
|
height: 60px;
|
|
border-right: 1px solid #efe2da;
|
|
}
|
|
.product-category .content-filter .item.mid {
|
|
width: 50%;
|
|
}
|
|
.product-category .content-filter .item.left {
|
|
line-height: 60px;
|
|
}
|
|
.product-category .content-filter .item.right {
|
|
justify-content: end;
|
|
border-right: none;
|
|
}
|
|
.product-category .content-filter .item:hover .hover-content {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
.product-category .content-filter .content-filter {
|
|
display: block;
|
|
}
|
|
.product-category .content-filter .title {
|
|
font-size: 15px;
|
|
}
|
|
.product-category .content-filter .title p {
|
|
margin: 0 5px;
|
|
}
|
|
.product-category .content-filter .title i {
|
|
margin-top: -3px;
|
|
line-height: 60px;
|
|
}
|
|
.product-category .content-filter .hover-content {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 100%;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
background: #f5f5f6;
|
|
width: 90%;
|
|
}
|
|
.product-category .content-filter .hover-content a {
|
|
padding: 0 10px;
|
|
font-size: 14px;
|
|
display: block;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-transform: uppercase;
|
|
width: 100%;
|
|
}
|
|
.product-category .content-filter .hover-content a:hover {
|
|
background: #ff5c00;
|
|
color: #fff;
|
|
}
|
|
.product-category .content-filter .content-filter-price {
|
|
margin-left: 10px;
|
|
}
|
|
.product-category #slider-range {
|
|
border-radius: 4px;
|
|
height: 4px;
|
|
background: #ff5c00;
|
|
border: 0;
|
|
margin-left: 9px;
|
|
width: 219px;
|
|
}
|
|
.product-category .filter-category {
|
|
border-bottom: 1px solid #efe2da;
|
|
}
|
|
.product-category .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-max {
|
|
background: #d9d9d9;
|
|
}
|
|
.product-category span.ui-slider-handle.ui-corner-all.ui-state-default {
|
|
background: #ff5c00;
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 50%;
|
|
border: 1px solid #ff5c00;
|
|
}
|
|
.product-category .vertical-price-filter-child {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.product-category .vertical-price-filter {
|
|
margin: 0 10px;
|
|
}
|
|
.product-category .button-filter {
|
|
display: block;
|
|
padding: 5px 20px;
|
|
border-radius: 30px;
|
|
background: #ff5c00;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
.product-category .button-filter:hover {
|
|
background: #fff;
|
|
border: 1px solid #ff5c00;
|
|
color: #ff5c00;
|
|
}
|
|
.product-category .sort-pro {
|
|
margin-left: 10px;
|
|
border: none;
|
|
}
|
|
.product-category .list-product {
|
|
margin-top: 20px;
|
|
margin-right: -15px;
|
|
}
|
|
.product-category .list-product .product-item {
|
|
border: 1px solid #959595;
|
|
}
|
|
.product-category .list-product .product-item:hover {
|
|
border: 1px solid #ff5c00;
|
|
}/*# sourceMappingURL=style.css.map */ |