body {
    background-color: #f6f7f8 !important;
}

.header {
    background: transparent;
}

footer {
    background-color: white !important;
    margin-top: 0;
}
h3.title {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
}
.first-section-search {
    background-color: #f6f7f8;
    margin-bottom: 0;
    padding-bottom: 200px;
    margin-top: 120px;
}

.first-section-row {
    z-index: 3;
}

.help-illustration-1 {
    position: absolute;
    right: 0;
}

.background-image-help {
    position: absolute;
    margin-top: -120px;
    z-index: 1;
    width: 100%;
    max-width: unset;
}

.background-image-oval {
    position: absolute;
    top: -120px;
    right: 0;
    z-index: 1;
}

.title {
    margin-bottom: 0;
}

.input-wrapper {
    position: relative;
    width: 100%;
    max-width: 472px;
    margin-top: 36px;
}

input:focus {
    outline: none;
}

::placeholder {
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #9f9f9f;
}

.search-input {
    width: 100%;
    max-width: 472px;
    height: 50px;
    padding: 0 12px;
    border-radius: 2px;
    border: solid 1px #dadadb;
    background-color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #303030;
}

.input-magnifier {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
}

/* Help by topic section */
.help-by-products {
    padding-bottom: 140px;
    margin-bottom: 0;
    background: white;
}

.help-by-products .row {
    justify-content: center;
}

.help-by-topic {
    margin-top: -15px;
    background-color: white;
    padding-bottom: 113px;
}

.help-by-topic-title {
    margin-bottom: 10px !important;
}

.topic-box, .product-box {
    border-radius: 6px;
    border: solid 4px #ecf0f2;
    max-width: 400px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 22px;
    min-height: 298px;
    margin-top: 40px;
    cursor: pointer;
}

.topic-box-2 {
    min-height: 244px;
}

.topic-box-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    margin-top: 18px;
}

.topic-box-text {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    margin-top: 10px;
}

.icon-wrapper {
    height: 60px;
    width: 60px;
    background-color: #f6f7f8;
    border-radius: 50%;
    margin: 0 auto;
}

.box-icon {
    margin-top: 12px;
}

.btn-browse-all, .btn-browse-all-2 {
    width: 198px;
    height: 40px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 40px;
}

.btn-browse-all-2 {
    margin-top: 60px;
}

/* Help by integration section */
.content-wrapper, .centered {
    max-width: 1360px;
}

.marketplaces-row, .helpdesks-row {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .marketplaces-row, .helpdesks-row {
        flex-wrap: nowrap;
    }
}

.marketplace-box {
    min-width: 240px;
    height: 160px;
    border-radius: 4px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    border: solid 1px #ecf0f2;
    background-color: white;
    margin-right: 20px;
    text-align: center;
    margin-top: 20px;
}

.help-by-integration .title {
    margin-bottom: 0;
}

.marketplace-box:hover {
    cursor: pointer;
    box-shadow: 0 27px 76px 0 rgba(178, 182, 186, 0.4);
}

.logo-image {
    padding-top: 47px;
    height: 114px;
    padding-bottom: 33px;
    text-align: center;
    border-bottom: solid 1px #ecf0f2;
}

.logo-image.logo-mirakl img{
    margin-top: -20px;
}

.marketplace-logo {
    max-width: 120px;
    min-height: 100%;
}

.number-of-articles {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}

.marketplace-box .number-of-articles, .helpdesk-box .number-of-articles {
    padding-bottom: 13px;
}

.integration-box {
    margin-top: 28px;
}

.helpdesk-box {
    min-width: 240px;
    height: 160px;
    border-radius: 4px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    border: solid 1px #ecf0f2;
    background-color: white;
    margin-right: 20px;
    text-align: center;
    margin-top: 20px;
}

.helpdesk-box:hover {
    cursor: pointer;
    box-shadow: 0 27px 76px 0 rgba(178, 182, 186, 0.4);
}

.helpdesk-title {
    margin-top: 60px;
}

/* Help boxes section */

.boxes-section {
    margin-top: 70px;
}

.question-answer-title {
    margin-top: 16px;
    margin-bottom: 10px;
}

.g__without-indent {
    margin-bottom: 0;
    margin-top: 0;
}

.g__section-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f7f8;
}

.g__section-background:not(.var-a) {
    z-index: -1;
}

.btn-qs {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: 0.4px;
    text-align: center;
    color: #2282d4 !important;
    margin-top: 10px;
}

.btn-qs:active {
    color: #2282d4 !important;
}

.btn-qs:focus {
    color: #2282d4 !important;
}

.g__text.type-7 {
    font-family: Gilroy;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.44;
}

.question-support-wrapper {
    max-width: calc(1070px + 30px + 30px);
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}

.quick-answers .two-blocks {
    margin-top: 60px;
    padding-bottom: 70px;
}

.question-support-column {
    border-radius: 6px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    background-color: #fff;
    max-width: 35%;
    min-width: 344px;
    padding: 47px 20px;
    margin: 0 10px 30px;
}

.question-answer-title {
    font-size: 26px;
}

.text-wrapper {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
}

@media screen and (min-width: 768px) and (max-width: 784px) {
    .helpdesk-box, .marketplace-box {
        margin-right: 14px !important;
    }
}

@media screen and (max-width: 1450px) {
    .background-image-help {
        margin-top: -20px;
    }
}


@media only screen and (max-width: 1350px) {
    .background-image-oval {
        max-width: 570px;
    }
}

@media only screen and (max-width: 992px) {
    .background-image-oval {
        display: none;
    }

    .background-image-help {
        max-width: unset;
        width: unset;
        top: 223px;
    }

    h1.title {
        text-align: center;
    }

    .title {
        text-align: center;
    }

    .input-wrapper {
        margin: 0 auto;
    }

    .help-illustration-1 {
        position: relative;
        margin: 0 auto;
        margin-top: 55px;
    }

    .ilustration-col {
        text-align: center;
    }

    .topic-box {
        margin-top: 40px;
    }

    .question-support-wrapper {
        padding: 0;
    }

    .question-support-column {
        min-width: 340px;
        margin: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    footer {
        margin-top: 0;
    }

    h3.title {
        text-align: center;
    }

    .help-by-topic {
        padding-top: 100px;
        padding-bottom: 60px;
        margin-bottom: 65px;
    }

    .first-section-search {
        padding-bottom: 30px;
    }

    .help-by-topic {
        padding-bottom: 60px;
        margin-bottom: 65px;
    }

    .helpdesks-row {
        flex-wrap: wrap;
        max-width: 708px;
        margin: 0 auto;
    }

    .marketplaces-row {
        max-width: 708px;
        margin: 0 auto;
    }

    .marketplace-box {
        min-width: 216px;
        max-width: 216px;
    }

    .helpdesk-box {
        min-width: 216px;
        max-width: 216px;
        flex: 18%;
    }

    .mt-20 {
        margin-top: 20px
    }

    .flex-item-right {
        margin-top: 20px;
    }

    .boxes-section {
        margin-bottom: 100px;
        margin-top: 40px;
    }
}

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

    footer {
        margin-top: 0;
    }

    .first-section-search {
        padding-bottom: 30px;
    }

    .question-title {
        text-align: center !important;
        margin-top: 15px !important;
    }

    h2.title {
        margin-bottom: 20px;
        font-size: 34px !important;
    }

    .help-by-topic {
        padding-top: 35px;
        padding-bottom: 60px;
        margin-bottom: 65px;
    }

    .topic-box {
        margin: 0 auto;
        margin-top: 20px;
    }

    h3.title {
        text-align: left;
        font-size: 26px;
        margin-bottom: 20px;
    }

    .help-by-integration {
        margin-bottom: 80px;
    }

    .boxes-section-title {
        max-width: 314px !important;
    }

    .article, .article-title, .article-preview-text {
        text-align: left;
    }

    .marketplace-box, .helpdesk-box {
        min-width: 240px;
    }

    .btn-browse-all-2 {
        margin-top: 40px;
    }

    .index-initial-section {
        margin-bottom: 50px;
    }

    .boxes-section {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .question-support-column {
        max-width: 51%;
        flex: 100%;
    }

    .help-illustration-1 {
        margin-top: 20px;
        border-bottom-right-radius: 202px;
    }

    .background-image-help {
        height: 946px;
        width: 100%;
        max-width: 100%;
        top: 15px;
    }

}

@media only screen and (max-width: 500px) {
    .help-illustration-1 {
        border-bottom-right-radius: 214px;
    }
}

@media only screen and (max-width: 380px) {
    .help-illustration-1 {
        border-bottom-right-radius: 198px;
    }

    .background-image-help {
        height: 880px;
        width: 100%;
        max-width: 100%;
        top: 22px;
    }


}

/* Filter Search Page */
/* Checkbox styling */

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border: solid 1px #dadadb;
}

.checkbox {
    font-family: 'Gilroy', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

.checkbox:hover input ~ .checkmark {
    cursor: pointer;
}

.checkbox input:checked ~ .checkmark {
    background-color: #1bb869;
    border: none;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
    left: 5px
}

.checkbox .checkmark:after {
    left: 4px;
    top: 3px;
    width: 4px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-label {
    font-size: 16px;
    font-weight: 300;
    margin-left: 8px;
}

.main-filter-title {
    margin-bottom: 30px !important;
}

.filter-type-title {
    margin-top: 30px;
    margin-bottom: 12px;
}

.first-of-filters {
    margin-top: 16px;
}

.applied-filter {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #ecf0f2;
    border-radius: 16px;
    background-color: #6c8092;
    padding: 5px 14px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.btn-close-small {
    cursor: pointer;
}

.article-list {
    margin-top: 40px;
}

.article {
    margin-top: 20px;
    border-bottom: solid 2px #ecf0f2;;
}

.article-labels {
    margin-bottom: 30px;
}

.articles-count {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #6C8092;
    margin-top: 15px;
    margin-right: 10px;
}

.articles-count-mobile {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #6C8092;
    margin-bottom: 35px;
    display: none;
}

.not-found-articles {
    display: none;
    text-align: center;
}

.not-found-title{
    margin-bottom: 5px !important;
    color: #2A3946 !important;
    font-weight: 700 !important;
    font-size: 26px !important;

}

.not-found-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color:  #2A3946;
}

.not-found-img {
    margin-top: 20px;
}

.article-title-underline {
    color: #303030;
    text-decoration: none;
}

.article-text-href:hover  .article-title-underline:after {
    width: 100%;
}

.article-text-href:hover .article-title-underline{
    color: #2282d4;
    text-decoration: none;
}



.article-title-underline::after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    background-color: #2282d4;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.article-text-href:hover {
    text-decoration: none;
}

.article-title {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #303030;
}

.article-preview-text {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    color: #303030 !important;
}

.label-filter {
    cursor: pointer;
}

.index-list-articles {
    padding-bottom: 120px;
    margin-bottom: 0;
    background-color: white;
}

.applied-filters-desktop {
  margin-top: 15px;
}

.pagination {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.33px;
    color: #6c8092;
    margin-top: 40px;
}

.pag-item {
    height: 30px;
    width: 30px;
    padding-left: 10px;
    margin-left: 20px;
    display: inline-flex !important;
    align-items: center;
}

#next-button {
    padding-left: 13px;
}

.pag-item:hover {
    border-radius: 4px;
    background-color: #ecf0f2;
}

.pag-number {
    cursor: pointer;
}

.active-pag-item {
    border-radius: 4px;
    background-color: #ecf0f2;
}

.pag-caret {
    cursor: pointer;
}

/* Filters mobile and tablet */
.filters-mobile {
    display: none;
}

.hidden {
    display:none;
}

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

    .applied-filters-desktop {
        display: none;
}

    .articles-count-mobile {
        display: block;
    }


    .btn-open-filter-modal {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        padding-top: 20px;
        padding-bottom: 20px;
        cursor: pointer;
    }

    .filters-desktop {
        display: none;
    }

    .filters-mobile {
        display: block;
    }

    .filter-btn-border {
        border: solid 2px #ecf0f2;
        width: 1200px;
        margin-left: -100px;
    }

    .articles-count {
        margin-top: 0;
        margin-bottom: 35px;
    }

    .filters-modal {
        padding: 0 !important;
    }

    .modal-filter-dialog {
        margin: 0;
        width: 100%;
        max-width: 991px;
        background: white;
    }

    .modal-filter-content {
        width: 100%;
        border-radius: unset;
        border: none;
    }

    .btn-close-modal {
        z-index: 99;
        width: 13px;
        height: 13px;
        right: 20px;
        top: 15px;
    }

    .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    #btn-close-modal-mobile {
        display: block;
    }

    .last-row .col-md-6 {
        text-align: left;
    }

    .btn-close-modal {
        position: absolute;
        right: 30px;
        top: 30px;
        width: 24px;
        height: 24px;
        opacity: 0.6;
        cursor: pointer;
    }

    .btn-close-modal:hover {
        opacity: 1;
    }

    .btn-apply-filters {
        width: 220px;
        height: 40px;
        border-radius: 30px;
        transform: translate(-50%, 0);
        left: 50%;
        margin-bottom: 5px;
    }

    .filters-subtitle {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
    }

    .index-list-articles {
        padding-bottom: 100px;
    }

    #prev-button {
        margin-left: 0 !important;
    }

    .pagination {
        justify-content: center;
        margin-left: -10px;
    }

    .pag-item:nth-of-type(1) {
        margin-left: 8px;
    }

    .btn-browse-all {
        display: none;
    }

    .first-of-filters {
        margin-top: 10px;
    }

    .main-modal-title {
        margin-top: 20px;
    }

    .last-checkbox {
        margin-bottom: 50px;
    }

    .checkbox-filter {
        visibility: hidden;
    }
}
@media screen and (max-width: 767px) {
    .index-list-articles {
        padding-bottom: 65px;
    }

    .article-list {
        margin-top: -15px;
    }

    .label-wrapper {
        margin-top: 6px;
    }
}
@media screen and (max-width: 991px) and (max-height: 958px) {
    .modal-filter-dialog {
        margin: 0;
        height: auto;
        width: 100vw;
    }

    .modal-filter-content {
        height: auto;
        width: 100vw;
    }

    .apply-btn-wrapper {
        height: 50px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: white;
    }

}

@media screen and (min-width: 1600px) {
    .help-illustration-1 {
        right: -10%;
    }
}

@media screen and (min-width: 1700px) {
    .help-illustration-1 {
        right: -15%;
    }
}

@media screen and (min-width: 1800px) {
    .help-illustration-1 {
        right: -24%;
    }
}

@media screen and (min-width: 1920px) {
    .background-image-oval {
        width: 41%;
    }

    .help-illustration-1 {
        width: 71%;
        right: -23%;
    }

    .help-by-topic {
        margin-top: 125px;
    }
}
.article-labels {
    margin-top: 4px;
}

.label-wrapper {
    border: 1px solid #DADADB;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding: 7px 13px;
    max-width: 220px;
    display: inline-flex;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
}

.label-img {
    max-height: 22px;
}

.label-span {
    margin-left: 9px;
}

#overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.6)  url(/img/help/loader.svg) center center no-repeat;
    background-size: 200px 200px;
    opacity: .7;
}

.edit-post-modal {
    max-width:1200px;
}

.logo-backmarket {
    padding-top: 35px;
}

.zohodesk-logo-wrap {
    padding-top: 20px;
}

.onsite-logo-wrap {
    padding-top: 37px;
}

.logo-woocommerce {
    padding-top: 25px;
}
