/*!
Theme Name: geoklix
Theme URI: http://geoklix.com/
Author: arthur
Author URI: http://geoklix.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: geoklix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


html, body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
   -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; /* For Firefox */
      font-smooth: always; /* Standard property, may be less effective */
	  line-height:1.5;
}
html,
body {
    font-weight: normal;
    font-size:17px;
    color:#1c1c1c;  
    background-color: #fff;
    font-family:var(--primary-font);
	overflow-x:hidden;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


body.cookie-inactive .ship {
	display:none;
}

.receive-text {
	display:none;
}

.product_meta {
	display:none;
}

body.cookie-offer-inactive .receive-text {
	display:none;
}


body:not(.cookie-offer-inactive) .receive-text {
	display:block;
}


.ship .topbar {
	display:none;
}

.ship {
	text-align:center !important;
	background:#1C1C1C;
	padding:15px 0px;
}



.ship h3 {
    font-size:17px;
    color:#fff;
    margin-bottom: 0 !important;
	font-weight:400;
}


.btn-close {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
}


.topbar .slick-arrow.prev {
	position:absolute;
	left:0;
	top:0px;
	background-color:transparent !important;
	border:none !important;
	outline:none !important;
	margin-top:0 !important;
	background:url(images/left-arrow.svg) no-repeat center center;
	display:block;
	height:21px;
	width:15px;
}

.topbar .slick-arrow.next {
	position:absolute;
	right:0;
	top:0px;
	background-color:transparent !important;
	border:none !important;
	outline:none !important;
	margin-top:0 !important;
	background:url(images/right-arrow.svg) no-repeat center center;
	height:21px;
	width:15px;
}




img {
	height:auto;
	max-width:100%;
}

.product-thumbnail-slider {
	margin-top:-10px;
}
.product-thumbnail-slider .slick-track > div {
	height:95px;
	width:95px;
	background-size:cover !important;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	background:#EAEAE7;
	position:relative;
	background-position:center center !important;
}


.product-thumbnail-slider .slick-track > div:before {
	position:absolute;
	top:0;
	left:0;
	width:calc(100% + 0px);
	max-width:calc(100% + 0px);
	height:95px;
	max-height:95px;
	content:"";
	border:solid 0px transparent;
	border:solid 0px #fff;
}

.product-thumbnail-slider .slick-track > div.slick-current:before {
	position:absolute;
	top:0;
	left:0;
	width:calc(100% + 0px);
	max-width:calc(100% + 0px);
	height:95px;
	max-height:95px;
	content:"";
	border:solid 4px transparent;
	border:solid 4px #fff;
	border:solid 4px #4E524E;
}


.product-thumbnail-slider .slick-track img {
	display:none !important;
}


.slick-vertical .slick-slide {
	border:none !important;
}

.accordion>.card .card-header {
	padding:0 !important;
	background-color:transparent !important;
}
.accordion>.card .card-header h5 {
	position:relative;
}

.accordion>.card, .accordion>.card-block {
	border:none !important;
}

.accordion>.card .card-header {
	margin-bottom:0 !important;
}

.accordion>.card .card-header h5 > a {
	color:#1C1C1C;
	font-size:17px;
	display:block;
	padding:15px 0px;
	text-decoration:none;
}
.accordion>.card .card-header h5 > a > i {
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-8.5px;
}
.accordion>.card .card-header h5 > a[aria-expanded="true"] > i:before {
	content: "\f106";
}

.quote-form {
	padding:35px;
	background:#F6F5F3;
	border:solid 1px rgba(78, 82, 78,0.5);
	margin-top:20px;
}
.wpcf7-list-item {
	margin-right:15px;
	margin-left:0;
}
.wpcf7-list-item input {
	margin-right:3px;
}
span.wpcf7-list-item-label {
	cursor:pointer;
}
.quote-form textarea, .quote-form button {
	display:block;
	width:100%;
}
.quote-form .wpcf7 ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.quote-form .wpcf7 ul > li {
	    position: relative;
    width: 100%;
    padding-right:10px;
    padding-left:10px;    
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
}
.quote-form .wpcf7 ul > li.full {
	  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
}
.quote-form input:not([type=checkbox]):not([type=radio]) {
	display:block;
	width:100%;
}
figure.product-slider div.slick-track > a {
	height:700px;
	width:700px;
	background:#EAEAE7;
	
}

figure.product-slider div.slick-track > a img {
	visibility:hidden;
	opacity:0;
}

figure.product-slider div.slick-track > div > a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}

figure.product-slider div.slick-track > div > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




a {
    color: #1C1C1C;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #C2A676;
   --primary-font: 'Outfit', sans-serif;
}

.btn {
    color: #F8F5F2;
    font-weight: 700;
    font-size: 16px;
    border-radius:0;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1C1C1C;
    border: 2px solid #1C1C1C;
    font-family: "Hanken Grotesk", sans-serif;
}

.btn span {
    margin-left: 10px;
}

.btn:hover {
    color: #1C1C1C;
    background-color: #fff;
}

.title, 
.page-title {
    margin-bottom: 50px;
    color: #13161A;
}

.title-center {
    text-align: center;
}

.title-center .page-title {
    max-width: 900px;
    display: inline-block;
}

.title-center .title {
    max-width: 800px;
    display: inline-block;
}

.title h2 {
    font-weight:500;
    color: #1C1C1C;
    font-size:38px;
    margin-bottom:20px;
    font-family:var(--primary-font);
}


.title h3 {
    font-weight: 500;
    color: #4E524E;
    font-size:24px;
    margin-bottom:20px;
    font-family:var(--primary-font);
}

.title .icon {
    margin-bottom: 20px;
}

.subtitle {
    color: #1C1C1C;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.page-title h1 {
    font-size: 65px;
    color: #04091D;
    text-transform: uppercase;
    margin-bottom: 20px;
} 

section {
    padding:70px 0;
}

.bg-color{
    background-color: #F4F4F1;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
select, 
textarea {
    color: #666 !important;
    height: 50px;
    padding: 6px 20px;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom:10px;
    border: 1px solid #ccc;
	max-width:100%;
}

textarea {
    resize: none;
    height:150px;
    color: #000;
    padding-top: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    color: #000;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #666;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #666;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #666;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #666;    
}

/*header*/

.header {
    position: relative;
    z-index: 999 !important;
	background:#fff;
}

.top-bar {
    padding: 15px 0;
    color: #F9F6F4;
    background-color: #1C1C1C;
}

.top-bar p {
    margin-bottom: 0;
}

.info-list .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    margin-top: -8px;
}

.info-list .slick-arrow.icon-right {
    right: 0;
}

.header-middle {
    padding:12px 0px 15px 0;
    border-bottom: 1px solid #C4C4C4;
}

.search-content {
    max-width: 260px;
    position: relative;
}

.search-content input[type=search] {
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    color: #1C1C1C !important;
    border-radius: 0 !important;
    border: 2px solid #C4C4C4 !important;
}

.search-content button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: #fff;
    border: 0;
    width: 50px;
    text-align: center;
    background-color: #1C1C1C;
}

.search-content input::-webkit-input-placeholder {
    color: #1C1C1C;    
}

.search-content input::-moz-placeholder {
    color: #1C1C1C;    
}

.search-content input:-ms-input-placeholder {
    color: #1C1C1C;    
}

.search-content input:-moz-placeholder {
    color: #1C1C1C;    
}

.header-middle .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-middle .btn {
    margin-right:15px;
    color: #1C1C1C;
    background-color: var(--primary-color);    
}

.header-middle .btn:hover {
    background-color: #fff;    
}

.header-middle .call {
    border: 2px solid #1C1C1C;;
}

.header-middle .call a {
    color: #fff;
    font-weight: 500;
    padding:8px 30px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding-left:60px;
    background-color: #1C1C1C;    
}

.header-middle .call:hover a {
    padding-right:60px;
    padding-left:30px;
}

.header-middle .call a strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
}

.header-middle .call .icon {
   position: absolute;
   top: 0;
   left: 0;
   color: #fff;
   height: 100%;
   width: 50px;
   line-height:56px;
   text-align: center;
   display: inline-block;
   background-color: #C2A676;
}

.header-middle .call:hover .icon {
	background:#fff;
}

i.fa-solid.fa-phone {
	background:url(images/phone.svg) no-repeat;
	height:54px;
	width:25px;
	background-repeat:no-repeat;
	background-position:center center;
}

.header-middle .call:hover .icon i.fa-solid.fa-phone {
	filter:brightness(0);
}

i.fa-solid.fa-phone:before {
	display:none;
}
.header-middle .call:hover .icon {
    left:calc(100% - 50px);
}

.main-menu {
    background-color: #fff;
	padding:0 !important;
}

.menu-content {
    padding:6px 0;
}

.is-sticky .main-menu {
    box-shadow: 0px 0 3px #ccc;
    -webkit-box-shadow: 0px 0 3px #ccc;
    -moz-box-shadow: 0px 0 3px #ccc;
}

.nav {
    padding-left: 0;
    padding-right:0px;
}

.header .nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav > ul > li {
    color: #0a0f2b;
    font-size: 14px;
    position: relative;
    margin-right:0px;
    font-weight: 500;
    text-transform: uppercase;
	padding:0px 15px;
}

.nav ul li:last-child {
    margin-right: 0;
}

.navbar-nav > li > a {
    padding:10px 16px;
    color: #0a0f2b;
    display: block;
    text-transform: uppercase;
}

.navbar-nav > li > a:hover, 
.navbar-nav li.current-menu-item>a, .navbar-nav li ul li a:hover, .navbar-nav li ul li ul li a:hover {
    color: #C2A676;
}

.navbar {
	padding:0 !important;
}
.mobile-navbar {
	padding:10px 0px !important;
	background:#fff;
}
.mobile-navbar .logo img {
	max-width:120px;
}
.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    cursor: pointer;
    padding-left: 0!important;
	background-color:#000 !important;
	width:40px;
	height:40px;
	text-align:center;
	padding-left:7.5px !important;
	padding-top:4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#fff !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 40px;
  min-width:40px;
  height:40px;
  line-height: 40px;
  color: #fff;
  display: block;
  z-index: 1;
  text-align: center;
  background-color:#000;
}

.m-phone a i.fa-solid.fa-phone {
	height:40px;
}

.receive-text {
    text-align: center;
    color: #F8F5F2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
    background-color: #4E524E;
}
.receive-text p {
    padding-right: 15px;
    margin-bottom: 0;
}

.receive-text a {
    color: #F8F5F2;
    text-decoration: underline;
}

.receive-text a:hover {
    color: var(--primary-color);
}

.close-icon {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

/*hero-section*/

.hero-section {
    padding: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 300px 0 50px;
}

.hero-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 10%);
}

.hero-text {
    position: relative;
    z-index: 1;
    max-width: 600px;
    display: inline-block;
	margin-bottom:80px;
}

.hero-text h1 {
    color: #fff;    
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 30px;
}

.hero-text p {
	color:#fff;
}

.hero-text .btn {
    margin-top: 30px;
    color: #1C1C1C;
    border-color: #1C1C1C;
    background-color: #fff;
}


/*brand-section*/

.brand-section {
    padding: 50px 0;
    overflow: hidden;
}

.brand-section ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.brand-section ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;    
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; 
}


/*slider-section*/

.slider-section {
    position: relative;
}

.slider-section .slider-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 10%);    
}

.slider-item .title {
    max-width: 600px;
    color: #fff;
    z-index: 1;
    position: relative;
}

.slider-item .btn {
    color: #1C1C1C;
    border-color: #1C1C1C;
    background-color: #fff;
}


.slider-item .title h2 {
    color: #fff;
}

.slider-section .slider-item {
    height: 100%;
    padding-top: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding-bottom:50px;
}

.slider-section h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #1C1C1C;
}


.slider-section .btn {
    margin-top: 20px;
}

.slider-section .slick-dots {
    display: flex;
    position: absolute;
    top: 80px;
    left: 50px;
}

.slider-section .slick-dots li {
    margin-right: 10px;
}

.slider-section .slick-dots li:before {
    color: #fff;
    content: "0";
}

.slider-section .slick-dots li button {
    color: #fff;
    border: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.slider-section .slick-dots li button:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -10px;
    width: 20px;
    height: 1px;
    opacity: 0;
    background-color: #fff;
}

.slider-section .slick-dots li.slick-active button:after {
    opacity: 1;
}

.slider-section .slick-dots li:after {
    color: #fff;
    content: "/";
    margin-left: 10px;
}

.slider-section.slider-2 .slider-item:before {
    background-color: rgb(0 0 0 / 7%);
}

.slider-section.slider-2 .slider-item {
    padding-top: 500px;
}

.slider-section.slider-2 h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

/*crafted-section*/

.crafted-section {
    overflow: hidden;
}

.crafted {
    padding: 50px 30px;
    text-align: center;
    background-color: #F4F4F1;
}

.crafted img {
    margin-bottom: 15px;
    display: inline-block;
}

.crafted ul {
    display: flex;
    justify-content: center;
}

.crafted ul li {
    color: #1C1C1C;
    margin-right: 10px;
}

.crafted ul li:last-child {
    margin-right: 0;
    font-weight: bold;
}

.crafted ul li:after {
    content: "/";
    color: #1C1C1C;
    margin-left: 10px;
}

.crafted ul li:last-child:after {
    display: none;
}

.crafted-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.crafted-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    z-index: 1;
    margin-top: -50px;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    background-color: #1C1C1C;

}

.crafted-slider .slick-arrow:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.crafted-slider .slick-arrow.icon-right {
    right: -30px;
}

.crafted-slider .slick-arrow.icon-left {
    left: -30px;
}

.crafted-slider .slick-dots, .product-slider .slick-dots {
    display: flex;
    margin-top: 30px;
    margin-bottom: 0 !important;
    list-style: none !important;
    justify-content: center;
}

.crafted-slider .slick-dots button, .product-slider .slick-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 5px;
    text-indent: -9999px;
    border-radius: 100%;
    background-color: #D9D9D9;
    border: 0;
}

.crafted-slider .slick-dots li.slick-active button, .product-slider .slick-dots li.slick-active button {
    background-color: #1C1C1C;
}

/*service-section*/

.global-bx-list .global-bx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;  
    margin-bottom: 50px;  
}

.global-bx .thumb {
    height: 700px;
    max-width: 100%;
    width: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.global-bx-list .global-bx .thumb-content, 
.global-bx-list .global-bx .text {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;   
    overflow: hidden; 
}

.global-bx .text {
    align-self: center;
}



.global-bx-list li:nth-child(2n) .global-bx {
    margin-bottom: 0;
}

.global-bx .text .btn {
    margin-top: 20px;
}

.global-bx .text .title {
    margin-bottom: 0;
	max-width:680px;
	margin-left:auto;
	margin-right:auto;
}


/*schedule-section*/

.schedule {
    position: relative;
    margin-bottom: 30px;
}

.schedule:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);      
}

.schedule .thumb {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.schedule .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
}

.schedule .text h3 {
    position: absolute;
    text-align: center;
    bottom: 10px;
    font-size:25px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    left: 0;
    padding: 20px 80px;
}
.schedule .text .btn {
    opacity: 0;
    border-color: #fff;
}

.schedule:hover .text h3 {
    bottom: 80px;
}

.schedule:hover .text .btn {
    opacity: 1;
}

/*testimonial-section*/

.testimonial-section {
    overflow: hidden;
}

.testimonial {
    text-align: center;
    position: relative;
}

.testimonial .rating {
    margin-bottom: 20px;
}

.testimonial .rating ul {
    justify-content: center;
    display: flex;
}

.testimonial .rating ul li {
    color: #FF9D00;
    margin-right: 3px;
}

.testimonial .rating ul li:last-child {
    margin-right: 0;
}

.testimonial h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.testimonial h4 {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 700;
}

.testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    color: #D9D9D9;
    z-index: 1;
    margin-top: -20px;
    cursor: pointer;
    text-align: center;
	color: #1C1C1C;
}

.testimonial-slider .slick-arrow:hover {
    color: #1C1C1C;
}

.testimonial-slider .slick-arrow.icon-right {
    right: -50px;
}

.testimonial-slider .slick-arrow.icon-left {
    left: -50px;
}

.testimonial-slider .slick-dots {
    display: flex;
    margin-top: 30px;
    margin-bottom: 0 !important;
    list-style: none !important;
    justify-content: center;
}

.testimonial-slider .slick-dots {
    display: flex;
}

.testimonial-slider .slick-dots li {
    margin-right: 10px;
}

.testimonial-slider .slick-dots li:last-child {
    margin-right: 0;
}

.testimonial-slider .slick-dots li button {
    color: #1C1C1C;
    border: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.testimonial-slider .slick-dots li.slick-active button {
    font-weight: 900;
}

.testimonial-slider .slick-dots li:after {
    color: #1C1C1C;
    content: "/";
    margin-left: 10px;
}

.testimonial-slider .slick-dots li:last-child:after {
    display: none;
}

/*differentiators*/

.differentiators {
    color: #fff;
    background-color: #1C1C1C;
}

.differentiators .title h2, 
.differentiators .title {
    color: #fff;
}

.craft {
    display: flex;
    margin-bottom: 30px;
}

.craft .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 5px;
}

.craft h3 {
    font-size: 22px;
    margin-bottom: 20px;
	font-weight:500;
}
.craft p {
	min-height:72px;
}
.craft .btn {
    background-color: #C2A676;
}


/*cta-section*/

.cta-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primary-color);
	padding:60px 0px;
}

.cta-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);    
}

.cta-section .title {
    margin-bottom: 0;
    color: #fff;
    position: relative;
    max-width: 800px;
}

.cta-section .title h2 {
    color: #fff;
    margin-bottom: 15px;
}

.cta-section .button {
    text-align: right;
}

.cta-section .btn {
    padding: 10px 50px;

}


/*breadcrumb-section*/

.breadcrumb-section .thumb {
	margin-bottom:50px;
   
}
.breadcrumb-section .thumb img { width:100%; display:block;}
.breadcrumb-section .thumb video { width:100%; display:block;}
.breadcrumb-text .icon {
    margin-bottom: 15px;
}

.breadcrumb-text h1 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
}

.breadcrumb-menu {
	padding-top:50px;
    background-color: transparent;
}

.breadcrumb-menu li {
    font-weight: bold;
    color: #1C1C1C;
} 
.breadcrumb-menu li a {
    color: #4E524E;
    font-weight: 500;
}

.breadcrumb-menu li a:hover {
    color: var(--primary-color);
}

.breadcrumb-menu li:before {
    /*display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    content: "/";
    color: #C4C4C4;*/
}

.breadcrumbs .trail-browse {
	display:none !important;
}

.breadcrumb-menu li:first-child:before {
    display: none;
}

/*explore-section*/

.ex-thumb {
    background-color: #ddd;
    background-size: cover;
    height: 500px;
    margin-bottom:40px;
    background-repeat: no-repeat;
}

.ex-collection {
    margin-bottom: 100px;
}

.ex-collection:last-child {
    margin-bottom: 0;
}

.explore-text .text h3 {
    font-size: 30px;
    font-weight: 500;
    color: #1C1C1C;
}

.explore-text .text .icon {
    margin-bottom: 15px;
}

.explore-text .text .btn {
    margin-top: 15px;
	margin-bottom:15px;
}

.ex-table thead th {
    border-top: 0;
}

.ex-table  .table thead th {
    border-bottom: 0;
    color: #1C1C1C;
    font-weight: 600;
}

.ex-table th {
    color: #1C1C1C;
    font-weight: 600;
}

/*choose-section*/

.choose {
    text-align: center;
    margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	max-width:430px;
}
.choose .thumb {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

.choose h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #1C1C1C;
}

/*featured-section*/

.featured {
    margin-bottom: 30px;
    position: relative;
}

.featured .thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 15%);
}

.featured .text{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    max-width: 280px;
    padding: 30px 20px; 
}

.featured .text h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #1C1C1C;
}

.featured h3 {
    color: #1C1C1C;
    font-size: 22px;
    font-weight: 500;
}

.fe-text {
    color: #1C1C1C;
}

.fe-text h3 {
    margin-bottom: 20px;
}

.featured .text h3 {
    color: #fff;
}

.featured .thumb {
    height: 350px;
    position: relative;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}

.style-2.featured .thumb {
    height: 400px;
    text-align: center;
}

.style-2.featured .text {
    max-width: 100%;
    text-align: center;
}

/*convenience-section*/

.convenience-section {
    padding: 15px 0;
    margin-bottom: 50px;
    background-color: #EAEAE7;
}

.convenience ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;  
}

.convenience ul li {
	padding:0px 17px 0px 30px;
	color:#4E524E;
	font-size:16px;
	background-repeat:no-repeat !important;
	background-position:left center !important;
}


.convenience ul li .icon {
    width: 25px;
    margin-right: 5px;
    min-width: 25px;
}

/*stap-section*/
.stap > a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	z-index:10;
}
.stap {
    color: #1C1C1C;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.stap .htumb {
    height: 400px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.stap .htumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);    
}

.stap:hover .htumb:before{
    background-color: rgb(0 0 0 /60%);  
}

.stap .htumb-sm {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
}

.stap:hover .htumb-sm {
    bottom: 50px;
}

.stap .htumb-sm img {
    max-width: 130px;
}

.stap .text h3  {
    font-size: 26px;
    font-weight: 500;
    color: #1C1C1C;
}

.stap .s-thumb {
    margin-bottom: 20px;
}

.stap .text h4  {
    font-size: 18px;
    font-weight: 500;
    color: #1C1C1C;
}

.color-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
    justify-content: center;     
}

.color-list ul li {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;   
    align-items: center;
    -ms-flex: 0 0 11.111111%;
    flex: 0 0 11.111111%;
    max-width: 11.111111%;  
    text-align: center;    
}
.color-list ul li > a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	z-index:10;
}
.color-list .thumb {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}

.color-list h4 {
    color: #1C1C1C;
    font-weight: 500;
    font-size: 18px;
}

.logo-content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.logo-content ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.gride-5 .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;    
}

.gride-5 .stap .htumb {
    height: 300px;
}

.gride-5 .stap .htumb:before {
    background-color: rgb(0 0 0 / 30%);
}

/*accordion*/

.accordion .card {
    margin-bottom: 20px;
    border: 0 !important;
    border-bottom: 1px solid  #c2c4cd !important;
    background-color: transparent;
    padding-bottom: 20px;
    border-radius: 0 !important;
}

.accordion.v7 .card { 
    margin-bottom:10px;
    padding-bottom:10px;
}

.accordion .card:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.accordion .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.accordion .card-body {
    color: #222;
    padding: 20px 0 0;
}

.accordion .card-body {
    padding: 20px 0 0;
}

.accordion .card-body p:last-child{
    margin-bottom: 0;
}

.accordion .card-header button {
    width: 100%;
    border: 0;
    color: #1C1C1C;
    text-align: left;
    padding-left: 0;
    font-size: 26px;
    font-weight:500;
    background-color: transparent;
    position: relative;
    padding-right: 30px;
}

.accordion .card-header button.collapsed {
    color: #1C1C1C;
}

.accordion .card-header button:after {
    position: absolute;
    top: 8px;
    right: 0;
    content: "\f078";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    font-family: "fontawesome";
	font-size:14px;
}

.accordion .card-header button[aria-expanded="true"]:after{
    content: "\f106";
    color: #0a0f2b;
}

/*team-section*/

.team-section {
    overflow: hidden;
}

.team-member {
    margin-bottom: 30px;
}

.team-member .thumb {
    height: 320px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.team-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.team-section .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.team-member h3 {
    color: #0a0f2b;
    font-size: 18px;
    font-weight: 700;
}

.team-member ul {
    display: flex;
}

.team-member ul li {
    margin-right: 10px;
}

.team-slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a0f2b;
    z-index: 1;
    margin-top: -100px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    right: 15px;
    background-color: #e8e8e8;

}

.team-slider .slick-arrow:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.team-slider .slick-arrow.icon-left {
   right: 70px;
}


/*footer-section*/

.footer-section{
    color: #1C1C1C;
    margin-top:70px;
    padding-top: 50px;
    border-top: 1px solid #C4C4C4;
}

.widget-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.widget-list .footre-widget {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.footre-text {
    margin-right: 15px;
    border-right: 1px solid #C4C4C4;
}

.footre-text strong {
    display: block;
}

.footre-text h4,
.footre-widget h4 {
    font-size:17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
	text-transform:uppercase;
}

.footer-logo {
    margin-bottom: 20px;
}

.footre-widget {
    margin-bottom: 40px;
}

.footre-widget ul li {
    margin-bottom: 10px;
}

.form-inner {
    margin-bottom: 15px;
    position: relative;
}

.form-inner input {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
	padding-right:55px !important;
}

.form-inner button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-radius: 0px 4px 4px 0px;
    background-color: #1C1C1C;
    height: 100%;
}

.footre-social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
    justify-content: end;  
}

.footre-social ul li {
    margin-right: 15px;
    margin-bottom: 2px;
}

.footre-social ul li:last-child {
    margin-right: 0;
}

.footer-bottom {
    padding: 20px 0;
    color: #1C1C1C;
    margin-top: 30px;
    border-top: 1px solid #C4C4C4;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: center;  
    align-items: center; 
    margin-top: 8px;
}

.footer-menu ul li {
    display: inline-block;
    line-height: 11px;
    border-right: 1px solid #C4C4C4;
    padding: 0px 13px 0px 13px;
}

.footer-menu ul li:last-child {
    border-right: 0;
}

.footer-menu ul li a:hover {
    color: var(--primary-color);
}


/*map-section*/

.map-section {
    background-size:50% cover;
    background-repeat: no-repeat;
    background-position: right;
}

.g-map {
    height: 750px;
}

.g-map iframe {
    width: 50%;
    height: 100%;
}


a, button, .btn, .slick-arrow, 
.btn:before, .call .icon, .text h3, 
.htumb-sm, .htumb:before {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}


.global-thumb .thumb {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ddd;
}

.global-bx-list li:last-child .global-bx {
    margin-bottom: 0;
}

/*kitchen-section*/

.kitchen-header {
    display: flex;
    color: #1C1C1C;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.sort-by {
    display: flex;
    align-items: center;
}

.sort-by label{
    font-size: 14px;
    color: #1C1C1C;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 75px;
}

.sort-by select {
    color: #1C1C1C !important;
    border: 2px solid #C4C4C4;
}

.kitchen {
    margin-bottom: 30px;
    position: relative;
}

.kitchen .thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
}

.kitchen .text{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 30px 20px; 
}

.kitchen .text h4 {
    font-weight: 500;
    font-size: 24px;
}

.kitchen .thumb {
    height: 350px;
    position: relative;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*about-section*/

.about .thumb {
    height: 450px;
    width: 100%;
    margin-bottom: 30px;
	    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/*blog-section*/

.post {
    color: #222222;
    margin-bottom: 50px;
}

.post .thumb {
    height: 350px;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position:relative;   
}
.post .thumb > a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
}
.entry-meta {
    margin-bottom: 15px;
}

.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
}

.entry-meta ul li {
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    border-right: 1px solid #C4C4C4;
}

.entry-meta ul li:last-child {
    border-right: 0;
}

.post h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #131313;
	/*min-height:53px;*/
}

.blog-single .entry-meta ul {
    justify-content: center;
}

.single-thumb {
    height: 600px;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}

.post-text ol {
    padding-left: 15px;
    margin-bottom: 30px;
}

.post-text ol li {
    margin-bottom: 5px;
}

.blog-single ul {
    margin-top: 30px;
}

.blog-single ul li {
    font-weight: 500;
    font-size: 22px;
}




/*contact-section*/

.contact-section {}

.form-card {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #F4F4F1;
    border: 1px solid #9F9C9A;
}

.form-card input,
.form-card select,
.form-card textarea, 
.consult-form input,
.consult-form select,
.consult-form textarea {
    border: 1px solid #9F9C9A;
    margin-bottom: 0;
}

.form-card form li {
    margin-bottom: 30px;
}

.form-check {
    color: #222;
    padding-left: 0;
}

.form-check label {
  position: relative;
  cursor: pointer;
}

/*.form-check label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #D9D9D9;
  border: 2px solid #9F9C9A;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.form-check input {
    display: none;
}

.form-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #9F9C9A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
*/
.border {
    margin-bottom: 30px;
    border-bottom: 1px solid #9F9C9A!important;
}

.form-card h3 {
    font-weight: 700;
    color: #1C1C1C;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: var(--primary-font);
}

.form-card .social li {
    margin-bottom: 5px;
	margin-right:5px;
}

.form-card .social li i {
    margin-right: 5px;
}

.g-map {
    height: 800px;
    width: 100%;
}

.g-map iframe {
    width: 100%;
    height: 100%;
}

.consult-form ul li {
    margin-bottom: 20px;
}

.consult-form .subtitle {
    color: #AF1A31;
}

.consult-form h3 {
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9F9C9A;
    text-transform: uppercase;
}

.consult-form h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    color: #1C1C1C;
}






.navbar-nav > li.menu-item-has-children>a {
    padding-right: 16px !important;
	position:relative;
}


.widget-area > h3 {
	margin-bottom:20px;
}

@media (min-width:768px) {
	.global-bx-list li:nth-child(2n) .global-bx .thumb-content {
    order: 6;
} 
	p.woocommerce-result-count { width:50%; float:left; margin-bottom:0; margin-top:10px;}
	form.woocommerce-ordering {width:50%; float:left; padding-left:15px; text-align:right;}
	.blog-section .row .col-lg-3.col-md-4:nth-child(1), .blog-section .row .col-lg-3.col-md-4:nth-child(2), .blog-section .row .col-lg-3.col-md-4:nth-child(3) {
		        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
	}
	.buttons .btn + .btn {
	margin-left:15px;
}
.navbar-nav> li.menu-item-has-children>a:before {
	position: absolute;
    content: "";
    height:45px;
    z-index: 1;
    display: block;
    width: 100%;
    top: 0;
}
.navbar-nav> li.menu-item-has-children>a:after {
	position:absolute;
    right:6px;
    margin-top:-8px;
    margin-left:0px;
	right:0px;
	top:50%;
    content:"";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
	content: "\f107";
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
	font-size:14px;
}

.navbar-nav> li.menu-item-has-children>a>i {
	position:absolute;
	right:3px;
	margin-top:2px;
}

.navbar-nav > li > .sub-menu {
    position: absolute;
    top: calc(100% + 16px);
    margin-top: 0px;
    left:-20px;
    background:#fff;
    opacity: 0;
    visibility: hidden;
    max-width:330px;
	width:auto;
	min-width:330px;
    border-radius: 0px 0px 0px 0px;
    -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transform: translate(0,10px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	padding:25px;
	z-index:2;
	border-radius:0px 0px 0px 0px;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);

}

.navbar-nav > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 6px);
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    z-index: 20;
	 -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

	
}


.navbar-nav > li > .sub-menu > li > a {
	font-weight:600;
	color:#222;
	font-size:16px;
	margin-bottom:15px;
	display:block;
}

.navbar-nav > li > .sub-menu > li > a i {
	margin-left:3px;
}

.navbar-nav > li > .sub-menu > li > ul {
	margin-bottom:15px;
}

.navbar-nav > li > .sub-menu > li > ul > li {
	display:block;
}
.navbar-nav > li > .sub-menu > li.menu-item-384 > ul > li {
	width:49.5%;
	display:inline-block;
}


.navbar-nav > li > .sub-menu > li > ul > li > a {
	font-weight:400;
	color:#222;
	font-size:16px;
	text-transform:capitalize;
	display:block;
}

.wp-menu-img img {
    display: block !important;
    width: 100% !important;
	margin:0px !important;
	margin-top:10px !important;
	margin-bottom:-15px !important;
}


@media (max-width:768px){
    #ncf-overlay,.push_sidebar{
        position:fixed;
        height:100%;
        top:0;
        right:0
    }
    .home #header{
        z-index:33!important
    }
    body.sidebar-active>.mail i:before{
        content:"ï€"!important
    }
    #ncf-overlay{
        opacity:0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        background:#333;
        bottom:0;
        left:0;
        z-index:-1;
        cursor:pointer;
        -webkit-backface-visibility:hidden;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        -ms-transition:all .3s ease;
        -o-transition:all .3s ease;
        transition:all .3s ease;
        -webkit-transform:translate(290px,0)!important;
        -moz-transform:translate(290px,0)!important;
        -ms-transform:translate(290px,0)!important;
        transform:translate(290px,0)!important;
        -webkit-transform:translate3d(290px,0,0)!important;
        -moz-transform:translate3d(290px,0,0)!important;
        -ms-transform:translate3d(290px,0,0)!important;
        -o-transform:translate3d(290px,0,0)!important;
        transform:translate3d(290px,0,0)!important;
        cursor:pointer
    }
    body.sidebar-active>#ncf-overlay{
        z-index:999;
        opacity:.7;
        -webkit-transition:all 0s ease;
        -moz-transition:all 0s ease;
        -ms-transition:all 0s ease;
        -o-transition:all 0s ease;
        transition:all 0s ease;
        transition-delay:.0s;
        -webkit-transition-delay:.0s;
        cursor:pointer;
        cursor:url(data:image/png;
        base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAA5+botyU/eqYkX97EgzKhIA2AAAAiElEQVQI1y2OoRGDUBBElw6YoCJTQUrI0Eg+EdGZCQVABwxFoMHgMVSAog3AH9zuX3XznniHsQWXfAc0R8r7ZjV6y4mfViCzSzjeUiQvy4kfAIUwKIQptoVYIjjm7pWVjimCvRGXVfZ3rmRgnMl9ZVxJxfUJ48KKRwyJn2OKAo1jihrzJ1a66QT7yULu6TDoYQAAAABJRU5ErkJggg==),auto
    }
    body.sidebar-active>#ncf-overlay,body.sidebar-active>*{
        -webkit-transform:translate(290px,0)!important;
        -moz-transform:translate(290px,0)!important;
        -ms-transform:translate(290px,0)!important;
        transform:translate(290px,0)!important;
        -webkit-transform:translate3d(290px,0,0)!important;
        -moz-transform:translate3d(290px,0,0)!important;
        -ms-transform:translate3d(290px,0,0)!important;
        -o-transform:translate3d(290px,0,0)!important;
        transform:translate3d(290px,0,0)!important
    }
    body.sidebar-active>#ncf-overlay{
        -webkit-transform:translate(0,0)!important;
        -moz-transform:translate(0,0)!important;
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important;
        -webkit-transform:translate3d(0,0,0)!important;
        -moz-transform:translate3d(0,0,0)!important;
        -ms-transform:translate3d(0,0,0)!important;
        -o-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important
    }
    .push_sidebar{
        width:290px;
        visibility:hidden;
        -webkit-transition:all .5s ease;
        -moz-transition:all .5s ease;
        -ms-transition:all .5s ease;
        -o-transition:all .5s ease;
        transition:all .5s ease;
        background:#f7f5f5;
        box-shadow:inset 7px 0 9px -7px rgba(0,0,0,.25);
        z-index:999999999999;
        left:-290px;
        padding:15px;
		padding-top:8px;
        -webkit-transform:translate(0,0)!important;
        -moz-transform:translate(0,0)!important;
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important;
        -webkit-transform:translate3d(0,0,0)!important;
        -moz-transform:translate3d(0,0,0)!important;
        -ms-transform:translate3d(0,0,0)!important;
        -o-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important
    }
    body.sidebar-active>.push_sidebar{
        visibility:visible;
        -webkit-transform:translate(0,0)!important;
        -moz-transform:translate(0,0)!important;
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important;
        -webkit-transform:translate3d(0,0,0)!important;
        -moz-transform:translate3d(0,0,0)!important;
        -ms-transform:translate3d(0,0,0)!important;
        -o-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important;
        left:-290px;
        opacity:1;
        -webkit-transition:all .4s ease;
        -moz-transition:all .4s ease;
        -ms-transition:all .4s ease;
        -o-transition:all .4s ease;
        transition:all .4s ease;
        transition-delay:.1s;
        -webkit-transition-delay:.1s;
        overflow:auto;
        -webkit-transform:translate(290px,0)!important;
        -moz-transform:translate(290px,0)!important;
        -ms-transform:translate(290px,0)!important;
        transform:translate(290px,0)!important;
        -webkit-transform:translate3d(290px,0,0)!important;
        -moz-transform:translate3d(290px,0,0)!important;
        -ms-transform:translate3d(290px,0,0)!important;
        -o-transform:translate3d(290px,0,0)!important;
        transform:translate3d(290px,0,0)!important
    }
    body,body.sidebar-active,body.sidebar-active>*,body>*{
        -webkit-backface-visibility:hidden;
        -webkit-transition:-webkit-transform 0.3s cubic-bezier(.645,.045,.355,1);
        -moz-transition:-moz-transform 0.3s cubic-bezier(.645,.045,.355,1);
        -ms-transition:-ms-transform 0.3s cubic-bezier(.645,.045,.355,1);
        -o-transition:-o-transform 0.3s cubic-bezier(.645,.045,.355,1);
        transition:transform 0.3s cubic-bezier(.645,.045,.355,1);
        transition-delay:.1s;
        -webkit-transition-delay:0.1s
    }
    #header.hidden-xs{
        display:none!important
    }
    .hidden-sm.mobile-header{
        display:block!important
    }
    body.sidebar-active>.push_sidebar{
        display:block!important
    }
	.push_sidebar ul li { display:block !important;}
.push_sidebar ul li a {
    padding: 10px 25px 10px 0px;
    text-decoration: none;
    font-size:16px;
    color: #060606;
    letter-spacing: 2px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	display:block !important;
    text-transform: uppercase;

}

.push_sidebar ul li {
	position:relative;
}
.push_sidebar ul li ul {
	display:none;
}
.push_sidebar ul li ul li ul li a {
	text-transform:capitalize;
}
.push_sidebar ul li .fa.fa-plus {
	position:absolute;
	right:0px;
	width:40px;
	height:40px;
	line-height:40px;
	z-index:2;
	top:0;
	text-align:right;
	font-size:15px;
	cursor:pointer;
	color:#000;
}

.push_sidebar ul li .fa.fa-plus.active:before {
	content: "\f068";
}
	
}


.np {
	padding-left:0;
	padding-right:0;
}



.main-slider {
	 position: relative;
	 width: 100%;
	 height:750px;
	 min-height:750px;
	 max-height:750px;
	 margin-bottom:0px;
	 opacity: 9;
	 visibility: hidden;
	 padding-top:0;
	 padding:0;
	 margin:0 !important;
}
.slick-track { overflow:hidden;}

 .main-slider .slick-slide,  .main-slider .item {
	 height:750px;
	 min-height:750px;
	 max-height:750px;
	 overflow:hidden;
	 padding:0 !important;

	 
}





.main-slider-wrapper { position:relative;}


.item.video video {min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);       }
	
	

 .main-slider.slick-initialized {
	 opacity: 1.5;
	 visibility: visible;
}
.main-slider .slick-slide {
	 position: relative;
}
 .slick-slide::before {
	
}
 .slick-slide video {
	 display: block;
	 position: absolute;
	 z-index:12;
}
 .slick-slide iframe {
	 position: relative;
	 pointer-events: none;
	 z-index:12;
}
 .slick-slide figure {
	 position: relative;
	 height: 100%;
}

.main-slider .slick-slide>.bg-image {
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.main-slider .slick-slide>.dark-bg {
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:13;
	background:rgba(0,0,0,.5);
}

.main-slider {
	 position: relative;
	 width: 100%;
	 height:680px;
	 min-height:680px;
	 max-height:680px;
	 margin-bottom:0px;
	 opacity: 9;
	 visibility: hidden;
	 padding-top:0;
	 padding:0;
	 margin:0 !important;
}
.slick-track { overflow:hidden;}

 .main-slider .slick-slide,  .main-slider .item {
	 height:680px;
	 min-height:680px;
	 max-height:680px;
	 overflow:hidden;
	 padding:0 !important;

	 
}


.slider-text {
    position: absolute;
    width: 100%;
    height: calc(100% - 0px);
    z-index:33;
    top: 0;
    left: 0;
}

.main-logo img {
	max-width:150px;
}


.button-wrapper a {
	display:block;
	width:100%;
	margin-bottom:10px;
}
.button-wrapper a + a {
	margin-bottom:0;
}

.button-wrapper a.btn-yellow {
	background:#C2A676;
	color:#000;
}
.button-wrapper a.btn-yellow:hover {
	background:#fff;
}

p.shipping-info {
	margin-top:15px;
	margin-bottom:20px;
	font-size:16px;
}

i.fa-gallery {
	background:url(images/gallery.svg) no-repeat;
	height:18px;
	width:18px;
	background-position:center center !important;
	display:inline-block;
	vertical-align:top;
	position:relative;
	top:9px;
}
.product-thumbnail {
	position:relative;
	text-align:center;
	height:315px;
}
.product-thumbnail > div {
	background:#EAEAE7;
	height:auto;
	display:inline-block;
	width:100%;
	height:100%;
	position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}

body li.product_cat-rta-cabinets .product-thumbnail > div {
	width:150px;
	height:250px;
	background-size:cover !important;
}


.product-thumbnail > a {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
	z-index:1;
}

.product-details h2 {
	font-size:22px;
	min-height:54px;
}
.product-details .text-uppercase {
	font-size:13px;
}

.product-details .btn {
	line-height:35px;
	font-size:14px;
	font-weight:700;
}

body.archive ul.products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
	clear:both;
}

body.archive ul.products > li {
    position: relative;
    width: 100%;
    padding-right:15px;
    padding-left:15px;    
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width:25%;
	padding-bottom:30px; 
}
.related-products ul li a {
	display:block;
	text-align:center;
}
.related-products ul li a h2 {
	font-weight:700;
	font-size:17px;
	margin-top:15px;
}

.product-content {
	background:#F4F4F1;
	text-align:center;
}

.product-thumbnail {
	position:relative;
	background:#EAEAE7;
}

.product-details {
	padding:20px;
}

button.bapf_button.bapf_reset {
    color: #F8F5F2;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1C1C1C;
    border: 2px solid #1C1C1C;
    font-family: "Hanken Grotesk", sans-serif;
}

button.bapf_button.bapf_reset:hover {
    color:#1C1C1C;
    background-color: #fff;
}

.bapf_sfilter.bapf_colorinline li {
	display:block !important;
}

.bapf_sfilter.bapf_colorinline li label:after {
	content:attr(aria-label);
	font-size:17px;
	font-weight:500;
	margin-top:2px !important;
}


body .bapf_sfilter.bapf_colorinline li label {
	display:block !important;
}
.bapf_sfilter.bapf_colorinline li {
	border:solid 1px #C4C4C4;
	border-radius:8px;
	margin-top:10px !important;
	margin-bottom:10px !important;
	padding-top:7px !important;
	padding-left:7px !important;
}


.bapf_img_woborder.bapf_sfilter .bapf_img_span {
	margin-right:10px !important;
}


.berocket_single_filter_widget {
	border-top:solid 1px #C4C4C4 !important;
}

.berocket_single_filter_widget:last-child {
	border:none !important;
	margin-top:15px !important;
}
.bapf_sfilter {
	margin-bottom:0 !important;
}
.bapf_head {
	padding:10px 0px;
	padding-top:20px;
}
.bapf_head h3 {
	position:relative;
	cursor:pointer;
	font-size:15px;
	font-weight:600;
}

.bapf_body {
	padding-bottom:20px;
}

.bapf_head h3:before {
        position: absolute;
        right: 6px;
        margin-top: 3px;
        margin-left: 0px;
        right: 0px;
        top:50%;
		margin-top:-7.5px;
        content: "";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        content: "\f106";
        font-family: var(--fa-style-family, "Font Awesome 6 Free");
        font-weight: var(--fa-style, 900);
        font-size: 14px;
}
.bapf_head h3.active:before {
	    content: "\f107";
}


.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  
}
.btn i {
	 -webkit-transform: rotateZ(0deg);
      -moz-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
	    transition: all 0.25s;
}

.btn:hover i {
	  transition: all 0.25s;
	   -webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
}
.btn::after {
  content:"";
  background:#fff;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
  transition: all 0.25s;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.btn-white {
	border-color:#fff !important;
	background:#fff;
	color:#1c1c1c;
}
.btn-white:hover {
	color:#fff;
}
.btn-white::after {
	background:#000;
}
.btn:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.25s;
  border-radius:0px 120px 120px 0px;
  width:calc(130% + 40px);
}






@media (max-width:767px) {
	.buttons .btn + .btn {
	margin-top:15px;
}
.quote-form .wpcf7 ul > li {
	  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
}
}





section.blog-single img {
	margin:20px 0px;
}

.bapf_sfilter .bapf_clr_span, .bapf_sfilter .bapf_img_span {
	border-color:transparent !important;
}

nav.woocommerce-breadcrumb {
	display:none !important;
}


header.woocommerce-products-header {
	text-align:center;
	margin-bottom:50px;
}

header.woocommerce-products-header h1 {
	margin-bottom:20px;
}

.term-description {
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
}

header.woocommerce-products-header p {}




section.cta-section.mb-5 + section.cta-section.mb-5 {
	display:none !important;
}

.bg-image {
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	display:block;
}


h2.yikes-custom-woo-tab-title {
	display:none !important;
}


.accordion.v7 .card-block p {
	font-size:17px;
}


.free-shipping {
	background:#EAEAE7;
	border:solid 1px #C4C4C4;
	padding:30px;
}
.free-shipping h4 {
	font-weight:700;
	color:#AF1A31;
	text-transform:uppercase;
	font-size:17px;
}
.free-shipping h3 {
	font-weight:700;
	color:#1C1C1C;
	text-transform:uppercase;
	font-size:17px;
}



.quick-ship h2 {
	font-size:17px;
	font-weight:700;
	text-decoration:underline;
}

.quick-ship ul li {
	padding-left:60px;
	background-repeat:no-repeat !important;
	background-position:15px 0px !important;
}

.quick-ship ul li:nth-child(1) {
	border-right:solid 1px #ddd;
}


.contact-form.consult-form .btn {
	display:block;
	width:100%;
}


.form-card select {
	display:block;
	width:100%;
}

i.calendar {
	height:15px;
	width:15px;
	background:url(images/calendar.png) no-repeat;
	display:inline-block;
	margin-right:3px;
	background-size:cover;
}

i.clock {
	height:15px;
	width:14px;
	background:url(images/clock.png) no-repeat;
	display:inline-block;
	margin-right:3px;
	background-size:cover;
}

i.calendar.large, i.clock.large {
	width:20px;
	height:21px;
	position:relative;
	top:2px;
}

.kitchen {
	position:relative;
}
.kitchen  a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
}

.form-inner form {
	position:relative;
}

input.mailpoet_submit {
	position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-radius: 0px 4px 4px 0px;
    background-color: #1C1C1C;
    height:50px !important;
	width:50px !important;
	text-indent:-9999px;
	background:url(images/email.png) no-repeat center center #1C1C1C;
	padding-right:0 !important;
}


.scroll i {
	display:block;
}

.scroll {
	width:50px; 
	opacity: 1;
	bottom:60px;
	right: 10px;
	height:50px;
	background:#fff;
	z-index:333;
	position:fixed;
	border:solid 1px #393939;
	text-align:center;
	padding-top:10px;
	font-size:14px;
}

.scroll + .scroll {
	bottom:10px;
	border-top:none;
}





.icon img[src$='.svg'] {
	max-width:60px;
	height:60px;
}