:root {
  --aka-primary-color: #75adea;
  --aka-primary-color-darken: #4993e3;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #414142;
  --aka-secondary-opposite-color: #d7d7d7;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
#sell-info {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}
#sell-info .landing_title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #353b41;
  font-weight: bold;
}
#sell-info .landing_subheadlines {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #353b41;
  padding-left: 19px;
}
#sell-info .sell-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(min-content,1fr);
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 40px;
}
#sell-info .sell-steps > * {
  padding-left: 25px;
  padding-right: 25px;
}
#sell-info .sell-steps .steps-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 235px;
  -ms-grid-columns: minmax(min-content,1fr);
  grid-template-rows: 1fr 235px;
}
#sell-info .sell-steps .steps-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
}
#sell-info .sell-steps .steps-item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
}
#sell-info .sell-steps .steps-item:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1;
}
#sell-info .sell-steps .steps-item .item-label {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr;
  -ms-grid-rows: minmax(min-content,1fr);
  grid-template-columns: 20px 1fr;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #353b41;
  font-weight: bold;
  margin-bottom: 20px;
}
#sell-info .sell-steps .steps-item .item-label .label-number {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
}
#sell-info .sell-steps .steps-item .item-label .label-text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
}
#sell-info .sell-steps .steps-item .item-image {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  border: 1px solid #bcc3c7;
  padding: 5px;
}
#sell-info .sell-steps .steps-item .item-image .image-content {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#sell-info .sell_banner {
  margin-bottom: 40px;
}
#sell-info .lp_bottom_text_style {
  line-height: 110%;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #353b41;
  margin-bottom: 25px;
}
#sell-info .lp_bottom_text_style.seller-links-block {
  height: auto;
  margin: 25px 0;
  padding: 25px 0;
}
#sell-info .main_text_link {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #1f72cb;
  text-decoration: none;
}
#sell-info .main_text_link:hover {
  text-decoration: underline;
}
#sell-info .lp_search_box {
  height: 160px;
  overflow: hidden;
}
#sell-info .lps_lable {
  height: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #353b41;
}
#sell-info .lps_blue_box {
  height: 85px;
  background-color: #98c8ff;
  border-radius: 5px;
  overflow: hidden;
}
#sell-info #search-by-isbn {
  font-family: 'Source Sans Pro', sans-serif;
}
#sell-info .orange-button-rounded {
  display: block;
  background-color: #EF9300;
  width: auto;
  height: 45px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  font: bold 18px 'Source Sans Pro', sans-serif;
  line-height: 45px;
  color: white;
  padding: 0 15px;
}
#sell-info .lps_form_lable {
  font: 17px 'Source Sans Pro', sans-serif;
  color: #353b41;
  width: 300px;
  height: 45px;
  line-height: 45px;
  float: left;
  text-align: right;
  margin: 20px;
}
#sell-info #ih-selling-by {
  overflow: hidden;
  margin-right: 180px;
}
#sell-info #ih-selling-by  input[type=text] {
  width: 320px;
  height: 45px;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  font: italic 16px 'Source Sans Pro', sans-serif;
  color: #353b41;
  margin: 20px 20px 20px 25px;
}
#sell-info #ih-selling-by > a {
  width: 55px;
  padding: 0;
  float: right;
  text-align: center;
  display: block;
  border: none;
}
#sell-info #sell-by-isbn {
  font-family: 'Source Sans Pro', sans-serif;
}
#sell-info .not-selectable_sell {
  width: 55px;
  padding: 0;
  float: right;
  text-align: center;
  display: block;
  border: none;
  margin: 20px;
}
#sell-info .seller-links-block {
  height: 120px;
}
#sell-info.sell-info-retired .landing_subheadlines {
  font-style: italic;
}
#sell-info.sell-info-retired .lp_bottom_text_style.seller-links-block {
  height: 60px;
  line-height: 60px;
  margin: unset;
  padding: unset;
}
