@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@100;200;400;600;700;800&family=Open+Sans:ital,wght@0,400;0,500;1,400;1,500&display=swap');

:root {
    --main-bg-color: #fefdfd;
    --main-color: #252827;
    --highlight-color:#97928e;
    --main-font: 'Open Sans', sans-serif;
    --headline-font: 'Bitter', sans-serif;
    --light-blue-color: #80ebff;
    --border-color:#e7ccb1;
}

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

html {
    box-sizing: border-box;
}


body {
    background: var(--main-bg-color);
    /*background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,241,237,1) 100%);*/
    color:var(--main-color);
    font-family: var(--main-font);
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding:100px 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";
}

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

.skip-link { display:none; }

h1, h2, h3, h4 {
    font-family: var(--headline-font);
}

h1 span, h2 span, h3 span, h4 span { color:#be3239; }

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

.m0 {
    margin: 0;
}

.splitter {
    width: 100%;
    display: block;
    clear: both;
    height:1px;
}

.h20 { height:20px; }


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

figure  {
    background-color: #fff;
    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;
}

figure img {
    display:none;
}

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

.mt10 {
    margin-top: 10px;
}

.samfelasmidlar {
    width:100%;
    margin:20px 0 0;
    font-size: 24px;
}

.samfelasmidlar a {
    font-weight: 400;
}

article img { max-width: 100%; height:auto; }

.ninetofive {
    padding-bottom: 60px;
}

.adal {
    height:440px;
    width: calc(100% - 20px);
    background-color: #fff3ee;
    background: rgb(255,182,53);
    background: radial-gradient(circle, rgba(255,182,53,1) 29%, rgba(251,164,49,1) 100%);
    background: rgb(255,196,53);
    background: radial-gradient(circle, rgba(255,196,53,0.9) 20%, rgba(251,164,49,0.8) 100%);
    margin: 30px 10px;
    text-align: center;
    display: inline-block;
}

.adal h1 {
    font-size: 40px;
    text-align: center;
    max-width: 680px;
    margin: 60px auto 10px;
    font-weight: 900;
}

.adal h2 {
    font-size: 30px;
    font-weight: 400;
    max-width: 680px;
    text-align: center;
    margin: 0 auto 40px;
}

.adal .hlusta_takki {
    border:2px solid #f17c27;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 5px 20px;
    color:#000000;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--headline-font);
    margin: 10px 0;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(255,240,0,0.5);
}

.adal .hlusta_takki:hover {
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 15px rgba(255,240,0,0.7);
}

.adal .aukainfo {
    font-size: 18px;
    font-family: var(--headline-font);
    margin-top: 10px;
}

.adal .aukainfo strong {
    display: block;
    font-size: 20px;
}

.adal .smaaletrid {
    font-size: 16px;
    font-family: var(--headline-font);
    margin-top: 5px;
    color:rgba(0,0,0,0.6)
}

.post-type-page {
    width:100%;
    clear: both;
}

.article-content {
    width:100%;
    clear: both;
    display: inline-block;
}

.article-content h1 {
    font-size: 40px;
    margin: 0 0 20px;
}

.row {
    padding: 10px;
    background: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.column {
    float: left;
}

.left {
    width: 15%;
}

.right {
    width: 10%;
}

.middle {
    width: 75%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.dot {
    margin-top: 4px;
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

input[type=text] {
    width: 100%;
    border-radius: 3px;
    border: none;
    background-color: white;
    margin-top: -8px;
    height: 25px;
    color: #666;
    padding: 5px;
}

.bar {
    width: 17px;
    height: 3px;
    background-color: #aaa;
    margin: 3px 0;
    display: block;
}

.content {
    padding: 0px;
    clear: both;
    text-align: center;
}

.article-body {
    font-size: 20px;
}

.prevpost {
    position: relative;
    height:80px;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    float: right;
}

.nextpost {
    position: relative;
    display: inline-block;
    float: left;
    height:80px;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.article-body ul.posttags {
    list-style-type: none;
    padding: 0;
    margin: 0 0 40px;
    font-size: 18px;
}

.article-body ul.posttags li {
    display: inline-block;
}

.page-head {
    width:100%;
    margin: 0;
    background: #fbfbfb;
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
}

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

.nf-form-content { max-width: 1600px !important; }

div.line strong { color:#bbbbbb; font-family: var(--headline-font); font-weight: 500; }

div.line.verd { font-size: 28px; font-family: var(--headline-font); margin-top: 20px;  } 

.vorufilter {
    height:80px;
    width:100%;
    background: #000;
    position: fixed;
    bottom: 0;
    left:0;
}

.menu-item.cart-contents {
    position: relative;
    font-size: 22px;
}

.cart-contents-count {
    position: absolute;
    height:20px;
    width:20px;
    font-size: 14px;
    background:#0091dc;
    border-radius: 10px;
    top:-3px;
    right:-3px;
    color: #fff !important;
    line-height: 20px;
    text-align: center;
    text-indent: -2px;
    font-style: normal;
}

.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: 48%;
}

.entry-images {
    display: inline-block;
    width:38%;
    max-width: 430px;
}

.entry-summary {
    display: inline-block;
    width:58%;
    vertical-align: top;
    float: right;
}

.woocommerce-variation-availability {
    display: none;
}

.sku_wrapper {
    width:100%;
    clear: both;
    display: block;
    color: #ccc;
    margin-top: 10px;
    font-size: 15px;
}

.posted_in, .tagged_as {
    width:100%;
    clear: both;
    display: block;
    color: #ccc;
    margin-top: 5px;
    font-size: 15px;
    float: left;
}

.posted_in {
    margin-top: 18px;
}

.posted_in a, .tagged_as a {
    color:#424242;
}

.posted_in a:hover, .tagged_as a:hover {
    color:#000;
}

.single_add_to_cart_button {
    margin-top: 10px;
}

.flex-control-nav.flex-control-thumbs {
    list-style-type: none;
    padding:0;
    margin:0;
}

.flex-control-nav.flex-control-thumbs li {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 70px;
    border-radius: 2px;
    cursor: pointer;
}

.flex-control-nav.flex-control-thumbs li img { opacity: 0.5; }
.flex-control-nav.flex-control-thumbs li img.flex-active { opacity: 1; }

.flex-viewport {
    height: 430px !important;
    margin-bottom: 0px !important;
    overflow: hidden !important;
    position: relative !important;
}


.woocommerce-product-gallery__image {
    height: 430px !important;
    position: relative;
}

.woocommerce-product-gallery__image a { 
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height:100%;
}

.woocommerce img, .woocommerce-page img { display: block; }

.single_add_to_cart_button {
    background: #000 !important;
    border: 1px solid #ccc !important;
    color: #fff !important;
    float: left !important;
    margin-top: 3px !important;
    height: 41px !important;
    min-width: 240px;
}

.product_title {
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 500;
}

.single-product-details.product .price {
    text-align: left !important;
    margin-top: 5px;
}

.vara .price del bdi {
    color:#de072f !important;
}

.single-product-details.product span.amount {
    text-align: left !important;
    font-size: 26px;
    color:#000;
}

.woocommerce-product-details__short-description {
    color:#707070;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-vinsaelustu-next, .swiper-vinsaelustu-rtl .swiper-vinsaelustu-prev {
    right: 0px !important;
    left: auto !important;
}

.swiper-button-prev,.swiper-vinsaelustu-prev {
    right: 44px !important;
    left: auto !important;
    z-index: 1 !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
    left: auto !important;
    z-index: 1 !important;
}

.swiper-button-next, .swiper-button-prev, .swiper-vinsaelustu-next, .swiper-vinsaelustu-prev {    color:#b88baa !important; }

.swiper-button-next, .swiper-button-prev, .swiper-vinsaelustu-next, .swiper-vinsaelustu-prev {
    top:35px !important;
    background:#fff5f4;
    color:#b88baa;
    width: 34px !important;
    text-align: center;
    border: 1px solid #ffecef;
    height: 34px !important;
    outline: none;
}

.swiper-button-next:after, .swiper-button-prev:after, .swiper-vinsaelustu-next:after, .swiper-vinsaelustu-prev:after {
    font-size: 20px !important;
    width:30px  !important;
}

.rowTitle {
    font-size: 15px !important;
}

.rowTitle .price1 .amount {
    text-align: left !important;
    font-size: 19px !important;
    color: #000;
}
.sim_radio {
    margin-top: 2.5px;
    float: left;
    margin-right: 5px;
    height: 18px;
    width: 20px;
    margin-left: 0;
}

.tprice .leftprice { color:#555;  }

.tprice .optionprice {
    font-weight: 500;
    font-family: var(--headline-font);
    font-size: 24px;
}

.variation-bValmguleikarb p { margin: 0; }
.woocommerce td.product-name dl.variation dd p:last-child {margin-top:0; }

.variation { font-size: 14px; color:#555; }

.nobb {
    border-bottom: none !important;
}

.typeleft {
    width:40%;
    display: inline-block;
    vertical-align: top;
}

.typeright {
    width:58%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-breadcrumb {
    text-align: right;
    margin: 0 !important;
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
}

.loop {
    width: 100%;
}

.product_meta {
    display: none;
}

.woocommerce .woocommerce-breadcrumb {
    color: #0081b4 !important;
    font-size: 16px !important;
    display: none;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #9ec1cf !important;
    text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #2c2c2c !important;
}

.tinv-wishlist {
    display: inline-block;
    width:100%;
}

.tinvwl_add_to_wishlist-text {
    display: none;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0px;
    margin-left: 10px;
    color: #EA60A7;
}

.woocommerce #nav-main img, .woocommerce-page #nav-main img {
    display: inline-block;
}

.variations select {
	display: block;
	font-size: 16px;
	font-family: var(--main-font);
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.variations select::-ms-expand {
	display: none;
}
.variations select:hover {
	border-color: #888;
}
.variations select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.variations select option {
	font-weight:normal;
}

*[dir="rtl"] .variations select, :root:lang(ar) .variations select, :root:lang(iw) .variations select {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.variations select:disabled, .variations select[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
.variations select:disabled:hover, .variations select[aria-disabled=true] {
	border-color: #aaa;
}

.reset_variations { float:right; }
table.variations { width:100%; }

table.variations td { line-height:30px;vertical-align: text-top; }
.checkout-button { background-color: #0091dc !important; }
.checkout-button:hover { background-color: #0481c1 !important; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px !important;
    box-shadow: none;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    height:40px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
     background-color: #029ea2 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #00b2b7 !important;
    color:#fff !important;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    background-color: #90e4e6 !important;
    color:#fff !important;
}

.cart_totals h2 {
    font-size: 20px;
}

#coupon_code { min-width: 120px;}

.woocommerce-message {
    border-top-color:#895ed8 !important;
}

.woocommerce-message:before {
    color:#895ed8 !important;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: #895ed8 !important;
}

.woocommerce a.remove {
    color:#895ed8 !important;
    display: inline-block;
}

.woocommerce table.shop_table td {
    padding: 3px 10px;
}

td.product-remove { width:1%; }
td.product-thumbnail { width:100px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: 15px;
    height: 32px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
}

.woocommerce form .form-row textarea {  
    height: 200px;
}

#ship-to-different-address { 
    color: #242424;
    font-family: var(--headline-font);
    font-weight: 500;
    font-style: normal;
}

#ship-to-different-address span {
    color: #242424;
    font-size: 14px;
}

.woocommerce-billing-fields h3 {
    text-decoration: underline #0091dc;
    text-decoration-thickness: 1px;
}

#customer_details, #order_review { font-size: 16px; }

.vorurh1 {
    text-align: center;
    margin-bottom: 0;
} 

#mobilemenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: fixed;
    top: 12px;
    right: 75px;
    z-index: 101;
    display: none;
    font-family: var(--headline-font);
}

#mobilemenu li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

#mobilemenu li a i { 
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 0px;
    left: 0;
    height: 21px;
    width: 30px;
}

#mobilemenu li a i:before {  
    top:0px; 
    position: absolute; 
}

.single-product-details {
    margin-bottom: 100px;
}

.single_variation_wrap {
    margin-top: 30px;
}

.netklubbur {
    width:calc(100% - 20px);
    height:120px;
    background-color: #0081b4;
    border:1px solid #0081b4;
    margin:60px 10px 10px;
    line-height:1.2;
    font-size: 20px;
    padding:0;
    border-radius:5px;
    color:#fff;
    overflow: hidden;
}

.netklubbur .netklubburinn {
    width:30%;
    height:100%;
    background-color: #fff;
    background-image: url(../img/netklubbur_merki.png);
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80px;
    font-size: 0;
}

.netklubbur .netklubbur_texti {
    width:calc(55% - 90px);
    height:calc(100% - 45px);
    color:#fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 25px 20px 20px 70px;
    padding-left: 20px;
    font-family: var(--headline-font);
}

.netklubbur .netklubbur_takki {
    width:15%;
    height:100%;
    color:#fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.netklubbur .netklubbur_takki a {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color:#98ddf8;
    font-family: var(--headline-font);
    padding: 5px 10px;
    font-size: 16px;
    margin-top: 35px;
    color:#0081b4;
    border-radius: 5px;
}

.netklubbur .netklubburinn::after {
    position: absolute;
    height: 150px;
    width: 50px;
    transform: rotate(-20deg);
    background-color: #fff;
    content: "";
    left: calc(100% - 19px);
    top: -10px;
}

.filter {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    padding-right: 40px;
}

.vorur {
    width:100%;
    padding:0px 0 20px;
    position: relative;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.vorur.medfilter {
    width:calc(100% - 320px);
    padding:0px 0 60px;
    position: relative;
    font-size: 0;
}


h2.head_vorur  {
    margin: 60px 10px 20px;
    font-size: 22px;
    font-weight: 900;
    position: relative;
}

h2.head_vorur::after {
    content: "";
    position: absolute;
    bottom: -6px;
    height:4px;
    width:40px;
    left: 0;
    background-color: #fa9d84;
}

h2.head_vorur a {
    color:#242424;
    font-weight: 800;
}

.vara {
    font-size: 18px;
    width:calc(25% - 20px);
    display: inline-block;
    margin:10px;
    vertical-align: top;
    position: relative;
    padding: 0px;
    min-height: 380px !important;
}

.vara figure {
    width: 100%;
    height: 330px;
    margin: 0 0 10px;
    float: left;
    background-size: auto 100%;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.vara:hover figure {
    background-size: auto 106%;
}

.vara h3 {
    font-size: 20px;
    font-weight: 800;
    float: left;
    margin:0;
    width:100%;
    font-family: var(--headline-font);
    padding: 0px 10px;
    text-align: center;
    padding: 0px 10px 0;
}

.vara h3 a {
    color:#272727;
    font-weight: 800;
}

.vara p {
    font-size: 16px;
    float: left;
    margin:5px 0 0;
    padding: 0px 10px;
}

.bannerinn {
    text-align: left;
    margin: 60px 0;
    background:#fff;
    border:20px solid #e8d2b8;
    padding: 60px;
    font-family: var(--headline-font);
}

.bannerinn .alpha {
    display: inline-block;
    width:40%;
    vertical-align: top;
}

.bannerinn .alpha h1 {
    font-size: 22px;
    color: var(--highlight-color);
    margin:0;
    text-align: left;
    font-weight: 600;
}

.bannerinn .alpha h2 {
    font-size: 52px;
    margin:0;
    text-align: left;
    font-weight: 800;
}

.bannerinn .gamma {
    display: inline-block;
    width:60%;
    vertical-align: top;
    font-size: 24px;
}

.bannerinn .gamma p { margin-top: 0px; }

.bannerinn .gamma a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e7ccb1;
    font-size: 20px;
}


.auglysing {
    width:100%;
    padding:40px 0 40px;
    position: relative;
    text-align: left;
    margin-top: 0px;
    background-color: #fff;
    font-size: 20px;
    font-family: var(--headline-font);
}

.auglysing .upplysingar {
    display: inline-block;
    width:60%;
}

.auglysing .mynd {
    display: inline-block;
    vertical-align: top;
    width:calc(40% - 40px);
    min-height: 340px;
    position: relative;
    margin-left: 40px;
}

.auglysing .mynd figure {
    width: calc(100% - 20px);
    height:340px;
}

.auglysing .mynd::before {
    z-index: 0;
    content: "";
    width: calc(100% - 20px);
    height:100%;
    position: absolute;
    bottom:-20px;
    right:0px;
    background-color: #e7ccb1;
}

.auglysing h2{
    font-size: 22px;
    color: var(--highlight-color);
    margin: 0;
    text-align: left;
    font-weight: 600;
}

.auglysing h3 {
    font-size: 52px;
    margin: 0;
    text-align: left;
    font-weight: 800;
}

.auglysing a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    border: 10px solid #e7ccb1;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}

.auglysing a:hover {
    background-color: #e7ccb1;
}

.kynningar {
    width:100%;
    padding:0px 0 20px;
    position: relative;
    font-size: 0;
    text-align: left;
    margin-top: 30px;
}

.kynningar h2 {
    margin: 0 10px 15px;
    font-size: 26px;
    font-weight: 500;
}

.kynning {
    font-size: 18px;
    width:calc(33.333334% - 10px);
    display: inline-block;
    height: 340px;
    margin:5px;
    vertical-align: top;
    color:#242424;
    font-family: var(--headline-font);
    text-align: center;
    padding: 0 30px;
}

.kynning:first-child {
    margin: 5px 10px 5px 0;
}

.kynning:last-child {
    margin: 5px 0px 5px 10px;
}

.kynning figure {
    width: 100%;
    height:170px;
    margin: 0 0 10px;
    float: left;
    background-size: 125px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.kynning h2 {
    font-size: 24px;
    float: left;
    margin:0;
    font-weight: 800;
    padding:0;
    width:100%;
    color: #242424;
}

.kynning h2 a {
    color: #242424;
}

.page-id-285 .kynning h2, .page-id-285 .kynning p {text-align: center;}

.kynning figure p {
    font-size: 18px;
    float: left;
    margin:0;
    font-weight: 400;
}

ul.undirflokkar {
    width: 90%;
    padding: 0;
    margin:10px 0 30px;
}

ul.undirflokkar li {
    width: 100%;
    display: block;
    padding: 0 0 7px 0;
    margin: 5px 0;
}

ul.undirflokkar li a  { color:#242424; }
ul.undirflokkar li a span  { color:#a2a2a2; float: right; }

ul.undirflokkar li.valid a { color:#0574a3; }

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

.litabok {
    width:100%;
    padding:0px 0 20px;
    position: relative;
    font-size: 0;
    text-align: center;
}

.litabok h2 {
    margin: 0 10px 15px;
    font-size: 26px;
    font-weight: 500;
}

.litabok .blasida {
    font-size: 18px;
    width:calc(20% - 20px);
    display: inline-block;
    height: 440px;
    margin:10px;
    vertical-align: top;
}

.litabok .blasida figure {
    width: 100%;
    height:370px;
    margin: 0 0 10px;
    float: left;
    background-color: #fff;
}

.slick-arrow {
    position: absolute;
    top:-52px;
    height:40px;
    width:40px;
    font-size:0;
    background-color:rgba(0,0,0,0);
    border:1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    color:rgba(0,0,0,0.5);
    z-index: 10;
    transition: 0.3s ease-in-out;
}

.slick-arrow:hover {
    border:1px solid rgba(0,0,0,0.5);
}

.slick-prev {
    right: 60px;
}

.slick-prev::after {
    content:"‹";
    position: absolute;
    height:40px;
    width:40px;
    text-align: center;
    line-height: 30px;
    top: 0;
    left: -2px;
    z-index: 2;
    font-size: 50px;
    color:rgba(0,0,0,0.3);
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.slick-prev:hover:after {
    color:rgba(0,0,0,1);
}

.slick-next {
    right: 10px;
}

.slick-next::after {
    content:"›";
    position: absolute;
    height:40px;
    width:40px;
    text-align: center;
    line-height: 30px;
    top: 0;
    right: -2px;
    z-index: 2;
    font-size: 50px;
    color:rgba(0,0,0,0.3);
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.slick-next:hover:after {
    color:rgba(0,0,0,1);
}

.slick-slide {
    opacity: 0.3;
    transition: 0.3s ease-in-out;
    position: relative;
}

.slick-slide.slick-active {
    opacity: 1;
}

.slick-slide.slick-current {
    opacity: 1;
}

.erautsolu {
    position: absolute;
    top:15px;
    left:10px;
    background-color: #e7ccb1;
    border-radius: 12px;
    z-index: 8;
    color: #333;
    font-weight: 600;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1;
}

.voruverd {
    width:100%;
    margin-top: 5px;
    font-size: 17px;
    font-weight: 700;
    float: left;
    padding: 0 10px;
    text-align: center;
    font-family: var(--headline-font);
    color:#b28f6c;
}

.voruverd span {
    color:#e7ccb1;
    text-decoration: line-through;
    width:100%;
    font-size: 15px;
    display: block;
}

.ccc-favorite-post-toggle > a {
    background-color: #fff;
    padding:7px;
    border-radius: 20px;
    color:#B95F89;
    line-height: 0;
    border: 1px solid #eaeaea;
}

.vara .ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style="1"] {
    text-align: right;
    position: absolute;
    z-index: 10;
    top:2px;
    right:2px;
}

.ccc-favorite-post-count { display: block !important;position: relative;margin-right: 0 !important; }

.ccc-favorite-post-count > a::before {
    content: "\f08a" !important;
    font-size: 27px !important;
    margin-right: 0 !important;
}

.ccc-favorite-post-count .num {
    display: block;
    font-size:13px;
    height: 17px;
    width: 17px;
    line-height: 16px;
    background:#9F587F;
    color:#fff;
    text-align: center;
    padding:0;
    overflow:hidden;
    position:absolute;
    border-radius:10px;
    top:-4px;
    right:-5px;
    z-index: 1;
    font-family: var(--headline-font);
    font-weight: 700;
}

.ccc-favorite-post-count .num a {
    color: #242424;
}

#primary {
    width:100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.filter h3 {
    font-size: 20px;
    margin: 10px 0 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-right: 40px;
    padding-bottom: 5px;
}

.ccc-favorite-post-count .num:empty {
    display: none;
}

.flokkur_haus {
    width:100%;
    height:40px;
    clear: both;
}

.flokkur_haus h2 {
    color:#000;
    text-align: left;
    font-size: 24px;
    margin: 10px 0;
    font-weight: 600;
}

.undirsidur {
    display: inline-block;
    margin-bottom: 30px;
    width:100%;
    font-size: 0;
}

.undirsida {
    display: inline-block;
    font-size: 20px;
    color:#fff;
    text-align: center;
    font-family: var(--headline-font);
    font-weight: 700;
    border-radius: 5px;
    position: relative;
}
.undirsida h3 {
    margin-bottom: 0;
}

.undirsida a { 
    color: #272727;
    font-weight: 800;
    font-size: 24px;
}

.undirsida.andres-ond {
    width: calc(25% - 10px);
    height:400px;
    float: left;
    margin:20px 10px 10px 0;
}

.undirsida.disney-klubburinn {
    width: calc(25% - 15px);
    height:400px;
    float: left;
    margin:40px 10px 10px 0;
}

.undirsida.disney-krili {
    width: calc(25% - 10px);
    height:400px;
    float: left;
    margin:30px 0px 10px 0;
}

.undirsida.syrpa {
    width: calc(25% - 10px);
    height:400px;
    float: left;
    margin:20px 0px 10px 10px;
}

.undirsida figure {
    position: relative;
    float: none;
    width: 100%;
    height:100%;
    border-radius: 8px;
}

.undirsida h3 {
    margin: 10px 0 0;
}

.informationtext {
    width: 100%;
    margin: 50px 0;
    color:#272727;
}

.skilabod {
    margin: 20px 0 0px;
    border-radius: 5px;
    border:1px solid #E6F4F1;
    padding: 10px 20px;
    background-color: #EFFBFF;
}

.skilabod strong {
    display: block;
    margin:0;
    font-family: var(--headline-font);
    font-size: 18px;
    font-weight: 800;
}

.skilabod p {
    margin: 0;
}

.voruleit {
    width: calc(100% - 0px);
    padding: 20px 40px 20px;
    background: #EFFBFF;
    border-bottom: 1px solid #E6F4F1;
    margin: -81px 0 0px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.voruleit.opna { 
    margin: 0px 0 20px;
    opacity: 1;
}

.voruleit input {
    display: inline-block;
    height:40px;
    font-size: 16px;
}

.voruleit input#s {
    width: calc(100% - 110px);
    border: 1px solid #cecece;
}

.voruleit input#searchsubmit {
    width: 80px;
    margin:0 0 0 20px;
    background:#0076ab;
    border: none;
    border-radius: 3px;
    color:#fff;
    font-weight: 700;
    height: 39px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    max-width: 500px !important;
    margin:20px auto !important;
}

#post-9 .woocommerce h2 {
    max-width: 500px !important;
    margin:20px auto !important;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 5px;
    top: 5px;
}

.woocommerce img, .woocommerce-page img {
    height: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
    max-width: fit-content;
}

#post-7, #post-8 {
    margin-top: 40px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #EFFBFF;
    border-radius: 5px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #fff;
    border-radius: 4px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box p:first-child, .woocommerce-cart #payment div.payment_box p:first-child, .woocommerce-checkout #payment div.payment_box p:first-child {
    margin-top: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #0081b4 !important;
    color: #fff !important;
}

.thjonustukynning {
    height:600px;
    width:100%;
    margin: 80px 0;
}

.thjonustukynning .alpha {
    height:600px;
    width:calc(70% - 15px);
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.thjonustukynning .gamma {
    height:600px;
    width:30%;
    display: inline-block;
    vertical-align: top;
}

.thjonustukynning .alpha .texti {
    background-color: #cdb4db;
    background-color: #b97fda;
    width:calc(55% - 15px);
    height:300px;
    margin:0 15px 15px 0;
    border-radius: 30px 0 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.thjonustukynning .alpha .thjonusta1 {
    background-color: #ffc8dd;
    width:45%;
    height:300px;
    margin:0 0px 15px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-size: cover;
}

.thjonustukynning .alpha .thjonusta2 {
    background-color: #ffafcc;
    width:45%;
    height:285px;
    margin:0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-size: cover;
}

.thjonustukynning .alpha .thjonusta3 {
    background-color: #bde0fe;
    width:calc(55% - 15px);
    height:285px;
    margin:0 0px 0 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-size: cover;
}

.thjonustukynning .alpha div .upplysingar {
    position:absolute;
    bottom:20px;
    left:20px;
    color:#fff;
    width: calc(100% - 40px);
}

.thjonustukynning .alpha div .upplysingar h3 {
    font-size: 24px;
    margin: 0;
}

.thjonustukynning .alpha div .upplysingar p {
    font-size: 18px;
    margin: 0;
}


.thjonustukynning .gamma .mynd {
    width:100%;
    height:600px;
    background-color: #a2d2ff;
    border-radius: 0 30px 30px 0;
    background-size: cover;
}

.blogg_faerslur {
    display: flex;
}

.blogg_faersla {
    width:25%;
    text-align: center;
    padding: 0 10px;
}

.blogg_faersla:first-child {
    padding: 0 10px 0 0 ;
}

.blogg_faersla:last-child {
    padding: 0 0 0 10px;
}

.blogg_faersla .mynd {
    position: relative;
    height: 200px;
    width: 100%;
}

.blogg_faersla .mynd figure {
    width: 100%;
    height:200px;
    clear: both;
    position: absolute;
    z-index: 2;
    top:0;
    left: 0;
}

.blogg_faersla .mynd::before {
    content: "";
    position: absolute;
    top:5px;
    left:5px;
    background-color: #e7ccb1;
    width: 100%;
    height:100%;
    transition: 0.3s ease-in-out;
}

.blogg_faersla .mynd:hover:before {
    top:0px;
    left:0px;
}

.blogg_faersla h2 {
    width:100%;
    margin:10px 0 5px;
    font-size: 24px;
    display: inline-block;
}

.blogg_faersla h2 a { 
    color:#000;
}

.blogg_faersla h3 span {
    background-color: #fff;
    padding: 0 10px;
    color:#929292;
}

.blogg_faersla h3 {
    color:#ffafcc;
    width:100%;
    margin:10px 0 0;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.blogg_faersla h3::before {
    width:calc(100% - 20px);
    height:2px;
    background-color: #ffafcc;
    position: absolute;
    top:10px;
    left:10px;
    content: "";
    z-index: -1;
    opacity: 0.5;

}

.blogg_faersla p {
    color:#929292;
    margin:0px;
    padding: 0 10px;
}

.wsidebar {
    width: calc(100% - 350px);
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

.sidebar {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 30px;
    border-left: 1px solid #f9f9f9;
}

.sidebar h3 {
    border-bottom: 1px solid #e4e4e4;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    margin-top: 35px;
}


.sidebar p {
    font-size: 17px;
    color:#5a5a5a;
    font-weight: 400;
}

.sidebar a {
    font-size: 16px;
    color:#232323;
    font-weight: 600;
    text-decoration: none;
}

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

.sidebar .blogfaerslur .item { 
    height: 90px;
}

.sidebar .item.pippari {
    width:50%;
    display: inline-block;
    padding:0 10px;
}

.sidebar .item figure {
    width:100%;
    height:160px;
    display: inline-block;
}

.sidebar .blogfaerslur .item figure { 
    height:80px;
    width: 80px;
}

.sidebar .item.pippari figure {
    height:120px;
}

.sidebar .item .textinn {
    width:calc(100% - 0px);
    margin:0;
    height:60px;
    display: inline-block;
    vertical-align: top;
}

.sidebar .blogfaerslur .item .textinn { 
    width:calc(100% - 90px);
    height:80px;
    margin-left: 10px;
}

.sidebar .item .textinn h4 {
    margin: 5px 0 0;
    font-size: 18px;
}

.sidebar .item.pippari .textinn h4 {
    text-align: center;
    font-size: 20px;
}

.sidebar .item.pippari .textinn h4 a {
    line-height: 1;
}
