body {
	padding: 0px;
	margin: 0px;
	font-family: 'HK Nova';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'HK Nova';
    src: url('../fonts/HKNova-Medium.eot');
    src: url('../fonts/HKNova-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HKNova-Medium.woff2') format('woff2'),
        url('../fonts/HKNova-Medium.woff') format('woff'),
        url('../fonts/HKNova-Medium.ttf') format('truetype'),
        url('../fonts/HKNova-Medium.svg#HKNova-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo {
	margin-top: 5px;
	margin-bottom: 5px;
}
.logo img {
	width: 210px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 195px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	margin-right: 25px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #666;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 26px 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #914025;
}
.header_cart {
	position: relative;
	width: 32px;
	padding: 0 10px 0 0;
	margin-left: 25px;
}
.header_cart_count {
	position: absolute;
	bottom: -8px;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f8f281;
	text-align: center;
	color: #111;
	font-size: 12px;
	padding-top: 2px;
}
.header_search {
	margin-left: 25px;
}
.header_search_icon {
	width: 22px;
}
.header_search_result {
	position: absolute;
	top: 54px;
	right: 0;
	width: 300px;
}
.home_product_section {
	padding: 70px 0;
}
.home_product_box:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9;
}
.home_product_box img {
	-moz-transition: all 3s ease 0s;
	-webkit-transition: all 3s ease 0s;
	transition: all 3s ease 0s;
}
.home_product_box:hover img {
	transform: scale(1.1);
}
.home_product_box_content {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	padding: 0 15px;
}
.home_product_box_heading {
	font-size: 30px;
	line-height: 35px;
}
.home_product_box_btn {
	display: inline-block;
	color: #fff !important;
	border: 2px solid #fff;
	padding: 11px 20px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_product_box_btn:hover {
	background: #fff;
	color: #111 !important;
}
.home_book_section {
	padding: 30px 0 70px;
}
.home_book_section_heading {
	font-size: 30px;
	color: #111;
	line-height: 1.2;
}
.home_book_section_text {
	color: #666;
	margin-top: 20px;
}
.home_brand_section {
	padding: 0 0 70px;
}
.brand_heading {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 70px;
}
.home_brand_images {
	margin-top: 35px;
}
.home_brand_images img {
	max-width: 170px;
	margin: 20px 15px;
	max-height: 55px;
}
.home_cta_section {
	padding: 70px 0;
}
.home_cta_btn {
	display: inline-block;
	color: #111 !important;
	border: 2px solid #111;
	padding: 11px 20px 11px 48px;
	margin: 30px 5px 0;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_btn:hover {
	background: #111;
	color: #fff !important;
}
.home_cta_btn img {
	position: absolute;
	top: 50%;
	left: 18px;
	width: 22px;
	transform: translate(0, -50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_btn:hover img {
	filter: brightness(0) invert(1);
}
.cta_heading {
	padding: 0 12%;
}
.home_gallery_section {
	padding: 0 0 70px;
}
.home_testimonial_section {
	background: #fff9ee;
	padding: 70px 0;
}
.footer {
	background: #000;
	padding: 45px 0 20px;
}
.footer_logo img {
	width: 145px;
	margin-bottom: 20px;
}
.footer_social_heading {
	font-size: 20px;
}
.footer_top_heading {
    font-size: 21px;
	color: #e4c966;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 7px;
}
.footer_top_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 3px solid #eee;
}
.footer_contact_info ul {
	padding: 0;
	margin: 25px 0 0;
}
.footer_contact_info ul li {
	color: #ddd;
	position: relative;
	list-style: none;
	font-size: 15px;
	margin-top: 10px;
	padding-left: 31px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 2px;
	left: 0;
	max-width: 20px;
}
.footer_contact_info ul li a {
	color: #ddd;
}
.footer_trustpilot {
	margin-top: 20px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 3px;
}
.footer_menu ul li a {
	color: #ddd;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-size: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #fff;
	padding-left: 2px;
}
.footer_social {
	margin-top: 10px;
}
.footer_social img {
	width: 32px;
}
.footer_social a {
	margin-right: 6px;
}
.footer_top_block:nth-child(2) {
	padding-left: 50px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 0;
	font-size: 13px;
	margin-top: 30px;
	color: #ddd;
	text-align: center;
	text-transform: uppercase;
}
.footer_bottom a {
	color: #ddd;
	margin: -4px 0 0 4px;
	vertical-align: top;
	display: inline-block;
}
.footer_bottom img {
	width: 135px;
}
#back-to-top {
	background: #f1df79;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-nav-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
}
.ms-nav-next {
	background: url("../images/next_icon.png") no-repeat center !important;
}
.banner_heading {
	color: #fff;
	font-size: 40px;
	max-width: 700px;
	margin: 0 auto;
	line-height: 43px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
/* .ms-slide:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	z-index: 9;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.90238093528427) 0%, rgba(0,0,0,0) 100%);
} */
.ms-slide-info {
	bottom: 17% !important;
	text-align: center;
}
.banner_btn {
	display: inline-block;
	color: #fff !important;
	border: 2px solid #fff;
	padding: 11px 40px 11px 20px;
	margin: 25px 5px 0;
	position: relative;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 18px;
	transform: translate(0, -50%);
	width: 10px;
	height: 10px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #fff;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn:hover:before {
	background: #111;
}
.banner_btn:hover {
	background: #fff;
	color: #111 !important;
}
.sp-testimonial-free {
	position: relative;
	padding-top: 35px;
}
.sp-testimonial-client-rating {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	justify-content: center;
}
.sp-testimonial-client-name {
	font-weight: normal !important;
	font-size: 22px !important;
}
.testimonial_slide {
	margin-top: 40px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner.jpg") #eee no-repeat;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 35px;
	font-weight: normal;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #f1df79;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #f1df79;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	font-size: 28px;
	color: #111;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 3px solid #222;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	font-size: 15px;
	margin-top: 20px;
}
.inner_page_text strong {
	color: #222;
	font-size: 18px;
	font-weight: normal;
}
.inner_page_subheading {
	color: #222;
	margin-top: 25px;
	font-size: 20px;
	line-height: 25px;
}
.inner_page_btn {
	display: inline-block;
	border: 2px solid #111;
	color: #222 !important;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_btn:hover {
	background: #111;
	color: #fff !important;
}
.inner_page_mid_strip {
	background: #eee;
	padding: 40px 0px;
	margin: 60px 0;
}
.inner_page_mid_strip_text {
	font-size: 19px;
	color: #222;
	line-height: 1.4;
}
.inner_page_mid_strip_btns {
	text-align: right;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	font-size: 15px;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_mid_section {
	background: #fff9ee;
	padding: 60px 0;
	margin: 60px 0;
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	color:#666;
	font-size: 15px;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: normal;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: 2px solid #111 !important;
	color: #111 !important;
    width: auto;
    background: #fff !important;
    border-radius: 0;
    font-size: 16px;
	padding: 12px 25px 10px;
    font-weight: normal;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_form .contact_btn input:hover {
	color: #fff !important;
    background: #111 !important;
}
.contact_map {
	margin-top: 60px;
	filter: grayscale(100%);
}
.contact_map iframe, #post-19 {
	margin-bottom: 0 !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #f1df79;
	color: #111 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn3 {
	background: #111;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.project_page_container {
	padding: 0 0 60px;
}
.project_page_box {
	margin-top: 30px;
}
.project_page_box_inner {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	padding: 10px 10px 20px;
	min-height: 100%;
}
.project_page_box_heading {
	color: #111;
	font-size: 22px;
	margin: 20px 0 5px;
	line-height: 1.2;
}
.project_page_box_location {
	color: #939393;
	font-size: 15px;
}
.project_page_box_btn {
	display: inline-block;
	background: #111;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 20px 10px;
	margin-top: 20px;
}
.flexslider .big_img img {
	width: 100%;
	height: 450px !important;
	object-fit: cover;
}
.flexslider p {
	margin-bottom: 0 !important;
}
.project_details_page_heading {
	font-size: 30px;
	line-height: 1.2;
	color: #111;
}
.project_details_page_location {
	background: url("../images/pin_icon.png") no-repeat left top 2px;
	background-size: 16px;
	padding-left: 20px;
	color: #914025;
	margin-top: 5px;
}
.project_details_page_short_desc {
	color: #666;
	margin-top: 25px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}
.project_details_table tr td {
	border: none;
	padding-left: 0;
	color: #666;
	font-size: 15px;
}
.project_details_table tr td:first-child {
	color: #222;
	min-width: 175px;
}
.project_details_page_btn1 {
	display: inline-block;
	border: 2px solid #111;
	color: #111 !important;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 18px 10px;
	margin: 10px 10px 0 0;
}
.project_details_page_btn2 {
	display: inline-block;
	background: #111;
	border: 2px solid #111;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 18px 10px;
	margin: 10px 0 0 0;
}
.page-id-429 .entry-header {
	display: none;
}
.page-id-429 .header {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.visualizer_container {
	padding-top: 110px;
}
.woocommerce-loop-product__title {
	color: #222;
	font-weight: normal;
	line-height: 23px;
}
.price {
	color: #914025 !important;
	font-size: 22px !important;
}
.sku_wrapper {
	display: block;
}
.add_to_cart_button, .single_add_to_cart_button, #place_order, .product_type_external {
	background: none !important;
	color: #111 !important;
	line-height: normal !important;
	border-radius: 0 !important;
	font-size: 14px !important;
	padding: 10px 20px !important;
	border: 2px solid #111 !important;
	font-weight: normal !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
.summary .product_title {
	font-size: 20px;
}
.summary .product_title {
	font-size: 24px;
	text-transform: none;
	line-height: 30px;
	color: #000;
}
.quantity .plus, .quantity .minus {
	background: #111 !important;
	height: 43px;
	border-radius: 50%;
	width: 43px;
	padding: 0;
	font-size: 20px !important;
	color: #fff !important;
	font-weight: normal !important;
	padding: 0 !important;
}
.quantity .input-text {
	min-height: 43px;
}
.product_meta a {
	color: #ac9e4f;
}
.shop_table thead {
	background: #000;
	color: #fff;
}
.shop_table .product-name a {
	color: #914025;
}
.checkout-button {
	background: #fff !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	border: 2px solid #914025 !important;
	color: #914025 !important;
}
.woocommerce-input-wrapper .input-text {
	width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
}
#order_comments {
	resize: none;
	height: 150px;
}
.select2-selection, .select2-selection__arrow {
	min-height: 45px;
}
.select2-selection__rendered {
	line-height: 44px !important;
}
.variations tbody {
	display: flex;
	flex-wrap: wrap;
}
.variations tbody tr {
	width: 50%;
}
.variations tbody th, .variations tbody td {
	display: block;
	padding-right: 10px;
}
.variations tbody select {
	width: 100%;
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.orderby {
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	padding: 10px 5px 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	padding: 5px;
	border: 1px solid #ddd;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: #16a0db;
}
.woocommerce-MyAccount-navigation ul {
	background: #01a4cd;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 12px 15px;
	color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #03323e;
}
.woocommerce-MyAccount-content {
	color: #666;
}
.woocommerce-MyAccount-content a {
	color: #01a4cd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none !important;
	background: #111 !important;
	padding: 0 !important;
	margin: 0 6px 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 20px !important;
	font-weight: 500 !important;
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #c8a36e !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-color: #eee !important;
}
a.custom-button-class {
	background: url("../images/visualizer_icon.png") no-repeat center left;
	background-size: 20px;
	padding: 0 0 0 25px;
	display: block;
	margin-top: 15px;
/* 	padding: 10px 10px; */
/* 	padding: 0; */
/* 	border: 2px solid #914025; */
	text-transform: uppercase;
	font-size: 14px;
	color: #ac9e4f !important;
	width: 180px;
	text-align: center;
/* 	animation: blink 0.5s;
    -moz-animation: blink 0.5s infinite;
    -webkit-animation: blink 0.5s infinite; */
}
@keyframes blink {
    0% {color: #ac9e4f;}
    50% {color: #111;}
    100% {color: #ac9e4f;}
}
.woocommerce div.product form.cart .single_add_to_cart_button {
	float: none !important;
	display: block;
	margin-top: 65px;
	width: 180px;
}
.products.columns-4 a.custom-button-class {
	margin: 0 auto;
}
.rmp-menu-title-image {
	width: 75px !important;
	height: 75px !important;
}
.product_desc_table {
	margin-bottom: 30px;
}
.product_desc_table tr td {
	padding-left: 0;
	border-right: none;
	width: 50%;
	font-weight: normal;
	font-size: 15px;
	color: #666;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
	margin: 0 0 40px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none !important;
	margin: 0 5px !important;
}
.woocommerce nav.woocommerce-pagination ul li a {
	background: #e4c966;
	color: #fff;
	width: 35px;
	padding: 11px 0 !important;
	font-size: 13px !important;
	border-radius: 50%;
	height: 35px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #914025 !important;
	color: #fff !important;
	height: 35px;
	width: 35px;
	padding: 11px 0 !important;
	font-size: 13px !important;
	border-radius: 50%;
}
.home_visualize_spec_block_heading {
	color: #111;
	font-size: 20px;
	line-height: 1.3;
}
.home_visualize_spec_block_text {
	color: #666;
	font-size: 15px;
	margin-top: 15px;
}
.home_visualize_spec_block_img {
	border: 2px solid #914025;
	width: 85px;
	margin: 0 auto 15px;
	border-radius: 50%;
	padding: 17px;
	position: relative;
}
.home_visualize_spec_block_img strong {
	position: absolute;
	background: #914025;
	color: #fff;
	border-radius: 60%;
	width: 35px;
	height: 35px;
	top: -5px;
	right: -5px;
	padding-top: 5px;
}
.home_visualize_spec_block {
	margin-top: 35px;
}
.home_device_visualizer_btn {
	display: inline-block;
	color: #111 !important;
	border: 2px solid #111;
	padding: 10px 20px;
	margin: 30px 0 0;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_device_visualizer_btn:hover {
	background: #111;
	color: #fff !important;
}
.listing_page_visual_box {
	background: #914025;
	margin-bottom: 50px;
	padding: 22px;
}
.listing_page_visual_box_text {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
}
.listing_page_visual_box_btn {
	text-align: right;
}
.listing_page_visual_box_btn a {
	display: inline-block;
	color: #fff !important;
	border: 2px solid #fff;
	padding: 10px 20px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.listing_page_visual_box_btn a:hover {
	background: #fff;
	color: #111 !important;
}
.product_modal .btn-close {
	background-color: transparent !important;
	opacity: 1 !important;
}
.home_banner_section {
	margin-top: 78px;
}
.woocommerce-loop-category__title {
	color: #555;
	font-weight: 500;
}
.woocommerce-loop-category__title mark, .woocommerce-products-header__title {
	display: none;
}
.home_new_product_box_inner img {
	-moz-transition: all 3s ease 0s;
	-webkit-transition: all 3s ease 0s;
	transition: all 3s ease 0s;
}
.home_new_product_box_inner:hover img {
	transform: scale(1.1);
}
.home_new_product_box_inner:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 9;
}
.home_new_product_box_content {
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	padding: 0 15px;
}
.home_new_product_box_heading {
	font-size: 22px;
	line-height: 1.2;
	color: #fff;
}
.home_new_product_box {
	margin-top: 35px;
}
.home_new_product_section {
	padding: 70px 0;
}
.woocommerce-page table.cart td.actions .coupon {
	display: none;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	display: inline-block;
	border: 2px solid #914025;
	color: #914025 !important;
	padding: 8px 15px;
	margin-top: 20px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}




/*============= Responsive ===========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right {
  display: none !important;
}
.header {
  background: #fff;
}
.logo {
  margin-top: 6px;
  margin-bottom: 6px;
}
.logo img {
  width: 150px !important;
}
.ms-view, .ms-slide {
   min-height: 300px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.home_banner_section {
  margin-top: 60px;
}
.banner_heading {
  font-size: 25px;
  line-height: 30px;
  padding: 0 15px;
}
.banner_btn {
  padding: 9px 28px 9px 16px;
  margin: 20px 1px 0;
  font-size: 15px;
}
.banner_btn::before {
  right: 12px;
  width: 8px;
}
.home_product_section, .home_cta_section, .home_testimonial_section, .home_new_product_section {
  padding: 40px 0;
}
.home_product_box img {
  min-height: 200px;
  object-fit: cover;
}
.home_product_box_heading, .home_book_section_heading {
  font-size: 25px;
  line-height: 30px;
}
.home_product_box_btn {
  padding: 9px 18px;
  font-size: 15px;
}
.brand_heading {
  padding-top: 40px;
}
.home_book_section, .home_brand_section, .home_gallery_section {
  padding: 0 0 40px;
}
.home_brand_images img {
  width: 95px;
  margin: 11px 5px;
}
.cta_heading {
  padding: 0;
}
.home_cta_btn {
  padding: 9px 18px 9px 48px;
  margin: 20px 5px 0;
}
.sp-testimonial-free-section {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.footer_top_block {
  margin-top: 35px;
}
.footer_top_block:nth-child(2) {
  padding-left: 12px;
}
.footer_logo img {
  width: 160px;
}
.footer {
  padding: 10px 0 60px;
}
.rl-gallery-item, .rl-gallery-item img {
  height: 200px !important;
}
.page .entry-title, .blog_page_title {
  font-size: 28px;
}
.page .entry-header, .blog_page_header {
  padding: 130px 0 70px !important;
  margin: 0 0 40px !important;
}
.inner_page_heading {
  font-size: 24px;
}
.inner_page_img {
  margin-bottom: 30px;
}
.inner_page_btn {
  padding: 9px 18px;
  font-size: 15px;
}
.inner_page_mid_strip {
  margin: 40px 0;
}
.inner_page_mid_strip_btns {
  text-align: left;
  margin-top: 20px;
}
.inner_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.contact_right {
  margin-top: 40px;
}
#back-to-top {
  bottom: 55px;
}
.visualizer_container {
  padding-top: 65px;
}
.project_page_box_btn {
  font-size: 12px;
}
.flexslider .big_img img {
  height: 280px !important;
}
.project_details_page_heading {
  font-size: 25px;
}
.project_details_page_btn1, .project_details_page_btn2 {
  font-size: 14px;
}
a.custom-button-class {
	width: 130px;
	padding: 10px 5px;
	font-size: 11px;
	text-align: right;
	background-size: 17px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none !important;
}
.woocommerce div.product form.cart .button {
  width: auto;
  min-width: 38px;
}
.checkout-button {
  font-size: 14px !important;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.home_brand_images img {
  width: 90px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner_heading {
  max-width: 500px;
}
.contact_right {
  margin-top: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: right !important;
}
.flexslider .big_img img {
  height: 380px !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.home_brand_images img {
  width: 100px;
}
.header_menu ul li {
  margin-right: 15px;
}
.header_menu ul li a {
  font-size: 14px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.banner_heading {
  max-width: 500px;
}
.contact_right {
  margin-top: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: right !important;
}
.flexslider .big_img img {
  height: 380px !important;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.banner_heading {
  max-width: 500px;
}
.contact_right {
  margin-top: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: right !important;
}
.flexslider .big_img img {
  height: 380px !important;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.banner_heading {
  max-width: 500px;
}
.contact_right {
  margin-top: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: right !important;
}
.flexslider .big_img img {
  height: 380px !important;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

} 















