/* ================================================= */
/* ENERGY LABEL (EU ENERGY LABEL FOR WOOCOMMERCE) */
/* DO NOT MODIFY */
/* ================================================= */

.euel-energy-label-container{
z-index:1;
float:right;
right:55px;
}

.euel-energy-label-container span:after{
top:0;
}

.euel-energy-label-container #single_euel{
left:85%;
}

span#single_euel{
left:86%;
font-size:14px;
}

/* ================================================= */
/* BADGES / RIBBONS */
/* ================================================= */

.ribbon{ position:unset; }

.ribbon3{
left:-2px;
font-size:16px;
}

.callout.badge.badge-circle{
top:44px;
position:relative;
}

/* ================================================= */
/* FORMS */
/* ================================================= */

.center-form{
display:block;
margin:auto;
max-width:600px;
}

@media (min-width:768px){
.center-form{ max-width:800px; }
}

/* ================================================= */
/* REQUEST BUTTON */
/* ================================================= */

.request-btn{
background:#e50914;
color:#fff;
padding:16px 35px;
font-size:18px;
font-weight:bold;
border-radius:50px;
text-transform:uppercase;
display:inline-block;
transition:.3s;
border:none;
}

.request-btn:hover{
background:#b4060d;
transform:scale(1.05);
}

.product .request-btn{ margin-bottom:20px; }

.product .add_to_cart_button{
display:block;
margin-top:10px;
width:100%;
}

@media (min-width:768px){

.request-btn{
background:#8B0000!important;
padding:20px 50px;
font-size:20px;
min-width:200px;
}

}

@media (max-width:767px){

.request-btn{
padding:12px 24px;
font-size:14px;
}

}

/* ================================================= */
/* GLOBAL TYPOGRAPHY */
/* ================================================= */

body{
font-size:17px;
line-height:1.7;
color:#333;
}

h1,h2,h3,h4{
font-weight:600;
letter-spacing:-0.02em;
}

/* ================================================= */
/* PRODUCT GRID */
/* ================================================= */

.products .product-small{
border-radius:14px;
overflow:hidden;
padding:14px;
margin-bottom:18px;
background:#fff;
transition:.25s;
}

.products .product-small:hover{
transform:translateY(-4px);
box-shadow:0 16px 30px rgba(0,0,0,.12);
}

.woocommerce-loop-product__title{
font-size:17px;
font-weight:600;
line-height:1.4;
min-height:42px;
}

.price{
font-size:20px;
font-weight:700;
color:#111;
margin-top:4px;
}

/* ================================================= */
/* SINGLE PRODUCT STYLING (SAFE ONLY) */
/* ================================================= */

.single-product .product_title{
font-size:38px;
font-weight:800;
line-height:1.25;
margin-bottom:14px;
}

.single-product .price{
font-size:28px;
font-weight:800;
margin-bottom:18px;
}

/* ================================================= */
/* SHORT DESCRIPTION BULLETS */
/* ================================================= */

.single-product .woocommerce-product-details__short-description{
font-size:16px;
line-height:1.7;
color:#444;
margin:10px 0 20px;
}

.single-product .woocommerce-product-details__short-description p{
position:relative;
padding-left:22px;
margin-bottom:8px;
}

.single-product .woocommerce-product-details__short-description p:before{
content:"✓";
position:absolute;
left:0;
top:0;
color:#2e7d32;
font-weight:700;
}

/* ================================================= */
/* PRODUCT DESCRIPTION AREA */
/* ================================================= */

.single-product .woocommerce-Tabs-panel{
background:#fff;
border:1px solid #e5e5e5;
border-radius:8px;
padding:26px 30px;
margin-top:20px;
max-width:900px;
}

.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3{
color:#b30000;
font-size:26px;
font-weight:700;
margin-top:28px;
margin-bottom:12px;
border-bottom:1px solid #eee;
padding-bottom:6px;
}

.single-product .woocommerce-Tabs-panel p{
line-height:1.8;
margin-bottom:14px;
color:#444;
}

.single-product .woocommerce-Tabs-panel ul{
padding-left:20px;
margin-bottom:18px;
}

.single-product .woocommerce-Tabs-panel li{
margin-bottom:6px;
}

/* ================================================= */
/* RELATED PRODUCTS */
/* ================================================= */

.related.products{
margin-top:50px;
}

.related.products h2{
font-size:26px;
margin-bottom:20px;
}
.product-highlights{
list-style:none;
padding:0;
margin:15px 0;
}

.product-highlights li{
padding:8px 0;
border-bottom:1px solid #eee;
font-size:16px;
}

.product-highlights li:last-child{
border-bottom:none;
}
/* Center Request to Buy button under description */

.single-product .summary .request-btn{
display:block;
margin:20px auto;
text-align:center;
}
/* Center Request to Buy button under description */

.single-product .summary .request-btn{
display:block;
margin:20px auto;
text-align:center;
}
