/*
  MENU v 1.1;
  05/2023;
  João Diogo Pereira;
*/

.site-header{
    background-color: var(--primaryColor);
    z-index: 99;
    height: 90px;
    box-shadow: 0px 3px 10px 0px #00000033;
}


.site-header .logo-header {
    background-color: transparent;
}

.site-header .logo-header img {
    width: 100%;
    height: 90px;
    object-fit: scale-down;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation{
    padding: 0;
    margin: 0;
}

.main-menu .navigation li a{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: var(--primaryTextColor);
    transition: all .3s ease-in-out;
}

.main-menu .navigation li:hover a,
.main-menu .navigation li.current-menu-item a {
    color: var(--secondaryColor);
}

.socials a{
    display: inline-block;
    padding: 0 .25rem;
}

.socials a svg{
    fill: var(--primaryTextColor);
    width: 24px;
    height: 24px;
    transition: all .3s ease-in-out;
}

.socials a:hover svg{
    fill: var(--secondaryColor);
}

/*MOBILE*/

.menu-mobile{
    display: none;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 300px;
    transform: translateX(300px);
    transition: transform 300ms ease-in-out;
    background: var(--primaryColor);
    top: 0;
    overflow: auto;
    display: unset!important;
}

#sidebarMenu.right {
    left: 0;
    transform: translate(-300px);
    direction: rtl;
}

#sidebarMenu.right > ul {
    direction: ltr;
}

.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    transition: all .3s ease-in-out;
}

.sidebarMenuInner li.current-menu-item a {
    color: var(--secondaryTextColor);
}
.sidebarMenuInner a {
    color: var(--primaryTextColor);
    text-decoration: none;
}

.sidebarMenuInner li:hover {
    background-color: var(--secondaryColor);
}

input.openSidebarMenu[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input.openSidebarMenu[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 50%;
    right: 15px;
    height: 15px;
    width: 22px;
    transform: translateY(-50%);
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: var(--primaryTextColor);
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.search-form{
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    transform-origin: top center;
    opacity: 0;
    transform: scaleY(0);
    transition: all .3s ease-in-out;
}

.search-form.open{
    opacity: 1;
    transform: scaleY(1);
}

.search-form .inputs{
    padding: 7px 20px !important;
    color: var(--primaryTextColor);
    border: solid 1px var(--primaryTextColor) !important;
}

.search-form .inputs::placeholder{
    color: currentColor;
}

.search-form .search-btn{
    border: solid 2px var(--secondaryColor);
    background-color: var(--secondaryColor);
    font-family: var(--secondaryTextFont);
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.36px;
    text-align: left;
    padding: 6px 15px !important;
    display: inline-block;
    border-radius: 5px;
    width: fit-content!important;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}

.search-form .search-btn:hover{
    color: var(--secondaryColor);
    background-color: transparent;
}

.search-form .search-btn svg{
    fill: var(--primaryTextColor);
    transition: all .3s ease-in-out;
}

.search-form .search-btn:hover svg{
    fill: var(--secondaryColor);
}

.shop-menu__search{
    background-color: transparent;
    padding: 0 .25rem;
    display: inline-block;
    border: unset;
}

.shop-menu__search svg{
    width: 23px;
    height: 23px;
    fill: var(--primaryTextColor);
    transition: all .3s ease-in-out;
}

.shop-menu__search:hover svg{
    fill: var(--secondaryColor);
}

.shop-menu__account svg, .shop-menu__wishlist svg, .shop-menu__cart svg{
    width: 24px;
    height: 24px;
}
@media only screen and (max-width: 1200px){
    .main-menu .navigation li a{
        font-size: 14px;
    }
}


@media only screen and (max-width: 992px){
    .menu-mobile{
        display: block;
    }
}
@media only screen and (max-width: 767px){
    .shop-menu__search svg{
        width: 19px!important;
        height: 19px!important;
    }

    .shop-menu__account svg{
        width: 16px!important;
        height: 16px!important;
    }

    .shop-menu__wishlist svg, .shop-menu__cart svg {
        width: 20px!important;
        height: 20px!important;
    }
}