:root {
    --brand-blue: #007bff;
    --brand-dark: #1a237e;
    --accent-teal: #20c997;
    --accent-purple: #6f42c1;
    --white: #ffffff;
    --gray-100: #f8f9fa;
    --gray-500: #adb5bd;
    --black: #000000;
    --error: #ff4444;
    --success: #16b777;
    --warning: #ffbb33;
    --info: #33b5e5;
    --menu-background: #fafafa;
    --menu-text: #666;
    --menu-hover: #105915;
    --menu-hover-background: #ccc;
    --menu-hover-text: #105915;
    --menu-active: #105915;
    --menu-active-background:  #105915;
    --content-background: #ffffff;
    --content-text: #333;
    --content-link: #007bff;
    --footer-background: #0D0D0E;
    --footer-text: #ccc;
    --footer-link: #fff;
    --shade-background: rgba(0, 0, 0, 0.5);
    --shade-text: #fff;
    --tab-background: rgba(255, 255, 255, 0.96);
    --tab-text: #666;
    --tab-hover: #007bff;
    --img-background: #fafafa;
    --img-border: #ccc;
}

.pdDetails li{
display:none;
}

.pdDetails li.line-3{
display:block;
min-height:auto!important;
}

.pdDetails li.line-3 label{
display:none;
}
.gt_top_banner #banner{
height:900px;
max-height:500px;
}

.gt_widget .gt_widget_title h2 {
    height: 70px;
    margin: 25px auto;
    text-align: center;
    font-size: 28px;
    color: var(--black);
    line-height: 43px;
    background-image: url(http://qipeima.oss-cn-shenzhen.aliyuncs.com/pd/0/5/9/059e6b0297a167f5737c35af1211d7c2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 
}
