html, body{
		overflow-x: hidden;
	}
.my-account {
    display: none;
}
.logged-in .my-account {
    display: block;
}
.logged-in .login-button {
    display: none;
}
.shop-sidebar p a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.shop-category-item a {
    pointer-events: none;
    cursor: default;
}

.menu-outer a.hfe-menu-item:hover {
    text-decoration: underline !important;
}
form.woocommerce-cart-form .product-name img {
    display: none!important;
}
.order_details ul.wc-item-meta {
    display: none;
}
button#custom-add-to-cart.loading {
    pointer-events: none;
}
.cusom-tabs button[aria-selected="false"] .e-n-tab-title-text {
    font-weight: 400;
}
.cusom-tabs button[aria-selected="true"] .e-n-tab-title-text {
    text-decoration:underline;
}
.page-id-39 .footer_outer {
    padding-top: 250px;
    margin-top: -160px;
}
.page-id-39 .footer_outer {
    border: none !important;
}
.top-header.scrolled {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
    z-index: 999;
    background: rgb(255, 255, 255);
    transition: 0.3s;
}
.top_bar_btn svg {
    width: 29px;
}
.top_bar_btn span {
    align-items: center;
}
.login_btn span {
    align-items: center;
}
.login_btn svg {
    width: 29px;
}
.cart_btn span {
    align-items: center;
}
.cart_btn svg {
    width: 25px;
}
.testimonial-item .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 35px;
}
span.auther_name {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    display: block;
}
.testimonial-item .elementor-testimonial-content img {
    margin-bottom: 12px;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.testimonial-slider .slick-prev { left: -40px; }
.testimonial-slider .slick-next { right: 20px; }
.testimonial-slider .slick-arrow img {
    height: 42px;
    max-width: 42px;
}
.testimonial-slider .testimonial-item {
  margin: 0 10px; 
}
.testimonial-slider .slick-list {
  margin: 0 -10px; 
}
.testimonial-item{
	cursor: pointer;
}
.testimonial-slider li button:before{
	display: none;
}
.testimonial-slider li button, .testimonial-slider li {
    width: 6px !important;
    height: 6px !important;
    background: #CCCCCC;
    border-radius: 50px;
}
.testimonial-slider li.slick-active {
    width: 18px !important;
    height: 6px !important;
    background: #838383;
    border-radius: 8px;
}
.testimonial-slider li.slick-active button {
    width: 18px !important;
    height: 6px !important;
    border-radius: 8px;
}
.testimonial-slider li button:hover {
    background: none !important;
}
.testimonial-slider .slick-dots {
	bottom: -45px;
}
.testimonial-slider li button:focus {
    background: none;
}
/* custom-post-slider */
.shop-category-wrapper h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    margin-bottom: 26px;
}
.shop-category-slider {
display: flex;
gap: 20px;
}
.shop-category-item {
position: relative;
overflow: hidden;
}
.shop-category-item img {
width: 100%;
display: block;
}
.shop-category-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 40px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 4.7), transparent);
}
.shop-category-item img {
    border-left: 1px solid #fff;
	transition: transform 0.3s ease;
}
.shop-category-item img:hover {
    transform: scale(1.05);
}
.shop-category-wrapper button.slick-arrow img {
    width: 42px;
    max-width: 42px;
}
.shop-category-wrapper .slick-prev, .shop-category-wrapper .slick-next {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.shop-category-wrapper .slick-prev { top: -49px;
    left: 90%; }

.shop-category-wrapper .slick-next {top: -49px;
  right: 40px;}
.shop-category-wrapper .slick-prev:after, .shop-category-wrapper .slick-next:after{
		display: none;
}
.shop-category-wrapper .slick-prev:before, .shop-category-wrapper .slick-next:before{
		display: none;
}

/* product slider */
.custom-category-slider {
    margin: 40px 0;
}
.custom-category-slider .slider-item {
    text-align: center;
    padding: 10px;
}
.custom-category-slider .slider-item img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
	background: #000;
}
.custom-category-slider .slider-item img:hover {
    transform: scale(1.05);
}
.product-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 24px 0 10px;
    color: #000000;
}
.product-price {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 300;
}
.testimonial-slider li button:before{
	display: none;
}
.custom-category-slider li button, .custom-category-slider li {
    width: 6px !important;
    height: 6px !important;
    background: #CCCCCC;
    border-radius: 50px;
}
.custom-category-slider li.slick-active {
    width: 18px !important;
    height: 6px !important;
    background: #838383;
    border-radius: 8px;
}
.custom-category-slider li.slick-active button {
    width: 18px !important;
    height: 6px !important;
    border-radius: 8px;
}
.custom-category-slider li button:hover {
    background: none !important;
}
.custom-category-slider .slick-dots {
	bottom: -45px;
}
.custom-category-slider li button:focus {
    background: none;
}
.custom-category-slider li button:before {
		display: none;
}

/* contact form */
.grp_col p {
    display: flex;
    gap: 12px;
	margin-bottom: 25px;
}
.grp_col input, .contact_outer textarea {
    border-color: #000;
    border-radius: 0;
    padding: 12px 22px;
}
.grp_col input::placeholder, .contact_outer textarea::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.contact_outer label {
    width: 100%;
}
.grp_col input:focus-visible, .contact_outer textarea:focus-visible {
    outline: none;
}
.contact_outer textarea {
    height: 222px;
}
.contact_outer input.wpcf7-submit {
    color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    padding: 12px 50px;
    margin-top: 25px;
}
.contact_outer input.wpcf7-submit:hover {
    color: #000;
    background: #fff;
}
.contact_outer span.wpcf7-not-valid-tip {
    font-size: 13px;
    padding: 8px 0;
    font-weight: 700;
}
.contact_outer .wpcf7-response-output {
    border-color: #000 !important;
    text-align: center;
    padding: 10px !important;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.footer_links li span:hover {
    text-decoration: underline;
}
.footer_form input {
    border-color: #000;
    border-radius: 0;
    padding: 12px 17px;
    background: url(/wp-content/uploads/2025/06/envelope.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.footer_form input::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.footer_form input:focus-visible{
	outline: none;
}
.footer_form span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}
.footer_form .wpcf7-response-output {
    margin: 0 !important;
    text-align: center;
    font-size: 14px;
    color: #000;
    border-color: #000 !important;
    padding: 12px 20px !important;
}

/* Shop page */
.post-type-archive-product main#main {
    max-width: 1260px;
    padding: 40px 20px 100px;
}
.post-type-archive-product h2.woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 24px 0 10px !important;
    color: #000000;
    padding: 0 !important;
    text-align: center;
}
.post-type-archive-product span.price {
    text-align: center;
}
.post-type-archive-product span.price span {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 300;
}
.post-type-archive-product li.product img {
    transition: transform 0.3s ease;
}
.post-type-archive-product li.product a.button.add_to_cart_button {
    display: none;
}
.post-type-archive-product li.product img:hover {
    transform: scale(1.05);
}
.post-type-archive-product li.product {
    margin: 0 !important;
	width: 100% !important;
}
.post-type-archive-product ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-gap: 42px 20px;
}
.post-type-archive-product ul.products:before {
display: none;
}
.post-type-archive-product nav.woocommerce-breadcrumb, .post-type-archive-product h1.woocommerce-products-header__title.page-title, .post-type-archive-product p.woocommerce-result-count, .post-type-archive-product form.woocommerce-ordering {
    display: none;
}
.woocommerce-shop .shop-page-wrap {
    display: flex;
    gap: 60px;
}
.woocommerce-shop aside.shop-sidebar {
    width: 30%;
    position: relative;
    z-index: 1;
}
.shop-sidebar h2.wp-block-heading, .shop-sidebar h3.wp-block-heading {
    color: #000;
    font-size: 28px;
    font-weight: 600;
}
.shop-sidebar ul {
    padding: 0;
}
.shop-sidebar ul li {
    list-style: none;
	padding-bottom: 15px;
}
.shop-sidebar ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
	text-decoration: none;
}
.shop-sidebar ul.wc-block-product-filter-checkbox-list__list span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.shop-sidebar button.wp-block-button__link.has-text-align-center.wp-element-button {
    color: #fff;
    font-size: 14px;
    padding: 10px !important;
	    border: 1px solid;
}
.shop-sidebar button.wp-block-button__link.has-text-align-center.wp-element-button:hover{
	background:#fff;
	color: #000;
}


/* single Product */
.single-product {
    padding: 0;
	background: #fff;
}
.single-product .config-panel {
    background: none;
    box-shadow: none;
		padding: 40px 0 0;
}
.single-product .container .preview-panel {
    width: 100%;
    max-width: 65%;
    flex: auto;
	text-align: left !important;
}
.single-product button#custom-add-to-cart {
    color: #fff;
    border-color: #000;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px;
	margin-top: 12px;
}
.single-product button#custom-add-to-cart:hover {
    background: #fff;
    color: #000;
}
.single-product .color-grid {
    grid-template-columns: repeat(10, 1fr);
    gap: 10px 10px;
	margin-top: 10px;
}
.single-product .color-swatch {
    width: 26px;
    height: 24px;
	  margin-top:0;
    border-radius: 3px;
}
.single-product .price {
	font-weight: 400;
	line-height: 40px;
	color: #000;
	border-bottom: 1px solid;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.single-product .price span#price {
    font-weight: 600;
}
.single-product .footer_outer a {
    text-decoration: none;
}
.product_outer {
    display: flex;
    gap: 65px;
    max-width: 1240px;
    margin: auto;
	    padding: 20px 0 70px;
}
.config-panel h1 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}
.product_selectors {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 11px;
	padding-top: 10px;
}
.product_selectors label {
    width: 48%;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.product_selectors label input {
    border-radius: 0;
    background: transparent;
    border-color: #000;
    margin-top: -5px;
    height: 48px;
}
.product_selectors label input::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.product_selectors label input:focus-visible {
    outline: none;
}
.product_selectors select {
	color: #000;
    margin-top: 10px;
    height: 48px;
    border-radius: 0;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 600;
	    background: url(/wp-content/uploads/2025/06/dropdown.svg);
    appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
	border-color: #000;
}
input#customLength {
    margin-top: 10px;
}
.custom-layout .quantity, .woocommerce-cart .quantity {
    border: 1px solid #000;
    padding: 4px;
    margin-top: 10px;
	    display: flex;
    gap: 5px;
    justify-content: space-between;
	    width: 177px;
    height: 48px;
}
.custom-layout .quantity input.qty, .woocommerce-cart .quantity input.qty {
    width: 100%;
    border: none;
    background: transparent;
}
.custom-layout .quantity button, .woocommerce-cart .quantity button {
    background: transparent;
    border-color: #000;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
	    display: flex;
    align-items: center;
    padding: 15px;
}
.custom-layout .quantity button:hover {
    color: #000;
}
.product_selectors select:focus-visible{
	outline: none;
}
.preview-panel h3 {
    text-align: left;
    color: #000;
    font-size: 22px;
}
.preview-panel div#previewImgwrap img {
    height: auto;
	margin: 0;
	    border: 1px solid;
}
.config-panel label {
    color: #000;
}

/* review product */
.review-grid {
    background-color: #FFF9EF;
    padding: 54px 0 82px;
	position: relative;
}
.review-outer {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 1280px;
    padding: 36px 20px 0;
	flex-wrap: wrap;
    margin: auto;
}
.review-card {
  width: 32.2%;
  background-color: #fff;
  border: 1px solid #000;
  padding: 35px;
  box-sizing: border-box;
}
.quote-icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
.review-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #000;
}
.review-author {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.review-grid h3 {
    font-size: 36px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin: 0;
}

/* tabs product */
.tabs-group {
    display: flex;
    gap: 60px;
	    padding: 40px 0 0;
}
.product-image, .product_text {
    width: 50%;
}
.product-tabs {
    display: block;
    max-width: 1240px;
    width: 100%;
    margin: auto;
	padding: 70px 0;
}
.tab-menu {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.tab-menu li {
    padding: 10px 0;
    font-size: 24px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}
.tab-menu li.active {
    font-weight: 600;
    border-bottom: 2px solid #000;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.product_text h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
.product-image img {
    margin: 0;
}
.product_text p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

/* similar_product */
.similar_product {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 56px 0 100px;
}
h2.title_pro {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.single-category-slider .single-slider-item {
	text-align: center;
	padding: 10px;
	height:auto !important;
}
.single-category-slider a {
    text-decoration: none;
}
.single-category-slider .single-slider-item img:hover {
    transform: scale(1.05);
}
.single-category-slider .single-slider-item img {
   transition: transform 0.3s ease;
	background: #000;
}
.single-category-slider li button, .single-category-slider li {
    width: 6px !important;
    height: 6px !important;
    background: #CCCCCC;
    border-radius: 50px;
}
.single-category-slider li.slick-active {
    width: 18px !important;
    height: 6px !important;
    background: #838383;
    border-radius: 8px;
}
.single-category-slider li.slick-active button {
    width: 18px !important;
    height: 6px !important;
    border-radius: 8px;
}
.single-category-slider li button:hover {
    background: none !important;
}
.single-category-slider .slick-dots {
	bottom: -45px;
}
.single-category-slider li button:focus {
    background: none;
}
.single-category-slider li button:before {
		display: none;
}
.single-category-slider button.slick-arrow img {
    width: 42px;
    max-width: 42px;
}
.single-category-slider .slick-prev, .single-category-slider .slick-next {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.single-category-slider .slick-prev { top: -49px;
    left: 90%; }

.single-category-slider .slick-next {top: -49px;
  right: 40px;}
.single-category-slider .slick-prev:after, .single-category-slider .slick-next:after{
		display: none;
}
.single-category-slider .slick-prev:before, .single-category-slider .slick-next:before{
		display: none;
}
p.n_review {
    text-align: center;
    color: #000;
    padding: 20px;
}
.single-product main#main {
    max-width: 100%;
    padding: 0;
}
.default-layout main#main {
    max-width: 1240px;
}
/* .product-template-default main#main {
    max-width: 1240px;
} */
.tesionial-wraper .elementor-testimonial-meta {
    width: 30%;
}
.tesionial-wraper .elementor-testimonial-content {
    width: 100%;
}

.testimonial-text-column {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.6s ease;
  max-height: calc(1.6em * 7);
}
.testimonial-text-column.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
.show-more-btn {
    margin-top: 10px;
    background: none !important;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
button.show-more-btn:hover {
    color: #000;
}
button.show-more-btn:focus {
    color: #000;
	    text-decoration: underline;
}
.testimonial-text {
  display: inline;
}

/* loader */
.single-product button#custom-add-to-cart:focus {
    background: #000;
}
#custom-add-to-cart.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
	opacity: 0.7;
}
#custom-add-to-cart.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 70%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 4px solid #fff;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* cart page */
.page-id-1224 main#content {
    max-width: 1280px;
    padding: 0 20px;
}
.page-id-1224 h1.entry-title {
    font-size: 36px;
    max-width: 100%;
    font-weight: 600;
    color: #000;
}
.page-id-1224 .woocommerce-message {
    border-color: #000;
    background: #FFF9EF;
	    color: #000;
    font-weight: 600;
}
.page-id-1224 .woocommerce-message a.button.wc-forward {
    background: #000;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
}
.page-id-1224 .woocommerce-message:before, .woocommerce-checkout .woocommerce-info:before {
    color: #000;
}
.page-id-1224 .woocommerce-message:focus-visible {
    outline: none;
}
.page-id-1224 .woocommerce table.shop_table {
    border-radius: 0;
/*     border-color: #000; */
}
.page-id-1224 table td, .page-id-1224 table th {
/*     border-color: #000; */
}
.page-id-1224 table tbody>tr:nth-child(odd)>td, .page-id-1224 table tbody>tr:nth-child(odd)>th {
    background-color: #F9F9F9;
}
.page-id-1224 .woocommerce table.shop_table th {
    color: #000;
    font-size: 16px;
}
.page-id-1224 .woocommerce table.shop_table td {
    font-weight: 600;
    color: #000;
}
.page-id-1224 .woocommerce table.shop_table td a {
    color: #000;
}
.page-id-1224 td.product-thumbnail {
    text-align: center;
}
/* .page-id-1224 td.product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 83px;
} */
.page-id-1224 td.product-remove a.remove {
    margin: auto;
}
.woocommerce-cart .product-thumbnail img {
    width: 52px !important;
}
.page-id-1224 .coupon input#coupon_code {
    border-color: #000;
    font-size: 14px;
    width: 130px !important;
		margin-right: 10px;
	    padding: 7px;
    text-align: center;
}
.page-id-1224 td.actions {
    padding: 15px 20px !important;
}
.page-id-1224 .coupon button.button {
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
	    border: 1px solid #000;
}
.page-id-1224 .coupon button.button:hover, .page-id-1224 td.actions button.button:hover {
    background: #fff !important;
    color: #000 !important;
}
.page-id-1224 td.actions button.button {
    background: #000;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 20px !important;
    border: 1px solid #000;
}
.page-id-1224 .cart_totals  h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.cart_totals table tbody>tr:nth-child(odd)>td, .cart_totals table tbody>tr:nth-child(odd)>th {
    background: #fff;
}
.page-id-1224 a.checkout-button.button.alt.wc-forward {
    background: #000;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

/* checkout page */
.woocommerce-checkout main#content {
    max-width: 1280px;
    padding: 40px 20px 80px;
}
.woocommerce-checkout h1.entry-title {
    max-width: 100%;
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.woocommerce-checkout .woocommerce-info {
    border-color: #000;
    background: #FFF9EF;
    color: #000;
    font-weight: 500;
}
.woocommerce-checkout .woocommerce-info a.showcoupon {
    color: #000;
}
.woocommerce-checkout .woocommerce-billing-fields input {
    border-radius: 0 !important;
    border-color: #000 !important;
    font-size: 14px;
    padding: 10px 15px !important;
}
.woocommerce-checkout .woocommerce-billing-fields input:focus-visible {
    outline: none;
}
.woocommerce-checkout .woocommerce-billing-fields label, .woocommerce-additional-fields__field-wrapper label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce-checkout span.select2-selection.select2-selection--single {
    border-radius: 0;
    border-color: #000;
}
.woocommerce-checkout .select2-selection__rendered {
    font-size: 14px;
    color: #000 !important;
    padding: 10px 15px !important;
}
.woocommerce-checkout div#customer_details {
    display: flex;
    flex-direction: column;
    width: 48%;
}
.woocommerce-checkout h3 {
    font-size: 30px;
    color: #000;
}
.woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 20px;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper textarea#order_comments {
    border-radius: 0;
    border-color: #000;
    padding: 10px 15px;
    font-size: 14px;
}
.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 10px;
}
.woocommerce-checkout .order_review_wrap{
	width: 47%;
}
.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.woocommerce-checkout  .woocommerce-additional-fields__field-wrapper textarea#order_comments::placeholder {
    color: #000;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper textarea#order_comments:focus-visible {
    outline: none;
}
.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: flex;
    gap: 50px;
    padding-top: 50px;
	flex-wrap: wrap;
}
.woocommerce-checkout div#customer_details >div {
    width: 100%;
}
/* .woocommerce-checkout h3#order_review_heading {
    padding-top: 40px;
} */
.woocommerce-checkout td.product-name img {
    width: 62px;
}
.woocommerce-checkout td.product-name {
    display: flex;
    align-items: left;
    gap: 10px;
	    font-size: 16px;
	    flex-direction: column;
}
.woocommerce-checkout .product-name dl.variation {
    width: 100%;
}
.woocommerce-checkout td.product-total {
    width: 50%;
}
.woocommerce-checkout .woocommerce table.shop_table {
    border: none;
}
.woocommerce-checkout .woocommerce table.shop_table td {
    border-top: none;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    border-top: none;
}
.woocommerce-checkout #ship-to-different-address input#ship-to-different-address-checkbox {
    width: 17px;
    height: 17px;
}
.woocommerce-checkout .woocommerce-validated input {
    border-color: #000 !important;
}
.woocommerce-checkout .shipping_address input {
    border-radius: 0 !important;
}
.woocommerce-checkout .woocommerce table.shop_table td:first-child, .woocommerce-checkout .woocommerce table.shop_table th:first-child {
    border-right: 0;
}
.woocommerce-checkout div#payment {
    background: #fff9ef;
}
.woocommerce-checkout div#payment label {
    color: #000;
    font-weight: 600;
}
.woocommerce-checkout ul.wc_payment_methods {
    border-color: #000 !important;
}
.woocommerce-checkout button#place_order {
    background: #000;
    border-radius: 0;
    font-weight: 500;
    padding: 15px 25px;
}
.woocommerce-checkout .payment_box {
    background: #dcdcdc !important;
}
.woocommerce-checkout .payment_box:before {
    border: 1em solid #dcdcdc !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.woocommerce-checkout .payment_box p {
    color: #000;
    font-weight: 500;
}
.woocommerce ul.products li.product a img {
    background: #000;
}

/* simple product page */
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    max-width: 1280px;
    margin: auto;
    padding: 60px 20px;
}
.single-product ul.tabs.wc-tabs li {
   background: #fff !important;
    padding: 0 !important;
    margin-right: 30px !important;
    border: none !important;
}
.single-product ul.tabs.wc-tabs a {
    font-size: 24px;
    line-height: 20px;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 10px 5px !important;
}
.single-product  ul.tabs.wc-tabs {
    padding: 0 !important;
	margin-bottom: 50px !important;
}
.single-product ul.tabs.wc-tabs li.active a {
    font-weight: 600 !important;
}
.single-product ul.tabs::before{
	border: none !important;
}
.single-product ul.tabs li.active {
    border-bottom: 2px solid #000 !important;
}
.single-product .entry-content h2, .single-product .entry-content p {
    color: #000;
}

.tax-product_cat main#main {
    max-width: 1280px;
    padding: 20px;
}
.tax-product_cat .shop-page-wrap aside.shop-sidebar {
    width: 30%;
}
.tax-product_cat .shop-page-wrap {
    display: flex;
    gap: 50px;
}
.tax-product_cat h1.woocommerce-products-header__title.page-title {
    display: none;
}
.tax-product_cat form.woocommerce-ordering {
    display: none;
}
.tax-product_cat p.woocommerce-result-count {
    display: none;
}
.tax-product_cat nav.woocommerce-breadcrumb {
    display: none;
}

.review-grid:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    background: #fff9ef;
    top: 0;
}
.review-grid:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    background: #fff9ef;
    top: 0;
}
.shop-main {
    width: 100%;
}
.cart-subtotal th, .order-total th {
    color: #000;
}
th.product-name, .product-total {
    color: #000;
}
td.product-name {
    color: #000;
}
.woocommerce-cart .cart-empty.woocommerce-info {
    border-top-color: #000;
    background: #fff9ef;
    color: #000;
    font-weight: 600;
}
.woocommerce-cart .cart-empty.woocommerce-info:before {
    color: #000;
}
.woocommerce-cart .return-to-shop a.button.wc-backward {
    background: #000;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    padding: 14px 25px;
}
.woocommerce-cart p.return-to-shop {
    margin-bottom: 80px;
}
.tax-product_cat h2.woocommerce-loop-product__title {
    color: #000;
    text-align: center;
}
.tax-product_cat ul.products li.product {
    text-align: center;
	    width: 29.5%;
}
.tax-product_cat a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.tax-product_cat span.price span {
    color: #000;
}
.single-product nav.woocommerce-breadcrumb {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}
.single-product nav.woocommerce-breadcrumb a {
    color: #000;
    font-weight: 400;
}
.default-layout h1.product_title.entry-title {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}
.default-layout .price {
    font-weight: 400;
    line-height: 40px;
    color: #000 !important;
    border-bottom: 1px solid !important;
    padding-bottom: 15px;
    margin: 20px 0  30px;
}
.default-layout .price span {
    font-weight: 400;
    line-height: 40px;
    color: #000;
}
.default-layout .summary.entry-summary {
    width: 35% !important;
}
.default-layout .woocommerce-product-gallery {
    width: 60% !important;
}
.default-layout button.single_add_to_cart_button.button.alt {
    background: #000;
    border-radius: 0;
    font-weight: 500;
    padding: 13px 30px;
	margin-left: 10px;
}
.default-layout .product_meta span.posted_in {
    color: #000;
    font-weight: 500;
}
.default-layout .product_meta span.posted_in a {
    color: #000;
}
.default-layout div.product div.images img {
    border: 1px solid #000;
}
.default-layout .woocommerce-message {
    border-top-color: #000;
    color: #000;
    background: #fff9ef;
    font-weight: 500;
}
.default-layout .woocommerce-message::before {
    color: #000;
}
.default-layout .woocommerce-message a.button.wc-forward {
    background: #000;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
}
.default-layout .woocommerce-message:focus-visible {
    outline: none;
}

.woocommerce-order-received p.woocommerce-notice {
    color: #000;
}
.woocommerce-order-received ul.woocommerce-order-overview {
    padding: 30px 0;
}
.woocommerce-order-received ul.woocommerce-order-overview li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.woocommerce-order-received ul.woocommerce-order-overview li  strong {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}
.woocommerce-order-received .woocommerce-order p {
    color: #000;
	    font-weight: 600;
}
.woocommerce-order-received .woocommerce-order-details h2, .woocommerce-order-received .woocommerce-customer-details h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
	margin-bottom: 30px;
}
.woocommerce-order-received .woocommerce-order-details a {
    color: #000;
}
.woocommerce-order-received .woocommerce-order-details th {
    color: #000;
}
.woocommerce-order-received .woocommerce-order-details span {
    color: #000;
}
.woocommerce-order-received .woocommerce-customer-details address {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 30px;
    padding: 15px !important;
    color: #000;
    font-weight: 500;
}
.woocommerce-order-received .woocommerce-customer-details address p {
    margin: 0;
}

/* 404 page */
.error404 h2 {
    font-size: 10rem;
    text-align: center;
    color: #000;
    font-style: italic;
    font-weight: 600;
	  margin: 0;
}
.error404 h1.entry-title {
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 36px;
    margin-bottom: 12px;
}
.error404 p {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.error404 main#content {
    padding: 50px 20px 80px;
}

/* login */
.logged-in h1.entry-title, .page-id-35 h1.entry-title {
    font-size: 36px;
    color: #000;
    font-weight: 600;
	    margin: 0 0 50px;
}
.logged-in main#content, .page-id-35 main#content {
    max-width: 1280px;
    padding: 20px 20px 80px;
}
.logged-in .woocommerce-MyAccount-content p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.logged-in .woocommerce-MyAccount-content p a {
    color: #000;
    font-weight: 600;
}
.logged-in span.woocommerce-account-gravatar__display-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.logged-in .woocommerce-MyAccount-navigation ul li {
    list-style: none;
}
.logged-in .woocommerce-MyAccount-navigation ul li a {
    color: #000;
    text-decoration: none;
    padding: 12px 28px;
    display: block;
    border: 1px solid;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.logged-in .woocommerce-MyAccount-navigation ul li a:hover {
    background: #000;
    color: #fff;
}
.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #000;
    color: #fff;
}
.logged-in nav.woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    float: left;
    width: 33% !important;
    gap: 40px;
}
.logged-in .woocommerce-MyAccount-content {
    float: right;
    width: 62%;
}
.logged-in .woocommerce-account-gravatar {
    width: 80px;
}
.logged-in .woocommerce-MyAccount-navigation ul {
    padding: 0;
    width: 100%;
}

.page-id-35 div#customer_login h2 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.page-id-35 .woocommerce-form-login label, .page-id-35 .woocommerce-form-register label {
    color: #000;
    font-weight: 500;
}
.page-id-35 .woocommerce-form-login input, .page-id-35 .woocommerce-form-register input {
    border-radius: 0 !important;
}
.page-id-35 .woocommerce-form-login input:focus-visible, .page-id-35 .woocommerce-form-register input:focus-visible {
    outline: none;
}
.page-id-35 button.woocommerce-form-login__submit, .page-id-35 button.woocommerce-form-register__submit {
    background: #000 !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 12px 25px !important;
    border-radius: 0 !important;
}
.page-id-35 .woocommerce-LostPassword a {
    color: #000;
    font-weight: 500;
}
.page-id-35 ul.woocommerce-error {
    border-top-color: #000;
    background: #fff9ef;
    color: #000;
    font-weight: 500;
}
.woocommerce-orders .woocommerce-MyAccount-orders a {
    color: #000;
    text-decoration: none;
}
.woocommerce-orders nav.woocommerce-MyAccount-navigation {
    width: 33% !important;
}
.woocommerce-orders .woocommerce-MyAccount-content {
    float: right;
    width: 62%;
}
.woocommerce-orders .woocommerce-Pagination a {
    background: #000 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 12px 24px !important;
}
.woocommerce-orders a.woocommerce-button.button.view {
    background: transparent;
    text-decoration: underline;
}

.woocommerce-downloads .woocommerce-info {
    border-top-color: #000;
    background: #fff9ef;
    color: #000;
    font-weight: 500;
}
.woocommerce-downloads .woocommerce-info a.button.wc-forward {
    background: #000;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
}
.woocommerce-downloads .woocommerce-info:before {
    color: #000;
}
.woocommerce-Address-title h2 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.woocommerce-edit-address .woocommerce-Address-title a.edit {
    float: none !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.woocommerce-edit-address address {
    color: #000;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm input {
    border-radius: 0px !important;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm label {
    font-size: 16px;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm input:focus {
    outline: none;
}
span#account_display_name_description {
    font-size: 14px;
}
.woocommerce-edit-account form.woocommerce-EditAccountForm button.woocommerce-Button.button {
    background: #000;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 24px;
}
.post-1915 img {
    background: rgb(163, 66, 60)!important;
}
.post-218 img {
    background: rgb(0, 119, 194)!important;
}
.post-2490 img {
    background: rgb(85, 26, 139)!important;
}
.post-178 img {
    background-color: rgb(242, 101, 34)!important;
}
.post-1605 img {
    background-color: rgb(62, 244, 162)!important;
}
.custom-category-slider .slick-dots li:nth-child(n+3) {
    display: none;
}
.testimonial-slider .slick-dots li:nth-child(n+3) {
    display: none;
}
.real_words-wrap .elementor-testimonial-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.real_words-wrap .testimonial-item .elementor-widget-container {
    height: 355px;
}

.custom-faq .e-n-accordion-item {
    background: #fff;
    border-radius: 10px;
	    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-faq .e-n-accordion-item:focus-visible {
    outline: none;
}

.tax-product_cat .term-description {
    padding: 10px 0;
}
.tax-product_cat .term-description p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.term-1381 h1.woocommerce-products-header__title.page-title {
    display: block;
    color: #000;
    font-size: 32px;
    font-weight: 600;
}
.product_text ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.product_text ul li {
    color: #000;
    list-style: none;
    padding: 5px 0;
}
/* div#previewImgwrap:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 99%;
    height: 5px;
    bottom: 1px;
    left: 2px;
} */
div#previewImgwrap {
    position: relative;
}



@media (max-width: 767px) {
	html, body{
		overflow-x: hidden;
	}
  .top_bar_btn svg {
    width: 24px;
}
	.login_btn span.elementor-button-text {
    display: none;
}
	.cart_btn svg {
    width: 24px;
}
	.login_btn svg {
    width: 24px;
}
	.custom-category-slider {
    margin: 20px 0;
}
	.custom-category-slider .slider-item img {
    width: 100%;
}
	.custom-category-slider .slider-item {
    text-align: center;
    padding: 20px;
}
	.custom-category-slider .slick-dots {
    bottom: -15px;
}

.shop-category-wrapper h2 {
    font-size: 26px;
}
	.shop-category-wrapper .slick-next {
    top: -45px;
    right: 10px;
}
	.shop-category-wrapper .slick-prev {
    top: -45px;
    left: 81%;
}
	.shop-category-wrapper button.slick-arrow img {
    width: 30px;
    max-width: 30px;
}
	.shop-category-item h3 {
    padding: 20px 20px;
    font-size: 24px;
}
	
.testimonial-item .elementor-testimonial-wrapper {
    flex-direction: column-reverse;
    text-align: center !important;
}
	.testimonial-item .elementor-testimonial-content img {
    margin: auto;
}
	span.auther_name {
    font-size: 16px;
    margin-top: 10px;
}
	.testimonial-slider .slick-arrow img {
    max-width: 30px;
}
	.testimonial-slider .slick-next {
    right: 16px;
}
	.testimonial-slider .slick-prev {
    left: -14px;
}
	.testimonial-slider .slick-next:before, .testimonial-slider .slick-next:after {
		display: none;
}
	.testimonial-slider .slick-dots {
    left: 0;
}
	.grp_col p>br {
    display: none;
}
.grp_col p {
    gap: 20px;
    flex-direction: column;
}
	.cusom-tabs .e-n-tabs-heading {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
	.cusom-tabs .e-n-tabs-heading button {
    margin: 0 !important;
}
	.page-id-39 .footer_outer {
    padding-top: 40px;
    margin-top: 0;
}
	
.post-type-archive-product ul.products {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 22px 20px;
}
	.post-type-archive-product main#main {
    padding: 40px 20px 40px;
}
	
.product-tabs {
    padding: 50px 20px;
}
	.tab-menu li {
    font-size: 16px;
    line-height: 20px;
		        text-align: center;
}
	.tab-menu {
    gap: 30px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
	.tabs-group {
    gap: 30px;
    padding: 30px 0 0;
    flex-direction: column;
}
	.product-image, .product_text {
    width: 100%;
}
	.product_text h2 {
    font-size: 26px;
}
	.product_text p {
    font-size: 14px;
    line-height: 22px;
}
	.review-grid h3 {
    font-size: 26px;
}
	.review-card {
    width: 100%;
    padding: 10px 25px;
}
	.quote-icon img {
    width: 40px !important;
}
	.review-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
	.review-author {
    font-size: 14px;
}
	.review-grid {
    padding: 50px 0 50px;
}
	h2.title_pro {
    font-size: 26px;
}
	.similar_product {
    padding: 50px 20px 50px;
}
	.single-category-slider .single-slider-item {
    padding: 0;
}
	.single-category-slider .slick-dots {
    bottom: -25px;
}
	.single-category-slider button.slick-arrow img {
    width: 30px;
}
	.single-category-slider .slick-next {
    top: -38px;
    right: 10px;
}
	.single-category-slider .slick-prev {
    top: -38px;
    left: 81%;
}
	.product_outer {
    gap: 30px;
    padding: 50px 20px;
    flex-direction: column;
}
	.single-product .config-panel {
    padding: 0px 0 0;
}
	.single-product .container .preview-panel {
    width: 100%;
    max-width: 100%;
    flex: auto;
}
	.preview-panel div#previewImgwrap img {
    height: auto;
}
	.single-product .color-grid {
    grid-template-columns: repeat(8, 1fr);
    gap: 10px 10px;
	margin-top: 10px;
}
	.tesionial-wraper .elementor-testimonial-meta {
    width: 100%; 
}
	
	.woocommerce-shop .shop-page-wrap {
    gap: 40px;
    flex-direction: column;
}
	.shop-page-wrap button.wc-block-product-filters__open-overlay {
    color: #fff;
    padding: 10px 15px;
}
	.shop-page-wrap button.wc-block-product-filters__open-overlay:focus {
    background: #000;
}
	.woocommerce-shop aside.shop-sidebar {
    width: 50%;
}
	.woocommerce-shop aside.shop-sidebar header.wc-block-product-filters__overlay-header {
    margin-top: 120px;
    padding: 20px;
}
	.shop-sidebar h2.wp-block-heading, .shop-sidebar h3.wp-block-heading {
    font-size: 20px;
}
	.woocommerce-shop aside.shop-sidebar button.wc-block-product-filters__close-overlay {
    background: #fff;
    border: 1px solid;
    font-weight: 600;
}
	.shop-sidebar ul li a {
    font-size: 14px;
}
	.shop-sidebar button.wc-block-product-filters__apply.wp-element-button:focus {
    background: #000;
}
	.tax-product_cat .shop-page-wrap {
    gap: 30px;
    flex-direction: column;
}
	.default-layout .woocommerce-product-gallery {
    width: 100% !important;
    padding: 20px;
		margin: 0 !important;
}
	.default-layout .summary.entry-summary {
    width: 100% !important;
    padding: 20px;
}
	.default-layout h1.product_title.entry-title {
    font-size: 26px;
    line-height: 30px;
}
	.default-layout .woocommerce-tabs.wc-tabs-wrapper {
    padding: 30px 20px;
}
	.default-layout  ul.tabs.wc-tabs {
    margin-bottom: 30px !important;
    display: flex;
}
	.default-layout ul.tabs.wc-tabs a {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 5px !important;
}
	.default-layout ul.tabs.wc-tabs li {
    margin-right: 10px !important;
}
	.default-layout .wc-tabs-wrapper h2 {
    font-size: 26px;
}
	.default-layout nav.woocommerce-breadcrumb {
    padding: 20px 20px 0;
    margin-bottom: 10px;
}
	.default-layout .woocommerce-message {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	.default-layout .woocommerce-message a.button.wc-forward {
    display: block;
    width: fit-content;
}
	
	.woocommerce-order-received ul.woocommerce-order-overview {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	.woocommerce-order-received h1.entry-title {
    padding: 0;
    font-size: 26px;
}
	.woocommerce-order-received .woocommerce-order-details h2, .woocommerce-order-received .woocommerce-customer-details h2 {
    font-size: 26px;
}
	
.error404 h1.entry-title {
    font-size: 26px;
}
	.error404 h2 {
    font-size: 5rem;
}
	.error404 p {
    font-size: 14px;
}
	.footer_outer h2 {
    text-align: left;
    font-style: normal;
}
	
	.logged-in nav.woocommerce-MyAccount-navigation {
    flex-direction: column;
    width: 100% !important;
}
	.logged-in .woocommerce-MyAccount-navigation ul {
    padding: 0;
    width: 100%;
}
	.logged-in .woocommerce-MyAccount-navigation ul li a {
    padding: 8px 12px;
    font-size: 12px;
}
	.logged-in .woocommerce-MyAccount-content {
    width: 100%;
		margin-top: 20px;
}
	.logged-in .woocommerce-MyAccount-content p {
    font-size: 14px;
}
	.logged-in h1.entry-title, .page-id-35 h1.entry-title {
    font-size: 26px;
    padding: 0;
}
	.logged-in h1.entry-title {
    font-size: 26px;
    margin: 0px 0 30px;
}
	.page-id-35 .woocommerce-account-gravatar{
		    width: 70px;
	}
	.woocommerce-orders .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
}
	.woocommerce-downloads .woocommerce-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	.woocommerce-downloads .woocommerce-info a.button.wc-forward {
    width: fit-content;
}
	.woocommerce-edit-address .u-column2.col-2.woocommerce-Address {
    margin-top: 30px;
}
	.page-id-1224 td.product-remove {
    height: 48px;
}
	.page-id-1224 .woocommerce-message {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	.page-id-1224 .woocommerce-message a.button.wc-forward {
    width: fit-content;
}
	.default-layout a.woocommerce-product-gallery__trigger {
    right: 30px !important;
    top: 30px !important;
}
	.custom-layout .quantity, .woocommerce-cart .quantity {
    margin: auto;
}
	
	.woocommerce-checkout form.checkout.woocommerce-checkout {
    flex-direction: column;
}
	.woocommerce-checkout div#customer_details, .woocommerce-checkout .order_review_wrap {
    width: 100%;
}
	.page-id-1224 .woocommerce table.shop_table tr {
    margin-bottom: 15px;
}
	.custom-layout .quantity {
    margin: 15px 0 0 !important;
}
	.page-id-1224  .cart_totals  table.shop_table tr {
    margin: 0 !important;
}
	.page-id-1224 .woocommerce table.shop_table tr:last-child {
    margin: 0 !important;
}
	.page-id-1224 .woocommerce table.shop_table tr:nth-last-child(2) {
    margin: 0 !important;
}
	.real_words-wrap .elementor-testimonial-content p {
    font-size: 18px;
}
	.real_words-wrap .testimonial-item .elementor-widget-container {
    height: 435px;
}
	.real_words-wrap .elementor-testimonial-content p {
    -webkit-line-clamp: 3;
}
	.woocommerce-checkout h3 {
    font-size: 20px;
    color: #000;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	html, body{
		overflow-x: hidden;
	}
	.login_btn span.elementor-button-text {
    display: none;
}
  .custom-category-slider .slider-item img {
    width: 100%;
}
	.custom-category-slider .slick-dots {
    bottom: -15px;
}
	.shop-category-item h3 {
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 600;
}
	.shop-category-wrapper h2 {
    font-size: 26px;
}
	.shop-category-wrapper .slick-prev {
    top: -49px;
    left: 89%;
}
	.shop-category-wrapper .slick-next {
    top: -49px;
    right: 15px;
}
	.shop-category-wrapper button.slick-arrow img {
    width: 42px;
    max-width: 32px;
}
	
	.testimonial-slider {
    padding: 30px 40px 0;
}
	.testimonial-item .elementor-testimonial-wrapper {
    flex-direction: column-reverse;
    text-align: center !important;
}
	.testimonial-item .elementor-testimonial-content img {
    margin: auto;
}
	.testimonial-slider .slick-arrow img {
    max-width: 35px;
}
	.testimonial-slider .slick-prev {
    left: 0px;
}
	.testimonial-slider .slick-next {
    right: 60px;
}
	
.grp_col p {
    gap: 6px;
}
		.cusom-tabs .e-n-tabs-heading {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
	.cusom-tabs .e-n-tabs-heading button {
    margin: 0 !important;
}
	.footer_form input {
    padding: 10px 7px;
    background-position: right 8px center;
    font-size: 12px;
    background-size: 12px;
}
	
.product-tabs {
    padding: 50px 20px;
}
	.tab-menu li {
    font-size: 18px;
    line-height: 20px;
}
	.tabs-group {
		gap: 40px;
    padding: 30px 0 0;
}
	.product_text h2 {
    font-size: 26px;
}
	.review-grid h3 {
    font-size: 26px;
}.product_outer
	.review-card {
    width: 31.2%;
    padding: 20px;
}
	.quote-icon img {
    width: 36px !important;
    margin: 0;
}
	.review-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
	.review-author {
    font-size: 14px;
}
	.review-grid {
    padding: 50px 0 50px;
}
	.similar_product {
    padding: 50px 10px 50px;
}
	h2.title_pro {
    font-size: 26px;
		padding: 0 10px;
}
	.single-category-slider button.slick-arrow img {
    width: 32px;
}
	.single-category-slider .slick-prev {
    top: -42px;
    left: 86%;
}
	.single-category-slider .slick-next {
    top: -42px;
    right: 30px;
}
	.single-category-slider .slick-dots {
    bottom: -25px;
}
	.product_outer {
    padding: 20px 20px;
		gap: 30px;
}
	.preview-panel div#previewImgwrap img {
    height: auto;
    object-fit: cover;
}
	.config-panel h1 {
    font-size: 26px;
    line-height: 30px;
}
	
	.shop-sidebar h2.wp-block-heading, .shop-sidebar h3.wp-block-heading {
    font-size: 20px;
}
	.shop-sidebar ul li a {
    font-size: 14px;
}
	.woocommerce-shop aside.shop-sidebar {
    width: 30%;
}
	.woocommerce-shop .shop-page-wrap {
    gap: 40px;
}
	.post-type-archive-product h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 600;
    margin: 20px 0 10px !important;
}
	
	.default-layout .review-card {
    width: 31.2%;
    padding: 20px;
}
	.default-layout ul.tabs.wc-tabs a {
    font-size: 20px;
}
	.default-layout .woocommerce-product-gallery {
    width: 60% !important;
    float: left !important;
		padding-left: 20px;
}
	.default-layout .summary.entry-summary {
    width: 35% !important;
    float: right !important;
		padding-right: 20px;
}
	.default-layout h1.product_title.entry-title {
    font-size: 26px;
    line-height: 30px;
}
	.default-layout nav.woocommerce-breadcrumb {
    padding: 30px 20px 0 !important;
    margin-bottom: 30px !important;
}
.default-layout .wc-tabs-wrapper h2 {
    font-size: 26px;
}
	
.woocommerce-order-received ul.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: left;
}
	
		.woocommerce-downloads .woocommerce-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	.woocommerce-downloads .woocommerce-info a.button.wc-forward {
    width: fit-content;
}
	.logged-in .woocommerce-MyAccount-navigation ul {
    padding: 0;
    width: 100%;
    margin-right: 20px;
}
	.logged-in .woocommerce-account-gravatar {
    width: 70px;
}
	.logged-in span.woocommerce-account-gravatar__display-name {
    font-size: 14px;
}
	.logged-in .woocommerce-MyAccount-content {
    width: 60%;
}
	.logged-in .woocommerce-MyAccount-content p {
    font-size: 16px;
}
	.logged-in nav.woocommerce-MyAccount-navigation {
    gap: 0;
}
	.logged-in .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
		padding: 12px 20px;
}
	.woocommerce-edit-address .u-column2.col-2.woocommerce-Address {
    margin-top: 30px;
}
	.woocommerce-Address-title h2 {
    font-size: 24px;
}
	.custom-layout .quantity, .woocommerce-cart .quantity {
    margin: auto;
		margin-right: 0;
}
	.real_words-wrap .testimonial-item .elementor-widget-container {
    height: 455px;
}
	.real_words-wrap .elementor-testimonial-content p {
    -webkit-line-clamp: 3;
    font-size: 18px;
}
	.woocommerce-checkout div#customer_details {
    width: 46%;
}
	.woocommerce-checkout .order_review_wrap {
    width: 46%;
}
	.woocommerce-checkout h3 {
    font-size: 22px;
}
}

@media (min-width: 1025px) and (max-width: 1239px) {
	.top-header {
    padding: 30px 20px;
}
	.top-header a.hfe-menu-item {
    padding: 10px !important;
}
	.banner_sec {
    padding: 20px;
}
	.testimonial-slider {
    padding: 20px 40px;
}
	.testimonial-slider .slick-prev {
    left: 0px;
}
	.testimonial-slider .slick-next {
    right: 60px;
}
	.similar_product {
    padding: 56px 20px 100px;
}
	.review-card {
    width: 31.2%;
}
	.product-tabs {
    padding: 70px 20px;
}
	.product_outer {
    padding: 20px 20px;
}
	.single-category-slider .slick-prev {
    left: 88%;
}
	.default-layout .woocommerce-product-gallery {
		padding-left: 20px;
}
	.default-layout .summary.entry-summary {
		padding-right: 20px;
}
	.default-layout nav.woocommerce-breadcrumb {
    padding: 30px 20px 0 !important;
}
	.login_btn span {
    font-size: 14px;
}
	.nav-bar-rows{
		width: 85%;
	}
	.nav-bar-rows .menu-item a.hfe-menu-item {
    font-size: 14px;
}
	.footer-wrapr {
    gap: 40px;
}
}

