:root { 
  --white-color: #ffffff; 
  --default-color: #e4001c;
  --gray-color: #666666;
  --light-gray-color: #eeeeee;
  --black-color: #1e1e1e;	
}


body{
    margin:0;
	padding: 0;
	color: var(--black-color);
    font-family: "Nunito Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
   font-family: "Nunito Sans", sans-serif;
   font-weight:800;
}

ul.nav.navbar-nav.mtmg_nav {
    margin-top: 30px;
}

a{
    color: var(--default-color);
	text-decoration:none;
	transition: all 1s ease;
}

a:hover, a:focus{
	text-decoration:none;
	color:var(--black-color);
}
.background-red {
    background-color: var(--default-color);
}

section.head-strip img.logo {
    width: 170px;
}
.navbar-header.hd {
    height: 105px;
}

span.aws_result_price span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.x-item {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.x-item:hover {
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #fff !important;
    background-color:red;
    font-weight: 700;
    cursor:pointer;
}


section.head-strip.fullheader ul#menu-main-menu a{
    font-size: 12px;
}

section.head-strip li.menu-item.current-menu-item.page_item.current_page_item.active a {
    color: var(--light-gray-color) !important;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: var(--light-gray-color);
    background-color: transparent;
}
.navbar {
    margin-bottom: 0px;
    border-radius:0px;
}
button.navbar-toggle {
    border: 0px solid;
    margin-top: 40px;
    margin-right: 30px;
    background-color:var(--white-color);
}

span.icon-bar {
    color: var(--default-color);
    border-width: 2px;
    border-style: solid;
    border-image: initial;
}
.navbar-nav>li>a {
    color: var(--white-color);
	font-size:18px;
	letter-spacing: 1px;
	font-weight:800;
}
.normal-space {
   padding: 70px 0px 70px 0px;
}

.normal-space-half {
   padding: 100px 0px 40px 0px;
}

.mgtop30 {
    margin-top: 30px;
}
.mgtop60 {
    margin-top: 60px;
}

.mg-top70 {
 margin-top: -70px;
}
.mgbot10px {
    margin-bottom: 10px;
}
.mgbot30px {
    margin-bottom: 30px;
}

.breadcrumbs a
 {
    margin-right: 15px;
}
img.icon-home-image {
    width: 95%;
    margin: auto;
}
.quick-view-box {
    padding: 25px;
    text-align: center;
}
a.circle-icon-view {
    background-color: var(--default-color);;
    display: block;
    border-radius: 50%;
    padding: 10px;
    width: 85%;
    margin: auto;
}
a.circle-icon-view:hover img {
    opacity:0.9;
}
.title-home-layer-1 {
    text-align: center;
    font-weight: 600;
    padding: 10px;
    font-size: 18px;
}
.product img {
    padding: 10px;
    margin: auto;
}
.br-home {
    font-style:italic;
}

/*.info-desc-prod-home {*/
/*    height: 40px;*/
/*    font-weight: 800;*/
/*    font-size: 13px;*/
/*    color: var(--black-color);;*/
/*}*/
.more-row {
    text-align: right;
}
.btn-main, a.button.product_type_simple.add_to_cart_button, button.single_add_to_cart_button.button.alt {
    background-color: var(--default-color);
    color:var(--white-color);
    padding: 10px 30px;
    letter-spacing: 1px;
    font-weight:800;
}
.btn-main:hover, a.button.product_type_simple.add_to_cart_button:hover, button.single_add_to_cart_button.button.alt:hover {
    box-shadow: 0px 0px 5px 0px var(--black-color);
	color:var(--white-color);
	background-color: var(--default-color);
}
span.price, p.price {
	color: var(--default-color) !important;
	font-weight:800;
}
.summary.entry-summary p.price{
	font-size:50px !important;
}
.imagery-box-1 {
    margin-top:20px;
	margin-bottom:28px;
}
.imagery-box img {
    width: 100%;
}
.col-md-6.cover-right {
    margin-right: 0px;
    padding-right: 0px;
}
.col-md-6.cover-left {
    margin-left: 0px;
    padding-left: 0px;
}
a.home-product img {
    width: 100%;
    height: auto;
}
a.home-product {
    display: block;
    border-radius: 5px;
	overflow:hidden;
}
a.home-product:hover {
    box-shadow: 0px 0px 5px 0px var(--black-color);
}
.imagery-box-1 a.category-link-home .category-name--home {
    left: 46%;
}

ul#autostoreinfo .list-group-item {
    padding: 0;
}
ul#autostoreinfo .list-group-item .btn-scrollbtn {
    width: 100%;
    text-align: left;
    font-size: 18px;
}
.search-location-store-cont {
    padding: 5px;
    margin-top: 8px;
}
.slstore-cont input#pharmacy_srch {
    font-size: 19px;
    width: 100%;
    background: #f3f3f3;
}

.imagery-box.imagery-box-4 img {
    width: 103%;
}
.imagery-box.imagery-box-5, .imagery-box.imagery-box-6 {
    text-align: right;
    margin-bottom: 25px;
}
.imagery-box.imagery-box-5 img, .imagery-box.imagery-box-6 img {
    width: 97%;
}
a.category-link-home {
    position: relative;
    display: block;
    height: 100%;
	transition: all 1s ease;
}
a.category-link-home img:hover{		
    opacity: 0.9;
}
.category-name--home
 {
    background: var(--black-color);
    color: var(--white-color);
    position: absolute;
    left: 37%;
    border-radius: 50px;
    padding: 5px 10px;
    bottom: 6px;
    font-size: 12px;
}
.price-home.seemore-details {
    text-align: center;
    font-weight: 600;
    color: var(--gray-color);
    background: var(--light-gray-color);
    padding: 10px;
    transition: all 1s ease;
}
a:hover .price-home.seemore-details {
    text-align: center;
    font-weight: 600;
    color: var(--white-color);
    background: var(--default-color);
    padding: 10px;
}
.pd10 {
    padding:10px;
}
.pdleft10 {
    padding-left: 10px;

}
.small-footer-img-icon{
  width:40px	
}
.product_meta {
    font-size: 25px;
    font-style: italic;
}

.product_meta {
    font-size: 25px;
}
span.posted_in {
    display: block;
    font-weight: 800;
}
.block-red-box {
    background-color: var(--default-color);
    color: var(--white-color);
    padding: 15px;
    width: 240px;
    border-radius:6px;
    margin-bottom: -8px;
}
.widget-contact a
 {
    color: #fff;
    font-size: 23px;
}
.widget-contact
 {
    text-align: center;
}
.blog-info {
    margin-top: 22px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--light-gray-color);
}
a.circle-title-view
 {
    color: var(--black-color);
}
a.circle-title-view:hover
 {
    color: var(--default-color);
}
.info-contact-us span.wpcf7-form-control-wrap {
    width: 400px;
    display: block;
    position: relative;
}
.listFrame {
    border-bottom: 1px solid var(--light-gray-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height:270px;
}
.intro-address {
    height: 45px;
}
.listFrame .detail {
    height: 95px;
}
.content-find-store-single {
    font-size: 19px;
    display: flex;
    padding: 25px 0px;
}
.ctf-store {
    padding-right:50px;
}
.cat-size-letter {
    background-color: var(--default-color);
    color:var(--white-color);;
    text-align: center;
    font-size: 135px !important;
}
.super-large3 {
    font-size: 140px;
}
div#map {
    height: 430px;
}
.super-large2 {
    font-size: 100px;
}
.form-black-box {
    background-color: var(--black-color);
    padding: 30px;
    color: var(--white-color);
    filter: drop-shadow(2px 1px 7px var(--black-color));
}
.layer-featured {

    height: 350px;
    margin-top: 20px;
    background-size: cover;
}
span.cross-price {
    text-decoration: line-through;
    color:var(--gray-color);
}
span.discount-pricing {
    margin-right: 7px;
    color:var(--default-color);
}
.price-home {
    font-weight: 700;
}


footer a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 15px;
}

footer {
	margin-top:60px;
	padding:30px 0px;
    background: var(--default-color);
	color: var(--white-color);
}
footer ul.menu.menu-social {
	display:flex;
	margin-top:30px;
}
footer ul.menu.menu-social a {
    margin-right: 9px;
    display: block;
    font-size: 23px;
    background: var(--white-color);
    padding: 10px 15px;
    color: var(--default-color);
    border-radius: 6px;
}
footer ul.menu.menu-social a:hover {
    background: var(--default-color);
    color: var(--white-color);
}
footer aside.widget.widget_media_image {
    margin-top: 20px;
}
footer h2.widget-title {   
    font-size: 20px;
    letter-spacing: 1px;
}
footer ul.menu {
    list-style: none;
    padding: 0px;
}
footer ul.menu li a {
    display:block;
	margin-bottom:5px;
}
footer a:hover{
    color:var(--light-gray-color);
}

/* Update the product title class */
.pr-home {
    display: -webkit-box;
    -webkit-line-clamp: 2;          /* Limits text to exactly 2 lines */
    -webkit-box-orient: vertical;   
    overflow: hidden;               /* Hides the text that goes over */
    text-overflow: ellipsis;        /* Adds the '...' */
    line-height: 1.4em;             /* Standard line height */
    max-height: 2.8em;              /* line-height x 2 */
    word-break: break-word;
}

/* Modify this existing class to allow the titles to breathe */
.info-desc-prod-home {
    height: auto;                   /* Changed from 40px to auto */
    min-height: 45px;               /* Ensures consistent card height */
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 13px;
    color: var(--black-color);
}

@media only screen and (max-width: 480px) {
    /* ... your existing code ... */
    
    .pr-home {
        font-size: 12px;           /* Slightly smaller font for mobile */
        line-height: 1.3em;
        max-height: 2.6em;
    }
}


@media only screen and (max-width:1034px) {
  
    
}
@media only screen and (min-width: 681px) {
    li.dropdown.dropitems ul.dropdown-menu {
       
    }
    
    nav li.menu-item.dropdown.dropitems:hover ul.dropdown-menu {
        display: block;
    }
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #444444;
        outline: 0;
    }
    
}
@media only screen and (max-width: 680px) {
     ul#menu-main-menu {
           background: #444444;
    }
    
    ul li ul.dropdown-menu {
        display: block;
        width: 100%;
        padding-left: 17px;
        font-style: italic;
        background-color: #717171;
        box-shadow: none;
        border-radius: 0px;
        font-size: 10px;
        position: relative;
    }
	.imagery-box.imagery-box-4 img {
		width: 100%;
	}
	.cust-space.imagery-box-3 {
    padding-top: 20px;
    }
}
@media only screen and (max-width: 480px) {
       
     .info-contact-us span.wpcf7-form-control-wrap {
        width: 100%;
    }  
    .title-home-layer-1
     {
        margin-bottom: 20px;
    }
    .product-card {
        margin-bottom: 20px;
    }
    .col-md-6.cover-left
     {
        padding-right: 0px;
        margin-right: 0px;
        margin-bottom: 26px;
    }
    .col-md-6.cover-right {
        margin-right: 0px;
        padding-right: 0px;
        margin-left: 0px;
        padding-left: 0;
    }
    .imagery-box.imagery-box-5 img, .imagery-box.imagery-box-6 img
     {
        width: 100%;
    }
    .imagery-box.imagery-box-5 img
     {
        margin-top: 25px;
    }

    .super-large3 {
        font-size: 90px;
    }
    
     .quick-view-item {
        height: 270px;
    }
    .super-large2 {
        font-size: 50px;
    }
    
    .cust-space.imagery-box-3 {
    padding-top: 20px;
    }
    
}

/* Target the card itself for the shadow and radius */
.card.shadow-sm {
    background-color: white !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border: none; /* Removes the default grey Bootstrap border */
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* Target the body for the internal spacing */
.card.shadow-sm .card-body {
    padding: 20px; /* Increased for a more premium look */
    background-color: transparent; /* Let the card handle the color */
}

/*NEW CODE*/



