﻿/*COLORS:
    pink: #f9b9c0 rgb (249,185, 192)
    green: #8b8d4a rgb(139,141,74)
    red: #e1261c rgb (225,38,28)
    yellow: #cc9800 rgb(204,152,0)
    blue: #93d5e8 rgb(147,213,232)
    purple: #daa9e3 rgb(218, 169, 227)
    salmon #ff828a rgb(255, 130,138)
    purple2022 : #8a84d7 rgb(138,132,215)
    nude2022: #d5bb8d rgb(213,187,141)
    pink2022: rgb(255,0,255)
    magenta2023 : rgb(230, 0, 126) - e6007e
    // eind 2023:
    geel2023: #f6e97b
    zalm2023: #fedccc
    rood2023: #FF485F
*/
:root {
    --yy-zalm2023: #fedccc;
    --yy-rood2023: #FF485F;
    --yy-groen2023: #d1e9e3;
}

/* COLORS */
.zalm2023 {
    color: var(--yy-zalm2023);
}

.bgzalm2023 {
    background-color: var(--yy-zalm2023);
}

.rood2023 {
    color: var(--yy-rood2023);
}

.bgrood2023 {
    background-color: var(--yy-rood2023);
}

.groen2023 {
    color: var(--yy-groen2023);
}

.bggroen2023 {
    background-color: var(--yy-groen2023);
}

.salmon {
    color: #ff828a !important;
}

.bg-salmon {
    background-color: #ff828a !important;
}

.purple {
    color: #daa9e3 !important;
}

.bg-purple {
    background-color: #daa9e3 !important;
}

.purple2022 {
    color: #8a84d7 !important;
}

.bg-purple2022 {
    background-color: #8a84d7 !important;
}

/*.nude2022 {
    color: #d5bb8d !important;
}

.bg-nude2022 {
    background-color: #d5bb8d !important;
}*/

.nude2022 {
    color: #FFAFC0 !important;
}

.bg-nude2022 {
    background-color: #FFAFC0 !important;
    color: black !important;
}

.pink {
    color: #f9b9c0 !important;
}

.bg-pink {
    background-color: #f9b9c0 !important;
}

.pink2022 {
    color: rgb(255,0,255) !important;
}

.bg-pink2022 {
    background-color: rgb(255,0,255) !important;
}

.red {
    color: #e1261c !important;
}

.bg-red {
    background-color: #e1261c !important;
}

.green {
    color: #8b8d4a !important;
}

.bg-green {
    background-color: #8b8d4a !important;
}

.yellow {
    color: #ffe264 !important;
}

.bg-yellow {
    background-color: #ffe264 !important;
    color: black !important;
    border-color: #ffe264 !important;
}

.blue {
    color: #93d5e8 !important;
}

.bg-blue {
    background-color: #93d5e8 !important;
}

.bg-white {
    background-color: white !important;
}

.black {
    color: #000 !important;
}

.bg-magenta2023 {
    background-color: rgb(230, 0, 126);
    color: white;
}

/* END COLORS */
.admin li {
}

nav#main-nav ul > li.admin > a, nav#main-nav ul li.admin a {
    font-family: 'Playfair Display';
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    width: auto;
    letter-spacing: -0.02em;
    color: #000000;
    height: auto;
    line-height: 20px;
    position: relative;
    transition: all 0.2s ease;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    table {
        font-size: 0.8rem;
        line-height: 0.9rem;
    }

    .cart-checkout-table input[type="text"] {
        width: 10px !important;
        font-size: 0.8rem;
        background-color: #fff;
    }
}

table tbody td, table tbody th, table tfoot td {
    padding: 10px 2px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.post-date-yy {
    margin-right: 0 !important;
    position: absolute;
    bottom: -5px;
    right: -5px;
    padding: 5px 8px 5px 8px;
    color: black;
    font-weight: bold;
    font-family: 'Hind';
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75em;
    line-height: 1.5em;
}

header {
    background-color: transparent !important;
}

    header.menu-is-open #menu-inner {
        width: 250px;
    }

    header #logo {
        height: 80px;
        padding-top: 25px;
        padding: 25px 50px 0;
}

#footer #backtotop::after {
    border-left-color: var(--yy-rood2023);
    border-top-color: var(--yy-rood2023);
}

iframe {
    width: 100% !important;
    height: 575px;
}

#footer #backtotop:hover::after {
    border-left-color: var(--yy-rood2023);
    border-top-color: var(--yy-rood2023);
}

#footer #backtotop:hover::before {
    background-color: var(--yy-rood2023);
}

#footer #backtotop::before {
    background-color: var(--yy-rood2023);
}

h1 {
    color: var(--yy-rood2023) !important;
    font-weight: 800 !important;
    line-height:74px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display';
    font-weight: 600;
    color: #000000;
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 46px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 58px;
        line-height: 61px;
    }
}

h3 {
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 10px !important;
}

    h3 .post-name {
        margin-top: 5px;
    }

.hidden {
    display: none;
}

p.copyright {
    margin-top: 0;
}

#page-title .post-meta + .post-name, #blog-single .post-meta + .post-name {
    margin-top: 10px;
    word-break: break-word;
}

nav#main-nav ul > li > a {
    /*color: #e1261c;*/
    /*font-family: unset;*/
}

.filter li a {
    font-family: unset;
    font-weight: 500;
}

.menu-toggle {
    padding-top: 0px;
}

    .menu-toggle span.hamburger, .menu-toggle span.hamburger::after, .menu-toggle span.hamburger::before, .menu-toggle span.cross::before, .menu-toggle span.cross::after {
        background: var(--yy-rood2023) !important;
    }

/* ALLE HOVERS ROOD */

a {color:black!important;text-decoration:none;}

a:hover, a:focus, a:active, p a:hover, p a:focus, p a:active, .next a:hover, .next a:focus, .next a:active, .prev a:hover, .prev a:active, .prev a:focus, .pagination li.back a:hover::after, a:focus {
    text-decoration: underline;
    border: 0;
    color: var(--yy-rood2023) !important;
}

.pagination li.prev a .icon::before, .pagination li.back a:hover::after, .pagination li.back a:hover::before,
.pagination li.back a:hover .icon::after, .pagination li.back a:hover .icon::before {
    background-color: rgb(225,38,28) !important;
}

a:hover .icon-next::after {
    border-color: rgb(225,38,28) !important;
}

.pagination li.prev a:hover .icon::after {
    border-left: 2px solid rgb(225,38,28);
    border-bottom: 2px solid rgb(225,38,28);
}

.pagination li.next a:hover .icon::after {
    border-right: 2px solid rgb(225,38,28);
    border-top: 2px solid rgb(225,38,28);
}

/* END ALLE HOVERS ROOD */

/* LEES MEER BUTTON */
.sr-button.style-3 {
    border: none;
    background: #f6e97b;
}

    .sr-button.style-3:hover {
        color: white !important;
        background: rgba(230,0,126, 1);
    }

@-webkit-keyframes white-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(218,169,227,.8);
        -webkit-transition: box-shadow .3s ease-in-out
    }

    80% {
        box-shadow: 0 0 0 30px transparent;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transition: box-shadow .4s ease-in-out
    }
}

@-moz-keyframes white-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(218,169,227,.8);
        -moz-transition: box-shadow .3s ease-in-out
    }

    80% {
        box-shadow: 0 0 0 30px transparent;
        -moz-transform: translate3d(0,0,0);
        -moz-transition: box-shadow .4s ease-in-out
    }
}

@keyframes white-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(218,169,227,.8);
        -webkit-transition: box-shadow .3s ease-in-out;
        -moz-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out
    }

    80% {
        box-shadow: 0 0 0 30px transparent;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out
    }
}

#page-loader .loader-circle {
    stroke: rgb(255,0,255);
}

.pagination li.next, .pagination li.prev {
    min-width: 170px;
    width: 40%;
}

.blog-info {
    /*border-right: 2px solid #d5bb8d;
    border-left: 2px solid #d5bb8d;
    border-bottom: 2px solid #d5bb8d;*/
    border-right: 2px solid var(--yy-zalm2023);
    border-left: 2px solid var(--yy-zalm2023);
    border-bottom: 2px solid var(--yy-zalm2023);
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-top: 0;
}

.blog-info-advertentie {
    padding-top: 0;
    margin-top: -4px;
    border-bottom: 2px solid var(--yy-zalm2023);
    border-left: 2px solid var(--yy-zalm2023);
    border-right: 2px solid var(--yy-zalm2023);
    border-top: 2px solid var(--yy-zalm2023);
}

.blog-info .read-more {
    margin-top: 15px;
}

.blog-info .read-more {
    margin-top: 10px;
}

.blog-item .blog-info .post-name + p {
    margin-top: 5px !important;
    line-height: 1.4em;
}

.blog-media {
    /*border: 1px solid gray;
    border-right: 1px solid gray;
    border-right: 2px solid #d5bb8d;
    border-left: 2px solid #d5bb8d;
    border-top: 2px solid #d5bb8d;*/
    border-right: 2px solid var(--yy-zalm2023);
    border-left: 2px solid var(--yy-zalm2023);
    border-top: 2px solid var(--yy-zalm2023);
    /*border-bottom: 2px solid #FFAFC0;*/
}

.blog-advertentie {
    border-right: 2px solid var(--yy-zalm2023) !important;
    border-left: 2px solid var(--yy-zalm2023) !important;
    border-top: 2px solid var(--yy-zalm2023) !important;
    border-bottom: 2px solid var(--yy-zalm2023) !important;
}


.post-date {
    margin-right: 10px !important;
}

.post-cat {
    margin-left: 0 !important;
    font-size: 0.85em;
}

.thumb-hover:hover .overlay-caption {
    display: block;
}

.spacer-big {
    height: 50px !important;
}

#blog-single .blog-content {
    margin-top: 0px !important;
}

#hero #page-title {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative
}

.icon-next::before {
    margin-right: 2px;
    margin-left: 0;
    float: right;
    content: "";
    width: 6px;
    height: 2px;
    background: #000000;
    display: inline-block;
    position: relative;
    top: calc(50% - 2px);
    margin-left: 2px;
    transition: all 0.3s ease;
    opacity: 0;
}

.icon-next::after {
    content: "";
    /*position: absolute;*/
    top: calc(50% - 1px);
    left: 2px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
    visibility: visible;
    border: none;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    left: auto;
    right: 2px;
    margin-bottom: -2px;
}

a:hover .icon-next::after {
    width: 8px;
    height: 8px;
}

.isotope-grid[class*="isotope-spaced-big"] .isotope-item {
    margin-bottom: 30px !important;
    margin-right: 30px !important;
}

[class*="wrapper"] .isotope-grid[class*="isotope-spaced-big"] {
    width: calc(100% + 30px);
}

#page-body {
    margin-bottom: 200px;
}


.isotope-grid.style-column-3[class*="isotope-spaced-big"] .isotope-item {
    width: calc(33.33% - 30px);
}

#Cart a {
    position: absolute;
    display: inline-block;
    padding-top: 55px;
    left: 70%;
}

.prijs {
    display: table-cell;
}

#refreshItem, #removeItem {
    margin-left: 1rem;
}

.home {
    margin-top: -130px;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1024px) {
    .isotope-grid[class*='isotope-spaced'] .isotope-item {
        /*margin-bottom: 30px!important;
        margin-right: 30px!important;*/
    }

    .isotope-grid[class*="isotope-spaced-big"] .isotope-item {
        /*width: calc(50% - 30px) !important;
        margin-bottom:200px;*/
    }

    iframe {
        width: 100% !important;
        height: 500px;
    }

    .home {
        margin-top: -130px;
    }
}

@media only screen and (max-width: 768px) {

    header .menu-toggle {
        display: block !important;
        height: 80px !important;
    }

    .home {
        margin-top: -80px;
    }

    .isotope-grid[class*='isotope-spaced'] .isotope-item {
        margin-bottom: 30px !important;
        margin-right: 30px !important;
    }

    .isotope-grid[class*="isotope-spaced-big"] .isotope-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 200px;
    }

    #refreshItem, #removeItem {
        margin-left: 3px;
    }

    .desc {
        width: 100px;
    }

    .prijs {
        display: none;
    }
}

.thumb-hover.text-light.overlay-effect:hover::before {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)!important";
}

input[type=submit]:hover, input[type=button]:hover, .button:hover, button:hover {
    background: var(--yy-zalm2023);
    color: #000;
}

iframe {
    width: 100% !important;
    height: 410px;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    background: #ffffff;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    transition-delay: 0s;
    transition-delay: 0.2s;
}


/* MEDIA QUERIES */
@media only screen and (max-width: 768px) {

    #Cart a {
        position: absolute;
        display: inline-block;
        padding-top: 30px;
        left: 70%;
    }

    #footer #backtotop.visible {
        bottom: 20px;
    }

    header.menu-is-open #menu-inner {
        width: 250px !important;
        max-width: 100% !important;
    }

    header #logo img {
        max-height: 50px !important;
    }

    header #logo {
        margin-top: 0px;
    }

    #hero #page-title {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .spacer-big {
        height: 30px;
    }

    .post-meta {
        /*display: none;*/
    }

    [class*='wrapper'] #single-pagination, [class*='wrapper'] #page-pagination {
        padding: 50px 0;
        margin-bottom: 25px;
    }

    [class*="wrapper"] #single-pagination, [class*="wrapper"] #page-pagination {
        padding: 20px 0;
        margin-bottom: 25px;
    }

    .pagination li.prev, .pagination li.next {
        min-width: 0;
    }

    #blog-single #single-pagination {
        border-top: 1px solid rgba(0,0,0,0.12);
        visibility: hidden !important;
    }

    .pagination .next a, .pagination .prev a {
        visibility: hidden;
        height: 0;
        line-height: 0;
        cursor: pointer;
    }

        .pagination .next a::after {
            content: "";
            visibility: visible;
        }

        .pagination .prev a::after {
            content: "";
            visibility: visible;
        }

    .pagination li.next a .icon::before, .pagination li.prev a .icon::before {
        content: "";
        width: 6px;
        height: 2px;
        background: #000000;
        display: block;
        position: relative;
        top: calc(50% - 2px);
        margin-left: 2px;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: visible;
    }

    .pagination li.next a .icon::after, .pagination li.prev a .icon::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 2px;
        /*border-left: 2px solid #000000;
        border-bottom: 2px solid #000000;*/
        display: block;
        width: 6px;
        height: 6px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.3s ease;
        visibility: hidden;
    }

    .pagination li.next:hover, .pagination li.prev:hover {
        display: none;
    }
}

/* HOME typing */



.formFooter {
    display: none;
}
.btn-primary {
    color: #fff;
    background-color: var(--yy-rood2023);
    border-color: var(--yy-rood2023);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--yy-zalm2023);
    border-color: var(--yy-zalm2023);
}

#btnNext {
    padding: 8px 10px 6px;
}

    #btnNext:hover {
        background-color: var(--yy-zalm2023) !important;
        color: black !important;
        font-weight: 800;
    }

.align-center {
    text-align: center !important;
}

.offer {
    text-decoration: line-through;
    color: red
}


.mb-3 {
    margin-bottom: 3px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.input-validation-error {
    border: 2px solid red !important;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    color: red !important
}

.alert {
    font-weight: bold;
    text-align: center
}

.yyform .form-control {
    border: 1px solid #8a84d7;
    background-color: white !important;
    color: black;
    padding:1rem;
}

.yyform .form-label {
    color: black !important;
}

.yyform div {
    color: black !important;
    font-weight: 500 !important;
    font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.yyform .text-white, .yyform .text-white a {
    color: white !important;
}
