/* /*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
html,
body {
  font-family: "Open Sans", sans-serif !important;
}
.d-flex {
  display: flex;
}
.flex100 {
  flex: 100%;
  max-width: 100%;
}
.flex50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flow-wrap {
  flex-flow: wrap;
}
.item-start {
  align-items: flex-start;
}
.direction-column {
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.none {
  display: none;
}
.gap20 {
  gap: 20px;
}
.gap30 {
  gap: 30px;
}
.flex-basis20 {
  flex-basis: 20%;
}
.flex-basis25 {
  flex-basis: 25%;
}
.flex-basis75 {
  flex-basis: 75%;
}
.w75 {
  width: 75%;
}

.left {
  float: left;
}
.mw100 {
  max-width: 100%;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}

.mr20 {
  margin-right: 20px;
}

/* CORRECTION BUG CSS THEME */
#index #wrapper {
  padding: 0px;
}
#displayTopHome .widgetps_mainmenu {
  flex-basis: 20%;
}
#displayTopHome .widgettptnhomeslider {
  flex-basis: 77%;
}

.widgetps_mainmenu #tptndesktopmenu .dtmenu .dtmenu-list {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

/* Responsive */

/* @media (min-width: 1400px) {
  #displayTopHome .widgetps_mainmenu {
    width: 20.2%;
  }
  #displayTopHome .widgettptnhomeslider {
    width: 78.5%;
  }
} */

.slick-initialized .slick-slide {
  height: auto;
}
.container-price {
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  margin: 3px 0 16px;
  /* padding: 0 20px 20px; */
  border: 1px solid #ececec;
  box-shadow: 0 0 8px 0 rgba(53, 53, 53, 0.12);
}
.container-reste {
  padding: 20px;
}
.container-version {
  display: flex;
  justify-content: space-around;
}
.container-version div {
  padding: 10px;
  border: 1px solid grey;
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.container-version div:nth-child(1) {
  border: none;
}
.container-version div:nth-child(2) {
  background-color: #f8f8f8;
}
.container-version div span {
  font-size: 14px;
}
.points-fort ul {
  list-style: disc;
  margin-bottom: 15px;
  margin-left: 20px;
}
.points-fort a {
  color: #5688cd;
  text-decoration: underline;
}
.product-prices .current-price {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.container-garantie {
  order-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: 4px solid #ed7124;
  border-radius: 8px;
  position: relative;
  padding: 16px;
}
.container-garantie span {
  font-size: 20px;
}
.container-garantie label {
  margin: 0 5px;
}
.container-garantie .container-checkbox {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.btn-primary {
  background-color: #ed7124;
}
.page-product .tabs {
  border: none;
}
h4 {
  font-weight: 600;
}

.container-stock {
  color: #009444;
  display: flex;
}
.product-prices .discount {
  background: #dd1e35;
  color: white;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  padding: 4px 6px;
}

.product-flags li {
  background-color: #dd1e35;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  display: table;
  margin-bottom: 4px;
  padding: 3px 8px;
  cursor: default;
}
/* #product-availability product-availability {
  color: #dd1e35;
  font-weight: 600; 
} */
span#product-availability\ available {
  color: #009444;
  font-weight: 600;
}

.module-pick-image {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.module-pick-image img {
  width: 80px;
}
#tab-content .h5,
.product-accessories .h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.tab-active {
  color: #ed7124;
  text-decoration: underline;
}
.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none !important;
  border: none;
}
.nav-tabs li {
  font-size: 25px;
  display: flex;
}
.nav-tabs li:after {
  content: "";
  height: 2.5rem;
  width: 0;
  border-right: 0.0625rem solid #dbdbdb;
  display: block;
  margin-left: 30px;
}
