|
|
|
@@ -37,6 +37,10 @@ section.marketingheader{ |
|
|
|
.sc.container{ |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
width: 100%; |
|
|
|
max-width: 100%; |
|
|
|
@media (max-width:767px){ |
|
|
|
position: relative; |
|
|
|
.close-search{ |
|
|
|
@@ -55,7 +59,7 @@ section.marketingheader{ |
|
|
|
left:auto; |
|
|
|
cursor: pointer; |
|
|
|
transition: 0.3s ease; |
|
|
|
border: 2px solid var(--theme-color-primary-dimmed-04); |
|
|
|
border: 1px solid var(--theme-color-primary-dimmed-04); |
|
|
|
border-radius: 10px; |
|
|
|
height:34px; |
|
|
|
width:34px; |
|
|
|
|