.product-figure.product-figure-like {
  min-height: 0px!important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(238, 225, 195)!important;
}
.modal{
    top:150px;
}
.alert-success {
    color: #159d89;
    background-color: rgba(27, 207, 180, 0.2);
    border-color: #19bea6; }
.alert-success hr {
    border-top-color: #16a792; }
.alert-success .alert-link {
    color: #0f7062; }

.alert-info {
    color: #1369ad;
    background-color: rgba(25, 138, 227, 0.2);
    border-color: #177fd1; }
.alert-info hr {
    border-top-color: #1471ba; }
.alert-info .alert-link {
    color: #0e4d7f; }

.alert-warning {
    color: #c1a30e;
    background-color: rgba(254, 215, 19, 0.2);
    border-color: #eac611; }
.alert-warning hr {
    border-top-color: #d2b20f; }
.alert-warning .alert-link {
    color: #917b0b; }

.alert-danger {
    color: #c15e72;
    background-color: rgba(254, 124, 150, 0.2);
    border-color: #ea728a; }
.alert-danger hr {
    border-top-color: #e75c78; }
.alert-danger .alert-link {
    color: #aa4257; }


.rd-navbar--is-stuck .rd-nav-link {
    color:white;
}

.rd-navbar--is-stuck .rd-navbar-basket {
    color:white;
}

.rd-navbar--is-stuck .rd-navbar-basket:hover {
    color:#be9e55;
}

.rd-navbar-collapse .list-social a, .list-social a:focus, .list-social a:active{
    color: #2a2929;
}

.button-boutique{
    text-align: center;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    border-radius: 50%;
}
.cart-inline-login {
    position: absolute;
    text-align: left;
    top: calc(100% + 30px);
    right: -18px;
    min-width: 470px;
    margin-top: 30px;
    background: #ffffff;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    filter: drop-shadow(0 0 3px rgba(1, 3, 4, 0.19));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1082;
}
.cart-inline-login::before {
    position: absolute;
    content: "";
    bottom: calc(100% - 10px);
    right: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 34px 34px;
    border-color: transparent transparent #ffffff transparent;
}
.cart-inline-login.active {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cart-inline-login .stepper input[type="number"] {
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.cart-inline-login-header {
    padding: 20px;
}
.cart-inline-login-body {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}
.cart-inline-login-footer {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}
.cart-inline-login-title {
    text-transform: uppercase;
}
.cart-inline-login-figure {
    display: block;
    background: #f5f5f5;
}
.cart-inline-login-figure img {
    width: 100%;
    transition: all 0.3s ease;
    will-change: transform;
}
.cart-inline-login-figure:hover img {
    transform: scale(1.05);
}
* + .cart-inline-login-title {
    margin-top: 0;
}
.cart-inline-login-name + * {
    margin-top: 10px;
}
.cart-inline-login-item + .cart-inline-login-item {
    margin-top: 15px;
}
.ie-10 .cart-inline-login,
.ie-11 .cart-inline-login,
.ie-edge .cart-inline-login {
    box-shadow: 0 0 5px rgba(1, 3, 4, 0.19);
}
.ie-10 .cart-inline-login::before,
.ie-11 .cart-inline-login::before,
.ie-edge .cart-inline-login::before {
    bottom: 100%;
    border-width: 0 0 24px 24px;
    z-index: 1;
}
.ie-10 .cart-inline-login::after,
.ie-11 .cart-inline-login::after,
.ie-edge .cart-inline-login::after {
    position: absolute;
    content: "";
    bottom: calc(100% + 2px);
    right: 38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent rgba(0, 0, 0, 0.04) transparent;
    z-index: 0;
}
.context-dark .cart-inline-login-name,
.bg-gray-700 .cart-inline-login-name,
.bg-gray-3 .cart-inline-login-name,
.bg-brown-1 .cart-inline-login-name,
.bg-primary .cart-inline-login-name,
.context-dark .cart-inline-login-title,
.bg-gray-700 .cart-inline-login-title,
.bg-gray-3 .cart-inline-login-title,
.bg-brown-1 .cart-inline-login-title,
.bg-primary .cart-inline-login-title {
    color: #151515;
}


.ft-24{
    font-size: 24px !important;
}

.rd-nav-item .rd-navbar-basket-wrap .rd-navbar-basket{
    color:white;
}

.footer-classic-body .fa{
    font-size: 50px;
}

.rd-nav-item .rd-navbar-basket-wrap .rd-navbar-basket:hover{
    color:#be9e55;
}
@media (min-width: 1200px) {
    .rd-navbar-aside-outer {
        display: none;
    }
}

/* Customize the label (the container-input) */
.container-input {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-input:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-input input:checked ~ .checkmark {
  background-color: #be9e55;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-input .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.select2-container {
  min-width:200px;
}

.minus, .plus{
  width:20px;
  height:20px;
  background:#f2f2f2;
  border-radius:4px;
  padding:8px 5px 8px 5px;
  border:1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

@keyframes shakeX {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-8px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(8px, 0, 0);
  }
}

.shakeX {
  animation-name: shakeX;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}


/*
@media screen and (max-width: 992px) {
  table,
  tbody,
  tr,
  td {
    display: block;
    width: auto!important;
  }
}

.button-delete {
  padding: 3px 10px;
}

@media (min-width: 992px) {

  .button-delete {
    padding: 10px 20px;
  }

}
*/

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #dee2e6;
}

.table-cart thead th {
  border-bottom: none;
}

.table-cart th, .table-cart td {
  border-top: none;
}

.table-responsive-stack td,
.table-responsive-stack th {
    display:block;
    -ms-flex: 1;
    flex: 1;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 1px solid #ccc;
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      width:100%;
   }
}

@media (max-width: 1200px) {
    table th, .table td {
      border-top: 0px solid #dee2e6;
    }
}

.titreMob {
    padding: 0.25rem!important;
}

@media (min-width: 1200px) {
    .titreMob {
        padding: 0.75rem!important;
    }
}
/*
.product-stepper .stepper {
  padding-right: 0px;
}

.stepperM {
    width: 91px;
    margin: auto;
}*/


.swal-text {
  text-align: center!important;
}