/*!
Theme Name: Mr Potato
Theme URI: http://underscores.me/
Author: The Digital Department
Author URI: https://www.thedigitaldepartment.ie
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mr-potato
*/

html {	
	-webkit-text-size-adjust: 100%;
}

* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
}

*:focus{
    outline: none;
    box-shadow: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{
    outline: none;
    box-shadow: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

.footer-newsletter {
	position: relative;
}

.footer-newsletter input[type="email"] {
	background: none;
	border-radius: 60px;
	border: solid 1px #FFF;
	color: #FFF;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	font-size: 16px;
	padding: 15px 20px;
	background: transparent !important;
}
.footer-newsletter input::-webkit-input-placeholder {
    color: #fff;
}

.footer-newsletter input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.footer-newsletter input:-ms-input-placeholder {
    color: #fff;
}

.footer-newsletter input::placeholder {
    color: #fff;
    opacity: 1;
}

.footer-newsletter .newsletter-btn {
	background: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
	padding: 10px;
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-newsletter .newsletter-btn span {
	display: none;
}

.footer-newsletter .newsletter-btn:after {
	content: "";
	width: 21px;
	height: 15px;
	background: url(images/long-arrow.svg) no-repeat;
	display: block;
	/*filter: brightness(0) saturate(100%)*/
}

p[style="color: indianred;"] {
    display: none !important;
}

.mrpotato-shape-full,
.mrpotato-shape {
	position: relative;
}
.orange-shape-full:after,
.mrpotato-shape-full:after,
.mrpotato-shape:after{
	content: "";
	width: 100%;
	height: 30px;
	background: url(images/shape.svg);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
.orange-shape-full:before,
.mrpotato-shape-full:before {
	content: "" !important;
	width: 100%;
	height: 30px !important;
	background: url(images/shape.svg);
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
.orange-shape-full:after,
.mrpotato-shape-full:after {
	top: auto;
	bottom: 0;
	left: 0;
	transform: rotate(180deg);
}

p:last-child {
	margin-bottom: 0 !important	;
}

.about-mask img {
    -webkit-mask-image: url("images/mask-about.png");
    mask-image: url("images/mask-about.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

.home-gallery .gallery-item img{
	-webkit-mask-image: url("images/gallery-bg-new.png");
    mask-image: url("images/gallery-bg-new.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

.home-gallery .gallery-item .gallery-icon {
    background: url("images/gallery-bg.png");
    padding: 8px !important;
    background-size: 100% 100%;
}

.testimonial-item {
	background: url(images/testimonials.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px !important;
}

.swiper-pagination-bullet {
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background: var(--dots-hover-color, #000) !important;
}

.swatches-item {
	background: url(images/swatches.png) no-repeat;
	background-size: 100% 100%;
	padding: 12px 18px;

}

/*.swatches-item .elementor-heading-title:first-child::first-letter{
    font-size: 26px;
}*/

/*.usp-section,*/
.product-des-section,
.mrpotato-col {
	background-size: 100% 100% !important;
}


.category-image-wrap {
	background: url(images/category-bg.png) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 100% 100%;
	padding: 40px 40px 60px;
}

.category-image-wrap img {
	margin: 0 !important;
}

.product-category .woocommerce-loop-category__title {
	margin-bottom: 0;
	margin-top: 20px;
}

.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce .product-category a:hover .woocommerce-loop-category__title {
	color: var(--e-global-color-primary) !important;
}


.orange-shape-full:after,
.orange-shape-full:before {
	background: url(images/shapeorange.svg);
}

.mrpotato-shape-bottom:after{
	content: "";
	width: 100%;
	height: 30px;
	background: url(images/shape.svg);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(180deg);
	background-size: cover;
}

.header-fixed-scroll,
.header-fixed {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.header-fixed-scroll.scrolled,
.header-fixed.scrolled{
  background: #FEF5EA;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-fixed-scroll {
	background: #FEF5EA;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
/*.header-fixed-scroll.scrolled {
	background: #FEF5EA;
  	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  	position: fixed;
  	z-index: 9;
}*/

.product-image-wrap {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 88.3%;
    margin-bottom: 15px;
}

.product-image-wrap img {
	max-width: calc(100% - 20px) !important;
    bottom: 10px;
    display: block;
    left: 10px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    margin: auto !important;
}

.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
	margin-bottom: 15px;
	padding: 0 !important;
}
.blog-post-img img,
.product-image-wrap img{
	-webkit-mask-image: url("images/product-bg-new.png");
    mask-image: url("images/product-bg-new.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

.blog-post-img,
.product-image-wrap {
    background: url("images/mr-product-bg.png");
    background-size: 100% 100%;
}

.blog-post-img {
	padding: 10px;
	position: relative;
}

.star-rating span::before {
	color: var(--e-global-color-primary) !important;
}



.sidebar-cat h5 {
	color: var(--e-global-color-secondary);
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	border-bottom: solid 1px var(--e-global-color-primary);
	padding-bottom: 10px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.sidebar-cat h5:after {
	display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e89e";
    flex-shrink: 0;
    transform: rotate(90deg);
}

.sidebar-cat .product-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-cat .product-categories a {
	display: block;
	color: var(--e-global-color-bf2818e);
	font-size: 22px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 16px;
}
.sidebar-cat .product-categories .current-cat a,
.sidebar-cat .product-categories a:hover {
	color: var(--e-global-color-primary);
}

.sidebar-cat .product-categories a:before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: solid 1px var(--e-global-color-bf2818e);
	display: block;
	flex-shrink: 0;
}
.sidebar-cat .product-categories .current-cat a:before,
.sidebar-cat .product-categories a:hover:before {
	border-color: var( --e-global-color-primary );
}
.sidebar-cat .product-categories .current-cat a:before {
	background: var(--e-global-color-primary);
}

.sidebar-cat .product-categories .cat-item:not(:last-child) {
	margin-bottom: 20px;
}

.sidebar-cat h5:after {
    transition: 0.3s;
}

.sidebar-cat h5.active:after {
    transform: rotate(-90deg);
}

.woocommerce-pagination ul.page-numbers{	
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;

}

.woocommerce-pagination ul.page-numbers .page-numbers {
	line-height: 1;
	border-radius: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-separator {
	color: var(--e-global-color-secondary) !important;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.comment-form label{
	display: block;
	line-height: 1;
	margin-bottom: 10px;
	color: #fff !important;
}
.product-des-section .comment-form {
	color: #fff;
	font-size: 16px;
}
.comment-form textarea,
.comment-form input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]){
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 30px;
    outline: none;
    display: block;
    padding: 10px 20px;
    border: solid 1px #ccc;
    font-size: 16px;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.comment-form-cookies-consent input[type="checkbox"],
.comment-form-cookies-consent input[type="radio"] {
	flex-shrink: 0;
}

.comment-form-cookies-consent label {
	margin-bottom: 0;
}
.comment-form p.stars a:hover ~ a::before,
.comment-form p.stars a::before {
	color: #FFF;
	opacity: 1;
}

.comment-form p.stars.selected a:not(.active)::before,
.comment-form p.stars:hover a::before,
.comment-form p.stars.selected a.active::before {
	color: var( --e-global-color-secondary );
}
.comments-area .comment-respond,
.woocommerce-Reviews .comment-respond {
	max-width: 600px;
	width: 100%; 
}
.comments-area .comment-reply-title,
.woocommerce-Reviews .comment-reply-title {
	font-size: 30px;
	font-family: "Asap", Sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 20px;
	display: block;
}
.comments-area  .comment-form .form-submit,
.product-des-section .comment-form .form-submit {
	margin-top: 20px !important;
}
.comments-area .comment-form input[type="button"],
.comments-area .comment-form input[type="submit"],
.product-des-section .comment-form input[type="button"],
.product-des-section .comment-form input[type="submit"] {
	background-color: var( --e-global-color-secondary ) !important; 
	border-radius: 60px !important;
	font-style: italic !important;
	padding: 15px 30px !important;
}
.comments-area .comment-form input[type="button"],
.comments-area .comment-form input[type="submit"] {
	font-size: 16px;
	font-weight: 600; 
}
.comments-area .comment-form input[type="button"]:hover,
.comments-area .comment-form input[type="submit"]:hover,
.product-des-section .comment-form input[type="button"]:focus,
.product-des-section .comment-form input[type="submit"]:focus,
.product-des-section .comment-form input[type="button"]:active,
.product-des-section .comment-form input[type="submit"]:active {
	background-color: #000 !important;
}
.logged-in-as,
.comment-notes,
.product-des-section #reviews #comments ol.commentlist li .comment-text p.meta {
	color: #FFF !important;
}
.product-des-section #reviews #comments ol.commentlist li .comment-text {
	padding-bottom: 1rem !important;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
	color: #fff;
}

.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.commentlist > .review:not(:last-child) {
	margin-bottom: 20px;
}

.commentlist .star-rating span::before {
	color: var(--e-global-color-secondary) !important;	
}

.comment_container {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	font-size: 16px;
	color: #fff;
}

.comment_container .avatar {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.commentlist .review .meta {
	margin-bottom: 15px;
}

.woocommerce-Reviews .woocommerce-noreviews {
	background: transparent !important;
	color: #fff !important;
	margin-bottom: 10px !important;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider-wrapper {
	background: url(images/mr-product-bg.png);
	background-size: 100% 100%;
	padding: 15px !important;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
	background: url(images/mr-product-bg.png);
	background-size: 100% 100%;
	padding: 5px !important;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img,
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
	-webkit-mask-image: url("images/product-bg-new.png");
    mask-image: url("images/product-bg-new.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
	right: 0 !important;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
	left: 0 !important;
}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow, 
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow,
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow, 
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
	background: var(--e-global-color-secondary) !important;
	opacity: 1 !important;
}



.wc-variation-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.wc-pill-label {
    margin: 0 !important;
    cursor: pointer;
}

/* Hide the native radio button entirely */
.wc-pill-label input[type="radio"] {
    display: none !important;
}

/* The Pill Design */
/*.wc-pill-label span {
    display: inline-block;
    padding: 8px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    user-select: none;
}*/

/* Hover state */
/*.wc-pill-label:hover span {
    border-color: #999999;
}*/

/* Selected (Checked) state */

.wc-pill-label.swatches-item span::first-letter {
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
}
.wc-pill-label.swatches-item span {
	display: inline-block;
}
.wc-pill-label.swatches-item {
	font-family: "Asap", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--e-global-color-secondary);

}
.wc-pill-label.swatches-item:hover,
.wc-pill-label.swatches-item:has(input[type="radio"]:checked) {
    background: url(images/swatches-active.png) no-repeat;
	background-size: 100% 100%;
	color: #FFF;
}

/* Clear WooCommerce default margin on td */

table.variations td {
    padding-bottom: 15px;
}
table.variations th.label {
    display: none;
}



.single_add_to_cart_button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.single_add_to_cart_button:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(images/arrow-narrow-right.svg) no-repeat;
	display: block;
	/*filter: brightness(0) saturate(100%)*/
	flex-shrink: 0;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty.text {
	padding: 5px 10px;
	max-width: 60px;
	padding-right: 0px;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart {
	width: 100%;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}


.product-details-notice .woocommerce-message {
	margin: 0 !important;
}
.woocommerce-info::before,	
.product-details-notice .woocommerce-message::before {
	color: var( --e-global-color-secondary );
}
.woocommerce-info,
.product-details-notice .woocommerce-message {
	border-top-color: var( --e-global-color-secondary );;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	background: var( --e-global-color-accent );
	color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background: var( --e-global-color-secondary );
	color: #fff;
}

.product-des-section .orange-shape-full:after,
.product-des-section .orange-shape-full:before {
    background-size: cover !important;
}
.product-des-section .orange-shape-full {
    border-radius: 20px;
}

.slide-usp .elementor-image-box-img,
.usp-section .elementor-image-box-img {
	flex-shrink: 0;
}

.step-container-inner,
.step-container {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}

.step-grid {
	counter-reset: step-counter;
}
.step-grid .step-container {
	counter-increment: step-counter;
	position: relative;
}


.step-grid .step-container:after{
    content: counter(step-counter);
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    aspect-ratio: 1 / 1;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    border: 6px solid var(--e-global-color-f5a91cc);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    z-index: 2;
	font-family: var(--e-global-typography-0f58824-font-family), Sans-serif;
	font-size: var(--e-global-typography-0f58824-font-size);
	font-weight: var(--e-global-typography-0f58824-font-weight);
	line-height: 1;
}

.main-banner-title .elementor-heading-title span {
	color: var(--e-global-color-primary);
}

@media (min-width: 768px) {
	.product-des-section .e-n-tab-title[aria-selected=true] {
		text-decoration: underline;
	  	text-underline-offset: 6px;
	  	text-decoration-thickness: 2px;
	}

}
@media (max-width: 1850px) {
	.sidebar-cat .product-categories a {
		font-size: 17px;
	}
	.sidebar-cat .product-categories a:before {
		width: 16px;
		height: 16px;
	}
	.sidebar-cat h5 {
		font-size: 23px;
	}
	.product-image-wrap img {
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
	}
	.wc-pill-label.swatches-item {
		font-size: 15px;
	}
	.wc-pill-label.swatches-item span::first-letter {
		font-size: 20px;
	}
	.coupon-col-start input:not([type="button"]):not([type="submit"]) {
		padding: 12px 15px !important;
	}
	.step-grid .step-container:after{
		width: 94px;
		font-size: 40px;
		border-width: 4px;
		top: -40px;
	}
}

@media (max-width: 1439px) {
	.category-image-wrap {
		padding: 30px 30px 40px;
	}
	.sidebar-cat .product-categories a {
		font-size: 16px;
	}
	.sidebar-cat .product-categories a:before {
		width: 16px;
		height: 16px;
	}
	.sidebar-cat h5 {
		font-size: 22px;
	}
	.wc-pill-label.swatches-item {
		font-size: 14px;
	}
	.wc-pill-label.swatches-item span::first-letter {
		font-size: 18px;
	}
	.coupon-col-start input:not([type="button"]):not([type="submit"]) {
		padding: 11px 15px !important;
	}
	.step-grid .step-container:after{
		width: 78px;
		font-size: 32px;
		border-width: 4px;
		top: -32px;
	}
}

@media (max-width: 1199px) {
	.step-grid .step-container:after{
		width: 60px;
		font-size: 28px;
		border-width: 3px;
		top: -24px;
	}
}

@media (max-width: 1023px) {
    .header-social {
        margin-left: auto;
    }
    .home-gallery .elementor-image-gallery .gallery-columns-4 .gallery-item {
    	max-width: 50% !important;
    }
    .all-product-list .elementor-widget-wc-archive-products .products {
    	grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {
	.usp-section .elementor-image-box-wrapper, 
	.slide-usp .elementor-image-box-wrapper, 
	.footer-cta .elementor-image-box-wrapper {
		display: flex;
		gap: 15px;
		align-items: center;
		justify-content: center;
	}
	.usp-section .elementor-image-box-img,
	.slide-usp .elementor-image-box-img,
	.footer-cta .elementor-image-box-img {
		flex-shrink: 1;
	}
	.usp-section .elementor-image-box-content,
	.slide-usp .elementor-image-box-content,
	.footer-cta .elementor-image-box-content {
		width: auto !important;
		flex: 1;
	}
	.category-image-wrap {
		padding: 20px 20px 30px;
	}

	.usp-section .elementor-image-box-title br{
		display: none;
	}
	.breadcrumb-separator {
		margin: 0 6px;
	}
	.sidebar-cat {
		display: none;
	}
	.sidebar-cat.active {
		display: block;
	}

	.product-des-section .e-n-tab-title {
		justify-content: space-between !important;
	}	

	.product-des-section .e-n-tab-title {
		border-bottom: solid 1px #F6E7D3 !important;
		padding-bottom: 10px !important;
	}
	.post-meta-details {
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;		
	}
}


@media (max-width: 479px) {
    .header-social {
        margin-left: auto;
    }
    .home-gallery .elementor-image-gallery .gallery-columns-4 .gallery-item {
    	max-width: 50% !important;
    }
    .home-gallery .gallery-item .gallery-icon {
    	padding: 4px !important;
    }
    .testimonial-item {
		background: url(images/testimonials.png) no-repeat;
		background-size: 100% 100%;
		padding: 40px 24px !important;
	}
	.all-product-list .elementor-widget-wc-archive-products .products {
    	grid-template-columns: repeat(1, 1fr) !important;
    	display: block;
    }
    .all-product-list .elementor-widget-wc-archive-products .products li.product {
    	width: 100% !important;
    }
}