@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
main#main {
  margin-top: 70px !important;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 10px;
  color: #3e3e3e;
}
div.content-preview-details {
  margin-top: 85px;
}
.pd-wrap {
  padding: 25px 0;
  font-family: "Ubuntu", sans-serif;
}

.heading-section {
  text-align: center;
  margin-bottom: 20px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(32 32 32)!important;
}

.sub-heading {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading-section h2 {
  font-size: 32px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: "Ubuntu", sans-serif;

  display: none !important;
}

.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}

.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}

.position {
  color: #adadad;
  font-size: 14px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}

.owl-nav button svg {
  width: 25px;
  height: 25px;
}

.owl-nav button.owl-prev {
  left: 25px;
}

.owl-nav button.owl-next {
  right: 25px;
}

.owl-nav button span {
  font-size: 45px;
}

.product-thumb .item img {
  height: 100px;
}

.product-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}

.product-price-discount {
  font-size: 22px;
  font-weight: 400;
  padding: 10px 0;
  clear: both;
}

.product-price-discount span.line-through {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #a5a5a5;
}

.display-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.product-info {
  width: 100%;
}

.reviews-counter {
  font-size: 13px;
}

.reviews-counter span {
  vertical-align: -2px;
}

.rate {
  float: left;
  padding: 0 10px 0 0;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 15px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 21px;
  color: #ccc;
  margin-bottom: 0;
  line-height: 21px;
}

.rate:not(:checked) > label:before {
  content: "\2605";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
/*
.product-dtl .product-info {
}
*/
.product-dtl .product-info .head-infos-website {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-dtl .product-info .head-infos-website .title-website {
  font-size: 1.8rem;
  font-weight: 600;
  color: #212529;
  width: 100%;
}
.product-dtl .product-info .head-infos-website .uptade-infos {
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #d74c15;
}
.content-desc-list a {
  color: #d74c15;
}

.content-desc-list #periode-payment {
  height: 45px;
  border-radius: 2px;
  font-size: 1rem;
  color: #222;
}
.owl-carousel .owl-item img {
  border-radius: 7px;
  margin-bottom: 7px;
}
div#thumb .owl-item .item {
  width: 98%;
  max-width: 150px;
  height: 112px;
  border: 1px solid #d7d7d7;
  border-radius: 7px;
  overflow: hidden;
}
div#thumb .owl-item .item img {
  height: auto;
  width: 100%;
}

.product-dtl p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 10px;
  color: #3e3e3e;
}

.product-dtl .form-control {
  font-size: 15px;
}

.product-dtl label {
  line-height: 16px;
  font-size: 15px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-button-live {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-button-live .btn-live-preview {
  width: 125px;
  text-align: center;
  height: 45px;
  /* border: 1px solid #d74c158c; */
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 2px;
  margin-top: 5px;
  font-weight: 200;
  color: #fff;
  background: #d74c15;
  font-size: 1rem;
  transition: 0.5s;
}
.section-button-live .btn-live-preview:hover {
  text-decoration: none;
  background: #456c12;
  transition: 0.5s;
}

.product-count {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0px;
}

.product-count .details-product-payment {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-count .details-product-payment h4.detail-one {
  width: 97%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-count .details-product-payment h4.detail-one span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #505050;
}
.product-count .details-product-payment h4.detail-one span i {
  color: #d74c15;
}
.product-count .details-product-payment .taxex-section {
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding-top: 15px !important;
  width: 100%;
}
.product-count .details-product-payment .taxex-section h4 span {
  font-weight: 600;
}
.product-count .details-product-payment .taxex-section h4.detail-one.to-pay {
  margin-top: 15px;
}
.product-count
  .details-product-payment
  .taxex-section
  h4.detail-one.to-pay
  span {
  font-size: 1.2rem;
}

.product-count a.visa-card-payment {
  min-width: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d74c15;
  text-decoration: none;
  border-radius: 3px;
  padding: 8px 12px;
  color: #d74c15;
  font-weight: 600;
  transition: 0.5s;
  cursor: pointer;
  height: 45px;
  width: 70%;
}
.product-count a.visa-card-payment:hover {
  border: 2px solid #2373c7;
  color: #2373c7;
  transition: 0.5s;
}
.product-count a.visa-card-payment svg {
  height: 25px;
}

.product-count .qtyminus,
.product-count .qtyplus {
  width: 34px;
  height: 34px;
  background: #212529;
  text-align: center;
  font-size: 19px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}

.product-count .qtyminus {
  border-radius: 3px 0 0 3px;
}

.product-count .qtyplus {
  border-radius: 0 3px 3px 0;
}

.product-count .qty {
  width: 60px;
  text-align: center;
}

.round-black-btn {
  border-radius: 4px;
  background: #212529;
  color: #fff;
  padding: 7px 45px;
  display: inline-block;
  margin-top: 0px;
  border: solid 2px #212529;
  transition: all 0.5s ease-in-out 0s;
}

.round-black-btn:hover,
.round-black-btn:focus {
  background: transparent;
  color: #212529;
  text-decoration: none;
}

.product-info-tabs {
  margin-top: 25px;
}

.product-info-tabs .nav-tabs {
  border-bottom: 2px solid #d8d8d8;
}

.product-info-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}

.product-info-tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #323232;
}

.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
}

.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
  border: none;
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
}

.product-info-tabs .tab-content .tab-pane {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
}

.review-form .form-group {
  clear: both;
}

.mb-20 {
  margin-bottom: 20px;
}

.review-form .rate {
  float: none;
  display: inline-block;
}

.review-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #000;
}

.review-form .form-control {
  font-size: 14px;
}

.review-form input.form-control {
  height: 40px;
}

.review-form textarea.form-control {
  resize: none;
}

.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}

/********* PRICE SELECTED *********/
.box {
  /*color: #fff; */
  padding: 0;
  display: none;
  margin-top: 0;
}
.amount-to-pay {
  color: #484848;
  font-size: 1.5rem;
  margin: 8px 0;
}
.red {
  background: #ff0000;
}
.green {
  background: #228b22;
}
.blue {
  background: #0000ff;
}

/********* PREVIEW BUY ********/
/*
div.order-fields-data {
}
*/
div.order-fields-data .form-group-two-field {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
div.order-fields-data .form-group-two-field .form-group {
  padding: 0 4px;
}
div.order-fields-data .form-group-two-field .form-group input[type="email"],
div.order-fields-data .form-group-two-field .form-group input[type="text"] {
  height: 42px;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 1px;
  border: 1px solid #939393;
  font-family: "Ubuntu", sans-serif;
  color: #222222;
}

div.order-fields-data
  .form-group-two-field
  .form-group
  p.domaine-desc-paragraph {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #666777;
}
div.order-fields-data
  .form-group-two-field
  .form-group
  p.domaine-desc-paragraph
  span {
  font-weight: 600;
  /* color: #ff5928; */
}
div.modal-footer .btn-secondary {
  height: 42px;
  width: 105px;
  font-size: 0.95rem;
  border-radius: 3px;
  font-family: "Ubuntu";
}
div.modal-footer .sign-up-button-class {
  height: 42px;
  font-size: 0.95rem;
  border-radius: 3px;
  font-family: "Ubuntu";
  background: #d74c15;
  border: 1px solid;
  transition: 0.5s;
}
div.modal-footer .sign-up-button-class:hover {
  background: #4b7711;
  transition: 0.5s;
}
.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}
.modal {
  background: rgba(0, 0, 0, 0.729) !important;
}
/*
.modal-body {
  /* padding-bottom: 0!important; *//*
}
*/
.modal-footer {
  padding: 0 !important;
  border-top: 0px solid !important;
}
form.new-order-command {
  padding-bottom: 0 !important;
}

div.content-preview-details div#slider .owl-carousel .owl-stage-outer {
  display: none;
}
.content-preview-details #thumb {
  display: none!important;
}

.error-warning {
  font-size: .9rem !important;
  font-weight: 400;
  text-transform: inherit;
  border: 1px solid;
  line-height: 22px;
  padding: 8px 15px;
  border-radius: 3px;
  color: #b88d00;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  /*display: flex;
  align-items: center;
  flex-wrap: wrap;*/
}
.error-warning i {
  width: 15px;
  height: 15px;
  color: #b88d00;
  margin-right: 8px;
}
.error-warning b {
  font-weight: 600 !important;
}
#thumb {
  display: none!important;
}