/*
 Theme Name: Hongo Child
 Theme URI: http://hongo.themezaa.com
 Description: Child theme for Hongo theme
 Version: 1.0
 Author: Hanna Hansson @ Götessons
 Author URI: https://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, flexible-footer, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses
 Template: hongo
 Text Domain: hongo-child
*/

body {
	font-weight: 300;
}

h1, .h1, h2, h3, h4, h5, h6
{
    text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title
{
    font-weight: normal;
}

.hongo-shop-slider-style-5 .hongo-slider-typography-wrap .title {
	white-space: nowrap;
}

h2.heading-style-1
{
    font-size: 30px;
}

h3.heading-style-1
{
    font-size: 22px;
    margin-bottom: 20px;
}

.tmm .tmm_member .tmm_photo {
    border-radius: 3px !important;
    border-width: 5px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;

}
.breadcrumb ul li a, .breadcrumb ul li
{
    text-transform: uppercase;
}

.work-6col li:nth-child(3) {
	left: 33.33% !important;
}

.hongo-main-title-wrap .hongo-main-title {
    width: 100%;
}

.woocommerce .single-product-modern div.product .sku_wrapper.product_meta
{
    width: 100%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    color: #808080;
}
.home .hongo-shop-banner-4 .hongo-shop-banner-content {
    width: 400px;
}
span.sku {
    float: none;
}

@media screen and (min-width: 980px) {
    .vc_row-o-equal-height {
        display: flex !important;
    }
    .vc_row-o-equal-height .wpb_column .vc_column-inner,
    .vc_row-o-equal-height .wpb_column {
        flex: 1;
    }
}
@media screen and (min-width: 480px){
    .mini-header-main-wrapper.appear-up-scroll {
        display:none;
    }
    header>.header-main-wrapper
    {
        margin-top: 0 !important;
    }
}

/* Language switch in mini header */
header .widget.widget_polylang ul {
    margin: 10px 0;
}

header .widget.widget_polylang ul li {
    list-style: none;
    display: inline-block;
}

header #menu-languages>li>a,
header .widget_polylang ul li > a
{
	padding: 10px 3px;
}

/* Menu changes */
/* .home .header-common-wrapper:not(.sticky-appear) .nav > li > a,
.home .header-common-wrapper:not(.sticky-appear) .nav > li.current-menu-item > a,
.home .header-common-wrapper:not(.sticky-appear) .nav > li > a:hover,
.home header .header-common-wrapper:not(.sticky-appear) a.header-search-form,
.home header .header-common-wrapper:not(.sticky-appear) a.header-search-form:hover,
.home header .header-common-wrapper:not(.sticky-appear) a.wishlist-link,
.home header .header-common-wrapper:not(.sticky-appear) a.wishlist-link:hover,
.home header .header-common-wrapper:not(.sticky-appear) a.wishlist-link
{
    color: white;
} */

.header-common-wrapper .hongo-navigation-menu-2 .nav > li > a .menu-hover-line:after{
	background-color: #656565;
}

.home .header-common-wrapper:not(.sticky-appear) .hongo-navigation-menu-2 .nav > li > a .menu-hover-line:after{
	background-color: #ffffff;
}

.image200px img {
    width: 200px;
}

.term-description
{
    margin-top: 20px;
    padding-left: 0;
}

.term-description *
{
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

/* hh-contact */
.hh-contact > .vc_column-inner > .wpb_wrapper
{
    /* margin-top: 100px; */
    /* border:1px solid #808080;
    border-top:5px solid Black; */
    background-color: #ffffff;
    padding: 20px;
    height: 100%;
}
.hh-contact .hh-single-image .wpb_single_image
{
    /* margin-top: -60%; */
    /* border:2px solid #808080; */
    background-color: white;
}
.hh-contact .hh-icons
{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    /* width: 48%; */
}
.hh-contact .hh-icons + .text-block-content
{
    display:inline-block;
}

.hh-contact a
{
    font-size: 12px;
}

.hh-contact .hh-icons .vc_icon_element-inner,
.vc_icon_element.vc_icon_element-outer.hh-icons .vc_icon_element-inner.vc_icon_element-have-style-inner
{
    width: 1.5em!important;
    height: 1.5em!important;
}

.vc_icon_element.vc_icon_element-outer.hh-icons .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
    font-size: 14px !important;
}

/* END hh-contacts */

/* hh-newsletter */
footer .hongo-footer-middle .hh-newsletter .widget .widget-title
{
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #b7b7b7;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

footer .hongo-footer-middle .hh-newsletter .widget .widget-title:before {
	width: 15px;
	height: 1px;
	background-color: #808080;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

footer .hongo-footer-middle .hh-newsletter .widget .widget-title::after {
	width: 15px;
	height: 1px;
	background-color: #808080;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.hh-newsletter p {
    margin-bottom: 0;
    color:#B7B7B7;
}
.hh-newsletter span.hh-grid
{
    display: inline-block;
}
.hh-newsletter span.hh-grid:not(:last-of-type) {
    width: 39%;
    margin-right: 5px;
}
.hh-newsletter span.hh-grid:last-of-type{
    width:20%;
}
.hh-newsletter label {
    color: #808080;
}

.hh-newsletter .newsletter-style-1 input, 
.hh-newsletter .newsletter-style-1 input:focus
{
    padding: 9px 15px 10px;
    color: #808080;
    border-color: #808080;
    border-radius:3px;
    font-size: 14px;
    margin-bottom: 0;
}
/* END hh-newsletter */

/* .hh-footer-menu */
.hh-footer-menu .menu {
    display: flex;
}

.hh-footer-menu .menu  li.menu-item
{
    width: unset !important;
    font-size: 13px;
    text-transform: uppercase;
    border:none;
    display: inline;
}

.footer_menu_cloud .menu li {
    display: inline;
    /* margin-right: 20px !important; */
}

.footer_menu_cloud .menu li:not(:last-of-type):after
{
    content: '\f111';
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.hh-footer-menu .menu li.menu-item:not(:last-of-type):after
{
    content: "|";
    margin-right: 10px;
    margin-left: 10px;
}

.hh-footer-menu .menu li.menu-item a,
.hh-footer-menu .menu li.current-menu-item a
{
    color:#B7B7B7;
    text-decoration: none;
}

.hh-footer-menu .menu li.menu-item a:hover {
    color: #ffffff;
}

.hh_main_footer {
    font-size: 13px;
}

.hh_main_footer a
{
    color: #808080 !important;
    text-decoration: underline;
}
.hh_main_footer .widget a {
    text-decoration: none !important;
}

footer .hh_main_footer .widget .widget-title {
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
    color: #808080;
    line-height: 20px;
    text-align: left;
}

/* END hh-footer-menu */

/* PDf-files */
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachment_name,
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn {  
    font-family: 'Source Sans Pro', sans-serif; 
    font-size: 14px; color: #808080; 
    margin-bottom: 10px;
    line-height: 1;
    max-width: 100%;
    width:100%;
}
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachment_name a
{
    position: relative;
    display: block;
}
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachment_name a::after {
    font-family: 'FontAwesome';
    content: '\f019';
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn, 
.woocommerce-attachment-details .wcpoa_attachmentbtn
{
    min-width: 75px;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn {
    padding: 0px;
    background: none;
    text-align: right;
    text-decoration: underline !important;
}
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn:hover
{
    background: none;
    color: #000000;
}
.wcpoa_attachment
{
    margin-bottom: 0;
    line-height: 1;
}

.wcpoa_attachment h4 {
    text-transform: unset;
}

/* Product page */
.woocommerce div.product .product_title
{
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}
/* .woocommerce form.cart.variations_form .single_variation_wrap
{
    display: none !important;
} */

.hongo-attribute-style td,
.woocommerce form.cart .label
{
    display: block;
}

/* product_meta */
.product_meta {
    margin-top: 0;
    padding-top: 13px;
    font-size: 12px;
}
.woocommerce div.product .summary a.hongo-wishlist
{
    display: block;
    border-top:1px solid #e8e8e8;
    margin-top: 0;
    padding-top: 13px;
}

.woocommerce.archive svg.yith-wcwl-icon-svg,
.related svg.yith-wcwl-icon-svg,
.recently svg.yith-wcwl-icon-svg
{
    height : auto;
    width  : 20px;
    vertical-align: middle;
    color  : #ffffff;
}

.recently .yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg
 {
    vertical-align: middle !important;
 }

.woocommerce.archive .yith-wcwl-add-to-wishlist,
.woocommerce div.product .related.products .yith-wcwl-add-to-wishlist
{
    margin-top: 1px;
}

.woocommerce ul.products.hongo-shop-standard li.product .product-buttons-wrap a.add_to_wishlist,
.woocommerce ul.products.hongo-shop-standard li.product .product-buttons-wrap a.delete_item
{
     font-size: 13px;
     text-transform: uppercase;
}
.woocommerce ul.products.hongo-shop-standard li.product .product-buttons-wrap a.add_to_wishlist:hover,
.woocommerce ul.products.hongo-shop-standard li.product .product-buttons-wrap a.delete_item:hover
{
    background-color: #7f7f7f;
    color: #ffffff;
   
}

.product_meta span
{
    font-size: 12px;
    color: #808080;
}
.product_meta span a
{
    font-size: 14px;
    text-transform: capitalize;
}
.product_meta span a:hover,
.woocommerce div.product .summary a.hongo-wishlist:hover
{
    color:#232323 !important;
}

.woocommerce div.product .summary a.hongo-wishlist
{
    text-align: right;
    margin-right: 0px;
}

.social-icon-style-1 a
{
    color: #808080;
}
.ssorlie-thumbs
{
    clear: both;
}

.woocommerce .single-product-left-content .woocommerce-product-gallery__image
{
    width: 100%;
    float: none;
}

.woocommerce .single-product-left-content .ssorlie-thumbs .woocommerce-product-gallery__image,
.woocommerce .single-product-left-content div.product div.images .ssorlie-thumbs .woocommerce-product-gallery__image:nth-child(n+2) {
	width: calc(20% - 21px);
	float: left;
}
.woocommerce .single-product-left-content .ssorlie-thumbs .woocommerce-product-gallery__image:nth-child(5n+6)
{
    clear: left;
}


/* h2.woocommerce-loop-product__title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
} */

.flex-direction-nav a:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    padding: 10px;
    display: inline-block;
    content: '\f053';
    color: #000000;
  }
  .flex-direction-nav a.flex-next:before {
    content: '\f054';
  }

  .slides li img {
    opacity: 0.5;
}

.slides li.flex-active-slide img
{
    opacity: 1;
}

.profile-img
{
    float: right;
    margin-bottom:35px;
    margin-left:35px;
}

/* .woocommerce .single-product-modern div.product div.images .hongo-single-product-thumb-wrap
{
    top:0;
    transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
} */

.ss-headline
{
    /* text-shadow: -2px 2px #EED9C4; */
    color: Black;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: Black; */
}

.hh-category-start li.hongo-grid-sizer
{
    display: none;
}
.hh-category-start li .hongo-category-grid-details.hongo-category-grid-left-top {
	/* left: 24px;
	top: 20px; */
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
}

.hh-category-start li .hongo-category-grid-wrap:hover .title a
{
    background-color: transparent;
}

.hh-category-start li .hongo-category-grid-details .title
{
    margin: 10px 24px;
}

.hh-category-start li .hongo-category-grid-details .title a
{
    box-shadow: none;
    background-color: transparent;
    padding:0;
}

.hh-category-start li .hongo-category-grid-details .title a::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* Just in case `pointer-events: none` is set on a parent */
      pointer-events: auto;
      content: "";
      /* IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color */
      background-color: rgba(0, 0, 0, 0);
 }
  


.hongo-accordion ul li .panel ul.ss-technic-info
{
    padding-left:26px;
    margin:0;
    
}
.hongo-accordion ul li .panel ul.ss-technic-info li
{
    position: relative;
    list-style: none;
}

.ss-technic-info li > strong {
    text-transform: uppercase;
    font-size: 11px;
}

.hongo-accordion ul li .panel ul.ss-technic-info li::before
{
    font-family: "Font Awesome\ 5 Free";
	font-size: 11px;
	content: "\f00c";
	position: absolute;
	left: -20px;
	top: 5px;
	font-weight: 900;
	line-height: 16px;
}

.hongo-accordion-section-content h2 {
    display: none;
}

.hongo-accordion-section-content h6 {
    margin-bottom: 0;
    font-size: 14px;
}
.hongo-accordion-section-content h6:not(:first-of-type) {
    margin-top:25px;
}
.hongo-attribute-filter[data-attribute_name="attribute_pa_farger-understell"] .hongo-attribute-image
{
    width:50px;
    height: 50px;
}


.tax-product_cat .hongo-shop-content-part .row > div {
    margin: 0 auto 130px auto;
    float: none;
}

.ss-shop-grid-start .title {
    display: none;
}

 /*.ss-shop-grid-start li.hongo-grid-sizer
{
    display: none; 
}*/

.ss-shop-grid-start li .hongo-shop-grid-center-bottom
{
    bottom: 10px !important;
}
 /* PAGES */
.display-inline {
    display: inline;
}

/* .container .ss-parallax.parallax,
.parallax
{
    background-size: auto !important;
    background-position: center top !important;
    background-position-x: center !important;
} */

.ss-textile-boxes .hongo-info-content-box
{
    padding:30px;
    text-align: center;
    display: block;
}

.ss-textile-boxes .hongo-info-content
{
    font-style: italic;
}

.related.products>h2,
.recently.products>h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 61px;
	text-transform: uppercase;
}

.woocommerce div.product .recently.products {
	clear: both;
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 auto;
	border-top: 0;
	overflow: visible;
}

/* Products table on designer tab */
.ss-designer-page table.table {
	border: 0;
}

.ss-designer-page table.table td {
	padding: 25px;
	vertical-align: middle;
	border-right: 0;
}

.ss-designer-page table.table tr td:first-of-type
{
    padding-left: 0;
}

.ss-designer-page table.table tr td:last-of-type
{
    padding-right: 0;
}

.ss-designer-page table.table tr td:last-child a {
	float: right
}

.ss-designer-page table.table td.product-thumbnail
{
	width: 150px;
}

.ss-designer-page table.table th {
	color: #232323;
	font-size: 12px;
	font-weight: 500;
}

tbody#loadMoreProducts,
.ss-designer-page .table>tbody+tbody.ss-label,
.ss-designer-page .table>tbody+tbody.ss-label-close {
    border-top: 1px solid #e8e8e8;
} 

.ss-designer-page .table>tbody+tbody.ss-label td,
.ss-designer-page .table>tbody+tbody.ss-label-close td
{
    border-bottom: none;
}

.designer-archive-header {
    display: flex;
    align-items: center;
    margin-bottom: 96px;
}

/* --- */

.ss-miljodek
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    transition: all 0.2s ease;
}

.ss-miljodek:empty,
.ss-miljodek[style*="display: none"] {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.ss-miljodek .col:not(:last-of-type)
{
    
    margin-right: 20px;
}

.woocommerce div.product .summary a.hongo-wishlist, 
.woocommerce ul.products li.product .hongo-wishlist-add,
.woocommerce ul.products.hongo-shop-standard li.product .hongo-wishlist,
.product-buttons-wrap .yith-wcwl-add-button a span
{
    display: none;
}

.products-social-icon {
	margin: 0;
	padding: 0;
	width: 50%;
	display: inline-block;
	text-align: right;
}

.product_meta>span {
	width: 50%;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button
{
	float: none;
	line-height: 1;
}

.woocommerce .single-product-modern div.product .product_meta {
	border-top: 1px solid #e8e8e8;
	/* margin-top: 25px; */
}
.woocommerce .single-product-modern div.product .products-social-icon {
	padding-top: 0px;
}

.woocommerce div.product .product-buttons-wrap .yith-wcwl-add-to-wishlist
{
    border-top: none;
}
.woocommerce div.product :not(.product-buttons-wrap) .yith-wcwl-add-to-wishlist{
    /* display: inline-block; */
	float: right;
    margin-top:0;
	line-height: 1;
}

.woocommerce div.product .product-buttons-wrap .yith-wcwl-add-to-wishlist{
    display: block;
	float: none;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist a {
	text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;

}

.yith-wcwl-add-to-wishlist .yith-wcwl-icon 
{
    font-size: 12px;
    margin-right:5px;
}

.yith-wcwl-share li a
{
    display: inline-block;
    text-align: left;
    padding:0 10px 0 0;
}

table.wishlist_table
{
    font-size: 100%;
}
.wishlist_table .product-add-to-cart span.dateadded {
    display: inline-block;
}

.woocommerce .cart .remove_from_wishlist.button
{
    float:right;
}

.woocommerce .single-product-modern div.product div.images .hongo-single-product-thumb-wrap .swiper-thumb-next, 
.woocommerce .single-product-modern div.product div.images .hongo-single-product-thumb-wrap .swiper-thumb-prev
{
    width: 100%;
    border-radius: 3px;
}
.woocommerce .single-product-modern div.product div.images .hongo-single-product-thumb-wrap .swiper-thumb-next:hover,
.woocommerce .single-product-modern div.product div.images .hongo-single-product-thumb-wrap .swiper-thumb-prev:hover,
.woocommerce ul.products.hongo-shop-standard li.product .product-buttons-wrap a {
	background-color: #7f7f7f;
}

.woocommerce ul.products.hongo-shop-standard li.product .product-buttons-wrap a:hover
{
    color: #7f7f7f;
}

.photos {
    justify-content: center;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.photos .item {
    padding: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
}

.select2-search.select2-search--dropdown {
    display: none;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes td p,
.product-meta {
    font-size: 13px;
    line-height: normal;
}
.woocommerce table.shop_attributes th {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    min-width: 200px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background-color: unset;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 30px;
}

.summary-main-title-left {
	width: 100%;
}

.woocommerce div.product .summary-main-title-right {
	display: none;
}

#tab-additional_information .woocommerce-info {
    font-size: 12px;
}

.woocommerce-variation.single_variation {
    display: none !important;
}
.woocommerce #tab-description ul 
{
    padding-left:20px;
}
.woocommerce #tab-description ul li {
    padding-left: 10px;
    line-height: 22px;
    margin-bottom: 12px;
    list-style: none;
}

.woocommerce #tab-description ul li::before
{
    content: "\f058";
    content: "\e080";
    font-family: 'simple-line-icons';
    margin-right: 10px;
    margin-left: -25px;
    /* font-weight: 400; */
}

.woocommerce .single-product-modern div.product .woocommerce-product-details__short-description {
    padding: 23px 0;
}
.woocommerce .single-product-modern div.product .woocommerce-product-details__short-description p {
	width: 100%;
}

#product-content
{
    margin:23px 0;
}

.woocommerce-product-details__short-description.closed {
    overflow: hidden;
    max-height: 200px;
}

.woocommerce-product-details__short-description.open {
    overflow: unset;
    max-height: none;
}

.read-more,
.close-more {
    display: block;
    text-align: center;
    padding: 10px;
    position: relative;
    border-top: 1px solid #e8e8e8;
    color:#808080;
    text-decoration: none;
}

.read-more::after,
.read-more::before,
.close-more::after,
.close-more::before {
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.read-more::after,
.read-more::before
{
    top:0%;
}
.close-more::after,
.close-more::before
{
    bottom:100%;
}

.read-more::after {
	border-top-color: #ccc;
	border-width: 7px;
	margin-left: -7px;
}
.close-more::after {
	border-bottom-color: #ccc;
	border-width: 7px;
	margin-left: -7px;
}

.row.konfiguartor:not(:last-of-type)
{
    border-bottom: 1px solid #e8e8e8;
}
.row.konfiguartor{
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.entry-konfigurator h2
{
    margin-bottom: 0;
}

.hongo-main-content-wrap {
	margin-top: 0 !important;
}
header .nav>li .wpb_wrapper ul.ss-mega-menu li.menu-item.menu-title {
	display: none;
}
header .nav>li ul.ss-mega-menu li {
    display: inline-block;
    width: 25% !important;
    margin-bottom: 40px;
}
header .nav>li ul.ss-mega-menu-small li {
    display: inline-block;
    width: 50% !important;
    margin-bottom: 30px;
}

#tablepress-23 th {
    background: #ccc;
}

.hh_productattributes { display: inline-block; margin-right:5px; margin-bottom:5px;}


@media (min-width:1600px)
{
    .container {
        width: 1570px;
    }
    .container.term-description {
        width: 66.66666667%;
    }

    .hh-contact-form label,
    .hh-contact-form span{
        display: inline-block;
    }

    .hh-contact-form label {
        margin-right:20px;
        min-width: 128px;
        text-align: right;
        color: #808080;
    }
    .hh-contact-form input[type='submit']
    {
        float: right;
    }
    .hh-contact-form textarea
    {
        vertical-align: top;
    }
}

@media (min-width: 1200px)
{
    .woocommerce div.product .recently.products {
    max-width: 1140px;
    }

.woocommerce .single-product-modern div.product .woocommerce-tabs .panel:not(#tab-more_images):not(#tab-designer):not(#tab-hongo-tab3) {
        padding-left: 34%;
        padding-right: 34%;
    }
}
/* On screens that are 1200px or less*/
@media (max-width: 1200px)
{
    header .nav>li ul.ss-mega-menu-small li {
        margin-bottom: 55px;
    }
}

@media (max-width: 1800px)
{

}

.hh_maintenance_mode {
    justify-content: center; /* Horisontell centrering */
    align-items: center; /* Vertikal centrering */
    height: 100vh; /* Höjd på container */
    margin: 0;
}

.logged-in .hh_maintenance_mode
{
    height: calc(100vh - 32px); /* Höjd på container */
}

.single-textile .heading-style-3
{
    font-size: 32px;
    /* text-align: left !important; */
    margin-right: 30px;
}

.single-textile .heading-style-4
{
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 30px;
    /* text-align: left !important; */
}

/* TABLES */
.ss-textiles td.column-1,
.ss-textiles .column-1 {
    width: 40%;
}

.single-textile .ss-textiles
{
    border:none;
}

.single-textile .ss-textiles td,
.single-textile .ss-textiles th
{
    border-right:none;
}
.single-textile .textile_swatches
{
    margin-top: 120px;
}
.single-textile .swatch
{
    margin-bottom: 15px;
}

.single-textile .swatch p
{
    margin: 0;
    font-size: 75%;
    text-align: center;
    text-transform:uppercase;
    line-height: normal;
    margin-top: 10px;
    hyphens: auto;
    word-wrap: break-word;
    display: block;
}

.post-type-archive-textile .hongo-main-content-wrap
{
    background-color: #f5f5f5;
}
.archive-textiles .textile
{
    height: 100%;
    background-color: #ffffff;
}
.archive-textiles .content
{

    padding:30px 10px;
    text-align: center;
}

.archive-textiles .content .hongo-info-content
{
    font-style: italic;
}

.archive-textiles .content h5
{
    font-weight: 500;
    color: #232323;
    margin-bottom: 8px;
    line-height: 21px;
    font-size: 18px;
}

.post-type-archive-textile .page-title-style-4 .hongo-main-title
{
    font-weight: 600;
    line-height: 90px;
    font-size: 60px;
    letter-spacing: 1px;
}

.post-type-archive-textile .hongo-main-content-wrap
{
    padding:0;
}

.hongo-blog-styles .archive-textiles li {
    margin-bottom: 30px;
}

.hongo-blog-styles .archive-textiles .entry-title
{
    font-size: unset;
}
.hongo-blog-grid .archive-textiles .entry-title
{
    margin-bottom: 0;
}

.hongo-blog-grid .archive-textiles .blog-image
{
    margin-bottom: 0;
}

.container .hongo-blog-grid .blog-posts .archive-textiles
{
    margin-left: -15px;
    margin-right: -15px;
}
.swatches-grid .swatch_title
{
    text-transform: uppercase;
}

.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
    
}

.flex-wrap
{
    flex-wrap: wrap !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

section.textiles_section {
    padding-top: 130px;
    padding-bottom: 0;
}

section.textiles_section:last-of-type {
    padding-bottom: 130px;
}

section.hh_archive_description {
    padding-bottom: 79px;
}

.breadcrumb .hongo-main-title-breadcrumb li a:hover,.breadcrumb ul.hongo-main-title-breadcrumb li a:hover {
    color: #000000
}

.woocommerce ul.mobelfakta-variantlista.products::before
{
    content: none;
}
.woocommerce ul.mobelfakta-variantlista
{
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* eller 3, beroende på design */
    gap: 2rem;
}
.woocommerce ul.mobelfakta-variantlista li.product .woocommerce-loop-product__title
{
    margin-top: 1em;
}

.woocommerce ul.mobelfakta-variantlista.products li
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.woocommerce ul.mobelfakta-variantlista.products .variant-attributes li {
    flex-direction:row;
    display: flex;
    justify-content: center;
}

.woocommerce .products .mobelfakta-attribut
{
    /* margin-top:1em; */
    font-size: 14px;
}

.woocommerce .products .mobelfakta-attribut li
{
    line-height: 18px;
}

.woocommerce ul.mobelfakta-variantlista li.product strong {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.woocommerce ul.products li.product .mobelfakta 
{
    margin-top: 1em;
}
.woocommerce ul.products li.product .mobelfakta img
{
    width: 100px;
    text-align: center;
    margin: auto;
}

.product-pcon-iframe {
    padding: 48px 100px;

}

.single-product:has(.product-pcon-iframe) .woocommerce-tabs {
  background-color: #f7f7f7; /* valfri färg */
}

.single-product .default-page-space
{
    padding-bottom: 0;
}