@media screen and ( min-width: 992px) {
    header.site-header {
        box-shadow: 0px 12px 48px 12px rgba(0, 0, 0, 0.15);
    }
}
@media screen and ( min-width: 1400px) {
    .container {
        max-width: 1798px;
        padding: 0 24px;
    }
}
@media screen and ( max-width: 1399px) {
    h1 {
        font-size: 62px;
    }
    .footer-content {
        max-width: 310px;
    }
    .logo img {
        max-height: 60px;
    }
    .logo p span {
        font-size: 24px;
    }    
}
@media screen and ( max-width: 1199px) {
    nav.navmenu > ul, .right-card-area {
        gap: 12px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media screen and ( max-width: 991px) {
    h1 {
        font-size: 42px;
    }
    header.site-header {
        padding: 0;
        z-index: 99;
    }
    .mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 16px;
        padding: 6% 0;
    }
    body.active .mobile-header{
        background-color: var(--body-color);
    }
    a.logo {
        max-width: 80%;
        margin-left: 12px;
    }
    .humbergur {
        padding: 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 35px;
        gap: 10px;
        background: no-repeat;
        border: none;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .humbergur span {
        width: 100%;
        height: 1px;
        background-color: var(--blue-color);
        border-radius: 4px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        top: 0;
    }
    body.active .humbergur span {
        background-color: var(--white-color);
    }
    body.active .humbergur span:first-child {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 5.5px;
    }
    body.active .humbergur span:last-child {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: -5.5px;
    }
    body.active header.site-header {
        background-color: var(--body-color);
        color: var(--white-color);
    }
    body.active .shopping-card a {
        color: var(--white-color);
    }
    div#mainmenu {
        position: fixed;
        left: 0;
        top: 0;
        background: var(--body-color);
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow-x: hidden;
    }
    nav.navmenu {
        padding: 132px 0 40px;
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    nav.navmenu:has(.open-sub-menu) {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    nav.navmenu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    li.menu-item-has-children {
        position: inherit;
    }
    .back-btn {
        border: none;
        font-size: 50px;
        background: no-repeat;
        color: var(--white-color);
        opacity: 0.5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 8px;
        width: 100%;
    }
    nav.navmenu > ul li a {
        padding: 0;
        font-size: 6.6vm;
        font-size: 6.6vmin;
        color: var(--white-color);
        margin: 17px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 12px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    nav.navmenu > ul li.menu-item-has-children > a {
        padding-right: 7vm;
        padding-right: 7vmin;
        background-image: url(../img/angle-right.png);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 5vm;
        background-size: 5vmin;
    }
    .mobile-social-icons-and-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 40px;
        margin-top: 24px;
    }
    .mobile-social-icons-and-button a {
        color: #9badd1;
        border-color: #9badd1;
    }
    .mobile-social-icons-and-button a:hover {
        color: var(--body-color);
        background-color: #9badd1;
    }
    .mobile-social-icons-and-button .login {
        font-size: 6.6vm;
        font-size: 6.6vmin;
        color: var(--white-color);
    }
    .sub-menu-list {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 100%;
        background-color: var(--body-color);
        padding: 8px 16px;
        -webkit-transform: translate(200%, -50%);
                transform: translate(200%, -50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .open-sub-menu .sub-menu-list {
        -webkit-transform: translate(100%, -50%);
                transform: translate(100%, -50%);
    }
    .mobile-social-icons-and-button a.primary-transparent {
        color: #9badd1;
        border-color: #9badd1;
        max-width: 210px;
        width: 100%;
        padding: 20px 35px 21px;
    }
    .mobile-social-icons-and-button a.primary-transparent:hover {
        color: var(--body-color);
    }
    .footer-logo-area {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .footer-content {
        max-width: 100%;
        padding-top: 32px;
    }
    .hero-content-area p {
        font-size: 18px;
    }
    .back-btn img {
        max-width: 30px;
    }
    .section-overlay {
        padding: 38vm 0;
        padding: 38vmin 0;
        min-height: 60vh;
    }
    .logo img {
        max-height: 46px;
    }
    .logo p span {
        font-size: 16px;
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
	body.admin-bar header {
		margin-top: 46px;
	}
	.footer-logo-area .footer-logo {
		max-width: 200px;
    }
    .btns-group {
        gap: 8px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
