/*
Theme Name: Norway Omega
Theme URI: https://partners.norwayomega.com/
Author: Gyorgy Forizs
Author URI: http://fgygraphics.com
Description: Bespoke theme created for Norway Omega
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@font-face {
	font-family: 'globerregular';
	src: url('fonts/GloberRegular.woff') format('woff');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century_gothicbold';
    src: url('fonts/gothicb-webfont.eot');
    src: url('fonts/gothicb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothicb-webfont.woff2') format('woff2'),
         url('fonts/gothicb-webfont.woff') format('woff'),
         url('fonts/gothicb-webfont.ttf') format('truetype'),
         url('fonts/gothicb-webfont.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'century_gothicregular';
    src: url('fonts/century_gothic-webfont.eot');
    src: url('fonts/century_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/century_gothic-webfont.woff2') format('woff2'),
         url('fonts/century_gothic-webfont.woff') format('woff'),
         url('fonts/century_gothic-webfont.ttf') format('truetype'),
         url('fonts/century_gothic-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*Reset CSS*/
fieldset, legend {
    border: 0;
    padding: 0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
:focus, a:active, a:hover {
    outline: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	 
}

body *:not(.fa) {
	font-family: 'century_gothicregular';
	font-weight: normal;
}
body strong:not(.fa) {
	font-family: 'century_gothicbold';
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
-webkit-appearance:none;
-moz-appearance:none
}
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
a:focus {
    outline: dotted thin
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}
figure, form {
    margin: 0
}
legend {
    white-space: normal
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}
button, input {
    line-height: normal
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
button, html, input, select, textarea {
    color: #222
}
::-moz-selection {
background:#b3d4fc;
text-shadow:none
}
::selection {
    background: #b3d4fc;
    text-shadow: none
}
fieldset {
    margin: 0
}
.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}
body, html {
    padding: 0;
    margin: 0
}
a {
	outline:none;
}
/*RESET DONE*/
* {
    box-sizing: border-box;
}
.site-content {
	width:100%; 
}
body, input, textarea, select {
    color: #060C47;
}
sup {
    font-size: .7em!important;
    top: 0px!important;
    vertical-align: super;
    line-height: 1px;
}
.budgeCounter > p {
    font-size: 9px;
    line-height: normal;
}
header, footer, section, div#contentbody {
    position: relative;
    float: left;
    width: 100%;
}
div.row, .sliderS1 .flexslider .slides li .slideBody .slide_copy {
    margin: 0 auto;
    max-width: 1130px;
    width: 80%;
}
div.row-wide {
    margin: 0 auto;
    max-width: 1800px;
    width: 90%;
}
div.scroll_target {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -100px;
    margin-bottom: 100px;
}
.padding {
    padding: 10px;
}
.padding-v {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-h {
    padding-left: 20px;
    padding-right: 20px;
}
div.cb {
    padding: 10px;
}
.relative {
    position: relative;
}
.left {
    float: left;
}
.right {
    float: right;
}
a {
    color: #98733b;
    text-decoration: none;
}
a.shipping-calculator-button, a.woocommerce-terms-and-conditions-link, a.showcoupon, .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    text-transform: uppercase;
}
/*Header styling*/

header {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.inPage header {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}
header .homeLogo img {
    height: 92px;
    margin-bottom: 4px;
}
header nav {
    float: right;
    margin-top: 32px;
}
header nav ul.menu {
}
header nav ul.menu li {
    float: left;
    margin-left: 5px;
}
header nav ul.menu li.menu-item-type-custom img {
    margin-top: -4px
}
header nav ul.menu li .myaccounimg {
    margin-top: -4px;
}
header nav ul.menu li.festi-cart-menu-item {
    margin-left: 15px;
}
header nav ul.menu li a {
    padding: 10px;
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    color:  #060C47;
    font-size: 14px;
    position: relative;
	outline: none;	
}
header nav ul.menu li.current_page_item a {
	color:  #AF1817;
}
header nav ul.menu li a:after {
    content: '';
    position: absolute;
    top: 28px;
    left: 10px;
    width: 0px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-bottom: solid 1px #AF1817;
}
header nav ul.menu li.current_page_item a:after {
   /* width: calc(100% - 20px);*/
}
header nav ul.menu li a:hover:after {
    width: calc(100% - 20px);
}
#content.site-content {
    padding-top: 92px;
	    overflow: hidden;
}
/*The grid*/
.grid_12, .grid_9, .grid_8, .grid_6, .grid_4, .grid_3, .grid_2 {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}
.right {
    float: right;
}
.left {
    float: left;
}
.grid_12 {
    width: 100%;
}
.grid_9 {
    width: 75%;
}
.grid_8 {
    width: 66.66%;
}
.grid_7 {
    width: 60%;
}
.grid_6 {
    width: 50%;
}
.grid_5 {
    width: 40%;
}
.grid_4 {
    width: 33.33%;
}
.grid_3 {
    width: 25%;
}
.grid_2 {
    width: 16.66%
}
.inner_container {
    position: relative;
    float: left;
    width: 100%;
}
.borderedContent .inner_container {
    width: calc(100% - 40px);
    margin-left: 20px;
    border: solid 1px #98733b;
    padding: 10px;
}
/*Headers*/

.borderTop {
    border-top: solid 1px #545757;
}
.borderBottom {
    border-bottom: solid 1px #545757;
}
h1, h2, h3, h4, h5, h6 {
    color: #060c47;   
	line-height: 1.1;
	font-family:"century_gothicregular"!important;
}
h1.lCase, h2.lCase, h3.lCase, h4.lCase, h5.lCase, h6.lCase {
    text-transform: none;
}
h1, h2.pageTitle {
    font-size: 36px;
	text-transform: uppercase;
}
h2 {
    font-size: 30px;
	text-transform: uppercase;
}
h8 {
    font-style: italic;
    font-family: serif;
    width: 100%;
    display: block;
    font-size: 18px;
}
.home h1 {
    font-size: 40px;
    letter-spacing: 0.5px;
}
.home h2 {
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 36px;
}
h3 {
    font-size: 22px;
    line-height: 29px;
	text-transform: uppercase;
}
h4 {
    font-size: 20px;
    line-height: 27px;
}
h5 {
    font-weight: bold;
}
p, h5 {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -.1px;
}
.entry-content p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h5 .entry-content h6 {
    margin-bottom: 15px;
    margin-top: 5px;
}
.entry-content .wp-caption img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.entry-content .wp-caption {
    font-size: 12px;
    line-height: 20px;
}
.entry-content h2 {
    font-size: 30px;
}
.entry-content h3 {
    font-size: 25px;
}
.entry-content h4 {
    font-size: 20px;
}
.entry-content h5 {
    font-size: 17px;
}
.entry-content h6 {
    font-size: 14px;
}
.wp-caption {
    max-width: 96%;
    margin-bottom: 10px;
    padding: 8px;
    padding-top: 4px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    text-align: center;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100%;
    height: auto;
}
.yarpp-related .yarpp-thumbnail-title {
    text-align: left!important;
    font-weight: 500!important;
    text-decoration: none!important;
    font-size: 14px!important;
    line-height: 18px!important;
}
.yarpp-related {
    text-align: center;
}
.yarpp-thumbnail {
    height: 200px!important;
    border: none!important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    overflow: visible;
    text-transform: uppercase;
}
.wp-caption p {
    margin: 0px;
}
.post_thumb_container img {
    width: 100%;
    height: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.wp-caption.alignright {
    margin: 0 0 20px 30px;
}
nav.navigation.post-navigation {
    display: none;
}
strong {
    font-weight: bold;
}
/*Colours*/
.col_default {
    color: #626262;
}
.col_gold {
    color: #98733b;
}
.col_blue {
    color: #060c47;
}
.col_feature, .col_gold {
     color: #060c47;
}
h2.col_feature, h1.col_gold {
    font-size: 60px;
	line-height: 70px;
	font-family: 'century_gothicbold'!important;
}
/*Text*/
.txtleft {
    text-align: left;
}
.txtcenter {
    text-align: center;
}
.txtright {
    text-align: right;
}
/*Margin*/
.margin-bottom {
    margin-bottom: 20px;
}
.margin-top {
    margin-top: 20px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], select, .woocommerce form.checkout .form-row .input-text, .select2-container .select2-selection--single .select2-selection__rendered, #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea, .woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    font-size: 17px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-radius: 3px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
}
#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea, .woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    padding: 10px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
    color: #515151;
    border: solid 2px #dfdcde;
    border-radius: 3px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}
/*Slider Module*/
.sliderS1 {
}
.sliderS1 .flexslider {
    margin: 0px;
    border: 0px;
    z-index: 0;
    margin-bottom: 1%;
}
.sliderS1 .flexslider .slides li .slideBody {
    position: relative;
    float: left;
    width: 100%;
    height: 0px;
    padding-top: 18%;
    padding-bottom: 18%;
    overflow: hidden;
}
.sliderS1 .flexslider .slides li .slideBody .imgAlign, .sliderS1 .flexslider .slides li.flex-active-slide .slideBody.zoomOut .imgAlign {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transition: all 15s linear;
    -moz-transition: all 15s linear;
    -o-transition: all 15s linear;
    transition: all 15s linear;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sliderS1 .flexslider .slides li .slideBody img.background {
    position: relative;
    -webkit-transition: all 15s linear;
    -moz-transition: all 15s linear;
    -o-transition: all 15s linear;
    transition: all 15s linear;
    z-index: 0;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sliderS1 .flexslider .slides li.flex-active-slide img.background {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.Top .imgAlign, .sliderS1 .flexslider .slides li .slideBody.Top.zoomOut .imgAlign {
    -webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -o-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.Bottom .imgAlign, .sliderS1 .flexslider .slides li .slideBody.Bottom.zoomOut .imgAlign {
    -webkit-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.Left .imgAlign, .sliderS1 .flexslider .slides li .slideBody.Left.zoomOut .imgAlign {
    -webkit-transform: translate(-45%, -50%);
    -moz-transform: translate(-45%, -50%);
    -o-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.Right .imgAlign, .sliderS1 .flexslider .slides li .slideBody.Right.zoomOut .imgAlign {
    -webkit-transform: translate(-55%, -50%);
    -moz-transform: translate(-55%, -50%);
    -o-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.TopLeft .imgAlign, .sliderS1 .flexslider .slides li .slideBody.TopLeft.zoomOut .imgAlign {
    -webkit-transform: translate(-45%, -45%);
    -moz-transform: translate(-45%, -45%);
    -o-transform: translate(-45%, -45%);
    transform: translate(-45%, -45%);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.TopRight .imgAlign, .sliderS1 .flexslider .slides li .slideBody.TopRight.zoomOut .imgAlign {
    -webkit-transform: translate(-55%, -45%);
    -moz-transform: translate(-55%, -45%);
    -o-transform: translate(-55%, -45%);
    transform: translate(-55%, -45%);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.BottomLeft .imgAlign, .sliderS1 .flexslider .slides li .slideBody.BottomLeft.zoomOut .imgAlign {
    -webkit-transform: translate(-45%, -55%);
    -moz-transform: translate(-45%, -55%);
    -o-transform: translate(-45%, -55%);
    transform: translate(-45%, -55%);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.BottomRight .imgAlign, .sliderS1 .flexslider .slides li .slideBody.BottomRight.zoomOut .imgAlign {
    -webkit-transform: translate(-55%, -55%);
    -moz-transform: translate(-55%, -55%);
    -o-transform: translate(-55%, -55%);
    transform: translate(-55%, -55%);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.BottomRight.zoomOut .imgAlign, .sliderS1 .flexslider .slides li.flex-active-slide .slideBody.BottomLeft.zoomOut .imgAlign, .sliderS1 .flexslider .slides li.flex-active-slide .slideBody.TopRight.zoomOut .imgAlign, .sliderS1 .flexslider .slides li.flex-active-slide .slideBody.TopLeft.zoomOut .imgAlign, .sliderS1 .flexslider .slides li.flex-active-slide .slideBody.Right.zoomOut .imgAlign, .sliderS1 .flexslider .slides li.flex-active-slide .slideBody.Left.zoomOut .imgAlign, .sliderS1 .flexslider .slides li.flex-active-slide .slideBody.Bottom.zoomOut .imgAlign, .sliderS1 .flexslider .slides li.flex-active-slide .slideBody.Top.zoomOut .imgAlign {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sliderS1 .flexslider .slides li .slideBody.zoomOut img.background {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody.zoomOut img.background {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sliderS1 .flexslider .flex-direction-nav {
    display: none!important;
}
@keyframes fade {
 0% {
opacity:0;
}
 20% {
opacity:0;
}
 40% {
opacity:1;
}
 80% {
opacity:1;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes fade {
 0% {
opacity:0;
}
 20% {
opacity:0;
}
 40% {
opacity:1;
}
 80% {
opacity:1;
}
 100% {
opacity:1;
}
}
.flexslider .slides > li {
    padding: 0px;
}
.flexslider .slides > li:before {
    display: none!important;
}
.flexslider .slides {
    padding-bottom: 0px!important;
}
.sliderS1 .flexslider .slides li .slideBody .slide_copy {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 6%;
    opacity: 1;
}
.sliderS1 .flexslider .slides li.flex-active-slide .slideBody .slide_copy {
    -webkit-animation: 10s ease 0s normal forwards 1 fade;
    animation: 10s ease 0s normal forwards 1 fade;
}
.sliderS1 .flexslider .slides li .slideBody .slide_copy h1 {
    font-family: 'century_gothicbold'!important;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    line-height: 90px;
}

@media only screen and (max-width: 1800px) {
.sliderS1 .flexslider .slides li .slideBody .slide_copy h1 {
    line-height: calc(100vw / 19);
    font-size: calc(100vw / 20);
}
}
.sliderS1 .flexslider .slides li .slideBody .slide_copy .ctabutton {
    display: inline-block;
    padding: 10px;
    background: #fff;
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 2px;
    color: #98733b;
}
.sliderS1 .flexslider .slide_feature_img {
    position: absolute;
    top: 7%;
    left: 73.5%;
    width: 22%;
    text-align: center;
}
.sliderS1 .flexslider .slide_feature_img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: inline-block;
}
.sliderS1 .flexslider .slides li.flex-active-slide .slide_feature_img {
    -webkit-animation: 10s ease 0s normal forwards 1 fade;
    animation: 10s ease 0s normal forwards 1 fade;
}
/*Footer*/
footer {
    background-color: #f5f5f5;
    padding-top: 40px;
    margin-top: 40px;
}
footer .footer_container {
    margin-right: 7%;
}
footer .footer_container.cont4 {
    margin-right: 0px;
}
footer .footer_container h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 8px;
    color: rgb(165,152,135);
}
footer .footer_container ul {
}
footer .footer_container ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 5px;
}
footer .footer_container ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    border-width: 3px;
    border-style: solid;
    content: "";
    border-color: rgb(165,152,135);
	border-radius:20px;
}
footer .footer_container ul li a {
    color: rgb(165,152,135);
    font-size: 14px;
    display: inline-block;
    padding-top: 5px;
    text-decoration: none;
	text-transform: uppercase;
}
footer .footer_container.cont3 img {
    height: 94px;
    margin-right: 10px;
}
footer .footer_container.cont4 img {
}
footer .footer_container.cont4 .social {
    white-space: nowrap;
    margin-bottom: 20px;
}
footer .footer_container.cont4 .social_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 12px;
    text-align: center;
    background: rgb(165,152,135);
    color: #f5f5f5;
    font-size: 16px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
footer .footer_container.cont4 .social_icon:hover {
    background: #a0a0a0;
}
footer .footer_container.cont4 .social_icon:last-child {
    margin-right: 0px;
}
footer .footer_container.cont4 .social_icon .fa {
}
footer .footer_copyright {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: rgb(165,152,135);
}
/* Homepage products */
.wcps-container .wcps-items {
    margin: 0!important;
}
.wcps-items .layer-content {
    text-align: center;
    z-index: 1;
    position: relative;
    padding: 5px 10px;
}
.wcps-items .wcps-items-title {
    text-align: center;
    display: inline;
    line-height: 1;
    position: relative;
    z-index: 99;
    padding: 0;
    text-transform: uppercase;  
	margin-bottom:3px;
}
.wcps-container-3965 .wcps-items-price {
    display: inline-block;
    position: relative;
    padding-left: 4px !important;
    line-height: 1;
    font-size: 0 !important;
}
.home .wcps-container-3965 .wcps-items-price span {
    font-size: 18px !important;
}
.wcps-container-3965 .wcps-items-price:before {
    content: '– ';
    font-size: 18px !important;
}
.wcps-container .wcps-items-title a {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    line-height: 18px;
}
.wcps-container .wcps-items-excerpt {
    font-size: 14px;
    padding: 10px 12px;
    text-align: left;
    line-height: 20px;
    height: 73px;
	margin-bottom: 4px;
	overflow: hidden;
}
.wcps-container .wcps-items div.wcps-items-price {
    padding: 2px 12px;
}
.woocommerce a.button, .woocommerce div.product form.cart .button, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, #contactform .submit-container input, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .page-template-page_builder a.shop-now-image .button {
    position: relative;
    border: 2px solid;
    font-size: 16px!important;
    background: #11377e!important;
    border-width: 0px!important;
    border-radius: 0px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff!important;
    padding: 10px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    line-height: 18px;
}
.owl-item .wcps-items-excerpt p {
    font-size: 14px;
    line-height: 20px;
}
.wcps-container .owl-nav.middle-fixed .owl-prev {
    position: absolute;
    top: -10px;
    left: -70px;
    width: 100px;
    height: 70px;
    padding: 0;
    transition: all .6s ease 0s;
    border: none;
    border-radius: 50%;
    background: url(/wp-content/uploads/2017/08/prev-2.png) no-repeat scroll 10px 14px;
    background-position: 70% 70%!important;
    background-size: contain!important;
    box-shadow: none!important;
}
.wcps-container .owl-nav.middle-fixed .owl-next {
    position: absolute;
    top: -10px;
    right: -70px!important;
    width: 100px; 
    height: 70px;
    padding: 0;
    transition: all .6s ease 0s;
    border: none;
    border-radius: 50%;
    background: url(/wp-content/uploads/2017/08/next-2.png) no-repeat scroll 10px 14px;
    background-position: 50% 50%!important;
    background-size: contain!important;
    box-shadow: none!important;
}
.wcps-container:hover .owl-nav.middle-fixed .owl-prev {
    left: -70px!important;
}
.wcps-container {
    margin-bottom: 3%;
}
/* Content Deafults */

img.block-image {
    max-width: 100%;
    margin-bottom: 20px;
}
.pageTitle {
    padding-top: 70px;
    text-transform: uppercase;
}
.pageTitle:after {
    content: '';
    display: block;
    border-bottom: solid 1px #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-template-page_builder section h2 {
    padding-bottom: 20px;
	line-height: 1.2;
}
.page-template-page_builder section h2 * {	
}
.page-template-page_builder section h3 {
    padding-bottom: 20px;
}
.page-template-page_builder section.borderedContent h3 {
    padding-bottom: 10px;
}
.page-template-page_builder section.borderedContent p:last-child {
    padding-bottom: 0px;
}
.page-template-page_builder section p {
    padding-bottom: 10px;
}
.page-template-page_builder section p + h2, .page-template-page_builder section p + h3, .page-template-page_builder section ul + h2, .page-template-page_builder section ul + h3 {
    padding-top: 15px;
}
.page-template-page_builder section.borderedContent p + h3 {
    padding-top: 15px;
}
.page-template-page_builder section ul, .entry-content ul {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 30px;
}
.page-template-page_builder section ul li, .entry-content ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
}
.page-template-page_builder section ul li:before, .entry-content ul li:before {
    position: absolute;
    top: 0.5em;
    left: 0;
    border-width: 5px;
    border-style: solid;
    content: "";
    border-color: #060c47;
	border-radius:20px;
}
.woocommerce ul.order_details li:before {
	display:none;
}

.page-template-page_builder section a {
    color:  #af1917;;
    text-decoration: none;
    font-size: 17px;
    line-height: 19px;
}
.page-template-page_builder section a.shop-now-image {
   display: block;
	text-align: center;
}
.page-template-page_builder section a.shop-now-image .button {
    margin-top: 0px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.noPaddingBottom {
    padding-bottom: 0px!important;
}
.noPaddingTop {
    padding-top: 0px!important;
}
.extraPaddingBottom {
    padding-bottom: 50px!important;
}
.extraPaddingTop {
    padding-top: 47px!important;
}

.page-template-page_builder a.shop-now-image img {
	margin-bottom:-10px;
	    margin-top: -35px;
}
.page-template-page_builder .listBox {
    border: solid 1px #af1917;
    padding: 27px;
	border-radius:15px;
}
.page-template-page_builder .listBox ul {
    padding-bottom: 0px;
}
.page-template-page_builder .listBox h5 {
    margin-bottom: 20px;
}
.section_link {
    color: inherit!important;
    text-decoration: none!important;
}
/*Cart */
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 140px;
    box-shadow: none;
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce table.shop_table.cart {
    text-transform: uppercase;
    margin-top: -2%;
}
.woocommerce table.shop_table td {
    border-top: solid 1px #636363;
}
.woocommerce table.shop_table .woocommerce table.shop_table.cart th {
    border-bottom: solid 2px #636363;
}
.woocommerce table.shop_table.cart thead tr {
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #636363;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #98733b;
    margin-bottom: 15px;
}
.woocommerce-cart .woocommerce table.shop_table.cart td.actions #coupon_code {
    background-color: #f5f5f5!important;
    border-bottom-style: solid;
    border-bottom-width: 1px!important;
    border-left-style: solid;
    border-left-width: 1px!important;
    border-right-style: solid;
    border-right-width: 1px!important;
    border-style: solid!important;
    border-top-style: solid;
    border-top-width: 1px!important;
    border-width: 1px;
    border-radius: 2px!important;
    color: #545757!important;
    font-size: 16px!important;
    height: 37px;
    text-transform: uppercase;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 150px!important;
    margin-right: 10px;
    padding: 6px 12px;
}
.woocommerce table.shop_table td {
    padding: 11px 12px;
}
.woocommerce-cart .woocommerce table.shop_table.cart div.quantity input.qty {
    background-color: #ffffff!important;
    border-bottom-style: solid;
    border-bottom-width: 1px!important;
    border-color: #545757!important;
    border-left-style: solid;
    border-left-width: 1px!important;
    border-right-style: solid;
    border-right-width: 1px!important;
    border-style: solid!important;
    border-top-style: solid;
    border-top-width: 1px!important;
    border-width: 1px;
    color: #545757!important;
    font-size: 14px!important;
    height: 37px;
    border-radius: 3px!important;
}
/*Shop*/
.woocommerce-result-count, .woocommerce-ordering {
    display: none;
}
.woocommerce .products {
    position: relative;
    float: left;
    width: 100%;
	display: flex;
        flex-wrap: wrap;
    justify-content: space-around;
}
.up-sells.products li {
    display: none;
}
.up-sells.products li:nth-child(1), .up-sells.products li:nth-child(2) {
    display: block;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 50%;
    margin: 0px;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0.5%;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
	    outline: none;
	text-align:center;
	margin-bottom: 1.5rem;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.woocommerce .products li a.woocommerce-LoopProduct-link {
    color: #545757!important;
    font-size: 14px;
    line-height: 19px;
}
.woocommerce .products li a.woocommerce-LoopProduct-link:after {
    content: '';
    display: block;
}
.woocommerce .products li a.woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
    width: 48%;
    height: auto;
    border: solid 1px rgba(152, 115, 59, .2);
    margin-right: 4%;
    margin-bottom: 0px;
}
.woocommerce .products li a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
}
.woocommerce .products li a.woocommerce-LoopProduct-link .woocommerce-loop-product__title span, .woocommerce .single-product .entry-title span {
    font-weight: 700;
    font-size: 19px;
    line-height: 1em;
    text-transform: uppercase;
    color: #060c47;
    padding: 0px;
    padding-bottom: 3px;
    display: block;
    margin-bottom: -6px;
    padding-top: 2px;
}
.woocommerce .products li a.woocommerce-LoopProduct-link .woocommerce-loop-product__title, .woocommerce .products li a.woocommerce-LoopProduct-link .price, .woocommerce .single-product .summary.entry-summary .entry-title, .woocommerce .single-product .summary.entry-summary .price {
    font-weight: 700;
    font-size: 17px;
    color: #545757;
    line-height: 1.2em;
    margin-bottom: 14px;
    display: inline;
}
.woocommerce .products li a.woocommerce-LoopProduct-link .price:before, .woocommerce .single-product .summary.entry-summary .price:before {
    content: ' - ';
}
.woocommerce .products li a.woocommerce-LoopProduct-link p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 50px;
	padding-left: 52%;
}
.woocommerce .products li a.add_to_cart_button,
.woocommerce .products li a.product_type_variable {
    position: absolute;
    left: 52%;
    bottom: 5px;
}
.woocommerce .products:before, .woocommerce .single-product:before {
    position: relative;
    float: left;
    width: 100%;
    content: '';
    display: block;
    height: 35px;
    margin-bottom: 5%;
    margin-top: -20px;
}
.woocommerce .products:after, .woocommerce .single-product:after {
    content: '';
    display: block;
    height: 17px;
    margin-top: 4%;
    position: relative;
    float: left;
    width: 91%;
    text-align: right;
}
.woocommerce .products:before, .woocommerce .products:after, .woocommerce .single-product:before, .woocommerce .single-product:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.woocommerce .single-product .products:before, .woocommerce .single-product .products:after {
    display: none;
}
/*Product Landing page*/
.woocommerce .products li a.woocommerce-LoopProduct-link .woocommerce-loop-product__title span, .woocommerce .single-product .entry-title span {
    font-size: 24px;
}
.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: 36%;
}
.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: left;
    width: 46%;
    clear: none;
    margin-left: 6%;
}
.woocommerce .single-product .product_meta {
    display: none;
}
.woocommerce .single-product .summary.entry-summary .price {
    font-weight: 700!important;
    font-size: 19px!important;
    color: #545757!important;
    line-height: 1.2em!important;
}
.woocommerce .single-product .summary.entry-summary .woocommerce-product-details__short-description {
    margin-top: 12px;
    margin-bottom: 12px;
}
.woocommerce .single-product .summary.entry-summary p {
    font-size: 14px;
}
.woocommerce .single-product .summary.entry-summary .woocommerce-product-details__short-description p {
	text-transform:uppercase;
}
.woocommerce .single-product .summary.entry-summary .plp-disclaimer p {
    font-size: 10px;
    line-height: 15px;
}
.woocommerce .single-product .woocommerce-product-details__full-description ul {
}
.woocommerce .single-product .woocommerce-product-details__full-description ul li {
    position: relative;
    padding-left: 14px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
}
.woocommerce .single-product .woocommerce-product-details__full-description ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    border-width: 4px;
    border-style: solid;
    content: "";
    border-color: #98733b;
}
.woocommerce .single-product .woocommerce-product-details__full-description ul li strong {
	color: #98733b;
}
.woocommerce .products li:before {
    display: none;
}
.woocommerce .single-product .woocommerce-product-details__full-description {
    margin-bottom: 25px;
}
.woocommerce.ywsfd-wrapper {
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #98733b;
}
.ywsfd-social {
    font-size: 0;
    padding: 0px;
    margin: 0px;
    border: none;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: -4px;
}
.up-sells.upsells.products h2 {
    font-size: 26px;
    margin-top: 5%;
    margin-bottom: 2%;
    text-transform: uppercase;
    color: #98733b;
}
a.festi-cart div.festi-cart-content span {
    background-color: #98733b;
}
.ywsfd-social>.ywsfd-social-button {
    text-transform: capitalize;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce #content div.product div.images .flex-viewport, .woocommerce div.product div.images .flex-viewport, .woocommerce-page #content div.product div.images .flex-viewport, .woocommerce-page div.product div.images .flex-viewport, .woocommerce-page div.product div.images .woocommerce-product-gallery__image {
    /*pointer-events: none;*/
    border: solid 1px rgba(152, 115, 59, .2);
}
.woocommerce-page div.product div.images .flex-viewport .woocommerce-product-gallery__image {
    border: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 45%;
    float: left;
    margin: 0;
    list-style: none;
    border: solid 1px rgba(152, 115, 59, .2);
    margin-top: 10%;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(odd) {
    margin-right: 10%;
}
.woocommerce div.product div.images .flex-control-thumbs li .plp-disclaimer p {
    font-size: 10px!important;
    line-height: 1em;
    color: #ababab;
}
.single-product .woocommerce-notices-wrapper {
    display: none;
}
.woocommerce .single-product .woocommerce-product-details__full-description:after {
    content: '';
	display:none;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 5px;
}
.woocommerce div.product form.cart div.quantity input.qty {
    background-color: #ffffff!important;
    border-bottom-width: 1px!important;
    border-color: #545757!important;
    border-left-width: 1px!important;
    border-right-width: 1px!important;
    border-style: solid!important;
    border-top-width: 1px!important;
    border-width: 1px;
    color: #545757!important;
    font-size: 16px!important;
    height: 37px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px!important;
    margin-right: 15px;
}
div#popup-nav-wrapper .festi-cart-buttons a {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
/*Checkout*/

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(23, 23, 23, 0.57);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 20px;
    background: none;
    border: none;
    margin-top: -32px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}
p.cart-empty {
    margin-bottom: 30px;
}
/*Blog page*/

.pageTitle.Blog {
    padding-bottom: 10px;
}
.pageTitle.Blog:after {
    display: none;
}
.blogMeta {
    font-size: 14px;
}
.blogMeta * {
    color: #666;
}
.blogMeta .byline {
}
.blogMeta .posted-on {
}
.blogMeta .category {
}
.blogMeta a {
}
/*Ambassadors*/

.ambassador {
}
.ambassador .image {
    position: relative;
    float: left;
    width: 220px;
    max-width: 100%;
    border-radius: 200px;
    overflow: hidden;
    border: solid 1px #fff;
}
.ambassador .image img {
    width: 100%;
}
.ambassador h2.name {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-transform: none;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ambassador p.title {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 13px;
    color: #111;
    line-height: 20px;
    margin-bottom: 20px;
}
.ambassador p.title:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #98733b;
    position: absolute;
    left: 2px;
    top: 4px;
}
.ambassador p.title span {
    display: block;
    color: #a7a7a7;
}
.ambassador-profile .fa {
    color: #98733b;
}
.ambassador-profile h2 + h5 {
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: -5px;
}
/*
.white-panel {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}*/
.white-panel {
    position: relative;
    float: left;
    width: 49%;
    margin-top: 6%;
    height: 0px;
    padding-bottom: 42%;
}
.white-panel:nth-child(odd) {
	margin-right:2%;
}
.white-panel.active {
    opacity: 1;
}
/*
.white-panel .article_inner {
    position: relative;
    float: left;
    width: 90%;
    margin-left: 5%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
*/
.white-panel .article_inner {
    position: absolute;
	top: 0px;
	left: 0px;
    float: left;
    width: 90%;
	height: 100%;
    margin-left: 5%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	overflow: hidden;
}
.white-panel img {
    height: 100%;
	width: auto;
	min-width: 100%;
	position: relative;
	float: left;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
		
}
.card_grid_body {
    position: relative;
    float: left;
    width: 100%;
}
.card_grid_body p {
    max-height: 0px;
    overflow: hidden;
    padding: 0px!important;
    margin: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #666;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 22px;
}
.card_grid_body article:hover p {
    max-height: 400px;
}
.card_grid_body article:hover .article_inner {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
}
.card_grid_body article img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.card_grid_body article:hover img {
    opacity: 0.2;
}
.article_inner .conten_box {
    padding: 8%;
    position: relative;
    float: left;
    width: 100%;
    background: #fff!important;
    margin-top: 10px;
}
.article_inner .conten_box.vhide {
    opacity: 0;
}
.article_inner .conten_box.overlay {
    position: absolute;
    bottom: 0px;
}
.article_inner .conten_box h4 {
    font-weight: 600;
    line-height: 24px;
    font-size: 19px;
}
.article_inner .conten_box .author {
    color: #999;
    font-size: 13px;
}
.article_inner .conten_box .author:before {
    content: "";
    display: inline-block;
    margin: 0 5px 0 0;
    box-sizing: border-box;
    line-height: 1;
    text-transform: none;
    speak: none;
    background-image: url("/wp-content/themes/NorwayOmega/images/AuthorIcon.png");
    width: 12px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.yarpp-related {
    margin: 4% 0px!important;
    position: relative;
    float: left;
    width: 100%;
}
.yarpp-related h3 {
    margin-bottom: 2%;
}
img.alignright {
    margin-left: 20px;
}
.post .entry-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
/*Press Cards*/

.press_card {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
}
.press_card:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.press_card img {
    position: relative;
    float: left;
    width: 100%;
}
.press_card .imgBox {
    position: relative;
    float: left;
    width: 100%;
}
.press_card .zoomIn {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    background-color: rgba(0,0,0,.8);
    cursor: zoom-in;
}
.press_card .zoomIn.active {
    position: fixed;
    opacity: 1;
    cursor: zoom-out;
    z-index: 100;
}
.press_card .zoomIn.active .title {
    position: absolute;
    bottom: 0px;
    line-height: 40px;
    width: 100%;
    left: 0px;
    color: #fff;
    text-align: center;
}
.press_card .zoomIn:before {
}
.press_card .zoomIn .img-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.press_card .zoomIn.active .img-cont {
    position: absolute;
    top: 20px;
    left: 5%;
    right: 5%;
    bottom: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.press_card img {
}
/*Contact form*/
#contactform .nf-form-fields-required {
    display: none!important;
}
#contactform #nf-field {
    display: inline;
}
#contactform .textbox-container, #contactform .email-container {
    position: relative;
    float: left;
    width: 50%;
    clear: none;
}
#contactform .textbox-container {
    padding-right: 15px
}
#contactform .email-container {
    padding-left: 15px
}
#contactform .textarea-container {
    position: relative;
    float: left;
    width: 100%;
}
#contactform .textbox-container input[type="text"], #contactform .email-container input[type="email"], #contactform .textarea-container textarea {
    width: 100%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    border: solid 1px #333;
}
#contactform .submit-container {
    text-align: right;
}
#contactform .submit-container input {
    float: right;
}
#reatilcontact .grid_4 img {
    height: 45px;
    float: left;
    margin-right: 14px;
}
#reatilcontact .grid_4 h3 {
    padding-bottom: 5px;
}
#reatilcontact .grid_4 h5 {
    font-weight: normal;
}
.woocommerce-MyAccount-navigation li {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 15px;
}
.woocommerce header {
    position: relative;
    float: left;
    width: 100%;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    margin-top: 6px;
    text-transform: uppercase;
    font-size: 14px;
}
.woocommerce-Address address {
    margin-bottom: 12px;
    line-height: 24px;
    font-style: italic;
    font-size: 14px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 15px;
    border-radius: 3px;
    font-size: 14px;
}
/* Homepage OIL*/
.page-template-page_builder section.oli-demo img.block-image {
    float: left;
    height: 60px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.page-template-page_builder section.oli-demo.swiss-caps img {
    height: 48px;
    margin-top: 10px;
	margin-bottom: 10px;
}
.page-template-page_builder section.oli-demo h2, .page-template-page_builder section.oli-demo h3 {
    margin-bottom: -2px;
    padding-bottom: 0px;
    margin-top: 10px;
    line-height: 30px;
}
.page-template-page_builder section.oli-demo h5 {
    margin-bottom: 10px;
}
.content-section img, .entry-content img {
    max-width: 100%;
    height: auto;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    color: #404040;
    padding: 6px;
    padding-right: 0px;
    padding-left: 2px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .variations select {
    font-size: 14px;
}
.wcps-container .owl-item div.wcps-items div.wcps-items-thumb img {
	    width: 90%;
    margin: 5%;
	margin-bottom:-8%;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 0px;
    width: 77px;
    display: table-cell;
    text-align: left;
}
.woocommerce div.product form.cart .reset_variations {
    text-transform: uppercase;
}
/* Mobile optimization */
@media only screen and (max-width: 1400px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		    width: 40%;
	}
}
@media only screen and (max-width: 1200px) {
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding-left: 0px;
}
	.woocommerce .products li a.woocommerce-LoopProduct-link p {
    padding-left: 40%;
}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    min-height: 220px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 50%;
	margin: 0px;
	}

h1, h2.pageTitle {
    font-size: 28px;
}
h2 {
    font-size: 22px;
}
h8 {
    font-size: 15px;
}
.home h1 {
    font-size: 35px;
    letter-spacing: 0.5px;
}
.home h2 {
    font-size: 26px;
    letter-spacing: 0.5px;
    line-height: 32px;
}
h3 {
    font-size: 20px;
    line-height: 26px;
}
h4 {
    font-size: 18px;
    line-height: 25px;
}
h5 {
    font-weight: bold;
}
body, p, h5, .page-template-page_builder section ul, .entry-content ul {
    font-size: 15px;
    line-height: 24px;
}
.card_grid_body p {
    font-size: 13px;
    line-height: 18px;
}
.article_inner .conten_box h4 {
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
}
.woocommerce ul#shipping_method {
    font-size: 15px;
}
footer .footer_container ul {
    line-height: 15px;
}
footer .footer_container.cont3 img {
    height: 70px;
    margin-top: 20px;
}
footer .footer_container {
    margin-right: 5%;
}
footer .footer_container.cont4 .social_icon {
    margin-right: 5px;
}
header nav ul.menu li {
    margin-left: 0px;
}
#featured_products .row {
    width: 100%;
}
.wcps-container .owl-nav.middle-fixed .owl-next, .wcps-container .owl-nav.middle-fixed .owl-prev {
    background-color: transparent;
    height: 100px;
    background-size: 50px!important;
    border-radius: 0px;
    background-position: center!important;
}
div.row, .sliderS1 .flexslider .slides li .slideBody .slide_copy {
    width: 85%;
}

.pageTitle {
    padding-top: 40px;
}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    min-height: 100px;
}
	header .mobile-menu-btn {
    display: block!important;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: calc(59px);
    border: none;
    outline: none;
    background: transparent;
}
header .mobile-menu-btn span {
    position: absolute;
    top: 24px;
    left: 10px;
    width: 30px;
    height: 2px;
    background: #060c47;
}
header .mobile-menu-btn span:before {
    content: '';
    position: absolute;
    top: -10px;
    width: 100%;
    height: 100%;
    background: #060c47;
    left: 0px;
}
header .mobile-menu-btn span:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 100%;
    background: #060c47;
    left: 0px;
}
header .homeLogo img {
    height: 76px;
    margin-bottom: 4px;
}
header .nav_box {
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    top: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 80%;
    left: 10%;
    margin: 0px;
    overflow-y: auto;
}
header .nav_box:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    border-top: solid 3px #98733b;
    z-index: 2;
}
header .nav_box .menu-main-menu-container {
    background: #fff;
    margin: 0px;
    padding: 20px;
    position: relative;
    float: left;
    width: 100%;
}
.mobile_active header .nav_box {
    max-height: calc(100vh - 120px);
}
header nav ul.menu li {
    margin-left: 0px!important;
    width: 100%;
    border-bottom: solid 1px #eee;
}
header nav ul.menu li a {
    width: 100%;
    line-height: 17px;
    padding-top: 13px;
}
header nav ul.menu li a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03);
}
header nav ul.menu li a:after {
    display: none;
}
}

@media only screen and (max-width: 959px) {

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding-left: 0px;
	width:100%!important;
}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    min-height: 220px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 90%;
	}

.woocommerce .products li a.woocommerce-LoopProduct-link p {
    min-height: 64px;
	padding-left: 0px;
	margin-bottom: 0px;
}
	
#content.site-content {
    padding-top: 81px;
}
.grid_12, .grid_9, .grid_6, .grid_3, .grid_2,.grid_7, .grid_5  {
    width: 100%;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.pageTitle {
    padding-top: 30px;
}
.ambassador h2.name {
    font-size: 21px;
}
.content-section .grid_9, .content-section .grid_8, .content-section .grid_6, .content-section .grid_3, .content-section .grid_2 {
    display: inline-block;
    float: none;
}
.page-template-page_builder .listBox {
    min-height: 0px!important;
}
.extraPaddingTop {
    padding-top: 10px!important;
}
.extraPaddingBottom {
    padding-bottom: 10px!important;
}
.page-template-page_builder section h2:first-child,  .page-template-page_builder section h3:first-child {
    margin-top: 10px;
}


.woocommerce .products li:before {
    display: none;
}
footer .footer_container.cont4 .social_icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
footer .footer_container.cont3 img {
    margin-top: 5px;
}
footer .footer_container.cont4 .social {
    white-space: nowrap;
    margin-bottom: 10px;
}
footer .footer_container.cont1, footer .footer_container.cont2 {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
}
footer .footer_container.cont3,  footer .footer_container.cont4 {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 7px;
    max-width: 45%;
}
footer .footer_container h4 {
    display: none;
}
footer .footer_container ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 0px;
}
footer .footer_container ul li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}
footer .footer_container ul li:first-child:before {
    display: none;
}
footer {
    padding-top: 20px;
    text-align: center;
}
.page-template-page_builder section ul li:before, .entry-content ul li:before {
    top: 9px;
}
			.page-template-page_builder a.shop-now-image img {
    margin-top: 23px;
				min-width: 90%;
}
	
}

@media only screen and (min-width: 768px) {
.mobile_only {
    display: none;
}
}
	.woocommerce .products li a.add_to_cart_button, .woocommerce .products li a.product_type_variable {
        left: 50%;
    float: left;
    width: auto;
    position: relative;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding-left: 0px;
    text-align: center;
        width: 100%!important;
    margin: 0!important;
}

.margin-top {
    margin-top: 30px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.home #page_title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: -55px;
}
.home #page_title h1 {
    font-size: 26px;
}
.home #page_title h1:after {
    display: none;
}
h1, h2.pageTitle {
    font-size: 24px;
    line-height: 28px;
}
h2, .entry-content h2 {
    font-size: 20px;
}
h8 {
    font-size: 12px;
}
.home h1 {
    font-size: 22px;
    letter-spacing: 0.5px;
}
.home h2 {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
h3 {
    font-size: 18px;
    line-height: 22px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
}
h5 {
    font-weight: bold;
}
.entry-content h2 {
    font-size: 20px;
}
.entry-content h3 {
    font-size: 18px;
}
.entry-content h4 {
    font-size: 16px;
}
.entry-content h5 {
    font-size: 15px;
}
.entry-content h6 {
    font-size: 14px;
}
body, p, h5, .page-template-page_builder section ul, .entry-content ul,  .page-template-page_builder section a {
    font-size: 14px;
    line-height: 20px;
}
.entry-content p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}
.card_grid_body p {
    font-size: 13px;
    line-height: 18px;
}
.article_inner .conten_box h4 {
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
}
.woocommerce ul#shipping_method {
    font-size: 15px;
}
.page-template-page_builder a.shop-now-image .button {
    font-size: 16px;
}
.borderedContent .inner_container {
    width: 100%;
    margin-left: 0px;
    border: solid 1px #98733b;
    padding: 15px;
}
.woocommerce #content div.product div.images .flex-viewport, .woocommerce div.product div.images .flex-viewport, .woocommerce-page #content div.product div.images .flex-viewport, .woocommerce-page div.product div.images .flex-viewport {
    min-height: 400px;
    width: 100%;
}
div.row-wide.sliderS1 {
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}
.sliderS1 .flexslider .slides li .slideBody {
    padding-bottom: 50%;
}
.sliderS1 .flexslider .slides li .slideBody .imgAlign, .sliderS1 .flexslider .slides li.flex-active-slide .slideBody.zoomOut .imgAlign {
}
.sliderS1 .flexslider .slides li .slideBody img.background {
    display: none;
}
.sliderS1 .flexslider .slides li .slideBody img.background.mobile-background {
    display: block!important;
    width: 100%;
}
.sliderS1 .flexslider .slide_feature_img {
    left: 50%;
    width: 42%;
}
.sliderS1 .flexslider .slides li .slideBody .slide_copy {
    padding: 0px;
    margin-top: 16%;
}
.sliderS1 .flexslider .slides li .slideBody .slide_copy h1 {
    line-height: calc(100vw / 12);
    font-size: calc(100vw / 13);
}
.padding-h {
    padding-left: 10px;
    padding-right: 10px;
}
footer .footer_container ul li:before {
    display: none;
}
footer .footer_container ul li {
    padding-left: 0px;
}
footer .footer_container.cont1, footer .footer_container.cont2 {
    margin-bottom: 0px;
}
footer .footer_container.cont2 {
    margin-bottom: 20px!important;
}
.page-template-page_builder section ul li:before, .entry-content ul li:before {
    top: 8px;
    border-width: 3px;
}
.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: 100%;
}
.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: left;
    width: 100%;
    clear: none;
    margin-left: 0%;
}
	.white-panel {
    width: 100%;
    margin-top: 6%;
    height: 0px;
    padding-bottom: 90%;
}
.white-panel:nth-child(odd) {
	margin-right:0px;
}

}

@media only screen and (max-width: 560px) {
	.page-template-page_builder a.shop-now-image img {
    margin-bottom: 20px;
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
    margin-top: 23px;
}
.entry-content .wp-caption {
    width: 100%;
    padding-top: 10px;
    margin-left: 0px;
    max-width: 100%;
}
.grid_4,  .grid_8 {
    width: 100%;
}
.page-template-page_builder section.oli-demo img.block-image {
    float: left;
    height: 34px;
    margin-right: 10px;
    margin-top: 24px;
}
.wcps-container .wcps-items-excerpt {
    height: 81px;
}
.woocommerce ul.products[class*=columns-] li.product,  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
}
footer .footer_container.cont3 img {
    height: 63px;
    margin-top: 20px;
    margin: 2px;
}
footer .footer_container.cont4 img {
    max-width: 100%;
}
footer .footer_container.cont4 .social_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
footer .footer_copyright {
    font-size: 9px;
    margin-top: 0px;
}
#contactform .textbox-container, #contactform .email-container {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 0px;
}
footer .footer_container ul li a {
    font-size: 10px;
    line-height: 15px;
}
footer .footer_container {
    margin-right: 5%;
    width: 100%!important;
    max-width: 100%!important;
    margin: 0px!important;
    padding: 10px 0px!important;
}
footer .footer_container.cont1,  footer .footer_container.cont2 {
    padding: 0px!important;
}
footer .footer_container.cont2 {
    margin-bottom: 10px!important;
}
.home .wcps-items .layer-content {
}
.page-template-page_builder section.oli-demo img.block-image {
    float: none;
    height: 50px;
    margin-right: 10px;
    margin-top: 10px;
}
	.page-template-page_builder section.oli-demo.swiss-caps img.block-image {
    height: 42px;
	}
}
/*Content tweaks*/

.content-section img.krill-bottom-image {
       max-width: 339px;
    margin-top: 81px;
    width: 100%;
}

@media only screen and (max-width: 959px) {
.content-section img.krill-bottom-image {
    margin-top: 0px;
}
}

/* Language selector */

div.language-selector {
    position: absolute;
    top: 30px;
    right: 6%;
	padding-top: 30px;
	overflow: hidden;
	height: 30px;
}
div.language-selector:hover {
	overflow:visible;
}
div.language-selector ul {
    width: 140px;
    white-space: nowrap;
}
div.language-selector ul li > span, div.language-selector ul li > a {
    position: relative;
    float: left;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    height: 30px;
	background-color: #fff;
}
div.language-selector ul li > a:hover {
	background-color:#eee;
	text-decoration: none;
}
div.language-selector ul li {
	    position: relative;
    float: left;
    width: 100%;
	text-align: left;
}
div.language-selector ul li img {
    float: right;
    margin-left: 10px;
}
div.language-selector ul li.active {
	position: absolute;
	top: 0px;
	left: 0px;
}
/*
div.language-selector .wpm-language-switcher li>span:after {
	content: '€';
}
div.language-selector .locations li a {
	color:#626262;
}
div.language-selector .wpm-language-switcher li>span:after,
div.language-selector .locations li a span:not(.flag) {
	float:right;
	color: #98733b;
}*/
@media only screen and (max-width: 1300px) {
	div.language-selector {
		width: 60px;
		top: 34px;
    right: 10px;
	}
	div.language-selector:hover {
		width: auto;
	}
	div.language-selector ul li > span span {
		display: none;
	}
	div.language-selector:hover ul li > span span {
		display: inline-block;
	}
}
@media only screen and (max-width: 959px) {
	div.language-selector {
    top: 26px;
}
	div.language-selector ul li > span, div.language-selector ul li > a {
    line-height: 25px;
}
	div.language-selector {
    right: 2%;
}
}
.easyhtml5video audio, .easyhtml5video canvas, .easyhtml5video video {
    display: inline-block;
    max-width: 100%;
    position: relative!important;
    float: left;
}
@media only screen and (max-width: 560px) {
	
	div.language-selector {
    right: 1%;
}
	.wcps-container .owl-item div.wcps-items div.wcps-items-thumb img {
    width: 110%;
    margin: -5%;
		margin-bottom:-4%;
		max-width:120%;
}
	.owl-item .wcps-items-excerpt, .owl-item .wcps-items-excerpt p {
    padding: 0px!important;
    margin-top: 5px;
}
	.home .wcps-container .wcps-items-excerpt {
    height: auto!important;
}
	#featured_products {
		margin-bottom:  -15px;
	}
	a.grid_4.ambassador {
    width: 280px;
    left: 50%;
    margin-left: -140px;
    margin-right: 140px;
    position: relative;
		    padding-bottom: 0px;
}
	
	
	.white-panel {
    width: 100%;
    margin-top: 6%;
    height: auto;
    padding-bottom: 0px;
}
	.white-panel .article_inner {
    position: relative;
	}
	.article_inner .conten_box.overlay {
    position: relative;
    bottom: 0px;
}
	.white-panel .article_inner > a {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    height: 240px;
}
}
.wcps-container .wcps-items div.wcps-items-cart p {
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: transparent;
    font-size: 0px;
}
.wcps-container-3965 .wcps-items-price > span:nth-child(2) {
    display: none;
}
#wcps-3965 .wcps-items .wcps-items-price span {
    font-size: 18px!important;
}
#IntroSection .grid_12:first-child img.block-image.lazyloaded {
    margin-bottom: 30px;
    margin-top: 2%;
}
.page-template-page_builder section ul:last-child, .entry-content ul:last-child {
     padding-bottom: 0px; 
}
footer {
    margin-top: 60px!important;
}

/* Button Text Fix*/

body a.button.product_type_simple.add_to_cart_button,
body a.button.product_type_variable,
body.woocommerce ul.products li.product .button {
	font-size:0px!important;
	line-height: 13px!important;
	padding: 7px!important;
}
body a.button.product_type_simple.add_to_cart_button:before,
body a.button.product_type_variable:before,
body.woocommerce ul.products li.product .add_to_cart_button:before {
	content: "SHOP";
    font-size: 16px!important;
    display: inline-block;
    margin-top:5px;
    padding-left: 25px;
    padding-right: 25px;
}

/*Menu Amends*/
body >  header {
	position:fixed!important;
}
a.homeLogo {
    position: relative;
    z-index: 2;
}
header > .row {
    position: relative;
}
div.language-selector {
    right: -150px;
}
header nav {
    margin-top: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
header nav .menu-main-menu-container {
    display: inline-block;
    position: initial;
}
header nav li#menu-item-4032 {
    position: absolute;
    right: 104px;
	top:0px;
}
header nav li#menu-item-7606 {
    position: absolute;
    right: -16px;
    top: -12px;
}
header nav ul.menu li.festi-cart-menu-item {
    margin-left: 0px;
    position: absolute;
    right: 54px;
    margin-top: -4px;
}

@media only screen and (max-width: 1130px) {
	header>.row {
    position: relative;
    width: 93%;
}
	header nav ul.menu li a {
		padding: 7px;		
	}
}
@media only screen and (max-width: 1200px) {
	header nav li#menu-item-7606 {
    right: 0px;
    position: relative;
		top: 0px;
}
	header nav li#menu-item-7606 span {
    display: block;
}
	header nav ul.menu li#menu-item-7606 img {
    display: none;
}
}
/*Delivery info */
.page-template-default.page.page-id-197 .pageTitle  {
	padding-top:140px;
}
.delivery-info-card {
    position: absolute;
    width: 430px;
    left: 0;
    top: 0px;
    z-index: 2;
}
.delivery-info-card .copy {
	float:left;
	text-align:center;
}
.delivery-info-card .copy h3 {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 28px;
}
.delivery-info-card .copy h4 {
    font-size: 16px;
    line-height: 19px;
}
.delivery-info-card .copy a {
	    display: inline-block;
    background: #98733b;
    color: #fff;
    letter-spacing: 2px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 21px;
}
.delivery-info-card img {
    width: 90px;
    float: left;
    margin-top: 0px;
    margin-right: 13px;
}
strong em {
    font-style: italic;
    margin-right: 3px;
}
.delivery-info-card > p {
	display:none;
}
.page-id-197 .products:before {
	margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
	.page-template-default.page.page-id-197 .pageTitle {
    padding-top: 30px;
}
	.delivery-info-card {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 2;
    margin-bottom: 0px;
    float: left;
    text-align: center;
}
	.delivery-info-card .copy {
    float: left;
    max-width: 100%;
    width: 100%;
}
	.delivery-info-card img {
    width: 90px;
    float: none;
    margin:10px;
}
	.page-id-197 .products:before {
    margin-bottom: 0px;
		height:0px;
}
}

/*cART POPUP*/

div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title {
    text-align: left;
    padding-left: 20px!important;
	padding-top: 20px!important;
    padding-bottom: 20px!important;
	padding-right: 0px!important;
	width: 170px;
}
div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title .festi-cart-inner-wrap {
    text-align: left;
    margin-bottom: 0px;
}
div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title .festi-cart-inner-wrap span.festi-cart-product-price {
    float: right;
    max-width: 110px;
}
.festi-cart-inner-wrap>div, .festi-cart-inner-wrap>span, .festi-cart-inner-wrap>p {
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    margin: 0px;
}
body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title span.festi-cart-product-count, body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title span.festi-cart-product-price, body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title span.festi-cart-product-price span.amount {
    color: #2b2b2b;
}
body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title a.festi-cart-title, body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title span.festi-cart-title {
    color: #2b2b2b;
    font-size: 12px;
    margin-bottom: 0px;
    display: block;
	line-height: 16px;
}
body div.festi-cart-products {
    width: 320px;
    left: calc(50% + 194px)!important;
}
div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-img {
    padding: 0px;
	vertical-align: top;
}
body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-delete {
    padding-top: 20px;
}
body div.festi-cart-products-content>div.festi-cart-total {
    border: 0 solid;
    border-color: #fff;
    border-radius: 7px;
    background-color: #fff;
    color: #2b2b2b;
    font-size: 12px;
    text-align: left;
    padding-left: 140px;
    padding-right: 0px;
}
body div.festi-cart-products-content>div.festi-cart-total span.woocommerce-Price-amount.amount {
    float: right;
}
body div.festi-cart-products div.festi-cart-products-content {
    padding: 16px;
    padding-top: 5px;
}
body div.festi-cart-products-content>p.festi-cart-buttons a.festi-cart-checkout {
	display:none;
}
body div.festi-cart-products-content>p.festi-cart-buttons a.festi-cart-view-cart {
    display: block;
    width: 147px;
    float: right;
    margin-right: 0px;
}


div.language-selector ul li img {
    max-width: none;
}
a.added_to_cart.wc-forward {
    display: none;
}
div#festi-cart-pop-up-content span.festi-cart-closed.b-close {
    right: 0px;
    top: 0px;
}
body div.festi-cart-pop-up-products-content div#festi-cart-pop-up-products-list-body {
    display: block;
    width: 100%;
    padding: 0px 30px;
}
body div.festi-cart-pop-up-products-content div.festi-cart-total {
    color: #2b2b2b;
    padding: 10px 30px!important;
    text-align: left;
    padding-left: calc(100% - 208px)!important;
    margin-bottom: 10px;
}
body div.festi-cart-pop-up-products-content div.festi-cart-total span.woocommerce-Price-amount.amount {
    float: right;
}
body.woocommerce-cart header nav ul.menu li.festi-cart-menu-item {
	pointer-events:none!important;
}
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout {
	display:none;
}
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart {
	display:block;
	width:179px;
	float: right;
    margin: 0px;
}
div#popup-nav-wrapper {
    display: block;
    padding: 0 30px;
    border-bottom: none;
}
body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-delete {
    padding-top: 20px;
}
div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title, div.festi-cart-widget-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title, div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title {
    text-align: left;
	width: 60%;
}
div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-img, div.festi-cart-widget-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-img, div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-img {
    vertical-align: top;
    margin-top: 5px;
    text-align: left;
}
body div.festi-cart-pop-up-products-content table.festi-cart-list tr, body div.festi-cart-pop-up-products-content table.festi-cart-list tr td {
    border-bottom-color: #dcdcdc;
}
body div#festi-cart-pop-up-content div.festi-cart-pop-up-body {
    width: 95%;
    margin: auto;
    max-width: 600px;
}
div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title span, 
div.festi-cart-widget-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title span, 
div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title span,
div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a, 
div.festi-cart-widget-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a, 
div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a,
div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title p, 
div.festi-cart-widget-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title p, 
div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title p {
	color: #2b2b2b!important;
    font-size: 12px!important;
    line-height: 16px!important;
	text-align:left;
	margin:0px;
}
body div.festi-cart-product-count-and-price {
    text-align: left;
}
body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title span.festi-cart-product-price {
    float: right;
    max-width: calc(100% - 40px);
    text-align: right;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 768px) {
.woocommerce .products li a.add_to_cart_button, .woocommerce .products li a.product_type_variable {
    margin-top: 20px;
	}
	div#popup-nav-wrapper span.festi-cart-continue-shopping {
    float: left;
    width: 100%;
    margin-top: 10px;
}
	body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart {
    width: 100%;
}
	body div.festi-cart-pop-up-products-content div.festi-cart-total {
    padding: 10px 0px!important;
}
	body div.festi-cart-pop-up-products-content div#festi-cart-pop-up-products-list-body {
    padding: 0px;
}
	div#popup-nav-wrapper {
    padding: 0px;
    position: relative;
    height: 78px;
}
	
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display:none!important;
}
.woocommerce-checkout table.shop_table td {
    width: 50%;
}
.woocommerce-checkout section ul li, .woocommerce-checkout .entry-content ul li {
	padding-left:0px;
}
.woocommerce-checkout section ul li:before, .woocommerce-checkout .entry-content ul li:before {
	display:none!important;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout .woocommerce-cart #payment, .woocommerce-checkout .woocommerce-checkout #payment {
    padding-left: 50%;
}
.woocommerce-checkout form .form-row .input-checkbox {
    float: none;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	padding-left:0px;
}
h3#order_review_heading {
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {
	.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout .woocommerce-cart #payment, .woocommerce-checkout .woocommerce-checkout #payment {
    padding-left: 0px;
}
}

/* Delivery table */
table.delivery_table {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    margin-left: 20px;
}
table.delivery_table tr {
	border-top:solid 1px #c9b280;
}
table.delivery_table thead tr {
	background: #c9b280;
	color:#fff;
}
table.delivery_table th,
table.delivery_table td {
	width:33.33%;
	padding:10px;
}
table.delivery_table th:first-child {
    font-size: 1.3em;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-left: 20px;
}
table.delivery_table td:first-child:before {
    content: '';
    border-width: 4px;
    border-style: solid;
    border-color: #98733b;
    display: inline-block;
    margin-left: -10px;
    margin-right: 10px;
}
table.delivery_table td {
    font-size: 0.8em;
}
.page-id-7642 .content-section p, 
.page-id-7642 .content-section li {
	font-size:14px;
}
.iframe-container {
	width:100%;
	height:0px;
	padding-bottom:60%;
	position:relative;
	margin-bottom:20px;
}
.iframe-container iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
li#menu-item-7606 a:after {
	display:none;
}
div.language-selector {
	overflow:visible;
}
div.language-selector ul li:not(.active) {
	display:none;
}
div.language-selector:hover ul li {
	display:block;
}
div.language-selector ul li > span:before,
div.language-selector ul li > a:before {
    content: '';
    width: 18px;
    height: 12px;
    display:block;
    margin-left: 10px;
    float: left;
    margin-right: 3px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
div.language-selector ul li.item-language-en > span:before,
div.language-selector ul li.item-language-en > a:before{
	background-image:url('https://norwayomega.com/wp-content/uploads/2020/07/UK-FLAG.svg');
}
div.language-selector ul li.item-language-de > span:before,
div.language-selector ul li.item-language-de > a:before{
	background-image:url('https://norwayomega.com/wp-content/uploads/2020/07/DE-FLAG.svg');
}
div.language-selector ul li.item-language-fr > span:before,
div.language-selector ul li.item-language-fr > a:before{
	background-image:url('https://norwayomega.com/wp-content/uploads/2020/07/FR-FLAG.svg');
}
div.language-selector ul li.item-language-it > span:before,
div.language-selector ul li.item-language-it > a:before{
	background-image:url('https://norwayomega.com/wp-content/uploads/2020/07/IT-FLAG.svg');
}
div.language-selector ul li img {
	display:none;
}

@media only screen and (max-width: 1300px) {
div.language-selector ul li > span:before,
div.language-selector ul li > a:before {
    margin-left: 0px;
}
div.language-selector ul li:not(:hover).active .cur-icons:before {
    content: 'UK';
    color: #000;
    position: absolute;
    top: 50%;
    font-size: 12px;
	-webkit-transform: translateY(-51%);
	-moz-transform: translateY(-51%); 
	-o-transform: translateY(-51%); 
	transform: translateY(-51%);
	left:30px;
}
div.language-selector ul li.item-language-en:not(:hover).active.cur-icons:before {
	content: 'UK';
}
	div.language-selector ul li.item-language-de:not(:hover).active.cur-icons:before {
	content: 'DE';
}
	div.language-selector ul li.item-language-fr:not(:hover).active.cur-icons:before {
	content: 'FR';
}
	div.language-selector ul li.item-language-it:not(:hover).active.cur-icons:before {
	content: 'IT';
}
div.language-selector:hover ul li .cur-icons:before {
	display:none!important;
}
}
@media only screen and (max-width: 1200px) {
	header nav ul.menu li.festi-cart-menu-item {
    right: 0px;
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
}
	header nav ul.menu li.festi-cart-menu-item #festi-cart:after {
    content: "Cart";
    display: block;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -22px;
}
	header nav li#menu-item-4032 {
    right: auto;
    width: auto;
}
}
/*Amends 2020 */
#wcps-3965 .wcps-items-price:before {
	display:none;
}
#wcps-3965 .wcps-items-title a i,
.woocommerce .products li a.woocommerce-LoopProduct-link .woocommerce-loop-product__title i,
.woocommerce .single-product .summary.entry-summary .entry-title i{
	font-size:0.7em;
	text-transform: none;
}
#wcps-3965 .wcps-items .wcps-items-title,
#wcps-3965 .wcps-items .wcps-items-cart	
{
	display:block;
}
#wcps-3965 .wcps-items .wcps-items-price,
#wcps-3965 .wcps-items .wcps-items-excerpt {
	display:inline;
}
#wcps-3965 .wcps-items .wcps-items-price span {
	font-size: 14px!important;
	color: #626262;
}
#wcps-3965 .wcps-items div.wcps-items-price {
    padding: 0px;
    margin-right: 5px;
}
.woocommerce .products li a.woocommerce-LoopProduct-link .woocommerce-loop-product__title,
.woocommerce .single-product .summary.entry-summary .entry-title {
    display: block;
    margin-bottom: 0px;
	text-transform: uppercase;
    color: #060c47;
	font-size: 22px;
	    text-align: center;
}
.woocommerce .products li a.woocommerce-LoopProduct-link .price:before, .woocommerce .single-product .summary.entry-summary .price:before {
	display:none;
}
.woocommerce .products li a.woocommerce-LoopProduct-link .price,
.woocommerce .single-product .summary.entry-summary .price {
	font-weight: 700;
    font-size: 14px;
    color: #545757;
    margin-bottom: 0px;
    display: block;
    order: 2;
	margin-top: 15px;
}
#wcps-3965 .wcps-items .wcps-items-excerpt, #wcps-3965 .wcps-items .wcps-items-excerpt a {
	padding:0px;
}
#wcps-3965 .wcps-items .wcps-items-price span.woocommerce-Price-amount.amount:after {
    content: ' -';
}
#wcps-3965 .wcps-items .wcps-items-cart {
    margin-top: 10px;
}
.wcps-container {
    padding: 0 40px!important;
}
.skin.flat .layer-content {
    padding: 0px;
    margin-bottom: 10px;
}
#menu-item-7606 span {
	display:none;
}
@media only screen and (max-width: 800px) {
	.wcps-container .owl-nav.middle-fixed .owl-next, .wcps-container .owl-nav.middle-fixed .owl-prev {
    background-size: 40px!important;
    margin-top: -20px;
}
}
@media only screen and (max-width: 560px) {
footer .footer_container.cont4 img {
    height: 30px;
    vertical-align: top;
    margin-left: 10px;
}
	footer .row {
    width: 94%;
}
	footer .footer_container.cont4 .social {
    display: inline-block;
    padding-top: 0px;
}
}

.dialog-overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 9999999999999;
}
.dialog-overlay .dialog-body {
	width:320px;
	height:auto;
	padding:30px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
}
.dialog-overlay .dialog-body .dialog-close {
	border:none;
	background:transparent;
	position:absolute;
	right:5px;
	top:5px;
}
.dialog-overlay .dialog-body .button {
	background:transparent;
	border:none;
	font-size:14px;
	width:100%;
	text-align:center;
	display:block;
	padding:0px;
	margin-top:20px;	
    color: #98733b;
}
.dialog-overlay .dialog-body .button:hover {
	text-transform:underline;
}
.dialog-overlay .dialog-body h4 {
    text-transform: none;
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
	color: #4a4a4a;
}
div.video {
	position:relative;
	float:left;
	width:100%;
	height:0px;
	padding-bottom:55%;
}
div.video iframe {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.wcps-container .owl-item .wcps-items {
    text-align: center;
}
.wcps-container .owl-item .wcps-items .layer-content {
    max-width: 260px;
    display: inline-block;
}

.product-type-pw-gift-card .variations .label,
.product-type-pw-gift-card .variations .value {
	display:block;
	width:100%;
	float:left;
}
.icons.product-page-icons {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.icons.product-page-icons > img {
	max-height:66px;
}
.icons.product-page-icons .icon {
    width: 70px;
    display: inline-block;
    margin-right: 3%;
    vertical-align: middle;
    margin-bottom: 15px;
	text-align:center;
	max-width:22%;
}

.icons.product-page-icons .icon .image {
	max-width:95%;
	max-height: 68px;
}

.icons.product-page-icons .icon.has-text {
	font-size: 8px;
    text-align: center;
    line-height: 11px;
    color: #282e68;
}
.icons.product-page-icons .icon.has-text .image {
	    max-width: 90%;
}
.icons.product-page-icons .icon.custom {
    width: 79px;
}
.woocommerce .single-product .woocommerce-product-details__full-description ul li {
    font-weight: bold;
}
.icons.product-page-icons.large {
    transform: scale(1.1);
    margin-left: 20px;
}
@media only screen and (max-width: 600px) {
table.delivery_table {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
}
}
table.delivery_table td:first-child {
    padding-left: 20px;
}
table.delivery_table td:first-child:before {
    margin-left: -20px;
}

@media only screen and (max-width: 1200px) {
	header nav li#menu-item-4032 {
    position: relative;
    width: 100%;
}
	header nav li#menu-item-4032 a:before {
    content: 'My Account';
    display: inline-block!important;
}
	header nav ul.menu li.menu-item-type-custom img {
    margin-top: 0px;
    float: left;
    margin-left: 6px;
    margin-right: -15px;
}
	div.language-selector {
    right: 0px;
}
}

/* Slider copy height */

.wcps-container .owl-item .wcps-items .layer-content {
    position: relative;
    padding-bottom: 64px;
}
.wcps-container .owl-item .wcps-items .layer-content .wcps-items-cart.default {
    position: absolute;
    bottom: 0px;
    width: 100%;
}




.language-selector .locations {
	background: #fff;
    display: block;
    float: left;
    padding-top: 10px;
}
.language-selector .locations a:before, .language-selector .locations .title:before {
	display:none!important;
}
.language-selector .locations .title {
	display:block;
	text-align:left;
}
div.language-selector ul li>a {
	cursor:pointer;
}
div.language-selector ul li>span:before, div.language-selector ul li>a:before {
	margin-left: 0px;
	margin-right: 10px;
}
div.language-selector {
    margin-right: -10px;
}
.language-selector ul a .flag {
	width: 18px;
    height: 12px;
    display: block;
    margin-left: 0px;
    float: left;
    margin-right: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;	
}

.locationDialog {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255,255,255,0.8);
}

.locationDialog .dialog {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 320px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #eee;
    box-shadow: rgb(0 0 0 / 20%) 5px 5px 10px;
}
.locationDialog .dialog .dialog-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
}
.locationDialog .dialog .dialog-header h2 {
    font-size: 20px;
}
.locationDialog .dialog .dialog-footer {
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px #eee;
}
.locationDialog .dialog .dialog-footer a {
    display: block;
    padding: 16px;
    cursor: pointer;
}
.locationDialog .dialog .dialog-footer a.button {
    background: #98733b;
    color: #fff;
}
.locationDialog .dialog-body p {
    font-size: 14px;
}
.as-seen-in .txtcenter {
	display:inline-block;
}
.as-seen-in .txtcenter img {
    max-height: 48px;
    margin-right: 20px;
	margin-left:20px;
}

.page-template-page_builder.language-en section.oli-demo  a.section_link + h5 {
    display: none;
}
.page-template-page_builder.language-en section.oli-demo  h2 a {
	font-size:30px;
}
.page-template-page_builder.language-en section.oli-demo h2 {
    margin-top: 21px;
    line-height: 50px;
	font-size:43px;
	margin-bottom: 20px;
}
.page-template-page_builder.language-en section.oli-demo h2.inline-title {
	margin-bottom:-5px;
	margin-top: 0px;
}
.mobile-only {
		display:none!important;
}
@media only screen and (max-width: 1300px) { 
	.page-template-page_builder.language-en section.oli-demo h2 {
	font-size:4vw;
}
}
@media only screen and (max-width: 600px) { 
		.page-template-page_builder.language-en section.oli-demo h2 {
	margin-bottom: 0px;
}
	.page-template-page_builder.language-en section.oli-demo  h2 a {
	font-size:4vw;
}
	.mobile-hidden {
		display:none!important;
}
	.mobile-only {
		display:block!important;
	}
	.oli-demo .mobile-content {
		display:block;
		margin-top:10px;
		margin-bottom:20px;
		float: left;
    width: 100%;
	}
	.oli-demo .mobile-content .mobile-block {
		float:left;
		width:100%;
	}
	.oli-demo .mobile-content .mobile-block .nr {
    color: #fff;
    background: #98733b;
    border-radius: 100%;
    text-align: center;
    width: 20px;
    height: 20px;
    float: left;
}
	.oli-demo .mobile-content .mobile-block .cont {
    width: calc(100% - 30px);
    float: right;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px #8f8f8f;
    border-style: dotted;
}
	.oli-demo .mobile-content .mobile-block:last-child .cont {
		 border-bottom: none;
	}
	.oli-demo .mobile-content .mobile-block .cont h3 {
		margin:0px;
		padding:0px;
		font-weight:bold;
		margin-bottom: -7px;
	}
	.oli-demo .mobile-content .mobile-block .cont h4 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #646464;
    text-transform: none;
    margin-top: 5px;
		    font-size: 15px;
}
	.oli-demo .mobile-content .mobile-block .cont p {
		margin:0px;
		padding:0px;
	}
}

a.button.product_type_simple.add_to_cart_button, .single_add_to_cart_button, div.product form.cart .button, a.button.product_type_variable, ul.products li.product .button {
	max-height:38px;
}



/*New Menu*/

header nav li#menu-item-4032 {
    right: 130px;
}
header nav ul.menu li.festi-cart-menu-item {
    right: 137px;
}
header nav li#menu-item-7606 {
    right: 64px;
}
div.language-selector ul li>span, div.language-selector ul li>a {
    padding: 15px 20px;
    height: auto;
	color: #333;
}
div.language-selector {
    position: absolute;
    top: 26px;
    padding-top: 44px;
    height: 44px;
}
div.language-selector ul {
    width: 220px;
}
div.language-selector ul li div.cur-icons {
	float: right;
}
div.language-selector ul li div.cur-icons .icon {
    margin-left: 9px;
    padding: 3px;
    margin-top: -3px;
    margin-right: -3px;
    width: 22px;
    display: inline-block;
    text-align: center;
}
@media only screen and (min-width: 1201px) { 
 div.language-selector ul li:not(:hover).active .cur-icons:before {
    margin-left: 9px;
    padding: 3px;
    margin-top: -3px;
    margin-right: -3px;
    width: 22px;
    display: inline-block;
    text-align: center;
}
}
div.language-selector ul li div.cur-icons .icon.highlight {
    border: solid 1px #333;
    border-radius: 100%;
}
div.language-selector ul li div.cur-icons .icon.gold {
	color: #98733b;
	border-color: #98733b;
}
div.language-selector ul li div.cur-icons .icon.gold {
	color: #98733b;
	border-color: #98733b;
}
.language-selector ul a .flag {
	color: #98733b;
}
.language-selector:hover .locations:before,
.language-selector:hover .locations:after {
       content: '';
    display: block;
    height: 0px;
    border-bottom: dotted 1px #000;
    position: relative;
    float: left;
    width: calc(100% - 40px);
    background: #FFF;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.language-selector ul a .flag .fa {
    font-size: 20px;
    margin-top: -4px;
}
div.language-selector .additional-links a:before {
	display: none;
}
div.language-selector ul.additional-links li:last-child {
    padding-bottom: 10px;
    background: #fff;
}
@media only screen and (max-width: 1580px) {
	div.language-selector {
    	right: -108px;
    }
	header nav ul.menu li {		
    margin-left: 0px;
	}
	header nav .menu-main-menu-container {
		padding-right: 6vw;
	}
	div.language-selector ul {
    width: 210px;
}
	header nav li#menu-item-7606 {
    right: 84px;
}
	header nav ul.menu li.festi-cart-menu-item {
    right: 147px;
}
}
@media only screen and (max-width: 1300px) { 
div.language-selector {
    right: -75px;
    width: 173px;
}
	header nav ul.menu li a {
    padding: 10px 8px;
    font-size: 13px;
}
}
@media only screen and (max-width: 1200px) { 
div.language-selector {
    right: -75px;
    width: 173px;
}
	header nav ul.menu li a {
    padding: 10px 8px;
    font-size: 13px;
}
	div.language-selector:not(:hover) ul li.active div.cur-icons .icon {
		display: none;
	}
	div.language-selector ul li>span:before, div.language-selector ul li>a:before {
    margin-top: -6px;
}
	div.language-selector {
    right: 0px;
    width: 75px;
    height: 75px;
}
	div.language-selector ul li div.cur-icons .icon {
    height: 22px;
    line-height: 14px;
}
	div.language-selector ul li>span:before, div.language-selector ul li>a:before, .language-selector ul a .flag {
    margin-top: 6px;
}
	div.language-selector ul li:not(:hover) > span:before {
    margin-top: 0px;
}
	div.language-selector {
		top: 19px;
	}
	div.language-selector ul li:not(:hover).active .cur-icons:before {
		left: 44px;
	}
	header nav li#menu-item-4032 {
    right: 0px;
}
	header nav li#menu-item-7606 {
    right: 0px;
}
	header nav ul.menu li.festi-cart-menu-item {
    right: 0px;
}
	header nav ul.menu li.festi-cart-menu-item #festi-cart:after {
		width:auto;
	}
}
@media only screen and (max-width: 959px) { 
	div.language-selector ul li:not(:hover)>span:before {
    margin-top: -1px;
}
header .mobile-menu-btn {
    right: 59px;
}
	div.language-selector ul li>span, div.language-selector ul li>a {
    padding: 8px 20px;
	}
	div.language-selector {
    top: 26px;
}
	
}


/*Video Banner Styling*/

.video-banner .video_feature_img {
    position: absolute;
    top: 6%;
    right: 10%;
    height: 95%;
}

.video-banner a.video-banner-container {
    position: relative;
    display: block;
    height: 0px;
    width: 100%;
    padding-bottom: 49%;
    overflow: hidden;
    margin-bottom: -8%;
}

.video-banner .video_feature_img img {
    max-height: 100%;
	height:100%;
}
.row-wide.video-banner {
    width: 100%;
    max-width: 100%;
}
.video-banner .video_content {
    position: absolute;
    left: 10%;
    top: 22%;
    width: 64%;
}

.page-template-page_builder section .video-banner .video_content h1 {
    color: #fff;
    font-size: 93px;
	font-size: 4.615vw;
    line-height: 1.1;
	font-family: 'century_gothicbold'!important;
}
.video-banner .ctabutton, .title-banner .cta-button {
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 0.6em 0.9em;
    border-radius: 2em;
    font-size: 28px;
    font-size: 1.3vw;
    margin-top: 1em;
    border: solid 2px #fff;
	    width: auto;
	text-align: center;
	    white-space: nowrap;
}
@media only screen and (max-width: 2015px) { 
.page-template-page_builder section .video-banner .video_content h1 {
        font-size: 4.615vw;
}
	.video-banner .ctabutton {
    font-size: 1.4vw;
}
}
@media only screen and (max-width: 700px) { 
.video-banner a.video-banner-container {
    padding-bottom: 90%;
}
	
	
	.row-wide.video-banner {
    width: 100%;
		margin-bottom: -20%;
}
	.video-banner .video_content {
		    top: 16%;
    width: 55%;
}
	.page-template-page_builder section .video-banner .video_content h1 {
    font-size: 6.6vw;
    line-height: 1.3;
		
}
	.video-banner .ctabutton {
    font-size: 3.5vw;
		 margin-top: 0em;
}
	.video-banner .video_feature_img {
    right: 6%;
}
.page-template-page_builder section h2:first-child {
    text-align: left;
}
	.home #page_title h1 {
    text-align: left;
}
}

/* New button styling */
.woocommerce a.button, 
.woocommerce div.product form.cart .button, 
.woocommerce .cart .button, 
.woocommerce .cart input.button, 
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order, 
#contactform .submit-container input, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.page-template-page_builder a.shop-now-image .button,
body div.festi-cart-products-content>p.festi-cart-buttons a.festi-cart-view-cart,
div#popup-nav-wrapper span.festi-cart-continue-shopping,
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart,
span.ctabutton {
    background: transparent!important;
    border: solid 1px  #060C47!important;
    color:  #060C47!important;
    border-radius: 19px;
	-webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
	white-space: nowrap!important;
	    text-transform: uppercase;
}
.woocommerce a.button:hover, 
.woocommerce div.product form.cart .button:hover, 
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover, 
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover, 
#contactform .submit-container input:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.page-template-page_builder a.shop-now-image .button:hover,
body div.festi-cart-products-content>p.festi-cart-buttons a.festi-cart-view-cart:hover,
div#popup-nav-wrapper span.festi-cart-continue-shopping:hover,
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart:hover,
span.ctabutton:hover {
    background:  #060C47!important;
    border: solid 1px  #060C47!important;
    color: #fff!important;
    border-radius: 19px;
}

span.ctabutton {
    line-height: 20px!important;
    padding: 7px 27px!important;
	display:inline-block;
}
div#popup-nav-wrapper span.festi-cart-continue-shopping, body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px!important;
    display: block;
    height: 40px;
    line-height: 16px;
    margin: 0px;
}
/* Additional tweaks */
.content-section img, .entry-content img {
    border-radius: 15px;
}
.woocommerce #content div.product div.images .flex-viewport, .woocommerce div.product div.images .flex-viewport, .woocommerce-page #content div.product div.images .flex-viewport, .woocommerce-page div.product div.images .flex-viewport, .woocommerce-page div.product div.images .woocommerce-product-gallery__image {
    border-radius: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border-radius: 20px;
    overflow: hidden;
}
body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-img a.festi-cart-img img {
	height:auto;
}
.white-panel .article_inner {
    border-radius: 20px;
}
.post_thumb_container img {
    border-radius: 20px;
}

.owl-item .wcps-items-price,
.owl-item .wcps-items-excerpt {
	display:none!important;
}

/*woo cart reset css*/
body div.festi-cart-window-content.festi-cart-fixed-position {
    position: fixed;
    margin: 0px!important;
    top: 27px;
    left: calc(50% + 387px);
    width: 45px;
}
body a#festi-cart.festi-cart.festi-cart-customize, body a#festi-cart.festi-cart.festi-cart-customize:hover, body a#festi-cart.festi-cart.festi-cart-customize.festi-cart-hover  {
    background: transparent!important;
}
body a#festi-cart.festi-cart.festi-cart-customize .festi-cart-quantity {
    display: block;
    width: 14px;
    height: 13px;
    line-height: 14px;
    border-radius: 10px;
    background-color: #98733b;
    position: absolute;
    top: 1px;
    right: 7px;
    color: #fff!important;
    font-size: 9px!important;
    font-weight: 700;
    text-align: center;
    font-family: sans-serif;
}
body div.festi-cart-products div.festi-cart-products-content {
	border:solid 1px #000!important;
}
body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-img a.festi-cart-img img, body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-img span.festi-cart-img img {
    max-width: 100px;
    width: 100px;
}
div.festi-cart-pop-up-body div.festi-cart-pop-up-header span.festi-cart-added-to-cart-msg {
	    color: #060C47;
    font-size: 19px;
	text-transform: uppercase;
}
body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-img a.festi-cart-img img, body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-img span.festi-cart-img img {
    max-width: 130px;
    width: 130px;
}
@media only screen and (max-width: 1580px) {
body div.festi-cart-window-content.festi-cart-fixed-position {
    left: calc(50% + 377px);
}
}
@media only screen and (max-width: 1425px) { 
body div.festi-cart-window-content.festi-cart-fixed-position {
    left: auto;
	right:283px;
}
}
@media only screen and (max-width: 1300px) { 
body div.festi-cart-window-content.festi-cart-fixed-position {
    right: calc(266px - 0.2%);
}

}
	#menu-item-13107 {
		display:none;
}
@media only screen and (max-width: 1200px) { 
body div.festi-cart-window-content.festi-cart-fixed-position {
    display:none;
}
	#menu-item-13107 {
		display:block;
	}
}
section.content-section {
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	padding-top: 30px;
    padding-bottom: 30px;
}
#the-king-of-supplements .section_link .block-image {
    margin-bottom: -44%;
}
#the-king-of-supplements .grid_12 + .grid_3 img {
    max-width: 150px;
}
@keyframes animation-1 {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-3px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes animation-2 {
    100% {
        transform: translateY(0px)
    }
}
#the-king-of-supplements .section_link .block-image:active, #the-king-of-supplements .section_link .block-image:focus, #the-king-of-supplements .section_link .block-image:hover,
.wcps-container .owl-item div.wcps-items div.wcps-items-thumb img:active, .wcps-container .owl-item div.wcps-items div.wcps-items-thumb img:focus, .wcps-container .owl-item div.wcps-items div.wcps-items-thumb img:hover,
.video-banner .video_feature_img img:active, .video-banner .video_feature_img img:focus, .video-banner .video_feature_img img:hover {
    animation-name: animation-2,animation-1;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate;	
}
#the-king-of-supplements p {
	max-width: 807px;
}
#the-king-of-supplements h3 {
	position:relative;
	z-index:2;
	font-size:24px;
}
section.featured_words_section {
    padding-top: 30px;
}
section.featured_words_section .featured_words {
    padding: 50px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    margin-top: -30px;
    padding-top: 10%;
    padding-bottom: 10%;
}
section.featured_words_section .featured_words .word {    
	font-family: 'century_gothicbold'!important;
    color: #fff;
    font-size: 59px;
    line-height: 70px;
    margin-top: 20px;
	display:block;
	    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
section.featured_words_section .featured_words .word:hover {
	opacity:0.5;
}
section.featured_words_section .featured_words .word.is-highlighted {
	opacity:0.5;
}
.wcps-container .wcps-items-title a {
    line-height: 24px;
    color: #060c47!important;
}

.full_width_featured_product {
    border: none;
    float: left;
    width: 100%;
    padding: 0px;
    border-radius: 20px;
    padding-bottom: 0px;
}
.full_width_featured_product>div {
    padding: 0;
}
.full_width_featured_product .grid_5.right.thumbnail {
	margin-bottom: 0px;
}
.details_list {
	font-size: 17px;
    line-height: 25px;
}
.full_width_featured_product > .left.short_description {
    border-bottom: solid 1px #98733b;
	padding-bottom: 15px;
}
.details_list .detail {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #af1817;
	
}
.details_list .detail:last-child {
	padding-bottom: 0px;
    border-bottom:none;
}
.details_list .detail .ctabutton {
	margin-top:20px;
}
.full_width_featured_product .thumbnail img {
	width: 90%;
    padding: 5%;
    margin-left: 5%;
}
.full_width_featured_product .thumbnail {
    border: none;
}
.featured_words_section + section#featured_products {
    padding-top: 40px;
}

.wcps-container .owl-item div.wcps-items div.wcps-items-thumb img {
    width: 120%;
    margin: 0%;
    margin-bottom: -8%;
    margin-left: -10%;
	max-width: 120%;
}
.flexslider-simplenav .flex-direction-nav li:before {
	display:none;
}
.flexslider-simplenav .flex-direction-nav li {
    position: initial!important;
	padding: 0px!important;
}
.flexslider-simplenav .flex-direction-nav .flex-prev,
.flexslider-simplenav .flex-direction-nav .flex-prev:hover {
    left: 0px!important;
}
.flexslider-simplenav .flex-direction-nav .flex-next,
.flexslider-simplenav .flex-direction-nav .flex-next:hover {
    right: 0px!important;
}
.flexslider-simplenav .flex-direction-nav .flex-next,
.flexslider-simplenav .flex-direction-nav .flex-prev {
   text-align: center;
    opacity: 1;
    font-size: 0px;
}
.flexslider-simplenav .flex-direction-nav a:before {
    font-size: 60px;
    color: rgb(0 0 0/15%);
    line-height: 41px;
    text-shadow: none;
	font-family: 'FontAwesome';
	content: '\f104';
}
.flexslider-simplenav .flex-direction-nav a.flex-next:before {
    content: '\f105';
}
.flex-direction-nav.flexslider-simplenav a {
    width: 27px;
}
.flexslider.flexslider-simplenav {
    margin-bottom: 10px;
}
.flexslider-simplenav .flex-control-nav {
    bottom: 0px;
}
.flexslider-simplenav .flex-control-paging li a {
    width: 8px;
    height: 8px;
}

.flex-slider-featured-word span.the-word {
    text-align: center;
    display: block;
    font-size: 60px;
    line-height: 0px;
    padding-bottom: 50%;
    padding-top: 50%;
	color:#AF1817;
	font-weight:700;
	opacity: 1;
	-webkit-transition: all  0.15s linear;
    -moz-transition: all  0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
	font-family: 'century_gothicbold'!important
}

.flex-slider-featured-word span.the-word:hover {
	opacity:0.5;
	color:#fff;
}
.flex-slider-featured-word.flexslider .slides>li {
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}
.flex-slider-featured-word.flexslider-simplenav .flex-direction-nav a:before,
.multi-image.flexslider-simplenav .flex-direction-nav a:before {
    color: rgb(255 255 255 / 74%);
}
.flexslider.multi-image {
    margin-bottom: 20px;
}
.page-template-page_builder section h2 + h4 {
    margin-top: -0.8em;
}
.flexslider {
	border:none;
}
@media only screen and (max-width: 1250px) {
	h2.col_feature, h1.col_gold {
    font-size: 50px;
    line-height: 57px;
}
}
@media only screen and (max-width: 959px) {
	h2.col_feature, h1.col_gold {
        font-size: 34px;
    line-height: 38px;
}	
	section.featured_words_section .featured_words .word {
    font-size: 33px;
    line-height: 42px;
}
	
	section.featured_words_section .featured_words {
    padding: 20px;
    border-radius: 9px;
	}
	.details_list {
    font-size: 15px;
    line-height: 20px;
}
	.flex-slider-featured-word span.the-word {
		font-size: 34px;
	}
	section.content-section {
    padding-top: 15px;
    padding-bottom: 15px;
}
	.content-section img, .entry-content img {
    border-radius: 10px;
}
	#the-king-of-supplements .section_link .block-image {
    margin-bottom: -6%;
    max-height: 370px;
}
	#the-king-of-supplements .section_link .grid_3 {
    width: 48%;
}
	.omega-krill-feature .grid_6.right {
    float: right;
    width: 40%;
}
	.omega-krill-feature .grid_6.left {
    float: left;
    width: 60%;
}
	@media only screen and (min-width: 560px) {
		.maintain-grid-6-tablet .grid_6.right {
    		float: right;
    		width: 50%;
			padding:10px;
		}
		.maintain-grid-6-tablet .grid_6.left {
   		 	float: left;
    		width: 50%;
			padding:10px;
		}
	}
	@media only screen and (max-width: 560px) {
		#the-king-of-supplements .section_link .grid_3 {
   
}
		#the-king-of-supplements .section_link .block-image {
   margin-bottom: -43px;
    max-height: 304px;
}
			.omega-krill-feature .grid_6.right {
    float: right;
    width: 100%;
}
		.omega-krill-feature .grid_6.right img {
			    max-height: 64px;
    margin: 0;
    float: right;
    margin-top: -116px;
    margin-right: -23px;
		}
	.omega-krill-feature .grid_6.left {
    float: left;
    width: 100%;
}
		#the-king-of-supplements h3 {
    font-size: 4vw;
}
		#the-king-of-supplements .grid_12+.grid_3 img {
    max-width: 100px;
    float: right;
    margin-top: -50px;
}
		section.featured_words_section .featured_words .word {
    font-size: 30px;
    line-height: 43px;
}
		section.featured_words_section .featured_words {
        padding-top: 60%;
    background-position: 80%;
	}
/*		section.featured_words_section h2 {
    position: relative;
    margin-bottom: -6.5rem;
    z-index: 2;
    padding-left: 20px;
    color: #FFF;
    letter-spacing: 0.02em;
    border-bottom: solid 1px #fff;
			padding-bottom: 10px;
}*/
		.as-seen-in .txtcenter img {
    max-height: 27px;
		}
	}
}
.is-hidden {
	display:none!important;
}

.omega-krill-feature .inner_container {
    background: #f7f7f775;
    padding: 10px 20px;
    border-radius: 20px;
    background-image: url(https://norwayomega.com/wp-content/uploads/2023/04/OMEGA-FORK.svg?v5);
    background-size: auto 75%;
    background-position: center;
    background-repeat: no-repeat;
}

	#the-king-of-supplements h3, .wcps-container .wcps-items-title a, body a.button.product_type_simple.add_to_cart_button, body a.button.product_type_variable, body.woocommerce ul.products li.product .button, .video-banner .ctabutton, span.ctabutton {
    font-family: 'century_gothicbold'!important;
}
.page-template-page_builder section h2:first-child span {
    font-size: 0.7em;
   
    line-height: 1.1em;
    max-width: 70%;
}
@media only screen and (max-width: 959px) { 
	.page-template-page_builder section h2:first-child span {
		 display: block;
	}
.omega-krill-feature .inner_container {
    padding: 0px 20px;
}
	div.row, .sliderS1 .flexslider .slides li .slideBody .slide_copy {
    width: 94%;
}
	.video-banner .video_content {
    left: 4%;
	width: 60%;
}
	.page-template-page_builder section .video-banner .video_content h1 {
    font-size: 7.6vw;
    line-height: 1.2;
}
	section.featured_words_section .featured_words .word {
			font-size: 7vw;
			line-height: 1.4;
		}
	@media only screen and (max-width: 500px) { 
		section.featured_words_section .featured_words .word {
			font-size: 11vw;
			line-height: 1.4;
		}
	}
	section.featured_words_section .featured_words {
    padding-top: 40%;
    background-position: 80%;
}
	.details_list .detail {
    font-size: 16px;
}
	.video-banner a.video-banner-container {
    padding-bottom: 90%;
}
	.video-banner a.video-banner-container video {
    max-width: 184%!important;
    width: 184%!important;
    display: block;
}
	.video-banner .video_feature_img {
    right: 4%;
}
}
header .nav_box:before {
	display:none;
}


header {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 0px;
}
header.is-hidden-header {
    margin-top: -100px;
}
body div.festi-cart-window-content.festi-cart-fixed-position {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body.is-hidden-header div.festi-cart-window-content.festi-cart-fixed-position{
	margin-top: -100px!important;
}
section.title-banner {
    padding-top: 11vw;
    padding-bottom: 9vw;
    text-align: center;
    background-size: cover;
    background-position: center;
}
section.title-banner h1 {
    color:#fff;
    font-size: 4.615vw;
    font-family: 'century_gothicbold'!important;
    margin-bottom: 14px;
	text-shadow: rgba(0,0,0,.3) 0px 0px 50px;
}
section.title-banner h1 * {
	font-family: 'century_gothicbold'!important;
}
section.title-banner h2 {
    color:#fff;
	font-size: 2vw;
	text-shadow: rgba(0,0,0,.3) 0px 0px 50px;
	margin-bottom: 2vw;
}
section.title-banner:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
	background-image: url(https://norwayomega.com/wp-content/uploads/2023/08/video-overlay.png);
	background-repeat: repeat;
	background-size: 8px 8px;
}
section.title-banner .row {
	position:relative;
	    z-index: 1;
}
@media only screen and (max-width: 2015px) { 
section.title-banner h1 {
        font-size: 4.615vw;
}
	 .title-banner .cta-button {
    font-size: 1.4vw;
}
	section.title-banner h2 {
	font-size: 2vw;
}
}
@media only screen and (max-width: 700px) { 
	section.title-banner {
    	padding-top: 16vw;
		padding-bottom: 10vw;
	}
section.title-banner h1 {
    font-size: 6.6vw;
    line-height: 1.3;
		
}
		section.title-banner h2 {
	font-size: 4vw;
}
 .title-banner .cta-button  {
    font-size: 3.5vw;
}
}

.page-template-page_builder section.fontsize_20 ul, .page-template-page_builder section.fontsize_20 p, .page-template-page_builder section.fontsize_20 a, .page-template-page_builder section.fontsize_20 h5 {
    font-size: 22px;
    line-height: 1.5;
}
.page-template-page_builder section.fontsize_20 ul li {
	margin-bottom:5px;
}
@media only screen and (max-width: 700px) { 
.page-template-page_builder section.fontsize_20 ul, .page-template-page_builder section.fontsize_20 p, .page-template-page_builder section.fontsize_20 a, .page-template-page_builder section.fontsize_20 h5 {
	font-size:16px;
}
}
.accordion-item {
    border-bottom:solid 1px #ccc
}

.accordion-item .accordion-title {
    font-size: 24px;
    padding: 15px;
    padding-left: 20px;
    line-height: 1.5;
    font-family: 'century_gothicbold';
    position:relative;
	cursor: pointer;
}
.accordion-item .accordion-title.active {
    color:#af1817;
}
.accordion-item .accordion-title * {
    font-family: 'century_gothicbold';
}
.accordion-item .accordion-title:before {
    content:'';
    border-style:solid;
    border-width:5px;
    display:block;
    position:absolute;
    border-bottom-color:transparent;
    border-left-color:transparent;
    left:-5px;
    top:27px;
    -webkit-transition:  all 0.35s ease-in;
    -moz-transition:  all 0.35s ease-in;
    -o-transition:  all 0.35s ease-in;
    transition: all 0.35s ease-in;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.accordion-item .accordion-title.active:before {
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    transform:rotate(135deg);
}
.accordion-item .accordion-content {
    overflow:hidden;
    max-height:0px;   
    -webkit-transition:  max-height 1s ease-in;
    -moz-transition:  max-height 1s ease-in;
    -o-transition:  max-height 1s ease-in;
    transition:  max-height 1s ease-in;
}
.accordion-item .accordion-title.active + .accordion-content {
    max-height: 5000px;
}
.accordion-item .accordion-content-inner {
    padding-bottom:20px
}

.featured-block {
    padding: 5%;
    border-radius: 20px;
}

.featured-block * {
    color:#fff;
    line-height:1.5
    
}
.featured-block h2 {
    font-size:60px;
    color:#fff
    
}

.featured-block span.ctabutton {
    color:#fff!important;
    border-color:#fff!important;
    margin-top:40px;
}
section.content-section ol {
    list-style: auto;
    line-height: 1.5;
    padding-left: 20px;
}

section.title-banner.video-banner {
    overflow: hidden;
}

.video-container-fill {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:0;
}

.video-container-fil video {
    object-fit: fill;
    display: block;
}
.extraPaddingBottom .featured-block {
    padding-bottom: 100%!important;
}
.featured-block {
	background-position:center;
	background-size:cover;
	font-size: 20px;
	overflow: hidden!important;
    position: relative;
}
.dark_text .featured-block * {
    color:#060c47!important;
	position:relative;
}
.dark_text .featured-block .ctabutton {
    background: #060C47!important;
}
.dark_text .featured-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(#ffffff, #ffffff00);
}
.video-container-fill video {
    object-fit: cover;
}
	.woocommerce .products li a.woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
    border: none;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: -10%;
		margin-top: -10px;
    z-index: -1;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
}
span.festi-cart-continue.b-close {
	max-width: 50%;
    display: block;
}
.product-name a, a.shipping-calculator-button, .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    color: #060c47!important;
}
.woocommerce a.remove {
    color: #a7a7a7!important;
}
.actions .coupon #pwgc-redeem-error ~ * {
    opacity: 0.5;
}
.actions .coupon:hover #pwgc-redeem-error ~ * {
    opacity: 1;
}
@media only screen and (max-width: 768px) { 
.featured-block h2 {
	font-size: 38px;
}
	.featured-block {
		font-size: 17px;
	}	
	.dark_text .featured-block:before {
	background: linear-gradient(#ffffff, #ffffff, #ffffff, #ffffff00);
}

}
.product-template-default .woocommerce .single-product .summary.entry-summary .entry-title {
    text-align: left;
}
div.language-selector:hover {
    display: none!important;
}
header .yay-currency-single-page-switcher {
    position: absolute;
    top: 28px;
    right: 178px;
}
@media only screen and (min-width: 1000px) { 
.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 33.3%;
}
	}
@media only screen and (max-width: 1200px) { 
	header .yay-currency-single-page-switcher {
    position: absolute;
    top: 20px;
    right: 126px;
}
}
@media only screen and (max-width: 960px) { 
header .mobile-menu-btn {
    right: 0px;
}
		header .yay-currency-single-page-switcher {

    right: 60px;
}
	header .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper {
    width: 160px;

}
}
@media only screen and (max-width: 400px) { 
span.yay-currency-selected-option {
    display: none!important;
}
	header .yay-currency-single-page-switcher .yay-currency-custom-select-wrapper {
    width: 75px;
}
	header .yay-currency-custom-select.open .yay-currency-custom-options {

    width: 140px!important;
}
}
@media only screen and (max-width: 768px) { 
span.festi-cart-continue.b-close {
    max-width:100%;
    display: block;
    padding-top: 10px !important;
    position: relative;
    float: left;
    width: 100%;
}
}