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: #232222;
  }
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: 1320px;
    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: #232222 !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*/

p.header-number {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: -8px !important;
}
p.header-number a {
    color: #232222;
}
.number-size {
    font-size: 15px;
}
.number-size a {
    color: #74a637;
}
.elementor-325 .elementor-element.elementor-element-37f959c .elementor-nav-menu--main .elementor-item {
    padding: 0px !important;
    margin: 13px 11px !important;
}
.elementor-nav-menu--dropdown a {
    color: #fff !important;
    font-size: 15px;
    background-color: #232222;
}
.elementor-nav-menu--dropdown a:hover {
    color: #ffffff !important;
    background: rgba(14,187,255,1);
background: -moz-linear-gradient(left, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,187,255,1)), color-stop(100%, rgba(129,182,65,1)));
background: -webkit-linear-gradient(left, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
background: -o-linear-gradient(left, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
background: -ms-linear-gradient(left, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
background: linear-gradient(to right, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ebbff', endColorstr='#81b641', GradientType=1 );
}
.elementor-sub-item.elementor-item-active {
    background-color: transparent !important;
    background: rgba(14,187,255,1);
    background: -moz-linear-gradient(left, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,187,255,1)), color-stop(100%, rgba(129,182,65,1)));
    background: -webkit-linear-gradient(left, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
    background: -o-linear-gradient(left, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
    background: -ms-linear-gradient(left, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
    background: linear-gradient(to right, rgba(14,187,255,1) 0%, rgba(129,182,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ebbff', endColorstr='#81b641', GradientType=1 );
}
ul.elementor-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-left: 0 !important;
}
.elementor-nav-menu--main .elementor-item:last-child {
    margin-right: 0 !important;
}
.header-3-lines .color-change {
    color: #0079c2;
    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: #0EB9FF;
}
.swiper-slide-inner span {
    font-weight: 300;
    font-size: 30px !important;
    padding-bottom: 10px;
    display: inline-block;
}
.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: 1320px;
    padding: 50px 0 !important;
}
.swiper-slide-inner a:hover {
    background-color: #232222 !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: #0079c2;
}
.buynow_button{
    background: rgba(129,182,65,1);
    background: -moz-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(129,182,65,1)), color-stop(100%, rgba(14,187,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b641', endColorstr='#0ebbff', GradientType=1 );
    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: #232222;
    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: #99999938;
    color: #232222;
    line-height: 28px;
    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;
    color: #fff;
}
.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: #232222;
    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: #232222 !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: 1320px;
	margin: auto;
}
.woocommerce-checkout .woocommerce{
	max-width: 1320px;
	margin: auto;
}
.type-product {
    max-width: 1320px;
    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: 6px 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: #232222;
    font-weight: 600;
}
.elementor-testimonial-wrapper {
    padding: 0 40px 20px;
    border-bottom: 0;
    background: #f6f6f6;
}
.elementor-testimonial-wrapper  h3{
  margin-top: 0;
}
.testimonials_main img{
    width: 100% !important;
}
.testimonials_main h3{
    font-size: 24px;
    font-weight: 600;
}

.elementor-testimonial-content {
    font-size: 16px !important;
    text-shadow: none !important;
    padding-top: 20px;
}
.contact-details .elementor-icon {
    background: rgba(129,182,65,1);
    background: -moz-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(129,182,65,1)), color-stop(100%, rgba(14,187,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b641', endColorstr='#0ebbff', GradientType=1 );
    padding: 20px;
    border-radius: 100px;
}
.contact-details h3.elementor-icon-box-title {
    display: none;
}
.contact-details a {
    color: #232222;
}
.contact-details a:hover {
    color: #0079c2;
}

/*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: rgba(129,182,65,1);
    background: -moz-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(129,182,65,1)), color-stop(100%, rgba(14,187,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b641', endColorstr='#0ebbff', GradientType=1 );
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    border-radius: 50px;
}
.contact-form input.wpcf7-submit:hover {
    background: #232222 !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: #232222;
}
nav.elementor-pagination {
    padding-top: 40px;
}
a.page-numbers {
    color: #0079c2;
}
a.page-numbers:hover {
    color: #232222;
}
.page-numbers.prev,.page-numbers.next {
    color: #232222;
}
span.page-numbers.current {
    color: #232222;
}
.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: #232222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.woocommerce ul.products li.product .price {
    color: #0079c2 !important;
    font-size: 1em !important;
    font-weight: 600;
    line-height: 1;
    padding: 1em 0 0.5em !important;
}
a.customviewaddtocartbutton {
    background: rgba(129,182,65,1);
    background: -moz-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(129,182,65,1)), color-stop(100%, rgba(14,187,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b641', endColorstr='#0ebbff', GradientType=1 );
    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;
}
a.customviewaddtocartbutton:hover {
    background: #232222;
    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: #232222 !important;
    border: none !important;
    color: #ffffff !important;
}
.sm-pricing-table .tabs .tab-button {
    background: #232222 !important;
    margin: 0 6px 25px !important;
    padding: 5px 20px !important;
    border: none !important;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
}

.sm-pricing-table .tabs .tab-button:hover{
    background: #74a637 !important;
    color: #ffffff;
}
.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;
    padding-top: 0px;
    padding-bottom: 20px;
}
.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: #057cc4 !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;
    background: rgba(129,182,65,1);
    background: -moz-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(129,182,65,1)), color-stop(100%, rgba(14,187,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b641', endColorstr='#0ebbff', GradientType=1 );
}
.woocommerce input.button:hover {
    background: #241e1e !important;
    color: #ffffff;
}
.woocommerce .add-request-quote-button.button {
    padding: 0.5em 1.4em 0.7em !important;
    border-radius: 50px 50px 50px 50px !important;
    font-size: 1em !important;
    font-weight: 400;
    margin-bottom: 20px;
    background: rgba(129,182,65,1);
    background: -moz-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(129,182,65,1)), color-stop(100%, rgba(14,187,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    background: linear-gradient(45deg, rgba(129,182,65,1) 0%, rgba(14,187,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b641', endColorstr='#0ebbff', GradientType=1 );
}
.woocommerce .add-request-quote-button.button:hover{
    background: #241e1e !important;
    color: #ffffff;
}
.yith-ywraq-mail-form-wrapper h3 {
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    font-size: 1.6em;
}
.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: #232222;
    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: #232222 !important;
}
.woocommerce-product-gallery__wrapper img {
    width: auto !important;
/*     height: 400px !important; */
}
figure.woocommerce-product-gallery__wrapper {
    text-align: -webkit-center;
/* 	display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center; */
}
.woocommerce div.product div.woocommerce-product-gallery {
    display: flex;
    flex-wrap: wrap;
    float: none !important;
    width: 100% !important;
}
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: 230px !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;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #0079c2 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
    color: #0079c2 !important;
}
.b_slider{
    overflow: hidden;
}

.team_main_section .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px !important;
}
.ld-shop-topbar .container{
    width: 1320px;
}
.main_nav nav ul li:first-child {
    /* background: #232222; */
    padding: 0 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.main_nav nav ul li{
    font-weight: 400;
    letter-spacing: 0;
}
.main_nav nav ul li a{
    color: #fff !important;
}
.main_nav nav ul li a:hover {
    color: #fff !important;
}
.main_nav nav ul li a:focus {
    color: #fff !important;
}
.main_nav nav ul li .sub-menu li:first-child {
    background: #fff;
    padding: 0px;
    font-weight: 400;
    letter-spacing: 0px;
}
.main_nav nav ul li .sub-menu li a {
    display: flex;
    justify-content: space-between;
}
.main_nav nav ul li ul{
    width: 244px !important;
}

.elementor-nav-menu--main .elementor-nav-menu .elementor-nav-menu--dropdown a {
    padding: 8px 14px 8px 8px !important;
    border-bottom: 1px solid #eeeeee2c;
    border-left: 0 !important;
}
.elementor-nav-menu--dropdown {
    height: auto;
    overflow-y: auto;
    max-height: 550px;
}
.main_nav nav ul li:first-child ul{
    height: auto;
    overflow-y: initial;
}
.main_nav nav ul li:first-child .elementor-nav-menu--dropdown li a{
    padding: 8px 14px 8px 8px !important;
}

.elementor-nav-menu--dropdown::-webkit-scrollbar {
    background: transparent;
    width: 9px;
}
.elementor-nav-menu--dropdown::-webkit-scrollbar-thumb {
    background: #82B641;
}
.elementor-7 .elementor-element.elementor-element-e639cbe .elementor-main-swiper {
    height: 160px !important;
}
.brand_slider .swiper-pagination-bullets {
    margin-top: 20px;
    position: relative;
}
.black_title{
    color: #232222 !important;
}

.sm-pricing-table .containers .tab-container table th, .sm-pricing-table .containers .tab-container table td {
    background-color: #FFFFFF;
    border: solid 1px #b7b7b7 !important;
    color: #000000 !important;
}table thead th {
    padding-top: .5em !important;
    padding-bottom: .5em !important;
    font-size: 1.3em !important;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.sm-pricing-table .containers .tab-container table td {
    letter-spacing: 0 !important;
    font-size: 13px;
    color: #838383 !important;
    font-weight: 500 !important;
    letter-spacing: 0em !important;
}
.ex-vat {
    color: #464646;
    font-size: 13px;
}
.sm-pricing-table .containers .tab-container table {
    margin-top: 20px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
#yith-ywraq-form table thead th {
    font-size: 0.9em !important;
}

.send-enquiry-box .enquiry-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.send-enquiry-box .enquiry-form .input-box{
    width: 50%;
    padding: 0 15px;
}
.send-enquiry-box .enquiry-form .input-box label , .send-enquiry-box .enquiry-form .message-box label{
    font-size: 0.9em;
    color: #444444;
    font-weight: 500;
    margin-bottom: 0.3em;
    width: 100%;

}
.send-enquiry-box .enquiry-form .input-box label input, .send-enquiry-box .enquiry-form .input-box .ui-selectmenu-button , .send-enquiry-box .enquiry-form .message-box textarea{
    border: 1px solid #cccccc;
    padding: 0.5em 1em;
    width: 100%;
    margin-top: 0.2em;
    border-radius: 0.7em;
    font-size: 1em;
}
.send-enquiry-box .enquiry-form .input-box .ui-selectmenu-button{
    padding: 0.55em 1em;
    background: #ffffff;
}
.send-enquiry-box .enquiry-form .check-box , .send-enquiry-box .enquiry-form .message-box {
    width: 100%;
}
.send-enquiry-box .enquiry-form .art-work{
    width: 100%;
    display: flex;
}
.send-enquiry-box .enquiry-form .message-box{
    padding: 0 15px;
}
.send-enquiry-box .enquiry-form .message-box textarea{
    resize: none;
    height: 150px;
}
.send-enquiry-box .enquiry-form .submit-btn input {
    background: #66b785;
    border: none;
    padding: 0.5em 2.5em 0.4em 2.5em;
    border-radius: 25em;
    font-size: 1em;
    color: #ffffff;
    font-size: 1.1em;
    margin-top: 0em;
    outline: none;
    font-weight: 500;
}
.send-enquiry-box .enquiry-form  .submit-btn input:hover{
    background: #39b8d6;
}
.send-enquiry-box .enquiry-form .submit-btn{
    padding: 0 15px;
}
.send-enquiry-box .enquiry-form .input-box .ui-selectmenu-menu.ui-front.ui-selectmenu-open{
    left: 0% !important;
    height:auto;
    max-height:auto;
    overflow:unset;
}
.send-enquiry-box .enquiry-form .input-box .ui-menu .ui-menu-item {
    list-style-image: none !important;
}
.btn-enq .elementor-button-wrapper{
    text-align: center;
}
.btn-enq a {
    background: #39b8d6;
    border: none;
    padding: 0.85em 1.5em;
    border-radius: 25em;
    font-size: 1em;
    color: #ffffff;
    font-size: 1.2em;
    margin-top: 0.8em;
    outline: none;
}
.btn-enq a:hover{
    background: #6597FF;
}

.top-bar-nav{
    background-color: #fff;
    padding: 0px 0;
}
.top-bar-nav .elementor-nav-menu--main .elementor-nav-menu a{
    color: #4d4d4d !important;
    padding: 5px !important;
    font-size: 0.8em !important;
    font-weight: normal;
    line-height: 1;
}
.top-bar-nav .e--pointer-underline .elementor-item:after{
    display: none;
}
.top-bar-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child){
    margin-left: 6px;
    padding-left: 10px;
    position: relative;
}
.top-bar-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)::before{
    content: '|';
    position: absolute;
    left: 0;
    top: -2px;
}
.last_option_menu ul {
    overflow-y: visible;
}
.last_option_menu ul ul{
    margin-left: -240px !important;
}

.categoris_box img{
    mix-blend-mode: multiply;
}
.social_icon{
    width: 100%;
    display: inline-block;
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.social_icon li{
    display: inline-block;
    padding-right: 5px;
}
.social_icon li img{
    width: 40px;
}
.metaslider .flex-control-nav {
    bottom: 15px !important;
}
.flex-control-paging li a {
    width: 60px !important;
    height: 1px !important;
}
.metaslider .flex-control-nav li a {
    margin: 0 6px;
    padding: 0;
    pointer-events: none;
}
.flex-control-paging li a.flex-active {
    background: rgb(22 184 249) !important;
}
.metaslider .flexslider {
    margin: 0 0 0px !important;
}

.term_conditions h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}
.term_conditions ol.list {
    margin: 0;
    padding: 0;
    list-style-type: lower-alpha;
}
.term_conditions .list li{
    width: 100%;
    padding: 10px 0 10px 18px;
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    background: url(../images/down.png)no-repeat left 12px;
}
.term_conditions p{
    width: 100%;
    padding: 0;
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
}

.term_conditions ol.sub_list {
    margin: 0;
    padding: 0;
    list-style-type: decimal;
}
.term_conditions .sub_list li{
    width: 100%;
    padding: 10px 0 10px 18px;
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    background: url(../images/down.png)no-repeat left 12px;
}


.category_home_main{
    width: 100%;
    display: inline-block;
}
.category_home_main .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

ul.category_home {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0 0em;
    list-style-type: none;
    justify-content: space-between;
}
.category_home li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #e2e2e2;
    width: 12.5%;
    padding: 3em 0em;
}
.category_home li:last-child{
    border-right: 0;
}
.category_home li a{
    width: 100%;
    display: inline-block;
}
.category_home li a img{
    mix-blend-mode: multiply;
}
.category_home li a:focus {
    outline: 0;
    outline-offset: 0;
}
.category_home li a h3 {
    font-size: 20px;
}
.category_home li a:hover h3 {
    color: #82B641;
}

.gift_secondline .elementor-nav-menu--dropdown {
    height: auto !important;
    overflow-y: auto !important;
    max-height: 450px;
}

.awards_thardline .elementor-nav-menu--dropdown{
    height: auto !important;
    overflow-y: visible !important;
    max-height: initial;
}
.above-footer-part .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 6px 15px !important;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}
.metaslider .flexslider .flex-control-nav a:focus {
    outline: none;
    outline-offset: 0;
}

ul.offer_list {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    padding: 0 0 0px 0;
    margin: 0 0 20px 0;
}
ul.offer_list li{
    width: 100%;
    display: inline-block;
    padding: 0 0 0 15px;
    margin: 5px 0;
    background: url(../images/left_arrow.png) no-repeat left 7px;
    font-size: 17px;
    color: #666666;
}
.mail_link{
    color: #33b6d7;
}
.mail_link:hover{
    color: #666666;
}
.term-description p{
    font-size: 17px;
    color: #666666;
    line-height: 26px;
}
#read-button{
    color: #0079c2;
    cursor: pointer;
}
#read-button:hover{
    color: #666666;
}
.promotional_menu .elementor-nav-menu--dropdown {
    overflow-y: visible;
}
.liquid-wc-product-search-results {
    z-index: 9999 !important;
}
.woocommerce-product-gallery__image{
    height: 480px;
    display: flex !important;
}
.woocommerce a.added_to_cart, .woocommerce div.product div.woocommerce-product-gallery__image > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}