Files
giao_dien_web_mau/demo-mevabe-1/assets/css/style.css

1545 lines
30 KiB
CSS
Raw Normal View History

2023-03-23 10:35:24 +07:00
* {
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;
}
::-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 {
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 150px;
display: block;
}
.header .icon_2023.map {
width: 16px;
height: 20px;
background-position: -13px 0px;
}
.header .icon_2023.store {
width: 19px;
height: 20px;
background-position: -43px 0px;
}
.header .icon_2023.phone {
width: 19px;
height: 20px;
background-position: -70px 0px;
}
.header .icon_2023.account {
width: 30px;
height: 34px;
background-position: -84px -23px;
}
.header .icon_2023.cart {
width: 30px;
height: 34px;
background-position: -120px -23px;
}
.header .header-top-left a {
padding: 0 10px;
font-size: 13px;
}
.header .header-top-left a:hover {
color: #f90012;
}
.header .header-top-left i {
color: #4a4a4a;
}
.header .header-top-right .txt {
font-size: 13px;
padding-left: 7px;
color: #222;
font-weight: 400;
}
.header .header-top-right .txt:hover {
color: #f90012;
}
.header .header-top-right .item {
margin-left: 60px;
}
.header .header-top-right a {
color: #f90012;
font-weight: 700;
}
.header .header-top {
padding: 10px;
background: #f2f2f2;
}
.header .header-menu {
background-color: #fe0003;
width: 290px;
height: 48px;
line-height: 48px;
position: relative;
padding: 0 10px;
border-radius: 8px;
}
.header .header-menu .title {
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.header .header-menu .title p {
text-transform: uppercase;
font-size: 18px;
margin-left: 10px;
}
.header .header-menu .title .icon_2023.bars {
display: block;
width: 30px;
height: 24px;
background-position: -14px -31px;
}
.header .header-menu .menu_holder {
position: absolute;
top: 52px;
left: 0;
width: 100%;
z-index: 4;
background: #fff;
visibility: hidden;
opacity: 0;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}
.header .header-menu .menu_holder .item {
height: 35px;
display: flex;
}
.header .header-menu .menu_holder .item:first-child {
margin-top: 5px;
}
.header .header-menu .menu_holder .item .menu-hover {
background: #fff;
border: solid 1px #dedede;
position: absolute;
z-index: 1;
top: 0;
left: 290px;
width: 910px;
height: 427px;
overflow: auto;
font-size: 14px;
padding: 10px;
visibility: hidden;
opacity: 0;
transform: translate(20px, 0);
transition: opacity 0.7s, transform 0.7s;
}
.header .header-menu .menu_holder .item .menu-hover .item-holder {
width: 30%;
padding-right: 10px;
margin-bottom: 20px;
}
.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;
}
.header .header-menu .menu_holder .item .menu-hover .holder-last {
font-size: 13px;
line-height: 30px;
}
.header .header-menu .menu_holder .item .menu-hover .holder-last:hover a {
color: #f90012;
}
.header .header-menu .menu_holder .item:hover {
z-index: 1;
}
.header .header-menu .menu_holder .item:hover .cat-title {
color: #f90012;
font-weight: 700;
}
.header .header-menu .menu_holder .item:hover .menu-hover {
visibility: visible;
opacity: 1;
transform: translate(0, 0);
}
.header .header-menu .menu_holder .item-cate {
padding: 0 10px;
width: 100%;
}
.header .header-menu .menu_holder .item-cate .cat-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 14px;
}
.header .header-menu:hover .menu_holder {
visibility: visible;
opacity: 1;
}
.header .header-menu:hover .height-hover {
position: absolute;
content: "";
height: 20px;
width: 100%;
}
.header .header-main {
padding: 12px 0;
}
.header .header-main .logo {
width: 290px;
margin-left: 15px;
}
.header .header-main-right {
width: calc(100% - 290px - 290px - 490px - 35px);
}
.header .header-main-right .icon_2023 {
filter: grayscale(100%);
margin: 0 auto;
}
.header .header-main-right .item {
width: 50%;
}
.header .header-main-right .item:hover .icon_2023 {
filter: grayscale(0%);
}
.header .header-main-right .item.icon_cart {
position: relative;
}
.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;
}
.form__input:focus-within {
border: 1px solid #fe0003;
}
.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%;
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: 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;
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;
}
.homepage .banner img {
border-radius: 30px;
}
.homepage .category-home {
margin-top: 25px;
}
.homepage .category-home .title {
font-size: 24px;
font-weight: 400;
margin-bottom: 40px;
}
.homepage .category-home .list-categroy .item {
width: 16.6666666667%;
text-align: center;
margin: 0 auto;
}
.homepage .category-home .list-categroy .icon {
width: 84px;
height: 84px;
margin: 0 auto 30px auto;
}
.homepage .category-home .list-categroy .txt {
text-align: center;
font-size: 14px;
text-transform: uppercase;
}
.homepage .banner-sale-home {
margin-top: 15px;
}
.homepage .banner-sale-home .item {
margin-right: 15px;
}
.homepage .banner-sale-home .item:last-child {
margin-right: 0;
}
.homepage .content-list-category {
padding: 30px 30px 0 30px;
}
.homepage .content-list-category:nth-child(2n) {
background: #f5f5f5;
}
.homepage .content-list-category .title-category .name {
padding-bottom: 20px;
font-size: 32px;
text-align: center;
}
.homepage .content-list-category .title-category .name:hover a {
color: #f90012;
}
.homepage .content-list-category .title-category .list-cat {
margin-bottom: 15px;
display: flex;
justify-content: center;
align-items: center;
}
.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;
}
.homepage .content-list-category .title-category .list-cat .item:first-child {
border: 1px solid #f90012;
color: #f90012;
}
.homepage .content-list-category .title-category .list-cat .item:hover {
border: 1px solid #f90012;
color: #f90012;
}
.homepage .customer-feeback {
background: #fff1f2;
padding: 28px 0 55px 0;
}
.homepage .customer-feeback .title {
text-align: center;
display: block;
font-size: 32px;
}
.homepage .customer-feeback .list-feeback {
margin-top: 20px;
}
.homepage .customer-feeback .custom-nav .owl-nav button {
position: unset;
bottom: 0;
transform: translateY(24px);
margin: 0 5px !important;
}
.homepage .item-feeback {
position: relative;
border-radius: 15px;
height: 275px;
margin-top: 40px;
background: #ffffff;
border-radius: 15px;
margin-right: 20px;
}
.homepage .item-feeback .avatar {
width: 78px;
height: 78px;
position: absolute;
left: 50%;
top: -35px;
transform: translate(-50%, 0);
}
.homepage .item-feeback .info {
padding-top: 55px;
margin-bottom: 15px;
text-align: center;
}
.homepage .item-feeback .content {
text-align: center;
margin: 0 25px;
line-height: 20px;
font-size: 15px;
}
.homepage .item-feeback .star {
margin: 30px auto 0 auto;
text-align: center;
}
.homepage .item-feeback .star img {
width: 100px;
margin: 0 auto;
}
.homepage .item-feeback::before {
border: 1px dashed #f90012;
border-radius: 15px;
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 15px;
bottom: 15px;
}
.homepage .brand-list {
padding: 20px 0;
}
.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;
}
.product-item {
background: #ffffff;
border-radius: 15px;
padding: 15px;
width: calc(25% - 15px);
margin-right: 15px;
margin-bottom: 15px;
}
.product-item .image-product {
display: block;
position: relative;
height: 250px;
overflow: hidden;
}
.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 .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;
}
.product-item .image-product .saleoff:hover {
background: #f90012;
color: #fff;
}
.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;
}
.product-item .info-product .product-title:hover {
color: #f90012;
font-weight: 600;
}
.product-item .info-product .total-review {
display: flex;
align-items: center;
justify-content: center;
margin: 13px auto 10px auto;
font-size: 13px;
}
.product-item .price {
font-size: 18px;
font-weight: 600;
text-align: center;
color: #f90012;
display: block;
margin-bottom: 3px;
}
.product-item .old-price {
font-size: 14px;
color: #b4b4b4;
text-align: center;
display: block;
}
.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%;
}
.footer .form-khuyenmai {
width: 590px;
margin: 0 auto;
text-align: center;
padding: 100px 0;
}
.footer .form-khuyenmai .title {
font-size: 32px;
margin-bottom: 20px;
}
.footer .form-khuyenmai .content-form {
width: 100%;
background: #fafcfe;
border: 1px solid #f90012;
border-radius: 10px;
height: 45px;
display: flex;
position: relative;
}
.footer .form-khuyenmai .content-form:focus-within {
outline: 2px solid #f90012;
}
.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;
}
.footer .form-khuyenmai .send-newsletter {
position: absolute;
right: 0;
bottom: 0;
border: 0;
width: 40px;
height: 40px;
font-weight: 300;
background: transparent;
cursor: pointer;
}
.footer .form-khuyenmai .icon_2023.send-form {
width: 31px;
height: 40px;
background-position: -90px -70px;
}
.footer .info-contact {
border-bottom: 1px dashed #b4b4b4;
padding: 28px 0;
}
.footer .info-contact .item {
width: 25%;
}
.footer .info-contact .item.pay p {
text-align: right;
font-size: 15px;
text-transform: uppercase;
margin-bottom: 10px;
color: #8e8e8e;
}
.footer .info-contact .icon {
display: flex;
align-items: center;
margin-bottom: 8px;
}
.footer .info-contact .icon p {
text-transform: uppercase;
color: #8e8e8e;
margin-left: 8px;
font-size: 15px;
}
.footer .info-contact .txt {
font-size: 15px;
}
.footer .icon_2023.map {
width: 16px;
height: 20px;
background-position: -13px 0px;
}
.footer .icon_2023.phone {
width: 19px;
height: 20px;
background-position: -70px 0px;
}
.footer .content-footer-main {
padding: 22px 0;
border-bottom: 1px dashed #b4b4b4;
}
.footer .content-footer-main .item-footer {
width: 25%;
}
.footer .content-footer-main .item-footer a {
display: block;
margin-bottom: 10px;
font-size: 14px;
}
.footer .content-footer-main .item-footer a:hover {
color: #f90012;
}
.footer .content-footer-main .title {
font-weight: 700;
font-size: 15px;
padding-bottom: 10px;
}
.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;
display: flex;
align-items: center;
}
.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;
}
.product-category .left-category {
width: 290px;
}
.product-category .left-category .title {
padding-bottom: 10px;
}
.product-category .right-category {
width: calc(100% - 305px);
margin-left: 15px;
}
.product-category .filter-category .title-filter {
padding: 10px 0;
position: relative;
}
.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;
}
.product-category .filter-category .item-filter.active .content-filter {
display: block;
}
.product-category .filter-category .item-filter.active .title-filter::after {
content: "\f107";
}
.product-category .filter-category .content-filter {
padding: 10px 0;
display: none;
}
.product-category .filter-category #slider-range {
border-radius: 4px;
height: 4px;
margin-bottom: 10px;
background: #d9d9d9;
border: 0;
margin-left: 9px;
}
.product-category .filter-category .ui-slider-handle {
width: 16px;
height: 16px;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
background: #ffffff;
border-radius: 50%;
top: -0.5rem;
}
.product-category .filter-category .ui-slider-horizontal .ui-slider-range {
background: #f90012;
}
.product-category .filter-category .vertical-price-filter {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 12px;
}
.product-category .filter-category .vertical-price-filter-child {
display: flex;
align-items: center;
}
.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;
}
.product-category .filter-category .button-filter:hover {
background: #f90012;
color: #fff;
border: 1px solid #f90012;
}
.product-category .filter-category .left {
display: flex;
align-items: center;
}
.product-category .filter-category .left i {
font-size: 18px;
margin-right: 5px;
}
.product-category .filter-category .right {
font-size: 15px;
}
.product-category .banner-categor {
margin-bottom: 10px;
}
.product-category .product-category-sort {
margin-top: 10px;
}
.product-category .name-category h1 {
font-size: 24px;
}
.product-category .name-category span {
font-size: 14px;
color: #8e8e8e;
margin-left: 10px;
}
.product-category .sort-pro {
width: 209px;
height: 40px;
border: 1px solid #d3d3d3;
border-radius: 8px;
padding: 0 5px;
}
.product-category .product-list {
margin-top: 10px;
margin-right: -15px;
}
.product-category .product-list .product-item {
width: calc(33.3333333333% - 15px);
}
.product-detail .product-image-detail {
width: 490px;
margin-right: 15px;
}
.product-detail .product-image-detail #sync1 img {
width: 100%;
display: block;
}
.product-detail .product-image-detail #sync2 {
padding: 10px 34px;
}
.product-detail .product-image-detail #sync2 img {
width: 96px;
height: 96px;
-o-object-fit: cover;
object-fit: cover;
display: block;
}
.product-detail .product-image-detail .custom-nav .owl-nav button {
box-shadow: none !important;
}
.product-detail .product-detail-mid {
width: calc(100% - 490px - 185px - 30px);
}
.product-detail .product-detail-mid .name {
font-size: 22px;
padding-bottom: 10px;
}
.product-detail .product-detail-mid .brand {
font-size: 15px;
width: 50%;
}
.product-detail .product-detail-mid .sku {
font-size: 15px;
width: 50%;
}
.product-detail .product-detail-mid .detal-review {
padding: 3px 0;
border-bottom: 1px solid #e9e9e9;
font-size: 15px;
}
.product-detail .product-detail-mid .product-summary {
padding: 13px 0;
}
.product-detail .product-detail-mid .product-summary li {
list-style: inside;
font-size: 14px;
line-height: 20px;
}
.product-detail .group-price-detail {
padding-bottom: 15px;
border-bottom: 1px solid #e9e9e9;
}
.product-detail .group-price-detail .price {
font-weight: 600;
font-size: 24px;
color: #f90012;
margin-right: 10px;
}
.product-detail .group-price-detail .old-price {
font-size: 16px;
color: #b4b4b4;
}
.product-detail .group-price-detail .saleoff-price {
font-size: 15px;
margin-top: 10px;
}
.product-detail .unit-detail-amount-control {
display: flex;
align-items: center;
padding-top: 10px;
}
.product-detail .unit-detail-amount-control span {
margin-right: 20px;
}
.product-detail .unit-detail-amount-control a {
height: 40px;
line-height: 40px;
width: 29px;
border: 1px solid #cecece;
text-align: center;
}
.product-detail .unit-detail-amount-control i {
font-size: 10px;
}
.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;
}
.product-detail .unit-detail-amount-control .minus {
border-radius: 5px 0 0 5px;
}
.product-detail .unit-detail-amount-control .plus {
border-radius: 0 5px 5px 0;
}
.product-detail .product-detail-store {
padding: 15px 0;
}
.product-detail .product-detail-store .link-store {
color: #ff981f;
}
.product-detail .product-detail-store span {
font-size: 14px;
margin-left: 10px;
}
.product-detail .product-btn-cart {
margin-bottom: 15px;
}
.product-detail .product-btn-cart .btn-buy {
height: 44px;
background: #f90012;
border-radius: 8px;
width: calc(50% - 12px);
margin-right: 12px;
font-size: 16px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
line-height: 44px;
}
.product-detail .product-btn-cart .btn-buy a {
color: #fff;
}
.product-detail .product-btn-cart .btn-buy.add-to-cart {
background: #ffffff;
border: 1px solid #f90012;
}
.product-detail .product-btn-cart .btn-buy.add-to-cart a {
color: #f90012;
}
.product-detail .product-detail-voucher {
border: 2px dashed #f90012;
border-radius: 8px;
padding: 15px;
font-size: 16px;
}
.product-detail .product-detail-voucher a {
color: #f90012;
font-weight: 700;
}
.product-detail .product-detail-right {
width: 190px;
margin-left: 15px;
}
.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;
}
.product-detail .product-detail-right .content {
border: 2px dashed #f90012;
border-top: 0;
border-radius: 0 0 5px 5px;
padding-bottom: 15px;
}
.product-detail .product-detail-right .item {
padding: 15px 5px 0 15px;
}
.product-detail .product-detail-right .item .icon {
width: 32px;
margin-right: 10px;
}
.product-detail .product-detail-right .item .txt {
width: calc(100% - 32px);
}
.product-detail .product-detail-right .item .txt b {
font-size: 14px;
padding-bottom: 3px;
display: block;
}
.product-detail .product-detail-right .item .txt span {
display: block;
font-size: 12px;
}
.product-detail .product-detail-right .icon_2023 {
background-size: 200px;
}
.product-detail .product-detail-right .icon_2023.phone {
width: 23px;
height: 22px;
background-position: -13px -210px;
}
.product-detail .product-detail-right .icon_2023.save {
width: 23px;
height: 22px;
background-position: -46px -210px;
}
.product-detail .product-detail-right .icon_2023.gift {
width: 23px;
height: 22px;
background-position: -79px -210px;
}
.product-detail .product-detail-right .icon_2023.shipping {
width: 32px;
height: 22px;
background-position: -117px -210px;
}
.product-detail .content-product-detail {
margin-top: 30px;
}
.product-detail .content-product-detail .detail-left {
width: 62%;
}
.product-detail .content-product-detail .detail-right {
width: calc(38% - 16px);
margin-left: 16px;
}
.product-detail .list-tab {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.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;
}
.product-detail .list-tab .item-tab.active {
background: #f90012;
color: #fff;
}
.product-detail .list-tab .item-tab.active::before {
position: absolute;
content: "";
left: 50%;
transform: translate(-50%, 0);
bottom: -12px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid red;
}
.product-detail .content-tab {
display: none;
border: 1px solid #f90012;
border-radius: 12px;
padding: 20px 15px 15px 15px;
}
.product-detail .content-tab.active {
display: block;
}
.product-detail .category-featured .title {
font-size: 24px;
font-weight: 600;
text-align: center;
color: #f90012;
margin-bottom: 28px;
}
.product-detail .category-featured .item {
width: calc(33.3333333333% - 38px);
margin-right: 38px;
margin-bottom: 38px;
}
.product-detail .category-featured .icon {
margin: 0 auto;
display: block;
text-align: center;
}
.product-detail .category-featured .icon img {
width: 72px;
height: 72px;
-o-object-fit: cover;
object-fit: cover;
}
.product-detail .category-featured .txt {
font-size: 14px;
text-align: center;
text-transform: uppercase;
margin-top: 23px;
display: block;
}
.product-detail .product-same .title {
border: 1px solid #d3d3d3;
padding: 21px 0;
text-align: center;
font-size: 24px;
color: #f90012;
font-weight: 600;
}
.product-detail .product-same .product-list {
border-left: 1px solid #d3d3d3;
}
.product-detail .product-same .product-item {
width: 50%;
margin-right: 0;
margin-bottom: 0;
border-right: 1px solid #d3d3d3;
border-radius: 0;
border-bottom: 1px solid #d3d3d3;
padding: 12px;
}
.product-detail .product-same .product-item .image-product {
height: 219px;
}
.nd * {
line-height: 25px;
}
.product-flash-sale {
margin-top: 40px;
}
.product-flash-sale .title {
display: flex;
align-items: center;
justify-content: center;
}
.product-flash-sale .title h2 {
font-size: 36px;
color: #f90012;
font-weight: 600;
text-transform: uppercase;
padding: 0 10px;
}
.product-flash-sale .icon_2023.flash {
width: 50px;
height: 58px;
background-position: 1px -51px;
}
.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, #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;
}
.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 .background-deal {
background: #fff1f2;
border-radius: 30px;
padding: 15px;
}
.product-flash-sale .custom-nav .owl-prev {
left: -12px;
}
.product-flash-sale .custom-nav .owl-next {
right: -12px;
}
.product-flash-sale .more-all {
display: block;
margin: 15px auto 0 auto;
text-align: center;
color: #f90012;
font-weight: 700;
}
.product-flash-sale .more-all i {
font-weight: 700;
}
.product-item-deal {
background: #ffffff;
border: 1px dashed #f90012;
border-radius: 15px;
padding: 15px;
}
.product-item-deal .image-product {
display: block;
position: relative;
height: 250px;
overflow: hidden;
}
.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: 48px;
height: 35px;
background: #fff1f2;
border-radius: 6px;
color: #f90012;
font-weight: 600;
font-size: 15px;
line-height: 35px;
text-align: center;
}
.product-item-deal .image-product .saleoff:hover {
background: #f90012;
color: #fff;
}
.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;
}
.product-item-deal .info-product .total-review {
display: flex;
align-items: center;
justify-content: center;
margin: 13px auto 10px auto;
font-size: 13px;
}
.product-item-deal .price {
font-size: 18px;
font-weight: 600;
text-align: center;
color: #f90012;
display: block;
margin-bottom: 3px;
}
.product-item-deal .old-price {
font-size: 14px;
color: #b4b4b4;
text-align: center;
display: block;
}
.product-item-deal .product-price-main {
margin-bottom: 10px;
}
.product-item-deal .deal-count {
position: relative;
width: 250px;
height: 18px;
background: #ffd0d4;
border-radius: 9px;
}
.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;
}
.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%;
transform: translate(-50%, 0);
}
.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;
}/*# sourceMappingURL=style.css.map */