/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



strong {
	color: #000;
}


/* --- Footer */

#footer .footer-1 {
	text-align: center;
}
#footer .footer-1 img {
	width: 12rem;
	height: auto;
}
#footer .widget_nav_menu {
	margin-bottom: 0;
}
#footer .menu {
	text-align: center;

}
#footer .menu .menu-item {
	display: inline-block;
	padding: 0 1rem;
	border: none;
}
#footer .footer-nav .menu-item {
	padding: 0 1rem 1rem;
	color: #bd8956;
}
.absolute-footer ul {
	opacity: 1;
}
#footer .copyright-footer {
	font-size: .8em;
}



/* --- CTA Block */

.cta-block .text-center .button {
	margin-right: 0.5em !important;
	margin-left: 0.5em !important;
}



/* --- Home */

.rug-selector .banner.no-change .text-box {
	font-size: 1rem;
}
.rug-selector h3,
.rug-selector h4 {
	text-shadow: 0 0 20px rgba(0,0,0,.5);
}
.rug-selector h3 {
	font-size: 1.75rem;
}
.rug-selector h4 {
	font-size: 1rem;
}
.rug-selector .button {
	font-size: 1rem;
}

.rug-selector .banner-layers .fill:before, .img-inner:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid rgba(255,255,255,.7);
    z-index: 1;
}

.our-services h5 {
	margin-bottom: 1rem;
}

@media all and (max-width: 849px) {
	.rug-selector h3 {
		font-size: 1.5rem;
	}
}


/* --- Product category page */

.woocommerce.archive .shop-page-title {
	background: #f6f6f6;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.woocommerce.archive .shop-page-title .page-title-bg {
	box-shadow: none;
}
.woocommerce.archive .shop-page-title .title-overlay {
	display: none;
}
.woocommerce.archive .category-page-title h1.shop-page-title {
	font-size: 1.7em;
	text-transform: uppercase;
	color: #333;
	text-shadow: none;
	border: none;
}
.woocommerce.archive .category-page-title .category-filtering {
	line-height: 0;
}
.woocommerce.archive .category-page-title .category-filtering a {
	color: #777;
	text-shadow: none;
}
.woocommerce.archive .category-page-title .category-filtering a:hover {
	color: #333;
}
.woocommerce.archive .category-page-title .category-filtering .icon-menu {
	vertical-align: middle;
}
.woocommerce.archive .category-page-title .category-filtering .inline-block {
	width: 100%;
}
.woocommerce.archive .category-page-title .category-filtering .inline-block ul {
	margin-top: 1rem;
	line-height: 1.6;
}
.dark .widget_layered_nav_filters ul li.chosen a {
	background: rgba(0,0,0,0.6);
}
.woocommerce.archive .category-page-title .category-filtering .inline-block a {
	color: #bbb;
}
.woocommerce.archive .category-page-title .is-small,
.woocommerce.archive .category-page-title .woocommerce-ordering {
	display: none;
}

.woocommerce.archive .category-filtering h2.widgettitle {
	display: none;
}

#shop-sidebar {
	font-size: 0.875rem;
}
#shop-sidebar .widget_price_filter .price_slider_amount {
	position: relative;
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
	top: 2rem;
    float: none;
    position: absolute;
    right: 0;
    margin-right: 0;
}
#shop-sidebar .is-divider {
	height: 2px;
}


.woocommerce.archive .category-page-row .term-description p {
	border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.woocommerce.archive .category-page-row .term-description p strong {
	color: #000;
}


/* --- Product page */

.single-product .woocommerce-message {
    text-align: center;
}
.single-product .woocommerce-message .success-color {
	background: #eff5ea;
	margin: -10px auto;
	padding: 10px;
}
.single-product .single_add_to_cart_button {
	background: #111 !important;
	font-weight: 400;
}
.single-product .single_add_to_cart_button:hover {
	background: #777 !important;
}
.single-product .product-page-price {
	margin-bottom: 0.75em;
}

.product-container .product_meta,
.product-container .share-icons {
	padding: 0 15px;
}

.variations {
	max-width: 32rem;
}
.variations td {
	font-size: 1em;
}
.variations td.label {
	width: 9rem;
}

#roll-length-container {
	margin-bottom: 2rem;
}
#roll-length-container label {
	font-size: 0.9em;
	display: inline-block;
    width: 9rem;
    line-height: 2.5rem;
    vertical-align: middle;
}
#roll-length-container input[type=number]::-webkit-inner-spin-button, 
#roll-length-container input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
#roll-length-container input {
	display: inline-block;
	vertical-align: top;
	margin: 0;	
	height: 2.5rem;
}
#roll-length-container .button {
	padding: 0 1rem;
}
#roll-length-container p {
	font-size: 0.9em;
}
#roll-length-message {
	margin: 2rem 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ddd;
	color: #d26e4b;
}
#roll-length-notice {
	margin-top: 2rem;
	font-style: italic;
}
#roll-length {
	max-width: 5rem;
	border-left: none;
	border-right: none;
	text-align: center;
}

.variations_button .quantity.hide {
	visibility: hidden;
	position: absolute;
}

.single .product-info {
	margin-top: 2rem;
}

.price del {
	text-decoration: none;
	font-size: 70%;
	font-weight: normal;
	line-height: 2;
}
del .amount {
	text-decoration: line-through;
}
del .amount b {
	font-weight: normal;
}
.single .amount small {
	opacity: .4;
	font-size: 70%;
}

.tax-description {
	/*font-size: 80%;*/
	font-size: 60%;
	display: block;
	margin: 1.5rem 0;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
	font-weight: normal;
}

#calculated-price {
	font-size: 85%;
}
#calculated-price .lpo-total-price {
	border-top: 1px solid #777;
	/* border-bottom: 1px solid #777; */
	margin: 1rem 0 2rem;
	padding: 1rem 0 0;
}
#calculated-price .lpo-total-price b {
	color: #333;
}
.product-container .product_meta {
	padding: 0;
}
.image-tools .is-outline {
	color: #fff;
}
.badge-inner.on-sale {
	background: #ff8025 !important;
}
.badge-inner.on-sale .onsale {
	padding: 0 0.5em;
}
.single .product-gallery-slider {
	/* background: #1d1717 !important; */
	background: transparent !important;
}
.single .shop-container {
	padding-top: 2rem;
}


/* --- Cart page */

.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .woocommerce-shipping-calculator {
	display: none;
}
.woocommerce-cart .cart-empty {
	margin-bottom: 5rem;
}



/* --- Checkout */

.woocommerce-privacy-policy-text a {
	text-transform: lowercase;
}


/* --- Tanacsok post type */

.tanacsok .image-cover {
	background: #fcfcfc;
}
.tanacsok .is-divider {
	margin: 1rem auto;
}

.single-tanacsok .tanacsok {
	max-width: 45rem;
	margin: auto;
}
.single-tanacsok .tanacsok .entry-header h1,
.single-tanacsok .tanacsok .entry-content {
	max-width: 38rem;
	margin: auto;	
}
.single-tanacsok .tanacsok .entry-image a {
	height: 0;
    overflow: hidden;
    display: block;
    padding-top: 60%;
    position: relative;
}
.tanacsok .image-cover:before,
.tanacsok .entry-image a:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid rgba(255,255,255,.7);
    z-index: 1;
}
.single-tanacsok .tanacsok .entry-image img {
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
  	-webkit-transform: translateY(-50%); /* Safari */
  	transform: translateY(-50%);
}
.single-tanacsok .tanacsok h1,
.single-tanacsok .tanacsok h2,
.single-tanacsok .tanacsok h3,
.single-tanacsok .tanacsok h4 {
	color: #333;
}
.single-tanacsok .tanacsok h4 {
	margin-bottom: 1em;
}
.single-tanacsok .tanacsok h5 {
	margin-bottom: 1.5em;
	font-weight: 300;
}
.single-tanacsok .tanacsok .entry-divider,
.single-tanacsok .tanacsok .badge,
.single-tanacsok .tanacsok .entry-meta {
	display: none;
}


@media all and (max-width: 53.0625em) {
	.tanacsok .post-title {
		font-size: 1.5em;
	}
}
@media all and (max-width: 34.3125em) {
	.tanacsok .blog-post-inner {
		margin: 1.25rem auto;
	}
}



/* --- Contact page */

.contact-phone .col-inner,
.contact-email .col-inner {
	overflow: hidden;
}
.contact-phone .contact-icon,
.contact-email .contact-icon {
	position: absolute;
    bottom: 10px;
    left: -15px;
    font-size: 100px;
    opacity: 0.05;
    margin-bottom: 0;
    height: 100%;
}



/* --- Szallitasi felt. */

#gendoc_em {
	overflow-x: hidden;
}




/* --- Checkout page */

#shipping-notice {
	color: black;
	font-weight: bold;
}