h1 {
    font-family: DefaultFont-Bold, sans-serif, sans-serif;
    font-size: 4.75rem;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}
h2 {
    font-family: DefaultFont-ExtraBold, sans-serif;
    font-size: 3rem;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}
h3{
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}
h4{
    font-family: DefaultFont, sans-serif;
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}
p{
    font-family: DefaultFont, sans-serif;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.btn-sh {
    font-family: DefaultFont-ExtraBold, sans-serif;
    font-size: 1.25rem;
    border-radius: 11px;
    padding: 0.5rem 2rem;
}
.btn-sh-black i{
    color: #dc3545;
    font-size: 0.5rem;
}
.btn-chat{
    font-size: 0.75rem;
    border-radius: .5rem;
}
.btn-creator{
    background-color: #f54600;
    border-color: #f54600;
    color: #ffffff;
    font-size: 36px;
}
.btn-creator:hover{
    background-color: #cc3300;
    border-color: #cc3300;
    color: #ffffff;
}

.form-control{
    font-size: 0.875rem;
}

.form-group .btn {
    font-size: 1.125rem;
}

.scrolled #header {
    box-shadow: 2px 0 12px #aaaaaa;
}

#header #top-bar {
    position: relative;
    background-color: #000f75;
    color: #ffffff;
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
    max-height: 52px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out, padding 0.25s ease-in-out;
}
#header #top-bar > .container {
    padding-top: 4px;
    padding-bottom: 4px;
}
#header #top-bar a {
    color: #ffffff;
    text-decoration: none;
}
#header #top-bar .mail {
    background: url('../images/mail.png') no-repeat left center;
    padding-left: 43px;
    font-family: DefaultFont, sans-serif;
    font-size: 1rem;
}
#header #top-bar .btn {
    font-family: DefaultFont-Bold, sans-serif;
    padding: 0.15rem 1.13rem;
    font-size: 1rem;
}
#header .header-panel .panelBtn{
    background: #000f75;
    font-size: 0.75rem;
}
#header .header-panel .panelBtn:hover{
    background: #000739FF;
}

#header .topnav .topnav-item{
    font-size: 0.75rem;
}
#header .event {
    font-size: 0.75rem;
}

#header .cart-href i{
    font-size: 1.5rem;
}
#header .cart-href .count {
    background-color: #cc3300;
    font-size: 0.75rem;
}

#header .navbar-nav .nav-item > a{
    font-size: 1.125rem;
}
#header .navbar-nav .nav-item > a:hover{
    color: #f54600;
}

#header .dropdown-item{
    font-size: 1.125rem;
}

#header .logo img {
    max-width: 320px;
}

#account-buttons, .cart-short, .search-form{
    font-size: 0.875rem;
}

.cart-short .quantity{
    background-color: #000f75;
}

.search-form button{
    background-color: #f54600;
}

#account-buttons .login-btn{
    color: #f54600;
}
#account-buttons .register-btn{
    color: #000f75;
}

#langs a {
    font-size: 0.75rem;
}

.header .text-element.page-element.text{
    font-size: 1.3125rem;
}

.page-title,
.headlines-element.page-element.text {
    text-align: center;
    color: #222222;
}
.headlines-element.page-element.text .sub-title {
    font-family: DefaultFont, sans-serif;
    font-size: 2rem;
}

.home-page .headlines-element.page-element.text h2{
    color: #f54600;
}

.text-element.page-element.text{
    font-size: 1rem;
}

.offer-layout .text-element.page-element.text{
    font-size: 0.875rem;
}

.text-element.page-element.text blockquote {
    border-left-color: #f54600;
}

.files-element.page-element .fa{
    font-size: 0.75rem;
}

.files-element.page-element a{
    font-size: 0.9375rem;
}

.files-element.page-element a:hover{
    color: #f54600;
}

.files-element.page-element a:hover i{
    color: #191919;
}

.layout-home .sections-wrapper .section:nth-child(5) {
    background-color: rgba(46,98,142,.9);
}

.grids-element-img-top .row > div:hover .title {
    color: #f54600;
}
.grids-element-img-top .describe {
    font-size: 0.875rem;
}

.grids-element-img-bottom .row > div:hover .title {
    color: #f54600;
}
.grids-element-img-bottom .describe {
    font-size: 0.875rem;
}
.grids-element-img-bottom .row > div:hover .img-wrapper {
    background-color: #f54600;
}

.grids-element-img-left .row > div:hover .title {
    color: #f54600;
}
.grids-element-img-left .describe {
    font-size: 0.875rem;
}

.grids-element-img-right .row > div:hover .title {
    color: #f54600;
}
.grids-element-img-right .describe {
    font-size: 0.875rem;
}

.grids-element-alternately .row .row:hover .title {
    color: #f54600;
}
.grids-element-alternately .describe {
    font-size: 1.25rem;
}

.grids-element-title-top .describe{
    font-size: 0.875rem;
}

.grids-element-circles > .row > div:hover .img-wrapper {
    background-color: #f54600;
}
.grids-element-circles .text {
    font-size: 0.875rem;
}
.grids-element-circles > .row > div:hover .text {
    border-color: #f54600;
}
.grids-element-circles > .row > div:hover .title {
    color: #f54600;
}

.grids-element-count .title {
    font-size: 3rem;
}
.grids-element-count .describe {
    font-size: 0.875rem;
}

.grids-element-accordion #accordion .card-header button {
    font-size: 0.875rem;
    background-color: #f54600;
}
.grids-element-accordion #accordion .card-body {
    font-size: 0.875rem;
}

.grids-element-progress .text .describe {
    font-size: 0.875rem;
}
.grids-element-progress .text .count {
    font-size: 0.875rem;
    color: #007bff;
}

.home-middle-section.yellow{
    background-color: #f54600;
}

#footer{
    font-size: 1.125rem;
}
#footer .top-footer p i {
    font-size: 3rem;
    color: #f54600;
}
#footer .main-footer{
    background-color: #000f75;
}
#footer .main-footer .social-icons li a{
    font-size: initial;
}
#footer .main-footer .social-icons li a i{
    font-size: large;
}
#footer .main-footer .bottom-links ul{
    list-style: outside;
    padding: 0;
    line-height: 1.2;
    color: #f54600;
}
#footer .main-footer .bottom-links ul li {
    padding: 0.5rem 0;
}
#footer .main-footer .bottom-links ul li:hover a{
    color: #f54600;
}
#footer .main-footer .bottom-links ul li i{
    color: #f54600;
    font-size: 0.5rem;
}
#footer .bottom-footer{
    background-color: #000f75;
}
#footer .bottomnav .bottomnav-item,
#footer .header-panel .panelBtn{
    font-size: 0.8125rem;
}
#footer .text-element.page-element.text {
    color: #cccccc;
}
#footer .btn-footer {
    background: url('../images/triangle_up_orange.png') no-repeat right 8px center transparent;
    color: #ffffff;
    padding: 0 45px 0 8px;
    font-family: DefaultFont-SemiBold, sans-serif;
    font-size: 1.5625rem;
    border-width: 2px;
}
#footer #langModal {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#footer #langModal .modal-dialog {
    max-width: 1920px;
}
#footer #langModal .modal-dialog .modal-content{
    background: url('../images/server_room_big.jpg') no-repeat center #f4f6f8;
}
#footer #langModalDropdown {
    margin-bottom: 54px;
}
#footer #langModalDropdown #langDropdown,
#footer #langModalDropdown .dropdown-menu {
    width: calc(100% - 20px);
    max-width: 520px;
}
#footer #langModalDropdown #langDropdown {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #8b8b8b;
    box-shadow: none;
    color: #000f75;
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.25rem;
}
#footer #langModalDropdown #langDropdown span {
    display: flex;
    align-items: center;
}
#footer #langModalDropdown .dropdown-menu button{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.25rem;
    color: #000f75;
    display: flex;
    align-items: center;
}
#footer #langModalDropdown #langDropdown.dropdown-toggle::after {
    margin-left: auto;
}
#footer #langModal .button-wrapper {
    margin-bottom: 175px;
}
#footer #langModal .btn-lang {
    display: inline-flex;
    align-items: center;
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 1.25rem;
    color: #000f75;
    background-color: #ffffff;
    padding: .5rem 1rem;
    width: calc(100% - 20px);
    max-width: 700px;
}
#footer #langModal .btn-lang.active,
#footer #langModal .btn-lang:hover {
    color: #212529;
    background-color: #f6f9fd;
    border-color: #dfe3ea;
}

.chat-toggle:hover {
    color: #f54600;
}

/* Newscategory */
.newscategory-element .item .media-body span {
    font-size: 0.75rem;
}
#footer-wrapper .newscategory-element .item:hover .media-body h2 {
    color: #f54600;
}
.newscategory-element .item .media-body .more-link {
    font-size: 0.875rem;
}
.newscategory-element .item:hover .media-body .more-link {
    color: #f54600;
}

.news-info{
    font-size: 0.9375rem;
}

#footer-wrapper .newscategory-element .item .media-body a:hover {
    color: #f54600;
}

/* ======= Pagination ======= */
.pagination {
    font-size: 1.125rem;
}
.pagination li .fa{
    font-size: 2.8125rem;
}

/* CAROUSEL */
#topCarousel{
    background-color: #f54600;
}
#topCarouselContent .text1{
    font-size: 3.8rem;
    text-shadow: 1px 1px 1px #f54600, -1px -1px 1px #f54600, 1px -1px 1px #f54600, -1px 1px 1px #f54600;
}
#topCarouselContent .text2{
    font-size: 2rem;
    text-shadow: 1px 1px 1px #f54600, -1px -1px 1px #f54600, 1px -1px 1px #f54600, -1px 1px 1px #f54600;
}
#topCarouselContent .text3{
    font-size: 0.875rem;
    text-shadow: 1px 1px 1px #f54600, -1px -1px 1px #f54600, 1px -1px 1px #f54600, -1px 1px 1px #f54600;
}
#topCarouselContent .text3 .row-2 {
    font-size: 1.5rem;
}
#topCarouselContent .carousel-button {
    font-size: 1.5rem;
}
#topCarouselContent .carousel-button:hover {
    color: #f54600;
}

/* CAROUSEL */
.topCarousel{
    position: relative;
}
.topCarouselContent{

}
.topCarouselContent .carousel-inner{
    height: 100%;
    min-height: 265px;
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.topCarouselContent .carousel-caption{
    position: static;
    width: calc(100% - 620px);
}
.topCarouselContent .text-wrapper{
    margin-top: 60px;
}
.topCarouselContent .text1{
    font-family: DefaultFont-Medium, sans-serif;
    font-size: 4.25rem;
    color: #222222;
    line-height: 1;
    margin-bottom: 12px;
    opacity: 0;
}
.topCarouselContent .text2{
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 4.25rem;
    color: #222222;
    line-height: 1.1;
    opacity: 0;
}
.topCarouselContent .text2 .words {
    display: inline-flex;
    text-wrap: none;
    transition: width 0.5s ease-in-out;
}
.topCarouselContent .text2 .words .word {
    position: absolute;
    justify-content: center;
    opacity: 0;
    transform: translateY(-10px);
    transition: min-width 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-in-out, color 0.5s ease-in-out;
}
.topCarouselContent .text2 .words .word.active {
    display: inline-flex;
    position: static;
    opacity: 1;
    transform: translateY(0);
}
.topCarouselContent .text3{
    font-family: DefaultFont-Light, sans-serif;
    font-size: 2rem;
    color: #222222;
    line-height: 1.1;
    opacity: 0;
    margin-top: 12px;
}
.topCarouselContent .text3 .only-row {
    font-family: DefaultFont, sans-serif;
}
.topCarouselContent .text3 .row-2 {
    font-family: DefaultFont, sans-serif;
    font-size: 1.5rem;
}
.topCarouselContent .button-wrapper{
    opacity: 0;
}
.topCarouselContent .carousel-item .image-wrapper {
    width: 620px;
    padding: 20px 0;
}
.topCarouselContent .carousel-item img {
    opacity: 0;
}
.topCarouselContent .carousel-item .animate__animated {
    opacity: 1;
}
.topCarouselContent .carousel-indicators {
    margin-bottom: 20px;
}
.topCarouselContent .carousel-indicators li {
    display: block;
    margin: 0 10px;
    background-color: transparent;
    height: 6px;
    width: 6px;
    border: 4px solid #f54600;
    cursor: pointer;
    transition: 1s background-color;
    opacity: 1;
}
.topCarouselContent .carousel-indicators li.active{
    background-color: #f54600;
}
.topCarouselContent .button-wrapper {
    margin-top: 40px;
}
.topCarouselContent .carousel-button {
    font-family: DefaultFont-ExtraBold, sans-serif;
    font-size: 1.5rem;
    background-color: #000f75;
    color: #ffffff;
    border-radius: 25px;
    padding: 19px 35px;
    transition: all .5s ease;
    text-decoration: none;
    margin-right: 2px;
    display: inline-block;
}
.topCarouselContent .carousel-button:hover {

}

/* BANNER */
#banner-text {
    font-family: Montserrat-Black, sans-serif;
    font-size: 2.5rem;
}
#banner-text::before {
    background-color: #f54600;
}
#banner-text .text2 {
    color: #f54600;
}
#banner-text .text3 {
    font-family: Montserrat-Light, sans-serif;
    font-size: 1.0625rem;
}
.product-item:hover,
.table-item:hover{
    border-color: #000f75;
}
.product-item .product-badge{
    background-color: #000f75;
    font-size: 0.875rem;
}

.product-item .product-name-wrapper,
.table-item .item-name-wrapper{
    font-size: 1rem;
}
.product-item .product-price{
    font-size: 1.5rem;
}
.product-item .product-price .old{
    font-size: 1rem;
}
.table-item .item-button{
    font-size: 0.875rem;
}
.buy-btn,
.table-item .item-button{
    background-color: #f54600;
}
.product-item .product-colors .product-colors-header{
    font-size: 0.875rem;
}

.product-body .border-right .describe ul li a i{
    color: #f54600;
}
.product-body .availability span{
    font-size: 1rem;
}
#main-image-wrapper .product-badge{
    background-color: #000f75;
    font-size: 0.875rem;
}
.product-name #product-code{
    font-size: 0.875rem;
}
.product-name #product-code span{
    font-size: 1.5rem;
    color: #f54600;
}
#product-price{
    font-size: 1rem;
}
#product-price-gross .price{
    color: #f54600;
}
#product-magazines{
    font-size: 0.875rem;
}
#product-price .price-new{
    color: #f54600;
}
.product-body dl dt,
.product-body dl dd{
    font-size: 0.875rem;
}
.product-body .dimensions .dimension-text{
    font-size: 0.5rem;
}
.product-body .dimensions .dimension-value{
    font-size: 1rem;
}

.spinner{
    font-size: 0.9375rem;
}
.spinner > span{
    font-size: 0.625rem;
}
#buy-area .buy-btn{
    background-color: #f54600;
    font-size: 0.9375rem;
}

#tabs-body{
    font-size: 0.9375rem;
}
.filtres-buttons .filtres-button i{
    color: #000f75;
}
.filtres-buttons #show-filtres i{
    color: #f54600;
}
.tree-wrapper ul.tree > li > span{
    font-size: 1.125rem;
}
.tree-wrapper ul.tree > li > span > i{
    font-size: 0.375rem;
}
.tree-wrapper ul.tree > li > span > i.fa-chevron-down{
    color: #f54600;
}
.tree-wrapper ul.tree > li > span > i.fa-chevron-up{
    color: #f54600;
}
.tree-wrapper ul.depth-2 li a{
    font-size: 0.9375rem;
}
.tree-wrapper ul.depth-2 li i{
    font-size: 0.375rem;
    color: #f54600;
}
.tree-wrapper ul.depth-2 li > span:hover i,
.tree-wrapper ul.depth-2 li.active > span i{
    color: #f54600;
}

ul.filtres ul label{
    font-size: 0.9375rem;
}
ul.filtres ul input[type="checkbox"]:not(:checked) + label::after,
ul.filtres ul input[type="checkbox"]:checked + label::after{
    color: #ed1a3d;
    font-size: 0.375rem;
}

.breadcrumb-item a{
    font-size: 0.875rem;
}
.breadcrumb-item:last-child a{
    color: #ed1a3d;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: #f54600;
    font-size: 0.375rem;
}
h1.category-title {
    font-size: 1.875rem;
}
#sort{
    font-size: 1rem;
}
#sort span.active{
    color: #ed1a3d;
}

#cart-form table td .fa-trash-o{
    color: #ed1a3d;
    font-size: 1.3125rem;
}
.summary-wrapper hr{
    background-color: #f54600;
}
button.swal2-styled {
    background-color: #f54600 !important;
}
.summary-wrapper h1, .summary-wrapper h2{
    color: #f54600;
}
.card-title i{
    color: #f54600;
}
.card.box{
    border-color: #f54600;
}
.card.box .card-header{
    background-color: #f54600;
}
#accordion .card-header a:hover{
    color: #f54600;
}
#accordion .form-check-label:hover{
    color: #f54600;
}
.form-group.user-type .form-check.form-check-inline.active{
    background-color: #f54600;
}

.after-top-section .top-right{
    background-color: #000f75;
    font-size: 1rem;
}

.products-categories-list li a .trapeze{
    border-top-color: 190px solid #f54600;
}
.products-categories-list li a .category-name{
    font-size: 2.5rem;
}
.products-categories-list li a .category-button{
    font-size: 0.875rem;
}

.page-element .more-photos{
    font-size: 1rem;
}
.page-element .more-photos i{
    font-size: 1.25rem;
}

.show-invoice-section,
.hide-invoice-section{
    font-size: 1rem;
}
.page-element .more-photos {
    font-size: 1rem;
}

/* Realizations category */
.realizationscategory-element .item .media-body span {
    font-size: 0.75rem;
}
.realizationscategory-element .item .media-body .more-link {
    font-size: 1.875rem;
    background-color: #f54600;
}

.faq-category .accordion-header{
    font-size: 2.25rem;
    background-color: #000f75;
    border-bottom-color: #000739FF;
}
.faq-category .accordion-header .container .question-icon-wrapper:after {
    border-left-color: #000739FF;
}
.faq-category .accordion-header .container .fa-question {
    background-color: #000739FF;
}
.faq-category .accordion-sh .acc-group {
    border-bottom-color: #000739FF;
}
.faq-category .accordion-sh .acc-group-heading{
    color: #000739FF;
    font-size: 1.25rem;
}
.faq-category .accordion-sh .acc-group-heading{
    color: #f54600;
}
.faq-category .accordion-sh .acc-group-heading .collapsed {
    color: #000739FF;
}
.faq-category .accordion-sh .content{
    font-size: 1.125rem;
}
.faq-category .accordion-sh .content .fa-comments-o {
    background-color: #f54600;
    font-size: 2rem;
}

#total-price {
    color: #f54600;
}
#total-price .left {
    font-size: 3.75rem;
}
#total-price .right .top {
    font-size: 1.25rem;
}
#total-price .right .bottom {
    font-size: 0.875rem;
}
#total-price .gross{
    font-size: 0.75rem;
}
.form-title {
    font-size: 2.25rem;
}
.form-title-wrapper::after{
    background-color: #f54600;
}
.form-title-wrapper .form-title{
    font-size: 1.5rem;
}
#form_servers .vps-group-header {
    font-size: 1.375rem;
}
#form_servers label {
    font-size: 1rem;
}
/*#form_servers .square-wrapper:not(.disabled) .rectangles .rectangle:hover,*/
#form_servers .rectangles .rectangle.selected {
    border-color: #f54600;
}
#form_servers .rectangles .collapse-body .card.card-body {
    font-size: 0.875rem;
}
#form_servers .rectangles .rectangle.selected > span {
    border-color: #f54600;
}
/*#form_servers .custom-checkbox.rectangle-checkbox:not(.disabled):hover,*/
#form_servers .custom-checkbox.rectangle-checkbox.selected {
    border-color: #f54600;
}
#form_servers .custom-checkbox.rectangle-checkbox.selected label {
    border-color: #f54600;
}
#servers-form-summary #total-price .left {
    font-size: 3.5rem;
}
#form_servers .group-additional .group-cover div {
    font-size: 2rem;
}
#form_servers label .subtitle {
    font-size: 0.9375rem;
}
#form_servers .rectangle-slide-left,
#form_servers .rectangle-slide-right {
    font-size: 0;
    color: #f54600;
}
#form_servers .rectangle-slide-left.active,
#form_servers .rectangle-slide-right.active {
    font-size: 1.5rem;
}
#form_servers .badge.bg-danger {
    background-color: #f54600 !important;
}

/* Consents */
#toggleCornerPanel {
    background: #000739FF;
}
#cookiesCornerPanel ul li i.fa-lock {
    color: #000739FF;
}
#cookiesCornerPanel ul li i.fa-times {
    color: #f54600;
}
#cookiesCornerPanel #consent-details {
    font-size: 0.875rem;
}

#cookiesDialog .nav-pills .nav-link.active,
#cookiesDialog .nav-pills .show > .nav-link {
    border-bottom-color: #f54600;
    color: #f54600;
}

.loader {
    border-top-color: #f54600;
}
