|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/public.bak.3/assets/theme/public/css/ |
Upload File : |
/**
* 1. Global
* 2. Product Highlight
* 3. Form - Store
*/
/* Global */
.fieldnote {
font-size: 11px;
color: #828699;
line-height: 1;
font-style: italic;
}
.tooltips {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltips .tooltipstext {
visibility: hidden;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltips .tooltipstext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltips:hover .tooltipstext {
visibility: visible;
opacity: 1;
}
/* Product Highlight */
.section-nav {
position: fixed;
bottom: 0;
width: 100%;
background-color: #f2f2f2;
padding: 10px;
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
max-width: 500px;
}
.section-nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: space-around;
}
.section-nav ul li {
display: inline-block;
}
.section-nav a {
text-decoration: none;
color: #333;
padding: 5px;
}
.product-info .info.special {
font-size: 16px;
font-weight: 600;
color: red;
}
.product-info .info.regular.stripe {
font-size: 12px;
font-weight: 400;
color: #aeacac;
text-decoration: line-through;
}
.product-item .item-image {
display: block;
position: relative;
z-index: 0;
height: 0;
padding-bottom: 100%;
overflow: hidden;
transition-duration: 0s;
}
.product-item .item-image img {
position: absolute;
width: 100%;
height: 100%;
object-fit: contain;
}
.product-tabs {
display: flex;
}
.tab-link {
padding: 10px;
cursor: pointer;
border-bottom: 2px solid #f0f0f0;
flex-basis: 50%;
text-align: center;
}
.tab-link:hover {
background-color: #f0f0f0;
}
.tab-link.tab-active {
font-weight: bold;
color: #009ef7;
}
.tab-active {
border-bottom: 2px solid #009ef7;
background-color: #f1faff;
}
.tab-active:hover {
background-color: #f1faff;
}
.product-tab-content {
padding-top: 20px;
}
.content-tab-pane {
display: none;
}
.content-tab-pane.active {
display: block;
}
/* Form - Store */
.header-action {
flex-direction: column;
padding: 0!important;
}
.header-action .card-title {
padding: 0 2.25rem;
}
.header-action .action-link {
justify-content: space-between;
align-items: center;
padding: 0 2.25rem;
background-color: #fafafa;
}
.box-logo {
display: inline-block;
width: 150px;
height: auto;
}
@media (min-width: 1024px) {
.product-item .item-image.promo {
padding-bottom: 75%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.product-item .item-image.promo {
padding-bottom: 75%;
}
}