<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@font-face {
    font-family: 'TT Interfaces';
    src: url('../webfonts/TTInterfaces-Light.eot');
    src: url('../webfonts/TTInterfaces-Light.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TTInterfaces-Light.woff2') format('woff2'),
        url('../webfonts/TTInterfaces-Light.woff') format('woff'),
        url('../webfonts/TTInterfaces-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../webfonts/TTInterfaces-Regular.eot');
    src: url('../webfonts/TTInterfaces-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TTInterfaces-Regular.woff2') format('woff2'),
        url('../webfonts/TTInterfaces-Regular.woff') format('woff'),
        url('../webfonts/TTInterfaces-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../webfonts/TTInterfaces-Bold.eot');
    src: url('../webfonts/TTInterfaces-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TTInterfaces-Bold.woff2') format('woff2'),
        url('../webfonts/TTInterfaces-Bold.woff') format('woff'),
        url('../webfonts/TTInterfaces-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../webfonts/TTInterfaces-SemiBold.eot');
    src: url('../webfonts/TTInterfaces-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TTInterfaces-SemiBold.woff2') format('woff2'),
        url('../webfonts/TTInterfaces-SemiBold.woff') format('woff'),
        url('../webfonts/TTInterfaces-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../webfonts/TTInterfaces-Italic.eot');
    src: url('../webfonts/TTInterfaces-Italic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TTInterfaces-Italic.woff2') format('woff2'),
        url('../webfonts/TTInterfaces-Italic.woff') format('woff'),
        url('../webfonts/TTInterfaces-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../webfonts/TTInterfaces-BoldItalic.eot');
    src: url('../webfonts/TTInterfaces-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TTInterfaces-BoldItalic.woff2') format('woff2'),
        url('../webfonts/TTInterfaces-BoldItalic.woff') format('woff'),
        url('../webfonts/TTInterfaces-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FA-Solid';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: 
        url("../webfonts/fa-solid-900.woff2") format("woff2"),
        url("../webfonts/fa-solid-900.ttf") format("truetype");
}

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

textarea:focus, input:focus{
    outline: none;
}

:root, :host {
    --main-font: "TT Interfaces", serif;
    --background-color: #FBFBFB;
    --main-color: #2B2B2B;
    --ormsson-orange: #FF611A;
    --ormsson-darkgreen: #003540;
    --ormsson-pink: #FE697D;
    --ormsson-ligthgrey: #F3F3F3;
    --ormsson-darkgrey: #8B8B8B;
    --ormsson-grey: #B3B3B3;
    --ormsson-yellow: #FCDB00;
    --ormsson-lightertext: #808080;
    --ormsson-sand:#FFF6E3;
}

::selection {
    background: var(--ormsson-darkgreen);
    color: var(--ormsson-sand);
}

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

html {
    box-sizing: border-box;
}

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

body {
    background:  var(--background-color);
    color:#242424;
    font-family: var(--main-font);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding:120px 0 0;
    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";
}

select, input, textarea {
    font-family: var(--main-font);
}

h2 span {
    font-weight: 400;
    color:var(--ormsson-darkgrey);
}

header {
    background: #fff;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

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

footer {
    background: #fff;
    padding: 20px 0;
    font-size: 16px;
    margin-top: 40px;
}

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:var(--ormsson-darkgreen);
    font-size: 20px;
}

footer .foot h4 {
    margin:20px 0 5px 0;
    color:var(--ormsson-darkgreen);
    font-size: 16px;
}

footer .foot a {
    color: var(--main-color);
    text-decoration: none;
}

footer .foot .toe {
    background-color: #fff;
    flex: 1 1 auto;
    height: 180px;
    border-radius: 4px;
    padding: 0px;
    width: calc(100%/6 - 5px);
    position: relative;
    background-size: cover;
    background-position: center;
}

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

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

footer .botn {
    padding: 10px 0 0;
    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:var(--ormsson-darkgrey);
    text-decoration: none !important;
}

footer .botn a:hover {
    color:var(--ormsson-darkgreen);
}

footer .botn ul li {
    display: inline-block;
    padding: 0 8px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid var(--ormsson-grey);
}

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

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

.adalbloggmynd {
    border-radius: 20px;
}

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(--ormsson-orange);
    font-weight: 500;
}

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

header .main .searchbar {
    display: inline-block;
    margin: 20px 0px 20px 10px;
    width:calc(100% - 690px);
    text-align: center;
    position: relative;
}

.aa-Input {
    border: none !important;
}

header .main .hamborgari {
    height: 40px;
    width: 45px;
    display: inline-block;
    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;
}

header .main .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;
}

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

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

header .main .hamborgari:hover span:nth-child(1) {
    background-color: var(--ormsson-orange);

}

header .main .hamborgari:hover span:nth-child(2) {
    background-color: var(--ormsson-orange);
    width:22px;
}

header .main .hamborgari:hover span:nth-child(3) {
    background-color: var(--ormsson-orange);
    width:22px;
}

header .main .hamborgari.on span:nth-child(1) {
    transform: rotate(45deg);
    top:18px;
    background-color: var(--ormsson-orange);
}

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

header .main .hamborgari.on span:nth-child(3) {
    transform: rotate(-45deg);
    top:18px;
    background-color: var(--ormsson-orange);
    width:22px;
}

header .main .searchbox {
    display: inline-block;
    vertical-align: top;
    height:40px;
    margin: 20px 0;
    width: 340px;
    position: relative;
    z-index: 1;
}

header .main .searchbox input {
    border: 1px solid var(--ormsson-ligthgrey);
    height:40px;
    line-height: 38px;
    width: 100%;
    border-radius: 12px; 
    padding: 0 10px;
    font-size: 15px;
    font-family: var(--main-font);
    font-weight: 400;
}

#searchbtn {
    display: none;
}

#leitarstr {
    background-color: #f4f9fb;
}

header .main .merki {
    display: inline-block;
    height: 80px;
    vertical-align: top;
    width: auto;
    text-align: center;
    z-index: 0;
    margin-left: 10px;
}

header .main .merki h1 {
    margin: 20px auto;
    padding: 0;
    height:38px
}

header .main .merki h1 a {
    width:175px;
    background-image: url(../img/ormsson_merki.png);
    background-size: 151px 19px;
    background-position: left center;
    background-repeat: no-repeat;
    height:38px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

header .main .icons {
    display: inline-block;
    height: 80px;
    vertical-align: top;
    float: right;
    margin-right: 0px;
    position: relative;
    z-index: 1;
} 

header .main .icons ul {
    margin: 20px 0;
    padding: 0;
}

header .main .icons ul li {
    display: inline-block;
    height: 40px;
    width: 34px;
    margin-left: 3px;
}

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

header .main .icons ul li a:hover {
   color: var(--ormsson-orange);
}

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

menu {
    position: fixed;
    opacity: 0;
    z-index: -2;
    background-color: #fff;
    top:120px;
    left:-300px;
    height: calc(100% - 120px);
    width: 33.333334%;
    margin: 0;
    padding: 0;
    transition: 0.2s ease-in-out;
    display: none;
}

.logged-in.admin-bar menu {
    top:152px;
}

.logged-in.admin-bar menu ul ul {
    top:152px;
}

menu.on {
    opacity: 1;
    z-index: 2;
    left: 0;
    display: block;
}

menu ul {
    list-style: none;
    margin: 0px;
    padding: 0;
    height: 100vh;
    overflow: auto;

}

menu ul.valmynd {
    background-color: #fff;
    width: 100%;
    border-right: 2px solid var(--ormsson-sand);
    z-index: 1;
}

a.topflokkur {
    font-weight: 600;
}

span.topflokkur {
    right: 20px;
}

.tilbaka {
    display: inline-block;
    width: 20px;
    margin: 0 10px 0 -5px;
}

menu ul.undirflokkar {
    background-color: #fff;
    border-right: 2px solid var(--ormsson-sand);
    width:calc(33.333334% - 100px);
}

menu ul li {
    margin: 10px 0px;
    position: relative;
}

menu .fa-link-simple {
    margin-right: 10px;
}

menu ul li span {
    content: " ";
    position: absolute;
    right: 10px;
    top:15px;
    height:15px;
    width: 15px;
    display: inline-block;
    opacity: 0.4;
    z-index: 0;
}

menu ul li:hover &gt; span {
    opacity: 1;
}

menu ul li.open &gt; span {
    color:var(--ormsson-orange);
    opacity: 1;
}

menu ul li.open &gt; a { font-weight: 700; }

.alert_banner {
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #fff;
    border-left: 3px solid var(--ormsson-orange);
    border-radius: 4px;
    color:#003540;
    font-size: 16px;
    line-height: 1;
}

.alert_banner strong {
    font-size: 18px;
}

.alert_banner a {
    display: inline-block;
    background: var(--ormsson-darkgreen);
    color:#FFF6E3;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

.alert_banner a:hover {
    background: var(--ormsson-darkgreen);
}


.wpgs-for {
    background-color: #fff;
}
menu &gt; ul &gt; li a {
    display: block;
    border-bottom: 1px solid var(--ormsson-ligthgrey);
    padding: 15px;
    margin: 0 5px 0 0;
    text-indent: 5px;
}

menu ul ul {
    display: none;
    left: 33.3333334%;
    position: fixed;
    height: calc(100vh - 120px);
    background-color: #fff;
    top: 120px;
    width: 33.3333334%;
    margin: 0;
    padding: 0 0px;
    border-left: 1px solid var(--ormsson-ligthgrey);
    z-index: 2;
}

menu ul ul ul {
    left:66.6666668%;
    width:calc(33.333334% - 0px);
    border-right: 2px solid var(--ormsson-sand);
    z-index: 3;
}

menu ul ul ul ul {
    left:calc(66.6666668% + 100px);
    width:calc(33.333334% - 100px);
    border-right: 2px solid var(--ormsson-sand);
    z-index: 4;
}

menu ul li.open &gt; ul {
    display: block;
}

menu ul ul ul {
    display: none;
}

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

li.topname {
    font-weight: 900;
}

li.topname span {
    padding: 15px;
    display: block;
}

.ad_banner {
    margin:30px 0px;
    padding: 0px;
}

.ad_banner img {
    border-radius: 8px;
}

.no_banner {
    height: 30px;
    width: 100%;
}

.ad_banner.bigger {
    background-color: #f9f9f9;
    height: 375px;
    border-radius: 8px;
    position: relative;
    background-size: cover;
    margin-bottom: 80px;
}

.ad_banner.bigger .text {
    height: 130px;
    width: 300px;
    background: var(--ormsson-darkgreen);
    padding: 20px;
    color: #fff;
    position: absolute;
    border-radius: 0 0 0 12px;
    right: 0;
    top: 0;
    font-size: 20px;
}

.ad_banner.bigger a {
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
}

.ad_banner.bigger a .text { 
    color: #fff;
    text-decoration: none;
}

.ad_banner.bigger .text h3 { margin: 0; font-weight: 400; font-size: 20px;}
.ad_banner.bigger .text h2 { margin: 10px 0; font-weight: 700; font-size: 24px; }

.vorurammi {
    width:100%;
    margin-bottom:80px;
    margin-top: 40px;
}

.vorurammi h2, .flokkarammi h2, .bloggrammi h2 {
    margin: 30px 0 15px;
    font-weight: 700;
    font-size: 22px;
}

.vorurammi h2 {
    position: relative;
}

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

.bloggrammi h2 {
    text-align: center;
    margin-bottom: 5px;
    color: var(--ormsson-darkgreen);
}

.bloggrammi h2 a { color: var(--ormsson-darkgreen) !important; }

.bloggrammi h3 {
    font-size: 20px;
    text-align: center;
    margin:0 0 20px 0;
    color: #4F4F4F;
    font-weight: 400;
}

.vorurammi h2 a, .flokkarammi h2 a, .bloggrammi h2 a {
    color: var(--main-color);
    text-decoration: none;
}

.vorurammi h2 span, .flokkarammi h2 span, .bloggrammi h2 span {
    color: var(--ormsson-lightertext);
    font-weight: 400;
}

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

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

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

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

.wsidebar {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

.sidebar {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}


.woocat .sidebar {
    width:100%;
}

.sidebar h3, .page_sidebar h3 {
    margin-top: 20px !important;
    color:var(--ormsson-darkgreen);
    text-align: left;
    padding-right: 10px;
}

.sidebar h3.mt-0px, .page_sidebar h3.mt-0px {
    margin-top: 0px !important;
}

.sidebar ul, .page_sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar ul li, .page_sidebar ul li {
    padding:10px;
    text-align: left;
    margin-bottom: 1px;
    font-size: 18px;
}

.sidebar ul li a, .page_sidebar ul li a {
    color:#000;
    text-decoration: none;
    font-size: 16px;
}

.sidebar .item, .page_sidebar .item {
    width:100%;
    margin:0;
    display: block;
    height: 220px;
}

.sidebar .blogfaerslur .item {
    height: 90px;
    vertical-align: top;
}

.sidebar .blogfaerslur .item figure {
    height:80px;
    width: 80px;
    display: inline-block;
    background-size: cover;
}

.sidebar .blogfaerslur .item .textinn {
    width:calc(100% - 95px);
    height:80px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.sidebar .item .textinn h4 {
    margin: 0px;
    font-size: 16px;
    color: var(--main-color);
}

.sidebar .item .textinn h4 a { 
    color: var(--main-color);
    text-decoration: none;
}

.sidebar ul li.current-menu-item a {
    color:var(--ormsson-darkgreen);
    text-decoration: underline var(--ormsson-orange);
    font-weight: 700;
}

.woocat {
    width:calc(100% + 20px);
    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: 4px;
    padding: 20px;
    width: calc(25% - 20px);
    /*max-width: calc(25% - 20px);*/
    position: relative;
    border: 1px solid var(--ormsson-ligthgrey);
}

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

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

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

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

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

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

.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: 4px;
    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(--ormsson-orange);
    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-darkgrey);
}

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

.vara .verd {
    font-weight: 700;
    color: var(--ormsson-darkgreen);
    font-size: 18px;
    display: block;
    margin-bottom: 2px;
    display: inline-block;
    line-height: 40px;
    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(--ormsson-orange);
}

.vara a.woosw-btn {
    display: inline-block;
    text-decoration: none;
    color: var(--ormsson-pink);
    float: right;
    font-size: 22px;
    margin-top: 6px;
}

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

.afslattur.taxfree {
    background-color: var(--ormsson-pink);
    width: 50px;
    text-align: center;
    border-radius: 25px;
    height: 50px;
    padding-top: 10px;
    line-height: 1;
    font-weight: 700;
}

.upplysingarammi {
    width:100%;
    padding: 40px 0 0px;
}

.upplysingarammi h2 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: var(--ormsson-darkgreen);
}

.upplysingarammi h2 span {
    display: block;
    clear: both;
    font-size: 18px;
}

.upplysingar {
    width:calc(100% + 0px);
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
    margin:0px 0px 20px;
}

.info {
    flex: 1 1 auto;
    min-height: 120px;
    border-radius: 4px;
    width: calc(25% - 10px);
    padding: 20px;
    text-align: left;
    border-radius: 4px;
/*    border: 1px solid var(--ormsson-ligthgrey);
    background-color: rgba(255,255,255,0.5); */
}

.info i {
    display: inline-block;
    font-size: 42px;
    margin-right: 10px;
    width: 52px;
    vertical-align: top;
    margin-top: 5px;
    color: var(--ormsson-darkgreen);
}

.info .texti {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
    font-size: 16px;
}

.info .texti a {
    color:#4F4F4F;
    text-decoration: none;
}

.info .texti strong {
    color: var(--ormsson-darkgreen);
    font-size: 17px;
}

.flokkar {
    width:100%;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.flokkur {
    flex: 1 1 auto;
    height: 190px;
    border-radius: 4px;
    padding: 10px;
    width: calc(100%/7 - 10px);
}

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

.flokkur .mynd {
    width:100%;
    height:125px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.flokkur .mynd {
    font-size: 80px;
}

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

.flokkur h3 {
    margin: 5px 0 0px;
    padding: 0;
    font-size: 15px;
}

.litir {
    width:100%;
    margin-top: 10px;
}

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

.litir ul li {
    display: inline-block;
    margin-right:0px;
}

.litir ul li a {
    display: block;
    height:18px;
    width:18px;
    border-radius: 9px;
    font-size: 0;
    overflow: hidden;
}

.staerdir {
    width:100%;
    margin-top: 10px;
}

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

.staerdir ul li {
    display: inline-block;
    margin-right:0px;
}

.staerdir ul li a {
    display: block;
    height:26px;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid var(--ormsson-grey);
    font-size: 14px;
    overflow: hidden;
    color: var(--ormsson-grey);
    text-decoration: none;
}

.staerdir ul li.selected a, .staerdir ul li a:hover {
    border: 1px solid var(--ormsson-darkgrey);
    color: var(--ormsson-darkgrey);
}

.bloggrammi {
    width:100%;
    margin: 20px 0;
}

.bloggrammi .blogg {
    display: inline-block;
    width:calc(50% - 12px);
    margin-right: 10px;
    height:220px;
    background-color: #fff;
    border-radius: 4px;
    vertical-align: top;
    margin-bottom: 20px;
    overflow: hidden;
}

.bloggrammi .blogg a {
    color:#000;
    text-decoration: none;
}

.bloggrammi .blogg.r {
    margin-right: 0px;
    margin-left: 10px;
}

.bloggrammi .blogg .texti {
    padding: 20px;
    width:50%;
    display: inline-block;
    height:220px;
    vertical-align: top;
}

.bloggrammi .blogg .mynd {
    background-color: #f9f9f9;
    width:50%;
    display: inline-block;
    height:220px;
    vertical-align: top;
    background-size: cover;
    position: relative;
}

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

.bloggrammi .blogg .texti h4 {
    font-weight: 300;
    margin: 10px 0 0;
    font-size: 15px;
    text-decoration: underline var(--ormsson-orange);
    text-decoration-thickness: 2px;
}

.bloggrammi h2 span {
    text-decoration: underline var(--ormsson-orange);
    text-decoration-thickness: 2px; 
}

.flokkarammi h2 span {
    font-weight: 600;
    color: var(--ormsson-darkgrey);
    display: block;
    margin-bottom: 20px;
}

.bloggrammi .blogg .texti h2 {
    font-weight: 600;
    margin: 20px 0 0px;
    min-height: 100px;
    font-size: 22px;
    text-align: left;
}

.bloggrammi .blogg .texti h2 a {
    color: var(--main-color) !important;
}

.bloggrammi .lesameira {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid var(--ormsson-orange);
    border-radius: 4px;
    color: var(--main-color);
    font-weight: 600;
    text-decoration: none;
    vertical-align: top;
    font-size: 15px;
    transition: 0.3s ease-in-out;
}

.bloggrammi .lesameira:hover {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    color: #fff;
}

.vipklubbur {
    margin: 30px 0;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    border: 1px solid var(--ormsson-ligthgrey);
}

.vipklubbur .upplysingar {
    width:60%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0;
}

.vipklubbur .form {
    width:40%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.vipklubbur .upplysingar h3 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 3px;
}

.vipklubbur .upplysingar h4 {
    margin: 0;
    font-weight: 400;
    /*color: var(--ormsson-darkgrey);*/
    font-size: 18px;
}

.vipklubbur .upplysingar h3 span {
    text-decoration: underline var(--ormsson-orange);
    text-decoration-thickness: 2px;
}

.smaaletrid {
    color: var(--ormsson-darkgrey);
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
}

.vipklubbur .form input {
    height:40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid var(--ormsson-grey);
    width: 300px;
    font-size: 15px;
    margin-top: 5px;
    padding: 0 10px;
    font-family: var(--main-font);
    display: inline-block;
}

.mc_merge_var{
    display: inline-block;
    vertical-align: top;
}

.mc_merge_var label {display: none; }

.mc_signup_submit {
    display: inline-block;
    vertical-align: top;
}

#VIPbtn, #mc_signup_submit {
    background-color: var(--ormsson-orange);
    border: none;
    height:40px;
    line-height: 1;
    color:#fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    width: 100px !important;
    margin-top: 5px !important;
}

.mc_merge_var, .mc_interest {
    margin-bottom: 0 !important;
}

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

.rymi {
    background-color: #fff;
    flex: 1 1 auto;
    height: 350px;
    border-radius: 4px;
    padding: 0px;
    width: calc(100%/6 - 5px);
    position: relative;
    background-size: cover;
    background-position: center;
}

.rymi.oll {
    background-color: #000;
    padding: 30px;
    color: #fff;
}

.rymi .hnappur {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.rymi.oll .hnappur {
    width: calc(100% - 60px);
    text-align: left;
}

.rymi .hnappur a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid var(--ormsson-ligthgrey);
    text-decoration: none;
    color: var(--main-color);
}

.rymi.oll .hnappur a {
    border-radius: 20px;
    padding: 10px 15px;
}

.skopumdrauma {
    width:100%;
    position: relative;
    height: 320px;
    margin: 60px 0;
}

.skopumdrauma::before {
    width:70%;
    height:360px;
    position: absolute;
    content: "";
    background-color:#FFF6E3;
    border-radius: 0 16px 16px 0;
    top: -30px;
    left: 0;
    z-index: -1;
}

.skopumdrauma h2 {
    margin: 30px 0 20px;
    font-weight: 700;
    font-size: 24px;
}

.nonloop .item {
    height: 240px;
    width: 100%;
    display: inline-block;
}

.nonloop .item .mynd {
    background-color: #fff;
    border-radius: 8px;
    height:240px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.nonloop .item .mynd::after {
    height: 100px;
    width: 100%;
    background: rgb(0,53,64);
    background: linear-gradient(0deg, rgba(0,53,64,1) 0%, rgba(0,53,64,0) 95%, rgba(0,53,64,0) 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 0 0 8px 8px;
    transition: 0.3s ease-in-out;
}

.nonloop .item:hover .mynd::after {
    height: 200px;
}

.nonloop .item a {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index: 11;
}

.nonloop .item h4 {
    text-align: left;
    margin: 0px;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    color:#fff;
    width: 100%;
    z-index: 10;
}

.nonloop .item h3 {
    text-align: left;
    margin: 0px;
    font-weight: 400;
    font-size: 24px;
    position: absolute;
    bottom: 60px;
    text-align: center;
    color:#FFF6E3;
    width: 100%;
    z-index: 10;
}

.owl-nav {
    top: -68px;
    position: absolute;
    right: 0;
    font-size: 60px;
    line-height: 1;
}

.owl-nav button {
    margin-right: 10px;
}

.owl-nav button.disabled {
    opacity: 0.2;
}

.neck {
    width:100%;
    height:30px;
    line-height: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.neck .breadcrumb {
    display: inline-block;
    width:50%;
    vertical-align: top;
    color: var(--ormsson-grey);
}

.neck .breadcrumb span {
    color: var(--ormsson-grey);
}

.neck .breadcrumb a {
    color: var(--main-color);
    text-decoration: none;
}

.neck .submenu {
    display: inline-block;
    width:50%;
    vertical-align: top;
    text-align: right;
    line-height: 20px;
    margin: 5px 0;
}

.neck .submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.neck .submenu ul li {
    display: inline-block;
    margin-left:10px;
    padding-right:10px;
    border-right: 1px solid #dfdfdf;
}

.neck .submenu ul li:last-child {
    border-right: none;
}

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

.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;
}

.placement_ad {
    /*min-height: 468px;*/
    min-height: 320px;
    width:100%;
    /*background-color: var(--ormsson-darkgreen);*/
    border-radius: 4px;
}

#ormssonvideom {
    display: none;
}

.page-head {
    width: 100%;
    margin: 40px 0 20px;
}

.page-head h1 {
    font-size: 28px;
}

.page-head.leiga {
    padding: 40px 0;
    text-align: center;
}

.page-head.blogg {
    padding: 40px 0 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.page-head.blogg::after {
    position: absolute;
    bottom: 0;
    width:500px;
    height:1px;
    background-color: #ccc;
    content: "";
    left: calc(50% - 250px);
}

.page-head.leiga h1, .page-head.blogg h1 {
    font-size: 22px;
    text-align: center;
    color: var(--ormsson-darkgreen);
    margin: 10px 0 5px;
    font-weight: 600;
}

.page-head.blogg h1 a {
    color: var(--main-color);
    text-decoration: none;
}

.page-head.leiga h3, .page-head.blogg h3 {
    font-size: 38px;
    text-align: center;
    margin: 0;
}

.page-head.blogg p {
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
    color:#4F4F4F;
}

.page-head.leiga p.stutt_lysing {
    margin: 10px 0;
    font-size: 20px;
}

h2.leiga {
    color: var(--ormsson-darkgreen);
    text-align: center;
}

.leigu_flokkar {
    width:100%;
}

.leigu_flokkar .leiguflokkur {
    display: inline-block;
    width:25%;
}

.karfanmin {
    position: relative;
}

.karfanmin span {
    position: absolute;
    top:0px;
    right:0px;
    height:20px;
    width: 20px;
    line-height: 18px;
    border-radius: 12px;
    background-color: var(--ormsson-orange);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.7;
}

.woocommerce-products-header {
    display: none;
}

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

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

.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);
}

a.uline {
    text-decoration: underline !important;
}

.starfsfolk {
    padding: 20px 0;
    font-size: 16px;
}

.starfsfolk .staff {
    width:100;
    border: 1px solid var(--ormsson-ligthgrey);
    padding: 10px;
    margin-bottom: 3px;
    background: #fff;
    border-radius: 4px;
}

.starfsfolk .staff a {
    color:#000;
    text-decoration: underline var(--ormsson-orange);
    text-decoration-thickness: 1px;
}

.starfsfolk .staff:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.starfsfolk .staff.top {
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 700;
}

.starfsfolk .staff .staff_name {
    display: inline-block;
    width:50%;
    vertical-align: top;
}

.starfsfolk .staff .staff_titill {
    display: inline-block;
    width:50%;
    vertical-align: top;
    text-align: right;
}

.starfsfolk .staff .staff_titill span {
    color:var(--ormsson-darkgrey)
}

.alignright, img.alignright {
    float:right !important;
}

.aligncenter, img.aligncenter {
    float:center !important;
}

.alignleft, img.alignleft {
    float:left !important;
}

.alignnone , img.alignnone {
    float:none !important;
}

.post-type-page {
    padding: 0px;
    background-color: transparent;
}

.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 .textinn {
    width:100%;
    max-height: 200px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
}

.read-more {
    position: relative;
    width:100%;
    height: 30px;
    text-align: center;
    background-color: var(--background-color);
    z-index: 1;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
}

.read-more::before {
    content: "";
    position: absolute;
    top:-5px;
    left:0;
    width: 100%;
    height:30px;
    filter: blur(5px);
    background-color: var(--background-color);
    z-index: -1;
}

.vorulysing .upplysingar.expanded .textinn {
    max-height: none;
}

.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;
    width: 200px;
}

.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;
}

.article-body ul {
    margin: 20px 0;
    padding: 0 0 0 30px;
}

.article-body ul li {
    margin: 5px 0;
}

.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;
}

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

.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(--ormsson-orange);
    color: #fff;
}

.siur {
    padding-right: 20px;
}

.siur h2 {
    margin: 0;
    font-size: 20px;
}

.siur .filterar {
    background-color: #FFF;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #F3F3F3;
}

.siur .filterar h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color:#121212
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
    background-color: #fff;
}

.woocommerce-product-gallery__image:first-child {
    background-color: #ffffff;
    padding: 0px;
    border-radius: 4px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(20% - 5px);
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
}

.summary.entry-summary ul {
    margin: 20px 0;
    padding: 0 0 0 30px;
}

.summary.entry-summary h4 {
    margin: 0px 0 15px;
    padding: 0;
    color: var(--ormsson-darkgrey);
    font-weight: 400;
}

.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(--ormsson-darkgreen);
    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(--ormsson-orange);
}

.woocommerce div.product form.cart .button {
    background-color: var(--ormsson-orange);
    padding:.618em 3em;
    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(--ormsson-grey);
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: 0px !important;
    font-size: 30px;
    text-align: center;
}

.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);
}

.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;
    float: right;
}

.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;
}

.hauslitir {
    background: rgb(0,182,193);
    background: radial-gradient(circle, rgba(0,182,193,1) 0%, rgba(0,182,193,0) 71%);
    position: fixed;
    height:1000px;
    top: -600px;
    z-index: -1;
    left: calc(50% - 500px);
    width: 1000px;
    opacity: 0.1;
}

.woocommerce-breadcrumb {
    text-align: left;
}

.bloggidokkar {
    text-align: center;
}

.bloggidokkar h1 {
    font-weight: 700;
    font-size: 34px;
    margin: 20px 0 10px 0;
    text-align: left;
}

.bloggidokkar h3 {
    font-weight: 400;
    margin:10px 0 20px;
    color: #4F4F4F;
    text-align: left;
}

.tac {
    text-align: center;
}

.mt-0px {
    margin-top: 0px;
}

.wishlist_products_counter {
    position: relative;
}

.wishlist_products_counter_text {
    display: none;
}

.wishlist_products_counter_number {
    position: absolute;
    top: -2px;
    right: -2px;
    height: 22px;
    width: 22px;
    line-height: 20px;
    border-radius:12px;
    background-color: var(--ormsson-orange);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.9;
}

.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list::before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products::before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products::before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f004";
    color: var(--main-color);
    font-size: 20px;
}

.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:hover:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:hover:before, a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:hover:before, span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:hover:before {
    color: var(--ormsson-orange);
}

.scxps-search-button {
    background-color: #fff !important;
    border-radius:4px !important;
    border: 1px solid var(--ormsson-ligthgrey) !important;
}

.wpc-filters-section {
    width:31.8%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    position: relative;
}

.wpc-filters-section .wpc-filter-content, .wpc-filters-section  .wpc-filter-search-form {
    position: absolute;
    display: none;
    z-index: 10;
    background: #fff;
    padding: 10px;
    width: calc(100% - 20px);
}

.wpc-filters-section .wpc-filter-header {
    padding: 11px;
    background-color: rgb(255,255,255,0.7);
    border: 1px solid #dbdbdc;
    border-radius: 4px;
}

.wpc-filters-section.wpc-filter-has-selected .wpc-filter-header {
    border: 1px solid var(--ormsson-darkgrey);
}

.wpc-filters-section:hover .wpc-filter-header {
    background-color: #fff;
}

.wpc-filters-section .wpc-filter-header .wpc-filter-title {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.wpc-filters-section:hover .wpc-filter-content, .wpc-filters-section:hover .wpc-filter-search-form {
    display: block;
}

.widget {
    padding-bottom: 10px;
}

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

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

.woocommerce div.product form.cart {
    margin-bottom: 2em;
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.summary .woosw-btn {
    display: inline-block;
    border: 1px solid var(--ormsson-grey);
    background-color: #fff;
    padding: 8px 8px 4px 8px;
    text-decoration: none;
    color: var(--ormsson-pink);
    border-radius: 4px;
    font-size: 22px;
    vertical-align: top;
    margin-left: 10px;
    float: right;
}

.wpc-filter-terms-count-0, wpc-filter-terms-count-1 {
    display: none !important;
}

.orkumidi {
    position: relative;
    width: 94px;
    height: 30px;
    background: #00A651;
    line-height: 30px;
    color:#fff;
    font-weight: 700;
    text-indent: 10px;
    font-size: 18px;
}

.orkumidi a {
    color:#fff;
    text-decoration: none;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}

.orkumidi::after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #00A651;
    right: -15px;
    content: "";
    position: absolute;
    top: 0px;
}


.orkumidi.A {
    background: #00A651;
}

.orkumidi.B { background: #50B848; }
.orkumidi.B::after { border-left: 15px solid #50B848; }

.orkumidi.C { background: #BFD730; }
.orkumidi.C::after { border-left: 15px solid #BFD730; }

.orkumidi.D { background: #FFF200; }
.orkumidi.D::after { border-left: 15px solid #FFF200; }

.orkumidi.E { background: #FDB913; }
.orkumidi.E::after { border-left: 15px solid #FDB913; }

.orkumidi.F { background: #F37021; }
.orkumidi.F::after { border-left: 15px solid #F37021; }

.orkumidi.G { background: #ED1C24; }
.orkumidi.G::after { border-left: 15px solid #ED1C24; }



.woocommerce-product-attributes-item__value {
    text-align: right;
    padding-right: 10px !important;
}

span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

span.deleteicon span {
    position: absolute;
    display: block;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}

span.deleteicon input {
    padding-right: 18px;
}

#leitarsvunta {
    width: 100%;
    position: absolute;
    top:40px;
    left: 0;
    text-align: left;
    padding: 20px;
    border: 1px solid var(--ormsson-ligthgrey);
    background-color: #fff;
    max-height: 70vh;
    overflow: auto;
    display: none;
}

.vara_leit {
    width: 100%;
    margin-bottom: 5px;
}

#leitarsvunta h3 {
    font-size: 18px;
}

.vara_leit .afslattur {
    display: none !important;
}

.vara_leit .mynd {
    height: 65px;
    width: 65px;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    margin-right: 10px;
    position: relative;
}

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

.vara_leit .voruupplysingar {
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: top;
}

.vara_leit .voruupplysingar h5 {
    font-size: 13px !important;
    margin: 2px 0 0px 0;
    font-weight: 300;
    color: var(--ormsson-darkgrey);
}

.vara_leit .voruupplysingar h3 {
    font-size: 16px !important;
    margin: 0px 0 0px 0;
}

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

.vara_leit .voruupplysingar .verd {
    font-size: 14px !important;
    display: inline-block;
}

.vara_leit .voruupplysingar .adurverd {
    font-size: 14px !important;
    display: inline-block;
    color: var(--ormsson-grey);
    text-decoration: line-through;
    text-decoration-color: var(--ormsson-orange);
}

#leitarsvunta .left {
    display: inline-block;
    padding-right: 20px;
    width:80%;
    vertical-align: top;
}

#leitarsvunta .right {
    display: inline-block;
    padding-left: 20px;
    width:20%;
    vertical-align: top;
}

.page_content {
    width:75%;
    display: inline-block;
    vertical-align: top;
}

.page_sidebar {
    width:25%;
    display: inline-block;
}

.wpc-filters-widget-content {
    width:100%;
}

.wc-block-cart__submit-button {
    background-color: var(--ormsson-darkgreen);
    color:#fff;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce_page_title {
    display: inline-block;
    margin: 10px 0;
    font-size: 22px;
}

.woocommerce_page_title span {
    color: var(--ormsson-lightertext);
    font-weight: 400;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package__description--free {
    text-transform: none !important;
}

.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
    border-radius: 4px;
    border-color: var(--ormsson-darkgrey) !important;
    background-color: #fff;
    font-size: 16px;
}

body .wpc-filter-chips-list li.wpc-chip-reset-all a {
    border-color: var(--ormsson-orange) !important;
    color: inherit;
}

.wpc-filter-chips-list {
    margin-bottom: 10px;
}

#lightbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .95);
    text-align:center;
    z-index: 101;
}

#lightbox img {
    max-width:940px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 80%;
    left: 0;
    right: 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 10px 0;
}

.woocommerce-MyAccount-navigation ul li a{
    color: var(--main-color);
    text-decoration: none;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    text-decoration: underline;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper { display: none;}

.woocommerce-MyAccount-content p:nth-child(1) {
    margin-top: 0;
}

.woocommerce-MyAccount-content a {
    color: var(--main-color);
}

.woocommerce table.shop_table {
    border: none;
}

.woosw-item--stock {
    display: none;
}

.woocommerce-loop-product_title a {
    color: var(--main-color);
    text-decoration: none;
}

.woocommerce-cart .vipklubbur, .woocommerce-checkout .vipklubbur {
    display: none;
}

.wc-block-components-checkbox__label a {
    color:var(--main-color);
}

.article-content {
    margin-bottom: 40px;
}

.article-content a {
    color:var(--ormsson-darkgreen);
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsla(0,0%,7%,.11);
    border-radius: 4px;
    background-color: #fff;
}

.wc-block-components-product-badge {
    border: 1px solid #ffdb18;
    text-transform: none;
    background: #ffdb18;
}

.wc-block-components-product-name {
    color: var(--main-color);
    text-decoration: none;
}
/*
.woocommerce-notices-wrapper {
    display: inline-block;
}
*/
.jetpack-instant-search__search-filter-2-postType {
    display: none !important;
}

.engarnidurstodur {
    color: var(--ormsson-grey);
}

.allarleitvorur {
    color:var(--ormsson-darkgreen);
    text-decoration-color: var(--ormsson-orange);
    font-weight: 700;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid var(--ormsson-ligthgrey) !important;
    border-radius: 4px !important;
    background-color: #fff;
}

.wpgs-nav img {
    width: 100px !important;
    height: 100px !important;
}
/*
.searchwp-live-search-result--img {
    display:inline-block !important;
    float:left !important;
    flex: none;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.searchwp-live-search-result--info {
    flex: none;
    width: calc(100% - 90px);
    display: inline-block;
}
*/
.searchwp-live-search-result--title {
    font-size: 18px !important;
    margin-bottom: 0;
    text-decoration: none;
}

.searchwp-live-search-result .searchwp-live-search-result--title a {
    text-decoration: none;
}
/*
.searchwp-live-search-result--ecommerce {
    flex: none;
    width: calc(100% - 90px);
    display: inline-block;
} */

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

.varaibidpontun {
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: #9069FF;
    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;
}


.odyrtalladag_b {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background:var(--ormsson-darkgreen);
    width: 64px;
    height: 64px;
    z-index: 2;
    color:  var(--ormsson-sand);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    padding: 13px 10px;
    text-transform: uppercase;
}

.alltafodyrt_b {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background:#00B6C1;
    width: 64px;
    height: 64px;
    z-index: 2;
    color:  var(--ormsson-sand);
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    padding: 18px 5px;
    text-transform: uppercase;
}

.rymingarsala_b {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background:var(--ormsson-darkgreen);
    width: 64px;
    height: 64px;
    z-index: 2;
    color:  var(--ormsson-sand);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    padding: 13px 10px;
    text-transform: uppercase;
}

.rymingarsala_b span {
    display: inline-block;
    padding: 4px 8px;
    background-color: var(--ormsson-orange);
    color:#fff;
}

.wpc-filter-terms-count-1 {
    display: none;
}

.newsortby {
    display: inline-block;
    width:calc(20% - 5px);
    vertical-align: top;
}

.newsortby form, .woocommerce .woocommerce-ordering {
    margin: 0 !important;
}

.newsortby label {
    display: inline-block;
    margin: 0 5px 0 0;
    line-height: 38px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ormsson-lightertext);
}

.widget_wpc_filters_widget {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-message {
    border-radius: 4px;
    background: #fff;
}

.wpc-filters-main-wrap li.wpc-term-item label {
    font-size: 14px;
}

.wpc-filters-section.wpc-filter-has-selected::after {
    top: 11px;
    width: 20px;
    height: 20px;
    content: "âœ“";
    position: absolute;
    z-index: 1;
    right: 30px;
    display: block;
    background: #555;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    border-radius: 10px;
}

.wpc-term-disabled {
    display: none;
}

.page-template-page-offer .woocommerce.columns-4 .woocommerce-ordering {
    display: none;
}

.ormdottir-tilbod {
    width: 100%;
    display: block;
    clear: both;
    margin: 80px 0 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid var(--ormsson-ligthgrey);
}

.ormdottir-tilbod h3 {
    margin:0;
}

.ormdottir-tilbod p {
    margin:10px 0;
}

.upsells.products h2, .related.products h2 {
    margin-bottom: 0px;
    font-size: 18px;
}

header.woocommerce-Address-title {
    position: relative;
    height: auto;
    background: transparent;
    top: auto !important;
}

header.woocommerce-Address-title h2 {
    margin:10px 0 10px 0;
}

header.woocommerce-Address-title a.edit {
    float: none !important;
    margin-bottom: 10px;
}

.searchwp-revised-search-notice {
    display: none;
}

.wc-block-components-button__text {
    color:#fff !important;
}

.brand_merki img {
    max-width:180px !important;
    height:auto !important;
}

.brand_mynd {
    width:100%;
    height:438px;
    background-size: cover;
    padding: 50px 500px 50px 50px;
    color: #fff;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 600;
}

.brand_mynd h3 {
    padding: 0;
    margin: 0;
    color:#fff;
    font-size: 30px;
}</pre></body></html>