*, *::before, *::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

input::placeholder {
    opacity: 0.5;
    color: #2B2B2B;
}

:root, :host {
    --main-font: "DM Sans", sans-serif;
    --background-color: #FFF;
    --main-color: #2B2B2B;
    --ormsson-ligthgrey: #D9D9D9;
    --ormsson-grey: #b3b3b3;
    --nintendo-primary: #e60012;
    --ormsson-darkgrey: #8B8B8B;
    --ormsson-darkgreen: #003540;
}

body {
    background: var(--background-color);
    color:var(--main-color);
    font-family: var(--main-font);
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    padding:0px;
    margin:0 auto;
    height: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}

a {
    color:var(--nintendo-primary);
    text-decoration: underline;
}

.skip-link { display:none; }

h1, h2, h3, h4, nav a {
    font-family: var(--main-font);
    font-weight: 700;
    font-style: normal;
}

h1 span, h2 span {
    color: var(--nintendo-primary);
}

strong {
    font-weight: 700;
}

h2 a {
    text-decoration: none;
    color: var(--main-color);
}

.wrapper {
    max-width: 1240px;
    width:100%;
    margin:0 auto;
    padding: 0 20px;
}

figure  {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
	margin:0;
	padding:0;
}

.article-content figure img {
    display:inline-block;
}

figure a {
    display:block;
	width: 100%;
	height: 100%;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    visibility: visible;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.ormsson_bar {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid var(--ormsson-ligthgrey);
    margin: 0;
    display: inline-block;
    background-color: #fff;
    z-index: 101;
    line-height: 39px;
    position: fixed;
    top: 0;
    left: 0;
}

.admin-bar .ormsson_bar {
    top: 32px;
}

.ormsson_bar .wrapper {
    max-width: 100%;
    padding: 0 10px;
    height: 40px;
}

.ormsson_bar .merki {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 40px;
}

.ormsson_bar .merki h1 {
    display: inline-block;
    margin: 13px 0 6px;
    padding: 0;
    height: 20px;
    line-height: 20px;
}

.ormsson_bar .merki h1 a {
    width: 103px;
    background-image: url(../img/ormsson_merki.png);
    background-size: 103px 12px;
    height: 12px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    background-position: center;

}

.ormsson_bar ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0px;
}

.ormsson_bar ul li {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    border-right: 1px solid var(--ormsson-ligthgrey);
    font-size: 14px;
}

.ormsson_bar ul.r {
    float: right;
}

.bomerki {
    font-size: 0;
    display: block;
    background-image: url(../img/BO_Logo.png);
    background-size: 20px 23px;
    background-position: center;
    height:40px;
    width:40px;
    background-repeat: no-repeat;
}

.hthmerki {
    font-size: 0;
    display: block;
    background-image: url(../img/hth_logo.png);
    background-size: 30px ;
    background-position: center;
    height:40px;
    width:40px;
    background-repeat: no-repeat;
}

.nintendomerki {
    font-size: 0;
    display: block;
    background-image: url(../img/nintendo_red_logo.svg);
    background-size: 30px;
    background-position:center;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
}

li.merkinokkar {
    padding: 0 !important;
}

li.merkinokkar:last-child {
    border-right: none;
}

div.bomerki, div.hthmerki, div.nintendomerki {
    opacity: 0.4;
    filter: grayscale(1);
}

header.header {
    position: fixed;
    width:100%;
    height:60px;
    top: 0px;
    left:0;
    border-bottom: 1px solid var(--ormsson-ligthgrey);
    background:rgba(255,255,255,1);
    z-index: 100;
    font-size: 16px;
}

.admin-bar header.header {
    top: 32px;
}

header.header .wrapper {
    max-width: 100%;
    padding: 0;
}

header.header.scroll {
    background:rgba(255,255,255,1);
    border-bottom: 1px solid var(--ormsson-ligthgrey);
}

header.header.scroll.open {
    background:rgba(255,255,255,0);
    border-bottom: 1px solid var(--ormsson-ligthgrey);
}

header.header a {
    color: #242424;
    text-decoration: none;
}

header.header a span {
    color: var(--nintendo-primary);
}

header.header.open a {
    color: #fff;
}

.hdr-logo {
    margin: 0;
    line-height: 59px;
    height: 59px;
    font-size: 20px;
    padding:0px 10px;
    float: left;
    font-weight: 600;
    color:#fff;
    background-color: #fff;
}

.hdr-logo a { font-weight: 800;font-size: 0px; color: #fff !important; background-image: url("../img/vtk_merki.png"); width:150px; display: block; background-size: 150px 37px; background-position: center; background-repeat: no-repeat; }

#nav-main {
    float:right;
    padding: 10px;
    line-height: 40px;
    margin-right: 5px;
}

#nav-main div.menu-menu-1-container, .top-menu {
    display: inline-block;
}

#nav-main div.icons {
    display: inline-block;
}

#nav-main .icons ul {
    margin: 0px;
    padding: 0;
}

#nav-main .icons ul li {
    display: inline-block;
    height: 40px;
    width: 30px;
    margin-left: 8px;
}

#nav-main .icons ul li::before {
    display: none;
}

#nav-main .icons ul li:first-child {
    margin-left: 30px;
}

#nav-main .icons ul li a {
    display: block;
    width: 30px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color: var(--main-color);
    font-size: 20px;
}

.karfanmin {
    position: relative;
}

.karfanmin span{
    position: absolute;
    top:-1px;
    right:-4px;
    height:20px;
    width: 20px;
    line-height: 18px;
    border-radius: 10px;
    background-color: var(--nintendo-primary);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
}

#nav-main .icons ul li a:hover {
    color: var(--nintendo-primary);
}

#nav-main .icons ul li a .fa-user {
    font-size: 17px;
}

#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

#nav-main ul li {
    float: left;
    margin-left: 29px;
    position: relative;
}

#nav-main ul li:before {
    content: "|";
    position: absolute;
    top:0;
    left:-16px;
    color:#dedede;
    font-weight: 400;
}

#nav-main ul li.current_page_item:after, #nav-main ul li.current-menu-item:after, #nav-main ul li.current-menu-parent:after {
    content: "";
    width:10px;
    height:2px;
    background:var(--nintendo-primary);
    position: absolute;
    bottom: 4px;
    left:calc(50% - 5px);
}

#nav-main ul li.lang-item.current_page_item:after, #nav-main ul li.lang-item.current-menu-item:after {
    display: none;
}

#nav-main ul li.lang-item a, #nav-main ul li.lang-item a{
    color:#c8c8c8;
}

#nav-main ul li:first-child:before {
    content: "";
    display: none;
}

#nav-main ul li a {
    font-weight: 600;
}

#nav-main ul li ul {
    display: none;
}


header .top {
    height:40px;
    width:100%;
    border-bottom: 1px solid var(--ormsson-ligthgrey);
    margin: 0;
    display: inline-block;
}

header .main {
    height:80px;
    width:100%;
    border-bottom: 1px solid var(--ormsson-ligthgrey);
    margin: 0;
    display: inline-block;
    position: relative;
}

header .top .wrapper {
    max-width: 100%;
    padding: 0 10px;
}

header .main .wrapper {
    max-width: 100%;
    padding: 0 10px;
}

header .top ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0px;
}

header .top ul.r {
    float: right;
}

header .top ul li {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    border-right: 1px solid var(--ormsson-ligthgrey);
    font-size: 14px;
}

header .top ul li:first-child {
    padding:0 10px 0 0;
}

header .top ul.r {
    border-left: 1px solid var(--ormsson-ligthgrey);
    border-right: none;
}

header .top ul li a {
    color: var(--main-color);
    text-decoration: none;
}

header .top ul li.selected a, header .top ul li.current-menu-item a {
    color: var(--nintendo-primary);
    font-weight: 500;
}

header .top ul li a i {
    color:var(--ormsson-yellow);
}

#hamborgari {
    height: 40px;
    width: 150px;
    display: none;
    margin: 20px 0;
    border: 1px solid var(--ormsson-ligthgrey);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    z-index: 1;
    line-height: 40px;
    text-indent: 45px;
    font-weight: 600;
    font-size: 16px;
}

#hamborgari span {
    width:22px;
    height:3px;
    background-color: var(--ormsson-darkgreen);
    position: absolute;
    left:10px;
    top:12px;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
}

#hamborgari span:nth-child(2) {
    left:10px;
    top:18px;
    width:17px;
}

#hamborgari span:nth-child(3) {
    left:10px;
    top:24px;
    width:19px;
}

#hamborgari:hover span:nth-child(1) {
    background-color: var(--nintendo-primary);

}

#hamborgari:hover span:nth-child(2) {
    background-color: var(--nintendo-primary);
    width:22px;
}

#hamborgari:hover span:nth-child(3) {
    background-color: var(--nintendo-primary);
    width:22px;
}

#hamborgari.on span:nth-child(1) {
    transform: rotate(45deg);
    top:18px;
    background-color: var(--nintendo-primary);
}

#hamborgari.on span:nth-child(2) {
    opacity: 0;
}

#hamborgari.on span:nth-child(3) {
    transform: rotate(-45deg);
    top:18px;
    background-color: var(--nintendo-primary);
    width:22px;
}

.slideshow-container {
    height: 480px;
    width: 100%;
    position: relative;
    margin: 100px auto 80px;
    max-width: 1600px;
    border-radius: 12px;
    padding: 0 20px;
}

.mySlides { 
    display: none; 
    width: 100%;
    height:100%;
    max-height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 20px;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dots {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 1px solid #fff;
}

.active, .dot:hover {
    background-color: #fff;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.herotext {
    position: absolute;
    bottom: 100px;
    max-width: 720px;
    font-size: 18px;
    color: #4f4f4f;
    text-shadow: 0 0 10px rgbg(0,0,0,0,0.2);
    z-index: 10;
}

.herotext h2 {
    font-size: 46px;
    font-weight: 900;
    margin: 0 0 15px;
    padding: 0;
}

.herotext p {
    margin: 0 0 15px;
}

.herotext a.takki {
    background-color: #4f4f4f;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    color:#fff;
    text-decoration: none;
    font-weight: 700;
}

.overlayfix {
    display: none;
}



/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 0;
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #888;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #555;
}

.wp-caption a {
    position: relative;
    text-indent: 0;
}

blockquote {
    position: relative;
    font-size: 1.2em;
    font-family: var(--main-font);
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 40px;
}

blockquote:after {
    content: "“";
    font-family: var(--main-font);
    font-weight: 700;
    position: absolute;
    top: -20px;
    right: -40px;
    font-size: 70px;
    color: #f3e510;
}

blockquote:before {
    content: "„";
    font-family: var(--main-font);
    font-weight: 700;
    position: absolute;
    bottom: -10px;
    left: -40px;
    font-size: 70px;
    color: #f3e510;
}

.bloggrammi, .tolvurrammi, .leikjarammi {
    width: calc(100% + 0px);
    margin: 60px 0 40px 0;
}

.bloggrammi .blog {
    display: inline-block;
    width:calc(100%/3 - 24px);
    margin: 0 20px 0 0;
    border-radius: 8px;
    vertical-align: top;
}

.bloggrammi .blog figure {
    height:200px;
    width: 100%;
    border-radius: 8px;
    background-color: var(--nintendo-primary);
    margin: 0 0 10px 0;
}

.bloggrammi .blog h3 {
    margin: 10px 0;
    font-size: 18px;
    width: calc(100% - 20px);
    clear: both;
    min-height: 80px;
}

.bloggrammi .blog h3 a {
    text-decoration: none;
    color: var(--main-color);
}

.tolvurrammi .tolva {
    display: inline-block;
    width:calc(100%/4 - 24px);
    margin: 0 20px 0 0;
    border: 1px solid var(--ormsson-ligthgrey);
    border-radius: 4px;
    vertical-align: top;
    min-height: 340px;
}

.tolvurrammi .tolva figure {
    height:200px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    margin: 0 0 10px 0;
}

.tolvurrammi .tolva h3 {
    margin: 10px 10px 0px 10px;
    font-size: 20px;
    width: calc(100% - 20px);
    clear: both;
}

.tolvurrammi .tolva h4 {
    margin: 5px 10px 10px 10px;
    font-size: 20px;
    color:var(--nintendo-primary);
    width: calc(100% - 20px);
    clear: both;
    font-weight: 900;
}


.leikjarammi .leikur {
    display: inline-block;
    width:calc(100%/5 - 24px);
    margin: 0 20px 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    vertical-align: top;
    min-height: 340px;
}

.leikjarammi .leikur figure {
    height:230px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    margin: 0 0 10px 0;
}


.leikjarammi .leikur h3 {
    margin: 10px 10px 0px 10px;
    font-size: 20px;
    width: calc(100% - 20px);
    clear: both;
}

.leikjarammi .leikur h4 {
    margin: 5px 10px 10px 10px;
    font-size: 20px;
    color:var(--nintendo-primary);
    width: calc(100% - 20px);
    clear: both;
    font-weight: 900;
}

footer {
    background-color: #4f4f4f;
    margin-top: 60px;
    font-size: 16px;
    padding-top: 40px;
    color:#fff;
}

.siteinfo {
    padding:10px 0 10px;
    border-top: 1px solid var(--ormsson-ligthgrey);
    margin-top: 10px;
    width: 100%;
}

.siteinfo .samfes {
    float: right;
}

footer .logo {
    margin: 0;
    line-height: 60px;
    height: 60px;
    font-size: 20px;
    padding:0px;
    color:#fff;
    background-color: var(--nintendo-primary);
    display: inline-block;
}

.page-head {
    background-color: #efece7;
    width: 100%;
    margin: 100px 0 40px;
    padding: 40px 0;
    position: relative;
    font-size: 28px;
}

.page-head h1 {
    color:#4f4f4f;
}

.woocommerce-products-header {
    margin: 0;
    padding: 0;
    height: auto;
}

.woocommerce-products-header h1 {
    margin: 0 0 10px;
}

.wpc-custom-selected-terms ul {
    margin:0;
}

.nintendovorur {
    margin-top: 105px;
}

.wave {
    height:15px;
    width:100%;
    position: absolute;
    top: 0;
}

.ElME4 {
    bottom: 0;
    top: auto;
}

.hBh9R {
    bottom: -16px !important;
}

.oYXNB {
    transform: rotate(180deg);
}

.s6Bcr {
    background-repeat: repeat-x;
    background-size: auto 16px;
    height: 16px;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
}

.bordi {
    background-color: #fbfbfb;
    background-image: url(../img/back.png);
    width: 100%;
    margin: 100px 0 40px;
    padding: 40px 0 60px;
    position: relative;
}

.bordi a {
    display: inline-block;
    background-color: #fff;
    border: 2px solid var(--nintendo-primary);
    margin-right: 10px;
    border-radius: 20px;
    padding: 10px 20px;
    color: var(--nintendo-primary);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
}


.woocommerce ul.products::before {
    content: " ";
    display: none !important;
}

.vorur, .products {
    width:100%;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    list-style: none;
}

.woocommerce .products ul, .woocommerce ul.products {
    width: calc(100% + 15px);
    padding: 0;
    margin: 0;
}

.woocommerce.archive .products ul, .woocommerce.archive ul.products {
    width: calc(100% + 15px);
}

.woocat {
    width:calc(100% + 0px);
    clear: both;
}

.swiper {
    padding-bottom: 30px !important;
    padding-top: 50px !important;
    margin-top: -50px !important;
}

.swiper-button-next {
    top: 22px !important;
    height: 28px !important;
    width: 28px !important;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    display: inline-block !important;
    border-radius: 4px;
    right: 0px !important;
}

.swiper-button-prev {
    top: 22px !important;
    height: 28px !important;
    width: 28px !important;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    display: inline-block !important;
    left: auto !important;
    right: 34px !important;
    border-radius: 4px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 16px !important;
    height:28px !important;
    margin-left: 9px !important;
    line-height: 26px !important;
    font-weight: 900 !important;
    color: #000 !important;
}

.swiper-button-prev::after {
    margin-left: 7px !important;
}

.swiper-pagination {
    bottom:0px !important;
}

.vara {
    background-color: #fff;
    flex: 1 1 auto;
    height: 370px;
    border-radius: 8px;
    padding: 15px;
    width: calc(25% - 15px);
    /*max-width: calc(25% - 15px);*/
    position: relative;
    border: 1px solid var(--ormsson-ligthgrey);
}

.swiper-container .vara {
    width: auto;
    max-width: none;
    flex: none;
}

.vara.swiper-slide {
    height: 370px !important;
}

.topp5 .vara {
    width: calc(20% - 15px);
    max-width: calc(20% - 15px);
    padding: 10px;
}

.woocat .vara {
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
}

.vara .takkar {
    position: absolute;
    bottom: 40px;
    left:0;
    width:100%;
    padding: 0 10px;
}

.topp5 .vara  .takkar {
    padding: 0 5px;
}

.vara .auka {
    position: absolute;
    bottom: 5px;
    left:0;
    width:100%;
    padding: 0 15px;
    line-height: 30px;
}

.topp5 .vara  .auka {
    padding: 0 10px;
}

.vara .lagerstada {
    position: absolute;
    bottom: 10px;
    left:0;
    width:100%;
    padding: 0 15px;
    line-height: 20px;
    font-size: 14px;
    color:var(--ormsson-darkgrey);
}

.topp5 .vara  .lagerstada {
    padding: 0 10px;
}

.tillager {
    display: inline-block;
    height:11px;
    width: 11px;
    background-color: #99cc33;
    border: 1px solid #339900;
    border-radius: 8px;
    margin: 0 1px 0 0;
}

.ekkialager {
    display: inline-block;
    height:11px;
    width: 11px;
    background-color: #efefef;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    margin: 0 1px 0 0;
}

.ibidpontun {
    display: inline-block;
    height:11px;
    width: 11px;
    background-color: #c7b4ff;
    border: 1px solid #9069FF;
    border-radius: 8px;
    margin: 0 1px 0 0;
}

.vara .auka i {
    float: right;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    color:var(--ormsson-darkgrey);
    margin-left: 8px;
    opacity: 0.8;
    height: 30px;
    width: 30px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.vara .auka i:hover {
    opacity: 1;
}

.vara .auka i.fa-heart {
    color:var(--ormsson-pink);
}

.vara .mynd {
    background-color: #fff;
    width: 100%;
    height:200px;
    border-radius: 4px;
    position: relative;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.vara .mynd a {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}

.vara .mynd span.afslattur {
    display: inline-block;
    background-color: var(--nintendo-primary);
    position: absolute;
    right:10px;
    top:10px;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 4px;
}

.vara h5 {
    font-weight: 300;
    margin: 5px 0 0px;
    color: var(--ormsson-grey);
}

.vara h2, .vara h3 {
    font-weight: 700;
    margin: 0px 0 5px;
    min-height: 70px;
    font-size: 18px !important;
    line-height: 1.2;
}

.vara .verd {
    font-weight: 700;
    color: var(--nintendo-primary);
    font-size: 18px;
    display: block;
    margin-bottom: 2px;
    display: inline-block;
    line-height: 30px;
    margin-right: 5px;
}

.vara .adurverd {
    font-weight: 400;
    color: var(--ormsson-darkgrey);
    font-size: 18px;
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color: var(--nintendo-primary);
}

.afslattur {
    position: absolute;
    right:10px;
    top:10px;
    background-color: var(--nintendo-primary);
    color:#FFF6E3;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
}

.vorulysing {
    width: 100%;
    clear: both;
    text-align: left;
}

.vorulysing h3 {
    border-bottom: 1px solid var(--ormsson-grey);
    padding-bottom: 3px;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 18px;
}

.vorulysing h3 span {
    border-bottom: 2px solid var(--main-color);
}

.vorulysing .upplysingar {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 25px;
    text-align: left;
    margin: 0 !important;
}

.vorulysing .upplysingar ul, .vorulysing .upplysingar ol {
    padding: 0 0 0 30px;
    margin: 10px 0;
}

.vorulysing .eiginleikar {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 25px;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    background-color: #fff;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: rgba(0,0,0,0);
}

.verslarnir {
    width:calc(100% + 20px);
}

.verslarnir .verslun {
    width:calc(50% - 23px);
    display: inline-block;
    margin-right: 20px;
    padding: 20px;
    background-color: #FFF;
    border-radius: 4px;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 16px;
}

.verslarnir .verslun figure {
    width:100%;
    height: 200px;
    margin-bottom: 10px;
    background-size: cover;
    border-radius: 4px;
}

.verslarnir .verslun .opnunarupp {
    margin-top: 4px;
    margin-bottom: 0px;
}

.verslarnir .verslun .opnunarupp.tel .half {
    line-height: 40px;
}

.verslarnir .verslun .opnunarupp.tel a {
    text-decoration: none;
}

.verslarnir .verslun h3 {
    margin: 0 0 2px;
    font-size: 20px;
    font-weight: 700;
    color:var(--ormsson-darkgreen);
}

.verslarnir .verslun .stadsetning {
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
}

.verslarnir .verslun .stadsetning a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}


.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--nintendo-primary);
    font-size: 26px;
    font-weight: 700;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    float: left;
    text-decoration:none;
    margin-right: 10px;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-weight: 500;
    color:var(--ormsson-darkgrey);
    text-decoration-color:var(--nintendo-primary);
}

.woocommerce div.product form.cart .button {
    background-color: var(--nintendo-primary);
    padding:.618em 2em;
    font-weight: 700;
}

.tinv-wishlist .tinv-wishlist-clear {
    display: inline-block;
}

.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {
    float: right;
}

.brand {
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}

.brand a {
    color: #121212;
    text-decoration: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 42%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 54%;
    clear: none;
}

.tinvwl_add_to_wishlist-text {
    display: none;
}

.tinvwl_add_to_wishlist_button {
    background-color: #fff;
    border-radius: 4px;
    border:1px solid var(--nintendo-primary);
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: 0px !important;
    font-size: 30px;
    text-align: center;
}

.vara .tinvwl_add_to_wishlist_button {
    position: absolute;
    top:5px;
    right: 5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: none;
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button::before, a.wishlist_products_counter.top_wishlist-heart::before, span.wishlist_products_counter.top_wishlist-heart::before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart::before {
    line-height: 40px;
    vertical-align: top;
    font-size: 30px;
    margin: 0;
    color:var(--ormsson-darkgrey);
}

.vara .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
    line-height: 30px;
    vertical-align: top;
    font-size: 26px;
    margin: 0;
    color:var(--ormsson-darkgrey);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list::before {
    color:var(--ormsson-pink);
}

.gocompare {
    display: inline-block;
    padding: 8px 16px;
    border:1px solid var(--ormsson-grey);
    background-color: #fff;
    border-radius: 4px;
    color: #121212;
    text-decoration: none;
    font-weight: 500;

}

.gocompare i {
    margin-left: 10px;
}

.tags {
    width:100%;
    margin: 30px 0 40px;
}

.tags a {
    display: inline-block;
    border: 1px solid var(--ormsson-grey);
    background-color: #fff;
    color: var(--main-color);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 16px;
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}

.tags a:hover {
    opacity: 1;
}

.subcat-list {
    width: 100%;
    text-align: center;
    margin:20px 0 40px;
}

.subcat-list h4 {
    margin:0 0 10px;
    padding: 0;
    font-size: 14px;
    color: var(--ormsson-darkgreen);
}

.subcat-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

.subcat-list ul li {
    display: inline-block;
}

.subcat-list ul li a {
    display: block;
    border: 1px solid var(--ormsson-grey);
    background-color: #fff;
    color: var(--main-color);
    text-decoration:none;
    padding:8px 16px;
    border-radius:4px;
    margin-right: 5px;
    font-size: 17px;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    line-height: 1;
}

.subcat-list ul li a:hover {
    opacity: 1;
}

.subcat-list ul li.current_cat a {
    border: 1px solid var(--ormsson-darkgreen);
    color:var(--ormsson-darkgreen);
    background:rgba(0,182,193,0.05);
    opacity: 1;
}

.woocommerce div.product {
    margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination {
    text-align:center;
    width: 100%;
    margin: 60px 0 20px 0;
}

.woocommerce nav.woocommerce-pagination ul {
    display:inline-block;
    white-space:nowrap;
    padding:0;
    clear:both;
    border:1px solid #cfc8d8;
    border-right:0;
    margin:1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right:1px solid #cfc8d8;
    padding:0;
    margin:0;
    float:left;
    display:inline;
    overflow:hidden
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin:0;
    text-decoration:none;
    padding:0;
    line-height:1;
    font-size:1em;
    font-weight:400;
    padding:.5em;
    min-width:1em;
    display:block
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background:#e9e6ed;
    color:#816f98
}


.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 1px;
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    color: var(--ormsson-darkgrey);
    width:40px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li span.dots { bottom: 5px; }

.woocommerce nav.woocommerce-pagination ul li a {
    color: var(--ormsson-darkgrey);
    background-color: transparent;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--nintendo-primary);
    color: #fff;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding:1em 2em 1em 3.5em;
    margin: 80px 0 0;
    position: relative;
    background-color: #f6f5f8;
}

a.wc-block-cart__submit-button {
    background-color: #000;
    color:#fff !important;
    font-weight: 700;
    text-decoration: none;
}

#main {
    margin-top: 105px;
}

.woocommerce div.product div.summary ul {
    margin: 20px 0;
    padding: 0 0 0 30px;
}

h2.flokkur {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
}

h2.flokkur span {
    font-weight: 400;
    color:var(--nintendo-primary);
}

.woocommerce .woocommerce-ordering {
    margin-top: 5px;
}

.woocommerce .woocommerce-ordering select {
    background-color: #fff;
    padding-left: 10px;
    border-radius: 4px;
}


footer .merki {
    display: block;
    height: 20px;
    width: 100%;
    margin: 20px 0 10px;
}

footer .merki h2 {
    margin: 0 auto;
    padding: 0;
    height: 20px;
    width:100%;
}

footer .merki h2 a {
    width:159px;
    background-image: url(../img/ormsson_merki.png);
    background-size: cover;
    height:20px;
    font-size: 0;
    display: block;
}

footer .foot {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
}

footer .foot h3 {
    margin:20px 0 10px 0;
    color:#fff;
    font-size: 20px;
}

footer .foot h4 {
    margin:20px 0 5px 0;
    color:#fff;
    font-size: 16px;
}

footer .foot a {
    color: #fff;
    text-decoration: none;
}

footer .foot .toe {
    flex: 1 1 auto;
    height: 180px;
    padding: 0px;
    width: calc(100%/6 - 5px);

}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin-bottom: 2px;
}

footer .botn {
    padding: 10px 0 10px;
    border-top: 1px solid var(--ormsson-ligthgrey);
    margin-top: 10px;
    width: 100%;
}

footer .botn div {
    display: inline-block;
    vertical-align: top;
}

footer .botn .vinstri {
    width: 45%;
}

footer .botn .midja {
    width: 10%;
    text-align: center;
}

footer .botn .midja a {
    margin: 0 2px;
    display: inline-block;
}

footer .botn .haegri {
    width: 45%;
    text-align: right !important;
}

footer .botn a {
    color:#e5e5e5;
    text-decoration: none !important;
}

footer .botn a:hover {
    color:#fff;
}

footer .botn ul li {
    display: inline-block;
    padding: 0 8px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid #e5e5e5;
}

footer .botn ul li:last-child {
    border-right:none;
    padding: 0 ;
    margin: 0;
}


.opnunarupp {
    width:100%;
    margin: 10px 0 0px;
}

.opnunarupp:first-child { margin: 20px 0 0px; }

.opnunarupp .icon {
    width: 50px;
    display: inline-block;
    margin: 5px 0 0;
    vertical-align: top;
    font-size: 30px;
    color:var(--ormsson-darkgreen);
}

.opnunarupp .half {
    width:calc(50% - 25px);
    display: inline-block;
    margin: 0;
    vertical-align: top;
    color:var(--ormsson-darkgreen);
    font-size: 18px;
    line-height: 1.1;
}

.opnunarupp .half a {
    color:var(--ormsson-darkgreen);
}

.opnunarupp .half h5 {
    margin: 0;
    font-weight: 300;
    color:var(--ormsson-darkgrey);
    font-size: 14px;
}

.opnunarupp .half.more {
    width:calc(100% - 50px);
}

.budir {
    width: 100%;
    margin-bottom: 20px;
}

.budir .bud {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.radaeftir {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 15px;
    float: right;
    font-size: 17px;
}

.list {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    font-weight: 600;
}

.list ul {
    text-align: left;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    display: none;
    z-index: -1;
    font-weight: 400;
}

.list .placeholder {
    font-weight: 400;
}

.list ul.active {
    display: block;
    z-index: 10;
}

.list li {
    list-style: none;
    white-space: nowrap;
}

.list li:first-child a {
    color: var(--main-color);
}

.list a {
    transition: all 0.4s;
    color: var(--main-color);
    position: relative;
    text-decoration: none;
}

.list a:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    left: 0;
    background: var(--nintendo-primary);
    bottom: 0;
    transition: all 0.4s ease-out;
}

.list a:hover {
    cursor: pointer;
    color: var(--nintendo-primary);
}

.list a:hover:after {
    width: 100%;
}


header .searchbar {
    display: inline-block;
    margin: 10px 0px 10px 10px;
    width:500px;
    text-align: center;
}

header .searchbar input {
    max-width: 1300px;
    margin: 0 auto;
    font-family: var(--main-font);
    font-size: 16px;
    padding: 8px 8px 8px 34px;
    background-image: url('../img/staekunargler.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 17px;
    border-radius: 8px;
}

header .searchicon {
    height: 40px;
    width:40px;
    display: inline-block;
    margin: 20px 0px 20px 10px;
    border: 1px solid var(--ormsson-ligthgrey);
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    z-index: 1;
    line-height: 40px;
    text-align: center;
    display: none;
}

header .searchicon a {
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    color:var(--main-color);
}

.fx {
    display: flex;
}

.fx-justify-between {
    justify-content: space-between;
}

form.sortby {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 42px;
    margin: 100px auto 0 auto;
    z-index: 1;
}

#select-btn {
    position: relative;
    height: 42px;
    padding: 12px 14px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #e2eded;
    border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}

#options-checkbox-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

#selected-value {
  font-size: 16px;
  line-height: 1;
  margin-right: 26px;
}

.option i {
  width: 16px;
  height: 16px;
}

.option,
.option-label {
  color: #2d3667;
  font-size: 16px;
}

#chevrons i {
  display: block;
  height: 50%;
  color: #d1dede;
  font-size: 12px;
}

#options-checkbox-btn:checked + #select-btn #chevrons i {
  color: #2d3667;
}

.options {
  position: absolute;
  left: 0;
  width: 250px;
}

#options {
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  width: 298px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
}

#options-checkbox-btn:checked ~ #options {
  border: 1px solid #e2eded;
  border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}

.option {
  position: relative;
  line-height: 1;
  transition: 0.3s ease all;
  z-index: 2;
}

.option i {
  position: absolute;
  left: 14px;
  padding: 0;
  display: none;
}

#options-checkbox-btn:checked ~ #options .option i {
  display: block;
  padding: 12px 0;
}

.option-label {
  display: none;
  padding: 0;
  margin-left: 27px;
}

#options-checkbox-btn:checked ~ #options .option-label {
  display: block;
  padding: 12px 14px;
}

.option-radio-btn {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}

.option-radio-btn.top {
  top: 0;
}

.option-radio-btn.bottom {
  bottom: 0;
}

input[type="radio"] {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.option-radio-btn:hover ~ i {
  color: #fff;
  opacity: 0;
}

.option-radio-btn:hover {
  height: 100%;
  z-index: 1;
}

.option-radio-btn.bottom:hover + i {
  bottom: -25px;
  animation: moveup 0.3s ease 0.1s forwards;
}

.option-radio-btn.top:hover ~ i {
  top: -25px;
  animation: movedown 0.3s ease 0.1s forwards;
}

@keyframes moveup {
  0% {
    bottom: -25px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes movedown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.option-label {
  transition: 0.3s ease all;
}

.option-value {
  position: absolute;
  left: 14px;
  width: 217px;
  height: 21px;
  opacity: 0;
  background-color: #fff;
  transform: scale(0);
}

.option input[type="radio"]:checked ~ .option-value {
  opacity: 1;
  transform: scale(1);
}

.option input[type="radio"]:checked ~ i {
  top: 0;
  bottom: auto;
  opacity: 1;
  animation: unset;
}

.option input[type="radio"]:checked ~ i,
.option input[type="radio"]:checked ~ .option-label {
  color: #fff;
}

.option input[type="radio"]:checked ~ .option-label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#options-checkbox-btn:not(:checked)
  ~ #options
  .option
  input[type="radio"]:checked
  ~ .option-value {
  top: -30px;
}

.option:nth-child(1) input[type="radio"]:checked ~ .option-label:before {
  background-color: #000;
  border-radius: 4px 4px 0 0;
}

.option:nth-child(1) input[type="radio"]:checked ~ .option-value {
  top: -31px;
}

.option:nth-child(2) input[type="radio"]:checked ~ .option-label:before {
  background-color: #ea4c89;
}

.option:nth-child(2) input[type="radio"]:checked ~ .option-value {
  top: -71px;
}

.option:nth-child(3) input[type="radio"]:checked ~ .option-label:before {
  background-color: #0057ff;
}

.option:nth-child(3) input[type="radio"]:checked ~ .option-value {
  top: -111px;
}

.option:nth-child(4) input[type="radio"]:checked ~ .option-label:before {
  background-color: #32c766;
}

.option:nth-child(4) input[type="radio"]:checked ~ .option-value {
  top: -151px;
}

.option:nth-child(5) input[type="radio"]:checked ~ .option-label:before {
  background-color: #f48024;
}

.option:nth-child(5) input[type="radio"]:checked ~ .option-value {
  top: -191px;
}

.option:nth-child(6) input[type="radio"]:checked ~ .option-label:before {
  background-color: #006400;
  border-radius: 0 0 4px 4px;
}

.option:nth-child(6) input[type="radio"]:checked ~ .option-value {
  top: -231px;
}

.option .fa-codepen {
  color: #000;
}

.option .fa-dribbble {
  color: #ea4c89;
}

.option .fa-behance {
  color: #0057ff;
}

.option .fa-hackerrank {
  color: #32c766;
}

.option .fa-stack-overflow {
  color: #f48024;
}

.option .fa-free-code-camp {
  color: #006400;
}

#option-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  transition: 0.3s ease all;
  z-index: 1;
  display: none;
}

#options-checkbox-btn:checked ~ #options #option-bg {
  display: block;
}

.option:hover .option-label {
  color: #fff;
}

.option:nth-child(1):hover ~ #option-bg {
  top: 0;
  background-color: #000;
  border-radius: 4px 4px 0 0;
}

.option:nth-child(2):hover ~ #option-bg {
  top: 40px;
  background-color: #ea4c89;
}

.option:nth-child(3):hover ~ #option-bg {
  top: 80px;
  background-color: #0057ff;
}

.option:nth-child(4):hover ~ #option-bg {
  top: 120px;
  background-color: #32c766;
}

.option:nth-child(5):hover ~ #option-bg {
  top: 160px;
  background-color: #f48024;
}

.option:nth-child(6):hover ~ #option-bg {
  top: 200px;
  background-color: #006400;
  border-radius: 0 0 4px 4px;
}

.stock in-stock, .woocommerce div.product p.stock {
    display: none;
}

.varauppselt {
    position: absolute;
    top: -16px;
    left: -16px;
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px 0 4px;
}

.btn_varauppselt {
    background-color: var(--ormsson-darkgrey);
    border-radius: 4px;
    padding: 8px 26px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: -7px 0 20px;
}

.varaibidpontun {
    position: absolute;
    top: -16px;
    left: -16px;
    background-color: #9069FF;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px 0 4px;
}

.tolvurrammi h2.catname {
    position: relative;
    font-size: 22px;
}

.tolvurrammi h2.catname a {
    position: absolute;
    z-index: 10;
    top: 5px;
}

.woocommerce div.product p.stock.available-on-backorder {
    display: block;
    color: #FF697E;
}