body a,
body a:hover,
body a:focus,
body a:active,
body a:focus-visible
{
    color: unset;
    text-decoration: unset;
    outline: unset;
}
#navbar .curr-switcher-desktop select.wcpbc-currency-switcher.currency-switcher
{
    color: white;
}
#navbar.scrolled .curr-switcher-desktop select.wcpbc-currency-switcher.currency-switcher
{
    color: black;
}
select.wcpbc-currency-switcher.currency-switcher option
{
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: black;
    outline: none;
    cursor: pointer;
}
select.wcpbc-currency-switcher.currency-switcher
{
    border: 0;
    border-radius: 0;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    padding: 0 8px;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    outline: none;
    background-color: transparent;
    transition: color 0.5s;
    cursor: pointer;
}
select.wcpbc-currency-switcher.currency-switcher option[selected="selected"]
{
    background-color: #395173;
    color: white;
}
/* For IE10 */
select.wcpbc-currency-switcher.currency-switcher::-ms-expand {
    display: none;
}
.image_change source
{
    display: none !important;
}
div.dropdown__content a
{
    text-decoration: none;
}
#navbar
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: transparent;
    display: grid;
    grid-template-rows: 100px auto auto;
    grid-template-columns: 60px 1fr 1fr 2fr 1fr 1fr 60px;
    transition: background-color 0.5s, grid-template-rows 0.3s;
}

/* SEARCH BOX CSS */
section.pr__icons-right label
{
    display: none;
    margin: 0;
    outline: none;
}
section.pr__icons-right label input.search_box
{
    outline: none;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-family: 'Source Serif 4', serif;
    font-size: 1.25em;
    font-weight: 300;
    padding: 1px 5px;
    max-width: 225px;
}
section.pr__icons-right label input.search_box::placeholder {
    color: white;
}

#navbar.dark section.pr__icons-right label input.search_box
{
    filter: brightness(0);
}

#navbar.dark .pr__icons-left .menu,
#navbar.dark .pr__icons-right img
{
    filter: brightness(0);
}

#navbar.light:not(.scrolled) .pr__logo svg,
#navbar.light:not(.scrolled) .pr__icons-left .menu,
#navbar.light:not(.scrolled) .pr__icons-right img
{
    filter: brightness(0) invert(1);
}
#navbar.scrolled .pr__logo svg
{
    height: 75%;
}
#navbar .on-top
{
    z-index: 10;
}
#navbar .pr__logo a
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#navbar .pr__logo svg.pr-title
{
    position: absolute;
    width: 300px;
    top: 17.5px;
    height: 50px;
}
#navbar .pr__logo svg.pr-england
{
    position: absolute;
    bottom: 0;
    height: 17px;
    /*transition: all 0.3s;*/
}
#navbar .pr__logo
{
    grid-column: 4/span 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#navbar .pr__logo svg
{
    width: auto;
    height: 90%;
    cursor: pointer;
    transition: all 0.3s;
}

#navbar .pr__icons-right
{
    grid-column: 6/span 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1em;
}
#navbar .pr__icons-right img
{
    cursor: pointer;
    transition: all 0.6s;
}
#navbar .pr__icons-left
{
    grid-column: 2/span 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#navbar .pr__icons-left .menu
{
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.5s;
}

#navbar img.menu
{
    width: 16px;
}
#navbar img.search,
#navbar img.cart
{
    width: 1em;
}

#navbar .dropdown__wrapper
{
    position: fixed;
    display: flex;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.3s ease-in-out, opacity 0s;
    background-color: white;
}
#navbar .dropdown__wrapper p
{
    color: black;
}

#navbar .dropdown__wrapper.closed
{
    clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
	opacity: 0;
    /*clip-path: polygon(100% 0%, 100% 0%, 0% 0%, 0% 0%, 0% 0%);*/
}

#navbar .dropdown__wrapper.open
{
    clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
    /*clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 0% 0%, 0% 100%);*/
}

#navbar .dropdown__wrapper .dropdown__content
{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    margin-top: 75px;
}

#navbar .dropdown__wrapper .dropdown__content .dropdown__left
{
    display: flex;
    grid-column: 2/span 4;
    align-items: center;
    z-index: 99;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__right
{
    display: flex;
    grid-column: 7/span 5;
    align-items: center;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles
{
    gap: 1.5em;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles
{
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    height: 320px;
    position: relative;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .internals
{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 320px;
    position: relative;

}


#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div .title,
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles a .title
{
    font-size: 24px;
    font-family: 'Source Serif 4', sans-serif;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.3s;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div .title
{
    display: flex;
    align-items: baseline;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div .title .img
{
    height: 14px;
    width: 14px;
    margin-left: 10px;
    background-image: url('http://peterreed.com/wp-content/uploads/2024/06/plus_svg.svg');
    background-repeat: no-repeat;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div .title .img.active
{
    background-image: url('http://peterreed.com/wp-content/uploads/2024/06/arrow_svg.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div p,
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles a p
{
    filter: invert(0);
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div.inactive p,
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles a.inactive p
{
    color: #A5A5A5;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div.inactive p span
{
    opacity: 0.5;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div.active p,
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles a.active p
{
    filter: invert(0);
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div.inactive p:hover,
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles a.inactive p:hover
{
    filter: invert(0);
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .internals div
{
    flex-direction: column;
    gap: 0.5em;
    transition: all 0.3s;
    display: none;
    position: absolute;
    top: 0;
}
#navbar .dropdown__wrapper .dropdown__content .dropdown__left .internals div a p
{
    font-size: 20px;
    font-family: 'Source Serif 4', sans-serif;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 1.9;
    text-wrap: nowrap;
}


#navbar .dropdown__right
{
    display: flex;
    align-items: center;
}
#navbar .dropdown__right .right__wrapper
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 100%;

}
#navbar .dropdown__content .shape
{
    position: absolute;
    margin-left: 35%;
}
#navbar .dropdown__right .right__wrapper .image_change
{
    z-index: 5;
    width: 85%;
    margin-left: -5%;
}


#navbar .dropdown__content .css-shape
{
    width: 1300px;
    height: 22vw;
    max-width: 70vw;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
#navbar .dropdown__content .css-shape .rectangle_left
{
    width: 55%;
    background-color: #E8DFD5;
    height: 100%;
    border-radius: 50% 0 0 50%;
}
#navbar .dropdown__content .css-shape .rectangle_right
{
    width: 100%;
    background-color: #E8DFD5;
    height: 100%;
}

.image_change img {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px)
{
    #navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div .title,
    #navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles a .title
    {
        font-size: 24px !important;
    }
}
@media only screen and (max-width: 1024px)
{
    select.wcpbc-currency-switcher.currency-switcher
    {
        padding: 0;
        font-size: 18px;
        color: black !important;
    }
    select.wcpbc-currency-switcher.currency-switcher option
    {
        font-size: 18px;
    }
    .curr-switcher-mobile
    {
        display: block;
        position: fixed;
        bottom: 30px;
        left: 20px;
    }
    .curr-switcher-desktop
    {
        display: none;
    }
    input.theme.search_box
    {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 192px;
        top: 100px;
        background-color: white;
    }
    #navbar .dropdown__wrapper .dropdown__content
    {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    #navbar .dropdown__wrapper .dropdown__content .dropdown__left
    {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
        padding: 100px 20px;
    }
    #navbar .dropdown__wrapper .dropdown__content .dropdown__right
    {
        display: none;
    }
	#navbar
    {
        grid-template-columns: 20px 1fr 1fr 2fr 1fr 1fr 20px !important;
    }
    #navbar .pr__logo svg.pr-title
    {
        width: 180px !important;
    }
    #navbar .pr__logo svg.pr-england
    {
        width: 50px;
		bottom: 18px;
    }
    #navbar .dropdown__wrapper .css-shape
    {
        display: none;
    }
    #navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles div .title,
    #navbar .dropdown__wrapper .dropdown__content .dropdown__left .titles a .title
    {
        font-size: 20px;
    }
    #navbar .dropdown__wrapper .dropdown__content .dropdown__left .internals div a p
    {
        font-size: 18px;
        line-height: 1.8;
    }
}
