/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');

body {
    background: #585658;
    font-family: 'Open Sans', sans-serif;
}

img {
    border-radius: 0;
}

#page {
    max-width: 1299px;
    margin: 0 auto;
    background: #efefef;
}
footer .site-info{
    display: none;
}

.site {
    overflow-x: visible;
}

header {
    width: 506px;
    float: left;
}

#content {
    width: calc(100% - 506px);
    float: right;
    background: white;
}

#content > .col-full {
    max-width: 100%;
}

.site-header {
    padding-top: 0;
    background: white;
    -webkit-box-shadow: 3px 0px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 0px 15px -4px rgba(0,0,0,0.75);
    box-shadow: 3px 0px 15px -4px rgba(0,0,0,0.75);
}

.site-footer {
    clear: both;
}

.site-header .site-branding {
    display: none;
}

.woocommerce-active .site-header .site-search{
    width: 200px;
    margin: 0 auto 0;
    float: left;
    position: absolute;
    top: -1px;
}

.site-search {
	top: 27.3% !important;
	width: 178px !important;
}
#woocommerce-product-search-field-0{
	height: 36px !important;
	align-content: center;
}
.site-search .widget_product_search form::before {
	top: 0.8em;align-content
}

.widget_product_search input[type=search] {
    padding: 5px 10px 5px 3.706325903em;
    line-height: 25px;
    box-shadow: none;
}

.widget_product_search form:before {
    top: 7px;
}

.storefront-primary-navigation {
    margin: -70px 0 0;
    padding: 0;
    background: transparent;
    position: relative;
}

.woocommerce-active .site-header .main-navigation {
    width: 100%;
    margin: 0;
    float: none;
    text-transform: uppercase;
    margin: 0;
}

.main-navigation ul.menu>li:first-child, .main-navigation ul.nav-menu>li:first-child {
    margin: 0 0 5px;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a{
    color: black;
}

.main-navigation ul.menu {
    text-align: center;
}

/*.main-navigation ul.menu>li:first-child {
    display: block;
    text-align: center;
}*/

.main-navigation ul.menu>li:nth-of-type(2) {
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding: 0 10px;
}

.main-navigation ul.menu>li:nth-of-type(3) {
    padding: 0 0 0 10px;
}

.main-navigation ul.menu>li:nth-of-type(1) {
    padding: 0 10px 0 0;
}

.main-navigation ul.menu>li:last-child {
    display: block;
    text-align: center;
}

.main-navigation ul.menu>li:last-child a {
    font-size: 16px;
}

.main-navigation ul li {
    padding: 0 5px;
    margin-bottom: 5px;
}

.main-navigation ul li a {
    color: black;
    font-size: 22px;
    line-height: 22px;
}

.menu-second-menu-container ul {
    margin: 20px 0 0;
    list-style-type: none;
    text-transform: uppercase;
}

.menu-second-menu-container ul li a:hover,
.menu-second-menu-container ul li:hover > a{
    color: black;
}

.menu-second-menu-container ul.menu {
    text-align: center;
}

/*.menu-second-menu-container ul.menu>li:first-child {
    display: block;
    text-align: center;
}*/

.menu-second-menu-container ul.menu>li:nth-of-type(2) {
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding: 0 10px;
}

.menu-second-menu-container ul.menu>li:nth-of-type(3) {
    padding: 0 0 0 10px;
}

.menu-second-menu-container ul.menu>li:nth-of-type(1) {
    padding: 0 10px 0 0;
}

.menu-second-menu-container ul li {
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.menu-second-menu-container ul li a {
    color: black;
    font-size: 16px;
    line-height: 22px;
}

.header-footer {
    color: black;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
}

.header-footer.mobile {
    display: none;
}
.header-footer a {
    color: black;
}
.header-footer > div {
    text-align: center;
    margin: 10px 0;
}
.header-footer > div img {
    display: inline-block;
    margin: 0 10px;
}
.site-header ul.menu li.current-menu-item > a {
    color: black;
}

.woocommerce-active .site-header .site-header-cart {
    float: none;
    display: block;
    clear: both;
    width: 200px;
    margin: 0 auto;
    position: absolute;
    bottom: -50px;
    right: 0;
}

.woocommerce-active .site-header .site-header-cart .buttons a:after {
    display: none;
}

#id-265 {
    display: none;
}

.site-header-cart .cart-contents {
    padding: 5px;
    color: #43454b;
    background: #f2f2f2;
}

a.cart-contents:hover,
.site-header-cart:hover > li > a{
    color: #43454b;
}

.main-navigation ul.nav-menu>li>a {
    padding: 0;
}

.home #content > .col-full,
.archive #content > .col-full,
.page-template-showroom #content > .col-full,
.page-template-showroom_subpage #content > .col-full {
    padding: 0;
    margin: 0 auto;
}

.home .hentry.type-page .entry-header {
    display: none;
}

.home .rslides_container,
.home .hentry,
.home .site-main,
.home.storefront-full-width-content .content-area,
.home.page:not(.page-template-template-homepage) .site-header {
    margin-bottom: 0;
}

.woocommerce-breadcrumb {
    display: none;
}

.hentry.type-page .entry-header {
    display: block;
    width: 100%;
}

.image-menu {
    /*padding: 0 25px;*/
    margin-top: 55px;
    text-align: center;
    height: 430px;
    overflow: hidden;
}

.image-menu a {
    display: inline-block;
}

.image-menu a:first-of-type {
    padding: 0px 30px 20px 0;
    border-right: 1px solid #a3b1bc;
}

.image-menu a:last-of-type {
    padding: 0px 0 20px 30px;
}

.image-menu img {
    /*display: none;*/
    max-height: 420px;
}

.home .image-menu a {
    padding-bottom: 8px;
}

.site-footer {
    padding: 0;
}

.bb-label {
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    background: #585658;
    display: inline-block;
    padding: 0px 10px;
    margin-top: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

*:focus {
    outline: 0 !important;
}

.top-instruction {
    width: 100%;
    background: url('assets/img/instruction.jpg') no-repeat center;
    padding: 16px 50px;
    color: white;
}

.top-instruction.showroom {
    background: #272526;
}

.top-instruction ul {
    width: 50%;
    margin-left: 50%;
    list-style-type: decimal;
    margin-bottom: 0;
}

.top-instruction h2 { 
    color: white;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding-left: 50%;
    font-size: 22px;
}

.top-instruction.showroom h2 {
    font-size: 32px;
    padding-left: 0;
}

.top-instruction.showroom > div > div {
    width: 50%;
    float: left;
    font-size: 20px;
}

.top-instruction.showroom > div > div strong {
    display: block;
}

.top-instruction.showroom > div > div:first-of-type {
    padding-right: 10%;
}

.top-instruction.showroom > div > div:last-of-type {
    margin-top: -34px;
    padding-left: 10%;
}

.top-instruction ul li {
    font-style: italic;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.top-instruction ul li:last-of-type {
    margin-bottom: 0;
}

.page-template-lag-din-egen #content .col-full {
    padding: 0;
    background: white;    
    margin: 0;
}

.category-list .box {
    float: left;
    width: 25%;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

.category-list .box:nth-of-type(4n) {
    border-right: 0;
}

.category-list .box:nth-of-type(4n +1) {
    clear: left;
}

.category-list .box img {
    width: 100%;
}

.category-list .box a {
    display: block;
    position: relative;
}

.category-list .box a div {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    text-align: center;
}

.hidden {
    display: none;
}

.instructions2 {
    background: #272526;
    color: white;
    padding: 22px 70px;
}

.instructions2 h2 {
    margin: 0 0 45px;
    color: white;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 700;
}

.instructions2 ul {
    list-style-type: decimal;
    font-size: 30px; 
   margin-left: 65px;
}

.instructions2 ul li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.instructions2.showroom-subpage h2{
    font-size: 32px;
    margin: 0 0 20px;
}
.instructions2.showroom-subpage {
    background: #666;
    position: relative;
}

.instructions2.showroom-subpage a {
    color: white;
    text-decoration: underline;
}

.instructions2.showroom-subpage.butikk  {
    min-height: 240px; 
}

.instructions2.showroom-subpage > .box {
    width: 50%;
    float: right;
}

.instructions2.showroom-subpage > .box:first-of-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    float: none;
    width: auto;
}

.term-odds-ballklubb ul.products li.product .varenr,
.term-valerenga ul.products li.product .varenr,
.term-rosenborg ul.products li.product .varenr,
.term-brann ul.products li.product .varenr{
    display: none;
}



.tax-product_cat .page-title,
.tax-product_cat .storefront-sorting .woocommerce-result-count,
.tax-product_cat .products .product h3,
.tax-product_cat .products .product .button,
.error404 .products .product .button,
.error404 .products .product .varenr {
    display: none;
}

.tax-product_cat .storefront-sorting {
    margin-bottom: 0px;
    padding: 0 15px;
}

.tax-product_cat .storefront-sorting .woocommerce-pagination {
    margin: 10px 0;
}

.term-odds-ballklubb .products .product h3,
.term-valerenga .products .product h3,
.term-rosenborg .products .product h3,
.term-brann .products .product h3,
.show-room-product-list .products .product h3{
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    background: #585658;
    display: inline-block;
    padding: 0px 10px;
    margin-top: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    bottom: 20px;
    text-align: center;
    transform: translateX(-50%);
}

.site-main ul.products li.product {
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    clear: none !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background: black;
}

ul.products li.product:nth-of-type(4n + 1) {
    clear: left !important;
}

ul.products li.product img {
    margin: 0 auto;
}

ul.products li.product .varenr {
    /*position: absolute;*/
    left: 0;
    right: 0;
    left: 0;
    display: block;
    /*background: rgba(255,255,255, 0.7);*/
    text-align: center;
    bottom: 38px;
    font-size: 16px;
    color: #43454b;
    font-weight: 300;
}

ul.products li.product .woocommerce-loop-product__title {
    display: none;
}

ul.products li.product .price {
    font-weight: 700;
    font-size: 24px;
    /*position: absolute;*/
    background: rgba(255,255,255, 0.7);
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.search-results ul.products li.product .price,
.search-results ul.products li.product .varenr,
.search-results ul.products li.product .add_to_cart_button{
    display: none;
}

.woocommerce-ordering {
    display: none;
}

.related.products {
    display: none;
}

.product-template-default .product_title {
    display: none;
}
.product-template-default .product_title + div {
    display: none;
}

.product-template-default .product_meta {
    display: none;
}

.product-template-default #content > .col-full {
    padding: 0;
    margin: 0;
}

.product-template-default .product_totals .gfield {
    display: none;
}

.product-template-default .product_totals .gfield:last-of-type {
    display: block;
}

.storefront-full-width-content.single-product div.product .images:before {
    content: 'Valgt kropp:';
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.storefront-full-width-content.single-product div.product .images {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    z-index: 10;
    width: 50%;
    margin: 0;
    text-align: center;
    max-height: 390px;
}

.storefront-full-width-content.single-product div.product .images img {
    margin: 0 auto;
    max-height: 358px;
    width: auto;
}

.storefront-full-width-content.single-product div.product .summary {
    width: 100%;
    float: left;
    margin-bottom: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0 1em 15px;
}

.storefront-full-width-content.single-product div.product .summary form {
    width: 50%;
}

.storefront-full-width-content.single-product div.product .summary form.cart {
    margin-bottom: 0;
    padding: 0 15px ;
    background: white;
}


.product-template-default #content > .col-full > .content-area,
.product-template-default #content > .col-full > .content-area > .site-main {
    margin-bottom: 0;
}

.single-product div.product form.cart .button {
    float: none;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper ul.gfield_radio li label {
    font-size: 15px;
    font-weight: 400;
}

.gform_wrapper h2.gsection_title {
    font-size: 20px;
    text-transform: uppercase;
}

.gform_wrapper .gsection {
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 16px 0 0 !important;
}

.creator-type > label,
.more-info > label,
.kropp > label,
.gender > label {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.file-up > label {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.gform_wrapper .top_label select,
.gform_wrapper .top_label input{
    width: 100% !important;
    font-size: 12px;
}

.face-generate {
    position: relative;
    padding-right: 0 !important;
    background: #efefef;
}

.face-generate img {
    margin: 0 auto;
}

.face-generate .hair,
.face-generate .eyes,
.face-generate .skin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.face-generate .base {
    position: relative;
    z-index: 50;
}

.face-generate .skin {
    z-index: 5;
}

.face-generate .hair,
.face-generate .eyes {
    z-index: 60;
}

.error404 ul.products li.product h3,
.error404 ul.products li.product .price {
    position: static;
    background: white;
    display: block;
    margin: 0;
}

.error404 .page-header {
    width: 100% !important;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 30px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
  background: white;
  padding: 0 4px;
}

.gform_wrapper .top_label input.file-upload-input {
  width: calc(100% - 115px) !important;
  color: black !important;
  font-size: 10px !important;
  padding: 11px 17px;
  border: none;
  background-color: white;
  box-shadow: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-left: 2px;
  /* IE 9 Fix */
}
.file-upload-input:hover, .file-upload-input:focus {
  background-color: #ab3326;
  outline: none;
}

.price-absolute {
    position: absolute;
    top: 540px;
    right: 0;
    width: 30%;
}

.gform_variation_wrapper .product_totals {
    position: absolute;
    top: 500px;
    right: 0;
    width: 30%;
}

.storefront-full-width-content.single-product div.product.full {}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    border: none;
    margin-left: -1px;
    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    background: #585658;
    display: inline-block;
    padding: 0px 10px;
    margin-top: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.file-upload-button:hover {
  background-color: #585658;
}

.gform_wrapper .top_label input.file-upload-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
.gform_wrapper .top_label input.file-upload-input::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
.gform_wrapper .top_label input.file-upload-input:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
.gform_wrapper .top_label input.file-upload-input:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.gfield.file-up {
    clear: both;
}

.storefront-full-width-content.single-product div.product.full .images {
    width: 30%;
}
.storefront-full-width-content.single-product div.product.full .summary {
    width: 100%;
    background: white;
}

.gform_body .column {
    width: 35%;
    float: left;
    padding: 0 10px;
    background: white;
}

.gform_wrapper textarea {
    height: 50px !important;
    font-size: 12px !important;
}

#masthead > a > img {
    width: 100%;
}

.home .site-content>.col-full>.woocommerce>.woocommerce-message {
    display: none;
}

.file-upload {
/*    //position: absolute;
    //top: 0;
    //right: 0;
    //width: 50%;*/
    padding: 25px 0px 0;
}

.file-upload .gfield {
    border: 2px solid black;
    width: calc(100% - 16px);
    padding-right: 0 !important;
}

.file-upload label {
    width: 100%;
    background: white;
    padding: 20px 5px;
}

.file-upload label + .ginput_container_fileupload {
    margin-top: -1px !important;
}

.gform_title {
    margin: 0 !important;
}

.gform_wrapper .gform_heading {
    display: none;
}

.gform_wrapper {
    margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 10px !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

.product_totals div.ginput_container {
    margin-top: 0 !important;
    float: right;
}

.product.full .summary form {
    width: 100% !important;
}

.face-generate {
    min-height: 250px;
}

.storefront-full-width-content.single-product div.product.product_cat-bryllup .summary form.cart {
    background: white;
}

#masthead.fixed {
    position: fixed;
    top: 0;
}

.head-generator-bryllup_wrapper .face-generate {
    min-height: 260px;
}

#gform_totals_2 .gfield_label {
    float: left;
    margin-right: 10px;
}

.product_cat-bryllup .product_totals div.ginput_container {
    float :left !important;
    margin-top: -3px !important;
    margin-bottom: 15px;
}

.storefront-full-width-content.single-product div.product .summary div[itemprop="description"] {
    display: none;
}

.woocommerce-tabs {
    /*display: none;*/
}

.storefront-full-width-content .woocommerce-tabs .panel {
    margin-bottom: 0;
}

.storefront-full-width-content .content-area {
    margin-bottom: 0;
}

.site-main {
    margin-bottom: 0;
    background: white;
}

.gfield.half label {
    width: 50%;
}

.gfield.half .ginput_container_select {
    width: 50%;
    float: right;
    margin-top: 0 !important;
}

.sample {
    width: calc(100% - 16px);
}

.file-upload .gfield.gsection {
    border: 0;
}

.site-header-cart .cart-contents:after {
    display: none;
}

.site-header-cart .cart-contents .amount {
    font-size: 14px;
}

.woocommerce-checkout #customer_details {
    width: 80%;
    margin: 0 auto;
    padding: 0 10px;
    float: none;
}

.woocommerce-checkout #order_review_heading {
    width: 100%;
    text-align: center;
}

.woocommerce-checkout #order_review {
    width: 100%;
}

.woocommerce-checkout #order_review table .product-name {
    width: 60%;
}

.woocommerce-checkout #order_review table .product-name dt {
    width: 30%;
    float: left;
}

.woocommerce-checkout #order_review table .product-name dd  {
    width: 70%;
    float: left;
}

.woocommerce-checkout #order_review table .product-name dd ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.woocommerce-cart .shop_table .product-name dd ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.woocommerce-cart .shop_table tr th:nth-of-type(1),
.woocommerce-cart .shop_table tr.cart_item td:nth-of-type(1){
    width: 20px;
}

.woocommerce-checkout #order_review table,
.woocommerce-cart .shop_table {
    font-size: 12px;
}

.woocommerce-checkout #order_review table .product-name,
.woocommerce-cart .shop_table .product-name {
    font-size: 10px;
}

.woocommerce-checkout #order_review table th.product-name,
.woocommerce-cart .shop_table th.product-name {
    font-size: 12px;
}

.cart-collaterals .cart_totals {
    float: none;
    width: 80%;
    margin: 0 auto;
}

.page-id-257.storefront-full-width-content .site-main  ul.products li.product {
    width: 25%;
    margin: 0 !important;
    height: auto !important;
    max-height: 506px;
}

.page-id-257.storefront-full-width-content .site-main  ul.products li.product:nth-of-type(4n + 1) {
    clear: left !important;
}

.page-id-257 #content > .col-full {
    padding: 0;
}

.page-id-257.storefront-full-width-content .site-main ul.products li.product .add_to_cart_button,
.page-id-257.storefront-full-width-content .site-main ul.products li.product .varenr,
.page-id-257.storefront-full-width-content .site-main  ul.products li.product .price {
    display: none;
}

.page-id-9 #content > .col-full {
    padding: 0 15px;
}

.woocommerce-MyAccount-navigation {
    width: 30%;
    margin-right: 0;
}
.woocommerce-MyAccount-content {
    width: 65%;
}

.page-id-257 pre {
    padding: 0;
    background: none;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    width: 100%;
}

.single-product div.product .onsale {
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 15px;
}

ul.products li.product .onsale {
    display: none;
}

ul.products li.product .price ins {
    margin-left: 0;
}

ul.products li.product .price del {
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.product_cat-butikk .product_title {
    display: block;
}

.product_cat-butikk .product_title + div {
    display: block;
    font-size: 26px;
}

.product_cat-butikk .summary div[itemprop="description"] {
    display: block !important;
}


.product_cat-butikk .summary {
    padding-left: 15px;
    width: 70% !important;
    min-height: initial !important;
    min-height: inherit !important;
}

.product_cat-butikk .price-absolute {
    position: static;
    width: 100%;
}

.product_cat-butikk .images:before {
    display: none !important;
}

.product_cat-butikk .images {
    width: 30% !important;
}

.product_cat-butikk .summary form {
    width: 100% !important;
    min-height: initial !important;
    min-height: inherit !important;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs {
    /*display: none;*/
}

.storefront-full-width-content .woocommerce-tabs .panel {
    width: 100%;
}

.storefront-full-width-content.single-product div.product .woocommerce-tabs,
.single-product div.product .price {
    padding-left: 15px;
    padding-right: 15px;
}

.show-room-product-list ul.products li.product {
    width: 25%;
    margin-bottom: 0;
    float: left;
}

.show-room-product-list ul.products li.product .varenr,
.show-room-product-list ul.products li.product .ajax_add_to_cart,
.show-room-product-list ul.products li.product .product_type_simple{
    display: none;
}

.show-room-product-list .post-gallery > .ngg-galleryoverview {
    margin-top: 0;
}

.show-room-product-list .ngg-gallery-thumbnail-box {
    width: 25%;
}

.show-room-product-list .ngg-gallery-thumbnail img {
    border-radius: 0;
}

.show-room-product-list .ngg-gallery-thumbnail a {
    margin: 0;
}

.show-room-product-list .ngg-gallery-thumbnail {
    margin: 0;
    border: 0;
}

.product-template-default .product_title {
    margin-bottom: 35px;
}

.single-product div.product .onsale {
    top: 55px;
}

.wac-qty-button {
    display: none !important;
}

@media screen and (max-width: 1280px) {
    #masthead {
        position: static;
        width: 100%;
        min-height: initial !important;
    }
    
    .header-footer {
        display: none;
    }
    
    .site-footer {
        /*padding: 1.618em 0 5.706326em;*/
    }
    
.header-footer.mobile {
        display: block;
    }

    #content {
        width: 100%;
    }
    
    #masthead > a > img {
        width: 50%;
        margin: 0 auto;
        float: left;
    }
    
    #masthead > .col-full {
        width: 50%;
        float: left;
        padding: 0;
        margin: 60px 0 0;
    }
    
    .product-template-default #content > .col-full {
        margin: 0 auto;
    }
    
    .storefront-primary-navigation {
        margin: 0;
    }
    
    .image-menu {
        display: none;
    }
    
    .woocommerce-active .site-header {
        position: static;
        float: none;
        margin: 0 auto 15px;
    }
    
    .woocommerce-active .site-header .site-header-cart {
        position: static;
        margin: 0 auto 20px;
    }
    
    .rslides {
        margin: 0 auto;
    }
    
    .page-template-lag-din-egen #content .col-full {
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    .menu-second-menu-container {
        clear: both;
    }
}

@media screen and (max-width: 768px) {
    #masthead > a > img {
        float: none;
        width: auto;
    }
    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .woocommerce-MyAccount-content {
        width: 100%;
    }
    #masthead > .col-full {
        width: 100%;
        margin: 0;
    }
    .woocommerce-active .site-header .main-navigation {
        text-align: center;
    }
    button.menu-toggle {
        float: none;
    }
    .menu-second-menu-container {
        display: none;
    }
    .site-header {
        padding-bottom: 0;
    }
    .main-navigation ul.menu>li {
        float: none !important;
    }
    .main-navigation ul.menu>li:nth-of-type(4) a,
    .main-navigation ul.menu>li:last-child a {
        font-size: 22px;
    }
    .main-navigation ul li a {
        padding: 5px 0;
    }
    .main-navigation ul li a:before {
        display: none;
    }
    .main-navigation ul li {
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }
    
    .instructions2 h2 {
        font-size: 36px;
        margin: 0 0 15px;
    }
    
    .instructions2 ul {
        font-size: 22px;
    }
    
    .instructions2 ul li {
        width: 100%;
    }
    
    .home #content > .col-full,
    .archive #content > .col-full {
        /*margin: 0 auto 20px;*/
    }
    
    .storefront-full-width-content.single-product div.product.product_cat-bryllup .images {
        position: static;
        margin: 0 auto;
    }
    
    .gform_body .column {
        width: 50%;
    }
    .site-main ul.products li.product {
        float: left;
    }
    
    .product_cat-butikk .images {
        /*display: none;*/
    }
    
    .product_cat-butikk .summary {
        width: 100% !important;
        padding: 0 15px;
    }
    
    .woocommerce-tabs {
        clear: both;
        padding: 1em 15px;
    }
    
    .site-footer {
        padding: 1.618em 0 5.706326em;
    }
}

@media screen and (max-width: 640px) {
    .top-instruction {
        background: #272526;
    }
    
    .site-main ul.products li.product {
        width: 33%;
    }
    
    .top-instruction h2 {
        padding: 0;
    }
    
    .top-instruction ul {
        width: 100%;
        margin-left: 0;
    }
    
    .category-list .box {
        width: 33%;
    }
    .category-list .box:nth-of-type(4n) {
        border-right: 1px solid white;
    }
    
    ul.products li.product:nth-of-type(4n + 1) {
        clear: none !important;
    }
    
    ul.products li.product:nth-of-type(3n + 1) {
        clear: left !important;
    }
    
    .category-list .box:nth-of-type(4n + 1) {
        clear: none;
    }
    
    .category-list .box:nth-of-type(3n) {
        border-right: 0;
    }
    
    .top-instruction.showroom .textwidget > div {
        width: 100%;
        padding: 0 !important;
        margin-top: 0 !important;
    }
    .instructions2.showroom-subpage > .box {
        width: 100%;
        float: none;
        position: static !important;
        transform: none !important;
        text-align: center;
    }
    
    .instructions2.showroom-subpage > .box img {
        margin: 0 auto;
    }
    

    
}

@media screen and (max-width: 540px) {
    .storefront-full-width-content.single-product div.product .images {
        position: static;
        margin: 0 auto;
    }
    
    .price-absolute,
    .gform_variation_wrapper .product_totals {
        position: static;
        width: 100%;
    }
    
    .storefront-full-width-content.single-product div.product .summary form {
        width: 100%;
    }
    .show-room-product-list ul.products li.product {
        width: 50%;
    }
    .show-room-product-list .ngg-gallery-thumbnail-box {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .category-list .box {
        width: 50%;
    }
    .category-list .box:nth-of-type(3n) {
        border-right: 1px solid white;
    }
    
    .category-list .box:nth-of-type(2n) {
        border-right: 0;
    }
    
    .site-main ul.products li.product {
        width: 50%;
    }
    .instructions2 {
        padding: 20px;
    }
    .cart-collaterals h2 {
        font-size: 20px;
    }
    ul.products li.product:nth-of-type(3n + 1) {
        clear: none !important;
    }
    
    ul.products li.product:nth-of-type(2n + 1) {
        clear: left !important;
    }
}

@media screen and (max-width: 320px) {
    .category-list .box {
        width: 100%;
    }
    .site-main ul.products li.product {
        width: 100%;
    }
    
    .category-list .box {
        border-right: 0 !important;
    }
}