
    #top-page {
      position: fixed;
      bottom: 23px;
      right: 23px;
      cursor: pointer;
      display: none;
      /*border: 2px solid #fff;*/
      z-index: 9;
      border-radius: 50px;
    }
    #top-page > img {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    width: 40px;
    height: 40px;
    position: relative;
    background: #cacaca;
    bottom: 60px;
    }

    #api-docs #intro {
      margin-top: 100px;
    }

    #api-docs h2 {
      font-family: 'Roboto';
          font-size: 26px;
          font-weight: 400;
          color: #242424;
          margin-top: 50px;
          margin-bottom: 20px;
    }

    #api-docs pre {
      font-size: 12px;
      margin: 0;
      padding: 10px;
      white-space: pre-wrap;
      word-wrap: break-word;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      border-radius: 4px;
      background: #41444e;
      overflow-wrap: break-word;
      font-family: Source Code Pro,monospace;
      font-weight: 600;
      color: #fff;
    margin-bottom: 20px;
    }

    #api-docs .btn-validate {
      background: #32ce32;
          background: -moz-linear-gradient(135deg, #32ce32 0%, #18e818 100%);
          background: -webkit-linear-gradient(135deg, #32ce32 0%, #18e818 100%);
          background: linear-gradient(135deg, #32ce32 0%, #18e818 130%);
          /* max-width: 250px; */
          text-align: center;
          display: inline-block;
          margin-left: auto;
          font-size: 14px;
          font-family: SegoeWP-Bold;
          padding: 23px 20px;
          text-transform: uppercase;
          color: #fff;
          letter-spacing: 1px;
          border-radius: 2px;
          -webkit-transition: all 0.1s ease-out;
          -moz-transition: all 0.1s ease-out;
          -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
          /* width: 100%; */
          position: relative;
          bottom: 0px;
    }

    #api-docs .btn-validate:hover {
    box-shadow: 0 1px 10px #cde2fd, 0 4px 9px #e0e0e0;
    bottom: 2px;
    }

    #api-docs .content {
      margin-bottom: 100px;
    }

    #api-docs .endpoint .url {
      color: #5b8ef6;
      font-family: Roboto;
      font-weight: 600;
    }

    #api-docs h4 {
      font-family: Roboto;
      font-weight: 400;
      text-decoration: underline;
      margin-top: 30px;
    }

    #api-docs .answer span, #api-docs .sku{
      font-family: Roboto;
      color: #41444E;
      display: inline-block;
      padding: 4px 10px;
      margin: 0px 0px 10px 0px;
      border-radius: 2px;
      font-weight: 500;
    }

    #api-docs .get, #api-docs .post, #api-docs .delete {
      font-family: Roboto;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 20px;
      /*text-decoration: underline;*/
    }

    #api-docs .code-snippet {
      margin-bottom: 30px;
    }

    #api-docs .explain-content p,  #api-docs .explain-content ul li{
          color: #878585;
          font-family: 'Roboto';
          font-size: 16px;
          font-weight: 300;

    }

    #api-docs  .explain-content ul li a{
          color: #3d3d3d;
          text-decoration: underline;
          font-weight: 400;

    }

    #api-docs .request-details p {
    color: #878585;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
}

#api-docs .content figcaption {
      color: #fff;
      font-family: Roboto;
      background: #5b8ef6;
      display: inline-block;
      padding: 4px 10px;
      margin: 0px 0px 10px 0px;
      border-radius: 2px;
  
}

    #api-docs .header .loupe {
      position: absolute;
      padding: 89px 200px;
      right: 0px;
      transform: rotate(0deg);
      top: 0px;
    }

    #api-docs .header .loupe.aos-animate {
      transform: rotate(-360deg) !important;
    }

    #api-docs .text-left {
      margin-top: 50px;
    }

    #api-docs .text-left span {
      background: #5b8ef6;
      border-radius: 3px;
      padding: 8px 20px;
      color: #fff;
      font-family: Roboto;
      font-size: 18px;
      font-weight: 300;
    }

    #api-docs .text-left h1 {
      text-align: left;
      font-family: SegoeWP-Black !important;
      font-size: 66px;
      color: #1b2a2f;
      line-height: 1;
    }

    #api-docs .text-left p {
      font-family: SegoeWP-Light;
      font-size: 21px;
      color: #7d7d7d;
    }

    #api-docs .qst {

    border: 1px solid #f1f1f1;

    /* padding:20px; */

    cursor: pointer;

    margin-bottom: 15px;
    }
    #api-docs .qst ul li:first-child{
      padding-top: 10px;
    }

    #api-docs .qst h2{
      font-family: SegoeWP-Bold;
      font-size: 20px;
      color: #1b2a2f;
      line-height: 1;
      text-transform: initial;
      letter-spacing: 0;
      margin:0px;
      padding:25px;
      cursor: pointer;
    }

    #api-docs .summary ul li a {
      padding: 2px 25px;
      color: #3d3d3d;
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: 400;
      display: block;
    }

    #padding-for-header {
        margin-top: 62px !important;
    }

    .questions li, .questions p {
      margin-top: inherit !important;
    }

    #api-docs .summary ul {
      padding-bottom: 25px;
    }

    #api-docs .q a {
      color: #3d3d3d;
      font-weight: 500;
      font-family: Roboto;
      font-size: 16px;
      text-decoration: underline;
    }

    #api-docs ul.sub-numb li a{
      /*padding-left: 10px;*/
      color: #878585;
      font-weight: 300 !important;
    }
    #api-docs ul li {
      font-weight: 500;
      padding-top: 5px;
      list-style-type: none;
      font-family: Roboto;
    }

    #api-docs ul li a .numb {
      list-style-type: none;
      /* font-family: 'Montserrat'; */
      font-style: italic;
      padding-right: 8px;
      /* font-weight: 600; */
    }    
    #api-docs ul li a:hover {
          color: #5b8ef6;
      
    }

    #api-docs .qst {
      border: 1px solid #ebebeb;
    }

    #api-docs .qst.active {
      border: 1px solid #7d7d7d !important;
    }

    #api-docs .qst i {
      float: right;
      padding: 1px;
      font-size: 18px;
      color: #7d7d7d;
      transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
    }

    #api-docs .rotate {
    transform: rotate(45deg);
}

    #api-docs .active i.rotate {
      color: #000;
    }

    #api-docs .qst.active {
      border: 1px solid #7d7d7d !important;
    }

    #api-docs .qst i {
      float: right;
      padding: 1px;
      font-size: 18px;
      color: #7d7d7d;
    }

    #api-docs .active i.rotate {
      color: #000;
    }


    .header {
      border-radius: 0px 0px 58em 58em / 37px;
      /* border-bottom: 10px solid #f7fbff; */
       padding-bottom: 50px; 
       background: #f2f6fb; 
      margin-bottom: 50px;
    }

    .header > .row{
        max-width: 1650px;
        margin: 0 auto;
    }

    .header-img img {
        /*position: relative;*/
        bottom: 100px;
    }