/**
Theme Name: EliteSkin
Author: Patryk
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eliteskin
Template: astra
*/

.astra-cart-drawer-content .ast-empty-cart-content > h2 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}

.custom-field {
    font-size: 18px;
    font-weight: bold;
	display: block;
}

.summary.entry-summary{
	justify-content: center;
    align-items: center;
    text-align: center;
	padding-left: 50px;
    padding-right: 50px;
}

.product_title.entry-title {
    font-size: 35px; /* Default size for desktops */
}
.mobile-product-title{
	display:none;
}
.product_title.entry-title {
	display:block;
}

@media (max-width: 922px) { 
    .product_title.entry-title {
        display:none;
    }
	.mobile-product-title{
		display: flex;
		flex-direction: column; /* Stack items vertically */
		align-items: center; /* Center items horizontally */
		justify-content: center; /* Center items vertically (if needed) */
		text-align: center; /* Ensures text is centered */
		width: 100%; /* Ensures it takes full width */
	}
}

@media (max-width: 480px) { 
    .product_title.entry-title {
        display:none;
    }
	.mobile-product-title{
		display: flex;
		flex-direction: column; /* Stack items vertically */
		align-items: center; /* Center items horizontally */
		justify-content: center; /* Center items vertically (if needed) */
		text-align: center; /* Ensures text is centered */
		width: 100%; /* Ensures it takes full width */
	}
}

.cart {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically (if needed) */
    text-align: center; /* Ensures text is centered */
    width: 100%; /* Ensures it takes full width */
}

.elementor-widget-image-carousel .swiper-wrapper {
    display: flex;
    transition-timing-function: linear !important;
    animation: infinite-scroll 15s linear infinite;
}

@keyframes infinite-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}