/*
 Theme Name: Astra Child
 Theme URI: https://www.astratheme.com/
 Description: Child theme for Astra
 Author: Your Name
 Author URI: https://www.yourwebsite.com
 Template: astra
 Version: 1.0.0
*/

/* Import parent theme styles */
@import url('../astra/style.css');



/* ✅ WhatsApp icon replace */
.ht-ctc-sc.ht-ctc-sc-chat .ctc_s_7_icon_padding svg {
    display: none !important; /* Hide default SVG */
}
.ht-ctc-sc.ht-ctc-sc-chat .ctc_s_7_icon_padding {
    background: none !important;
    padding: 0 !important;
}
.ht-ctc-sc.ht-ctc-sc-chat .ctc_s_7_icon_padding::before {
    content: "";
    display: inline-block;
    width: 30px; /* icon size */
    height: 30px;
    background: url('https://easyrxpill.com/wp-content/uploads/2025/07/3225179_app_logo_media_popular_social_icon.png') no-repeat center/contain;
}

/* ✅ Account icon replace */
.ast-header-account-link .ahfb-svg-iconset svg {
    display: none !important; /* Hide default icon */
}
.ast-header-account-link .ahfb-svg-iconset {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('https://easyrxpill.com/wp-content/uploads/2025/07/1564534_customer_man_user_account_profile_icon.png') no-repeat center/contain;
}

/* ✅ Cart icon replace */
.ast-site-header-cart .ast-icon-shopping-cart svg {
    display: none !important; /* Hide default cart icon */
}
.ast-site-header-cart .ast-icon-shopping-cart {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('https://easyrxpill.com/wp-content/uploads/2025/07/3643737_cart_drop_shop_shopping_trolly_icon.png') no-repeat center/contain;
}


.elementor-field-group .elementor-select-wrapper::before {
    content:"" !important;
}

ul.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bestselling-btn {
        line-height: 1 !important;
        font-size: 18px !important;
        background: #00852f;
        color: white;
        border: none;
        padding: 10px 30px !important;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-weight: 500;
    }
    .woocommerce-account .woocommerce-MyAccount-content{
        margin-left: 22px;
        margin-top: 10px;
    }
    header.entry-header .entry-title{
        margin-left: 22px;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        width: 97% !important;
    }
    
    .site-main .ast-woocommerce-container {
        margin-bottom: 20px;
        padding: 20px !important;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1800px) {
    .elementor-field-group-product_dropdown{
        width: 49% !important; 
        margin-right:10px !important;
    }
    .elementor-field-group-brand_dropdown{
        width: 49% !important; 
        margin-left: 10px !important;
    }
}
.variations-table td{
    padding: 0px !important;
}
.info-section {
    display: flex;
    gap: 10px !important;
    font-size: 14px;
    color: #000;
    margin-bottom: 40px !important;
}

.icon {
    font-size: 16px;
    margin-right: 0px;
}

.variation-product-title{
   margin-bottom: 0 !important;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .woocommerce .woocommerce-ordering {
        float: left !important;
    }
}

@media screen and (max-width: 500px) {
    .variations-table {
        min-width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
.sub-menu {
    display: none;
  }

  .sub-menu.submenu-open {
    display: block;
  }

li.woocommerce-order-overview__total.total {
    margin-top: 20px;
}
li.woocommerce-order-overview__payment-method.method {
    margin-top: 20px;
}
.woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img {
    height: 160px !important;
    object-fit: contain !important;
  }

   .products-container {
        grid-template-columns: repeat(1, 1fr) !important;
        display: grid;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }
    .wpcp-carousel-section .wpcp-swiper-dots, .wpcp-carousel-section .swiper-pagination-bullets.swiper-pagination-horizontal{
		margin:0px 0px 0px 0px !important;
	}
    .order-tracking-container {
        flex-direction: column;
        padding: 15px;
    }

    .products-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .product-card {
        width: 100%;
        max-width: 300px;
    }

    .product-card img {
        max-width: 100%;
        height: auto;
    }

    .tracking-progress {
        flex-direction: column;
        align-items: center;
    }

    .tracking-progress::before {
        display: none;
    }

    .step {
        width: auto;
        margin-bottom: 15px;
    }

    .step .icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .step p {
        margin-top: 10px;
        font-size: 13px;
    }

    #order-tracking-section .tab-buttons {
        display: flex !important;
        flex-direction: row;
        gap: 10px;
    }

    #order-tracking-section .tab-buttons .tab-btn {
        flex: 1;
    }
.woocommerce-js table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img{
    width: auto;
  max-width: 120px;
}
.woocommerce-js ul.products li.product a img {
  width: 100% !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto;
    margin-bottom: 0px;
  height: 180px !important;
}
.elementor-5333 .elementor-element.elementor-element-a127dce.elementor-wc-products .attachment-woocommerce_thumbnail { 
    height: 180px !important; 
    
}
  .elementor-field-group-product_dropdown,
  .elementor-field-group-brand_dropdown {
    width: 100% !important;
    margin: 0 !important;
    display: block;
  }

  .info-section {
    display: contents !important;
    margin-bottom: 30px;
  }

  .ast-container {
    max-width: calc(100% - 25px) !important;
  }

  #variations-table {
    display: block;
  }

  .variations-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .variations-table thead,
  .variations-table tbody,
  .variations-table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .variations-table th,
  .variations-table td {
    width: 25%; 
    text-align: center;
    padding: 10px 5px !important;
    font-size: 13px;
    word-break: break-word;
    vertical-align: middle;
  }

  /* Remove this if you want Price/unit column visible */
 

  .qty-input {
    width: 50px !important;
    text-align: center;
    padding: 4px !important;
    font-size: 14px !important;
  }

 button.single_add_to_cart_button.add-to-cart-table {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 10px 3px !important;
    font-size: 8px !important;
    width: 100%; /* full width button */
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px !important;
  }

  button.single_add_to_cart_button.add-to-cart-table i {
    font-size: 10px;
  }

  button.single_add_to_cart_button.add-to-cart-table small {
    display: inline-block;
    line-height: 1;
  }

  .send-inquiry-button {
    display: inline-block !important;
    font-size: 12px;
    padding: 5px 10px !important;
    background-color: #28A745;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-align: center !important;
    text-decoration: none !important;
  }

  .bulk-inquiry {
    margin-top: 0 !important;
  }
}


.product-container {
    display: flex;
    align-items: left;
    justify-content: center;
    gap: 5px;
    margin: 5px auto;
    width: 100%;
}
.table-container {
    width: 100%;
    border-collapse: collapse;
}
table {
    width: 100%;
    border: 1px solid #ddd;
}
th, td {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
th {
    /*background-color: #f4f4f4;*/
    font-weight: 600;
    text-align: left;
}



.available-packs-btn {
    background: #4CAF50;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
    margin-bottom: 20px 0;
}

.available-packs-btn:hover {
    background: #00852f;
}
.qty-input{
  width: 65px !important;
  margin: 0 auto;
  border-radius: 4px !important;
  height: 34px !important;
  padding: 5px;
}

.add-to-cart-table {
    background-color: #00852f !important;
    box-shadow: none !important;
    color: #fff;
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    margin: 0;
    height: inherit;
    border-radius: 4px !important;
}

.add-to-cart-table:hover {
    background: #00852f;
}

/*Tracking Order*/
.sbm_button {
    border: none;
    color: #ffffff;
    background-color: #00852f;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
}
.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.tab-btn {
    padding: 8px 16px;
    border: none;
    background: #ddd;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}
.tab-btn.active {
    background: #00852f;
    color: white;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.order-tracking-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
    border: solid;
    padding: 20px;
    border-width: 1px;
    border-radius: 6px;
    margin:-5px;
}
.order-tracking-box {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    margin-top: 25px;
}
.product_name {
    margin-top: 10px;
}

.products-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
    width: 100%;
    max-width: 1124px;
    margin-left: auto;
    margin-right: auto;
}

.product-thumb {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #ccc;
    padding: 4px;
    background: #fff;
    border-radius: 4px;
}
.status {
    font-weight: bold;
    color: #ff6600;
}
.tracking-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.tracking-progress {
    display: flex;
    width: 100%;
    max-width: 600px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.tracking-progress::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 4px;
    background: #ddd;
    transform: translateY(-50%);
    z-index: 0;
}
.step {
    position: relative;
    text-align: center;
    width: 25%;
}
.step .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #ddd;
    color: white;
    border-radius: 50%;
    font-size: 16px;
    z-index: 1;
    position: relative;
}
.step p {
    margin-top: 30px;
    font-size: 14px;
}
.step.active .icon {
    background: #ff5722;
}
.step.active p {
    font-weight: bold;
    color: #ff5722;
}
.product-card {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.product-card img {
    max-width: 200px;
    height: 200px;
}
.product-card span {
    display: block;
    font-weight: bold;
    color: #333;
}
.back-to-orders {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #ff6600;
    text-decoration: none;
}
.error {
    color: red;
    font-weight: bold;
}

/* -------- Tablet View (768px - 1024px) -------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .order-tracking-container {
        flex-direction: column;
        padding: 20px;
    }

    .products-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .product-card {
        max-width: 300px;
        width: 100%;
    }

    .product-card img {
        max-width: 100%;
        height: auto;
    }

    .tracking-progress {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .step {
        width: 48%;
        margin-bottom: 20px;
    }

    .tab-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tab-btn {
        flex: 1;
        margin-bottom: 10px;
    }
    .elementor-6809 .elementor-element.elementor-element-f7c4624 > .elementor-widget-container{
        margin:20px 20px 20px 20px !important;
    }
}


/* -------- Mobile View (below 768px) -------- */
@media screen and (max-width: 767px) {
    img.custom-logo {
    width: 180px !important;
    height: 60px !important;
}
    .order-tracking-container {
        flex-direction: column;
        padding: 15px;
    }

    .products-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .product-card {
        width: 100%;
        max-width: 300px;
    }

    .product-card img {
        max-width: 100%;
        height: auto;
    }

    .tracking-progress {
        flex-direction: column;
        align-items: center;
    }

    .tracking-progress::before {
        display: none;
    }

    .step {
        width: auto;
        margin-bottom: 15px;
    }

    .step .icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .step p {
        margin-top: 10px;
        font-size: 13px;  
    }

    .tab-buttons {
        flex-direction: column;
    }

    .tab-btn {
        width: 100%;
    }

    .elementor-6809 .elementor-element.elementor-element-f7c4624 > .elementor-widget-container{
        margin:20px 20px 20px 20px !important;
    }

    h4.wp-block-heading {
    text-decoration: underline;
    }
    .woocommerce-js ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    height: 150px !important;
}
}

/* Header filter */
.bestselling-btn {
    background: #00852f;
    color: white;
    border: none;
    padding: 15px 30px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.bestselling-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 12px 10px 10px 10px;
    width: 100%;
    margin: 0 auto; /* Center align */
    max-width: 1320px; /* Set max width */
}
.bestselling-left {
    margin-right: 15px;
}

.bestselling-btn:hover {
    background: #00852f;
}
.bestselling-right {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.bestselling-right form {
    display: flex;
    width: 100%;
}
.bestselling-right input[type="text"] {
    flex-grow: 1;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-right: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}
.bestselling-right select {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: 1px solid #ddd;
}
.bestselling-right input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
    height: 55px;
}
.search-btn {
    background: #00852f;
    color: #fff;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}
.search-btn:hover {
    background: #45A049;
}
.bestselling-container {
    display: none;
    position: absolute;
    top: 75px;
    left: 9px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 15px 15px 0px 15px;
    width: 280px;
}
.bestselling-container.visible {
    display: block;
}
.best-selling-list {
    list-style: none;
    margin: 0;
    padding-bottom: -10px;
}
.best-selling-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.best-selling-list li:last-child {
    border-bottom: none;
}
.bestselling-btn i {
    margin-right: 12px;
}
/* End Header filter */
.pre-h .container{
    max-width: 1330px;
    margin: 0 auto;
}
.pre-h {
    background: #00852f;
    padding: 8px 0;
    margin-top: 0px !important;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pre-h-menu {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.pre-h-menu li {
    display: inline;
}

.pre-h-menu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-left: 15px;
    font-family: system-ui;
    font-style: normal;
}

.pre-h-menu .hilighted a {
    background: white;
    color: green;
    padding: 3px 10px;
    border-radius: 5px;
}

.fa-phone {
    margin-right: 5px;
}

.ast-container, .ast-container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media screen and (max-width: 1024px) {
    .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pre-h-menu {
        flex-direction: column;
        gap: 10px;
    }

    .pre-h-menu a {
        margin-left: 0;
    }

    .pre-h-menu .hilighted a {
        display: inline-block;
    }

    .pre-h-menu li {
        display: block;
        width: 100%;
    }

    .pre-h-menu a {
        display: block;
        padding: 8px;
    }
    .ast-container, .ast-container-fluid{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (min-width: 480px) and (max-width:1023px) {
    .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .pre-h {
        padding: 0px 0;
    }

    .pre-h-menu {
        display: contents;
        align-items: center;
        margin-left: 0px;
    }

    .pre-h-menu a {
        font-size: 16px;
        padding: 0px;
    }

    .pre-h-menu .hilighted a {
        padding: 5px 5px;
        font-size: 16px;
    }

    .pre-h-menu li {
        width: inherit;
        margin-left: 10px;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .bestselling-left{
        display: none;
    }
    .pre-h {
        padding: 10px 0;
    }

     .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .pre-h-menu {
        display: flex;
        margin-left: 16px;
    }

    .pre-h-menu li:not(:last-child) {
        display: none !important;
    }

    .pre-h-menu::-webkit-scrollbar {
        display: none; /* Hides scrollbar for a cleaner look */
    }

    .pre-h-menu li {
        display: inline-block;
        flex-shrink: 0;
    }

    .pre-h-menu a {
        font-size: 14px;
        padding: 6px;
    }

    .pre-h-menu .hilighted a {
        padding: 4px 8px;
    }

    .fa-phone {
        display: contents;
        margin-top: 8px;
    }
}
@media screen and (min-width: 1366px) {
    .pre-h-menu{
        margin-left:0px;
    }
    .sectelephone{
        margin-right: 0px;
    }
    .ast-container, .ast-container-fluid{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .site-header .main-header-bar .ast-container{
        max-width: 1375px !important;
    }
    
}
@media screen and (min-width: 1300px) {
    .pre-h-menu{
        margin-left:0px;
    }
    .sectelephone{
        margin-right: 0px;
    }
    .ast-container, .ast-container-fluid{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .site-header .main-header-bar .ast-container{
        max-width: 1300px !important;
    }
}
@media screen and (max-width: 480px) {
    .ast-header-break-point .main-navigation .stack-on-mobile li{
        border-top:1px solid #ccc !important;
    }
    .main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
        display: none !important;
    }
    button, .ast-button, .button, input[type="button"], input[type="reset"], input[type="submit"]{
        box-shadow: none !important;
    }
    .ast-menu-toggle,
    .ast-menu-toggle:focus,
    .ast-menu-toggle:active,
    .ast-menu-toggle:hover {
      outline: none !important;
      border: none !important;
      box-shadow: none !important;
      background: transparent !important; /* optional */
    }

    .woocommerce-MyAccount-navigation .entry-content ul, .entry-content ol {
        padding-left: 0px !important;
    }

    .ast-container .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid), .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ast-woocommerce-container{
        padding: 10px !important;
    }

    .woocommerce-MyAccount-navigation>ul{
        margin-left: -20px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation{
        margin-top: 10px !important;
    }
}

.theme-astra table.variations td.value {
    padding: 5px 0 !important;
    display: none;
}

.pcdfwoo_count{
    background-color: #00852f !important;
}
.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper{
    border:none !important;
}

.whatapps_icon_checkout{
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    color: #43b13e;
    text-decoration: none;
    border: 1px solid #43b13e;
    border-radius: 10px;
    font-weight: 600;
}

.whatapps_icon_checkout:hover{
    color: #43b13e;
}

.woocommerce-js ul.products li.product a img{
    width: 100% !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto;
}
.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img{
    width: 100% !important;
    object-fit: contain !important;
    display: block;
    margin: 0 auto;
}

.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    border-color: var(--e-global-color-astglobalcolor3);
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-bottom: 5px !important;
}
.order-product-image img {
    border-radius: 5px;
    width: 60px;
    height: auto;
}

.custom-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.custom-order-table th,
.custom-order-table td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.custom-order-table th {
    background-color: #f9f9f9;
    font-weight: 600;
    text-align: center;
}

table.custom-order-table th {
    text-align: center !important;
}

table.custom-order-table td {
    text-align: center !important;
}

.custom-order-table a {
    color: #0073aa;
    text-decoration: none;
}

.custom-order-table a:hover {
    text-decoration: underline;
}

.custom-order-table td span.status {
    font-weight: 500;
    color: #666;
}

/* Only for out-of-stock products */
.woocommerce ul.products li.product.outofstock a.button.product_type_variable {
    background-color: #00852f !important;
    border-radius: 40px !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
    text-align: center !important;
}

.summary .woocommerce-breadcrumb{
    display: none !important;
}

.product .product_title {
    font-size: 30px !important;
    line-height: 1;
    margin: 0;
    color: #3a833a !important;
    font-weight: 700 !important;
}

.ast-builder-layout-element.site-header-focus-item.ast-header-account {
  margin-left: 10px !important;
}
.add-to-cart-table{
	padding: 10px 10px !important; 
	margin: 5px !important;
}
.woocommerce-js ul.products li.product a img {
  width: 100% !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto;
    margin-bottom: 0px;
  height: 300px !important;
}