body,
html {
	height: 100%;
}
html {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}
body {
	margin     : 0;
	padding    : 0;
	font-size  : 16px;
	font-weight: 400;
	color      : #181717;
    font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
    background: #fff;
}
html::-webkit-scrollbar {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    box-sizing: unset;
}
p {
    line-height: 1.6;
    margin: 0.4em 0 0.8em 0;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
}
a,
button {
	outline   : none;
	transition: all 0.5s ease-out;
    font-family: 'Poppins', sans-serif;
}
*,
:after,
:before {
    box-sizing: border-box;
}
::selection {
    color: #fff;
    background: #8f8071;
  }
img.w-100 {
	height: auto;
}
button,
.btn-primary {
    font-family: 'Poppins', sans-serif;
	transition        : opacity ease-in-out 0.5s;
	color             : #fff;
	border-radius     : 20em;
	font-size         : 1em;
	box-shadow        : none !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition   : all 0.5s ease-out;
	-o-transition     : all 0.5s ease-out;
	transition        : all 0.5s ease-out;
}
button:hover,
.btn-primary:hover,
button:focus,
.btn-primary:focus {
	border-color: rgb(236, 236, 236) !important;
}
.main-wrapper {
    width: 100%;
    display: inline-block;
}
.header-wrapper {
    width: 100%;
    display: inline-block;
}
.middle-wrapper {
    width: 100%;
    display: inline-block;
}
.footer-wrapper {
    width: 100%;
    display: inline-block;
    background: #0e0d0d;
    padding: 2em 0;
}
.transition {
	position       : fixed;
	width          : 100%;
	height         : 100%;
	opacity        : 1;
	z-index        : 21;
	top            : 0;
	background     :#ffffffa3;
	transition     : opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
	display        : flex;
	align-items    : center;
	justify-content: center;
	align-content  : center;	
}
.transition.hide {
	opacity: 0;
	z-index: -1;
	display: none;
}
.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.site-header > .site-logo{
    text-align: left;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0;
}
.site-header{
    padding: 0;
    display: inherit;
}
.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .site-header, .alignwide, .wide-max-width{
    width: 100%;
    max-width:100%;
}
.site-logo {
    display: inline-block;
    margin: 0;
}
.site-footer > .site-info {
    font-family: inherit;
}
.no-widgets .site-footer{
    margin-top: 0;
}
.primary-navigation a{
    font-family: 'Poppins', sans-serif;    
}
.site-header, .site-main, .widget-area, .site-footer {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.elementor-7 .elementor-element.elementor-element-5ba7895 .swiper-slide-inner {
    text-align: center;
    width: 100%;
    display: inline-block;
}
#content {
    width: 100%;
    display: inline-block;
}
.top-search {
    display: inline-block;
    position: relative;
    padding: 0 3em;
}
.header-row {
    padding: 1em 0 0.3em;
}
.top-search .search-form .search-field {
    flex-grow: 0;
    max-width: initial;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    border: 0.063em solid #a4d4c4;
    border-radius: 100px;
    padding: 0.6em 0 0.5em 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    color: #a4d4c4;
}
.top-search input[type=search]:focus, .top-search input[type=submit]:focus{
    outline: none;
}
.top-search .search-submit {
    position: absolute;
    top: 4px;
    right: 4px;
    margin: 0;
    padding: 5px 2em;
    border-radius: 100px;
    background: #61c3a2 !important;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000 !important;
    border: 0 !important;
}
.top-search ::-webkit-input-placeholder {
    color: #a4d4c4;
}
.top-search :-ms-input-placeholder {
    color: #a4d4c4;
} 
.top-search ::placeholder {
    color: #a4d4c4;
}
.top-search .search-submit:hover{
    border: 0;
    color: #fff !important;
}
.top-search .search-form {
    max-width: 100%;
    width: 550px;
    position: relative;
}
.top-row {
    width: 100%;
    display: inline-block;
    background: #eeeeee;
    padding: 0.2em 0 0.4em 0;
}
ul.top-navigation-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
}
ul.top-navigation-wrapper li {
    display: inline-block;
    padding: 0 0.2em;
    line-height: 1;
}
ul.top-navigation-wrapper li a {
    text-decoration: none;
    color: #5d5d5d;
    font-size: 0.9em;
}
ul.top-navigation-wrapper li a:hover {
    color: #61c3a2;
}
.cart-icon {
    display: inline-block;
}
.top-nav {
    display: inline-block;
}
.top-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phone-email {
    width: auto;
    float: right;
    line-height: 1.2;
}
.phone-email .phone{
    font-size: 1.875em;
    font-weight: 700;
    color: #181717;
    text-decoration: none;
}
.phone-email .email{
    font-size: 1em;
    font-weight: 500;
    color: #181717;
    text-decoration: none;
}
.phone-email .phone:hover, .phone-email .email:hover{
    color: #61c3a2;
}
.navigation_menu {
    background: #a09081;
    padding: 0 1em;
    margin-top: 1.5em;
}


/*30-09-2022 - Vishal*/

p.header-number {
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    margin-bottom: -8px !important;
}
p.header-number a {
    color: #000000;
}
.number-size {
    font-size: 15px;
}
.number-size a {
    color: #000000;
}
.elementor-325 .elementor-element.elementor-element-37f959c .elementor-nav-menu--main .elementor-item {
    padding: 0px !important;
    margin: 13px 20.8px !important;
}
.elementor-nav-menu--dropdown a {
    color: #000000 !important;
    font-size: 15px;
    background-color: #f5f5f5;
}
.elementor-nav-menu--dropdown a:hover {
    color: #ffffff !important;
    background-color: #000000;
}
.elementor-nav-menu--main .elementor-item:last-child {
    margin-right: 0 !important;
}
.header-3-lines .color-change {
    color: #9f8f81;
    display: inline-block;
}
.footer-menu .elementor-nav-menu {
    display: block !important;
}
.footer-menu .fa-angle-right:before {
    padding-right: 6px;
}
.footer-menu .elementor-icon-list-item{
	align-items: baseline !important;
}
span.elementor-icon-list-icon {
    margin-top: 4px;
}
.footer-menu .fas {
    color: #9f8f81;
}
.swiper-slide-inner span {
    font-weight: 300;
    font-size: 30px !important;
}
.swiper-slide-inner .big-font {
    font-size: 60px !important;
    font-weight: 700;
}
.swiper-slide-inner .elementor-slide-heading{
	margin-bottom: 2px !important;
}
.swiper-slide-inner {
    max-width: 1170px;
    padding: 50px 0 !important;
}
.swiper-slide-inner a:hover {
    background-color: #000000 !important;
}
.banner-bottom-part img {
    height: 116px !important;
    width: auto;
}
.liquid-wc-product-search input[type="search"] {
    padding: 0.5em 1.5em !important;
}
.elementor-button.elementor-size-md {
    font-size: 18px !important;
    padding: 12px 25px !important;
}

/*Slider*/

.slider_owl {
    display: inline-block;
}
.slider_owl h2 {
    font-size: 2.250em;
    position: relative;
    padding: 0 0 0.71em 0;
    margin-bottom: 0.5em;
}
.slider_owl h2::before {
    position: absolute;
    width: 6%;
    height: 4px;
    left: 50%;
    bottom: 0;
    content: '';
    background: #61c3a2;
    transform: translateX(-50%);
}
.slider_owl h2 span{
    font-size: 0.833em;
    font-weight: 400;
    width: 100%;
    display: inline-block;
}
.product_box {
    width: 100%;
    display: inline-block;
    background: #f6f6f6;
    text-align: center;
    padding: 1.5em 1em;
    height: 363px;
}
.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    mix-blend-mode: multiply;
}
.product_box h4 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    color: #181717;
}
.product_box h6 {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
    color: #8f8071;
}
.buynow_button{
    background: #8f8071;
    padding: 0.6em 1em;
    border-radius: 100px;
    font-size: 0.975em;
    color: #fff;
    font-weight: 400;
    margin-top: 0.5em;
    display: inline-block;
    line-height: 1;
}
.buynow_button:hover{
    background: #000000;
    color: #ffffff;
}
.owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 2em;
    background: #8f8071;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 0.3em;
    -webkit-transition: all 0.5s ease-out;
	-moz-transition   : all 0.5s ease-out;
	-o-transition     : all 0.5s ease-out;
	transition        : all 0.5s ease-out;
}
.owl-nav .owl-prev span:hover, .owl-nav .owl-next span:hover {
    background: #181717;
    -webkit-transition: all 0.5s ease-out;
	-moz-transition   : all 0.5s ease-out;
	-o-transition     : all 0.5s ease-out;
	transition        : all 0.5s ease-out;
}
.owl-nav button:focus{
    outline-offset: 0;
    outline: 0;
}
.product_slider {
    margin-top: 1.5em;
}
.product-listing h3{
    font-size: 0.9em !important;
    font-weight: 600 !important;
    line-height: 1.4;
    color: #000000;
    padding: 1em 1em 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-listing .price {
    font-size: 0.9em !important;
    font-weight: 600;
    line-height: 1;
    padding: 1em 0;
}
.product-listing .elementor-button-icon{
	display: none;
}
.product-listing .add_to_cart_button{
    background: #8f8071;
    padding: 0.6em 1em;
    font-size: 0.975em;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    margin-bottom: 1em;
}
.product-listing .add_to_cart_button:hover {
    background: #000000 !important;
    color: #ffffff !important;
}
.woocommerce div.product {
    padding: 0 !important;
}
.woocommerce a.added_to_cart {
    padding-top: 0 !important;
}
.search-results .elementor-widget-image img {
    mix-blend-mode: multiply;
}
.woocommerce-cart .woocommerce{
	max-width: 1170px;
	margin: auto;
}
.woocommerce-checkout .woocommerce{
	max-width: 1170px;
	margin: auto;
}
.type-product {
    max-width: 1170px;
    margin: auto;
}
.elementor-menu-cart__product-remove{
	right: 10px !important;
}
.lqd-woo-steps {
    border: 1px solid #8f8071;
    margin-top: 2em;
    margin-bottom: 0 !important;
}
#yith-quick-view-modal div.product form.variations_form .single_add_to_cart_button:hover, .lqd-woo-steps-item.is-active .lqd-woo-steps-number {
    background-color: #9f8f81 !important;
}
.woocommerce .woo-checkout-btn a.button, .woocommerce .woo-checkout-btn a.button.alt {
    padding: 1em !important;
}
.woocommerce .cart_totals table.shop_table td {
    background-color: #f8f8f8 !important;
    text-align: end;
}
.woocommerce .cart_totals .woo-checkout-btn a.button.alt {
    font-size: 0.9em !important;
}
th.product-quantity, td.product-quantity {
    text-align: center;
}
.woocommerce-form-coupon-toggle {
    padding-top: 1.5em;
}
.woocommerce .ld-sp figure {
    text-align: center;
}
.ld-sp-info {
    text-align: center;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px 0 !important;
}
h2.elementor-heading-title.elementor-size-default {
    padding-top: 30px;
}
.footer-menu h2.elementor-heading-title.elementor-size-default {
    padding-top: 0px;
}
.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
    left: 2% !important;
    height: 500px;
    max-height: 500px;
    overflow: auto;
}
.middle-content p {
    font-size: 16px;
    color: #666666;
}
.middle-content h3 {
    font-size: 28px;
    color: #000000;
    font-weight: 600;
}
.elementor-testimonial-wrapper {
    padding: 0 40px 20px;
    border-bottom: 1px solid;
}
.elementor-testimonial-content {
    font-size: 16px !important;
    text-shadow: none !important;
    padding-top: 20px;
}
.contact-details .elementor-icon {
    background-color: #9f8f81;
    padding: 20px;
    border-radius: 100px;
}
.contact-details h3.elementor-icon-box-title {
    display: none;
}
.contact-details a {
    color: #000000;
}
.contact-details a:hover {
    color: #9f8f81;
}

/*contact-form*/
.contact-form p {
    margin-bottom: 0;
}
.contact-form label {
    font-size: 18px;
    color: #444444;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0.3em;
    width: 100%;
}
.contact-form input {
    border: 1px solid #cccccc;
    padding: 0.3em 1em;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}
.contact-form textarea {
    border: 1px solid #cccccc;
    padding: 0.3em 1em;
    width: 100%;
    height: 100px;
    font-family: 'Poppins', sans-serif;
    margin-top: 0.2em;
    resize: none;
}
.contact-form input.wpcf7-submit {
    width: auto;
    padding: 0.4em 1.5em;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background: #9f8f81 !important;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    border-radius: 50px;
}
.contact-form input.wpcf7-submit:hover {
    background: #000000 !important;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 !important;
    text-align: center;
}
.elementor-widget-image img {
    mix-blend-mode: normal;
}
.footer-menu .elementor-widget-image img {
    mix-blend-mode: normal;
}

/*17-10-2022*/
.above-footer-part p {
    padding: 0 22px;
}
.woocommerce-page .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-20f9544 {
    height: 360px;
}
.woocommerce-page .elementor-element.elementor-element-e429738.elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image a {
    width: 150px;
    height: 150px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce-page .elementor-element.elementor-element-e429738.elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image img{
	height: 150px !important;
	object-fit: contain;
    width: auto;
    mix-blend-mode: multiply;
}
.woocommerce-page .elementor-element.elementor-element-8ff71c7 .elementor-button {
    font-size: 0.9em;
}
.woocommerce-page .elementor-element.elementor-element-8ff71c7 .elementor-button:hover {
    background-color: #000000;
}
nav.elementor-pagination {
    padding-top: 40px;
}
a.page-numbers {
    color: #9f8f81;
}
a.page-numbers:hover {
    color: #000000;
}
.page-numbers.prev,.page-numbers.next {
    color: #000000;
}
span.page-numbers.current {
    color: #000000;
}
.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
    z-index: 99 !important;
}
.woocommerce ul.products li.product a img {
    mix-blend-mode: multiply;
    height: 150px;
    width: auto;
    display: inline-block;
    object-fit: contain;
}
.woocommerce ul.products li.product h3 {
    font-size: 1em !important;
    font-weight: 600 !important;
    line-height: 1.4;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.woocommerce ul.products li.product .price {
    color: #9f8f81 !important;
    font-size: 1em !important;
    font-weight: 600;
    line-height: 1;
    padding: 1em 0 0.5em !important;
}
a.customviewaddtocartbutton {
    background-color: #9f8f81;
    border-radius: 50px 50px 50px 50px;
    color: #ffffff;
    padding: 9px 24px;
    font-size: 1rem;
    margin-top: 10px !important;
    display: inline-block;
}
a.customviewaddtocartbutton:hover {
    background-color: #000000;
    color: #ffffff;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce.columns-4 ul.products li.product {
    text-align: center;
    margin-right: 24px !important;
    width: 23% !important;
}
ul.products li {
    background-color: #f5f5f5;
    padding: 20px 10px 10px !important;
    height: 360px;
}
.lqd-woo-single-layout-3 div.product .woocommerce-tabs .woocommerce-Tabs-panel, .lqd-woo-single-layout-3 div.product .woocommerce-tabs ul.wc-tabs {
    text-align: center;
}
.sm-pricing-table .tabs .tab-button.active {
    background-color: #000000 !important;
    border: none !important;
    color: #ffffff !important;
}
.sm-pricing-table .tabs .tab-button {
    background-color: #9f8f81 !important;
    margin: 0 7px 20px !important;
    padding: 5px 24px !important;
    border: none !important;
}
.sm-pricing-table {
    text-align: left;
}
a.add-request-quote-button.button {
    border-radius: 50px 50px 50px 50px !important;
    padding: 9px 24px !important;
    font-weight: 400;
    font-size: 1rem !important;
    box-shadow: none;
}
a.add-request-quote-button.button:hover {
    box-shadow: none !important;
}
ul.social-icon.scheme-dark {
    display: none;
}
.woocommerce div.product .product_meta > span {
    font-size: 16px;
}
.lqd-woo-single-layout-3 div.product .lqd-woo-summary-info {
    margin-bottom: 0 !important;
}
.woocommerce div.product .lqd-woo-summary-after-cart {
    margin: 0 !important;
}
.woocommerce div.product p.price {
    font-weight: 700;
    color: #9f8f81 !important;
}
.woocommerce-cart form#yith-ywraq-mail-form {
    background-color: #f5f5f5;
    padding: 30px 40px 35px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 0;
    margin-left: 4% !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #cccccc;
    padding: 0.5em 1em;
}
.woocommerce form .form-row textarea {
    height: 7em;
}
.woocommerce input.button {
    padding: 0.5em 1.4em 0.7em !important;
    border-radius: 50px 50px 50px 50px !important;
    font-size: 1em !important;
    font-weight: 400;
    margin-top: 20px;
}
.woocommerce input.button:hover {
    background-color: #000000;
    color: #ffffff;
}
.yith-ywraq-mail-form-wrapper h3 {
    font-weight: 400;
    margin: 0;
}
.woocommerce-cart table.cart img{
	width: auto;
    mix-blend-mode: multiply;
    height: auto;
}
.woocommerce div.quantity {
    margin-inline-end: 0 !important;
}
tr.cart_item .product-name a {
    color: #000000;
    font-size: 16px;
}
td.product-thumbnail {
    padding: 20px 10px !important;
}
.woocommerce.ywraq-wrapper {
    margin-top: 50px;
}
.woocommerce table.shop_attributes td p {
    text-align: left;
}
.lqd-woo-single-layout-3 div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > p {
    width: 100% !important;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 0;
}
.elementor-sub-item.elementor-item-active{
	background-color: #f5f5f5 !important;
}
.elementor-sub-item.elementor-item-active:hover{
	background-color: #000000 !important;
}
.woocommerce-product-gallery__wrapper img {
    width: auto !important;
    height: 400px !important;
}
figure.woocommerce-product-gallery__wrapper {
    text-align: -webkit-center;
}
ol.flex-control-nav.flex-control-thumbs img {
    height: 100px !important;
    width: auto !important;
}
.woocommerce div.product div.woocommerce-product-gallery .flex-control-nav {
    height: 100px;
    width: 100px !important;
}
.footer-menu {
    border-bottom: 1px solid #444444;
}

.elementor-nav-menu--main .elementor-nav-menu a {
    padding: 13px 14px 13px 7px !important;
}
.footer-menu .elementor-nav-menu--main .elementor-nav-menu a {
    padding: 7px 14px 13px 7px !important;
}
.elementor-nav-menu--dropdown {
    width: 210px !important;
}
.elementor-nav-menu--dropdown .elementor-item.highlighted{
	background-color: #cccccc !important;
}
.woocommerce div.product div.woocommerce-product-gallery__image .zoomImg {
    min-width: auto !important;
}
.woocommerce div.product .lqd-woo-summary-top {
    display: none !important;
}
