Download all files FTP
This commit is contained in:
@@ -0,0 +1,393 @@
|
||||
.hotspots-container {
|
||||
|
||||
/*
|
||||
* Left and right layouts
|
||||
*/
|
||||
|
||||
&.layout-left,
|
||||
&.layout-right {
|
||||
|
||||
.bc-product-card--single {
|
||||
margin: 0;
|
||||
|
||||
.bc-product__gallery {
|
||||
margin-bottom: 1em;
|
||||
order: 0;
|
||||
width: auto;
|
||||
@include bp(960px) {
|
||||
height: auto;
|
||||
left: auto;
|
||||
max-width: 100%;
|
||||
position: relative;
|
||||
top: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-gallery--has-carousel {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.bc-product-gallery__images {
|
||||
margin: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.bc-product-gallery__image-slide img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.bc-product-flag--sale {
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.swiper-container + .swiper-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__meta {
|
||||
order: 0;
|
||||
@include bp(960px) {
|
||||
align-self: auto;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product__title {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.bc-product__pricing {
|
||||
margin-bottom: 1em;
|
||||
@include bp(960px) {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
@include bp(1200px) {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product__sku {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.bc-product__actions {
|
||||
margin-bottom: 1em;
|
||||
order: 0;
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bc-product-form__quantity {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__description {
|
||||
@include bp(960px) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Top and bottom layouts
|
||||
*/
|
||||
|
||||
&.layout-bottom,
|
||||
&.layout-top {
|
||||
|
||||
.bc-product-card--single {
|
||||
margin: 0;
|
||||
@include bp(960px) {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
|
||||
.bc-product__gallery {
|
||||
margin-bottom: 1em;
|
||||
max-width: 100%;
|
||||
order: 0;
|
||||
width: auto;
|
||||
@include bp(960px) {
|
||||
margin-bottom: 0;
|
||||
max-width: 370px;
|
||||
order: 1;
|
||||
width: 370px;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-gallery--has-carousel {
|
||||
margin-bottom: 0;
|
||||
@include bp(960px) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-gallery__images {
|
||||
margin: 0;
|
||||
max-width: 100%;
|
||||
@include bp(960px) {
|
||||
max-width: 370px;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-gallery__image-slide img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.bc-product-flag--sale {
|
||||
right: 0;
|
||||
top: 0;
|
||||
@include bp(960px) {
|
||||
right: -1em;
|
||||
top: -1em;
|
||||
}
|
||||
}
|
||||
|
||||
.swiper-container + .swiper-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__meta {
|
||||
order: 0;
|
||||
@include bp(960px) {
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product__title {
|
||||
font-size: 1.5em;
|
||||
@include bp(960px) {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product__pricing {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.bc-product__sku {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.bc-product__actions {
|
||||
margin-bottom: 1em;
|
||||
order: 0;
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
@include bp(960px) {
|
||||
order: 3;
|
||||
width: calc(50% - 30px);
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-form__quantity {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__description {
|
||||
@include bp(960px) {
|
||||
align-self: flex-end;
|
||||
flex: 0 0 auto;
|
||||
order: 4;
|
||||
padding-left: 0;
|
||||
width: calc(50% - 30px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Tooltip layout
|
||||
*/
|
||||
.leaflet-popup-pane {
|
||||
.bc-product-card--single {
|
||||
margin: 0;
|
||||
|
||||
.bc-product__gallery {
|
||||
margin-bottom: 1em;
|
||||
order: 0;
|
||||
width: auto;
|
||||
@include bp(960px) {
|
||||
height: auto;
|
||||
left: auto;
|
||||
max-width: 100%;
|
||||
position: relative;
|
||||
top: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-gallery--has-carousel {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.bc-product-gallery__images {
|
||||
margin: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.bc-product-gallery__image-slide img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.bc-product-flag--sale {
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.swiper-container + .swiper-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__meta {
|
||||
order: 0;
|
||||
@include bp(960px) {
|
||||
align-self: auto;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product__title {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.bc-product__pricing {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.bc-single-product__ratings {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__sku {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__actions {
|
||||
margin-bottom: 0;
|
||||
order: 0;
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bc-product-form__quantity {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__description {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Lightbox layout - outside .hotspots-container
|
||||
*/
|
||||
|
||||
.featherlight .featherlight-inner {
|
||||
|
||||
.bc-product-card--single {
|
||||
margin: 0;
|
||||
@include bp(960px) {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
|
||||
.bc-product__gallery {
|
||||
margin-bottom: 1em;
|
||||
max-width: 100%;
|
||||
order: 0;
|
||||
width: auto;
|
||||
@include bp(960px) {
|
||||
margin-bottom: 0;
|
||||
max-width: 370px;
|
||||
order: 1;
|
||||
width: 370px;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-gallery--has-carousel {
|
||||
margin-bottom: 0;
|
||||
@include bp(960px) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-gallery__images {
|
||||
margin: 0;
|
||||
max-width: 100%;
|
||||
@include bp(960px) {
|
||||
max-width: 370px;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-gallery__image-slide img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.bc-product-flag--sale {
|
||||
right: 0;
|
||||
top: 0;
|
||||
@include bp(960px) {
|
||||
right: -1em;
|
||||
top: -1em;
|
||||
}
|
||||
}
|
||||
|
||||
.swiper-container + .swiper-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__meta {
|
||||
order: 0;
|
||||
@include bp(960px) {
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product__title {
|
||||
font-size: 1.5em;
|
||||
@include bp(960px) {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product__pricing {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.bc-product__sku {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.bc-product__actions {
|
||||
margin-bottom: 1em;
|
||||
order: 0;
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
@include bp(960px) {
|
||||
order: 3;
|
||||
width: calc(50% - 30px);
|
||||
}
|
||||
}
|
||||
|
||||
.bc-product-form__quantity {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bc-product__description {
|
||||
@include bp(960px) {
|
||||
align-self: flex-end;
|
||||
flex: 0 0 auto;
|
||||
order: 4;
|
||||
padding-left: 0;
|
||||
width: calc(50% - 30px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user