#content-container {
}

#category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: row-reverse;
}

#category-buttons .category-btn {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f0f0f0;
}

#category-buttons .category-btn.active {
    background-color: #ff7d38 !important;
    color: white;
}

.partner-group .element.marketplace-item {
    width: 250px;
    flex-shrink: 0;
    height: auto;
    margin: 10px;
    border: 1px solid #cfcfcf;
    background: #ebebeb;
}

.partner-group .element.marketplace-item .description {
    height: auto;
    border: none;
    background: transparent;
}

.partner-group .element.marketplace-item .description .title {
    margin-bottom: 0;
}

.partner-group .element.marketplace-item .wrapper-img {
    position: relative;
    display: block;
    width: 100%;
    height: 126px;
}

.partner-group .element.marketplace-item .wrapper-img .img-url {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: no-repeat center transparent;
    background-size: contain;
}

#content-container .site-max-width {
  margin: 0 15px 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#content-main {
  display: flex;
  flex-direction: column;
}

#two-column-container {
  display: flex;
}

#content-text {
  line-height: 1.5;
  font-size: 13px;
}

#content-advertising {
  flex-direction: row;
}

#content-container li {
  list-style-type: square;
}

#content-container h2 {
  color: #ff7d38;
  font-weight: bold;
  font-size: 24px;
  margin: 10px 0 10px 0;
}

#content-container h3 {
  color: #ff7d38;
  font-weight: bold;
  font-size: 24px;
  margin: 15px 0 15px 0;
}

#content-advertising {
  display: flex;
  justify-content: space-between;
}

#content-advertising #girl-advertising {
  width: 150px;
  height: 245px;
  background: url("../images/content-girl.png") left bottom no-repeat;
  background-size: 150px;
  align-self: flex-end;
}

#content-trial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  position: relative;
  font-family: "PT Sans";

  padding: 10px 10px 0 10px;
}

#content-trial .text-with-digits {
  display: flex;
}

#content-trial .text-with-digits .big-digit {
  display: flex;
  color: #163865;
  font-size: 36px;
  font-weight: bold;
  align-self: center;
  z-index: 2;

  line-height: 36px;
}

#content-trial .text-with-digits .big-text {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  flex-direction: column;
  align-self: center;
}

#content-per-month-container {
  align-self: flex-end;
  position: relative;
  z-index: 2;
}

#content-trial .text-with-digits .per-month {
  position: absolute;
  top: 18px;
  left: 65px;
  z-index: 1;
  width: 50px;
  height: 43px;
  background: url("../images/per-month.png") left top no-repeat;
  background-size: 50px;
}

#girl-advertising .button.big-button {
  margin-top: 80px;
  margin-left: 4px;
  width: 130px;
}

#content-advertising #pricing-advertising {
  margin-left: 10px;
  padding-left: 10px;

  width: 150px;
  height: 245px;
  /*background: url('../images/content-pricing.png') left bottom no-repeat;*/
  background-size: 100% 100%;

  display: flex;
  flex-direction: column;
  align-self: flex-end;

  font-size: 13px;
  font-weight: bold;
}

#content-advertising #pricing-advertising h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ff5048;
  font-family: "PT Sans";
}

#content-advertising #pricing-advertising .more-details {
  font-weight: normal;
  margin-bottom: 55px;
}

/** benefits section **/
.boxes element {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
}


#benefits2 .overlap-left {
  top: -160px;
  position: relative;
  left: 150px;
}

#benefits2 .overlap-right {
  top: -74px;
  position: relative;
  right: 30px;
}

#benefits2 h2 {
  color: #ff7d38;
  font-weight: bold;
  font-size: 24px;
}

#benefits2 p {
  margin: 0 !important;
  font-family: "Open Sans";
  font-size: 16px !important;
  text-align: justify;
}

#benefits2 .boxes-left .imageDivContainer {
  display: block;
  height: 216px;
  background-repeat: no-repeat;
}

#benefits2 .boxes-right .imageDivContainer {
  display: block;
  height: 216px;
  background-repeat: no-repeat;
}

#benefits2 .image-automated-shipping {
  background-image: url("../images/automated-shipping.png");
}

#benefits2 .image-save-time-money {
  background-image: url("../images/save-time-money.png");
}

#benefits2 .image-shipping-accurately {
  background-image: url("../images/shipping-accurately.png");
}

#benefits2 .image-reports {
  background-image: url("../images/reports.png");
}

#benefits2 .imageAllInOneSoftware {
  background-image: url("../images/all-in-one-software.png");
}

#benefits2 .imageAPI {
  background-image: url("../images/api.png");
  background-size: 480px;
}

#benefits2 .imageMultiChannelInventory {
  background-image: url("../images/multi-channel-inventory.png");
  background-size: 480px;
}

@media screen and (min-width: 1250px) {
  #benefits2 {
    align-self: center;
    width: 1100px;
  }

  .boxes-left {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 100px;
  }

  .boxes-right {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 100px;
  }

  .boxes-left element:nth-of-type(1) {
    order: 1;
  }

  .boxes-left element:nth-of-type(2) {
    order: 2;
  }

  .boxes-left element:nth-of-type(3) {
    order: 3;
  }

  .boxes-left element:nth-of-type(4) {
    order: 4;
  }

  .boxes-right element:nth-of-type(1) {
    order: 1;
  }

  .boxes-right element:nth-of-type(2) {
    order: 2;
  }

  .boxes-right element:nth-of-type(3) {
    order: 3;
  }

  .boxes-right element:nth-of-type(4) {
    order: 4;
  }

  .boxes-right element > div:first-child {
    margin-left: 32px;
  }

  .boxes-left element > h2:first-child {
    padding-bottom: 24px;
  }

  .boxes-right element > h2:first-child {
    padding-bottom: 24px;
  }

  .boxes-left element:last-child {
    padding: 0 19px 0 32px;
  }

  .boxes-right element:first-child {
    padding-right: 32px;
  }

  #content-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1094px;
    height: 100px;
    background: url("../images/content-header.png") bottom left no-repeat;
    background-size: 1094px;
    margin-bottom: 32px;
  }

  #content-container #content-header h2 {
    color: #fff;
    font-weight: bold;
    padding: 0;
  }

  #content-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    background-color: #ffffff;
  }

  #content-container .site-max-width {
    width: 1094px;
    flex-direction: column;
  }

  #content-container li {
    margin-left: 20px;
    padding-left: 30px;
  }

  #content-main {
    display: flex;
    flex-direction: column;
  }

  #content-text {
    padding-top: 15px;
    position: relative;
    font-size: 14px;
    margin-bottom: 48px;
  }

  #content-container h2 {
    color: #ff7d38;
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 20px 0;
  }

  #content-container h3 {
    color: #ff7d38;
    font-weight: bold;
    font-size: 24px;
    margin: 40px 0 15px 0;
  }

  #content-advertising {
    flex-direction: column;
    justify-content: flex-start;
  }

  #content-advertising #girl-advertising {
    margin-top: 20px;
    width: 250px;
    height: 410px;
    background: url("../images/content-girl.png") left bottom no-repeat;
  }

  #content-trial {
    display: flex;
    flex-direction: column;

    position: relative;
    font-family: "PT Sans";

    padding-top: 20px;
  }

  #content-trial #content-per-month-container {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
  }

  #content-trial .text-with-digits {
    margin-left: 20px;
    display: flex;
  }

  #content-trial .text-with-digits .big-digit {
    color: #163865;
    font-size: 60px;
    font-weight: bold;
    align-self: center;
    z-index: 2;

    line-height: 60px;
  }

  #content-trial .text-with-digits .big-text {
    display: flex;
    font-size: 18px;
    text-transform: uppercase;
    flex-direction: column;
    align-self: center;
  }

  #content-trial .text-with-digits .per-month {
    position: absolute;
    top: 33px;
    left: 105px;
    z-index: 1;
    width: 68px;
    height: 61px;
    background: url("../images/per-month.png") left top no-repeat;
  }

  #girl-advertising .button.big-button {
    margin-top: 130px;
    margin-left: 65px;
  }

  #content-advertising #pricing-advertising {
    margin-top: 10px;
    padding-left: 20px;
    margin-left: 0;

    width: 230px;
    height: 310px;

    background-color: #ffe8c1;

    display: flex;
    flex-direction: column;
    align-self: flex-end;

    font-size: 14px;
    font-weight: bold;
  }

  #content-advertising #pricing-advertising h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #ff5048;
    font-family: "PT Sans";
  }

  #content-advertising #pricing-advertising .more-details {
    margin-bottom: 55px;
  }

  .partner-group {
    width: 100%;
    text-align: left;
    max-width: 1100px;
  }
  .partner-group .element {
    background: #fff;
    padding: 0;
    width: 100%;
    display: inline-table;
    text-align: center;
    height: 450px;
    margin: 0 10px;
    max-width: 250px;
  }
  .partner-group .element .img {
    border-bottom: 1px solid #194778;
    margin: 0;
    height: 125px;
    background: url("images/integrations/Magento_paypal.png") center center
      no-repeat;
  }
  .partner-group .element .description {
    background: #fcfcfc;
    padding: 20px;
    height: 280px;
    text-align: left;
  }
  .partner-group .element .description .title {
    font-weight: 400;
    font-size: 18px;
    color: #981c1e;
    margin-bottom: 15px;
  }
  .partner-group .element .description .title a {
    font-weight: 400;
    font-size: 18px;
    color: #981c1e;
  }
  .partner-group .element .description .text {
    max-height: 240px;
    overflow: hidden;
    line-height: 24px;
    font-weight: 400;
    color: #444;
    font-size: 14px;
  }
  .partner-group .element .description .text a {
    font-weight: 600;
  }

  .partner-group .paragraph {
    text-align: left;
  }

  .partner-group .paragraph h2 {
    color: #ff5048;
  }
}

@media screen and (max-width: 1250px) {
  #content-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background: url("../images/content-header.png") bottom left no-repeat;
    background-size: 100%;
    margin-bottom: 32px;
  }

  #content-container #content-header h2 {
    color: #fff;
    font-weight: bold;
    padding: 0;
  }

  #content-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    background-color: #ffffff;
    padding-top: 60px;
    overflow-x: scroll;
  }

  #content-container .site-max-width {
    width: 100%;
    flex-direction: column;
  }
  #benefits2 {
    align-self: center;
    width: 1100px;
  }

  .boxes-left {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 100px;
  }

  .boxes-right {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 100px;
  }

  .boxes-left element:nth-of-type(1) {
    order: 1;
  }

  .boxes-left element:nth-of-type(2) {
    order: 2;
  }

  .boxes-left element:nth-of-type(3) {
    order: 3;
  }

  .boxes-left element:nth-of-type(4) {
    order: 4;
  }

  .boxes-right element:nth-of-type(1) {
    order: 1;
  }

  .boxes-right element:nth-of-type(2) {
    order: 2;
  }

  .boxes-right element:nth-of-type(3) {
    order: 3;
  }

  .boxes-right element:nth-of-type(4) {
    order: 4;
  }

  .boxes-right element > div:first-child {
    margin-left: 32px;
  }

  .boxes-left element > h2:first-child {
    padding-bottom: 24px;
  }

  .boxes-right element > h2:first-child {
    padding-bottom: 24px;
  }

  .boxes-left element:last-child {
    padding: 0 10px 0 10px;
  }

  .boxes-right element:first-child {
    padding-right: 32px;
  }
}


@media only screen and (max-width: 1100px) {

  #benefits2 {
    align-self: center;
    width: 100%;
    margin: 0px !important;
  }

  .boxes-left {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 10px 20px 10px;
  }

  .boxes-right {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 10px 20px 10px;
  }

  .boxes-left > element > h2,
  .boxes-right > element > h2 {
    margin-bottom: 12px;
  }

  .boxes-left > element > span,
  .boxes-right > element > span {
    margin-top: 20px;
  }

  .boxes-left element:nth-of-type(1) {
    order: 2;
  }

  .boxes-left element:nth-of-type(2) {
    order: 1;
  }

  .boxes-right element:nth-of-type(1) {
    order: 1;
  }

  .boxes-right element:nth-of-type(2) {
    order: 2;
  }

  .center-position {
    margin-top: 0;
  }

  #benefits2 .boxes-left .imageDivContainer {
    background-position: center;
  }

  #benefits2 .boxes-right .imageDivContainer {
    background-position: center;
  }
}

@media only screen and (max-width: 940px) {

  #benefits2 {
    align-self: center;
    width: 100%;
    margin: 0px !important;
  }

  .boxes-left {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 10px 20px 10px;
  }

  .boxes-right {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 10px 20px 10px;
  }

  .boxes-left > element > h2,
  .boxes-right > element > h2 {
    margin-bottom: 12px;
  }

  .boxes-left > element > span,
  .boxes-right > element > span {
    margin-top: 20px;
  }

  .boxes-left element:nth-of-type(1) {
    order: 2;
  }

  .boxes-left element:nth-of-type(2) {
    order: 1;
  }

  .boxes-right element:nth-of-type(1) {
    order: 1;
  }

  .boxes-right element:nth-of-type(2) {
    order: 2;
  }

  .center-position {
    margin-top: 0;
  }

  #benefits2 .boxes-left .imageDivContainer {
    background-position: center;
  }

  #benefits2 .boxes-right .imageDivContainer {
    background-position: center;
  }
}

@media only screen and (max-width: 630px) {

}

@media only screen and (max-width: 480px) {

}