/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#footer .footer-container .col-lg-8.col-md-8.links {
    width: 80%;
}
 
#footer .footer-container .links .col-md-6.wrapper {
    width: 24%;
}
#footer .block_newsletter {
    background: transparent;
    width: 20%;
    color: #fff;
    float: left;
    display: grid;
}

#footer .block_newsletter .container {
    width: 100%;
}

#footer .block_newsletter form .input-wrapper {
    overflow: hidden;
    display: block;
    width: 100%;
}
#footer .block_newsletter .newsletter-content {
    padding: 0;
}
.block_newsletter p {
    display: none;
}

#footer .block_newsletter h2 {
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
}

#footer .block_newsletter form input[type=text] {
    margin-right: 0px;
     height: 48px;
    line-height: 24px;
    padding: 20;
   
}
#footer .block_newsletter form button[type=submit] {
    position: relative;
    cursor: pointer;
    height: 50px;
    line-height: 24px;
    min-width: 199px;
    border-radius: 0px;
    padding: 13px 13px 43px 13px;
    top: 10px;
}



#header .header-nav .right-nav {
    float: right;
    margin-left: 30%;
}

#footer .gdpr-newsletter label {
    display: none;
}

#header .header-nav .block-social {
    text-align: left;
    width: 100%;
    float: left;
    margin-left: -32%;
}

/*pop-up produs hover  "vizualizare rapida"*/

.product-miniature .thumbnail-container .quick-view {
    top: 50%;
    display: none;
}
    

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom-left li {
  display: inline-block;
  padding-left: 10px;
}
.footer-bottom-right  {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
}
.footer-bottom-left {
    width: 50%;
    display: flex;
}

body#checkout .custom-checkbox span {
    display: inline !important;
    font-size: 14px !important;
}

body#checkout .custom-checkbox .custom-checkbox-label span {
    font-size: 14px !important;
    border: none !important;
    font-family: inherit !important;
}

@media (max-width: 767px) {

    #footer .footer-container .col-lg-8.col-md-8.links {
        width: 100%;
    }
    
    #footer .footer-container .links .col-md-6.wrapper {
        width: 100%;
    }
    #footer .block_newsletter {
    width: 100%;
    margin-top: 30px;
    }
    .footer-bottom-right  {
    width: 100%;
    display: block;
    margin-top: 10px;
   }
    .footer-bottom-left {
    width: 100%;
   }
}

body#product #product-comments-list {
    overflow:auto;
    max-height: 1500px;
} 

body#product .product-mainblock {
    margin-bottom: 20px;
}


.cbd-features.trustbadges {
    --green:#5a9e52;          /* icon colour — change this one value to recolour all icons */
    --title:#2b2b2b;
    --subtitle:#8f8f8f;
    --divider:#ececec;
    --card-bg:#ffffff;

    width:100%;
    max-width:550px;
    margin:0 auto;
    box-sizing:border-box;
    padding:8px 16px;
    background:var(--card-bg);
    font-family:-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    text-align:center;
  }
  .cbd-features.trustbadges *{box-sizing:border-box;}

  .cbd-features.trustbadges .cbd-feature{
    padding:26px 8px;
  }
 .cbd-features.trustbadges .cbd-feature + .cbd-feature{
    border-top:1px solid var(--divider);
  }

  .cbd-features.trustbadges .cbd-feature__icon{
    color:var(--green);
    width:64px;
    height:64px;
    margin:0 auto 16px;
    display:block;
  }
  .cbd-features.trustbadges .cbd-feature__icon svg{width:100%;height:100%;display:block;}

  .cbd-features.trustbadges .cbd-feature__title{
    margin:0 0 6px;
    font-size:20px;
    font-weight:700;
    letter-spacing:.03em;
    color:var(--title);
    text-transform:uppercase;
  }

  .cbd-features.trustbadges .cbd-feature__text{
    margin:0;
    font-size:15px;
    line-height:1.45;
    color:var(--subtitle);
  }