/*
Theme Name: Artfurniture
Theme URI: http://demo.roadthemes.com/artfurniture/
Author: Plaza-Theme
Author URI: http://plazathemes.com/
Description:  Artfurniture is a new WordPress theme for Online Shopping. With this theme, we have presets and different layouts. With drag and drop home page layout manager, we can build many variations of home page layout. We also have ajax cart, wishlist, compare, zoom and fancybox to bring into a modern look of website. Some of amazing features like Revolution Slider, Mega Menu, Visual Composer, Product Tabs & Carousel, Contact Form with Google map will makes your website more attractive.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments
Text Domain: artfurniture
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.
*/
/*------------------------------------------------------------------
[Table of contents]
This theme compiles .less files into .css files. Please open "less" folder to see all LESS file.
1. Theme variables
	1.1 Fonts
	1.2 Colors
	1.3 Defined colors
2. Reset style
	- Body / body
	- Anchor tag / a
	- Image / img
	- Heading / h1, h2, h3, h4, h5, h6
	- Button / .button, .buttonMixin()
	- List / ul, ol
	- Table / table
3. Global CSS
	3.1 Page layout / .wrapper
	3.2 Front page / .front-page
	3.3 Carousel buttons / .slick-slider
	3.4 Tooltip / .roadtip
	3.5 WooCommerce onsale label / .onsale
	3.7 Added to cart popup / .atc-notice-wrapper
	3.7 Quick view / .quickview-wrapper
	3.8 Header default / .header-container
		3.8.1 Top bar / .top-bar
		3.8.2 Top menu / .top-menu
		3.8.3 Language & Currency Switcher / .switcher
		3.8.4 Header shipping / .header-shipping
		3.8.5 Mini cart / .widget_shopping_cart
		3.8.6 Header search / .header-search
		3.8.7 Header / .header
			3.8.7.1 Menu / div.nav-menu
			3.8.7.2 Mega menu / #mega_main_menu_first
			3.8.7.3 Categories menu / .categories-menu
	3.9 Footer default / .footer
	3.10 Google map / .map-wrapper
	3.11 Content / .main-container
		3.11.1 Breadcrumbs / .woocommerce-breadcrumb, .breadcrumbs
		3.11.2 Shop toolbar / .toolbar
		3.11.3 List products / .shop-products
		3.11.4 Product page / .product-view
		3.11.5 Page header / .entry-header
		3.11.6 Page content / .page-content
		3.11.7 Cart page & checkout page / .woocommerce
		3.11.8 Full width template / .full-width
		3.11.9 Blog page / .blog-page
		3.11.10 Contact page / .contact-page
		3.11.11 Default page template / .default-page
		3.11.12 Error 404 page / .error404
		3.11.13 Sidebars / #secondary
		3.11.14 Portfolio page / .list_projects
		3.11.15 Single project / .single-project
		3.11.16 About page / .about-page
4. Home Blocks
5. Responsive CSS
-------------------------------------------------------------------*/
html, body {
	width: 100vw;
	overflow-x: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
body p {
  font-family: 'Lato', sans-serif!important;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
	border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 3px 0 0;
    padding: 0 4px 5px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 0;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.header-container .header-middle {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 20px 0!important;
}
.header-container .logo {

    margin-top: -18px!important;
}
.main-container .banner-1 .wpb_wrapper .wpb_text_column p {

    color: #fff!important;

}
.main-container .banner-1 .wpb_wrapper .wpb_text_column.txt-col2 em {
    color: #000!important;
	background-color: #fff!important;
}

.main-container .banner-3 .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column a {
    color: #fff!important;

    border-bottom: #222!important;
}
.header-container .top-bar p {

    margin-left: 30px;
}
.header-container .header .horizontal-menu #primary > .menu_holder .menu_inner > ul > li.current-menu-item > a.item_link .link_text {
	background: transparent!important;
}
.header .vc_icon_element {

    margin-bottom: 5px!important;
    display: inline-block;
    float: right!important;
}
.header-container .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a:before {

    font-size: 1.8em!important;
}
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {

    margin-top: -17px;
}
.header-container.header-1 .widget_shopping_cart {

    margin-left: 15px;
}
@media (max-width: 768px){
	.wpb_single_image img {

		max-width: 200px!important;
	}
	.main-container .wpb_single_image img {

		max-width: 330px!important;
	}
	.account-extra-header{
		display:none!important;
	}
	.wishlist-extra-header{
		display:none!important;
	}
	.vc_custom_1533868592425 h3 {
		color: #fff!important;
	}
	.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper #wpb_wiz_gallery .woocommerce-product-gallery__image {
		width: 10%;
		margin-right: 15px;
	}
}

/* COSTIN */

.go_to_product_btn a {
	background: #063!important;
	color: #fff!important;
}
.logo a img {
	 max-width: 250px!important;
	 /* top: -30px; */
	 position: relative;
}
.header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text, .header-container .header .horizontal-menu #primary > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
	color: #fff!important;
  font-size: 1em!important;
}
.header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text, .header-container .header .header-sticky.ontop.show .horizontal-menu #primary > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
	color: rgb(255, 255, 255)!important;
  font-size: 1em!important;
	background: #063!important;
}



.header-search .form-input {
	border: 1px solid #000!important;
}
/* .oak_sleepers_top {
	border: 2px solid #f6f6f6;
} */
.send_btn {
	background: #063!important;
	color: #fff!important;
	font-weight: bold!important;
	margin-top: 20px!important;
}
.header-sticky.ontop {
	background: #f6f6f6!important;
}


.header-container .top-bar a {
  padding: 10px 20px;
    background-color: #063;
    border-radius: 20px;
    color: white!important;
}
.header-container .top-bar a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
}

.header-container .top-bar a:hover {
    text-decoration: none!important;
    color: black!important;
    background: #fc0;
    transition: all .35s;
}

.header-container .top-bar a:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2b6";
  transition: all .35s;
}
.header-container .header-search .search-dropdown .widget_product_search {
  float: right;
  margin-top: 3px!important;
margin-right: 15px!important;
}
.header-container .header-search .search-dropdown .widget_product_search #searchform .form-input {
    background: #ffffff00!important;
}
.header-container .header-search .search-dropdown .widget_product_search #searchform #ws {
    color: #000!important;
}
.header-container .header-search .search-dropdown .widget_product_search #searchform {
    right: 30px!important;
    top: -70%!important;
}
.header-bottom {
  background-color: #063;
}


.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
	color: #000!important;
}
.single-product .widget_socialsharing_widget {
	display: none;
}
.single-product .compare {
	display: none!important;
}
.woocommerce.product.compare-button {
	display: none!important;
}
.quickview-inner {
	display: none!important;
}
.logo-sticky img {
	width: 100px!important;
}
.header-sticky.with-admin-bar.ontop.show .mega_main_menu_ul {
	background: #063!important;
}
.header-sticky.with-admin-bar.ontop.show .link_text {
	padding: 0 20px!important;
}
.contact_link {
	background: #fc0;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: .8571em;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    margin-top: 20px;
}
.contact_link:hover {
	 background: #252531;
	color: #fff;
}
.wishlist-fragment {
	display: none;
}
.main-container .shop-products .item-col .product-wrapper .product-name a {
	text-transform: none!important;
}
.main-container .product-view .summary.single-product-info h1.product_title {
		text-transform: none!important;
}
.footer .newsletter .mc4wp-form-fields {
	margin-top: 60px!important;
}
.header-container .header .header-sticky.ontop {
	color: #000!important;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
	.logo {
		margin-bottom: 0px!important;
		margin-top: 0px!important;
	}

    .mobile-menu .mbmenu-toggler {
        color: rgb(0, 0, 0)!important;
   }
	.mobile-menu .mobile-menu-container ul.nav-menu > li > a {
		color: rgb(255, 255, 255)!important;
		height: 30px;
		font-size: 20px!important;
	}
	#slider-1-slide-1-layer-8, #slider-1-slide-1-layer-13 {
		color: #fff!important;
	}

	.top-bar {
		display: none!important;
	}
	.logo a img {
		max-width: 190px!important;
		top: 10px;
		left: -100px;
		position: relative;
	}

	/* .header-container.header-1 .widget_shopping_cart, .header-container.header-3 .widget_shopping_cart, .header-container.header-4 .widget_shopping_cart {
		position: absolute;
		top: -72px!important;
		height: 42px;
		right: 15px;
	}
	.header-container .header-search .search-dropdown .widget_product_search {
		position: relative;
		margin: 0;
		color: #252531;
		right: -90px;
	} */
}
.main-container .shop-products .item-col .product-wrapper .add-to-links {
    width: auto!important;
}
.main-container .shop-products .item-col .product-wrapper .product-image a img.secondary_image {
	background-color: white!important;
}
.single-product-info .cart .quantity .screen-reader-text {
	display: none;
}
.header-container .top-bar {
  border-bottom: none!important;
}
.header-container .header-middle {
  background: #fff!important;
  padding-top: 20px;
}
.header-container .top-bar {
  background: #fff!important;
}

.footer .footer-top {
  background: #fff!important;
}
.footer .newsletter .mc4wp-form-fields input[type=email] {
  border: 1px solid black;
}
.top-middle-btn a {
  padding: 10px 20px;
  background-color: #063;
  border-radius: 20px;
  color: white!important;
}
.top-middle-btn a:hover {
    text-decoration: none!important;
    color: black!important;
    background: #fc0;
    transition: all .35s;
}
.top-middle-btn a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
}
.top-middle-btn .top-bar a:hover::before {
    font-family: "Font Awesome 5 Free";
    content: "\f2b6";
    transition: all .35s;
}
.email-action {
  text-align: inherit;
  float: right;
}

.border-bottom-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.about-title-txt {
  min-height: 60px;
}
.about-txt {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  padding: 20px;
}
.single-product .product-nav {
  display: none;
}
.main-container .product-view .summary.single-product-info h1.product_title {
  font-size: 24px!important;
}
.single-product .price {
  font-weight: bold!important;
  font-size: 18px!important;
}
.main-container .product-view .summary.single-product-info .cart .button {
  font-size: 16px!important;
}
.single-product .posted_in {
  display: none!important;
}
.header-container .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content .buttons {
  background: #fff!important;
}
.header-container .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content .buttons a {
  background: #fc0!important;
}
.sku_wrapper {
  font-weight: bold;
}
.item-sku {
  font-weight: bold;
  padding-top: 10px;
}
.backorder_notification{
    display: none;
}
.backorder_notification_custom{
    display: block;
    margin-bottom:0px;
}
.main-container .cart_totals table .order-total td {
  display: grid;
}
.main-container .cart_totals table .order-total td .amount {
      padding-top: 4px;
}
.search-no-results .sidebar-shop {
  display: none;    

}
.contact_home {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 200px;
}
.search-results .sidebar-shop {
  display: none;

}
.search-results #archive-product {
    flex: 0 0 100%;
    max-width: 100%;
}
.footer .newsletter .mc4wp-form-fields .form-input {
	display: block!important;
}
.footer .newsletter .mc4wp-form-fields input {
	padding: 0 16px!important;
	line-height: 40px!important;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	width: 100%;
}
.stripe-card-group {
	width: 100%;
}
/* RESPONSIVE */
@media (min-width: 768px) {
  .about-txt-special {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
}
 @media (max-width: 1024px) {
   .email-action {
     float: none;
   }
	 .contact_home {
		 width: 100%!important;
	 }
 }


 .yesvat.closed, .novat.closed {
	 display: none;
 }
 .novat.opened {
	 display: block;
 }
 .pricing-box {
	display: inline-flex;
    align-items: center;
 }
 /* .exclude-VAT {
	min-width: 100px;
	margin: 0px 11px 25px;
 } */


.top-vat-list {
	list-style: none;
	padding-left: 0px;
	float: right;
}
.top-vat-list li {
	display: inline;
}
.top-middle-col {
	padding-top: 20px;
}
.exclude-VAT {
    margin-right: 40px;
	position: relative;
	margin-bottom:0;
}
  
  .switch > input { 
	opacity: 0;
  }
  
  .slider.round {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 61px;
	height: 33px;
  }
  
  .slider.round:before {
	position: absolute;
	content: "EXC. VAT";
    font-size: 8px;
    text-align: center;
	color: #063;
    padding: 1px;
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #063;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #063;
  }

  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: "INC. VAT";
    font-size: 8px;
    text-align: center;
    padding: 1px;
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  ul.top-vat-list.first {
    margin-top: 7px;
}
ul.top-vat-list.last {
    margin-top: -7px;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: none;
}
@media (min-width: 800px) {
	.header-middle.mobile {
		display: none!important;
	}
}
@media (max-width: 1024px) {
	.header-container .logo {
		text-align: center !important;
		/* margin-bottom: 20px; */
		margin: 0;
		display: block;
		float: left;
		padding-right: 7px;
		margin-top: 0px!important;
	}
	.logo a img {
		max-width: 110px!important;
		left: 0;
		position: relative;
		top: 0;
	}
	.top-vat-list {
    /* float: none; */
    padding-top: 0px;
    top: 0;
    margin: 0;
    position: relative;
	}
	.top-vat-list li {
		display: block;
	}
	.exclude-VAT {
		float: left;
	}
	.header-middle .wpb_column.vc_column_container.vc_col-sm-4 {
		max-height: 80px;
	}
	.widget_shopping_cart_content .cart-title, .widget_shopping_cart_content .cart-total {
		display: none;
	}
	.header-middle .woocommerce.widget_shopping_cart {
	    margin-top: 15px;
		left: -30px;
	}
	.header-middle .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a:before {
		font-size: 2em!important;
	}
	ul.top-vat-list.first {
			margin-top: 0px;
			margin-left: 0px;
			min-width: 60px!important;
	}
	.header-container .header-search .search-dropdown .widget_product_search {
		float: none;
		margin-top: -10px!important;
		margin-right: 85px!important;
	}
	.header-container .header-search .widget_product_search #searchform .form-input {
		padding-right: 15px;
	}
	/* .header-middle form#searchform {
		height: 44px!important;
		display: block;
		visibility: visible;
		opacity: 1;
	} */
	.header-middle .header-search .widget_product_search #searchform .form-input {
		padding-right: 15px!important;
	}
	.header-middle .header-search .search-dropdown .widget_product_search #searchform #wsearchsubmit {
		color: #000!important;
	}
	.header-middle .header-search .search-dropdown .widget_product_search:before {
	display: none!important;
	}
	/* ul.top-vat-list.last {
		margin-top: -7px;
		margin-bottom: -20px;
		top: -146px;
		right: 0px;
		position: absolute;
	} */
	/* .header-middle .vc_row.wpb_row.vc_row-fluid.header-bottom {
		margin-top: -20px;
	}
	.header-container .header-middle {
		padding: 20px 0px 0px 0px!important;
	}  */
	.header-container .header-search .search-dropdown .widget_product_search:before {
		display: block!important;
	}
/* 	.header-container .header-search .search-dropdown .widget_product_search #searchform {
		position: relative!important;
		top: 25px;
	} */
	.header-middle .top-middle-btn {
		display: flex;
		margin-bottom: 0px!important;
		margin-top: 25px!important;
	}
	.top-middle-btn a {
		padding: 0;
		background-color: #063;
		border-radius: 20px;
		color: white!important;
		font-size: 0px;
	}
	.top-middle-btn a::before {
		color: black;
		width: 15px;
		font-size: 20px;
	}
	/* .top-middle-col.wpb_column.vc_column_container.vc_col-sm-6 {
		display: inline-block;
		max-width: 25%;
		top: -105px;
		position: relative;
		left: -40px;
	} */
	/* .top-middle-col .wpb_wrapper {
		display: inline-block;
	}
	.header-container .header-search {
		margin-right: 0px;
		top: -20px;
		position: relative;
	} */
	/* .header-container.header-copy {
		max-height: 100px;
		margin-bottom: -200px;
		max-height: 60px;
	} */
	/* .header-container .header-middle {
		max-height: 60px;
	} */
	.header-container {
		text-align: left;
	}
	.header-mobile .vc_column-inner .wpb_wrapper {
		display: flex;
	}
	/* .header-mobile .vc_column-inner .wpb_wrapper + div{
		margin: 0;
		max-width: 50px;
		max-height: 50px;
		margin: auto;
	} */
	.header-container .header-search .search-dropdown .widget_product_search #searchform {
		right: 0!important;
		top: 0px!important;
		margin-left: 0px;
		margin-top: 20px;
		min-width: 80vw;
		transform: translate(-55%);
		position: relative!important;
		display: block!important;
	}




	.main-menu-wrapper * {
		color: black!important;
	}
	.header-container .search {
		margin-right: 0px;
		max-width: 70px!important;
		/* position: relative; */
		left: 70px;
		margin-top: 28px;
		/* padding: 5px; */
		display: inline-block;
	}
	/* .contact.wpb_column.vc_column_container.vc_col-sm-2 {
		margin-top: -25px;
	} */
	.header-mobile .mobile-menu-container *{
		color: black!important;
		/* text-align-last: center; */
		background: #063;
	}
	.mobile-menu .mbmenu-toggler {
		line-height: 5px!important;
		margin-top: 25px!important;
	}
	.mobile-menu .mbmenu-toggler span.mbmenu-icon {
		/* color: black!important;
		font-size: 1.2857em!important; */
		display: none;
	}
	.mobile-menu .mobile-menu-container {
		position: relative;
		/* min-width: 350px;
		margin-left: -100%; */
		width: 100vw;
		transform: translate(-83.333%);
	}
	.header-mobile {
		max-height: 100px;
	}
	.header-mobile .header-middle {
		padding-bottom: 0px!important;
	}
	.mobile-menu .mobile-menu-container.open {
		display: block;
		padding-bottom: 10px;
		margin-top: 25px;
	}
	.header-mobile .contact.wpb_column.vc_column_container.vc_col-sm-2 {
		position: fixed;
		right: 5px;
		margin-top: 85vh;
	}
	.header-mobile .minicart  {
		margin-left: 50px;
	}
	.header-mobile .contact.wpb_column.vc_column_container.vc_col-sm-2 {
		position: relative!important;
		right: -25px!important;
		margin-top: 0px!important;
	}
}