|
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 : |
.select2-container .select2-selection--single{
height:34px !important;
}
.select2-container--default .select2-selection--single{
border: 1px solid #e4e6ef !important;
border-radius: 0.475rem !important; ;
}
/* header logo */
.header-logo a {
display: inline-block;
width: 120px;
height: 30px;
}
.header-logo a img {
height: 100%;
object-fit: contain;
}
/* summary */
.product-item {
flex-flow: column;
}
.product-item .item-info {
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
.product-item .item-info .info-product {
flex-basis: 60%;
}
.product-item .item-info .info-price {
flex-basis: 40%;
text-align: right;
}
.add-quantity {
display: inline-flex;
align-items: center;
justify-content: center;
width: 110px;
height: 30px;
border: 1px solid #ccc;
border-radius: 5px;
}
.add-quantity input {
width: 50px;
height: 28px;
text-align: center;
border: none;
outline: none;
}
.add-quantity .act {
width: 30px;
height: 28px;
border: none;
cursor: pointer;
font-size: 12px;
font-weight: normal;
outline: none;
display: flex;
align-items: center;
justify-content: center;
background-color: #eee;
}
.add-quantity .act:hover {
background-color: #ddd;
}
.info-price.final-price .final {
font-size: 14px;
font-weight: bold;
color: red;
display: block;
}
.info-price.final-price .normal {
font-size: 12px;
color: #a19d9d;
text-decoration: line-through;
}
/* form checkout */
#desc {
display: block;
}
.product-description {
width: 100%;
}
.product-description .desc-title {
display: flex;
justify-content: space-between;
}
.product-description .desc-title #desc {
width: 100%;
}
.product-description .desc-title:hover {
cursor: pointer;
}
.product-description .desc-title .marker:after {
content:"+";
display: inline-block;
}
.product-description.wrap .desc-title .marker:after {
content:"-";
display: inline-block;
}
.desc-info.main .text-muted {
display: block;
}
.desc-info .text-muted {
display: none;
}
.name-payment {
display: inline-block;
padding-left: 10px;
}
.address-option .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 32px;
}
.address-option .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 32px;
line-height: 32px;
}
.section-shipping .custom-control,
.section-payment .custom-control {
display: flex;
align-items: center;
}
@media (max-width: 767px){
.section-address label {
display: block;
}
.summary-section {
border-bottom: 1px solid #eff2f5;
}
.select2-container {
width: 100%;
}
.payment-info {
flex-direction: column;
}
}