.elementor-element h1 {
  font-size: clamp(36px, calc(2.25rem + ((1vw - 3.2px) * 1.25)), 56px);
  min-height: 0vw;
}

.elementor-element  h2 {
  font-size: clamp(28px, calc(1.75rem + ((1vw - 3.2px) * 0.875)), 42px);
  min-height: 0vw;
}

.elementor-element  h3 {
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 0.25)), 28px);
  min-height: 0vw;
}

.elementor-element  h4 {
  font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 0.25)), 24px);
  min-height: 0vw;
}

.elementor-element  h5 {
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.25)), 22px);
  min-height: 0vw;
}

.elementor-element  h6 {
  font-size: clamp(17px, calc(1.0625rem + ((1vw - 3.2px) * 0.25)), 21px);
  min-height: 0vw;
}

.elementor-element .woocommerce-loop-product__title{
	font-size:20px;
}

.text-center{
	text-align:center
}

.top-header p{
	margin-bottom:0;
	text-align:center;
}

.footer-logo{
	display:block;
	max-width:140px;
	width:100%;
}

.ast-above-header p{
	margin-bottom:0;
}

.ast-grid-right-section .ast-grid-right-center-section {
    justify-content: flex-end;

}

.custom-best-sellers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.page .custom-best-sellers a{
    text-decoration:none;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
	color:#121212;
	display:block;
}

.page .custom-best-sellers a:hover{
	color:#666;
}

.custom-best-sellers .product {
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}
.custom-best-sellers .product img {
    width: 100%;
    height: auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.custom-best-sellers .product h3 {
   text-align:center;
   margin-top:8px;
   margin-bottom:8px;
}
.custom-best-sellers .product .woocommerce-product-details__short-description {
    font-size: 14px;
    margin-bottom: 12px;
}
.page .custom-best-sellers .product .price {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}

.footer-menu{
	
}

.footers-link{
  margin-left:0;
  list-style: none;
  padding-left:0;
}

.footer-text-link a,
.footers-link a{
	color:#fff;	
}


.footer-text-link a:hover,
.footers-link  a:hover{
	color:#979797;	
}

.p-bottom-zero p{
	margin-bottom:0
}

.three-links a{
	margin-left:4px;
	margin-right:4px;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    border-radius: 0!important;
}

#coupon_code{
	border: 1px solid #b9b9b9;
}

.elementor-widget-woocommerce-cart .woocommerce button.button:hover {
    border-color: var(--forms-buttons-hover-border-color, #222)!important;
}

.page-template .wc-forward,
.page-template .woocommerce-Button{
	background: #121212 !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #121212 !important;	
}

.page-template .wc-forward:hover,
.page-template .woocommerce-Button:hover{
	background: #666 !important;
}

.home .home-slider .elementor-slide-heading, .home .home-slider .elementor-slide-description{
	text-decoration:none;
}

.home  .swiper-slide-inner{
	text-decoration:none !important;
}

.home .elementor-slide-button {
    padding: 16px 32px!important;
    font-size: 1em!important;
}

@media screen and (max-width:767px){
	.mobile-text-center{
	text-align:center;
	}
}

