save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
>.et_pb_column:first-child {
|
> .et_pb_column:first-child {
|
||||||
h2 {
|
h2 {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
@@ -15,9 +15,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
>.et_pb_column:last-child {
|
> .et_pb_column:last-child {
|
||||||
.et_pb_image_wrap {
|
.et_pb_image_wrap {
|
||||||
img {}
|
img {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -185,7 +186,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wpfMainWrapper {
|
.wpfMainWrapper {
|
||||||
|
|
||||||
#wpfBlock_1,
|
#wpfBlock_1,
|
||||||
#wpfBlock_2 {
|
#wpfBlock_2 {
|
||||||
.wpfBlockClear.open {
|
.wpfBlockClear.open {
|
||||||
@@ -206,7 +206,8 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.learn-more-content {}
|
.learn-more-content {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#stock_notifier_main_form {
|
#stock_notifier_main_form {
|
||||||
@@ -301,7 +302,7 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
|
|
||||||
>a {
|
> a {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -377,7 +378,7 @@ body {
|
|||||||
.et_pb_menu__menu {
|
.et_pb_menu__menu {
|
||||||
nav.et-menu-nav {
|
nav.et-menu-nav {
|
||||||
.et-menu {
|
.et-menu {
|
||||||
>li {
|
> li {
|
||||||
&.menu-item {
|
&.menu-item {
|
||||||
@media (max-width: 1630px) {
|
@media (max-width: 1630px) {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
@@ -414,7 +415,13 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div[id^="wpfMainWrapper-"] .wpfFilterWrapper {
|
div[id^='wpfMainWrapper-'] .wpfFilterWrapper {
|
||||||
margin: 0 0 0 auto !important;
|
margin: 0 0 0 auto !important;
|
||||||
float: none !important
|
float: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#product-description-box {
|
||||||
|
max-width: 1080px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user