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

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

.page-head h1 {
    text-transform: uppercase;
}

body {
    background: #fff;
    color:#242424;
    font-family: 'Avenir Next LT Pro', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding:90px 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:#3fbf58;
    text-decoration: none;
}

.skip-link { display:none; }

h1, h2, h3, h4 {
    font-family: 'Futura Std';
    font-weight: 900;
    font-style: normal;
}

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

.varan-product strong {
    font-weight: 900;
    font-family: 'Futura Std';
}

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

.m0 {
    margin: 0;
}

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

.h20 { height:20px; }

.content-wrapper {
    width:100%;
    margin:0 auto;
}

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

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

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

header.header {
    position: fixed;
    width:100%;
    height:80px;
    box-shadow: 0 0 20px rgba(0,0,0,0.0);
    top: 0;
    left:0;
    border-bottom:1px solid transparent;
    background:rgba(255,255,255,0);
    z-index: 10;
    font-size: 17px;
    -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;
    z-index: 100;
}

header.header.scroll {
    border-bottom:1px solid #f8f8f8;
    background:rgba(255,255,255,0.9);
    box-shadow: 0 0 20px rgba(0,0,0,0.03);
}

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

header.header a span {
    color: #007dbe;
}

.hdr-logo {
    text-indent: 0px;
    margin: 20px 0;
    float: left;
    position: relative;
}

.hdr-logo a {
    color:#3fbf58 !important;
    text-transform: uppercase;
}


#nav-main {
    float:right;
    padding: 10px;
    line-height: 40px;
    margin-top: 10px;
    font-family: 'Futura Std';
    font-weight: 400;
}

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

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

#nav-main ul li a { 
    font-weight: 900;
    text-transform: uppercase;
}

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

#nav-main ul li.current_page_item:after, #nav-main ul li.current-menu-item:after {
    content: "";
    width:20px;
    height:2px;
    background:#3fbf58;
    position: absolute;
    bottom: 0px;
    left:calc(50% - 10px);
}

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

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

#nav-main ul li.lang-item a {
    color:#2d2d2d;
}

#nav-main ul li.lang-item a:hover {
    color:#3fbf58;
}

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

a.kaupanuna {
    color:#fff;
    background:#2697cc;
    padding:10px 20px;
    border-radius: 15px;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    margin-top: 5px;
    text-decoration: none;
}

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

.samfelasmidlar a {
    font-weight: 400;
}

    
.mymethod {
    background: #fdf8f8;
    width:100%;
    padding:60px 0;
    font-size: 24px;
}

.mymethod h2 {
    margin: 0 0 5px;
    font-size: 34px;
}

.mymethod h3 {
    margin: 0 0 5px;
    font-size: 24px;
}

.mymethod p {
    margin: 0 0 20px;
}

.mymethod .item {
    display: inline-block;
    width:calc(50% - 20px);
    margin:20px 20px 0px 0;
    padding: 0;
    vertical-align: top;
    font-size: 18px;
}

.mymethod .item:nth-child(2n) {
     margin:20px 0 0px 20px;
}

.testimonials {
    background: #fdf8f8;
    width:100%;
    padding:60px 0;
    font-size: 24px;
} 

.testimonials h2 {
    margin: 0 0 5px;
    font-size: 34px;
}

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

.vorur {
    width:100%;
    padding:10px 0;
    font-size: 18px;
    position: relative;
}

.vorur h2 {
    margin: 0 0 25px;
    font-size: 34px;
}

.vorur a.takki span:after { 
    content:"Yes!";
    position: absolute;
    color:#dfb0b2;
}

.verkupplysingar a.takki span:after { 
    content:"Check it!";
    position: absolute;
    color:#dfb0b2;
    right: -130px;
}


.egabestukonuiheimi {
    width:100%;
    padding:40px 0;
    font-size: 20px;
}

.egabestukonuiheimi h1.aboutme {
    font-size: 24px;
    margin: 0;
    color: #3fbf58;
    font-weight: 400;
}

.egabestukonuiheimi h2.aboutme {
    font-size: 40px;
    margin: 0;
}

.egabestukonuiheimi h4.aboutme {
    font-size: 24px;
    margin: 0 0 40px;
    color: #8e8e8e;
    font-weight: 400;
}

.egabestukonuiheimi h4.aboutme strong {
    color: #3fbf58;
}

.egabestukonuiheimi h2 {
    font-size: 34px;
}

article.varan {
    width:calc(25% - 4px);
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

article.varan .texti {
    width:calc(100% );
    padding:0 10px;
    text-align: center;
    font-size: 18px;
}

article.varan .texti p {
    margin: 0 0 30px;
}

article.varan .texti h3 {
    padding-top: 10px;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    float: left;
    width: 100%;
    text-align: center
}

article.varan .texti h3 a {
    text-decoration: none;
    color:#000;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

article.varan .texti h4 {
    font-weight: 400;
    margin: 5px 0;
    color:#f0cdcf;
    font-size: 28px;
    line-height: 1;
}

article.varan .texti h4 a { 
    text-decoration: none;
    font-weight: 400;
}

article.varan .texti h4 a span {
    color:#dfb0b2;
} 

.instagrammi {
    width:100%;
    padding:40px 0 0;
    font-size: 18px;
    max-width: 1800px;
    margin: 0 auto;
}

.instagrammi h2 {
    margin: 0 0 5px;
    font-size: 30px;
}

.instagrammi p {
    margin: 0 0 20px;
    font-size: 20px;
}

.instagrammi p a.takki { 
    margin-left: 5px; 
    font-size: 24px; 
    background-size: cover;
    padding: 0 8px;
} 

.instagrammi p a.takki:after { 
    left: -5px;
    height: 40px;
    top: -4px;
} 

.instagrammi p a.takki:hover::after {
    width: calc(100% + 16px);
}

.instagrammi p a.takki:before { 
    font-size: 24px; 
    height: 34px;
    width: 36px;
    background-size: cover;
    top: -8px;
    left: -8px;
} 

.instagrammi p a.takki:hover:before { 
    top: -3px;
    left: -3px;
}

.instagrammi p a.takki span:after { 
    content:"Do it!";
    position: absolute;
    right:-85px;
    color:#dfb0b2;
}

footer {
    width: 100%;
    float: left;
    min-height: 200px;
    background-image: url(../img/footer_back.png);
    background-position: 0 0 !important;
    background-size: auto 100% ;
    background-repeat: no-repeat !important;
    background-color: #00ae41;
    padding: 30px 0 40px;
    color:#f1f1f1;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: 50px;
}

footer a { 
    text-decoration: none;
    color:#b2e7c6;
}

footer a:hover { 
    color:#fff;
}

footer .item {
    width: calc(25% - 0px);
    float: left;
    padding:0px;
}

footer h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color:#fff;
    text-transform: uppercase;
}

/*#fff200*/

footer h4 {
    font-size: 18px;
    margin: 0 0 16px;
    font-style: normal;
    color:#8e8e8e;
    font-weight: 400;
}

footer #ta_menu {
    width: calc(25% - 0px);
    text-align: left;
    padding:0px 20px;
}

footer #ta_address {
    width: calc(25% - 0px);
    text-align: left;
    padding:0px 20px;
}

footer #ta_Getintouch {
    width: calc(25% - 0px);
    text-align: right;
}

footer #ta_Getintouch a {
    font-size: 22px;
    margin-left: 5px;
}

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

footer ul li {
    display: inline-block;
    margin-right: 5px;
    width:100%;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0px 0px 2px 0;
}

footer ul li a {
    font-size: 15px;
}

.ninetofive {
    padding-bottom: 60px;
}

.siteinfo {
    width:100%;
    clear: both;
    line-height: 32px;
    color:#232323;
    background:#fff;
    font-size: 13px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #eee;
}

.samfes {
    float:right;
}

.samfes a {
    color:#3fbf58;
    text-decoration: none;
    font-weight: 400;
}


#hamborgari {
    width: 36px;
    height: 40px;
    position: fixed;
    margin: 0px auto ;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    top: 20px;
    right:20px;
    z-index: 103;
    display: none;
}

#hamborgari span {
    display: block;
    position: absolute;
    height: 6px;
    width: 36px;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    top: 8px;
}

#hamborgari span:nth-child(1) {
    left: 0;
}

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

#hamborgari span:nth-child(3) {
    left: 0px;
    top: 26px;
    width: 36px;
}

#hamborgari.open span {
    background: #fff200;
}

#hamborgari.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
    left: 2px;
    width: 32px;
}

#hamborgari.open span:nth-child(2) {
    background: #232323;
    width:0;
    left: 15px;
}

#hamborgari.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 2px;
    width: 32px;
}

.overlayfix {
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    width:0px;
    height: 0px;
    background: rgba(255,255,255,0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    text-align: left;
    left: 0;
    top:0;
}

.overlayfix.open {
    width:100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100); 
    z-index: 101;
}

.menu {
    width: 100%;
    height: 100%;
    background:#00ae41;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -2;
    position: relative
}


.menu.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100); 
    color:#dfb0b2;
    z-index: 102;
}

.menu ul {
    display: none;
    -webkit-transition: .30s ease-in-out;
    -moz-transition: .30s ease-in-out;
    -o-transition: .30s ease-in-out;
    transition: .30s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0); 
}

.menu.open ul {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100); 
}

.menu ul {
    position: absolute;
    top: 110px;
    left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: calc(100% - 40px);
}

.menu ul li {
    margin: 10px 0;
}

.menu ul li.lang-item {
    display: none;
}

.menu ul li a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.menu .socialicons {
    width:100%;
    margin-top: 20px;
    color: #dfb0b2;
}

.menu .socialicons a {
    font-size: 20px;
    font-weight: 400;
}

.sambandsupp {
    position: absolute;
    bottom: 100px;
    left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: calc(100% - 40px);
    color:#fff;
    line-height: 1.4;
}

.sambandsupp h3 { margin-bottom: 0px; }

.sambandsupp a {
    color:#fff; 
}

.page-head {
    width:100%;
    padding: 0px;
}

.varan.varan-post ul, .varan.varan-product ul  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    
}

.varan.varan-post ul li, .varan.varan-product ul li {
    display: inline-block;
}

.tagid {
    padding: 3px 8px;
    background: rgba(190,50,57,0.03);
    display: inline-block;
    border: 1px solid rgba(190,50,57,0.1);
    border-radius: 4px 11px 5px 10px;
    margin: 0 3px 5px 0;
    font-weight: 400;
    text-decoration:none;
    color:rgba(190,50,57,0.8);
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    
}

.tagid:hover {
    color:rgba(190,50,57,1);
    background: rgba(190,50,57,0.1);
    border: 1px solid rgba(190,50,57,0.2);
    border-radius: 11px 4px 10px 5px;
}

.page-head .tagid { 
    font-size: 20px;
    background: rgba(255,255,255,0.7);
}

.page-head .tagid:hover {
    background: rgba(255,255,255,0.9);
}

.experience {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}
 
.experience li {
    padding: 3px 8px;
    background:#fff;
    display: inline-block;
    border: 1px solid #f1cece;
    border-radius: 11px 4px 10px 5px;
    margin: 0 3px 5px 0;
    font-weight: 400;
    font-size: 16px;
    text-decoration:none;
    color:#8d4242;
    -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;
}

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

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

.article-content.with-sidekick {
    width:calc(100% - 450px);
    display: inline-block;
}

.sidekick {
    width:400px;
    margin-left:25px;
    padding-left:25px;
    min-height: 300px;
    float: right;
    border-left: 1px dotted #f1cece;
}

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

.sidekick h2 {
    font-size: 24px;
    color:#3fbf58;
    position: relative;
    font-weight: 400;
}

.sidekick h2:after {
    position: absolute;
    content: "";
    left:-26px;
    width:1px;
    height:100%;
    background:#3fbf58;
    top: 3px;
}

.sidekick h3 {
    font-size: 20px;
    position: relative;
}

.sidekick h3:after {
    position: absolute;
    content: "";
    left:-26px;
    width:1px;
    height:20px;
    background:#3fbf58;
    top: 3px;
}

.employment_item {
    padding-left: 20px;
    border-left: 1px dotted #f1cece;
    margin-bottom: 40px;
}

.employment_item h3 { 
    font-size: 24px;
    margin: 0;
    position: relative;
}

.employment_item h3:before { 
    position: absolute;
    height: 24px;
    width: 1px;
    content: "";
    top: 5px;
    left:-21px;
    background:#3fbf58;
} 

.employment_item h4 { 
    font-size: 18px;
    margin: 0px;
    color:#8e8e8e;
    font-weight: 400;
}

.employment_item .jobtitle { 
    font-size: 20px;
    margin: 0 0 10px;
    color:#3fbf58;
}

.vara {
    width: 100%;
    max-width: 400px;
    position: relative;
    float: left;
}

.vara_mynd {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.varastort {
    width: 100%;
    max-width: 480px;
    position: relative;
    float: right;
}

.varastort_mynd {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 88% 0 0 0; 
    float: right;
}

.vara-mask {
    -webkit-mask-image: url(../img/verk_maski_5.svg); 
    mask-image: url(../img/verk_maski_5.svg);
    webkit-mask-image: url(../img/verk_maski_5.svg);
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 93%;
    mask-size: 93%;
    webkit-mask-size: 93%;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}

.varastort.bob .vara-mask {
    -webkit-mask-image: url(../img/verk_maski_4.svg);
    mask-image: url(../img/verk_maski_4.svg);
    webkit-mask-image: url(../img/verk_maski_4.svg);
}

.varastort.grat .vara-mask {
    -webkit-mask-image: url(../img/verk_maski_3.svg);
    mask-image: url(../img/verk_maski_3.svg);
    webkit-mask-image: url(../img/verk_maski_3.svg);
}

.varastort.bill .vara-mask {
    -webkit-mask-image: url(../img/verk_maski_2.svg);
    mask-image: url(../img/verk_maski_2.svg);
    webkit-mask-image: url(../img/verk_maski_2.svg);
}

.varastort.emmett .vara-mask {
    -webkit-mask-image: url(../img/verk_maski_1.svg);
    mask-image: url(../img/verk_maski_1.svg);
    webkit-mask-image: url(../img/verk_maski_1.svg);
}

.mask-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.varastort:before { 
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/verk_maski_1.svg);
    background-repeat: no-repeat;
    background-size: 83% auto;
    background-position: center;
    opacity: 0.3;
}

.varastort.bob:before { 
    background-image: url(../img/verk_maski_2.svg);
}

.varastort.grat:before { 
    background-image: url(../img/verk_maski_4.svg);
}

.varastort.bill:before { 
    background-image: url(../img/verk_maski_3.svg);
}

.varastort.emmett:before { 
    background-image: url(../img/verk_maski_5.svg);
}

.verfkefni_vafri {
    width:100%;
    height: auto;
    padding: 20
}

/* The browser window */
.verfkefni_vafri {
  border: 3px solid #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Container for columns and the top "toolbar" */
.row {
  padding: 10px;
  background: #f1f1f1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
}

.left {
  width: 15%;
}

.right {
  width: 10%;
}

.middle {
  width: 75%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

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

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

/* Three bars (hamburger menu) */
.bar {
  width: 17px;
  height: 3px;
  background-color: #aaa;
  margin: 3px 0;
  display: block;
}

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

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


aside .adalmynd {
   width: 309px;
    height: 282px;
    background:url(../img/gre_profile.png);
    position: relative;
    background-size: cover;
}

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

.page-id-7 .page-head h1, .page-id-9 .page-head h1  {
	font-size: 34px;
    margin-bottom: 5px;
}

.page-id-7 .page-head h3, .page-id-9 .page-head h3  {
	font-size: 24px;
    margin: 0px;
    font-weight: 400;
}

.page-id-7 .article-body h2, .page-id-9 .article-body h2  {
    margin: 0;
    font-size: 34px;
}

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

.vara_safn {
    width:100%;
    clear: both;
    margin: 40px auto 20px;
}

.vara_safn .alpha {
    width:calc(70% - 30px);
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 13px 0;
    background:#f5e7e8;
    margin: 0 30px 30px 10px;
}

.vara_safn .alpha img {
    position: relative;
    width:100%;
    height: auto;
    border:1px solid #e6b5b9;
    margin: -10px 0 0 -10px;
}

.vara_safn .delta {
    width:calc(30% - 30px);
    display: inline-block;
    vertical-align: bottom;
    padding-left: 40px;
}

.mynd_2, .mynd_3 {
    position: relative;
    width:100%;
    height: auto;
    padding: 0 10px 13px 0;
    background:#f5e7e8;
    margin: 0 30px 30px 0;
}

.mynd_2 img, .mynd_3 img { 
    border:1px solid #e6b5b9;
    margin: -10px 0 0 -10px;
}

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

h3.extrainfo {
    margin: 20px 0 0px;
    font-size: 24px;
    color: #dfb0b2;
}

div.line {
    width:100%;
    clear: both;
    float: left;
    margin: 5px 0 3px;
}

h2.adal {
    margin: 50px 0 0px;
    text-align: left;
    font-size: 34px;
    line-height: 1.2;
    padding:0 50px 10px 0;
    position: relative;
    width: calc(100% - 480px);
    display: inline-block;
}

h2.adal span {
    clear: both;
    display: block;
    font-size: 28px;
}

h2.flokkar {
    font-size: 30px;
    margin-top: 30px;
    color:#3fbf58;
    text-align: left;
    text-transform: uppercase;
}

h2.flokkar span { color:#000; }

div.line strong { color:#bbbbbb; font-family: 'Oswald', sans-serif; }

div.line.verd { font-size: 20px; font-family: 'Oswald', sans-serif;font-weight: 400;margin-top: 0px;color:#3fbf58;  } 

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

h3.instagram {
    text-align: center;
    font-size: 26px;
    margin-bottom: 60px;
}

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

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

.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: 500px !important;
    margin-bottom: 0px !important;
    overflow: hidden !important;
    position: relative !important;
}


.woocommerce-product-gallery__image {
    height: 500px !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;
}

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

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

vinsaelustu

.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: 'Catamaran', sans-serif;
    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;
}

h3.merki {
    font-family: 'OnlyYouProBold';
    font-weight: normal;
    font-size: 52px;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    line-height: 0.5;
}

.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: absolute;
    top:212px;
    text-align: center;
    width: 100%;
    left: 0;
}

.loop {
    width: 100%;
}

.product_meta {
    display: none;
}

.woocommerce .woocommerce-breadcrumb {
    color: #e8bfbd !important;
    font-size: 16px !important;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #8C8C8C !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: sans-serif;
	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: #028332 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #00ae41 !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: #00ae41 !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:#fff200 !important;
}

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

.woocommerce a.remove {
    color:#fff200 !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: 'Oswald', sans-serif;
    font-weight: 700;
    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: 'Oswald', sans-serif;
    font-weight: 700;
}

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

#mobilemenu li.lang-item-en { margin-right: 10px; }

#mobilemenu li.lang-item-en:before {
    content: "|";
    position: absolute;
    top: 3px;
    left: -15px;
    color: #dedede;
}

#mobilemenu li.current-lang {
    font-family: 'Oswald', sans-serif;
}

#mobilemenu li a { 
    color:#afafaf;
    font-size: 20px;
    line-height: 24px;
}

#mobilemenu li.current-lang a { 
    color:#232323;
}

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

.entry-summary .product_title {display: none; }
.entry-summary .vorunafn {font-size: 40px;margin-bottom: 5px; }

p.price  {display: none; }
.voruverd p.price  {display: block; }

.lang-item:after {
    display: none;
}

.lang-item {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.lang-item.current-lang  { 
    font-family: 'Oswald', sans-serif;
    color:#242424 !important; 
}

.lang-item.current-lang a {
    color:#242424 !important; 
} 

.menu-item-128-is:before, .menu-item-129-is:before {
    color: #fff !important;
    
}
#nav-main ul li:last-child:before {
    display: none;
}

#ta_menu li.lang-item {
    display: none;
}

a.menu-item.cart-contents {
    color:#242424 !important; 
} 

.article-body strong {
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 600;
}

.estimated {
    display: block;
    font-size: 15px;
    color:#999;
}

.vorur_fordsida {
    height: 360px;
    width: 480px;
    display: inline-block;
    vertical-align: middle;
    margin: 50px 0 0;
}

.vorur_fordsida .eitt {
    width: 105px;
    height: 232px;
    display: inline-block;
    vertical-align:middle;
    margin-right:5px;
    background-image: url(https://purelabs.is/wp-content/uploads/2021/04/SprotiHudOlia.png);
    background-size: cover;
}
.vorur_fordsida .tvo {
    width:115px;
    height:310px;
    display: inline-block;
    vertical-align:middle;
    margin-right:5px;
    background-image: url(https://purelabs.is/wp-content/uploads/2021/04/SprotiBodyLotion.png);
    background-size: cover;
    background-position: center;
 }
 .vorur_fordsida .thrju {
    width: 125px;
    height: 315px;
    display: inline-block;
    vertical-align:middle;
    margin-right:5px;
    background-image: url(https://purelabs.is/wp-content/uploads/2021/04/SprotiAndlitsKrem.png);
    background-size: cover;
    background-position: center;
 }
 .vorur_fordsida .fjorir {
    width: 105px;
    height: 235px;
    display: inline-block;
    vertical-align:middle;
    background-image: url(https://purelabs.is/wp-content/uploads/2021/04/SprotiSerum.png);
    background-size: cover;
    background-position: center;
 }
