@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@500&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: prompt;
    font: bold;
}

#logo{
    margin-left: -500px;
}

#main-header ul, #main-header li, #main-header a{
   display: inline-block;
   list-style: none;
   padding: 0px 10px;
   font-size: large;
   font-weight: 700;
   color: #231f20;
   text-decoration: none;
}

#main-header a:hover{
    color: #f7ec4a;
}

#shoppingbag i{
    height: 40px;
    width: 40px;
    background-color: #acabc9;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #ffec49;
    transition: all 0.3s ease;
}

#shoppingbag i:hover{
    color: #857AA5;
    background-color: #ffec49;
}
    
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    background-color: #857AA5;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
    
.MENUPUNKTER {
    margin-left: 250px;
}

.MENUPUNKTER a:hover{
    color: #ffec49;
    }
    
.search-bar {
        width: 100%;
        max-width: 700px;
        background-color: #acabc9;
        display: flex;
        align-items: center;
        border-radius: 60px;
        padding: 8px 10px;
        margin-left: 25px;
}
    
.search-bar input {
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
}

.search-bar button i {
    height: 25px;
    width: 25px;
    background-color: #acabc9;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    color: #ffec49;
    transition: all 0.3s ease;
}
    
.search-bar button i:hover {
        color: #857AA5;
        background-color: #ffec49;
}
    
.search-bar button {
        border: 0;
        border-radius: 50%;
        cursor: pointer;
}

#main-section {
    height: 690px;
    padding-top: 160px;
    cursor: default;
}

#main-section h1, #main-section p {
    text-align: center;
    padding-top: 20px;
    
}

.container {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

footer ul {
    list-style: none;
}

.footer {
    background-color: #857AA5;
    color: #262425;
    padding: 50px 0;
    cursor: default;
}

.footer-col {
    width: 30%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ffec49;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}


#tider td {
    padding: 0 5px;
}

#social a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #acabc9;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #ffec49;
    transition: all 0.3s ease;
}

#social a:hover{
    color: #857AA5;
    background-color: #ffec49;
}

.kategori {
    cursor: default;
}

#butik a {
    text-decoration: none;
    color: #231f20;
}

#butik a:hover {
    color: #f7ec4a;
}

@media(max-width: 1066px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 639px){
    .footer-col{
        width: 100%;
    }
}