@media screen and (min-width:1000px) and (max-width:1439px){
  .holder{
    width:980px;
  }

  .cover-text .cover-logos li{
    width:9.9%;
  }

  .sub-tabs {
    margin-left: 24px;
  }

  .tab-content.active {
    flex-wrap: wrap;
  }

  .tab-content .tab-image {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }

  .tab-image img {
    max-height: 90%;
  }

  .tab-content h4{
    padding-top:35px;
  }

  .why-sello h4{
    font-size:18px;
  }

  .why-sello p{
    font-size:15px;
  }

  .pricing-box{
    margin:0 40px;
  }

  .footer .footer-nav li a{
    padding:10px;
  }

  .detailed-pricing{
    width:100%;
  }

  .detailed-pricing .pricing-features{
    display:none;
  }

  .detailed-pricing .pricing-plan span.list-label{
    display:block;
    font-weight:400;
    font-size:15px;
    color:#9EA1A7;
  }

  .detailed-pricing .pricing-plan span.light,
  .detailed-pricing .pricing-plan span.dark{
    font-size:21px;
    line-height:1.5em;
    font-weight:400;
  }

  .detailed-pricing .pricing-plan{
    width:49%%;
    margin:0 40px;
  }

  .detailed-pricing ul li{
    height:70px;
    line-height:1.2em;
    box-sizing:border-box;
    padding:10px 0 0 0;
  }

  
  .detailed-pricing .pricing-plan ul li:after {
    bottom:0;
    width:100%;
  }

  .detailed-pricing .pricing-plan .third{
    width:32%;
  }

  .detailed-pricing .pricing-plan .third small{
    font-size:11px;
  }

  .detailed-pricing .separated-list{
    padding-top:3px;
  }

  .detailed-pricing .pricing-plan .separated-list span{
    font-size:18px;
    line-height:20px;
  }
}

@media screen and (min-width: 701px) and (max-width: 999px) {
  .holder{
    width:100%;
    box-sizing: border-box;
    padding:0 20px;
  }

  .nav{
  }

  .login-nav{
    right:15px;
  }

  .cover-text{
    width:100%;
  }

  .cover-text h2{
    font-size:50px;
    line-height: 60px;
  }

  .supported-marketplaces .holder{
    padding:0;
  }

  .sub-tabs {
    width: 200px;
    margin-left: 24px;
  }

  .tab-content.active {
    flex-wrap: wrap;
  }

  .tab-content .tab-image {
    width: 100%;
    height: 150px;
    margin-right: 0;
  }

  .tab-image img {
    max-height: 90%;
  }


  .why-sello-wrapper .holder{
    padding:0;
  }

  .why-sello .third{
    width:100%;
    padding-bottom:30px;
  }

  .pricing{
    padding-top:35px;
  }

  .pricing-box{
    width:45%;
    margin:0 2%;
    font-size:16px;
  }

  .pricing-box h4{
    font-size:40px;
  }

  .testemonials blockquote{
    width:100%;
    box-sizing:border-box;
    padding:50px 20px;
    font-size:30px;
    line-height: 36px;
  }

  .start-selling .input-field{
    width:30%;
  }

  .start-selling .submit-button{
    width:27%;
  }

  .footer{
    height: 165px;
  }

  .footer .footer-nav{
    top: 80px;
    width: 100%;
    right: 10px;
    text-align: right;
  }

  .footer .footer-nav li a{
    padding:10px 15px;
  }

  .detailed-pricing{
    width:100%;
    box-sizing:border-box;
    padding:20px;
    color:#fff;
  }

  .detailed-pricing .pricing-features{
    display:none;
  }

  .detailed-pricing .pricing-plan span.list-label{
    display:block;
    font-weight:400;
    font-size:15px;
    color:#9EA1A7;
  }

  .detailed-pricing .pricing-plan span.light,
  .detailed-pricing .pricing-plan span.dark{
    font-size:21px;
    line-height:1.5em;
    font-weight:400;
  }

  .detailed-pricing .pricing-plan{
    margin:0 2%;
    width:45%;
  }

  .detailed-pricing ul li{
    height:70px;
    line-height:1.2em;
    box-sizing:border-box;
    padding:10px 0 0 0;
  }

  
  .detailed-pricing .pricing-plan ul li:after {
    bottom:0;
    width:100%;
  }

  .detailed-pricing .pricing-plan .third{
    width:32%;
  }

  .detailed-pricing .pricing-plan .third small{
    font-size:11px;
  }

  .detailed-pricing .separated-list{
    padding-top:3px;
  }

  .detailed-pricing .pricing-plan .separated-list span{
    font-size:18px;
    line-height:20px;
  }

  .faq h3{
    font-size:20px;
    padding:20px 20px 10px 20px;
    margin:0;
    text-align:left;
  }

  .faq h4{
    margin-top:20px;
  }

  .faq .row{
    margin:0;
  }

  .faq .half{
    width:100%;
    padding:0 20px;
  }

  .faq .row:nth-of-type(3),
  .faq .row:nth-of-type(2) .half:last-child{
    display:none;
  }

  .cover-text .cover-logos{
    display:none;
  }

  .cover-logos-mobile{
    display:block;
    list-style:none;
    margin:0;
    padding:0 15px 30px 15px;
    text-align:center;
  }

  .cover-logos-mobile li{
    display:inline-block;
    width:32%;
    height: 50px;
    vertical-align:middle;
    position:relative;
  }

  .cover-logos-mobile li img{
    max-height:70%;
    max-width:70%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
  }

.homepage-hero-module{
  display:none;
}
}

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

  body.home{
    display:flex;
    flex-direction: column;
  }

  body.home .header{
    order:1;
  }

  body.home .cover-text{
    order:2;
  }

  body.home .supported-marketplaces{
    order:4;
  }

  body.home .why-sello-wrapper{
    order:3;
  }

  body.home .product-counter{
    order:5;
  }

  body.home .pricing-wrapper{
    order:6;
  }

  body.home .testemonials{
    order:7;
  }

  body.home .start-selling{
    order:8;
  }

  body.home .footer{
    order:9;
  }

  body.home .copyright{
    order:10;
  }

  .homepage-hero-module{
    display:none;
  }

  .holder{
    width:100%;
  }

  .nav{
    display:none;
  }

  .logo{
    padding:0;
    margin:0 0 0 15px;
    width:66px;
    background-size:100% auto;
  }

  .login-nav{
    right:60px;
    top:8px;
  }

  .login-nav li a{
    font-size:15px;
    padding:6px 11px;
  }

  .nav-trigger{
    display:block;
  }

  .cover-text{
    width:100%;
    box-sizing:border-box;
    padding:0 5px;
    margin-top:90px;
    height: 65vh
  }

  .cover-text h2{
    font-size:24px;
    font-weight:400;
    line-height:1.2em;
  }

  .cover-text p{
    font-size:16px;
    line-height:1.2em;
    font-weight:400;
  }

  .cover-text a{
    font-size:15px;
    padding:14px 20px;
  }

  .supported-marketplaces{
    margin-top:50px;
  }

  .supported-marketplaces h3{
    top:-50px;
    font-size:20px;
    line-height:1em;
    padding:25px 0 25px 0;
    background:#EEEFF1;
    color:#3F434C;
    border-bottom: 1px solid #DBDBDB;
  }

  ul.main-tabs {
    margin-bottom: -50px;
    top: -50px;
    display: block;
    height: auto;
    position: relative;
  }

  ul.main-tabs li {
    width: 100%;
    height: 75px;
    line-height:75px;
    border-bottom: 1px solid #dbdbdb;
    opacity: 1;
    transition: 0s;
    text-align: left;
    padding: 0 15px;
  }

  ul.main-tabs li.webshops::before {
    background-size: 37px auto;
  }

  ul.main-tabs li:after {
    background: url(../images/arrow-right.svg) no-repeat;
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 25px;
    top: 23px;
  }

  ul.main-tabs.expanded {
    overflow: hidden;
    height: 74px;
    min-height:74px;
  }

  ul.main-tabs li.active {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    opacity: 1;
  }

  ul.main-tabs li.expanded {
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-left: 60px;
  }

  ul.main-tabs li.expanded:after {
    right: auto;
    left: 11px;
    top: 23px;
    transform: rotate(180deg);
    opacity: 0.5;
  }

  .main-tab {
    max-height: 0;
    overflow: hidden;
  }

  .main-tab.expanded {
    max-height: 5000px;
  }

  .sub-tabs{
    display:none;
  }

  .accordion-head{
    display:block;
  }

  .tabs-container{
    width: 100%;
    height:auto;
  }

  .tab-content{
    border-bottom:1px solid #DBDBDB;
  }

  .tab-content {
    flex-wrap: wrap;
    background: #fff;
    padding: 0;
  }

  .tab-content .tab-image{
    display: none;
  }

  .tab-content .tab-text{
    width:100%;
    box-sizing:border-box;
    padding:10px 10px 10px 15px;
  }


  .tab-content h4{
    margin:0;
    padding:10px 0 0 0;
  }

  .why-sello{
    padding:0 15px;
    border-radius:0;
  }

  .why-sello h3{
    font-size:20px;
    line-height:1.2em;
    padding:30px 0;
  }

  .why-sello .third{
    width:100%;
    padding:0 0 35px 0;
  }

  .why-sello h4{
    font-size:20px;
    line-height:1.2em;
    font-weight:400;
  }

  .why-sello p{
    font-size:15px;
    line-height:1.2em;
    font-weight:400;
  }

  .product-counter{
    height:200px;
    background:url(../images/cover-products-mobile.png) no-repeat center #fff;
  }

  .product-counter h3{
    font-size:20px;
    line-height:1.2em;
    padding:50px 0 10px 0;
  }

  .product-counter .product-count{
    font-size:50px;
    line-height:1em;
    font-weight:400;
  }

  .pricing-wrapper h3{
    padding:40px 0;
  }

  .pricing{
    padding:0;
  }

  .pricing .holder{
    padding:20px;
    box-sizing:border-box;
  }

  .pricing-box{
    width:100%;
    min-height:100px;
    margin:0;
    font-size:18px;
    line-height:21px;
  }

  .pricing-box:first-of-type{
    margin-bottom:20px;
  }

  .pricing-box h4{
    font-size:36px;
    line-height:1.2em;
  }

  .pricing-box ul{
    display:none;
  }

  .pricing .pricing-more-link{
    margin:0;
  }

  .testemonials blockquote{
    width:100%;
    font-size:20px;
    line-height:1.2em;
    font-weight:400;
  }

  .start-selling{
    font-size:18px;
    line-height:1.2em;
    font-weight:400;
    box-sizing:border-box;
    padding:25px;
  }

  .start-selling h3{
    font-size:20px;
    line-height:1.2em;
    font-weight:400;
    margin-bottom:10px;
  }

  .start-selling .input-field{
    width:100%;
    margin-bottom:20px;
  }

  .start-selling .submit-button{
    width:100%;
    margin-bottom:15px;
  }

  .footer{
    height:auto;
  }

  .footer .footer-logo{
    width:70px;
    background-size:100% auto;
    margin-left:15px;
  }

  .footer .footer-social-nav{
    margin-left:15px;
    margin-top:8px;
  }

  .footer .footer-social-nav li a{
    width:25px;
    height:25px;
    background-size:100% auto;
  }

  .footer .footer-login-nav li a{
    padding:10px 20px;
  }

  .footer .footer-login-nav{
    margin-right:10px;
  }

  .footer .footer-nav{
    position:relative;
    top:0;
    right:0;
    box-sizing:border-box;
    padding:10px 15px;
  }

  .footer .footer-nav li{
    width:32%;
    display:inline-block;
    text-align:left;
    height:30px;
    line-height:30px;
  }

  .footer .footer-nav li a{
    padding:0;
  }

  .copyright{
    height:100px;
    position:relative;
    padding:0;
  }

  .copyright .holder{
    height:100%;
  }

  .copyright span{
    position:absolute;
    bottom:15px;
    left:15px;
  }

  .copyright ul{
    float:none;
    box-sizing:border-box;
    padding:10px 15px;
    border-bottom:1px solid rgba(0,0,0,0.2);
    margin:0;
  }

  .copyright li{
    width:49%;
    margin:0;
    height:30px;
    line-height:30px;
  }

  .cover-text .cover-logos{
    display:none;
  }

  .detailed-pricing{
    width:100%;
    box-sizing:border-box;
    padding:20px;
    color:#fff;
  }

  .detailed-pricing .pricing-features{
    display:none;
  }

  .detailed-pricing .pricing-plan span.list-label{
    display:block;
    font-weight:400;
    font-size:15px;
    color:#9EA1A7;
  }

  .detailed-pricing .pricing-plan span.light,
  .detailed-pricing .pricing-plan span.dark{
    font-size:21px;
    line-height:1.5em;
    font-weight:400;
  }

  .detailed-pricing .pricing-plan{
    margin:0;
    width:100%;
  }

  .detailed-pricing ul{
    overflow:hidden;
    width:100%;
    max-height:210px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
  }

  .detailed-pricing ul.active{
    max-height:2000px;
  }

  .detailed-pricing ul li{
    height:70px;
    line-height:1.2em;
    box-sizing:border-box;
    padding:10px 0 0 0;
  }

  
  .detailed-pricing .pricing-plan ul li:after {
    bottom:0;
    width:100%;
  }

  .detailed-pricing .pricing-plan .third{
    width:32%;
  }

  .detailed-pricing .pricing-plan .third small{
    font-size:11px;
  }

  .detailed-pricing .separated-list{
    padding-top:3px;
  }

  .detailed-pricing .pricing-plan .separated-list span{
    font-size:18px;
    line-height:20px;
  }

  .detailed-pricing .pricing-more,
  .detailed-pricing .pricing-less{
    display:inline-block;
  }

  .detailed-pricing .pricing-more.hidden,
  .detailed-pricing .pricing-less.hidden{
    display:none;
  }

  .faq h3{
    font-size:20px;
    padding:20px 20px 10px 20px;
    margin:0;
    text-align:left;
  }

  .faq h4{
    margin-top:20px;
  }

  .faq .row{
    margin:0;
  }

  .faq .half{
    width:100%;
    padding:0 20px;
  }

  .faq .row:nth-of-type(3),
  .faq .row:nth-of-type(2) .half:last-child{
    display:none;
  }

  .cover-logos-mobile{
    display:block;
    list-style:none;
    margin:0;
    padding:0 15px 30px 15px;
    text-align:center;
  }

  .cover-logos-mobile li{
    display:inline-block;
    width:32%;
    height: 50px;
    vertical-align:middle;
    position:relative;
  }

  .cover-logos-mobile li img{
    max-height:70%;
    max-width:70%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
  }

  .sello-modal{
    width:100vw;
    height:100vh;
    overflow: auto;
  }

  .sello-modal h3{
    font-size:22px;
    padding-top:30px;
    padding-bottom:0px;
  }

  .sello-modal p{
    font-size:14px;
  }

  .sello-modal .modal-body{
    padding:20px;
  }

  .social-logins{
    margin:0;
  }

  .social-logins a{
    width:100%;
    margin:0 0 13px 0;
  }

  .modal-footer{
    padding:20px;
  }
  .second {
    height: 110px;
    background: #fff;
  }

}