body {

    margin: 0;
    font-family: 'MetropolisRegular' !important;
    color: inherit !important;
}

html {

    scroll-behavior: smooth;

}

* {

    outline: transparent !important;

}

a {

    text-decoration: none !important;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

    margin-bottom: 0px;

}

:root {

    /*Color Theme*/
    --primary: #042241;
    --primary-light: #182A61;
    --secondary: #62D161;

    /*Heading h1-h6*/
    --heading-primary: #1B1B1B;

    /*P, span, text*/
    --text-primary: #292929;
    --white: #fff;

    /*Other*/
    --border: #E9E9E9;

    /*Font Style*/
    --f-regular: 'MetropolisRegular', sans-serif;
    --f-medium: 'MetropolisMedium', sans-serif;
    --f-bold: 'MetropolisBold', sans-serif;
    --f-semib: 'MetropolisSemiBold', sans-serif;

}

/*breadcrumbs*/

.breadcrumb-bg {

    background-color: var(--primary);

}

.breadcrumb {

    padding: 1rem 1rem 1rem 0rem !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
    font-size: 0.875rem;
}

.breadcrumb-item a {

    color: var(--white);

}

.breadcrumb-item a:hover {

    color: var(--secondary);
    font-family: var(--f-medium);
}

.breadcrumb-item+.breadcrumb-item::before {

    content: url('/assets/svg/chevron.svg') !important;
    width: 16px;
}

.breadcrumb-item.active {

    color: var(--secondary) !important;
}


/* -- Header(menu)-components -- */

.header-brand {

    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    border-bottom: 1px solid var(--border);
}

.navbar {

    border-bottom: 1px solid var(--border);

}

.dropdown-item {

    border: 1px solid var(--border);

}

.header-user-nav {

    padding-left: 0;
    margin: 0;
    display: flex;
}

.header-user-item {

    list-style-type: none;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    padding-left: 1rem;
}

.header-user-link {

    color: var(--heading-primary);
    font-family: var(--f-medium);
    font-size: 0.938rem;

}

.header-user-item:hover .ci {

    border: 1px solid var(--secondary)
}

.header-user-item:hover .header-user-link {

    color: var(--secondary);

}


.navbar-expand-lg .navbar-nav .nav-link {

    padding-left: 0rem !important;
    padding-right: 3rem !important;
    font-family: var(--f-semib);
    color: var(--text-primary) !important;
    font-size: 0.938rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {

    color: var(--secondary) !important;

}

.dropdown-menu-item {

    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    justify-content: center;

}

.dropdown-menu-item span {

    font-family: var(--f-medium);
    font-size: 1.115rem;
    color: var(--text-primary);
    padding-top: 10px;
}

.dropdown-menu-item:hover span {

    color: var(--secondary);

}

.dropdown-menu-item img {

    width: 40px;
    height: 40px;
}

/* -- HEADER SLIDER -- */

.swiper-slide {

    height: 630px !important;

}

.swiper-pagination-bullet {

    width: auto !important;
    min-width: 5%;
    padding: .5rem 1rem;
    height: 45px !important;
    border-radius: 0 !important;
    color: var(--white);
    font-family: var(--f-medium);
    background: transparent !important;
    opacity: 0.7 !important;
}

.swiper-pagination-bullet-active {

    font-weight: var(--f-semib);
    background: transparent !important;
    opacity: 1 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {

    bottom: 0px !important;

}

.swiper-pagination-bullet-active {

    font-family: var(--f-medium);
    border-bottom: 3px solid var(--secondary);
}

.swiper-content {

    height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
}

.badge-title {

    position: relative;
    font-size: 0.875rem;
    font-family: var(--f-semib);
    padding-left: 10px;
    margin-bottom: 15px;
}

.badge-title::before {

    content: '';
    position: absolute;
    height: 20px;
    width: 3px;
    left: 0;
    top: -1px;
    background-color: var(--secondary);
}

.swiper-content h2 {

    font-family: var(--f-bold);
    font-size: 3rem;

}

.swiper-content p {

    font-size: 1.125rem;
    font-family: var(--f-regular);
    padding: 15px 0px;
}

.swiper-content .btn-group a {

    margin-right: 15px;

}

/* -- Network  -- */

.network-bg {

    background-image: url('/assets/img/network.png');
    height: 700px;
    background-repeat: no-repeat;
    background-position: center right;

}

.network-block {

    background-color: var(--primary);
    width: 100%;
    min-height: 450px;
    padding: 45px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: var(--white);
}

.network-block h2 {

    font-family: var(--f-bold);

}

.network-block p {

    line-height: 25px;

}

.widget-block {

    background-color: var(--white);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 290px;
    border: 1px solid var(--border);
    margin-bottom: 25px;
}

.network-title {

    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.network-title h2 {

    color: var(--heading-primary);
    font-size: 1.35rem;
    font-family: var(--f-semib);
    margin-bottom: 0px;
    padding-left: 5px;
}

.network-content p {

    line-height: 25px;
    color: var(--text-primary);
    font-weight: 400;
}

.network-footer span {

    display: block;
    font-weight: 500;
    color: var(--heading-primary);
    font-family: var(--f-semib);
}

.network-footer span:nth-last-child(1),
.network-footer a:nth-last-child(1) {

    font-size: 1.3rem;
    font-weight: 500;
    color: var(--secondary);
}


/* -- TV Section -- */

.swiper-tv .swiper-slide {

    height: 485px !important;
    border: 1px solid var(--border);
}

.tv-detalis {

    padding: 15px;

}

.tv-detalis h4 {

    color: var(--heading-primary);
    font-family: var(--f-semib);
    font-size: 1.25rem;

}

.tv-detalis a {

    color: var(--primary);
    text-decoration: underline !important;
    font-family: var(--f-regular);
    transition: all .3s ease-in-out;
    display: block;
    margin-top: 3px;
}

.tv-detalis a:hover {

    color: var(--secondary);

}

.picture-tv img {

    width: 100%;
    height: 400px;
}

.swiper-tv .swiper-button-next,
.swiper-tv .swiper-button-prev {

    background-color: var(--white);
    width: 68px;
    height: 68px;
    border-radius: 100%;
    border: 1px solid var(--border);

}

.swiper-tv .swiper-button-next::after,
.swiper-tv .swiper-button-prev::after {

    font-size: 24px !important;
    color: var(--heading-primary);
}

.badge-new {

    position: absolute;
    padding: .375rem 1.25rem;
    background-color: var(--primary);
    border-radius: 999px;
    top: 15px;
    left: 15px;
    color: var(--text-primary);
}

.badge-new span {

    color: var(--white);
    font-size: 0.75rem;
    font-family: var(--f-semib);
}

.text-block {

    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 25px;

}

.text-close {
    padding-bottom:15px;
}

.text-close p {
    line-height:auto;
    padding-bottom:0px;
    padding-top:0px;
    margin-bottom:0px;
}

.text-close i {
    font-size:12px;
}

.text-standard-block p,
.text-block p {

    line-height: 25px;
    color: var(--text-primary);
    padding-bottom: 15px;
}

.text-standard-block h2,
.text-block h2 {

    font-size: 2.125rem;
    font-family: var(--f-bold);
    padding-bottom: 15px;
    color: var(--heading-primary);
    margin-bottom: 0px;
}

/* -- Phone section & Cta widget --*/

.phone-section {

    background-color: rgba(233, 233, 233, 0.15);
    padding: 30px 0px;
}

.widget-cta {

    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 275px;
    margin-bottom: 25px;
    align-items: flex-start;
    border: 1px solid var(--border);
}

.widget-cta p {

    font-size: 1rem;

}

.widget-cta h3 {

    font-size: 1.85rem;
    font-family: var(--f-semib);
}

.offer-cta {

    background-color: var(--primary);
    color: var(--white);
}

.contact-cta h3 {

    color: var(--heading-primary);

}

.contact-cta span {

    color: var(--secondary);
    font-family: var(--f-semib);
}

.contact-cta p {

    color: var(--text-primary);

}

/* -- Company Section -- */

.picture-left {

    position: relative;
    left: -200px;
}

.pt-6 {

    padding-top: 100px;

}

.text-span {

    font-size: 1.25rem;
    word-break: keep-all;
    max-width: 75%;
    padding-bottom: 25px;
    font-family: var(--f-semib);
}

.company-box {

    border: 1px solid var(--border);
    margin-bottom: 25px;
}

.company-img img {

    width: 100%;
    height: 215px;

}

.company-detalis {

    padding: 12.5px 15px;

}

.company-detalis a {

    display: block;
    font-family: var(--f-medium);
    cursor: pointer;
}

.company-detalis a:nth-child(2) {

    font-size: 0.875rem;
    text-decoration: underline !important;
    color: var(--primary-light);
}

.company-detalis a:nth-child(1) {

    font-size: 1.125rem;
    text-decoration: none;
    font-family: var(--f-semib);
    color: var(--heading-primary);
}

.company-box-more {

    background-color: var(--primary);
    min-height: 293px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.company-box-more .text-span {

    color: var(--white);

}

.company-box-more::before {

    content: '';
    background: url('/assets/img/line-logo.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 329px;
    height: 327px;
    top: 0;
    right: -50px;
    z-index: -1;
}

.company-box-more a {

    font-size: 1.1;
    margin-right: 10px;
    color: var(--white);
    font-family: var(--f-semib);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.company-box-more a:hover {

    color: var(--secondary);

}

/* -- 404.html --*/

.error-content {

    min-height: 650px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.error-content img {

    margin-bottom: 30px;

}

.error-text-block {

    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;

}

.error-text-block span {

    font-size: 5rem;
    font-family: var(--f-bold);
}

.text-green {

    color: var(--secondary);

}

.error-text-block h2 {

    margin-bottom: 10px;

}

/* -- Document-page.html --*/

.file-box {

    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
    padding: 25px;
    margin-bottom: 25px;
    transform: border .3s ease-in-out;
}

.file-box:hover {

    border: 1px solid var(--primary-light);
    box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.05);
}

.file-box:hover .btn-download {

    background-color: rgba(7, 17, 47, 1);

}

.file-box a {

    font-family: var(--f-medium);
    font-size: 1rem;
    color: var(--heading-primary);
}

.file-box a:hover {

    color: var(--primary-light);
    text-decoration: none;
}

.section-title h3,
.document-title h3 {

    font-size: 1.85rem;
    color: var(--heading-primary);
    font-family: var(--f-bold);
}

/* -- Rules-page.html -- */

.document-title {

    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--border);

}

.date-refresh {

    display: flex;
    align-items: center;
    color: var(--heading-primary);
}

.date-refresh span {

    font-family: var(--f-medium);
    font-size: 0.875rem;
}

.date-refresh img {

    margin-right: 5px;

}

.text-wrap {

    padding-bottom: 30px;

}

.text-wrap h2 {

    font-size: 2rem;
    color: var(--heading-primary);
    font-weight: 700;
    padding-bottom: 15px;
}

.text-wrap p {

    line-height: 150%;
    color: var(--text-primary);
    font-size: 1.0625rem;
    font-family: var(--f-regular);
}



/* -- Faq.html --*/

.header-faq {

    position: relative;
    background-color: var(--primary);
    min-height: 200px;
    margin-bottom: 45px;
}

.faq-caption {

    text-align: center;
    color: var(--white);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.faq-caption h3 {

    font-size: 2.625rem;
    font-weight: 700;

}

.search-ask {

    position: relative;
    top: 55px;
}

.search-ask .form-control {

    border-radius: 0 !important;
    border-top: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-left: 0px;
    border-bottom: 1px solid var(--border);
    height: calc(1.5em + 3rem);
}

.search-ask .form-control::placeholder {

    color: var(--heading-primary);

}

.sidebar-category {

    padding-top: 25px;
    margin-bottom: 25px;
    border: 1px solid var(--border);
}

.sidebar-category-title {

    padding: 0px 25px;

}

.sidebar-category-title h4,
.faq-category-title h4 {

    font-size: 1.5rem;
    font-family: var(--f-semib);
    color: var(--heading-primary);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.sidebar-category-nav ul {

    padding-left: 0px;

}

.sidebar-category-nav li {

    list-style-type: none;
    padding: 7px 0px;
    transition: all .3s ease-in-out;
}

.category-active {

    box-shadow: inset 3px 0px 0px 0px var(--secondary);
    color: var(--heading-primary);

}

.category-active a {

    font-family: var(--f-bold) !important;

}

.sidebar-category-nav a {

    padding-left: 25px;
    color: var(--heading-primary);
    font-size: 1rem;
    font-family: var(--f-medium);
}

.sidebar-category-nav a:hover {

    text-decoration: none;
    color: var(--heading-primary);
    font-family: var(--f-bold);
}

.sidebar-category-nav li:hover {

    box-shadow: inset 3px 0px 0px 0px var(--secondary);

}

.sidebar-cta-contact {

    display: flex;
    align-items: center;
    padding: 12px 0px;
}

.sidebar-cta {

    padding: 25px;
    margin-bottom: 15px;
    border: 1px solid var(--border);
}

.sidebar-cta span {

    color: var(--heading-primary);

}

.sidebar-cta h6 {

    font-size: 1.125rem;
    margin-bottom: 4px;
    color: var(--heading-primary);
    font-family: var(--f-semib);
}

.sidebar-cta-contact a {

    font-size: 1rem;
    color: var(--heading-primary);
    font-family: var(--f-semib);
}

.sidebar-cta-contact a:hover {

    color: var(--secondary);

}

.accordion-button:not(.collapsed) {

    color: var(--primary) !important;
    background-color: transparent !important;
}

.accordion-button {

    font-family: var(--f-semib);
}

.accordion-button,
.accordion-collapse {

    border: 1px solid var(--border) !important;

}

.sidebar-category-title h4 {

    font-size: 1.25rem;

}

/* -- Contact.html --*/

.contact-content .text-standard-block p {

    max-width: 100%;

}

.contact-content .text-standard-block {

    padding-bottom: 0px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 25px;
}

.contact-content .text-bold {

    font-family: var(--f-semib);
    margin-bottom: 20px;
}

.info {

    font-size: 1.25rem;
    font-family: var(--f-semib);
    padding-bottom: 15px;
    display: block;
}

.contact-box {

    padding: 15px;
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    margin-bottom: 15px;
    max-width: 75%;
}

.contact-box a {

    font-size: 1rem;
    font-family: var(--f-semib);
    color: var(--primary);
}

textarea {

    min-height: 175px !important;
    resize: none !important;
}

.form-select {

    height: calc(1.5em + 2rem + 2px) !important;
    border: 1px solid var(--border) !important;
    border-radius: 0px !important;

}

.contact-form .form-control {

    height: calc(1.5em + 2rem + 2px) !important;
    border: 1px solid var(--border) !important;
    border-radius: 0px !important;

}

.form-control {

    height: calc(1.5em + 2rem + 2px) !important;
    border: 1px solid var(--border) !important;
    border-radius: 0px !important;

}

.form-check-label {

    font-size: 0.875rem;
    font-family: var(--f-regular);
}

/* -- Simple-page.html -- */

.header-page {

    margin-bottom: 45px;
    min-height: 750px;
}

.header-picture {

    background-color: transparent;
    height: 575px;
    margin-top: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header-page-content {

    height: 575px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 45px;
    color: var(--white);
}

.header-page-content h2 {

    font-size: 2.75rem;
    font-family: var(--f-bold);
}

.header-page-content p {

    font-size: 1rem;

}

.online-net-check {

    min-height: 200px;
    background-color: var(--white);
    position: relative;
    top: -100px;
    border: 1px solid var(--border);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    z-index: 1;
}

.online-net-check::before {

    content: '';
    background: url('/assets/img/line-logo-full.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 236px;
    height: 232px;
    top: 0;
    right: 100px;
    z-index: 1;

}

.space-between-off {

    justify-content: flex-start !important;
    min-height: 175px !important;
    height: 225px;
}

.space-between-off-ch {

    justify-content: flex-start !important;
    min-height: 175px !important;
    height: 275px;
}

.online-net-check h4 {

    font-family: var(--f-bold);
    font-size: 1.5rem;
    color: var(--heading-primary);
}

.online-net-check span {

    font-family: var(--f-medium);
    font-size: 0.875rem;
    color: var(--heading-primary);
}

.more-services {

    background-color: rgba(233, 233, 233, 0.2);
    padding: 35px 0px;
}

.price {

    border-top: 1px solid var(--border);

}

.price-nav .nav {

    justify-content: center;

}

.price-nav .nav-tabs {

    border-bottom: 1px solid var(--border);

}

.price-nav .nav-tabs .nav-link {

    border-radius: 0px;
    color: var(--heading-primary);

    padding: 1rem 3rem;
}

.price-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {

    border-color: var(--border) var(--border) var(--white) !important;
    background-color: var(--secondary) !important;
    color: var(--white) !important;
    font-family: var(--f-semib);
}

.price-block,
.price-best {

    border: 1px solid var(--border);
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: inset 0px 3px 0px 0px var(--primary);
    min-height: 550px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: flex-start; */
}

.price-best {

    background-color: var(--primary);

}

.price-name {

    text-transform: uppercase;
    line-height: 15px;
}

.price-name span {

    color: var(--primary-light);
    font-size: 1rem;
    font-weight: 500;
}

.price-best .price-name span {

    color: var(--white);

}

.price-name h2 {

    color: var(--secondary);
    font-weight: 800;
    font-size: 2.25rem;
}

.price-item {

    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid var(--border);
}

.price-best-item {

    border-bottom: 1px solid rgba(233, 233, 233, .1);
}

.price-item span {

    display: block;
    color: var(--primary-light);
    line-height: 22px;
}

.price-best-item span {

    color: var(--white);

}

.price-best-item span:nth-child(1) {

    color: var(--white) !important;
}

.price-item span:nth-child(1) {

    font-size: 1rem;
    color: var(--primary);
    font-family: var(--f-medium);
}

.price-item span:nth-child(2) {

    font-size: 1.25rem;
    font-family: var(--f-semib);
    padding-top: 5px;
}

.price-best .price-cost span {

    color: var(--white) !important;

}

.price-cost {

    padding-top: 12px;

}

.price-cost span {

    display: block;

}

.price-cost span:nth-child(1) {

    font-size: 1rem;
    font-family: var(--f-medium);
    color: var(--primary);
}

.price-cost span:nth-child(2) {

    font-size: 2rem;
    font-family: var(--f-semib);
    color: var(--primary-light);
}

.price-info {

    padding: 15px;
    min-height: 60px;
    background-color: var(--primary);
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}

.price-info-text {

    color: var(--white);
    max-width: 65%;
}

.price-info-text p {

    margin-bottom: 0px
}

.icons {

    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.package-box {

    margin-bottom: 25px;

}

.package-img img {

    width: 100%;
    height: 245px;
}

.package-name {

    background-color: var(--primary-light);
    padding: 20px 15px;
    color: var(--white);
}

.package-name h4 {

    font-size: 1rem;
    margin-bottom: 0px;
}

.title-text h2 {

    padding: 0;
    margin-top: 25px;
}

/* -- Order -- */

#header-order-bg {

    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 35%, rgba(4, 34, 65, 1) 35%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 35%, rgba(4, 34, 65, 1) 35%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 35%, rgba(4, 34, 65, 1) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#042241", GradientType=1);
    min-height: 325px;

}

.order-title {

    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    color: var(--white);
    padding-bottom: 20px;
}

.order-title h2 {

    font-family: var(--f-medium);

}

.open-time span {

    display: block;
    font-size: 0.9125rem;
}

.open-time a:hover {

    color: inherit;

}

.step-content {

    background-color: var(--white);
}


.circle-outline,
.circle-active {

    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    border: 2px solid var(--heading-primary);
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 1.25rem;
    font-weight: 600;
}

.circle-active {

    border: 2px solid var(--secondary);
    color: var(--secondary) !important;
}

.circle-done {

    border: 2px solid var(--white);
    color: var(--white) !important;
}

.step-item {

    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
}

.step-item a {

    font-size: 1.125rem;
    font-family: var(--f-semib);
    color: var(--heading-primary);
}

.step-item a:hover {

    color: var(--secondary);
    text-decoration: none;
}


.step-done {

    background-color: var(--secondary);

}

.step-done a {

    color: var(--white);

}

.step-done a:hover {

    color: var(--white);
    text-decoration: none;
}

.order-content {

    border: 1px solid var(--border);
    padding: 45px 35px;
}

label {

    color: var(--heading-primary);
    margin-bottom: 5px;
}

.order-heading h2 {

    font-size: 1.3rem;
    font-family: var(--f-semib);
    color: var(--heading-primary);
}

.order-heading p {

    color: var(--text-primary);
    font-weight: 400;
    font-size: 0.9125rem;
}

.order-box {

    padding: 25px;
    border: 1px solid var(--border);
    margin-bottom: 15px;
}

.label-text {

    color: var(--heading-primary);
    font-family: var(--f-semib);
    font-size: 1.2rem;
}

.order-box p {

    margin-bottom: 0px;
    font-size: 0.875rem;
}

.summary-order {

    border: 1px solid var(--border);
    padding: 35px 25px;
    margin-bottom: 25px;
}

.summary-item {

    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border);
    padding: 10px 0px;
    color: var(--heading-primary);
}

.summary-item-title span {

    display: block;
    font-size: 0.9125rem;
}

.summary-item-title span:nth-child(2) {

    font-weight: 500;
    font-size: 1rem;
}

.summary-item-cost {

    font-family: var(--f-bold);

}

.summary-total span {

    font-family: var(--f-bold);
    display: block;
}

.summary-total span:nth-child(2) {

    font-size: 2rem;
    text-align: right;
    color: var(--primary);
}

.summary-total small {

    text-align: right;
    display: block;
    font-family: var(--f-medium);
}

.faq-widget {

    margin-bottom: 25px;

}

.faq-widget ul {

    list-style-type: none;
    padding-left: 0px;

}

.faq-widget li {

    padding: 8px 0px;

}

.faq-widget a {

    font-weight: 0.875rem;
    color: var(--heading-primary);
}

.faq-widget a:hover {

    color: var(--secondary);

}

.fs-13 {

    font-size: 0.75rem;

}

option {

    font-size: 1rem;

}

/* -- Footer -- */

.footer-main {

    border-top: 1px solid var(--border);
    padding-top: 45px;
}

.footer-brand p {

    font-family: var(--f-regular);
    color: var(--text-primary);
    max-width: 70%;
    font-size: 0.875rem;
}

.copyright {

    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-social ul {

    padding-left: 0px;
    display: flex;
}

.footer-social li {

    list-style-type: none;
    padding-right: 25px;
}

.footer-column span {

    position: relative;
    font-size: 0.938rem;
    font-family: var(--f-bold);
    color: var(--heading-primary);
    padding-left: 10px;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
}

.footer-column span::before {

    content: '';
    position: absolute;
    height: 16px;
    width: 3px;
    left: 0;
    top: 2px;
    background-color: var(--secondary);

}

.footer-menu {

    padding-left: 0px;

}

.footer-menu li {

    list-style-type: none;
    line-height: 35px;
}

.footer-menu a {

    font-size: 0.875rem;
    font-family: var(--f-medium);
    color: var(--heading-primary);
    transition: all .3s ease-in-out;
}

.footer-menu a:hover {

    color: var(--secondary);
    text-decoration: none;
}

.copyright a {

    color: var(--secondary);

}