This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.grid__products { | |
flex-direction: row-reverse | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ec-size .ec-store__category-page .ec-store__content-wrapper { | |
display: flex; | |
flex-direction: column; | |
} | |
.ec-size .ec-store__category-page .ec-grid { | |
order: 2; | |
} | |
.ec-size .ec-store__category-page .ec-pager { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* change the color of the Cart icon */ | |
.ec-minicart__icon .icon-default path[stroke], html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default circle[stroke] { | |
stroke: #900020} | |
/* change the color of the Search icon */ | |
.float-icons > div a { | |
color: #900020; | |
} | |
/* add the outline around the icons */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.ecwid-minicart-mini-rolloverContainer { | |
display: block !important; | |
} | |
.ecwid-minicart-mini-count { | |
display: none !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ecwid-productBrowser-productsGrid-cell-zeroPrice .ecwid-productBrowser-price-value { | |
font-size:0px; | |
} | |
.ecwid-productBrowser-productsGrid-cell-zeroPrice .ecwid-productBrowser-price-value:after { | |
content:'free'; | |
font-size:26px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.grid__categories { | |
&[data-cols="1"] { | |
.grid-category { | |
@include grid-category-settings(2, 2); | |
} | |
} | |
@for $i from 2 through 10 { | |
&[data-cols="#{$i}"] .grid-category { | |
@include grid-category-settings($i, $i); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.ecwid-customer-loggedOut.starter-site, | |
body.ecwid-customer-loggedIn.starter-site { | |
display: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ecwid-productBrowser-ProductPage .ecwid-imgLoaded { | |
width: 50% !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__bg, | |
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__bg-color, | |
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__bg-image, | |
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__shadow { | |
border-radius: 20px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.hero .background::after { | |
background-color: transparent; | |
} |