@font-face {
    font-family: "InterLight";
    src: url("fonts/Inter-Light.ttf");
}

@font-face {
    font-family: "InterRegular";
    src: url("fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: "InterMedium";
    src: url("fonts/Inter-Medium.ttf");
}

@font-face {
    font-family: "InterSemiBold";
    src: url("fonts/Inter-SemiBold.ttf");
}

@font-face {
    font-family: "InterBold";
    src: url("fonts/Inter-Bold.ttf");
}

@font-face {
    font-family: "InterBlack";
    src: url("fonts/Inter-Black.ttf");
}

@font-face {
    font-family: "InterExtraBold";
    src: url("fonts/Inter-ExtraBold.ttf");
}

label.error {
    color: #f00 !important;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 0px;
    background: transparent;
    margin: 10px 0px 10px 0px;
    font-size: 12px !important;
}

.custom-control-input {
    cursor: pointer;
}

.sizeAlert {
    color: red;
}

body {
    font-family: "InterRegular";
    /* font-weight: 400; */
}

footer {
    background-color: #2d2c2c;
    padding-top: 150px;
    padding-bottom: 100px;
}

footer a {
    font-size: 16px;
    line-height: 19.36px;
}

/*.brand:not(:last-child)::after {
  content: ", ";
}*/

p a,
p a:visited {
    color: black;
    text-decoration: underline;
    font-weight: reg;
}

a:hover {
    text-decoration: unset;
    opacity: 0.7;
    cursor: pointer;
}

.mainContainer {
    max-width: 1380px;
    margin: 0 auto;
}

b,
strong {
    font-family: "InterSemiBold";
}

.ralImage {
    width: 100%;
    border: 1px solid #898989;
}

.endCalculator:hover {
    opacity: 0.7;
}

.top-nav {
    background-color: #2d2c2c;
    min-height: 53px;
}

.top-nav ul {
    list-style: none;
    display: flex;
    float: right;
}

.top-nav ul li {
    padding: 24px 12px;
}

.top-nav ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 16.94px;
}

.navbar-nav a {
    font-family: "InterBold";
    font-size: 16px;
    line-height: 19.36px;
    /* font-weight: 700; */
    color: #000 !important;
}

.dropdown-toggle::after {
    color: #ffb400;
}

.title-section {
    background-image: url(../images/bg-element.svg) !important;
    min-height: initial !important;
    aspect-ratio: 1920 / 360;
    background-size: cover;
}

.title_bg {
    aspect-ratio: 1920 / 360;
    padding-top: 4vw;
    background-image: linear-gradient(
        240deg,
        #fff0 50%,
        rgb(0 0 0 / 71%) 100%
    ) !important;
}

.title-section h1 {
    font-size: 35px;
    line-height: 42.36px;
    /* font-weight: 900; */
    color: white;
    font-family: "InterBlack";
}

.title-section h2 {
    font-size: 20px;
    line-height: 24.2px;
    /* font-weight: 300; */
    font-family: "InterLight";
}

.content h1 {
    /* font-weight: 700; */
    font-family: "InterBold";
    font-size: 35px;
    line-height: 42.36px;
}

.content p {
    font-family: "InterRegular";
    /* font-weight: 400; */
    font-size: 14px;
    line-height: 20px;
}

.product-card {
    background: #d2d2d254;
}

.product-card a {
    color: #000;
    font-family: "InterSemiBold";
    font-size: 16px;
    line-height: 19.36px;
}

.product-card h3 {
    /* font-weight: 700; */
    font-family: "InterBold";
    font-size: 20px;
    line-height: 24.2px;
}

.product-card p {
    /* font-weight: 400; */
    font-family: "InterRegular";
    font-size: 16px;
    line-height: 19.36px;
}

.product-card .text-bold {
    /* font-weight: 600; */
    font-family: "InterSemiBold";
}

.priceItem {
    background: #d2d2d254;
    display: block;
    width: 100%;
    padding: 16px 26px;
    margin: 15px;
}

.content hr {
    border-color: #b6b6b6;
}

.footer-title {
    opacity: 0.5;
    font-family: "InterMedium";
    font-size: 18px;
    line-height: 21.78px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li,
footer p,
footer a {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-control:disabled {
    background-color: #e4e4e4;
}

.form-control {
    height: 35px;
    border-color: #898989;
}

.custom-select {
    background: #fff url("../images/icon-select.svg") right 0.75rem center/8px
        no-repeat;
    background-size: 15px;
}

.price-calculator label {
    /* font-weight: 400; */
    font-family: "InterRegular";
    font-size: 16px;
    line-height: 19.36px;
    color: #000;
}

.productItem,
.sumText {
    border-bottom: #b6b6b6 1px solid;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.productItem h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: "InterSemiBold";
}

.total {
    font-size: 20px;
}

.price-calculator h2 {
    /* font-weight: 600; */
    font-family: "InterSemiBold";
    font-size: 20px;
    line-height: 24.2px;
}

.btn-add,
.btn-add:hover {
    border: 0px solid darkgray;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    background: gray;
}

.btn-white {
    border: 3px solid #ffb400;
    /* font-weight: 700; */
    font-family: "InterBold";
    font-size: 16px;
    line-height: 19.36px;
    color: #000;
    padding: 12px 43px;
    border-radius: 25px;
}

.btn-orange {
    border: 3px solid #ffb400;
    background: #ffb400;
    padding: 12px 25px;
    border-radius: 25px;
    color: #fff;
    /* font-weight: 700; */
    font-family: "InterBold";
    font-size: 16px;
    line-height: 19.36px;
}

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

.btn-orange:hover {
    color: #fff;
    opacity: 0.7;
}

.bg-header {
    background: #2d2c2c;
}

.bg-header .navbar {
    height: 83px;
}

.bg-header ul li a,
.bg-header a {
    color: #fff !important;
    /* font-weight: 600 !important; */
    font-family: "InterSemiBold";
    font-size: 16px;
    line-height: 19.36px;
}

.gallery h1 {
    font-size: 35px;
    /* font-weight: 700; */
    font-family: "InterBold";
    line-height: 42.26px;
}

.gallery p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.gallery .arrow {
    width: 30px;
}

.gallery .card-header h5 {
    /* font-weight: 700; */
    font-family: "InterBold";
    font-size: 16px;
    line-height: 19.36px;
}

.collapse-icon {
    float: right;
}

.side-menu {
    border-right: 1px solid #e8e8e8;
}

.side-menu p {
    /* font-weight: 400; */
    font-family: "InterRegular";
    font-size: 12px;
    line-height: 17px;
    color: #898989;
}

.side-menu .custom-checkbox .custom-control-label::before {
    border: 2px solid #ffb400;
    border-radius: 2px;
    background-color: #fff;
}

.side-menu
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label::after {
    background-color: #ffb400;
}

.side-menu .card-header {
    background-color: #d9d9d9;
    border: unset;
    padding: 8px;
    cursor: pointer;
}

.side-menu .card-body {
    padding-left: 8px;
}

/*.price-calculator .custom-checkbox .custom-control-label::before {
    border: 1px solid #898989;
    border-radius: 0px;
    background-color: #fff;
    width: 24px;
    height: 24px;
}*/

.price-calculator
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label::after {
    background-color: #898989;
    width: 24px;
    height: 24px;
}

.price-calculator .custom-control-label::after {
    display: none;
}

.price-calculator .custom-checkbox label {
    font-size: 14px;
    line-height: 16.94px;
    padding-left: 15px;
}

.btn-basket {
    border-radius: 50px;
    background-color: #ffb400;
    padding: 7px 20px;
    /* font-weight: 700; */
    font-family: "InterBold";
    font-size: 16px;
    line-height: 19.36px;
    color: #fff;
}

.btn-basket:hover {
    text-decoration: none;
    color: #fff;
}

.btn-basket span {
    font-size: 10px;
    line-height: 12.1px;
    background-color: #fff;
    color: #ffb400;
    padding: 2px 5px;
    border-radius: 50%;
    margin-bottom: 5px;
    position: relative;
    bottom: 2px;
}

.gallery-images ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
}

.gallery-images ul li {
    margin: 10px;
}

.gallery-images ul li a {
    /* font-weight: 700; */
    font-family: "InterBold";
    font-size: 14px;
    line-height: 16.94px;
    padding: 6px 25px;
    border: 2px solid #ffb400;
    color: #000;
    border-radius: 50px;
}

.gallery-images ul li a.active {
    color: #fff;
    background-color: #ffb400;
}

.img-div p {
    font-size: 14px;
    line-height: 16.94px;
    /* font-weight: 400; */
    font-family: "InterRegular";
}

.img-div .small-text {
    /* font-weight: 300; */
    font-family: "InterLight";
}

.view-number .custom-select {
    font-size: 12px;
    /* font-weight: 400; */
    font-family: "InterRegular";
    line-height: 14.52px;
    width: 36px;
    padding-top: 0;
    padding-bottom: 0;
    height: 24px;
    background-size: 8px;
    border-radius: 0;
    padding: 0;
    padding-left: 3px;
    border: 0.5px solid #979797;
    background: #fff url("../images/icon-select.svg") right 0.25rem center/8px
        no-repeat;
}

.view-number label {
    font-size: 12px;
}

.page-number {
    font-size: 12px;
    line-height: 14.52px;
}

.page-number .text-bold {
    /* font-weight: 700; */
    font-family: "InterBold";
}

.navbar-light .navbar-toggler-icon {
    background: url("../images/icon-mobilmenu.svg") no-repeat center;
}

.navbar-light .navbar-toggler {
    border: unset;
}

.search {
    background: url("../images/icon-input-search.svg") no-repeat center right
        10px;
}

.summary-product h3 {
    /* font-weight: 700; */
    font-family: "InterBold";
    font-size: 20px;
    line-height: 24.2px;
}

.summary-product p {
    font-size: 16px;
    line-height: 19.36px;
}

.summary-product .custom-text {
    display: inline-block;
}

.img-options {
    right: 25px;
    top: 8px;
    position: absolute;
}

.menu-bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.menu-bottom ul li {
    padding-right: 10px;
}

.menu-bottom p,
.menu-bottom a {
    opacity: 0.5;
    font-size: 14px;
    line-height: 16.94px;
}

footer a:hover {
    color: #fff;
}

.side-menu .custom-checkbox {
    margin-bottom: 0.75rem;
}

.filter {
    color: #000;
    font-size: 14px;
    line-height: 16.94px;
    font-family: "InterSemiBold";
}

.filter:hover {
    color: #000;
}

.filter p {
    font-family: "InterSemiBold";
    font-size: 14px;
    line-height: 19.94px;
}

.media-header .navbar-collapse {
    background-color: #2d2c2c;
}

.navbar-collapse.show {
    z-index: 10;
}

.img-div {
    max-height: 200px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.form-control {
    border-radius: 0;
}

.info a {
    font-size: 14px;
    line-height: 16.94px;
}

.calculator-header .navbar-light .navbar-toggler-icon {
    background: url("../images/icon-mobilemenu-calculator.svg") no-repeat center;
}

.calculator-header .navbar-brand {
    margin-right: 10px;
}

.calculator-header .navbar-toggler {
    padding-right: 0;
}

.calculator-header .mobile-search {
    position: absolute;
    top: 37px;
    right: 50px;
    transform: translate(-50%, -50%);
}

.calculatorForm .validated {
}

.calculatorForm .notValidated {
    background-color: rgb(255, 232, 232);
    border: 1px solid red;
    padding: 3px;
}

.removeProductRow {
    position: absolute;
    left: 30px;
    z-index: 9999;
    margin-top: 90px;
}

#productRows .row {
    padding-bottom: 40px;
}

.lb-image {
    max-width: 1366px !important;
    height: auto !important;
}

.lb-dataContainer {
    position: absolute;
    top: -25px;
    max-width: 1366px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.next-page {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.side-menu .custom-control label {
    cursor: pointer;
}

@media (max-width: 768px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table tr {
        margin-bottom: 1em;
        border: 1px solid #ddd;
        padding: 0.5em;
    }

    .responsive-table td {
        text-align: right;
        position: relative;
        padding-left: 50%;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
    }

    .responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0.75em;
        width: 45%;
        padding-right: 1em;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
    }
}
