DELETE FROM KEYWORDS WHERE ID_DOMAINE=28192102DoneDoneDone
URL:www.soloppgangen.no
Connection: keep-alive
Date: Fri, 01 Nov 2024 06:24:21 GMT
Content-Length: 162
Content-Type: text/html
Location: https://www.soloppgangen.no/
Server: nginx
Location => https://www.soloppgangen.no/
Status => 301
<html>
<head><title>301 Moved Permanently</title></head>
(vide) Tentative en https
<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>
Soloppgangen - en Gave og Helsekostbutikk med særpreg
</title>
<meta property="og:title" content="Soloppgangen - en Gave og Helsekostbutikk med særpreg " />
<meta property="og:type" content="website" />
<meta property="og:image" content="/users/soloppgangena_mystore_no/logo/Header02.23.238.png" />
<script type="text/javascript">var currentPage = 'index.php'; </script>
<script>
//Cart products Object
var _cartProducts = [];
var _catPorducts = [];
</script>
<script>
// Making language accessible
var current_lang_code = 'no';
var current_currency_code = 'NOK';
var productPageSwiperLoaded = true;
var languages = {
sort: 'Sorter ',
manufacturer: 'Produsenter', addedToCart: 'Varen ble lagt i handlekurven din!'
}
var settings = {
dockedHeader: false,
lazyLoad: false,
advancedSearch: false,
advancedQuantity: false,
productAdvancedQuantity: true,
headerMegamenuShowBrandsTabbed: true,
infiniteScrolling: false,
advancedAjaxSearch: false,
currentPage: 'index.php',
productBoxesPerMobile: 'col-6',
productGridAdvancedImages: true,
productGridAdvancedImagesTimeout: 1500,
advancedPopupOnPurchase: false,
americaTrimTextMobile: false,
americaEnableOptimization: false };
var customer_group = "";
var user_is_club_member = false;
var user_is_company = false;
var _cartTotals = {
'sidebar_cart_num_items': '0',
'sidebar_cart_total': '0,-',
'sidebar_cart_total_raw': '0',
};
</script>
<script type="text/javascript">
var show_q_in_stock = false;
</script>
<link rel="canonical" href="https://www.soloppgangen.no">
<meta name="description" content="Velkommen til Soloppgangen Helse og Miljø AS. Du finner oss midt i Kjerkgata på Røros, hvor vi har holdt til i over 30 år. Her finner du bl.a Helsekost, Kaffe/Te, Søtsaker, Økologiske matvarer og Gaveartikler. I 2. etg finner du Juleloftet, med masse flotte julevarer. Utover året vil du finne også andre sesongvarer her. Hele vårt sortiment ligger også tilgjengelig her på vår nettbutikk. Soloppgangen - En butikk med særpreg">
<meta name="csrf-token" content="4_ksiWuoG2sUvqTNGXHhjkaeBYxJ5rnqbMcG5BAxjI" />
<base href="//www.soloppgangen.no">
<link type="text/css" rel="stylesheet" href="global.css.php?version=a1726831376&host=soloppgangena_mystore_no" />
<link type="text/css" rel="stylesheet" href="/css/ck4.css" />
<script>
var params = {
load_fancybox:'1',
is_checkout:'0',
defaultLang: 'no',
langCode: 'no'
};
</script>
<script type="text/javascript" src="global.js.php?version=1726831376&v2&host=soloppgangena_mystore_no"></script>
<link rel="shortcut icon" type="image/x-icon" href="/users/soloppgangena_mystore_no/logo/favicon8.ico">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HVPH4HWWG8"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id="></script>
<script>
let anonip = 'false';
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('consent', 'default', {
'ad_storage': 'denied',
'analytics_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'wait_for_update' : 500
});
gtag('config', 'UA-31278684-1', {
anonymize_ip: anonip === 'true' ? true : false,
});
</script>
<script>
gtag('config', 'G-HVPH4HWWG8', {
anonymize_ip: anonip === 'true' ? true : false,
});
</script>
<script>
gtag('config', '', {
anonymize_ip: anonip === 'true' ? true : false,
});
</script>
<script type="text/javascript">
</script>
<script type="text/javascript">
</script>
<script>
var _CrallConfig = {
features:{
recommendations:{
usePreload:true,
customRenderEngine: 'renderNativeMystoreProducts',
},
search: {
customRenderEngine: 'renderNativeMystoreSarch'
},
reviews:{}
},
pk:11995
};
function renderNativeMystoreProducts(elm, products, callback, ...rest) {
console.log("Reccomendations hook triggered");
console.log(products);
var template = products.template;
var products = products.products;
if (products.length > 0){
$.post('/product_box.php?action=crall', { action: 'crall', data: JSON.stringify(products) }, function(resp){
var $products_html = $('<div class="products-injected products-list row">' + resp + '</div>');
var cssClasses = 'col-6 col-md-4 col-lg-4 col-xl-2 plr5';
if (typeof customCrallClasses == 'function') {
cssClasses = customCrallClasses();
}
$products_html.find('.product-box').wrap('<div class="'+ cssClasses +'"></div>');
$(elm).html($products_html);
$('.products-injected .lazyloaded').lazyload();
var crallRenderInterval = setInterval( function(){
if (typeof crallProductsHook === 'function'){
clearInterval(crallRenderInterval);
crallProductsHook('loaded', elm, callback, products, template);
}
}, 50);
});
}
}
function renderNativeMystoreSarch(elm, data, callback) {
console.log("REACT Native search");
if (data.products.length > 0){
$.post('/product_box.php?action=crall', { action: 'crall', data: JSON.stringify(data.products) }, function(resp){
var $products_html = $('<div class="col-md-12"><div class="products-injected products-list row">' + resp + '</div></div>');
var cssClasses = 'col-6 col-md-4 col-lg-4 col-xl-2 plr5';
if (typeof customSeachCrallClasses == 'function') {
cssClasses = customSeachCrallClasses();
}
$products_html.find('.product-box').wrap('<div class="'+ cssClasses +'"></div>');
$('.crall-search-filter-right > .crall-search-product-result').html($products_html);
$('.products-injected .lazyloaded').lazyload();
if (typeof crallSearchProductsHook === 'function'){
crallSearchProductsHook('loaded', elm, callback, data.products);
}
});
}
}
</script>
<script type="text/javascript">(function(){
var cc=document.createElement('script');cc.type='text/javascript';cc.async=true;cc.src='https://cdn.crall.io/w/widgets.js?v=4';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(cc, s);})();
</script>
<script type="text/javascript">var __crallEmail='';var __crall_id=11995; (function(){
var cc=document.createElement('script');cc.type='text/javascript';cc.async=true;cc.src='https://cdn.crall.io/t/client.js?v=4';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(cc, s);})();
</script>
<link type="text/css" rel="stylesheet" href="/css/modules/consent.css?v=3" />
<script src="/js/modules/consent.js"></script>
<script defer src="templates/global/mystore/emojis.js?v=5"></script>
<script type="text/javascript">
if (typeof $ !== 'undefined' && typeof $.ajaxSetup === 'function') {
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
}
});
}
</script>
<script src="/templates/america/js/bootstrap-tabcollapse.js" ></script>
<script src="/templates/america/js/jquery.colorbox-min.js" ></script><!--Move to Global JS -->
<link rel="stylesheet" href="/templates/america/css/colorbox.css" /><!--Move to Global CSS -->
<div class="popup_dark_bg" style="display: none;"></div>
<div class="popup_wrapper" style="display: none;">
<div class="tabs_title">
<h4 class="p20 m0">Lagt i kurv</h4>
<a href="javasctip:void(0)" onclick="continueShopping()" class="close-popup-america">
<i class="fa fa-2x fa-times pull-right pr10 pt10" aria-hidden="true"></i>
</a>
</div>
<div class="info_wrapper">
<section id="newitemsp" class="tabs_content" style="display: block;">
<div class="singular_product mt0">
<div class="left_part col-md-12 col-sm-12">
<div class="row">
<div class="image image-newitem col-4 col-md-3 col-sm-3 col-xs-3">
</div>
<div class="col-8 col-md-8 col-sm-9 col-xs-9 title_wrapper">
<h4 class="product_title" style="font-size: 16px;"></h4>
<h5 style="font-size: 14px;"></h5>
<span class="productPrice" style="font-size: 14px;"><strong></strong></span>
</div>
</div>
</div>
<div class="right_part col-md-12 col-sm-12 buttons_wrapper">
<div class="row">
<div id="shipment-countdown-popup" class="flex-center mob-menu" style="display: block;">
<div class="warning-visible" id="mobile-shipping-countdown">
<div class="cp-panel panel panel-default">
<div class="alert-warning warning main-kco-background shippment_calc_main_wrapper" style="font-weight: 700; padding-left: 10px; padding-right: 10px;color:#000000;background: #dec7c7;border-color: #f3e1e3; text-align: center;padding: 8px;font-size: 16px;">
<div class="mobile_shipping_wrapper">
<div class="mobile_shipping_progress" style="width: 0%;"></div>
</div>
<div class="info_wrapper">
<h2>
<i class="fa fa-info"></i>
<span class="shipping-notification-sum-left" style="color: #ff0000;">
999</span>
<span>,- KR IGJEN TIL FRI FRAKT!</span>
</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<span class=" col-md-6 col-xs-12 button">
<a href="javascript:void(0)" onclick="continueShopping()" class="action_button button">Fortsett å handle</a>
</span>
<span class=" col-md-6 col-xs-12 til_kasse">
<a href="https://www.soloppgangen.no/cart" class="action_button button">Til handlekurv</a>
</span>
</div>
</div>
<div class="multiple_products">
<div class="clerkplaceholder">
<h4 class="mt20 tabs_title active"><span>Vi anbefaler</span></h4>
<div class="crall-recommendation-box crall-fontpage-one plr15" data-recommendation-id="@cart-others-also-bought"></div>
</div>
</div>
</div>
</section>
</div>
</div>
<style>
div.popup_wrapper .crall-slide .crall-product-item .crall-buy .fa {
color: #fff;
}
.block.full {
display: block;
width: 100%;
}
.cart-menu .cart-product-wrapper {
max-height: 500px;
overflow-x: hidden;
overflow-y: auto;
}
.productPrice h5 {
font-size: 14px;
}
div.popup_wrapper .right_part a {
font-size: 16px;
font-weight: 300;
}
div.popup_wrapper .crall-wrapper .crall-slide {
padding-top: 0;
}
@media (max-width: 768px){
.popup_wrapper {
max-width: 350px !important;
}
.singular_product .left_part > .row {
margin: 0 !important;
}
.image-newitem {
padding: 0 !important;
}
body .buttons_wrapper > div > .button, body .buttons_wrapper .til_kasse {
padding: 0 !important;
}
body .buttons_wrapper > div > .button {
margin-bottom: 10px;
}
span.productPrice span,
html .price_active,
html body .productPrice.hasSpecialPrice > .price_active,
html .p_special {
font-size: 16px !important;
vertical-align: text-bottom;
font-weight: 700 !important;
}
html body .overlay .__bottom_container .price-and-delete-wrapper .cart-price {
font-size: 16px !important;
}
.title_wrapper {
padding-right: 0 !important;
}
.title_wrapper .product_title {
font-size: 14px !important;
}
#newitemsp .left_part .image {
width: 30%;
}
#newitemsp .left_part .col-md-8 {
width: 70%;
}
#newitemsp .singular_product {
width: 100%;
}
}
.close-popup-america {
position: absolute;
top: 0;
right: 0;
}
.overlay .__bottom_container .price-and-delete-wrapper .cart-old-price,
.overlay .__bottom_container .price-and-delete-wrapper .cart-old-price s,
html .overlay .__bottom_container .price-and-delete-wrapper .cart-price,
html .price_active, html .productPrice.hasSpecialPrice > .price_active,
html .p_special {
font-size: 18px !important;
font-weight: 700 !important;
}
.productPrice.hasSpecialPrice > .price_active {
}
body div.popup_wrapper {
height: auto !important;
border-radius: 12px;
overflow: hidden;
max-width: 768px;
margin-left: 0;
position: fixed;
z-index: 9999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
background: #fff;
box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
border: none !important;
width: 100%;
}
.tabs_title {
text-align: center;
padding: 0 12px;
}
.popup_wrapper > .tabs_title > h4 {
font-size: 24px;
color: #374151;
font-weight: normal;
border-bottom: 1px solid #F1F5F9;
}
.buttons_wrapper .til_kasse a {
border: none !important;
}
.buttons_wrapper {
margin-top: 0px;
}
div.popup_wrapper .tabs_content {
padding: 20px 0 !important;
}
.tabs_title .close-popup-america {
width: 28px;
height: 28px;
background: red;
border-radius: 50%;
background: #F1F5F9;
display: flex;
align-items: center;
justify-content: center;
top: 20px;
right: 20px;
}
.product_title {
font-size: 18px !important;
}
.tabs_title .close-popup-america i {
font-size: 18px;
padding: 0;
margin: 0;
}
.productPrice {
font-weight: bold;
}
.productPrice h5 {
color: #3F3F46 !important;
font-weight: normal !important;
}
.buttons_wrapper .button .button{
color:#121212 !important;
border: 1px solid #CBD5E1 !important;
background: transparent !important;
}
.buttons_wrapper .til_kasse a {
background: #F4A261;
border-color: #F4A261;
}
.buttons_wrapper .til_kasse, .buttons_wrapper > div {
padding: 0 20px !important;
}
.singular_product .left_part {
padding: 0 20px !important;
}
.buttons_wrapper .til_kasse, .buttons_wrapper > div > .button {
padding: 0 !important;
border-radius: 6px !important;
}
.buttons_wrapper .button .button, .buttons_wrapper .til_kasse a {
margin: 0 !important;
padding: 12px !important;
}
.buttons_wrapper > div > .button {
padding-right: 10px !important;;
}
.buttons_wrapper .til_kasse {
padding-left: 10px !important;
}
.price_active {
font-size: 20px !important;
font-weight: normal !important;
}
.productPrice.hasSpecialPrice > .price_active {
color: #BE185D !important;
}
.p_special {
margin-right: 14px;
color: #374151;
text-decoration: line-through;
font-size: 20px !important;
font-weight: normal !important;
float: left;
}
#shipment-countdown-popup.flex-center.mob-menu {
display: block !important;
width: 100%;
margin-top: 0px !important;
margin-bottom: 0px;
}
#shipment-countdown-popup .shippment_calc_main_wrapper {
padding-bottom: 8px !important;
margin-bottom: 10px !important;
}
html .header_main_wrapper,
html .header_main_wrapper > .success-visible, html .header_main_wrapper.flex-center.mob-menu,
html .flex-center.mob-menu.header_main_wrapper > .success-visible, html .flex-center.mob-menu.header_main_wrapper.flex-center.mob-menu {
margin-top: 0 !important;
padding-top: 0 !important;
}
html .flex-center.mob-menu.header_main_wrapper > .success-visible, html .flex-center.mob-menu.header_main_wrapper > .warning-visible {
display: none !important;
}
html .flex-center.mob-menu > .warning-visible, .flex-center.mob-menu > .success-visible {
position: static !important;
}
@media (min-width: 1024px) {
.header_main_wrapper {
display: none !important;
}
}
div.popup_wrapper .product-box .product .product-meta {
margin-top: 0;
margin-bottom: 0;
}
div.popup_wrapper .product-box .product .product-meta > * {
display: none;
}
div.popup_wrapper .product-box .product .product-meta > .product_box_title_row {
display: block;
}
div.popup_wrapper .product-box .product .product-meta > .product_box_title_row .title {
overflow: hidden;
line-height: 1.8;
}
div.popup_wrapper .product-box .product .product-meta > div:last-child {
display: block;
}
div.popup_wrapper .product-box .product .product_box_button {
display: none !important;
}
div.popup_wrapper #newitemsp img {
/*height: 100px !important;*/
}
div.popup_wrapper .product-box .product .quick_view {
display: none !important;
}
div.popup_wrapper #newitemsp .clerkplaceholder .clerkheader {
margin-bottom: 0;
}
div.popup_wrapper .crall-slide .crall-product-item .crall-buy {
/*display: none !important;*/
}
div.popup_wrapper .crall-slide .crall-product-item .crall-product-image {
height: auto !important;
max-height: 250px !important;
}
div.popup_wrapper .crall-slide .crall-product-item .crall-product-name {
/*height: 2rem !important;*/
margin-left: 0;
}
div.popup_wrapper .crall-slide .crall-product-item .crall-price {
margin-left: 0;
}
div.popup_wrapper .product .product-meta .price {
margin-top: 0;
}
body .cart-page-V2 .summarybox-wrapper .summarybox div.mobile_shipping_progress {
background: linear-gradient(90deg,#5389d4 0, #5389d4 100%) !important;
}
#newitemsp .product_title {
font-size: 1.8em !important;
}
#newitemsp .price_active {
font-size: 1.6em !important;
}
/*#newitemsp .club_price {
color: #f05135;
background: transparent;
display: block;
padding: 0;
margin: 0;
font-weight: bold;
font-size: 18px;
margin-bottom: 20px;
}
*/
#newitemsp .bonus_points_info {
margin-bottom: 8px;
}
@media (max-width: 600px) {
body #newitemsp .product_title {
font-size: 1.1em !important;
}
}
@media (max-width: 460px) {
div.popup_wrapper .multiple_products {
display: none !important;
}
}
</style>
<script>
function onRegularPurchaseHook(thisButton){
var product = {};
if (currentPage == 'product.php'){
// This would be if regular popup is used with shopthelook module
if (thisButton.hasClass('shopthelook_button')){
var parentContainer = thisButton.closest('.stl_product');
product.title = parentContainer.find('.data_title').text();
product.image = parentContainer.find('.data_image').attr('src');
product.price = parentContainer.find('.valid_price').html();
if (parentContainer.find('.data_price .original_price').length > 0){
product.price_special = parentContainer.find('.original_price').html();
} else {
product.price_special = null
}
var attributes_array = [];
parentContainer.find('.attrbutedropdown').each( function(i){
var title = $(this).attr('title');
var value = $(this).find("option:selected").text();
attributes_array.push('<h5>' + title + ': ' + value + '</h5>');
});
product.attributes = attributes_array;
} else {
product.title = $('#add2cart h1').text();
product.image = $('.product_page_slider img:first-child').attr('src');
if ($('#add2cart .products_price.special').length > 0){
product.price = $('#add2cart .products_price.special').text();
product.price_special = $('#add2cart .products_price_old').text();
} else {
product.price = $('#add2cart .product-price').text();
product.price_special = null
}
var attributes_array = [];
$('.attrbutedropdown').each( function(i){
var title = $(this).attr('title');
var value = $(this).find("option:selected").text();
attributes_array.push('<h5>' + title + ': ' + value + '</h5>');
});
product.attributes = attributes_array;
product.retail_priceHTML = $('#add2cart .club-price').html();
product.bonusInfoHTML = $('#add2cart .posted_in').html();
}
} else {
product.title = thisButton.closest('.product-box').find('.title').text();
product.image = thisButton.closest('.product-box').find('.image img').attr('src');
product.price = thisButton.closest('.product-box').find('.price').text();
product.price_special = thisButton.closest('.product-box').find('.price').text();
}
console.log(' product.retail_price', product.bonusInfoHTML);
$('#newitemsp .left_part .col-md-8 .productPrice').removeClass('hasSpecialPrice');
$('#newitemsp .left_part .image-newitem').html('<img src="' + product.image + '"/>');
$('#newitemsp .left_part .col-md-8 .product_title').text(product.title);
// Add bonus point info
$('#newitemsp .left_part .col-md-8 .product_title').after('<div class="bonus_points_info>' + product.bonusInfoHTML + '</div>');
$('#newitemsp .left_part .col-md-8 .productPrice').html('<span class="price_active">'+ product.price + '</span><div class="club_price"></div>');
// Add club price
product.retail_priceHTML ? $('#newitemsp .left_part .col-md-8 .productPrice .club_price').html(product.retail_priceHTML) : '';
if (product.price_special) {
$('#newitemsp .left_part .col-md-8 .productPrice').append('<span class="p_special">'+ product.price_special +'</span>');
$('#newitemsp .left_part .col-md-8 .productPrice').addClass('hasSpecialPrice');
}
$('.singular_product .col-md-8 h5').remove();
if (currentPage == 'product.php'){
product.attributes.forEach(function(entry) {
$('#newitemsp .left_part .col-md-8 .productPrice').prepend(entry);
});
}
$('.popup_wrapper .panel-title:first-child a').click();
$('.popup_wrapper, .popup_dark_bg').show();
if ($(window).width() < 992){
//$('html, body').animate({
// scrollTop: $('.popup_wrapper').offset().top - 80
//}, 400);
}
//reloadCrallWidget();
$('.popup_wrapper').show();
$('.popup_dark_bg').show();
}
function onQuickPurchaseHook(thisButton){
// This is a dirty fix created to fix crall purchase event
if (thisButton && thisButton.type != 'button' && thisButton[0].type == 'button') {
thisButton = $(thisButton[0]);
}
var product = {};
var closest_form = thisButton.closest('form');
if (currentPage == 'product.php' && thisButton.attr('id') == 'addToShoppingCart'){
// This would be if regular popup is used with shopthelook module
if (thisButton.hasClass('shopthelook_button')){
var parentContainer = thisButton.closest('.stl_product');
product.title = parentContainer.find('.data_title').text();
product.image = parentContainer.find('.data_image').attr('src');
product.price = parentContainer.find('.valid_price').html();
if (parentContainer.find('.data_price .original_price').length > 0){
product.price_special = parentContainer.find('.original_price').html();
} else {
product.price_special = null
}
var attributes_array = [];
parentContainer.find('.attrbutedropdown').each( function(i){
var title = $(this).attr('title');
var value = $(this).find("option:selected").text();
attributes_array.push('<h5>' + title + ': ' + value + '</h5>');
});
product.attributes = attributes_array;
} else {
product.title = $('#add2cart .title h1').text() != '' ? $('#add2cart .title h1').text() : $('#add2cart .product-title-v1').text();
product.image = $('.gallery_image img:first-child').attr('src') ? $('.gallery_image img:first-child').attr('src') : $('.productpage-slider img:first-child').attr('src');
//product.price = $('#add2cart .product-price').text();
//product.price_special = $('#add2cart .product-price').text();
if ($('#add2cart .products_price.special').length > 0){
product.price = $('#add2cart .products_price.special').text();
product.price_special = $('#add2cart .products_price_old').text();
} else {
product.price = $('#add2cart .product-price').text();
product.price_special = null
}
var attributes_array = [];
$('.attrbutedropdown').each( function(i){
var title = $(this).attr('title');
var value = $(this).find("option:selected").text();
attributes_array.push('<h5>' + title + ': ' + value + '</h5>');
});
product.attributes = attributes_array;
}
} else {
product.title = closest_form.closest('.product-box').find('.title').text();
product.image = closest_form.closest('.product-box').find('.image img').attr('src');
if (closest_form.closest('.product-box').find('.price').find('.special').length > 0){
product.price = closest_form.closest('.product-box').find('.price .special').text();
product.price_special = closest_form.closest('.product-box').find('.price s').text();
} else {
console.log(product.title);
product.price = closest_form.closest('.product-box').find('.price').text();
product.price_special = null
console.log(product.price_special);
}
}
$('#newitemsp .left_part .col-md-8 .productPrice').removeClass('hasSpecialPrice');
$('#newitemsp .left_part .image-newitem').html('<img src="' + product.image + '"/>');
$('#newitemsp .left_part .col-md-8 .product_title').text(product.title);
$('#newitemsp .left_part .col-md-8 .productPrice').html('<span class="price_active">'+ product.price + '</span>');
if (product.price_special) {
$('#newitemsp .left_part .col-md-8 .productPrice').append('<span class="p_special">'+ product.price_special +'</span>');
$('#newitemsp .left_part .col-md-8 .productPrice').addClass('hasSpecialPrice');
}
$('.singular_product .col-md-8 h5').remove();
if (currentPage == 'product.php' && thisButton.attr('id') == 'addToShoppingCart'){
product.attributes.forEach(function(entry) {
$('#newitemsp .left_part .col-md-8 .productPrice').prepend(entry);
});
}
$('.popup_wrapper .panel-title:first-child a').click();
$('.popup_wrapper, .popup_dark_bg').show();
if ($(window).width() < 992){
$('html, body').animate({
scrollTop: $('.popup_wrapper').offset().top - 80
}, 400);
}
//reloadCrallWidget();
$('.popup_wrapper').show();
$('.popup_dark_bg').show();
}
$('.popup_wrapper .tabs_title a').click( function(e){
e.preventDefault();
var target = $(this).attr('href');
$(target).addClass('active').show();
$(target).siblings().removeClass('active').hide();
$(this).parent().addClass('active');
$(this).parent().siblings().removeClass('active');
});
$('.popup_dark_bg').mousedown(function() {
isDragging = false;
})
.mousemove(function() {
isDragging = true;
})
.mouseup(function() {
var wasDragging = isDragging;
isDragging = false;
if (!wasDragging) {
$('.popup_wrapper').hide();
$('.popup_dark_bg').hide();
}
});
function continueShopping(){
$('.popup_wrapper, .popup_dark_bg').hide();
}
function reloadCrallWidget() {
$('.multiple_products .clerkplaceholder').load(location.href + ' .multiple_products .clerkplaceholder > *', function(data){
});
}
$(document).ready( function(){
$('#shoppingcartp').delegate('.remove_product_from_minicart', 'click', function(e){
e.preventDefault();
var $this = $(this);
$.get('ajax.php?action=ajax&ajaxfunc=remove_from_cart&products_id=' + $(this).attr('id'), function(){
$this.parent().parent().slideUp(600, function(){
reloadCart();
});
});
return false;
});
reloadCart = (function() {
let cached = reloadCart;
return function() {
// your code
var result = cached.apply(this, arguments); // use .apply() to call it
$('.products_container .left_part').load(location.href + ' .products_container .left_part > *', function(){
console.log('Reloaded popup cart');
});
// more of your code
};
}());
});
</script>
<link rel="stylesheet" href="users/soloppgangena_mystore_no/templates/custom_stylesheet.css?v=1730440423" />
<!-- Template settings style -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;800&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Montserrat', sans-serif !important;
}
</style>
<!-- Font settings for headings -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;800&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Montserrat', sans-serif !important;
}
</style>
<!-- Settings -->
<style type="text/css">
.slogans-mobile {
flex-basis: 0;
}
@media (max-width: 767px){
.js-filter .js-filter-box, .js-filter-box .checkbox label {
padding: 8px 23px !important;
}
}
body.mys-adminbar #mys-abw #mys-apw {
left: 0;
}
body.open-drawer-cart #mys-abw #mys-apw {
left: -17px;
}
.highlight
{
font-weight: 700;
}
/* FIX for sidebar */
.sidebar-list a {
font-size: 15px;
color: #000000;
}
.sidebar-list a:hover, .sidebar-list a:focus {
color: #000000;
}
.widget.sidebar {
border: 1px solid;
border-color: rgba(0,0,0,0);
border-radius: 3px;
}
.sidebar-list.selected-item > a:first-child, .sidebar-list.selected-item.active_selected_item > a:first-child {
color: #000000!important ;
}
/* fix for narrow (1400px) page */
/* if customer have alot of categories, we can do a little trickyricky */
/* add padding to productboxes if the images looks too "tight" */
.image-pad {
padding: 0px;
}
@media (max-width: 1200px){
#search-down-wrapper .right_part .search_result > li {
/*width: 100%;*/
}
}
/* AJAX SEARCH END */
body {
background-color: #fff !important;
}
body {
color: #212529;
}
a {
color: #212529;
}
/* Header Float Disable */
/* Logo size */
.logo-lg { max-height: 120px !important; }
.logo { max-height: 100px !important; }
/* Mobile Menu Typography Options -Advance */
.overlay .mob-icons-text, #overlay-menu a {
font-size: 0.75rem !important; font-weight: 500 !important; font-style: normal !important; text-transform: none !important; }
/* Color for logoarea on mobile. nice if the use a white logo */
body > .header_main_wrapper.flex-center.mob-menu,
.cart-page > .header_main_wrapper {
background-color: #ffffff;
}
/* Mobile shippment countdown Style */
.mobile-only .shippment_calc_main_wrapper {
background:#ffffff !important;
}
.mobile-only .shippment_calc_main_wrapper, .mobile-only .shippment_calc_main_wrapper div,
.mobile-only .shippment_calc_main_wrapper i {
color: #000000 !important;
}
.mobile_shipping_wrapper .mobile_shipping_progress {
background: linear-gradient(90deg ,#5389d4 0,#5389d4 100%)!important;
}
.mobile-only .mobile_shipping_wrapper {
background: #d7d7d7 !important;
}
/* Filter Optins */
.sb-sidebar .main-filter-wrapper {
background: #f8f8f8 !important;
}
.sb-sidebar .filter-wrapper .js-filter > .js-filter-toggle,
.sb-sidebar .product-filter select,
.sb-sidebar .container .js-filter-tags .fs-dropdown-selected,
.sb-sidebar .js-filter-mobile .js-filter-toggle {
color: #000000 !important; background: #f8f8f8 !important; border-color: #e6e6e6 !important; border-width: 0px !important; border-style: solid !important;
}
/** Megamenu SORTING direction **/
/* Brands Style */
/* display the breadcrumb on mobile */
body .breadhead {
border-top: 1px solid #ffffff !important; border-bottom: 1px solid #ffffff !important; }
@media(max-width: 1024px){
.breadcrumb {
max-height: initial;
display: flex;
margin-top: 70px;
}
.breadcrumb a {
display: flex;
}
section.breadhead {
min-height: 35px;
}
}
/* display the breadcrumb on mobile */
/** Blog **/
/* Blog Style START */
#left-part .blog_article .blog_content *, .article_main_wrapper *, .heading_and_description *, .post_wrapper .social-sharing,
#left-part .blog_article .blog_content .bottom_info .blog_read_more, body #left-part .blog_content div.blog_date {
text-align: left !important; color: #000000 !important; text-shadow: none !important;
}
#left-part .blog_content h3, .article_main_wrapper h1, .article_main_wrapper h2, .article_main_wrapper h3 {
text-transform: uppercase !important; }
body #full_wrapper #left-part .blog_content p, .article_main_wrapper p {
text-align: center !important; color: #000000 !important; }
#full_wrapper #left-part .blog_article .blog_content .bottom_info .blog_read_more span {
color: #000000 !important; }
.article_main_wrapper .button {
text-align: center !important;
}
/* BlogStyle END */
/******************************************************************/
/****************** PRODUCT PAGE SETTINGS *********************/
/** Hide Special Ending In **/
.special-ending-in {
display: none !important;
}
/** Discount Badge on product page **/
.product_page_slider .discount_badge_pp {
position: absolute;
right: 0;
width:120px; height:120px; background:#000000; line-height:120px; font-size:16px; border: 1px solid #000000; color: #ffffff; font-size: 16px; text-align: center;
border-radius: 50%;
margin: 40px;
z-index: 7;
}
/** Blog **/
/******************************************************************/
/****************** PRODUCT GRID SETTINGS *********************/
/************************* SQUARE IMAGES IN GRID WITH PADDING **************************/
/* Settings for image ratio in grid */
/* START CHECKING FOR SIDEBAR */
@media (max-width: 575px){
.img-fit-grid {
height: 95vw;
}
.col-6 .img-fit-grid {
height: 46vw;
}
}
@media (min-width: 576px) and (max-width: 767px){
.img-fit-grid {
height: 95vw;
}
.col-6 .img-fit-grid {
height: 47vw ;
}
}
@media (min-width: 768px) and (max-width: 991px){
.img-fit-grid {
height: 24vw ;
}
.col-md-4 .img-fit-grid {
height: 32vw;
}
.col-md-6 .img-fit-grid {
height: 48vw;
}
.col-md-12 .img-fit-grid {
height: 98vw;
}
}
@media (min-width: 992px) and (max-width: 1024px){
.img-fit-grid {
height: 24vw ;
}
.col-lg-4 .img-fit-grid {
height: 32vw;
}
.col-lg-6 .img-fit-grid {
height: 48vw;
}
.col-lg-12 .img-fit-grid {
height: 98vw;
}
}
@media (min-width: 1025px) and (max-width: 1199px){
.img-fit-grid {
height: 19vw ;
}
.col-lg-4 .img-fit-grid {
height: 25vw;
}
.col-lg-6 .img-fit-grid {
height: 38vw;
}
.col-lg-12 .img-fit-grid {
height: 77vw;
}
}
@media (min-width: 1200px){
.img-fit-grid {
height: 19vw ;
}
.col-xl-2 .img-fit-grid {
height: 13vw;
}
.col-xl-4 .img-fit-grid {
height: 26vw;
}
.col-xl-6 .img-fit-grid {
height: 39vw;
}
}
@media (min-width: 1601px){
.img-fit-grid {
height: 18vw ;
max-height: 305px;
}
.col-xl-2 .img-fit-grid {
height: 12vw;
max-height: 200px;
}
.col-xl-4 .img-fit-grid {
height: 24vw;
max-height: 405px;
}
.col-xl-6 .img-fit-grid {
height: 39vw;
max-height: 620px;
}
}
@media (min-width: 1920px){
.img-fit-grid {
height: 16vw ;
max-height: 305px;
}
.col-xl-2 .img-fit-grid {
height: 10vw;
max-height: 200px;
}
.col-xl-4 .img-fit-grid {
height: 21vw;
max-height: 405px;
}
.col-xl-6 .img-fit-grid {
height: 32vw;
max-height: 620px;
}
}
/* DONE CHECKING FOR SIDEBAR */
/**************************************** SQUARE IMAGES IN GRID & NARROW PAGE **************************/
/**************************************** HORIZONTAL IMAGES IN GRID WITH PADDING **************************/
/* Use this setting for Liggende bilder */
/**************************************** HORIZONTAL IMAGES IN GRID & NARROW PAGE **************************/
/******************************** VERTICAL IMAGES IN GRID WITH PADDING **************************/
/******************************************************************/
/**************************************** VERTICAL IMAGES IN GRID & NARROW PAGE **************************/
/*********************************** PRODUCT PAGE IMAGES **********************************/
/*********************************** SQUARE PRODUCT IMAGES START ************************/
/* Settings for image ratio in grid */
.fit-prod-page {
width: 100%;
height: 50vw;
object-fit: contain;
margin-bottom: 10px;
max-height: 800px;
max-width: 850px;
}
@media (max-width: 425px){
.fit-prod-page {
height: 100vw;
}
}
@media (min-width: 426px) and (max-width: 575px){
.fit-prod-page {
height: 98vw ;
}
}
@media (min-width: 576px) and (max-width: 767px){
.fit-prod-page {
height: 50vw ;
}
.fit-prod-large {
height: 58vw;
}
}
@media (min-width: 768px) and (max-width: 991px){
.fit-prod-page {
height: 47vw ;
}
.fit-prod-page.fit-prod-page5050 {
height: 50vw ;
}
.fit-prod-large {
height: 58vw;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.fit-prod-page {
height: 46vw ;
}
.fit-prod-page.fit-prod-page5050 {
height: 50vw ;
}
.fit-prod-large {
height: 70vw;
max-height: 840px;
}
}
@media (min-width: 1200px){
.fit-prod-page {
height: 47vw;
}
.fit-prod-large {
height: 66vw;
max-height: 840px;
}
}
@media (min-width: 1400px){
.fit-prod-page {
height: 47vw;
max-height: 760px;
}
.fit-prod-large {
height: 58vw;
max-height: 840px;
}
}
@media (min-width: 1600px){
.fit-prod-page {
height: 47vw;
max-height: 760px;
}
.fit-prod-large {
height: 51vw;
max-height: 840px;
}
}
@media (min-width: 1920px){
.fit-prod-page {
height: 47vw;
}
.fit-prod-large {
height: 42vw;
max-height: 850px;
}
}
/* css for product-page with slider */
.fit-prod-page-slide {
width: 100%;
height: 50vw;
object-fit: cover;
margin-bottom: 10px;
max-height: 1025px;
max-width: 1025px;
}
@media (max-width: 425px){
.fit-prod-page.fit-prod-page-slide {
height: 100vw ;
}
}
@media (min-width: 426px) and (max-width: 575px){
.fit-prod-page.fit-prod-page-slide {
height: 100vw ;
}
}
@media (min-width: 576px) and (max-width: 767px){
.fit-prod-page.fit-prod-page-slide {
height: 50vw ;
}
}
@media (min-width: 768px) and (max-width: 991px){
.fit-prod-page.fit-prod-page-slide {
height: 50vw ;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.fit-prod-page.fit-prod-page-slide {
height: 65vw ;
}
}
@media (min-width: 1200px){
.fit-prod-page.fit-prod-page-slide {
height: 64vw ;
}
}
@media (min-width: 1400px){
.fit-prod-page.fit-prod-page-slide {
height: 64vw ;
}
}
@media (min-width: 1600px){
.fit-prod-page.fit-prod-page-slide {
height: 64vw;
max-height: 1025px;
}
}
/* START CHECKING FOR SIDEBAR */
/* add style for class prod-sb */
@media (min-width: 1025px) and (max-width: 1199px){
.fit-prod-page.fit-prod-page5050.prod-sb {
height: 36vw ;
}
}
@media (min-width: 1200px){
.fit-prod-page.fit-prod-page5050.prod-sb {
height: 36vw;
}
}
@media (min-width: 1500px){
.fit-prod-page.fit-prod-page5050.prod-sb {
height: 36vw;
max-height: 600px;
}
}
@media (min-width: 1920px){
.fit-prod-page.fit-prod-page5050.prod-sb {
height: 31vw;
max-height: 600px;
}
}
/* Settings for product-page-slide */
@media (min-width: 1025px) and (max-width: 1199px){
.fit-prod-page.fit-prod-page-slide.prod-sb {
height: 50vw ;
}
}
@media (min-width: 1200px){
.fit-prod-page.fit-prod-page-slide.prod-sb {
height: 50vw;
max-height: 800px;
}
}
@media (min-width: 1600px){
.fit-prod-page.fit-prod-page-slide.prod-sb {
height: 50vw;
max-height: 800px;
}
}
@media (min-width: 1920px){
.fit-prod-page.fit-prod-page-slide.prod-sb {
height: 40vw;
max-height: 820px;
}
}
/* If sidebar and narrow page are used */
/*********************************** SQUARE PRODUCT IMAGES END ****************************/
/********************************** HORIZONTAL PRODUCT IMAGES START ************************/
/* Settings for image ratio in grid */
/********************************* HORIZONTAL PRODUCT IMAGES END *****************************/
/********************************** VERTICAL PRODUCT IMAGES START ***************************/
/* Settings for image ratio in grid */
/********************************* VERTICAL PRODUCT IMAGES END ********************************/
/* Docked header */
/************************************ OLD STUFF ****************************************/
.main_menu,
.wrapper.visible-xs.centered.mobile-logo { background-color: #ffffff; }
/* Megamenu dropdown opacity */
.blocky.hasChild:hover .level_one { opacity: ; }
/* Megamenu colors*/
.megamenu, .sticky.is-sticky { background-color: #3c3c3c;
border-top: 1px solid #ffffff; }
.menu_dropdown, .dropdown-menu.show { background-color: #3c3c3c
;
}
ul.menu_dropdown > li > a { border-right: 1px solid #ffffff; } ul.menu_dropdown > li > a { border-right: 1px solid #ffffff; }
.navbar {
width: 100% !important;
}
.megamenu {
background: #3c3c3c !important; border-bottom: 1px solid #ffffff!important; }
/* Level 1 */
/* NEEDS FIX AND CLEANUP. Adding new settings on top */
#navbarNavDropdown > ul > li.list-inline-item > a,
#navbarNavDropdown > ul > li.list-inline-item > span a,
.nav-link, .menu-cat-text, .menu-hover,
#header_centered_logo_polaria .flat-menu .flat-menu-list a
{ color: #ffffff; }
body #navbarNavDropdown > ul > li.list-inline-item > a:hover, .nav-link:hover, .menu-hover:hover { color: #ffffff !important; }
.nav-item.active{ font-weight: 600;}
/* OLD STUFF */
ul.menu_dropdown > li > a > span { color: #ffffff; }
ul.menu_dropdown > li:hover > a > span { color: #ffffff; }
ul.menu_dropdown > li > a > span:hover { color: #ffffff; }
.cart-mini-icon:hover, .icons-float > .js-search-icon:hover, li.icons-float.js-search-icon:hover { color: #ffffff; }
.cart-mini-icon, .icons-float > .js-search-icon, li.icons-float.js-search-icon { color: #ffffff; }
ul.menu_dropdown > li { background-color: #ffffff; }
ul.menu_dropdown > li:hover,
ul.menu_dropdown > li:active,
ul.menu_dropdown > li:focus { background-color: #e1f5f1; }
ul.level_two a { color: #ffffff; }
/* Level 2, needs to be tested*/
.dropcontent h4 a, .dropcontent_block h4, .dropcontent_block h5, .dropcontent_block h5 a, .dropdown_head_cat,
.dropdown_sub_head_cat
{ color: #363241; }
.dropcontent h4 a:hover,
.dropcontent h4 a:active,
.dropcontent h4 a:focus { color: #363241; }
/* Level 3, needs to be tested*/
.dropcontent_block > p > a { color: #363241; }
.dropcontent_block > p > a:hover,
.dropcontent_block > p > a:active,
.dropcontent_block > p > a:focus { color: #363241; }
/* Level 2 colors */
.sub_menu > .outer > div > a > div > div, .sub_menu > a > div > .menu-cat-text,
.menu-cat-text {
color: #ffffff !important;
font-weight: 400 !important;
}
.sub_menu > .outer > div > a > div > div:hover, .sub_menu > a > div > .menu-cat-text:hover, .menu-cat-text:hover {
color: #ffffff !important;
}
.sub_menu > .outer > div > ul div:hover,
.sub_menu > .outer > div > a > div > div:hover,
.menu-cat-text:hover {
}
/* Level 3 colors */
.sub_menu > .outer > div > ul div {
color: #ffffff !important;
}
.sub_menu > .outer > div > a > div > ul div:hover, .sub_menu_desktop .outer .level0 a.menu-hover:hover, body .sub_menu > .outer > div > ul div:hover {
color: #ffffff !important;
}
/* Product boxes colors */
/* Product box border */
.products_list, .product-box, .crall-search-filter .crall-product-item { border: 1px solid #f0f0f0; background-color: #ffffff; }
/* Prices */
/* Normal */
.product .product-meta .price, .product-price, .crall-product-item .crall-price .crall-price, .special, .cart-content .cart_bottom_part .not-on-sale { color: #000000; }
/* Before */
.product .price s, .products_price_old, .cart-old-price s, .cart-page .price-on-special s, body .crall-old-price { color: #989898 !important; }
/* Color on text for discount tag above product box, cart page and cart */
.special, .cart-content .cart_bottom_part .on-sale, .cart-page .price-on-special span,
.crall-product-item .crall-price .crall-old-price ~ .crall-price,
#cart-page .total_discount.boldtext,
body #cqty .price-on-special span
{ color: #eb5333 !important; }
/* News badge */
.news_tag {
color: #2f5bcc;
background: #fbfbfb;
}
/* Product title */
.product a.title, .product .product-meta .title, .manufacturers, .crall-product-name a { color: #363241 !important; padding: 0;}
.product a.title:hover, .product .product-meta .title:hover, .manufacturers:hover, .crall-product-name a:hover { color: #363241 !important;}
/* Attributs */
.attribute_info_container {
background: #000000 !important;
opacity: 0.5 !important;
}
.attribute_info_container .attribute_info_header, .attribute_info_container .attribute_info_content {
color: #ffffff !important;
background: transparent !important;
font-size: 12px !important;
}
/* Product Box Discount Color */
div .special_tag, body div.crall-wrapper .crall-slide .crall-banner > div {
color: #ffffff;
background: #eb5333 !important;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.product-page div .special_tag {
position: absolute;
right: 30px;
top: 30px;
background: red;
}
/* Product Box Set logo height / size and position */
.product-box .manufacturer-box img {
max-height:60px !important;
max-width:60px !important;
}
/* Product Boxes Quick View Style*/
div .quick_view {
background: #000000;
color: #ffffff
}
div .quick_view span {
font-size: 10px;
}
div .quick_view i {
font-size: 16px;
}
/* Productpage percentage discount color */
#productdiscount{
color: #ffffff;
background: #eb5333 !important;
padding: 5px;
}
/* Footer colors */
#footer { background-color: #3c3c3c; }
#footer { color: #ffffff; }
#footer a:link,
#footer a:visited { color: #ffffff; }
#footer a:hover,
#footer a:active,
#footer a:focus { color: #ffffff; }
#footer .footer_social_icon, #footer .footer_social_icon i { font-family: 'FontAwesome' !important;}
#footer .footer_social_icon i {
color:#fff !important;}
}
h1, h1.product-title-v1, .clerkheader, a .bannerheadercolor, .form_wrapper h3 {
color: #000000 ;
}
h1.title,h3.title,
.clerkplaceholder > h3.clerkheader {
font-size: 1.8em;
}
.product-buy-header > h1 {
font-size: 1.8em;
}
@media (max-width: 768px) {
h1.title,h3.title,
.clerkplaceholder > h3.clerkheader {
font-size: 1.6rem;
}
}
@media(min-width: 1025px) {
h1.product-title-v1 {
font-size: 1.8em;
}
}
.container > h3.clerkheader {
font-weight: 100;
text-transform: none;
}
/* General color settings */
/*Top Menu*/
.topmenu-buttons {
color: #000000;
}
.topmenu-buttons:hover {
color: #000000;
}
/* Add borde width and color and fix overlapping */
/*.menu-grid {
border-color: #efefef;
border-width: 1px !important;
}*/
#overlay-menu .__mob_menu_wrapper {
border: 1px solid #000;
padding: 0;
border-color: #efefef;
border-width: 1px !important;
border-bottom: none;
border-right: none;
}
#overlay-menu .__mob_menu_wrapper .menu-grid {
border-left: none;
border-right: none;
border-bottom: 1px solid #efefef;
}
#overlay-menu .__mob_menu_wrapper .menu-grid:nth-child(3n + 2 ) {
border-left: 1px solid #efefef;
border-right: 1px solid #efefef;
}
#overlay-menu .__mob_menu_wrapper .menu-grid:nth-child(3n + 3 ) {
border-right: 1px solid #efefef;
}
#overlay-menu .__mob_menu_wrapper .menu-grid span, #overlay-menu .__mob_menu_wrapper .menu-grid a, #overlay-menu .__mob_menu_wrapper .menu-grid i {
color: #212529 !important;
}
.flex-container .topmenu-buttons i, #mobile_header div > a i, .menu__elem > p, .menu-grid a, .menu-list a, .menu-links a, .cat-header, .menu__text, .menu-links-text,
.has-child .fa-plus, .menu-grid-img > .fa-plus, svg.fa-fake {
color: #ffffff !important;
}
.flex-container .topmenu-buttons:hover i, #mobile_header div > a i {
border-color: !important;
}
body #mobile_header, .mobile-navbar {
background-color: #3c3c3c;
}
.menu-grid {
height: 75px;
border-width: 1px;
}
.mob-icons-text {
/*height: 3em; */
line-height: 1.5em;
overflow: hidden;
}
/* Top Line - Slogans colors */
.slogans-mobile {
background: #3c3c3c !important;
}
.slogans-mobile .mobile_slogan * {
color: #ffffff !important;
}
div .slogans {
background: #3c3c3c !important;
color: #ffffff !important;
}
div .slogans a {
color: #ffffff !important;
}
.mobile_slogan, .mobile_slogan i {
color: #ffffff !important;
}
div .slogans li a, .request_quantity_num, .mobile_slogan, .mobile_slogan i {
color: #ffffff !important;
}
div .slogans li a:hover, .request_quantity_num.hover, .mobile_slogan:hover {
color: #ffffff !important;
}
.form_wrapper div > span, .form_wrapper div > span:hover {
color: #212529 !important;
}
/* Buttons */
body .bundle-product-page-button--complete > #addToShoppingCart,
.product_box_button form .button,
.button .button,
.form_wrapper .request_quantity button,
.main_menu .checkout-cart .btn,
#cartDrawer .cart_button a,
.crall-product-item .crall-buy,
.account-pages .btn-account,
.account-pages .btn-default-1,
.login-page .btn-default,
.add2cart button, .btn-default, .btn-default-1, .account_consents-page article button,
.index-page .latest_from_blog_row .__read_more_blog span,
.__read_more_blog span,
.related-products-tag .button {
background-color: #5389d4 !important;
color: #ffffff !important;
border-color: #5389d4 !important;
}
.index-page .latest_from_blog_row .__read_more_blog span {
border: 2px solid #5389d4 !important;
}
.product_box_button form .button {
border: 1px solid transparent;
padding: .375rem .75rem;
}
.product_box_button form {
text-align: center;
}
.product_box_button form a {
display: inline-block;
height: 40px;
line-height: 30px;
min-width: 160px;
}
body .bundle-product-page-button--complete > #addToShoppingCart:hover,
body .bundle-product-page-button--complete > #addToShoppingCart:active,
body .bundle-product-page-button--complete > #addToShoppingCart:focus,
.product_box_button form .button:hover,
.product_box_button form .button:active,
.product_box_button form .button:focus,
.account_consents-page article button:hover,
.account_consents-page article button:active,
.account_consents-page article button:focus,
.button .button:hover,
.button .button:active,
.button .button:focus,
.form_wrapper button:hover,
.form_wrapper button:active,
.form_wrapper button:focus,
.add2cart button:hover,
.add2cart button:active,
.add2cart button:focus,
.product_box_button button:hover,
.product_box_button button:active,
.product_box_button button:focus,
.login-page .btn-default:hover,
.login-page .btn-default:focus,
.login-page .btn-default:active,
.account-pages .btn-account:hover,
.account-pages .btn-account:active,
.account-pages .btn-account:focus,
.account-pages .btn-default-1:hover,
.account-pages .btn-default-1:active,
.account-pages .btn-default-1:focus,
.main_menu .checkout-cart .btn:hover,
.main_menu .checkout-cart .btn:active,
#cartDrawer .cart_button a:hover,
#cartDrawer .cart_button a:active,
#cartDrawer .cart_button a:focus,
.main_menu .checkout-cart .btn:focus,
.btn.btn-default-1.active,
.btn.btn-default-1.active .fa-smile,
.crall-product-item .crall-buy:hover,
.crall-product-item .crall-buy:focus,
.crall-product-item .crall-buy:active,
.index-page .latest_from_blog_row .__read_more_blog span:hover,
.index-page .latest_from_blog_row .__read_more_blog span:focus,
.index-page .latest_from_blog_row .__read_more_blog span:active,
.related-products-tag .button:hover,
.related-products-tag .button:focus,
.related-products-tag .button:active
{
background-color: #5389d4 !important;
color: #ffffff !important;
}
.index-page .latest_from_blog_row .__read_more_blog span {
padding: 8px;
}
.lates_blog_image_wrapper {
min-height: 140px;
}
.index-page .lates_blog_wrapper h6 {
font-size:16px !important;
}
.index-page .lates_blog_wrapper p {
min-height: 124px;
}
/* Fonts */
/* Megamenu font-size */
body .crall-slide .crall-product-item .crall-product-name, body .crall-price, .crall-product-name {
text-align: center !important;
}
.nav-link { font-size: 14px; }
.dropcontent_block, .dropdown_head_cat, .menu-cat-text { font-size: 16px; }
.dropcontent_block > p, .dropdown_sub_head_cat, .dropdown-menu .has-subchild .no-sub .menu-cat-text { font-size: 12px; }
ul.menu_dropdown > li > a, .nav-link, .menu-cat-text { text-transform: uppercase !important; }
/* Product title */
.product a.title, .clerk-list-item .name a, .crall-product-name a { font-size: 18px !important; }
.product a.title, .clerk-list-item .name a, .logo-tag, .discount-corner-v2, .crall-product-name a { text-transform: none !important; }
/* Headers */
h1.title,h3.title, .clerkplaceholder > h3.clerkheader, .navbar-nav li a, .navbar-nav li a span { text-transform: uppercase!important; }
h1.title,h3.title, .clerkplaceholder h3.clerkheader, p.title, h2.title, h6.title {
font-weight: normal;
text-align:center !important;
}
h2.title, h6.title {
font-size: 2rem !important;;
}
.text-adjust {
text-align:center !important;
}
@media(max-width: 575px){
.text-adjust-sm, h1.product-title-v1 {
text-align:center !important;
}
}
/***************************** PRODUCT BOXES ******************/
.product_box_title_row {
height: 3.2rem;
overflow: hidden;
}
.products_list a {
color: ;
}
.products_list a:hover {
color: ;
}
.product_quantity > a {
display: inline-block;
padding: 6px;
background: #fff;
min-width: 33px;
text-align: center;
border: 1px solid #c7c7c7;
border-radius: 3px;
}
/*** Main Banner, A - arrows style && Product page slider arrows ***/
.index-page .swiper-button-prev.swiper-button-white, .index-page .swiper-container-rtl .swiper-button-next.swiper-button-white, .index-page .swiper-button-next.swiper-button-white {
background-image: none !important;
}
.index-page .swiper-button-prev i, .index-page .swiper-button-next i {
font-family: 'Font Awesome 5 Pro' !important;
line-height: 44px;
font-size: 60px !important;
font-weight: light !important;
color: #000000 !important;
}
.swiper-button-next {
right: 30px;
}
.product-page .swiper-container .swiper-button-next, .product-page .swiper-container .swiper-button-prev {
background-image: none !important;
outline: none;
font-size: 40px !important;
color: #000000 !important;
}
/**** H banners, align heading option ****/
.bannersH #banner_h_one_four_one_header {
text-align: left !important;
}
.bannersH #banner_h_one_four_two_header {
text-align: left !important;
}
.bannersH #banner_h_one_four_three_header {
text-align: left !important;
}
.bannersH #banner_h_one_four_four_header {
text-align: left !important;
}
/**** G banners, align heading option ****/
#banner_g_one_four_one_header{
text-align: center !important;
}
#banner_g_one_four_two_header{
text-align: center !important;
}
#banner_g_one_four_three_header {
text-align: center !important;
}
#banner_g_one_four_four_header {
text-align: center !important;
}
/******************** Index Banner A slider ************************/
.swiper-slide a, a .slider-header {
color: #000000;
text-align: center;
}
/* Adding bg color to banner text */
#bannerBTwo .slider-box {
background-color: #ffffffb3;
}
#bannerBTwo, #bannerBOne, #bannerB2Three, #bannerB2Four {
padding: 6px !important;
}
/** Search Options **/
#overlay-search {
background: rgba(0,0,0,0) !important;
}
#overlay-search .search-input,
{
border: 1px solid #000000 !important;
border-radius: px !important;
background: #ffffff !important;
}
.header__row #quick_find_search .form-control,
.header__row #quick_find_search .search-icon {
border: 1px solid #cacaca !important;
background: #ffffff !important; }
.header__row #quick_find_search .search-icon {
border: none !important;
}
.form-control.js-input-search::placeholder {
color: #000000 !important;
}
.form-control.js-input-search {
color: #000000;
}
.input-group-btn i {
color: #000000 !important;
}
/******************* /Index Banner A slider ************************/
/******************* /Index Banner F slider ************************/
/******************** Crall ************************/
#overlay-search .crall-search-result-wrapper {
top:46px!important;
}
.crall-search-filter .crall-product-item {
margin: 0px 10px 10px 10px;
}
/******************* /Crall ************************/
/** Brands Background Color **/
body .brand-card {
background: #ffffff;
}
body .cat_banner_image:before {
background: #ffffff;
opacity: 0.5;
}
/** Category Description Colors **/
.category-page .extra-info > *:not(.crl),
.category-page .extra-info > *:not(.crl) * {
color:#000000;
}
.category-page .extra-info a:not(.crl-button) {
color:#0d25ce !important;
}
/** Category Boxes Color **/
.categories-images .cat-sub-head .cat-head-text {
color: #ffffff;
background: #ffffff;
opacity: 0.5;
border-radius: 8px;
display: inline-block;
padding: 10px 20px;
}
.categories-images:hover .cat-sub-head .cat-head-text {
color: #ffffff
}
/** NEwsletter Button Color **/
.newsletter-box .newsletter-btn .btn {
background: #5389d4;
border-color: #5389d4;
color: #ffffff;
}
.newsletter-box .newsletter-btn .btn:hover {
background: #5389d4;
border-color: #5389d4;
color: #ffffff;
}
/** Cart Buttons **/
.empty .btn-info, .btn-info {
background: #5389d4;
color:#ffffff;
border-color: #5389d4 !important;
}
.empty .btn-info:hover, .btn-info:hover {
background: #5389d4;
color:#ffffff;
border-color: #5389d4 !important;
}
.cart-actions .buy-button .buy-button-cart,
.mob-menu .btn-buy-button,
.pay-button .btn,
#cart-page .btn-purchase,
div.popup_wrapper .right_part a {
background: #5389d4;
color:#ffffff;
border: 1px solid #5389d4 !important;
}
.cart-actions .buy-button .buy-button-cart:hover,
.pay-button .btn:hover,
#cart-page .btn-purchase:hover,
div.popup_wrapper .right_part a:hover {
background: #5389d4;
color:#ffffff;
border-color: #5389d4;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.cart-actions .buy-button .close-cart-button,
body div.popup_wrapper .button .action_button {
background: #dadfe1 !important;
color:#000000 !important;
}
.cart-actions .buy-button .close-cart-button:hover,
body div.popup_wrapper .button .action_button:hover {
background: #c1c1c1 !important;;
color:#000000 !important;;
}
body .delete-cart {
background: #f3a433;
}
body .delete-cart i, body .delete-cart span {
color:#ffffff;
}
body .mega-cart-icon .cart-counter, body .cart-counter {
background: #5389d4;
color: #ffffff;
border-color: #5389d4;
}
body .mega-cart-icon:hover .cart-counter, body .cart-counter:hover {
background: #5389d4;
color: #ffffff;
border-color: #5389d4;
}
/** PopUp For Cart Info(add to cart) style */
.addtocart_popup {
position: fixed;
background: #fff;
z-index: 9;
box-shadow: 0 0 40px -30px;
transition-timing-function: ease;
-webkit-transition-timing-function: ease;
-webkit-transition: all 1s;
transition: all 1s;
}
@media (min-width: 993px){
.addtocart_popup {
top: -330px;
right: -400px;
border-radius: 50%;
width: 400px;
height: 400px;
}
.addtocart_popup.addtocart_popup_animation {
top: -140px;
right: -140px;
}
.addtocart_popup h6 {
position: absolute;
bottom: 12%;
right: 50%;
text-transform: uppercase;
width: 120px;
}
.addtocart_popup i {
padding: 28px;
border-radius: 50%;
position: absolute;
left: 20%;
bottom: 34%;
font-size: 46px;
}
}
.addtocart_popup i {
background:#5389d4 !important;
color:#ffffff !important;
}
#sort-dropdown-wrapper-3 {
display: none !important;
}
@media (max-width: 992px){
.addtocart_popup {
bottom: -230px;
right: 0;
width: 100%;
height: 120px;
}
.addtocart_popup.addtocart_popup_animation {
bottom: 77px;
right: 0px;
}
.addtocart_popup h6 {
width: 100%;
margin-top: 80px;
text-align: center;
}
.addtocart_popup i {
background: #97cece;
padding: 28px;
position: absolute;
left: 50%;
margin-left: -54px;
top: -52px;
font-size: 46px;
border-radius: 50%;
border: 10px solid #fff;
}
#sort-dropdown-wrapper-3 {
display: block !important;
float: none;
width: 100%;
padding: 0 10px;
margin-bottom: 15px;
}
#sort-dropdown-wrapper-3 .fs-dropdown {
margin-top: 0;
max-width: 490px;
margin: 0 auto 20px auto;
}
#sort-dropdown-wrapper-3 .fs-dropdown button {
border-radius: 0;
}
.js-filter-mobile {
margin-bottom: 0 !important;
}
#sort-select-3 {
display: block;
float: none;
width: 100%;
text-indent: 10px;
}
.filter-wrapper > .js-filter-tags {
display: none !important;
}
}
.open-search-field #overlay-search {
width: 100%;
}
.main-page-section {
max-width: 100%;
}
/** Custon Tag/Ribbon style **/
.custom_ribbon {
position: absolute;
top: 0;
z-index: 999;
justify-content: center;
margin: 10px; background: #000000; color: #ffffff; left: 0; padding: 10px;
border-radius: 0px; }
/**** Video Banner Style Settings ****/
/*Button Options*/
#fullwidth-video-banner p > a {
background: #000000 !important; color: #ffffff !important; border: 1px solid #000000 !important; transition: all .3s;
}
#fullwidth-video-banner p > a:hover {
background: #000000 !important; color: #ffffff !important; border-color:#000000 !important; }
/*Background Option*/
#fullwidth-video-banner .container > div {
background: #000000 !important; border-radius: 10px !important; opacity: 0.5 !important; }
/*Text Options*/
#fullwidth-video-banner > .container h1 {
color: #ffffff !important; font-size: 18px !important; }
#fullwidth-video-banner > .container p {
color: #ffffff !important; font-size: 12px !important; }
/* CartButton Color options */
#cart-page .company-button > input {
background: #000000 !important;
color: #ffffff !important;
border-color: #ffffff !important;
}
#cart-page .company-button > input:hover {
background: #000000 !important;
color: #ffffff !important;
border-color: #ffffff !important;
}
</style>
<style>
/***Cart Image and Text Settings ***/
body .slide_in_cart_mobile .img-cart .img-cart {
max-height: 40px !important;
height: auto;
width: auto;
}
@media (max-width: 992px){
.cart_bottom_part {
padding: 5px 5px 25px 5px;
}
.cart-content.additional-crall > .container {
overflow-x: visible !important;
}
}
.cart-content .shippment_calc_main_wrapper {
display: block !important;
}
.product-cart-row > .col-5 {
max-width: 70px;
}
@media (max-width: 600px){
.product-cart-row > .col-5 {
max-width: 70px !important;
}
}
.product-cart-row > .col-5 .img-cart {
max-width: 100%;
margin-left: 0 !important;
object-fit: contain;
height: auto !important;
margin-right: 0 !important;
text-align: center;
}
.product-cart-row > .col-7 {
flex-grow: 1;
max-width: none;
}
.cart-price {
margin-top: 0;
}
.cart-selector {
margin-top: 0;
margin-left: -15px;
}
body .cart-prod-title {
font-size: 14px !important; }
body .cart-price {
font-size: 14px !important;}
@media (max-width: 992px) {
.js-filter-box .checkbox label:before {
display: none ;
}
}
.delete-cart {
position: static !important;
}
</style>
<!-- Cart Slide In -->
<style>
/** CLUB PRICE STYLE **
/* Product box */
.product .club-price-category {
background: #e38435;
color: #ffffff;
top: 36px;
}
.product .club-price-category:before {
border: none;
}
.product .__club_price .special {
display: block;
padding: 0;
}
.product .product-meta .__club_price s {
text-decoration: none;
color: #000 !important;
font-size: 18px !important;
}
.product .__club_price .special {
color: #e38435 !important;
font-size: 14px;
}
.product .__not_logged .__club_price .special {
font-size: 15px !important;
}
.product .__club_price .special.normalize-price {
font-size: 1.10rem;
font-weight: bold;
}
.product .__club_price .special.normalize-price-alt {
display: inline;
font-size: 1.10rem;
font-weight: bold;
}
.__club_price_simple_style .special {
color: #e38435 !important;
}
.product .__club_price_simple_style .justify-between,
.product .__club_price .justify-between {
justify-content: space-between;
display: flex;
}
/*.product .__club_price .special:before {
content: "Medlemsprise: ";
}*/
.__ribbon_inside .product .club-price-category {
top: 0 !important;
display: inline-block;
right: 5px !important;
left: auto;
position: absolute;
z-index: 1;
font-weight: regular;
}
.__productbox_with_club_price .price {
min-height: 62px;
}
.club-price-category {
padding: 5px 10px !important;
}
.product .discount-corner, .discount-corner, body .crall-wrapper .crall-slide .crall-banner,
.__ribbon_inside .product .club-price-category {
font-size: 14px !important;
}
@media ( max-width: 500px) {
.__ribbon_inside .product .club-price-category {
padding: 5px 10px !important;
font-weight: normal !important;
font-size: 12.8px !important;
}
}
/* Produt Page regular price */
.product-page .prices {
padding: 0;
}
/* Product Page */
#add2cart .club-price-wrapper .prices {
padding-bottom: 0;
}
#add2cart .club-price, .info_wrapper .club_price {
color: #e38435;
background: transparent;
display: block;
padding: 0;
margin: 0;
font-weight: bold;
font-size: 18px;
}
.club-price-wrapper .prices, .members-club-price-wrapper .prices {
float: none;
padding: 0;
}
.members-club-price-wrapper .member_only {
color: #3333337a !important;
font-size: 16px !important;
text-decoration: line-through;
}
.customer-club {
padding: 20px !important;
}
.customer-club-header {
display: none;
}
.members-club-price-wrapper .prices .products_price {
color: #e38435 !important;
background: transparent;
display: block;
padding: 0;
margin: 0;
font-weight: bold;
}
.customer-club-content .customer-club-sign-up,
.customer-club-slide .customer-club-accept {
background: #4a84ba !important;
color: #ffffff !important;
border-bottom: 3px solid #00000033 !important;
cursor: pointer;
}
#customer-club-logged-out .customer-club-abort, .customer-club-slides input[type="checkbox"],
.customer-club-checkbox a {
cursor: pointer;
}
/*.members-club-price-wrapper .products_price:before {
content: "Medlemsprise: ";
}*/
.short_info_wrapper .special-ending-in {
background: #000000;
color: #ffffff;
display: inline-block;
padding: 8px;
}
.short_info_wrapper .special-ending-in b span {
margin: 0 4px;
}
@media only screen and (max-width: 600px) {
.short_info_wrapper {
text-align: center;
}
}
</style>
<style>
@media only screen and (max-width: 500px) {
body #countdown-container h4 {
margin-right: 0px !important;
}
#countdown-container .row {
padding-bottom: 0;
}
#countdown-container .row .date-element {
text-align: center;
padding: 0px;
}
body #countdown-container .row div div {
line-height: 18px;
}
body #countdown-container .button__countdown {
display: none;
}
}
@media only screen and (max-width: 1024px) {
#countdown-container.mobile__class__only {
margin-top: 50px;
}
#countdown-container .row {
padding: 16px;
}
#countdown-container .row .date-element, #countdown-container .button__countdown {
margin-right: 0 !important;
}
#countdown-container .button__countdown {
display: block;
width: 100%;
text-align: center;
}
}
@media only screen and (max-width: 600px) {
#countdown-container h4 {
margin-right: 20px !important;
}
}
</style>
<style>
body .nav-tabs .nav-item.show .nav-link, body .nav-tabs .nav-link.active, body .nav-link.active:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-bottom:3px solid #3c3c3b !important;
}
body .nav-tabs {
border-bottom:3px solid #f8f8f8;
}
#tabs .nav-item .nav-link {
color:#000000 !important;
}
#tabs .nav-item .nav-link:hover {
color:#000000 !important;
}
#bottom-menu .exclude_tax.active, #bottom-menu .include_tax.active {
font-weight: bold !important;
}
/* Fix for CartV2 shipment countdown */
#shipment-countdown-cart .mobile-only .shippment_calc_main_wrapper {
display: block !important;
}
.popup_wrapper .mobile-only .shippment_calc_main_wrapper {
display: block !important;
}
/* ENDOF: Fix for CartV2 shipment countdown */
/***** TEMP fix cart page elements *****/
@media (max-width: 600px) {
/* Cart GRID align
.cartbox > #cqty > div > .row {
display: grid;
grid-template-areas: "image description" "image quantityAndPrice";
}
.cartbox > #cqty > div > .row > div{
grid-area: quantityAndPrice;
margin: 0 !important;
}
.cartbox > #cqty > div > .row > .cartimagebox{
grid-area: image;
}
.cartbox > #cqty > div > .row > .cartdescription{
grid-area: description;
padding-left: 0;
}
.cartquantity > .inputQuantity {
width: 42px !important;
}
.cartquantity > .update-quantity {
padding: 10px !importan;
}
.multiply-txt {
display: none;
}
.cartbox > #cqty .producttotal {
margin-left: 15px;
margin-right: 4px;
}*/
}
</style>
<style>
/* UPS on product page Font size */
.product-page .usp_wrapper p, .product-page .usp-row p,
.product-page .usp_wrapper span, .product-page .usp-row span {
font-size:16px;
font-weight: bold !important;
}
.product-page .usp_wrapper i, .product-page .usp-row i {
font-size:16px !important;
}
/** Show only 2 latest post on index page **/
#scroller-content {
padding-bottom: 80px;
}
.mobile_shipping_wrapper {
background: #f9f9f9 !important;
}
#freeShippingBar {
background: #f9f9f9 !important;
}
.freeShippingWrapper > span {
color: #000000 !important;
}
#overlay-cart .cart-container .mobile_shipping_progress, #overlay-cart .cart-container .shippment_pprogress_bar {
background: linear-gradient(90deg,#5389d4 0, #5389d4 100%) !important;
}
#freeShippingBar #myProgress {
background: linear-gradient(90deg,#5389d4 0, #5389d4 100%) !important;
}
body .mobile_shipping_wrapper ~ div.info_wrapper span, .mobile_shipping_wrapper ~ div.info_wrapper h2 {
color: #000000 !important;
font-size: 12px !important;
}
.mobile-only .mobile_shipping_wrapper ~ div.info_wrapper h2,
.mobile-only .mobile_shipping_wrapper ~ div.info_wrapper h2 span {
color: #000000 !important;
}
.mobile-only .success .mobile_shipping_wrapper ~ div.info_wrapper h2,
.mobile-only .success .mobile_shipping_wrapper ~ div.info_wrapper h2 span {
color: #d7d7d7 !important;
}
#mobile_header .navbar-nav .col.menu {
padding: 0 !important;
}
#mobile_header .navbar-nav .col.menu p {
font-size: 10px !important; }
.main_menu .logo__wrapper {
align-self: center;
}
@media (max-width: 500px) {
.cat_info_box.filter-select p a img {
width: 100% !importnat;
height: auto;
}
}
@media (max-width: 420px) {
.slide_in_cart_mobile {
width: 100% !important;
}
}
.has-img .menu-hover .img-desktop-menu {
}
.has-img .menu-hover .img-desktop-menu ~ .menu-cat-text {
text-align: left;
}
.fa-cart:before {
content: "\f07a";
}
.header__row {
display: flex !important;
}
.logo__wrapper {
order: 2 !important;
}
.__serach_wrapper {
order: 1 !important;
}
.__header_icons_wrapper {
order: 3 !important;
}
.menu-desktop {
display: flex !important;
justify-content: center !important;
}
.menu-desktop .navbar {
width: auto !important;
}
.logo__wrapper {
justify-content: center !important;
}
.product-page .product.description p a, .card-body p a {
color: #000000 !important;
}
.mega-icons svg {
height: 32px !important;
}
</style>
<style>
/* Blog Heading / index page*/
.index-page .latest_from_blog_row .lates_blog_wrapper h6 {
font-size:16px !important;
}
@media (max-width: 992px){
.vertical_images {
display: block !important;
}
.vertical_images #slider.swiper-container-vertical {
padding: 0 !important;
}
.product-page .sl_favorite {
/*top: 0 !important;*/
}
}
@media (max-width: 500px){
.index-page .latest_from_blog_row .lates_blog_wrapper h6 {
font-size:16px !important;
}
}
.attach-to-bottom {
margin-bottom: 76px !important;
}
#overlay-cart {
max-height: calc(100vh - 76px);
height: calc(100vh - 76px);
}
/*Fix for login popup */
.login-page .notification_wrapper .notification-error {
text-indent: 0;
padding: 90px 20px;
top: 50%;
left: 50%;
margin: auto;
transform: translate(-50%, -50%);
}
.login-page .notification_wrapper .notification-error:after {
top: 40px;
right: 50%;
transform: translateX(50%);
}
.login-page .notification_wrapper .notification-error:before {
right: 0;
}
/* Button on the product page / extend if there is no quantity*/
.product-page .attribute_element .fs-dropdown { margin-top: 0; }
/* category page / hide filters */
.menu-desktop .category-box > .dropdown-menu {
max-height: 100vh;
overflow: auto;
padding-bottom: 80px !important;
}
.overlay .menu-grid .dropmenu-small.m-menu-2 .sub_menu>.row {
padding-bottom: 100px;
}
.overlay__elem #bottom-menu {
padding-bottom: 60px;
}
body .cast_inner_attribues .attribute_info_container {
display: block;
background: transparent !important;
position: static;
}
body .cast_inner_attribues .attribute_info_container,
body .cast_inner_attribues .attribute_info_container .attribute_info_header,
body .cast_inner_attribues .attribute_info_container .attribute_info_content {
color: #000 !important;
text-align: inherit !important;
}
/* Text Info Wrapper */
.info-text__banner {
background-color: #5389d4;
padding: 8px;
text-align: center;
}
.info-text__banner h4, .info-text__banner i {
display: inline-block;
color: #ffffff;
}
.info-text__banner i {
font-size: 24px;
}
.info-text__banner p {
color: #ffffff;
max-width: 640px;
margin: auto;
}
.input_wrapper {
display: flex;
align-items: baseline;
justify-content: center;
}
.input_wrapper input {
max-width: 70%;
}
.input_wrapper label {
margin-right: 10px;
display: flex;
align-items: baseline;
}
@media only screen and (max-width: 1200px) {
.input_wrapper {
flex-direction: column;
align-items: center;
}
.input_wrapper input {
max-width: 100%;
}
.input_wrapper label {
margin-right: 0px;
}
}
/* Search result new style */
#search-down-wrapper .left_part ul li {
border-bottom: 1px solid #e2e2e2 !important;;
}
#search-down-wrapper, #search-down-wrapper-2 {
box-shadow: 0 0 20px -15px #000 !important;
}
#search-down-wrapper .right_part h3 {
font-size: 18px;
}
.right_part .search_result {
display: flex;
flex-direction: column;
}
.right_part .search_result li {
display: flex;
flex: 1;
background: #f4f4f4;
padding: 4px;
margin: 4px;
border-radius: 10px;
float: none !important;
width: 100% !important;
text-align: left !important;
margin: auto !important;
margin-bottom: 6px !important;
}
.right_part .search_result li .img_wrapper {
margin-right: 10px;
}
.right_part .search_result li .manufacturers_name {
font-size: 10px;
border: 1px solid #000;
display: inline-block !important;
padding: 4px;
border-radius: 4px;
margin-right: 10px;
}
#search-down-wrapper .right_part .display_price {
display: flex !important;
color: #6f6f6f;
}
#search-down-wrapper .right_part .display_price span {
color: #ff005b;
font-weight: bold;
margin-left: 10px;
}
@media (max-width: 992px) {
.productpage-slide-active .mobile-navbar .cat-header {
max-height: none !important;
}
.productpage-slide-active .mobile-navbar > .col-12 {
display: block !important;
}
.productpage-slide-active .mobile-navbar .col-10 {
width: 100% !important;
max-width: 100% !important;
}
.productpage-slide-active .fit-prod-page.fit-prod-page-slide {
height: auto !important;
}
}
/* Category filter fix */
@media (min-width: 992px) {
.container .js-filter-wrapper {
display: flex;
align-items: stretch;
}
.container .js-filter-wrapper .filter-wrapper {
padding: 0 !important;
}
.container .js-filter-wrapper .js-filter-tags > div {
min-height: 40px !important;
margin-top: 0 !important;
}
}
</style>
<script>
// Add classes to the side bar
$(document).ready(function() {
var sidebarSelected = (function(){
var selectedItems = document.querySelectorAll('.selected-item');
if(!!selectedItems.length) {
selectedItems.forEach( function(item, index) {
if(index === 0) {
item.classList.add('parent_of_selected_child');
};
if(index < selectedItems.length - 1) {
item.classList.add('has_active_child');
}
if(index === selectedItems.length - 1) {
item.classList.add('active_selected_item');
}
});
return {
selectedItems
}
}
})();
});
</script>
<!-- Vendor Styles -->
<link rel="stylesheet" href="/filter/assets/font-awesome-4.5.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/filter/assets/dropdown/dropdown.css" />
<link rel="stylesheet" href="/filter/assets/jquery-ui-1.10.4.custom/css/base/jquery-ui-1.10.4.custom.min.css" />
<!-- App Styles -->
<link rel="stylesheet" href="/filter/assets/style.css?v=2" />
<style>
.info_wrapper > h2 {
font-size: 15px !important;
font-weight: 500;
}
</style>
<script>
</script>
</head>
Soloppgangen - en Gave og Helsekostbutikk med særpreg
Recherche META Description de la page
Velkommen til Soloppgangen Helse og Miljø AS. Du finner oss midt i Kjerkgata på Røros, hvor vi har holdt til i over 30 år. Her finner du bl.a Helsekost, Kaffe/Te, Søtsaker, Økologiske matvarer og Gaveartikler. I 2. etg finner du Juleloftet, med masse flotte julevarer. Utover året vil du finne også andre sesongvarer her. Hele vårt sortiment ligger også tilgjengelig her på vår nettbutikk. Soloppgangen - En butikk med særpreg
Recherche META Keywords de la page
UPDATE DOMAINES SET server='nginx',redirection='https://www.soloppgangen.no/',Status='200',err='',[TITRE]=N'
Soloppgangen - en Gave og Helsekostbutikk med særpreg
',[DESCRIPTION]=N'Velkommen til Soloppgangen Helse og Miljø AS. Du finner oss midt i Kjerkgata på Røros, hvor vi har holdt til i over 30 år. Her finner du bl.a Helsekost, Kaffe/Te, Søtsaker, Økologiske matvarer og Gaveartikler. I 2. etg finner du Juleloftet, med masse flotte julevarer. Utover året vil du finne også andre sesongvarer her. Hele vårt sortiment ligger også tilgjengelig her på vår nettbutikk. Soloppgangen - En butikk med særpreg',[KEYWORDS]=N'' WHERE id=28192102
0
Soloppgangen - en Gave og Helsekostbutikk med særpreg
Velkommen til Soloppgangen Helse og Miljø AS. Du finner oss midt i Kjerkgata på Røros hvor vi har holdt til i over 30 år. Her finner du bl.a Helsekost Kaffe/Te Søtsaker Økologiske matvarer og Gaveartikler. I 2. etg finner du Juleloftet med masse flotte julevarer. Utover året vil du finne også andre sesongvarer her. Hele vårt sortiment ligger også tilgjengelig her på vår nettbutikk. Soloppgangen - En butikk med særpreg
0.
(1)--------->0
20. Soloppgangen (12)--------->0
21. - (1)--------->0
22. en (2)--------->0
23. Gave (4)--------->0
24. og (2)--------->0
25. Helsekostbutikk (15)--------->0
26. med (3)--------->0
27. særpreg (7)--------->0
29. Velkommen (9)--------->0
30. til (3)--------->0
32. Helse (5)--------->0
34. Miljø (5)--------->0
35. AS (2)--------->0
37. Du (2)--------->0
38. finner (6)--------->0
39. oss (3)--------->0
40. midt (4)--------->0
41. i (1)--------->0
42. Kjerkgata (9)--------->0
43. på (2)--------->0
44. Røros (5)--------->0
46. hvor (4)--------->0
47. vi (2)--------->0
48. har (3)--------->0
49. holdt (5)--------->0
52. over (4)--------->0
53. 30 (2)--------->0
54. år (2)--------->0
56. Her (3)--------->0
59. bl.a (4)--------->0
60. Helsekost (9)--------->0
62. Kaffe/Te (8)--------->0
64. Søtsaker (8)--------->0
66. Økologiske (10)--------->0
67. matvarer (8)--------->0
69. Gaveartikler (12)--------->0
72. 2 (1)--------->0
73. etg (3)--------->0
76. Juleloftet (10)--------->0
79. masse (5)--------->0
80. flotte (6)--------->0
81. julevarer (9)--------->0
82. Utover (6)--------->0
83. året (4)--------->0
84. vil (3)--------->0
86. finne (5)--------->0
87. også (4)--------->0
88. andre (5)--------->0
89. sesongvarer (11)--------->0
92. Hele (4)--------->0
93. vårt (4)--------->0
94. sortiment (9)--------->0
95. ligger (6)--------->0
97. tilgjengelig (12)--------->0
100. vår (3)--------->0
101. nettbutikk (10)--------->0
106. butikk (6)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'
',28192102),(N'Soloppgangen',28192102),(N'-',28192102),(N'en',28192102),(N'Gave',28192102),(N'og',28192102),(N'Helsekostbutikk',28192102),(N'med',28192102),(N'særpreg',28192102),(N'Velkommen',28192102),(N'til',28192102),(N'Helse',28192102),(N'Miljø',28192102),(N'AS',28192102),(N'Du',28192102),(N'finner',28192102),(N'oss',28192102),(N'midt',28192102),(N'i',28192102),(N'Kjerkgata',28192102),(N'på',28192102),(N'Røros',28192102),(N'hvor',28192102),(N'vi',28192102),(N'har',28192102),(N'holdt',28192102),(N'over',28192102),(N'30',28192102),(N'år',28192102),(N'Her',28192102),(N'bl.a',28192102),(N'Helsekost',28192102),(N'Kaffe/Te',28192102),(N'Søtsaker',28192102),(N'Økologiske',28192102),(N'matvarer',28192102),(N'Gaveartikler',28192102),(N'2',28192102),(N'etg',28192102),(N'Juleloftet',28192102),(N'masse',28192102),(N'flotte',28192102),(N'julevarer',28192102),(N'Utover',28192102),(N'året',28192102),(N'vil',28192102),(N'finne',28192102),(N'også',28192102),(N'andre',28192102),(N'sesongvarer',28192102),(N'Hele',28192102),(N'vårt',28192102),(N'sortiment',28192102),(N'ligger',28192102),(N'tilgjengelig',28192102),(N'vår',28192102),(N'nettbutikk',28192102),(N'butikk',28192102)