@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,200&family=Noto+Sans+Display:wght@200;300;400;500;600&display=swap");
* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    color: #333;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

main {
    flex: 1 0 auto;
}

nav {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

header.p-3.text-bg-dark {
    background: #030708 !important;
}

main.main-content {
    padding: 50px 0;
}

.product_name {
    margin: 12px;
    color: green;
}


/* ---------------- 08- Nov-22 ---------------------------*/

.specifications-comp caption.table-caption {
    border-bottom: solid 1px #e5e5e5;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
    font-family: "Noto Sans Display", sans-serif;
    font-weight: 600;
    color: #444;
    caption-side: top !important;
}

.specifications-comp .table-container .table td,
.specifications-comp .table-container .table th {
    padding: 10px 20px;
    vertical-align: top;
    border: none;
    font-size: 15px;
    color: #666;
    font-family: "Montserrat", sans-serif;
}

.specifications-comp .table-container .table th {
    text-align: left;
    z-index: 100;
    width: 50%;
    color: #333;
    font-size: 16px;
    font-family: "Noto Sans Display", sans-serif;
    vertical-align: middle;
}

.specifications-comp .table-container .table th {
    border-right: 1px solid #e5e5e5;
}

.specifications-comp .table-container .table tr:nth-of-type(even) td {
    background-color: #eff0f0;
}

.specifications-comp .table-container .table tr:nth-of-type(even) th {
    background-color: #eff0f0;
}

.custom-model-select {
    width: 250px;
    font-weight: 600;
    position: relative;
    padding: 10px 20px;
    border-radius: 0.25rem;
    font-family: "Noto Sans Display", font-family;
}

.dropdown-option {
    background: #eff0f0;
}

.select-form .model {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 6px;
}

.specifications-comp .specification-export a {
    font-size: 15px;
    text-decoration: none;
    color: #367c2b;
    font-family: "Noto Sans Display", sans-serif;
}

.specification-headers th.column-1 {
    border: 0;
}

.specification-title-row h2 {
    margin: 0;
    padding: 10px 6px;
    font-size: 30px;
    font-family: "Noto Sans Display", font-family;
    font-weight: 600;
}

tr.srsv {
    background-color: #fff;
    box-shadow: 0 4px 6px -5px #333;
}

tr.specification-title-row {
    background-color: #fff;
}

table thead tr.srsv td {
    border: 0;
}

td.column-3.blank-one {
    min-width: 300px;
}

tr.specification-headers,
tr.srsv {
    background-color: #fff;
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.content {
    padding: 16px;
}

.specification-header.sticky-compare {
    left: 0;
    overflow: hidden;
}

.specification-header.sticky-compare .container {
    padding: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.sticky+.content {
    padding-top: 102px;
}

td.column-2 .SC-h3 {
    font-size: 24px;
}

td.column-2 p {
    font-size: 14px;
    font-family: "Noto Sans Display", sans-serif;
    font-weight: 600;
    margin: 0;
}

.spec-head {
    padding: 10px 0px;
    vertical-align: top;
    margin-bottom: 37px;
    font-size: 30px;
    font-family: "Noto Sans Display", font-family;
    margin-top: 0;
}

table thead tr.specification-title-row th {
    border-bottom: 0;
}

header {
    display: block;
}

.displaynone {
    display: none;
}

.show_more {
    display: block !important;
}

.show_more_or_less {
    border: 1px solid;
    color: #008000;
    border-color: #808080;
    margin-bottom: 10px;
}

.table td,
.table th {
    width: 220px !important;
    word-break: break-word;
}

tr.specification-headers td p {
    float: left;
    padding-right: 10px;
    width: calc(100% - 25px);
}

tr.specification-headers .btn-close {
    float: right;
}

.nav-tabs {
    border-bottom: 1px solid #c4c4c4;
    padding: 0 20px;
}

.nav-tabs li .nav-link {
    font-family: "SF Pro Display";
    font-weight: normal;
    font-size: 16px;
    line-height: 10px;
    color: #5c5f62;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 16px 0;
    margin-right: 42px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border-color: #95bf47;
}

.tab-content {
    float: left;
    margin: 40px;
}

.download {
    float: left;
    margin: 90px;
    margin-left: 200px;
}


/*28/11/22*/

ul#select2-product_category_select-results li {
    width: 100%;
    float: left;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000 !important;
    height: 45px !important;
    padding: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px !important;
    top: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
}

span#select2-product_category_select-container {
    font-family: "Noto Sans Display", font-family;
    font-weight: 600;
}

#product_category_select+span {
    max-width: 100%;
    width: 100% !important;
}

select#product_submodel_select {
    max-width: 100%;
    width: 100%;
}


/*** Responsive Start here ***/

@media screen and (min-width: 991px) {
    .specifications-comp .table-container .table th {
        width: 20%;
    }
    .specifications-comp .table-container .table.filled-row tr td:nth-child(2) {
        width: 50%;
    }
    .specifications-comp .table-container .table tr td:nth-child(5) {
        display: table-cell;
    }
    .specifications-comp .table-container .table td {
        width: 20%;
    }
    .table tr.specification-headers td {
        width: 20%;
        border: 0;
        vertical-align: middle;
        padding: 6px 16px;
    }
}

@media (min-width: 1400px) {
    .page-width {
        max-width: 1440px;
    }
    .custom-model-select {
        max-width: 100%;
    }
}

.main-page-title {
    display: none;
}