/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#product-availability {
  color: #ff4a32;
}

#cart .breadcrumb {
  display: none;
}

#product .btn.btn-primary.add-to-cart {
  background: #000000 !important;
  border: #000000 !important;
}

.option-cadeau {
  display: flex;
  padding: 16px;
  border: 5px solid #09522869;
  margin: 5px;
  align-items: center;
}

.option-cadeau>* {
  padding: 5px;
}

.option-cadeau>p {
  margin: 0;
}

.option-cadeau>img {
  width: 80px;
}

.option-cadeau>form {
  text-align: center;
}

.option-cadeau .blue {
  color: #095228;
  display: block;
  margin-top: 10px;
}

.option-cadeau .btn-outline {
  background: #095228 !important;
  border-color: #095228 !important;
}

@media (max-width: 600px) {
  .option-cadeau {
    justify-content: center;
    flex-direction: column;
  }
}

.option-confort {
  display: flex;
  padding: 16px;
}

@media (max-width: 600px) {
  .option-confort {
    flex-direction: column;
  }
}

.option-confort>* {
  padding: 5px;
}

.option-confort .blue {
  color: #6d7aa0;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

.btn-outline {
  background: #6d7aa0 !important;
  border: #6d7aa0 !important;
}

.btn-checkout {
  background: #ff4a32 !important;
  border: #ff4a32 !important;
  color: white !important;
  margin: auto;
  margin-top: 20px;
  display: block;
}

.btn-checkout.btn-secondary {
  background-color: #000000 !important;
  border: #000000 !important;
}

.leo-dropdown-cart.dropdown {
  box-shadow: 1px 1px 6px #CCC;
}

.free-shipping-incentive {
  background: #72bb6c;
  color: white;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

#info_perso {
  color: black;
  margin-top: 20px;
}

.leo-megamenu .dropdown-menu {
  min-width: 335px;
}

@media (max-width: 1130px) and (min-width: 991px) and (min-width: 992px) {
  .box-htop .col-menu {
    left: auto !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1600px) {
  .header-top .container {
    width: 100%;
  }

  .header-top .container>.inner {
    padding: 0px;
  }
}

@media screen and (min-width: 990px) {
  .leo-megamenu .navbar-nav>li>a {
    font-size: 14px !important;
    padding: 30px 12px;
  }
}

.aeuc_from_label {
  display: none;
}

.page-content.page-cms {
  padding: 0;
}

@media (max-width: 767px) {
  .product-detail-name {
    margin: 10px 0 0;
    margin-top: 40px;
  }
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#product-description-short-585, #product-description-short-586, #product-description-short-587 {
  font-weight: bold;
  color: #0051a1;
}

.subcategory-block {
  margin-bottom: 40px;
}