/*!
Theme Name: gantt custom theme
Theme URI: http://candcdigital.com/
Author: candcdigital
Author URI: http://candcditial.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: candcdigital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



html, body {
  font-family: "Inter", 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;
}


/* 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;
	margin-top:10px;
	margin-bottom:10px;
}

.product-thumbnail-slider .slick-track > div > div {
	height:95px;
	width:95px;
	background-size:cover !important;
	
	cursor:pointer;
	background:#EAEAE7;
	position:relative;
	background-position:center center !important;
}


.product-thumbnail-slider .slick-track > div > 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 > 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 4px transparent;
	border:solid 4px #fff;
	border:solid 4px #4E524E;
}


.product-thumbnail-slider .slick-track img {
	visibility:hidden;
	opacity:0;
}

.product-thumbnail-slider .slick-track > div > div > div {
	background-size:cover !important;
	min-height:95px;
}
.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:22px;
	display:block;
	padding:15px 0px;
	text-decoration:none;
	font-weight:700;
}
.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";
}
.accordion ul {
	margin-bottom:30px;
}
.accordion ul li {
	border-bottom:solid 1px #C4C4C4;
	padding-top:15px;
	padding-bottom:15px;
	font-size:16px;
}
.accordion ul li strong {
	font-weight:700;
	display:block;
}

.accordion ul li:last-child {
	border-bottom:none;
}

#collapse-customer-reviews-3 .card-block > div:before {
	-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: "\f005 \f005 \f005 \f005 \f005";
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
	color:#FFA600;
	margin-bottom:10px;
}
#collapse-customer-reviews-3 .card-block {
	background:#EAEAE7;
	border-radius:15px;
	padding:20px 30px;
}

#collapse-customer-reviews-3 .card-block h2 {
	font-size:22px;
}

#collapse-customer-reviews-3 .card-block h2 + p {
	font-weight:500;
	font-size:22px;
}
.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 > div > div a {
	background-image:none !important;
}

figure.product-slider div.slick-track > div > div a img {
	display:block;
	width:100%;
}

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: #DB332F;
   --primary-font: 'Inter', sans-serif;
}

.btn, .button, a.added_to_cart, a.wc-block-components-button, .wc-block-components-button, .yith-add-to-wishlist-button-block > a, ul.products li.product .tinvwl_add_to_wishlist_button, .tinvwl_add_to_wishlist_button, .add_to_cart_button, input[type=submit] {
    color: #F8F5F2;
    font-weight: 700;
    font-size: 16px;
    border-radius:0;
	padding:10px 30px 10px 30px !important;
    position: relative;
    overflow: hidden;    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border:1.5px solid var(--primary-color);
    font-family: "Onest", sans-serif;
	text-align:center;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	display:inline-block;
	white-space:nowrap;
}



.btn span {
    margin-left: 10px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	height:50px;
	line-height:50px;
}

.btn:hover, .button:hover, a.added_to_cart:hover, a.wc-block-components-button:hover, .wc-block-components-button:hover, .yith-add-to-wishlist-button-block > a:hover, input[type=submit]:hover, .add_to_cart_button:hover {
    color: var(--primary-color);
    background-color: #fff;
}

.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text {
	display:block !important;
}

.yith-add-to-wishlist-button-block {
	width:100% !important;
	padding-top:0 !important;
}

.woocommerce-cart .tinv-wraper.tinv-wishlist {
	display:none !important;
}

.wc-block-grid__product-title {
	font-size: 22px;
    min-height: 40px;
    margin-top: 10px;
	font-weight: 700;
}

ul.products li.product .tinvwl_add_to_wishlist_button, .tinvwl_add_to_wishlist_button {
	background:#fff;
	border-color:#9F9C9A;
	color:#0F0E11;
}

ul.products li.product .tinvwl_add_to_wishlist_button:hover, .tinvwl_add_to_wishlist_button:hover {
	background:var(--primary-color);
	border-color:var(--primary-color);
	color:#fff;
}

.yith-add-to-wishlist-button-block > a svg {
	display:none !important;
}


.yith-add-to-wishlist-button-block > a {
}

.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]):not([type=number]), 
select, 
textarea {
    color: #666 !important;
    height: 50px;
    padding: 6px 10px;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom:0px;
    border: 1px solid #ccc;
	width:100%;
}

select.orderby, input.qty {
	width:auto !important;
}

textarea {
    resize: none;
    height:120px;
    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;

}

.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 ul {
    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 .buttons {
}

.header-middle .buttons ul li a {
    color:#161616;
    font-weight:400;
    padding:0px 50px;
	padding-right:0;
    line-height:22px;
    position: relative;
    display: inline-block;
	
	background:url(images/call.svg) no-repeat 12px 8px;
	font-size:16px;
}
.header-middle .buttons ul li a {}

.header-middle .buttons ul li + li {
	border-left:solid 1px #ddd;
	margin-left:25px;
}
.header-middle .buttons ul li:nth-child(2) a {
	background:url(images/user.svg) no-repeat 20px 8px;
	padding-left:65px;
}

.header-middle .buttons ul li a strong {
    display: block;
    font-size:18px;
    font-weight:600;
}

.header-middle .buttons ul li .icon {
   position: absolute;
   top: 0;
   left: 0;
   color: #fff;
   height: 100%;
   width: 50px;
   line-height:56px;
   text-align: center;
   display: inline-block;
   background-color: var(--primary-color);
}


i.fa-solid.fa-phone {
	background:url(images/call.svg) no-repeat;
	height:54px;
	width:25px;
	background-repeat:no-repeat;
	background-position:center center;
}
.m-phone a +  a {
	float:right;
	margin-right:17px;
}
.m-phone a +  a i.fa-solid.fa-user {
	background:url(images/user.svg) no-repeat;
}

.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:#F1F1F1;
	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:after {
	height:20px;
	top:100%;
	position:absolute;
	left:0;
	width:100%;
	content:"";
}
.nav ul li:last-child {
    margin-right: 0;
}

.navbar-nav > li > a {
    padding:10px 16px;
    color: #0a0f2b;
    display: block;
    text-transform: uppercase;
	font-weight:500;
	letter-spacing:2px;
	font-size:16px;
}

.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: var(--primary-color);
}

.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:#fff !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:#000 !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width:30px;
  min-width:30px;
  height:40px;
  line-height: 40px;
  color: #fff;
  display: block;
  z-index: 1;
  text-align: center;
  float:right;
  margin-right:-3px;
}

.m-phone a i.fa-solid.fa-phone {
	height:40px;
	width:30px;
	color:#fff;
	background-position:center center !important;
	background-size:25px auto !important;
}
.m-phone a + a i.fa-solid.fa-phone {
		background-size:28px auto !important;
	}


/*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;
}



.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;
}




/*footer-section*/

.footer-section{
    color: #1C1C1C;
}

.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-bottom p {
	color:#fff;
}

.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);
}



/*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;
}








.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:55px;
    z-index: 1;
    display: block;
    width: 100%;
    top: 0;
}
.navbar-nav> li.menu-item-has-children>a:after {
	position:absolute;
    right:6px;
            margin-top: -6px;
        margin-left: 0;
        right: -2px;
	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:300px;
	width:auto;
	min-width:300px;
    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);
	padding-bottom:5px !important;

}

.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;
	color: #0a0f2b;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
}

.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;
}




.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:0px;
}
.button-wrapper a + a {
	margin-bottom:0;
}

.button-wrapper a.btn-yellow {
	background:var(--primary-color);
	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;
}
li .product-thumbnail {
	position:relative;
	text-align:center;
	height:270px;
}
li .product-thumbnail > div {
	background:#F6F6F6;
	height:auto;
	display:inline-block;
	width:100%;
	height:100%;
	height:calc(100% - 0px);
	width:calc(100% - 20px);
	position: absolute; 
    top:calc(50% + 10px); 
    left:calc(50% + 0px); 
    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;
}


li .product-thumbnail > a {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
	z-index:1;
}

li .product-details h2 {
	font-size:22px;
	min-height:40px;
	margin-top:10px;
}
li .product-details .text-uppercase {
	font-size:13px;
}

li .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 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
	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:#F6F6F6;
}

.product-thumbnail {
	position:relative;
	background:#F6F6F6;
	padding:0px;
}

.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: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1C1C1C;
    border: 2px solid #1C1C1C;
    font-family: "Onest", 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;
  
}


@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 {
	border:solid 1px #C4C4C4;
	padding:25px;
	background:#eaeae7;
	
}
p.price {
	color:#DB332F;
	font-weight:700;
	font-size:22px;
}
div.quantity {
	display:none !important;
}

form.cart input, form.cart button, form.cart a {
	display:block;
	width:100%;
}

.quick-ship h2 {
	font-size:17px;
	font-weight:700;
	font-size:22px;
	color:#1c1c1c;
}

.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 #c4c4c4;
}


.contact-form.consult-form .btn {
	display:block;
	width:100%;
}


.form-card select {
	display:block;
	width:100%;
}




h1, h2, h3, h4, h5, h6 {
    font-family: "Onest", sans-serif;
	font-weight:700;	
}


span.price, span.woocommerce-Price-amount.amount {
	color:#6F6F6F;
	font-weight:600;
	display:inline-block;
	margin-bottom:10px;
	font-size:16px;
}


.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;
}


.button-wrapper {
	position:relative;
}


.button-wrapper > a.added_to_cart {
	position:absolute;
	top:0;
	left:0;
	height:48px;
	width:100%;
	z-index:1;
}



.logged-in .my-account .col-md-12 > .woocommerce, .u-columns {
   display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.u-column1, .u-column2 {
		position: relative;
    width: 100%;
    padding-right:10px;
    padding-left:10px;    
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
}


.logged-in .my-account .col-md-12 > .woocommerce > nav {
	position: relative;
    width: 100%;
    padding-right:10px;
    padding-left:10px;    
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; 
}

.logged-in .my-account .col-md-12 > .woocommerce > div {
	position: relative;
    width: 100%;
    padding-right:10px;
    padding-left:10px;    
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.logged-in .my-account .col-md-12 > .woocommerce > div.woocommerce-MyAccount-content {
	padding:50px 20px !important;
}

body label {
	display:block;
}


span.password-input {
	display:block;
	position:relative;
	margin-bottom:10px !important;
}
span.password-input input {
	margin-bottom:0 !important;
}
span.password-input button {
	position:absolute;
	top:50%;
	margin-top:-13.75px;
	right:1px;
	background-color:transparent !important;
	outline:none !important;
	border:0 !important;
}

.show-password-input:before {
		content: "\f070";
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
	font-size:14px;

}

.show-password-input.display-password:before {
	content: "\f06e";
}


.collapsing {
  transition: none !important;
}




.page-template-page-myaccount.logged-in .woocommerce {
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.woocommerce-MyAccount-navigation {
	padding-right:30px;
}
.woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-content {
	border:solid 1px #d9d9d9;
	background:#fff;
	padding:50px 30px;
}
.woocommerce-MyAccount-navigation ul {

}
.woocommerce-MyAccount-navigation ul li {
	padding:5px 0px;
}
.woocommerce-MyAccount-navigation ul li a {
	color:#444444;
	position:relative;
	display:block;
	padding:5px 0px;
}
.woocommerce-MyAccount-navigation ul li.is-active a, 
.woocommerce-MyAccount-navigation ul li:hover a {
	color:#6a409a;
}
.woocommerce-MyAccount-navigation ul li a:after, .woocommerce-MyAccount-content table.shop_table td a.button:after {
	display:block;
	font: normal normal normal 14px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size:24px;
position:absolute;
top:9px;
right:-8px;
text-align:center;
color:#999;
width:40px;
}
 .woocommerce-MyAccount-navigation ul li:hover a:after, .woocommerce-MyAccount-navigation ul li.is-active a:after {
	color:var(--primary-color);
}
.woocommerce-MyAccount-navigation ul li:nth-child(1) a:after {
	content:"\f0e4";
}
.woocommerce-MyAccount-navigation ul li:nth-child(2) a:after {
	content:"\f07a";
}
.woocommerce-MyAccount-navigation ul li:nth-child(3) a:after {
	content:"\f06b";
}
.woocommerce-MyAccount-navigation ul li:nth-child(4) a:after {
	content:"\f041";
}
.woocommerce-MyAccount-navigation ul li:nth-child(5) a:after {
	content:"\f007";
}
.woocommerce-MyAccount-navigation ul li:nth-child(6) a:after {
	content:"\f090";
}


.woocommerce-MyAccount-content table.shop_table {
	padding:0 !important;
	border:none !important;
	width:100% !important;
}
.woocommerce-MyAccount-content table.shop_table th,
.woocommerce-MyAccount-content table.shop_table td {
	color:#666666;
	font-size:18px;
	font-weight:600;
	padding:15px;
	vertical-align:top;
}
.woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-total {
	color:#999;
}
.woocommerce-MyAccount-content table.shop_table td .woocommerce-Price-amount.amount {
	display:block;
	color:#1c1c1c;
}
.woocommerce-MyAccount-content table.shop_table th {
	color:var(--primary-color);
	text-transform:uppercase;
	font-size:16px;
	
}
.woocommerce-MyAccount-content table.shop_table td {
	border-top:solid 1px #b7b7b7;
}
.woocommerce-MyAccount-content table.shop_table tr:first-child td {
	border-top:solid 4px #cdcccb;
}
.woocommerce-MyAccount-content table.shop_table td .button {
	position:relative;
	width:150px !important;
	display:block !important;
	text-align:left;
	padding-left:32px !important;
}

.woocommerce-MyAccount-content table.shop_table td a.button:after {
	content:"\f06e";
	color:#fff;
	right:20px;
	font-size:20px;
	top:13px;
}



.yith-add-to-wishlist-button-block {
	padding-top:15px;
}



span#account_display_name_description {
	display:block;
	font-size:14px;
	font-style:normal;
}


p.return-to-shop {
	display:block;
}


.tinvwl-input-group .form-control {
	height:48px;
	line-height:48px;
}

span.woocommerce-input-wrapper {
	display:block;
}

.select2-container .select2-selection--single, .select2-container {
	height:48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:48px !important;
}

.select2-container {
	max-width:360px;
	width:100%;
}


.wc-block-components-sidebar-layout .wc-block-components-main {
	/*width:100% !important;*/
}


/* Style the order details table */
.woocommerce-order-details.woocommerce-thankyou-order-details.order_details {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.woocommerce-order-details th,
.woocommerce-order-details td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

/* Style the customer details section */
.woocommerce-customer-details {
	max-width:680px;
}

.woocommerce-customer-details address {
    flex-basis: 48%;
    padding: 15px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
}


.woocommerce section {
	padding:20px 0px;
}

.woocommerce-message {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}



div#accordion {
	margin-top:40px;
}






/* Gravity Forms CSS Flex */
 
body .gfield + .gfield {
display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gform_fields {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-10px;
  margin-right:-10x;
}

.gform_footer.top_label {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:0px;
  margin-right:10px;
}


.gform_footer.top_label input[type="submit"] {
	width:100%;
}

.gform_fields fieldset.gfield   {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:0px;
  padding-right:0px;
  padding-bottom:10px;
}

.contact2-form .gform_fields fieldset.gfield, .contact2-form  .gform_fields div.gfield {
	 -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
	  }

.gform_fields div.gfield.full {
	 -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
}

body .contact2-form .gfield--type-textarea, body .contact2-form .gform_fields div.gfield.full {
	 -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
}

body .contact2-form .gform_footer.top_label input[type="submit"] {
	float:right;
	max-width:250px;
}

body .contact2-form .gform_footer.top_label {
justify-content: end;
}


.contact2-form  .ginput_container .name_first {
  width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:0px;
}


.gform_fields div.gfield   {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
}

.ginput_container { width:100%;}

body .gfield.gfield--width-half {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
}


body .gfield.gfield--input-type-textarea  {
	 -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


body .ginput_container.ginput_container_consent {
	padding-left:10px;
	padding-right:10px;
}


body .gfield  > .ginput_container.ginput_container--name {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  padding-left:0;
  padding-right:0;
  max-width:none;
  padding-bottom:0;
 }
 .validation_message {  font-size:13px;color:red;padding-left:10px; padding-bottom:8px; }
body .gfield + .gfield .validation_message { padding-left:10px;padding-bottom:8px;}

h2.gform_submission_error.hide_summary { font-size:20px; margin-bottom:20px;}

body .ginput_container .name_first {
  width: 50%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

.gform_validation_errors {
	display:none !important;
}


.hidden_label label, .hidden_label legend {
	display:none !important;
}

body .ginput_container  .name_last {
  width: 50%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	cursor:pointer;
}

body .sidebar .ginput_container .name_first, body .sidebar .ginput_container .name_last {
	    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


legend.gfield_label.gform-field-label.gfield_label_before_complex {
font-weight: 500;
    color: #191919;
    text-transform: capitalize;
	font-size:16px;
	padding-left:10px;
}

body .ginput_container .gfield .ginput_container {
 width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
   padding-left:10px;
  padding-right:10px;
}


 
/* Gravity Forms Flex Responsive */
 
@media (max-width:568px) {
	
	body .gfield.gfield--width-half {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


  body .ginput_container .name_first, body .ginput_container  .name_last {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}

}



/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	.slick-dots {
		left: 5%;
	}
	.featured-product h2 {
		font-size: 28px;
	}
	.choose h4 {
		font-size: 20px;
	}
}

/* md */
@media (max-width: 991px) {

	.innovation-text {
		padding: 50px 0;
	}
	.g-map {
		height: 400px;
	}
	.ab-thumb, 
	.cm-thumb {
		margin-bottom: 30px;
	}
	.funfacts h3 {
		font-size: 38px;
	}
	.funfacts {
		font-size: 16px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
		


}

/* sm */
@media (max-width: 767px) {
	.hero-text .buttons {max-width:400px;margin:0 auto;}
	.hero-text .buttons .btn {display:block !important;}
	.hero-text .buttons .btn + .btn {margin-top:10px !important;}
	.featured-product h2 {
		font-size: 30px;
	}
	.choose .icon:before, 
	.choose .icon:after {
		display: none;
	}
	.choose {
		display: block;
		text-align: center !important;
	}
	.choose .icon {
		margin-bottom: 15px;
		display: inline-block;
	}
	.title h2, 
	.page-title h2 {
		font-size: 38px;
	}
	.products-slider .slick-arrow, 
	.testimonial-slider .slick-arrow {
		top: -40px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.hero-text h1 {
		font-size: 65px;
	}
	.slider-item {
		background-position: left;
	}
	.hero-text {
		margin-bottom: 20px;
	}
	.contact2-info {
		margin-bottom: 30px;
		max-width: 100%;
	}
	.contact2-form ul li:nth-child(1), 
	.contact2-form ul li:nth-child(2), 
	.contact2-form ul li:nth-child(3) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* xs Portrait */
@media (max-width: 575px) {

	.hero-text h1 {
		font-size: 50px;
	}

}



/* xs Portrait */
@media (max-width: 475px) {
	.contact-form ul li:nth-child(1), 
	.contact-form ul li:nth-child(2), 
	.contact-form ul li:nth-child(3), 
	.contact-form ul li:nth-child(4) {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}	
	.g-map {
		height: 300px;
	}
	.hero-text h1 {
		font-size: 46px;
	}
	.title h2, 
	.page-title h2 {
		font-size: 32px;
	}
	.post-single .thumb {
		height: 300px;
	}
	
}





html,
body {
    font-weight: normal;
    font-size: 16px;
    color: #3E3E3E;  
    background-color: #fff;
    font-family: "Inter", sans-serif;
}

a {
    color: #3E3E3E;
    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;
}


.title {
    margin-bottom: 40px;
}

.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 800px;
    display: inline-block;
}

.page-title .title-p {
    display: inline-block;
}

.title h2 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #212020;
    font-weight: bold;
    font-family: "Onest", sans-serif;
}

.sub-title {
    font-size: 18px;
    margin-bottom:10px;
    color: #C02320;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform:uppercase;
}

.bg-color {
    background-color: #E5EDEF;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
}

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: #313131;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #313131;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #313131;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #313131;    
}

/*breadcrumb-section*/

.breadcrumb-section {
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-section .logo {
    margin-bottom: 20px;
}

.page-title h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    font-family: "Onest", sans-serif;    
}


/*breadcrumb-menu*/

.breadcrumb-menu {
    margin-top: 50px;
}

.breadcrumb-menu .breadcrumb {
    padding: 0;
    background-color: transparent;
}

.breadcrumb li {
    font-weight: bold;
    color: #1C1C1C;
}

.breadcrumb li a {
    font-weight: normal;
}

.breadcrumb a:hover {
    color: var(--primary-color);
}

/*hero-section*/

.hero-section {
    padding: 0;
    position: relative;
    margin-bottom: 30px;
}

.slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
    padding: 150px 0;
}

.hero-text {
    position: relative;
    max-width: 500px;
}

.hero-text .btn {
    margin-bottom: 5px;
}

.hero-text h1 { 
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #161616;
    font-family: "Onest", sans-serif;
}

.hero-text p {
    color: #6F6F6F;
    margin-bottom: 30px;
}

.hero-text p.sub-title {
    color: #C02320;
}

.btn.btn-white {
    color: #0F0E11;
    background-color: #fff;
}

.btn.btn-white:hover {
    color: #fff;
    background-color: #DB332F;
}

.slick-dots {
    display: flex;
    position: absolute;
    bottom: 50px;
    left: 15%;
}

.slick-dots li {
    margin-right: 15px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 100%;
    border: 0;
    outline: none;
    position: relative;
    background-color: rgb(167 167 167 / 50%);
}

.slick-dots li button:before {
    content: "";
    width: 20px;
    height: 20px;
    top: -4px;
    left: -4px;
    opacity: 0;
    border-radius: 100%;
    position: absolute;
    border: 2px solid #A7A7A7;
}

.slick-dots li.slick-active button {
    background-color: #A7A7A7;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

/*product-section*/

.featured-product {
    margin-bottom: 30px;
    background-size: cover;
    background-position: right bottom;
    padding: 30px 100px 50px 30px;
    background-repeat: no-repeat;
}

.featured-product h2 {
    font-size: 40px;
    color: #161616;
    font-weight: bold;

}

.featured-product h2 a {
    color: #161616;
}

.featured-product p {
    max-width: 200px;
    color: #4D4D4D;
}

.p-thumb {
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
	background-size:cover !important;
}

.products-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.products-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.products-slider .slick-arrow {
    position: absolute;
    top: -95px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    background-color: #191919;

}

.products-slider .slick-arrow:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.products-slider .slick-arrow.icon-left {
    margin-right: 50px;
}

.products-slider .product {
    padding: 5px;
    background-color: #F6F6F6;
}

.p-text {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
}

.p-text h4 {
    color: #29333B;
    font-size: 22px;
    font-weight: bold;
	min-height:55px;
}

.p-text .price {
    padding-right: 15px;
}

.p-text p {
    margin-bottom: 0;
}

.c-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #212020;
    font-size: 20px;
    display: inline-block;
    background-color: #fff;
}

.c-icon a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

/*innovation-section*/

.innovation-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}

/*choose-section*/

.choose-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

.choose-section .title h2 {
    color: #fff;
}

.choose {
    color: #C2C2C2;
    display: flex;
    margin-bottom: 30px;
}

.choose h4 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    font-family: "Onest", sans-serif;
}

.choose .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    line-height: 80px;
    background-color: #C6C6C6;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 20px;
    position: relative;
}

.choose .icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 50%;
    left: 0;
    margin-left: -50px;
    background-color: #C6C6C6;
}

.choose .icon:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -50px;
    background-color: #C6C6C6;    
}

.choose-right .choose .icon:before {
    left: initial;
    right: 0;
    margin-right: -50px;
}

.choose-right .choose .icon:after {
    left: initial;
    right: 0;
    margin-right: -50px;    
}

.choose-right .choose {
    text-align: right;
}

.choose-right .choose .icon {
    order: 12;
    margin-right: 0;
    margin-left: 20px;
}

.choose-2 {
    text-align: center;
	max-width:280px;
	margin-left:auto;
	margin-right:auto;
}

.choose-2 .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: inline-block;
    margin-bottom: 15px;
    min-height: 80px;
    line-height: 80px;
    background-color: #C6C6C6;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 20px;
    position: relative;
}

.choose-2 h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Onest", sans-serif;    
}

/*brand-section*/

.btand {
    text-align: center;
    min-height:140px;
    padding: 15px;
	display:flex;
	align-items:center;
	justify-content:center;
    margin-bottom: 30px;
    background-color: #E4E4E4;
	position:relative;
	background: radial-gradient(94.2% 94.2% at 50% 54.35%, #FFFFFF 0%, #FFFFFF 28.85%, #E4E4E4 100%);
}

.btand:hover {
	background:#C92A28;
}

.btand > a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	z-index:1;

}
.btand img{
  filter:grayscale(100%); 
}

.btand:hover {
   
}

.btand:hover img{
    filter: brightness(0) invert(9);
}

/*blog-section*/

.post  {
    margin-bottom: 30px;
}

.post .thumb {
    height: 280px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background:#CBD4D6;
}

.meta {
    margin-bottom: 5px;
}

.meta a, 
.post h3 a:hover, 
.read-more a:hover {
    color: var(--primary-color);
}

.post h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Onest", sans-serif;
}

.post h3 a {
    color: #090F1D;
}

.read-more {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #E4E4E4;
}

.read-more a {
    font-size: 20px;
    color: #090F1D;
    text-decoration: underline;
}

.blog2-section .meta a {
    color: #6F6F6F;
}

.blog2-section .meta a:hover {
    color: #DB332F;
}

.blog2-section .read-more {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.blog2-section .read-more a {
    font-weight: bold;
    color: #DB332F;
    text-decoration: none;
	font-size:16px;
}

.blog2-section .read-more a:hover {
    color: #000;
}

.post-single .thumb {
    height: 500px;
}

.post-single p strong {
    display: block;
    color: #DB332F;
}

.post-single h4 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Onest", sans-serif;
}

/*testimonial-section*/

.testimonial-section {
    background-color: #F1F1F1;
}

.testimonial {
    padding: 30px;
    box-shadow: 10px 10px 10px #E7EDF3;
    background-color: #FFFFFF;
	border:solid 1px #E7EDF3;
}

.ts-header {
    color: #2A324B;
    display: flex;
	margin-bottom:15px;
}

.ts-header .thumb {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
    background-color: #FFECEB;
}

.ts-header .thumb h3 {
    font-size: 20px;
    color: #DB332F;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 18px;
}

.ts-header h4 {
    font-size: 24px;
    color: #0D1321;
    margin-bottom: 5px;
    font-weight: normal;
	font-family: "Inter", sans-serif;
}

.ts-footer {
    display: flex;
	border-top:solid 1px #E7EDF3;
	padding-top:15px;
}

.ts-footer ul {
    display: flex;
    color: #FFDF00;
    margin-right: 10px;
	font-size:12px;
}

.ts-footer p {
	font-size:12px;
}

.ts-footer ul li {
    margin-right: 2px;
}

.testimonial-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.testimonial-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.testimonial-slider .slick-arrow {
    position: absolute;
    top: -95px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    background-color: #191919;
}

.testimonial-slider .slick-arrow:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.testimonial-slider .slick-arrow.icon-left {
    margin-right: 50px;
}


.testimonial-slider .slick-track
{
    display: flex !important;
}

.testimonial-slider .slick-slide, .testimonial-slider .slick-slide > div, .testimonial-slider .slick-slide > div > div
{
    height: inherit !important;
}




/*contact-section*/

.contact-section {
    position: relative;
}

.contact-section:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #212020;
}

.contact-content {
    position: relative;
    background-color: #EFF0F1;
}

.contact-form {
    padding: 30px;
}

.contact-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;    
}

.contact-form ul li:nth-child(1),
.contact-form ul li:nth-child(2),
.contact-form ul li:nth-child(3),
.contact-form ul li:nth-child(4) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-form ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;        
}

.contact-form label {
    font-weight: 500;
    color: #191919;
    text-transform: capitalize;
}

.contact-form .btn {
    width: 100%;
    font-weight: normal;
    text-transform: capitalize;
}

.g-map,
.g-map iframe {
    width: 100%;
    height: 100%;
}

.c-title {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.c-title .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    background-color: #DB332F;
}

.c-title h4 {
    font-size: 22px;
    color: #1C1C1C;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "Onest", sans-serif;
}

.contact2-info {
    padding: 30px;
    max-width: 400px;
    background-color: #fff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.05);

}

.contact2-info p strong {
    color: #DB332F;
}

.contact2-info p a {
    color: #1C1C1C;
}

.contact2-info p a:hover {
    color: #DB332F;
}

.contact2-info .border {
    border: 1px solid #000 !important;
}

.contact2-form {
    padding:20px 40px 25px 40px;
    background-color: #fff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.05);

}

.contact2-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contact2-form ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;    
}

.contact2-form ul li:nth-child(1), 
.contact2-form ul li:nth-child(2), 
.contact2-form ul li:nth-child(3) {
   
}

.contact2-form ul li:last-child {
    text-align: right;
}

.contact2-form input, 
.contact2-form select, 
.contact2-form textarea{

}

.contact2-form textarea {
    height: 170px;
}

.funfacts-content {
    margin-top: 80px;
}

.funfacts {
    font-size: 22px;
    color: #3E3E3E;
    margin-bottom: 30px;
    font-weight: bold;
    max-width: 250px;
    font-family: "Onest", sans-serif;
}

.funfacts h3 {
    font-size: 50px;
    color: #212020;
    font-weight: bold;
    font-family: "Onest", sans-serif;
}

/*company-section*/

.company-section {
    background-color: #F1F1F1;
}

/*footer-section*/

.footer-section {
    color: #fff;
    padding-top: 50px;
    background-color: #212020;
}

.footer-section a {
    color: #fff;
}

.footre-widget h3 {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    font-family: "Onest", sans-serif;
}

.footre-widget h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    border-radius: 20px;
    background-color: #CD2B27;
}

.footer-logo {
    margin-bottom: 30px;
}

.footre-widget {
    margin-bottom: 30px;
}


.social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.footre-widget ul li {
    margin-bottom: 15px;
}

.footer-section a:hover{
    color: var(--primary-color);
}

.p-cta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 15%);
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: 1px solid rgb(255 255 255 / 15%);
}


a, button {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}


.c-icon {
	position:relative;
}
.c-icon > a {
	background:url(images/shopping.svg) no-repeat center center #fff;
	width:48px;
	height:48px;
	padding:0 !important;
	text-indent:-9999px;
	border:none !important;
}

.c-icon > a:hover {
		background:url(images/shopping-white.svg) no-repeat center center #db332f;
		
}

.c-icon > a + a {
	position:absolute;
	top:0;
	left:0;
	background:url(images/cart.png) no-repeat center center #fff;
	color:#000 !important;
	font-size:14px;
}


.c-icon > a + a:hover {

	position:absolute;
	top:0;
	left:0;
	background:url(images/cart-white.png) no-repeat center center #db332f;
	color:#fff !important;
	font-size:14px;
}


.privacy-menu ul {
	display:flex;
}

.privacy-menu ul > li + li {
	margin-left:15px;
	border-left:solid 1px #ddd;
	padding-left:15px;
}

a.candc {
    background: url(images/candc.png) no-repeat left center;
    margin-left: 0;
    padding-left: 25px;
    display: inline-block;
	color:#fff;
}

.woocommerce-MyAccount-content a:not(.button) {
	color:var(--primary-color);
}

.woocommerce-info .button {
	display:block;
	margin-top:20px;
	max-width:300px;
}


.widget_text p strong {
	font-weight:700;
	font-size:40px;
	    font-family: "Onest", sans-serif;
}


.bapf_sfilter ul li {
	padding-top:2px !important;
	padding-bottom:2px !important;
}

.p-thumb {
	position:relative;
}

.p-thumb > a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}


.page-numbers {
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
	display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
	width:100%;
}

.page-numbers li {
    margin-bottom:5px;
    margin-right:15px;
}

.page-numbers li:last-child {
    margin-right: 0;
}

.page-numbers li a, .page-numbers li span  {
    color: #766F6B;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 10px 15px;
    border: 2px solid #C4C4C4;
}

.page-numbers li span.current, 
.page-numbers li a:hover {
    color: #fff;
    background-color: #1F1D1D;
    border-color: #1F1D1D;
}



@media (max-width:767px){
    #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 {}
.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 {
	min-height:200px;
}
.push_sidebar ul li {
	position:relative;
}
.push_sidebar ul li ul {
	background:#f7f5f5;
}
.push_sidebar ul li ul li ul li a {
	text-transform:capitalize;
}
.push_sidebar ul li .fa.fa-angle-right {
	position:absolute;
	right:0px;
	width:100%;
	height:100%;
	line-height:40px;
	z-index:2;
	top:0;
	text-align:right;
	font-size:15px;
	cursor:pointer;
	color:#000;
}

.push_sidebar ul li .fa.fa-angle-down.active:before {

}
	
}


.header-middle .buttons ul li a.cart-customlocation, a.cart-customlocation {
	position:relative;
	padding-left:0 !important;
	background-image:none !important;
}

.cart_count {
    width: 25px;
    display: inline-block;
    height: 25px;
    color:#fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2px;
    left:16px;
    background:var(--primary-color);
    font-size: 15px;
}


.mobile-navbar {
	    box-shadow: 0 6px 4px -4px rgb(0 0 0 / 20%);
}


.push_sidebar ul li ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color:#f7f5f5;
    transition: 0.3s;
    visibility: hidden;
	z-index:3;
}
.push_sidebar ul li ul li {
	 background-color:#f7f5f5;
}

.push_sidebar ul li i.fa-angle-right.active + a + ul {
	transform: translateX(0);
    visibility: visible;
}


.fa.fa-close.d-block.d-md-none {
	position:absolute;
	right:20px;
	width:100%;
	height:40px;
	line-height:40px;
	z-index:2;
	top:20px;
	text-align:right;
	font-size:20px;
	cursor:pointer;
	color:#000;
}

th.label {
	vertical-align:top !important;
}

th.label label {
	margin:0 !important;
	vertical-align:top !important;
	padding-top:10px;
	padding-right:15px;
}

td.value select {
	margin:0 !important;
}

.choose .text p {
    max-width:220px;
}


.card-block.lead p a {
	color:var(--primary-color);
}


.grecaptcha-badge {
	display:none !important;
}


.gform_wrapper {
    display: block !important;
}


article#post-1320 h1 {
	text-align:center;
}