Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- &.main_blocks_list {
- margin: 0;
- display: block;
- padding-left: 0.1px;
- .product-item {
- width: auto;
- margin: 0;
- padding: 0;
- margin-bottom: 0;
- @media all and (max-width: 767px) {
- padding-top: 6px;
- }
- }
- &:not(.tns-slider) {
- display: flex;
- flex-wrap: nowrap;
- overflow: hidden;
- white-space: nowrap;
- margin: 0 -15px;
- @media all and (max-width: 1340px) {
- margin: 0 -10px;
- }
- @media all and (max-width: 639px) {
- margin: 0 -6px;
- }
- .product-item-wrap {
- white-space: normal;
- margin-left: 15px;
- margin-right: 15px;
- min-width: calc(25% - 30px);
- width: calc(25% - 30px);
- @media all and (max-width: 1340px) {
- min-width: calc(25% - 20px);
- width: calc(25% - 20px);
- margin-left: 10px;
- margin-right: 10px;
- }
- @media all and (max-width: 1023px) {
- min-width: calc(33.33% - 20px);
- width: calc(33.33% - 20px);
- }
- @media all and (max-width: 639px) {
- min-width: calc(50% - 12px);
- width: calc(50% - 12px);
- margin-left: 6px;
- margin-right: 6px;
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement