/*
 * 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.widget-category_image { margin-bottom: 50px;}


.page-home .ApColumn div.mb-60>h4.title_block { margin-bottom: 60px; }

/* 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;
}

/*MERGE HERE*/

.btn-black {
       background-color: #000;
    padding: 12px;
    color: #fff;
    font-weight: bold;
}

/* 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;}

i.fa-tag {
   color: #e97e3d;
}

/* Keyframe animation for shaking */
@keyframes shakex {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
    75% { transform: rotate(-3deg); }
    100% { transform: rotate(0deg); }
}

/* Apply the shake animation to the icon */
.icon-shake i {
    display: inline-block;
    animation: shakex 1s ease-in-out;
    animation-iteration-count: infinite;
}

/* Black Friday Promo

body.category-id-15 div.box-breadcrumb {
visibility: hidden;
}

li.sale {
background-color: #000;
}

ul > li.nav-item.sale.icon-shake > a > span > span {
color: #fff;
}

li.nav-item.sale.icon-shake > a > span > i {
color: #fff;
}

li.sale > i.fa-tag {
 color: #fff;
}

_Black Friday Promo */

/* Main banner slider */

.caption-description {
     color: #fff;
     background-color: #000;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 1.5em;
     padding: 1em;
     margin: 0 auto;
     display: flex;
     justify-content: center;
     max-width: 200px;
     text-align: center;
     line-height: 1.2em;
}
 #carousel {
     display: flex;
     justify-content: center;
}
 #carousel ul {
     max-width: 1712px;
}
 #carousel h2 {
     font-size: 1.8em;
     line-height: 1.6em;
     font-weight: 600;
     text-align: center;
}
 #carousel figure {
     display: flex;
     justify-content: space-evenly;
     flex-wrap: wrap;
}
 #carousel figcaption {
     width: 400px;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 #carousel img {
     width: 60%;
     height: auto;
     object-fit: cover;
     margin-bottom: 15px;
}
 div.direction {
     display: none;
}
 #carousel > ol.carousel-indicators li {
     box-shadow: 0px 0px 2px #818181;
}
 #carousel > ol.carousel-indicators li:active {
     width: 14px;
     height: 14px;
}
 @media (max-width: 1000px) {
     #carousel img {
         width: 100%;
    }
     ol.carousel-indicators {
         display: none;
    }
}