Save
This commit is contained in:
@@ -115,7 +115,7 @@ body {
|
||||
}
|
||||
|
||||
.header-nav {
|
||||
margin-top: 0 !important;
|
||||
margin-top: -1px !important;
|
||||
}
|
||||
|
||||
.header-nav .topnav {
|
||||
@@ -403,7 +403,7 @@ body {
|
||||
|
||||
.content.tab_links_container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(8, 1fr);
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
text-align: center;
|
||||
grid-gap: 30px 5px;
|
||||
}
|
||||
@@ -1310,7 +1310,12 @@ article.product-miniature:hover {
|
||||
}
|
||||
|
||||
.manufacturers_block {
|
||||
padding-top: 104px;
|
||||
padding-top: 50px;
|
||||
margin-bottom: 80px !important;
|
||||
}
|
||||
|
||||
.box-ekomi-widget {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 70px !important;
|
||||
}
|
||||
|
||||
@@ -2590,7 +2595,9 @@ body#checkout #order-summary-content .order-confirmation-table {
|
||||
}
|
||||
|
||||
.bottomnav {
|
||||
padding-top: 10px;
|
||||
padding-top: 11px;
|
||||
padding-bottom: 10px;
|
||||
background: #34d6ad;
|
||||
}
|
||||
|
||||
#order-confirmation #order-details {
|
||||
@@ -3652,7 +3659,7 @@ body#checkout .modal-content li {
|
||||
}
|
||||
|
||||
.bottomnav {
|
||||
margin-top: 10px;
|
||||
// margin-top: 10px;
|
||||
}
|
||||
|
||||
.col-cart #cart-block {
|
||||
@@ -3693,15 +3700,15 @@ body#checkout .modal-content li {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#findTab li:first-child,
|
||||
#findTab li:first-child a {
|
||||
border-radius: 5px 5px 0 0 !important;
|
||||
}
|
||||
// #findTab li:first-child,
|
||||
// #findTab li:first-child a {
|
||||
// border-radius: 5px 5px 0 0 !important;
|
||||
// }
|
||||
|
||||
#findTab li:last-child,
|
||||
#findTab li:last-child a {
|
||||
border-radius: 0px 0px 5px 5px !important;
|
||||
}
|
||||
// #findTab li:last-child,
|
||||
// #findTab li:last-child a {
|
||||
// border-radius: 0px 0px 5px 5px !important;
|
||||
// }
|
||||
|
||||
#recomended_container .col-lg-3 {
|
||||
width: 50%;
|
||||
@@ -3829,7 +3836,7 @@ body#checkout .modal-content li {
|
||||
|
||||
.bottomnav .ApHtml {
|
||||
text-align: center;
|
||||
background: #fff !important;
|
||||
background: #34d6ad !important;
|
||||
}
|
||||
|
||||
.my_box_container p {
|
||||
@@ -4398,7 +4405,7 @@ body#checkout .modal-content li {
|
||||
font-size: 18px;
|
||||
color: #1a1a1a;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 2px solid #24b28c;
|
||||
// border-bottom: 2px solid #24b28c;
|
||||
}
|
||||
|
||||
.cms-id-23 .block_newsletter h5 {
|
||||
@@ -5739,3 +5746,69 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//* New CSS *//
|
||||
#findTab {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
padding: 5px 5px 0 5px;
|
||||
margin-bottom: 40px;
|
||||
gap: 5px;
|
||||
background: #34d6ad;
|
||||
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> .nav-item {
|
||||
flex-basis: calc(25% - (5px - (5px / 4)));
|
||||
text-align: center;
|
||||
margin-bottom: -1px;
|
||||
|
||||
.nav-link {
|
||||
&:not(.active) {
|
||||
background-color: rgb(241, 241, 241, 0.8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
padding: 5px;
|
||||
> .nav-item {
|
||||
flex-basis: calc(50% - (5px / 2));
|
||||
border-radius: 5px !important;
|
||||
|
||||
.nav-link {
|
||||
border-radius: 5px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
> .nav-item {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.featured-products-c_box {
|
||||
.ajax_block_product {
|
||||
clear: initial !important;
|
||||
}
|
||||
}
|
||||
|
||||
body#index {
|
||||
#wrapper {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
main#page {
|
||||
#left-column {
|
||||
a[target='raty_procedura'] {
|
||||
@media (max-width: 767px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user