/*
Theme Name: Alukas Child
Theme URI: https://alukas.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Alukas
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: alukas
Text Domain: pls-theme-child
*/


@media(max-width:600px){
.pls-mobile-menu-header .pls-mobile-logo{
    width:60%;
}
}

small.woocommerce-price-suffix {
  display: none;
}

.product_meta{
    text-align:center;
}

#media_image-3, #media_image-2 img {
  width: 60%;
}

.includes_tax {
  display: none!important;
}

#pls-social-links-2 .pls-social-links-widget{
    display:block!important;
}

.product-title {
  white-space: wrap!important;
}

.products.product-style-3.grid-view .pls-product-inner .pls-cart-button {
  opacity: 1!important;
  transition: 0.2s;
}

.products.product-style-3.grid-view .pls-product-inner .pls-cart-button a {
  background-color: var(--pls-shop-cart-button-bg-hover-color);
  color: var(--pls-shop-cart-button-hover-color);
}

.products.product-style-3.grid-view .pls-product-inner .pls-product-info {
  transform: translateY(-40px)!important;
}


.products.product-style-3 .pls-product-inner:hover {
  box-shadow: none;
  height: 100%;
  overflow: hidden;
  z-index: 91;
}

.products.product-style-3 .pls-product-inner:hover {
  box-shadow: none!important;
}

.gog-gap-15{
    gap:15px;
}

@media(max-width:600px){
.pls-header-main .pls-header-col > *, .pls-header-navigation .pls-header-col > * {
  padding: 0px;
}
}

.products.product-style-3.grid-view div.product .pls-product-info {
  background-color: var(--pls-body-background);
  margin-top: 55px;
  transition: transform .35s ease;
}

#billing_postcode_field, #billing_postcode_field span {
  visibility: hidden;
}

#billing_phone_field{
    margin-top: -80px;
}