@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --text: #020608;
    --background: #fbfbfb;
    --primary: #045980;
    --secondary: #c8e2ee;
    --accent: #378cb3;
}

/*DEFAULT*/

::-moz-selection {
    color: white;
    background: var(--primary);
}

::selection {
    color: white;
    background: var(--primary);
}

body {
    scrollbar-color: var(--primary) var(--background);
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: var(--background);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

p {
}

b {
    font-weight: bold;
}

h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary);
    margin: 5px 0px;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary);
    margin: 5px 0px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    margin: 5px 0px;
}

h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    margin: 5px 0px;
}

input {
    outline: 2px solid #efefef;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px 0px;
    background: white;
    color: var(--text);
    transition: 0.3s ease-in-out;
}

input:disabled {
    opacity: 0.5;
    filter: blur(1px);
    user-select: none;
}

input::placeholder {
    opacity: 0.8;
}

textarea {
    outline: 2px solid #efefef;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px 0px;
    background: white;
    color: var(--text);
    margin: 5px 0px;
}

textarea::placeholder {
    opacity: 0.8;
}

hr {
    height: 2px;
    border-radius: 10px;
    width: calc(100% - 40px);
    background: var(--primary);
    margin: 30px 20px;
    opacity: 0.3;
}

/* SWITCH */

.setting {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.settingname {
    width: 80%;
}

.switch {
    background: var(--primary);
    width: 80px;
    height: 40px;
    margin: 10px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.switch-ball {
    height: 30px;
    width: 30px;
    border-radius: 35px;
    background: white;
    transform: translateX(45px);
    transition: all 0.3s ease-in-out;
}

.switch.off {
    background: #d2d2d2;
}

.switch.off .switch-ball {
    transform: translateX(5px);
}

/*MODAL*/

#modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 300px;
    background-color: var(--background);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    z-index: 99;
}

#backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background: rgba(0, 0, 0, 0.5);
}

p#modalMessage {
    text-align: left;
    margin-bottom: 20px;
}

.modalcontent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* ANNOUNCEMENT */

.announcement {
    color: white;
    background: var(--primary);
    display: flex;
    justify-content: center;
    padding: 10px 60px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/*HEADER*/

.header {
    width: 100%;
    display: flex;
    justify-content: center;
}

.headercontent {
    width: 100%;
    height: 80px;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#mobilecartbutton {
    cursor: pointer;
}

#cartbutton {
    cursor: pointer;
}

@media (max-width: 793px) {
    #mobilesettingsbutton {
        display: flex;
    }

    #settingsbutton {
        display: none;
    }

    #mobilecartbutton {
        display: flex;
    }

    #cartbutton {
        display: none;
    }
}

@media (min-width: 793px) {
    #mobilesettingsbutton {
        display: none;
    }

    #settingsbutton {
        display: flex;
    }

    #mobilecartbutton {
        display: none;
    }

    #cartbutton {
        display: flex;
    }
}

.minicart {
    display: none;
    position: absolute;
    right: 20px;
    background: white;
    top: 100%;
    outline: 2px solid #efefef;
    padding: 20px;
    border-radius: 20px;
    color: var(--text);
    font-weight: 400;
    max-width: calc(100% - 40px);
    z-index: 2;
}

/*LAYOUT*/

body {
    margin: 0;
    background: var(--background);
    font-family: "Inter", sans-serif;
    color: var(--text);
}

.logo {
    font-size: 30px;
    color: var(--primary);
    font-weight: 600;
}

.links {
    display: flex;
}

.link {
    padding: 15px;
    display: flex;
    align-items: center;
}

.lastlink {
    margin-right: 10px;
}

.button {
    background: var(--primary);
    color: var(--background);
    font-weight: 600;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
    border: 2px solid #084c6b;
}

.winkelwagenbutton {
    background: var(--primary);
    color: var(--background);
    font-weight: 600;
    border-radius: 15px;
    padding: 15px 20px;
    margin: 10px 0px;
    cursor: pointer;
}

.content {
    /* width: 1440px; */
    min-height: 100vh;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

/* @media screen and (max-width: 1920px) { */
.content,
.headercontent,
.footercontent {
    max-width: 80%;
}

/* } */

@media screen and (max-width: 1050px) {
    .content,
    .headercontent,
    .footercontent {
        max-width: 768px;
        
    }

    .footercontent{
        flex-direction: column;
    }
}

@media screen and (max-width: 793px) {
    .content,
    .headercontent,
    .footercontent {
        max-width: 100%;
    }
}

.layout {
    display: flex;
    width: 100%;
    margin: 0px 20px 20px 20px;
}

.image,
.info {
    flex: 1;
}

.image img {
    width: 100%;
    outline: 2px solid #efefef;
    border-radius: 20px;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 40px;
}

@media (max-width: 793px) {
    .layout {
        flex-direction: column;
        width: calc(100% - 40px);
    }

    .info {
        margin: 20px 0px 0px 10px;
    }

    .image,
    .info {
        width: 100%;
        flex: unset;
    }

    .description {
        margin: 10px 0px 0px 30px !important;
    }
}

.description {
    margin: 10px 20px 20px 30px !important;
    max-width: 550px;
}

.description h1 {
    margin-bottom: 10px;
}

/*FOOTER*/

.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: var(--primary);
    position: absolute;
    align-items: center;
}

.footercontent {
    color: var(--background);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px;
}

.footerlinks {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px;
}

.footerlink {
    padding: 5px 0px;
}

.footerurl {
    color: var(--background);
    text-align: center;
    padding: 15px;
}

/*COLOR SELECTOR*/

.colorpicker {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 200px;
}

.coloroption {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin: 2.5px;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.productcolor {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin: 2.5px;
    /*cursor:pointer;*/
    transition: 0.2s ease-in;
}

.color {
    width: 30px;
    height: 30px;
    z-index: 0;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    border-radius: 10px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background-image: url("https://punniknamen.nl/img/texture-overlay.jpg");
    mix-blend-mode: multiply;
}

.selected {
    transform: scale(1.2);
}

/*PRODUCT PAGE*/

#productnaam {
    margin: 10px 0px;
}

#prijs {
    margin: 10px 0px 15px 0px;
    font-weight: 600;
}

.main-image img {
    max-width: 100%;
    height: auto;
    outline: none !important;
}

/*.main-image{*/
/*    width: 100%;*/
/*    background: var(--background);*/
/*    outline: 2px solid #efefef;*/
/*    border-radius: 20px;*/
/*    height: calc(100% - 129px);*/
/*}*/

.thumbnail-images {
    overflow: overlay;
    display: flex;
    padding-bottom: 10px;
    width: calc(100% + 2px);
    margin-left: -1px;
}

.thumbnail-images::-webkit-scrollbar {
    background: var(--background);
    height: 5px;
}

.thumbnail-images::-webkit-scrollbar-thumb {
    height: 5px;
    background: #efefef;
    border-radius: 20px;
}

.thumbnail-images img {
    width: 100px;
    height: auto;
    margin: 10px 5px 0px 5px;
    cursor: pointer;
}

.thumbnail-images img:first-of-type {
    margin-left: 2px;
}

.thumbnail-images img:last-of-type {
    margin-right: 10px;
}

.winkelwagenbutton:hover {
    cursor: pointer;
}

/*HOMEPAGE*/

.landingimage {
    width: 100% !important;
    height: 500px !important;
    outline: 2px solid #efefef;
    border-radius: 20px;
}

.landingimage img {
    width: 100%;
    object-fit: cover;
}

/*WINKELWAGEN*/

td#naam {
    display: flex;
    align-items: center;
}

.close {
    position: absolute;
    top: 12px;
    right: 10px;
    line-height: 10px;
    font-size: 30px;
    cursor: pointer;
    color: var(--primary);
}

td {
    padding: 10px 15px;
    vertical-align: middle;
}

th {
    padding: 10px 15px;
    vertical-align: middle;
}

td#cartprijs {
    text-align: right;
}

tr#productrow {
    border-top: 1px solid var(--primary);
}

tr#productrow:first-of-type {
    border-top: none;
}

tr#subtotalrow {
    color: var(--text);
}

tr#subtotalrow td {
    background: #efefef;
}

tr#subtotalrow td:first-child {
    border-radius: 10px 0px 0px 10px;
}

tr#subtotalrow td:last-child {
    border-radius: 0px 10px 10px 0px;
}

td#subtotaltext {
    font-weight: 800;
}

td#subtotalamount {
    text-align: right;
}

tr#totalrow {
    color: var(--background);
}

tr#totalrow td {
    background: var(--primary);
}

tr#totalrow td:first-child {
    border-radius: 10px 0px 0px 10px;
}

tr#totalrow td:last-child {
    border-radius: 0px 10px 10px 0px;
}

td#totaltext {
    font-weight: 800;
}

td#totalamount {
    text-align: right;
}

tr#shippingrow {
    background: var(--background);
    color: var(--primary);
}

tr#shippingrow td {
    background: var(--background);
}

tr#shippingrow td:first-child {
    border-radius: 20px 0px 0px 20px;
}

tr#shippingrow td:last-child {
    border-radius: 0px 20px 20px 0px;
}

td#shippingtext {
    font-weight: 800;
    padding-bottom: 5px;
}

td#shippingamount {
    text-align: right;
    padding-bottom: 5px;
}

.remove-button {
    font-weight: bold;
    color: var(--background);
    background: var(--primary);
    padding: 3px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#naam .productcolor {
    margin-right: 10px;
}

/*ORDER STATUS*/

#geplaatst {
    background: #f7f7f7;
    border: 2px solid #efefef;
}

#afgerond {
    background: #f7f7f7;
    border: 2px solid #efefef;
}

#afwachten-op-betaling {
    background: #fff5a1;
    border: 2px solid #e8df93;
}

#betaald {
    background: #51e558;
    border: 2px solid #61ce67;
    color: var(--background);
}

#controle {
    background: #fa9f00;
    border: 2px solid #cd9431;
    color: var(--background);
}

#goedgekeurd {
    background: #51e558;
    border: 2px solid #61ce67;
    color: var(--background);
}

#fout-gemeld {
    background: #f23636 !important;
    color: white;
    border: 2px solid #ca2525;
}

#klaar-voor-verzending {
    background: var(--primary) !important;
    color: white;
    border: 2px solid #084c6b;
}

#verzonden {
    background: var(--primary) !important;
    color: white;
    border: 2px solid #084c6b;
}
