/*
Theme Name: Hello Theme Child Master
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1754383118
Updated: 2025-08-05 08:38:38

*/


.red_button a,
.single_add_to_cart_button {
	min-width: 220px;
    min-height: 60px;
    padding: 8px 80px 8px 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #C50000;
	position: relative;
}

.red_button a:before,
.single_add_to_cart_button:before {
	width: 46px;
	height: 46px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	background: url('https://label-it.technoexponent.net/wp-content/uploads/2025/08/Frame-1707488193.svg')
}

.single_add_to_cart_button {
	width: 100%;
	margin: 0;
}

.home_banner_slider .elementor-widget-htslider-slider-addons,
.inner_banner {
	background: #DDDDDD;
	position: relative;
}

.home_banner_slider .home_banner_slider_right,
.inner_banner .inner_banner_right {
	position: relative;
}

.home_banner_slider .home_banner_slider_right:before,
.inner_banner .inner_banner_right:before {
	width: 600px;
    height: 600px;
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    background: #fff;
    filter: blur(94px);
    border-radius: 50%;
	z-index: -1;
}

.home_banner_slider .home_banner_slider_left {
	position: relative;
}

.home_banner_slider .home_banner_slider_left:before {
	width: 0;
    height: 0;
	content: "";
    border-top: 0px solid transparent;
    border-left: 50px solid #C50000;
    border-bottom: 50px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}

body .home_banner_slider .htslider-slider .slick-dots {
	left: 25px;
    bottom: 70px;
	transform: translateX(0%);
}

body .home_banner_slider .htslider-slider .slick-dots li {
	width: 34px;
	height: 4px;
	margin: 0 10px;
}

body .home_banner_slider .htslider-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	background-color: #1C1C1C !important;
	border-radius: 0;
	border: none;
}

body .home_banner_slider .htslider-slider .slick-dots li.slick-active button {
	background-color: #C50000 !important;
}


.shop_category_sec .labelit-product-categories-grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box {
	width: calc(20% - 16px);
	background: url('https://label-it.technoexponent.net/wp-content/uploads/2025/08/shape-bg.png') no-repeat;
	background-size: cover;
    background-position: bottom center;
    padding: 0 2px 2px;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box a {
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box a .labelit-category-image {
	width: 100%;
	height: 250px;
	padding: 10px;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box a .labelit-category-image img {
	width: 100%;
	height: 100%;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box a .labelit-category-title {
	width: 100%;
	padding: 20px 65px 20px 15px;
	position: relative;
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	color: #1C1C1C;
	text-transform: uppercase;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box a .labelit-category-title .arrowCta {
	position: absolute;
	width: 38px;
	height: 38px;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box a .labelit-category-title .arrowCta img {
	position: absolute;
	opacity: 0;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box a .labelit-category-title .arrowCta img:nth-child(1) {
	opacity: 1;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box:hover a .labelit-category-title .arrowCta img:nth-child(2) {
	opacity: 1;
}

.shop_category_sec .labelit-product-categories-grid .labelit-category-box:hover a .labelit-category-title .arrowCta img:nth-child(1) {
	opacity: 0;
}





.popular_product_sec ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
	padding: 0 20px;
	margin-bottom: 10px;
}

.popular_product_sec ul.products li.product .woocommerce-loop-product__link .price {
	font-size: 20px;
	font-weight: bold;
	color: #1C1C1C;
	padding: 0 20px;
	margin-bottom: 20px;
}

.popular_product_sec ul.products li.product .add_to_cart_button {
	width: 225px;
    padding: 18px 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1C1C1C;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #FFFFFF;
	position: absolute;
	bottom: 110px;
	left: 0;
	right: 0;
	margin: auto;
	opacity:0;
	visibility: hidden;
}

.popular_product_sec ul.products li.product:hover {
	border-color: #C50000 !important;
}

.popular_product_sec ul.products li.product:hover .add_to_cart_button {
	visibility: visible;
	opacity: 1;
}

.testimonial_sec .elementor-swiper-button {
	width: 44px;
	height: 44px;
	background: #1C1C1C;
	display: flex !important;
    align-items: center;
    justify-content: center;
	left: -43px !important;
	color: #fff;
}

.testimonial_sec .elementor-swiper-button.elementor-swiper-button-next {
	left: auto !important;
	right: -43px !important;
}


.shop_by .widget h5 {
	font-size: 22px;
	font-weight: 700;
	color: #1B232B;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #AFAFAF;
}

.shop_by .widget .woof_container {
	margin-bottom: 20px;
}

.shop_by .widget .woof_container h4 {
	font-size: 16px;
	font-weight: 500;
	color: #1C1C1C;
	margin-bottom: 10px;
}

.shop_by .widget .woof_container .chosen-container {
	width: 100% !important;
	height: 50px;
	background: #fff;
	border: solid 1px #D4D4D4;
	border-radius: 0;
}

.shop_by .widget .woof_container .chosen-container .chosen-single {
	width: 100% !important;
	height: 100% !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}



.contact_box h3 {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 20px;
}

.contact_box h3:after {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #EAEAEA;
}


.before_login .elementor-field-group {
	margin-bottom: 24px;
}

.before_login .elementor-field-group .elementor-field-label,
.before_login label {
	font-size: 18px;
	font-weight: 500;
	color: #1C1C1C;
	margin-bottom: 10px;
	padding: 0 !important;
}

.before_login .password-field {
	margin-bottom: 0;
}

.before_login .lost_password a {
	font-size: 14px;
	font-weight: 700;
	color: #C50000;
}

.before_login .elementor-field-group .elementor-field,
.before_login .input-text {
	width: 100%;
	height: 50px;
	border: solid 1px #D3D3D3;
	padding: 10px 15px;
	font-size: 17px;
	font-weight: 500;
	color: #1C1C1C;
	border-radius: 0;
}

.before_login .elementor-field-group .elementor-field:placeholder,
.before_login .input-text:placeholder {
	font-size: 17px;
	font-weight: 500;
	color: #A3A3A3;
}

.before_login .elementor-field-group textarea.elementor-field {
	height: 140px;
	resize: none;
}

.before_login .elementor-field-group .elementor-field:focus,
.before_login .input-text:focus {
	outline: none;
	box-shadow: none;
}

.before_login .elementor-field-group .elementor-button,
.before_login .button,
.create_account_button a {
	width: 100%;
	height: 55px;
	background: #C50000;
	padding: 10px 8px;
	border-radius: 0;
	position: relative;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.before_login .elementor-field-group .elementor-button:after,
.before_login .button:after,
.create_account_button:after,
.create_account_button:hover:after{
	width: 40px;
	height: 38px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	background: url('https://label-it.technoexponent.net/wp-content/uploads/2025/08/Frame-1707488193.svg') no-repeat;
	background-size: contain;
}

.before_login .elementor-field-group .elementor-button:hover,
.before_login .button:hover {
	background: #1C1C1C;
}

.before_login .elementor-field-group .elementor-button:hover:after,
.before_login .button:hover:after,
.create_account_button:after {
	background: url('https://label-it.technoexponent.net/wp-content/uploads/2025/09/red-arrow.png') no-repeat;
	background-size: contain;
}


.create_account_button a {
	background: #1C1C1C;
	display: flex;
	align-items: center;
	justify-content: center;
}


.register_box {
	max-width: 800px;
	margin: auto;
}



.faq_sec .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
	padding: 20px;	
}

.faq_sec .elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title {
	background: #1C1C1C !important;
	border: none !important;
}

.faq_sec .elementor-widget-n-accordion .e-n-accordion-item .elementor-widget-text-editor .elementor-widget-container {
	padding: 0 20px !important;
}


.password-toggle {
	position: relative;
}
.password-toggle input {
	padding-right: 40px;
}
.password-toggle .toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 16px;
	color: #888;
}
.password-toggle .toggle-password.active {
	color: #000;
}

.woof_submit_search_form {
	background: #C50000 !important;
	padding: 15px 40px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #fff !important;
}


.all_blog .elementor-grid-item .elementor-post__thumbnail__link {
	margin-bottom: 0 !important;
}

.all_blog .elementor-grid-item .elementor-post__text {
	padding: 25px;
	display: flex;
	gap: 10px;
}

.all_blog .elementor-grid-item .elementor-post__text .elementor-post__meta-data {
	order: 1;
	margin-bottom: 0;

}

.all_blog .elementor-grid-item .elementor-post__text .elementor-post__title {
	order: 2;
}

.all_blog .elementor-grid-item .elementor-post__text .elementor-post__excerpt {
	order: 3;
}

.all_blog .elementor-grid-item .elementor-post__text .elementor-post__read-more {
	order: 4;
	width: 100%;
	padding-top: 20px;
	position: relative;
}

.all_blog .elementor-grid-item .elementor-post__text .elementor-post__read-more:after {
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: url('https://label-it.technoexponent.net/wp-content/uploads/2025/09/red-arrow-1.png') no-repeat;
}

.cart {
	
}

.cart .qib-button-wrapper {
	margin: 0;
}

.cart .qib-button-wrapper .qib-button {
	height: 60px;
    width: 60px;
    margin: 0 !important;
    background: #F8F8F8 !important;
    padding: 5px !important;
    color: #939393 !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    border: solid 1px #DEDEDE !important;
}

.cart .qib-button-wrapper .qib-button .minus {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.cart .qib-button-wrapper .qib-button .plus {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.cart .qib-button-wrapper .quantity {
	width: 80px;
    height: 60px !important;
}

.cart .qib-button-wrapper .quantity input {
	width: 100%;
    height: 100% !important;
	max-height: 100% !important;
    border: solid 1px #DEDEDE !important;
    border-left: none !important;
    border-right: none !important;
    font-size: 18px !important;
    font-weight: 600;
    color: #1C1C1C;
}

.cart .qib-button-wrapper .quantity input:focus {
	outline: none;
	box-shadow: none;
}

.product_details_left_image .slick-slider {
	padding: 0 30px !important
}

.product_details_left_image .slick-list .slick-track {
	display: flex;
	gap: 10px;
}

.product_details_left_image .slick-list .slick-track li.slick-slide {
	width: 100px !important;
	height: 100px !important;
	padding: 0 !important;
}

.product_details_left_image .slick-list .slick-track li.slick-slide img {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	border: solid 1px #DADADA;
	padding: 0;
	border: none;
}

.product_details_left_image .slick-list .slick-track li.slick-slide img.flex-active {
	border-color: #C50000;
}

.product_details_left_image .slick-arrow {
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	background: url('https://label-it.technoexponent.net/wp-content/uploads/2025/09/next.png') no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}

.product_details_left_image .slick-arrow.slick-prev {
	transform: rotate(-180deg);
	right: auto;
	left: 0;
}


.product_details_table .tabs {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 35px;
}

.product_details_table .tabs li a {
	padding: 0 0 15px !important;
	position: relative;
}

.product_details_table .tabs li a:before {
	width: 100%;
	height: 4px;
	content: "" !important;
	position: absolute !important;
	left: 0;
	bottom: 0;
	background: #C50000;
	border-radius: 30px 30px 0 0;
	opacity: 0;
	visibility: hidden;
}

.product_details_table .tabs li.active a:before {
	opacity: 1;
	visibility: visible;
}

.product_details_table h2 {
	font-size: 24px;
	font-weight: 700;
	color: #1C1C1C;
}

.product_details_table table tr th,
.product_details_table table tr td {
	padding: 10px 15px !important;
	text-align: left;
	color: #1C1C1C;
	vertical-align: middle;
}

.product_details_table table tr td p {
	margin: 0;
	padding: 0 !important;
	font-style: normal;
}

.product_details_table table tr td a {
	color: #C50000;
	font-weight: 600;
}

.product_details_table .comment-form label {
	font-size: 16px;
	font-weight: 600;
	color: #1C1C1C;
}

.product_details_table .comment-form label .required {
	color: #C50000;
}

.product_details_table .comment-form a {
	color: #C50000 !important;
	margin-top: 10px;
}

.product_details_table .comment-form textarea {
	height: 150px !important;
	resize: none !important;
	outline: none;
	box-shadow: none;
}

.product_details_table .comment-form .form-submit .submit {
	background: #C50000 !important;
    color: #fff !important;
    padding: 15px 35px !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}



.woocommerce-message {
	border-top-color: #C50000 !important;
}

.woocommerce-message::before {
	color: #C50000 !important;
}

.woocommerce-message a {
	background: #C50000 !important;
	padding: 10px 15px !important;
	font-size: 14px !important;
	font-weight: 500;
	color: #fff !important;
	border-radius: 0 !important;
}


.cart_page .e-cart__container {
	grid-template-columns: 70% auto !important;
}

.cart_page .e-cart__column-start {
	padding: 20px;
    border: solid 1px #DEDEDE;
}

.cart_page .e-cart-section {
	padding: 0 !important;
}

.cart_page .e-cart-section table {
	border: solid 1px #E7E7E7;
}

.cart_page .e-cart-section table tr th  {
	padding: 10px 15px !important;
	background: #FFFAFA !important;
	border-bottom: solid 1px #E7E7E7;
}

.cart_page .e-cart-section table tr td  {
	padding: 10px 15px !important;
	background: #fff !important;
	border-bottom: solid 1px #EBEBEB;
}

.cart_page .coupon {
	border: none !important;
}

.cart_page .e-cart__column-start .coupon-col .coupon-col-start input {
	width: 100%;
	height: 50px;
	border: solid 1px #D3D3D3;
	background: #fff;
	border-radius: 0;
}

.cart_page .e-cart__column-start .coupon-col .coupon-col-end button {
	width: 100%;
	height: 50px;
}

.cart_page .cart_totals {
	background: #f9f9f9 !important;
}

.cart_page .cart_totals h2 {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #1B232B !important;
	text-transform: uppercase;
	padding: 20px 20px !important;
	margin: 0 !important;
}

.cart_page .cart_totals table tr td {
	padding: 20px 20px !important;
	font-size: 17px;
	font-weight: 600;
	color: #1C1C1C;
}

.cart_page .cart_totals table tr th,
.cart_page .cart_totals table tr td:before {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #565656 !important;
}

.cart_page .cart_totals table tr.order-total td {
	border-top: solid 1px #DEDEDE !important;
	border-bottom: solid 1px #DEDEDE !important;
}

.cart_page .cart_totals .wc-proceed-to-checkout {
	padding: 20px 20px !important;
}

.cart_page .cart_totals .wc-proceed-to-checkout .checkout-button {
	min-width: 220px;
    min-height: 60px !important;
    padding: 8px 80px 8px 40px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #C50000;
	position: relative;
}

.cart_page .cart_totals .wc-proceed-to-checkout .checkout-button:before {
	width: 46px;
	height: 46px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	background: url('https://label-it.technoexponent.net/wp-content/uploads/2025/08/Frame-1707488193.svg')
}

.checkout_sec .wp-block-woocommerce-checkout-fields-block {
	padding: 30px !important;
	border: solid 1px #DEDEDE !important;
}

.checkout_sec .wp-block-woocommerce-checkout-fields-block h2 {
	font-size: 22px;
	font-weight: 700;
	color: #1C1C1C;
}

.checkout_sec .wp-block-woocommerce-checkout-fields-block a {
	color: #C50000;
	font-weight: 500;
}

.checkout_sec .wp-block-woocommerce-checkout-fields-block input,
.checkout_sec .wp-block-woocommerce-checkout-fields-block select {
	border: solid 1px #D3D3D3 !important;
}

.checkout_sec .wp-block-woocommerce-checkout-fields-block input:placeholder,
.checkout_sec .wp-block-woocommerce-checkout-fields-block select:placeholder {
	font-size: 17px;
	font-weight: 500;
	color: #A3A3A3;
}

.checkout_sec .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__actions_row {
	display: flex;
	flex-wrap: wrap;
}

.checkout_sec .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
	color: #1C1C1C;
}

.checkout_sec .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	min-width: 100%;
    min-height: 60px !important;
    padding: 8px 80px 8px 40px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #C50000;
	position: relative;
	color: #fff;
	border-radius: 0;
	text-transform: uppercase;
	margin-top: 10px;
}

.checkout_sec .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:before {
	width: 46px;
	height: 46px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	background: url('https://label-it.technoexponent.net/wp-content/uploads/2025/08/Frame-1707488193.svg')
}

.checkout_sec .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
	display: none;
}

.checkout_sec .wp-block-woocommerce-checkout-order-summary-block {
	border: solid 1px #DEDEDE;
    border-radius: 0;
    padding: 20px;
}

.checkout_sec .wc-block-components-panel__content form input {
	border: solid 1px #D3D3D3 !important;
	border-radius: 0 !important;
}

.checkout_sec .wc-block-components-panel__content form button {
	background: #C50000 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
}

.checkout_sec .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
	width: 60px !important;
	height: 60px;
	padding: 5px;
	border: solid 1px #E8E8E8;
}

.checkout_sec .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
	max-width: 100%;
	max-height: 100%;
}


.woocommerce-checkout .page-header .entry-title {
	width: 100% !important;
	max-width: 1340px !important;
	margin: 0 auto !important;
	padding: 0 15px;
	color: #1C1C1C;
	text-transform: capitalize;
	display: none;
}


.content_page h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1C1C1C !important;
}



@media screen and (max-width: 1024px) {
	
	.menu_sec {
		order: 3 !important;
	}
	
	.menu_sec .elementor-nav-menu--dropdown {
		width: 300px;
		position: absolute;
		right: 0;
		top: 35px;
		z-index: 9;
	}
	
	.home_banner_slider .home_banner_slider_right:before, 
	.inner_banner .inner_banner_right:before {
		display: none;
	}
	
	.red_button a {
		padding: 8px 70px 8px 30px;
	}
	
	.cart {
		gap: 0;
		flex-wrap: wrap !important;
	}
	
	.cart .single_add_to_cart_button {
		margin: 10px 0 0 !important;
	}
	
	.product_details_table .tabs {
		flex-wrap: wrap !important;
		gap: 15px;
	}
	
	.cart_page .e-cart__container {
		display: flex !important;
		flex-wrap: wrap !important;
	}
	
	.cart_page .e-cart__container .e-cart__column {
		width: 100%;
	}
	
	.cart_page .e-cart-section table tr td.product-quantity {
		width: 100%;
		display: inline-block !important;
	}
	.cart_page .e-cart-section table tr td.product-quantity .qib-button-wrapper {
		float: right !important;
    	margin: 0 0 0 auto !important;
	}
	
	
	.checkout_sec .wc-block-checkout__actions {
		padding: 0 !important;
	}
	
	.checkout_sec .wc-block-checkout__actions .wp-block-woocommerce-checkout-order-summary-block {
		padding: 0 !important;
	}
	
	.checkout_sec .wc-block-components-totals-wrapper .wc-block-components-order-summary {
		padding: 10px 0;
	}
	
	.checkout_sec .wp-block-woocommerce-checkout-fields-block,
	.checkout_sec .wp-block-woocommerce-checkout-order-summary-block {
		padding: 15px;
	}

	.content_page h2 {
		font-size: 24px;
	}
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	.shop_category_sec .labelit-product-categories-grid .labelit-category-box {
		width: calc(33.33% - 15px);
	}
	
	.popular_product_sec ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.popular_product_sec ul.products li.product .add_to_cart_button {
		width: 170px;
    	padding: 15px 20px;
		font-size: 15px;
	}
	
	
	.product_details_table .tabs li a {
		font-size: 18px !important;
	}
	
	.checkout_sec .wp-block-woocommerce-checkout-fields-block {
		width: 60% !important;
	}
	.checkout_sec .wc-block-components-sidebar {
		width: 40% !important;
	}
	
	.checkout_sec .wp-block-woocommerce-checkout-fields-block h2 {
		font-size: 18px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	
	
	.shop_category_sec .labelit-product-categories-grid .labelit-category-box {
		width: 100%;
	}
	
	.testimonial_sec .elementor-swiper-button {
		bottom: -80px;
        top: auto !important;
        left: 0 !important;
        right: 0;
	}

	.testimonial_sec .elementor-swiper-button.elementor-swiper-button-next {
		left: auto !important;
		right: 0 !important;
	}
	
	.shop_category_sec .labelit-product-categories-grid .labelit-category-box a {
		margin-top: -1px;

	}
	
	.popular_product_sec ul.products {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.popular_product_sec ul.products li.product a img {
		height: 300px;
		object-fit: contain;
	}
	
	.product_details_table .tabs li a {
		font-size: 16px !important;
	}
	
	.checkout_sec .wp-block-woocommerce-checkout-fields-block h2 {
		font-size: 16px;
	}
	
	.content_page h2 {
		font-size: 20px;
	}
	
}


