This commit is contained in:
Roman Pyrih
2025-01-13 15:04:15 +01:00
parent 79512f23d0
commit 7c2355da36
3 changed files with 414 additions and 372 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
@media(max-width: 767px) { @media (max-width: 767px) {
#box_freeshipping { #box_freeshipping {
padding-right: 25px !important; padding-right: 25px !important;
box-sizing: border-box !important; box-sizing: border-box !important;
@@ -38,7 +38,7 @@
} }
} }
.product-tab[data-tab="box_productcomments"] { .product-tab[data-tab='box_productcomments'] {
margin-top: 25px !important; margin-top: 25px !important;
&::before { &::before {
@@ -51,7 +51,7 @@
} }
} }
.product-tab[data-tab="box_description"] { .product-tab[data-tab='box_description'] {
&::before { &::before {
content: 'Opis'; content: 'Opis';
display: block; display: block;
@@ -77,7 +77,7 @@
} }
#box_productfull { #box_productfull {
>.boxhead { > .boxhead {
width: 100% !important; width: 100% !important;
box-sizing: border-box !important; box-sizing: border-box !important;
padding: 10px 0 !important; padding: 10px 0 !important;
@@ -186,7 +186,7 @@
#box_specialoffer, #box_specialoffer,
#box_lastadded { #box_lastadded {
.product { .product {
>a { > a {
display: block; display: block;
padding: 15px 15px 0 15px; padding: 15px 15px 0 15px;
@@ -248,7 +248,7 @@
position: relative; position: relative;
span { span {
color: #FFF !important; color: #fff !important;
} }
} }
@@ -257,7 +257,7 @@
position: relative; position: relative;
h5 { h5 {
color: #FFF; color: #fff;
font-weight: 400 !important; font-weight: 400 !important;
letter-spacing: 0 !important; letter-spacing: 0 !important;
} }
@@ -268,7 +268,7 @@
} }
fieldset { fieldset {
color: #FFF; color: #fff;
font-weight: 400 !important; font-weight: 400 !important;
} }
} }
@@ -487,3 +487,45 @@
.consents__modal { .consents__modal {
padding: 15px !important; padding: 15px !important;
} }
.c-products {
&.viewphot {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
}
}
#box_freeshipping {
.free-shipping__content {
font-size: 20px;
line-height: 1.2;
color: #8dc73f;
text-transform: initial;
max-width: 260px;
}
}
body.shop_basket {
.productlist {
.quantity {
@media (max-width: 767px) {
.btn-minus {
width: 20px !important;
}
.btn-plus {
width: 20px !important;
}
.shaded_inputwrap {
width: 60px;
display: inline-block;
input {
width: 100% !important;
}
}
}
}
}
}