HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers60/vandeurzenheftrucks.nl/wwwroot/css/pages/_usedMachines.sass
.products_list
  +respond-to-width(1020)
    display: none !important

.machines_thumbs
  margin-top: 0
  position: relative
  width: 100%
  display: grid
  grid-template-columns: 1fr 1fr
  grid-column-gap: 20px

  +respond-to-width(450)
    grid-template-columns: 1fr

  li
    height: 250px
    width: 100%

    +respond-to-width(750)
      height: 150px

    +respond-to-width(400)
      height: 100px

    a
      width: 100%
      height: 100%

      .image
        width: 100%
        height: 100%
        display: block
        background-size: contain
        background-repeat: no-repeat
        background-position: 50% 50%
        border: 1px solid #DDE2ED

      .sold
        &:before
          content: ''
          background: url('/img/sold.svg') no-repeat
          display: block
          width: 50%
          height: 50%

.relevant_thumbs
  display: grid
  grid-template-columns: 1fr 1fr 1fr
  grid-column-gap: 20px
  margin: 0
  margin-bottom: 50px

  +respond-to-width(560)
    grid-template-columns: 1fr 1fr

  li
    height: 250px
    width: 100%

    +respond-to-width(750)
      height: 150px

    +respond-to-width(400)
      height: 100px

    a
      width: 100%
      height: 100%

      .image
        width: 100%
        height: 100%
        display: block
        background-size: contain
        background-repeat: no-repeat
        background-position: 50% 50%
        border: 1px solid #DDE2ED

#content
  .center-machines
    +flex()
    width: 100%

    .col.w2
      width: 48%
      +respond-to-width(1650)
        width: 45%
      +respond-to-width(1020)
        width: 100%

    .col.w4
      width: 75%
      max-width: 920px

      +respond-to-width(1020)
        width: 100%

    .machine-detail
      margin-top: 80px

      +respond-to-width(1560)
        margin-top: 100px

      h1
        margin-top: 0
        padding-top: 0
        color: #0D57C1

      +respond-to-width(1020)
        width: 100%

    .col.hide_on_small
      width: 320px

.return-button
  display: block
  margin-bottom: 40px

.back-arrow
  display: inline-block
  position: relative
  width: 10px
  height: 10px
  background: url('/images/structure/back_arrow.svg')
  background-repeat: no-repeat
  margin-right: 10px

.usedMachines-breadcrumb
  margin-bottom: 50px


.mar_t
  margin-top: 80px