/**
Theme Name: Auzvic Pharmaceuticals
Author: auzvicpharmaceuticals
Author URI: https://auzvicpharmaceuticals.com/about-us/
Description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
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: auzvic-pharmaceuticals
Template: astra
*/

/* Custom css code for product show in list */
.pharma-product{
    display:flex;
    gap:30px;
    padding:30px 0;
    border-bottom:1px solid #e5e5e5;
}

.pharma-image{
    width:20%;
    flex:0 0 20%;
}

.pharma-image img{
    width:100%;
    height:auto;
    display:block;
}

.pharma-details{
    width:80%;
    flex:0 0 80%;
}

.pharma-title{
    margin:0 0 15px;
    font-size:32px;
}

.pharma-title a{
    text-decoration:none;
    color:#2c3e50;
}

.pharma-category{
    margin-bottom:15px;
    color:#777;
}

.pharma-description{
    line-height:1.8;
    margin-bottom:20px;
}

.read-more{
    display:inline-block;
    padding:12px 30px;
    border:2px solid #f39c12;
    border-radius:30px;
    color:#f39c12;
    text-decoration:none;
    transition:.3s;
}

.read-more:hover{
    background:#f39c12;
    color:#fff;
}

@media(max-width:768px){

    .pharma-product{
        flex-direction:column;
    }

    .pharma-image,
    .pharma-details{
        width:100%;
        flex:0 0 100%;
    }
}

/* End Code  */

/* contact form code here  */
.cf7-row{
    display:flex;
    gap:30px;
    margin-bottom:30px;
}

.cf7-col{
    flex:1;
}

.cf7-full{
    margin-bottom:30px;
}

.cf7-row label,
.cf7-full label{
    display:block;
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    color:#222;
}

.required{
    color:#d90000;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea{

    width:100%;
    border:1px solid #d6d6d6;
    border-radius:10px;
    padding:18px 20px;
    font-size:17px;
    box-sizing:border-box;
    background:#fff;
}

.wpcf7 textarea{
    height:220px;
    resize:vertical;
}

.wpcf7-submit{

    background:#D9A23B;
    color:#fff;
    border:none;
    padding:16px 35px;
    font-size:22px;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
}

.wpcf7-submit:hover{
    background:#c18b27;
}

@media(max-width:767px){

.cf7-row{
display:block;
}

.cf7-col{
margin-bottom:20px;
}

}

/* Code End Here */