@import url('header.css');
@import url('footer.css');
@import url('font.css');
@import url('index.css');
@import url('productDetail.css');
@import url('category.css');
@import url('profile.css');
@import url('profil_products.css');
@import url('createProduct.css');
@import url('product_list.css');
@import url('login.css');
@import url('search_results.css');
@import url('faq.css');
@import url('register.css');
@import url('customer.css');
@import url('tariffandprice.css');
@import url('aboutus.css');
@import url('promocode.css');
@import url('traiderprofile.css');

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
}

p {
    font-size: 1rem;
    letter-spacing: normal;
    line-height: normal;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

p.grey-text {
    color: #666666;
}

#logotech_tid {
    background-color: #F6F6F6;
    border-color: #EEEEEE;
}

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

a:hover {
    color: #4c4c4c;
}

ul {
    padding-left: 15px;
}

button.button {
    width: fit-content !important;
    color: #FFFFFF !important;
    background-color: #FEB53E !important;
    border: 1px solid #FEB53E !important;
    padding: 10px 25px !important;
    text-decoration: none !important;
}

a.button_info {
    width: fit-content !important;
    color: #FFFFFF !important;
    background-color: #FEB53E !important;
    border: 1px solid #FEB53E !important;
    padding: 10px 25px !important;
    text-decoration: none !important;
}

a.button_sub {
    width: fit-content !important;
    color: #FFFFFF !important;
    background-color: #006D77 !important;
    border: 1px solid #006D77 !important;
    padding: 10px 25px !important;
    text-decoration: none !important;
}

a.button_error {
    width: fit-content !important;
    color: #FFFFFF !important;
    background-color: #ff1a1a !important;
    border: 1px solid #ff1a1a !important;
    padding: 10px 25px !important;
    text-decoration: none !important;
}

.success-button {
    width: fit-content !important;
    color: #FFFFFF !important;
    background-color: #FEB53E !important;
    border: 1px solid #FEB53E !important;
    padding: 10px 25px !important;
    text-decoration: none !important;
}

.button_link {
    padding: 10px 25px;
    color: #000000;
    border: none;
    float: right;
    padding-right: 1.5%;
    text-decoration: underline;
}

.button_link:hover {
    color: #FEB53E;
}

button.button-100 {
    width: 100%;
    color: #FFFFFF;
    background-color: #FEB53E;
    border: 1px solid #FEB53E;
    padding: 10px 25px;
}

.text-highlight {
    background-color: #FEB53E;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 15px;
}


input,
button,
select,
textarea {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    resize: none;
}

input#on_request {
    height: 18px;
    width: 25px;
    width: fit-content;
    margin: 0;
}


select#set_language {
    width: 100%;
    margin: 0;
    margin-top: 12px;
    padding: 5px;
}

.content {
    width: 100%;
    min-height: 100%;
    padding: 50px 10%;
    box-sizing: border-box;
    background-color: #ffffff;
}

#lang-select {
    border: none;
    margin: 0;
    width: min-content;
}


.stepper {
    width: 100%;
}

.stepper .nav-item {
    width: 50%;
}

.stepper .nav-item button {
    width: 100% !important;
    background-color: #FFFFFF !important;
    color: #006D77 !important;
    border-bottom: 6px solid #d2d2d2 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}

.stepper .nav-item button.active {
    background-color: #FFFFFF !important;
    color: #006D77 !important;
    border-bottom: 6px solid #006D77 !important;
    border-radius: 0 !important;
}

.tab-content .tab-pane button.step-button,
.tab-content .tab-pane button.step-before-button {
    color: #FFFFFF !important;
    background-color: #FEB53E !important;
    border: 1px solid #FEB53E !important;
    text-decoration: none !important;
    padding: 15px !important;
}

#cookieBanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #2F2F2F;
    color: #FFFFFF;
    text-align: center;
    display: none;
}

#cookieBanner .cookieBanner_button_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#cookieBanner .cookieBanner_button_wrapper button {
    width: fit-content;
    margin: 0 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
    margin-left: 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.yellow {
    color: #FEB53E;
}

.page-link {
    color: #000000;
    font-size: 1.2rem;
}

.page-item.active .page-link, .page-link:focus, .page-link:hover {
    background-color: #FEB53E;
    border-color: #FEB53E;
    color: #ffffff;
}

.rotatable-image {
    transition: transform 0.5s ease;
}

.duoh_logo {
    width: 100px;
}

@media screen and (max-width: 600px) {
    .content {
        padding: 50px 5%;
    }
}