@import url("https://fonts.googleapis.com/css?family=Gothic+A1:100,200,300,400,500,600,700,800,900|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=ABeeZee:400,400i|Abel|Dosis:200,300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap");

input,
label {
  display: inline;
}

input[type=radio]::-ms-check {
  border-color: red;
  color: red;
}

input[type=checkbox]::-ms-check {
  border-color: green;
  color: green;
}

@media only screen and (max-width: 768px) {
  .c-item {
    width: 143% !important;
  }

  #sort-tab {
    width: 100%;
  }

  #sort-tab .d-flex {
    width: auto;
    padding-left: 25px;
  }

  .c-single {
    padding-top: 0 !important;
  }

  .c-single .d-flex.mr-4 {
    margin-right: 0 !important;
    margin: 25px 0 !important;
  }

  .c-single .col-10.col-lg-4.mx-auto.d-flex.justify-content-end {
    justify-content: space-between !important;
  }
}

@media only screen and (max-width: 480px) {
  .d-flex.justify-content-between.align-items-center.mt-2 {
    flex-flow: column nowrap;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .e-props {
    padding-right: 10px;
  }

  #itemViews .nav-item a img {
    height: 75px;
  }

  .nav-tabs .nav-item {
    width: 25%;
  }

  .item-details__li .e-1,
  .item-details__li .e-2 {
    width: 35%;
  }

  .item-details__li .e-3 {
    width: 30%;
  }

  .c-single .e-btn.e-btn--outline.single.mr-3 {
    margin-right: 8px !important;
  }

  .c-single .d-flex.mr-4 {
    transform: translateX(-5px);
    margin-left: 0 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
    margin: 15px 0 !important;
  }

  .c-single .d-flex.mr-4 img {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .col-10.col-lg-4.mx-auto.d-flex.justify-content-end {
    display: block !important;
  }

  .col-10.col-lg-4.mx-auto.d-flex.justify-content-end .e-btn {
    min-width: 100%;
    margin-top: 15px;
  }

  .upload+label {
    width: 100%;
  }

  #sort-tab {
    width: 100%;
  }

  #sort-tab .d-flex {
    padding-left: 15px;
  }

  .c-single .col-10.col-lg-8.mx-auto .d-flex.justify-content-between.align-items-center.mt-2 {
    display: block !important;
  }

  .c-single .col-10.col-lg-8.mx-auto .d-flex.justify-content-between.align-items-center.mt-2 .d-flex.mr-4 {
    margin-top: 15px !important;
  }

  .c-single .col-10.col-lg-8.mx-auto .d-flex.justify-content-between.align-items-center.mt-2 .d-flex.mr-4 img.ml-3 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}