
body.cms-page-view, body.sales-guest-form {
    background-color:#f7f7f9;
}
.cms-reklamation select {
    background-image: none;
}
.cms-serviceverkstad .bth_button a.pagebuilder-button-primary {
    background-color: black;
    color: white !important;
    transition-property: color, background-color;
    transition-duration: 300ms;
    border-radius: 1px;
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 40px 10px 14px;
    position: relative;
    text-decoration: none;
}

.cms-serviceverkstad .bth_button a.pagebuilder-button-primary:hover {
    background-color: white;
    color: black !important;
}

.cms-serviceverkstad .bth_button a.pagebuilder-button-primary:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('../../images/icon-arrow-right-black.svg');
    transform: translateY(-50%);
    filter: invert(1);
}

.cms-serviceverkstad .bth_button a.pagebuilder-button-primary:hover:after {
    filter: invert(0);
}
.cms-fordonsforsaljning [data-content-type=row][data-appearance=full-width]>.row-full-width-inner {
    padding: 0;
}
.cms-information [data-content-type=row]>div,
.cms-integritetspolicy [data-content-type=row]>div, 
.cms-fraktinformation [data-content-type=row]>div,
.cms-faq [data-content-type=row]>div{
    padding: 0 !important;
}
.cms-page-view .page-main-full-width {
    margin-top: 32px;
}
.cms-page-view .block-orders-returns .form-orders-search select,
.cms-page-view .block-orders-returns .form-orders-search input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    font-weight: 400;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 2.5px 5px;
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
}
.cms-page-view .block-orders-returns .form-orders-search label.label, 
.cms-page-view .block-orders-returns .form-orders-search label.label {
    font-size: 12px;
    font-weight: 700;
}
/* PAGE VIEW STYLES */
.cms-page-view .column.main div[data-content-type="row"] h1,
.cms-page-view .column.main .cms-content h1,
.cms-page-view .column.main .pagebuilder-column h1 {
    font-style: italic;
    color: black;
    opacity: 0.87;
    letter-spacing: 0.05em;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.cms-page-view .column.main div[data-content-type="text"] h2 a {
 font-size: 26px;
}
.cms-page-view .column.main div[data-content-type="row"] h2,
.cms-page-view .column.main .cms-content h2 {
    color: #303030;
    font-weight: 400;
    line-height: 1.1;
    font-size: 26px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.cms-page-view .column.main div[data-content-type="row"] h3,
.cms-page-view .column.main .cms-content h3 {
    color: #303030;
    font-weight: 400;
    line-height: 1.1;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.cms-page-view .column.main div[data-content-type="row"] p,
.cms-page-view .column.main .cms-content p {
    color: #303030;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 14px;
    margin-bottom: 0.125rem;
}

.cms-page-view .column.main div[data-content-type="row"] ul,
.cms-page-view .column.main .cms-content ul {
    list-style-type: disc;
    padding-left: 2.5rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.cms-page-view .column.main div[data-content-type="row"] ul.tabs-navigation,
.cms-page-view .column.main .cms-content ul.tabs-navigation {
    padding-left: 0;
    margin-bottom: 0;
}

.cms-page-view .column.main div[data-content-type="row"] ul li,
.cms-page-view .column.main .cms-content ul li {
    color: #303030;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 14px;
    margin-bottom: 3px;
}

.cms-page-view .column.main div[data-content-type="row"] ul li.tab-header.active::after,
.cms-page-view .column.main .cms-content ul li.tab-header.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: white;
    z-index: 9;
}

.cms-page-view .column.main div[data-content-type="row"] ul li a,
.cms-page-view .column.main .cms-content ul li a,
.cms-page-view .column.main div[data-content-type="row"] a,
.cms-page-view .column.main .cms-content a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.cms-page-view .column.main div[data-content-type="row"] ul li a:hover,
.cms-page-view .column.main .cms-content ul li a:hover,
.cms-page-view .column.main div[data-content-type="row"] a:hover,
.cms-page-view .column.main .cms-content a:hover {
    color: #ccc;
}

.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black a.pagebuilder-button-primary,
.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black a.pagebuilder-button-secondary,
.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black .pagebuilder-button-primary {
    background-color: black;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: 1px solid black;
    border-radius: 1px;
    transition: color 0.3s, background-color 0.3s;
  }
.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black a.pagebuilder-button-primary:after,
.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black a.pagebuilder-button-secondary:after {
    filter: invert(1);
}
.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black a.pagebuilder-button-primary:hover:after,
.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black a.pagebuilder-button-secondary:hover:after {
    filter: invert(0);
}

.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black a.pagebuilder-button-primary:hover,
.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black a.pagebuilder-button-secondary:hover,
.cms-page-view .column.main div[data-content-type="row"] .cms-btn-black .pagebuilder-button-primary:hover  {
    background-color: white;
    color: black;
}

/* TABLE HEAD & BODY */
.cms-page-view .column.main div[data-content-type="row"] .data-table thead,
.cms-page-view .column.main div[data-content-type="row"] .data-table tbody,
.cms-page-view .column.main .cms-content .data-table thead,
.cms-page-view .column.main .cms-content .data-table tbody {
    text-align: left;
    font-size: 14px;
}

/* BUTTON YELLOW */
.cms-page-view .column.main div[data-content-type="row"] .bth_button_yellow,
.cms-page-view .column.main .cms-content .bth_button_yellow {
    margin-right: 0;
}

.cms-page-view .column.main div[data-content-type="row"] .bth_button_yellow div[data-content-type=button-item],
.cms-page-view .column.main .cms-content .bth_button_yellow div[data-content-type=button-item] {
    margin-right: 0;
    margin-top: 0.625rem;
}

.cms-page-view .column.main div[data-content-type="row"] .bth_button_yellow .pagebuilder-button-primary,
.cms-page-view .column.main .cms-content .bth_button_yellow .pagebuilder-button-primary {
    position: relative;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 40px 10px 14px;
    min-width: min-content;
    text-decoration: none;
}
.cms-information.cms-page-view .column.main div[data-content-type="row"] .bth_button_yellow .pagebuilder-button-primary {
    min-width: 100% !important;
}
.cms-page-view .column.main div[data-content-type="row"] .bth_button_yellow .pagebuilder-button-primary:hover,
.cms-page-view .column.main .cms-content .bth_button_yellow .pagebuilder-button-primary:hover {
    color: black;
}

.cms-page-view .column.main div[data-content-type="row"] .bth_button_yellow .pagebuilder-button-primary::after,
.cms-page-view .column.main .cms-content .bth_button_yellow .pagebuilder-button-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('../../images/icon-arrow-right-black.svg');
    transform: translateY(-50%);
}

.weltpixel-size-chart .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #303030;
}

.weltpixel-size-chart .table thead {
    text-align: left;
}

.weltpixel-size-chart .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.weltpixel-size-chart .table tbody td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.weltpixel-size-chart h3 {
    color: #303030;
    font-style: inherit;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 18px;
}

.weltpixel-size-chart .table>thead>tr>td.danger,
.weltpixel-size-chart .table>tbody>tr>td.danger,
.weltpixel-size-chart .table>tfoot>tr>td.danger,
.weltpixel-size-chart .table>thead>tr>th.danger,
.weltpixel-size-chart .table>tbody>tr>th.danger,
.weltpixel-size-chart .table>tfoot>tr>th.danger,
.weltpixel-size-chart .table>thead>tr.danger>td,
.weltpixel-size-chart .table>tbody>tr.danger>td,
.weltpixel-size-chart .table>tfoot>tr.danger>td,
.weltpixel-size-chart .table>thead>tr.danger>th,
.weltpixel-size-chart .table>tbody>tr.danger>th,
.weltpixel-size-chart .table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.weltpixel-size-chart .table>thead>tr>td.warning,
.weltpixel-size-chart .table>tbody>tr>td.warning,
.weltpixel-size-chart .table>tfoot>tr>td.warning,
.weltpixel-size-chart .table>thead>tr>th.warning,
.weltpixel-size-chart .table>tbody>tr>th.warning,
.weltpixel-size-chart .table>tfoot>tr>th.warning,
.weltpixel-size-chart .table>thead>tr.warning>td,
.weltpixel-size-chart .table>tbody>tr.warning>td,
.weltpixel-size-chart .table>tfoot>tr.warning>td,
.weltpixel-size-chart .table>thead>tr.warning>th,
.weltpixel-size-chart .table>tbody>tr.warning>th,
.weltpixel-size-chart .table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.weltpixel-size-chart .table>thead>tr>td.success,
.weltpixel-size-chart .table>tbody>tr>td.success,
.weltpixel-size-chart .table>tfoot>tr>td.success,
.weltpixel-size-chart .table>thead>tr>th.success,
.weltpixel-size-chart .table>tbody>tr>th.success,
.weltpixel-size-chart .table>tfoot>tr>th.success,
.weltpixel-size-chart .table>thead>tr.success>td,
.weltpixel-size-chart .table>tbody>tr.success>td,
.weltpixel-size-chart .table>tfoot>tr.success>td,
.weltpixel-size-chart .table>thead>tr.success>th,
.weltpixel-size-chart .table>tbody>tr.success>th,
.weltpixel-size-chart .table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.weltpixel-size-chart .table>thead>tr>td.active,
.weltpixel-size-chart .table>tbody>tr>td.active,
.weltpixel-size-chart .table>tfoot>tr>td.active,
.weltpixel-size-chart .table>thead>tr>th.active,
.weltpixel-size-chart .table>tbody>tr>th.active,
.weltpixel-size-chart .table>tfoot>tr>th.active,
.weltpixel-size-chart .table>thead>tr.active>td,
.weltpixel-size-chart .table>tbody>tr.active>td,
.weltpixel-size-chart .table>tfoot>tr.active>td,
.weltpixel-size-chart .table>thead>tr.active>th,
.weltpixel-size-chart .table>tbody>tr.active>th,
.weltpixel-size-chart .table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.weltpixel-size-chart .table>thead>tr>td.info,
.weltpixel-size-chart .table>tbody>tr>td.info,
.weltpixel-size-chart .table>tfoot>tr>td.info,
.weltpixel-size-chart .table>thead>tr>th.info,
.weltpixel-size-chart .table>tbody>tr>th.info,
.weltpixel-size-chart .table>tfoot>tr>th.info,
.weltpixel-size-chart .table>thead>tr.info>td,
.weltpixel-size-chart .table>tbody>tr.info>td,
.weltpixel-size-chart .table>tfoot>tr.info>td,
.weltpixel-size-chart .table>thead>tr.info>th,
.weltpixel-size-chart .table>tbody>tr.info>th,
.weltpixel-size-chart .table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.weltpixel-size-chart table.table-bordered td,
.weltpixel-size-chart table.table-bordered th {
    border: 1px solid #ddd;
    padding: 8px;
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #eee;
}
@media screen and (min-width: 1440px) {
    body.cms-fordonsforsaljning .container {
            max-width: 1440px;
            padding-left: 30px;
            padding-right:30px;
    }

}
@media (max-width: 767px) {
    .cms-page-view .column.main div[data-content-type="row"] h1,
    .cms-page-view .column.main .cms-content h1,
    .cms-page-view .column.main .pagebuilder-column h1 {
        font-size: 20px;
    }
    .cms-page-view .weltpixel-size-chart {
        padding: 0;
    }
    .weltpixel-size-chart .table-responsive {
        overflow-x: auto;
        border: 1px solid #ddd;
        margin-top: 10px;
    }
    .cms-information.cms-page-view .column.main div[data-content-type="row"] .bth_button_yellow .pagebuilder-button-primary {
        min-width: 270px !important;
    }
}