/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#header.navbar-fixed-top.mini-navbar .logo {
      max-width: 200px; }

h3.h3.product-title {
min-height: 2.2em;
}

/* GDPR Consent in checkout customization */

.form-group.row > label[for="field-psgdpr"] ~ .col-md-6 {
  margin-top: 40px;
  font-weight: bold;
  
}

#customer-form > div > div:nth-child(8) > div.col-md-6 > span > label {
  font-size: 16px !important;
}

/* Top notification stripe */
.top-stripe {
font-weight: 700; 
padding: 12px; 
background-color: #F4D5AE; 
color: #000
}

#header > nav > div.bottomnav > div > div > div > div {
    padding-top: 0 !important;
}


/* Top menu customizations */

span.menu-title {
font-weight: bold;
}

/* Make product reference n. less stand out*/

.product-reference {
    opacity: 0.2;
}

/* Newsletter block */

.ApColumn .block.block_newsletter {
background: #F4D5AE;
padding: 25px !important;
text-align: center;
}

#footer_block_newsletter > form > div > button {
background: #000;
color: #fff;
}

#blockEmailSubscription_displayFooterBefore > div.title-newsletter > h3 {
font-size: 30px;
color: #000;
font-weight: bold;
}

#blockEmailSubscription_displayFooterBefore > div.title-newsletter > p {

color: #000;
font-size: 20px;

}

#footer_block_newsletter > form > div > input[type=email]:nth-child(1) {
background-color: #fff;
color: #000;


}

div.footer-top { 
    margin-top: 75px;
    margin-bottom: 25px;
}

#footer_block_newsletter > form:not(#newsletter-mobile form) {
    max-width: 30%;
}

#footer_block_newsletter form {
    display: inline-block;
}

#footer_block_newsletter {
    text-align: center;
}


/* HP categories */

div.nbproducts > div.cate-name {
    text-transform: uppercase;
    }

div.nbproducts {

bottom: 95px !important;
background-color: #fff;
padding: 10px 5px 5px 5px;
line-height: normal;
padding-left: 20px;
padding-right: 20px;
}

.ApColumn .widget-category_image:hover .nbproducts .cate-name {
      color: #000 !important; 
}

#centered > h4 {
    text-align: center;
    font-size: 36px;
    margin: 70px 0 60px;
}

div.product-meta h3.product-title > a, .thumbnail-container .product-price-and-shipping .price {
font-family:"Montserrat";
font-weight: bold;
font-size: 16px;
color: #000;
}

span.color, span.texture {
width: 25px;
height: 25px;
border-radius: 50% !important;
}

.addToCartFormWrapper .color {
border: none;
}

div.product-variants-item>span.control-label {
width: auto;
}

div#banner-panel {
background-color: #fff;
padding: 20px;
width: 398px;
height: 366px;
    display: flex;
    flex-direction: column;
justify-content: space-evenly;
    align-items: center;
}

div#banner-panel h2 {
text-wrap: wrap;
text-align: center;
font-size: 25px;
}

div#banner-panel .light {
font-weight: 300;
}

div#banner-panel .heavy {
font-weight: 600;
}

.banner-mobile div.banner-block-mobile {
margin-top:20%;
margin-left: 9%;

}

div.widget-category_image { margin-bottom: 50px;}


.page-home .ApColumn div.mb-60>h4.title_block { margin-bottom: 60px; }

/* Carrier logo issue fix */

div.carrier-logo>img {
max-width: 100%;
}

/* Add to cart modal adjustments */

div#blockcart-modal img.product-image {
 width: auto;
 height: 150px;
}

div#blockcart-modal div.cart-content {
margin-top: 10px;
padding-top: 10px;

}

/* Make product description more contrast to bg */

div.description-short {

color: #666666;
}

/*Cart - hide block title from gift selection*/

section.cart-darique div.card-block>h1 { display: none;}


section#checkout-addresses-step [data-link-action="different-invoice-address"] {
color: #acaaa6;
}

/*MERGE HERE*/

.btn-black {
       background-color: #000;
    padding: 12px;
    color: #fff;
    font-weight: bold;
}

div#carousel {
text-align: center;
position: relative;
min-height: 358px;
}

div#carousel img {
width: 100%;
height: auto;
min-height: 358px;
min-width: fit-content;
}

div.direction {
display: none;
}

figcaption.caption {
position: absolute;
top: 50%;
right: 15%;
transform: translateY(-50%);

}

@media (max-width: 400px) {
    figcaption.caption {
        right: auto;
    }

div#banner-panel {
max-width: 80%;
}
}

/* Footer contact info block */

.footer-contact {
    margin-top: 20px;
}

div.block.footer-contact.ApRawHtml>h4.title_block {
    padding-bottom: 5px;
}

.footer-contact a {
    color: #ffffff;
}

.footer-contact a:hover {
    color: #e97e3d;
}

/* Remove left col from category page for now*/

body#category div#left-column { display: none;}