#page {
  background-color: #fff !important;
}

.columns-container {

  background: #fff;
  padding-top: 40px;
  margin-top: 0;

}

#columns {
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  max-width: 100%;
  line-height: initial;
}

.fiche-produit {
  width: 1216px;
  margin: 0 auto;
  margin-bottom: 36px;
}

.fiche-produit-gallery {
  float: left;
  width: 747px;
  height: 608px;
  overflow: hidden;
}

.fiche-produit-details {
  float: right;
  width: 433px;
  height: 537px;
}

.other-details .left-block {
  float: left;
  width: 50%;
  height: 265px;
  background-color: #f7f7f7;
}

.left-block-container {
  width: 608px;
  float: right;
}

.other-details .right-block {
  float: left;
  width: 50%;
  height: 265px;
  background-image: url(../img/3-3-images-details-V2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-slider-nav {
  float: left;
  width: 137px;
  height: 608px;
  overflow: scroll;
}

.product-slider-main {
  float: right;
  width: 608px;
  height: 608px;
}

.product-slider-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-slider-nav ul li {
  width: 114px !important;
  height: 114px !important;
  margin-top: 27px !important;
}

.product-slider-nav ul li img {
  width: 112px;
  height: 112px;
  object-fit: cover;
}

.product-slider-nav ul li:nth-child(1) {
  margin-top: 0 !important;
}

.product-slider-nav ul li.slick-slide {
  border: 1px solid transparent;
}

.product-slider-nav ul li.slick-slide.slick-current {
  border: 1px solid #de2263;
}

.product-slider-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.product-slider-main ul li {
  width: 608px;
  height: 608px;
}

.product-slider-main ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-slider .slick-list {
  width: 100% !important;
  padding: 0 !important;
}

.product-category {
  color: #de2263;
  font-size: 35px;
  text-transform: uppercase;
}

.product-title {
  color: #2a245a;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

.product-price {
  color: #000000;
  font-size: 20px;
  margin-top: 36px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.product-pages-radio .label {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #2a245a;
  margin-top: 17px;
  font-size: 17.5px;
  padding: 0;
  font-weight: normal;
}

/********
RADIO BUTTON
*********/

.simple-radio {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.simple-radio ul {
  counter-reset: section;
}

.simple-radio li {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: inline-block;
  line-height: 1.2em;
  width: auto;
  color: #fff;
  background-color: #49b4c6;
  counter-increment: section;
  cursor: pointer;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 14px;
}

.simple-radio li:hover:before,
.simple-radio li.checked:before {
  color: #fff;
}

.simple-radio .check {
  display: inline-block;
  text-align: center;
  width: 1.5em;
  line-height: 1em;
  padding-top: 0.2em;
  float: right;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.simple-radio input,
.simple-radio li .check .yes,
.simple-radio li.checked .check .no {
  display: none;
}

.simple-radio li:hover,
.simple-radio li.checked {
  background-color: #de2263;
  color: #ffffff;
}

.simple-radio li .check .no,
.simple-radio li.checked .check .yes {
  display: inline;
}

/********
RADIO BUTTON
*********/

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tabs-controls {
  margin-bottom: 24px;
}

.tabs-controls ul li a {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #302a5f;
  text-transform: uppercase;
}

.tabs-controls ul li.active a {
  color: #a8c111;
}

.tab {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}

.tab p {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  text-align: justify;
}

.tabs-controls ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tabs-controls ul li {
  float: left;
  margin-left: 50px;
}

.tabs-controls ul li:before {
  position: absolute;
  content: "|";
  margin-left: -25px;
}

.tabs-controls ul li:nth-child(1) {
  margin-left: 0;
}

.tabs-controls ul li:nth-child(1):before {
  content: none;
}

.tabs-controls ul li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.product-infos {
  margin-top: 50px;
}

.share-product {
  margin-top: 40px;
}

.share-product span {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  float: left;
  font-weight: bold;
  color: #2a245a;
  text-transform: uppercase;
}

.share-product ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

.share-product ul li {
  position: relative;
  float: left;
  background-color: #2a245a;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 100px;
  margin-left: 6px;
}

.share-product ul li a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  display: inline-block;
}

.details-title {
  color: #a8c111;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.details-list ul {
  line-height: initial;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 95%;
  font-size: 16px;
}

.details-list ul li {
  padding-left: 20px;
}

.details-list ul li:before {
  position: absolute;
  left: 0;
  margin-top: 3px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2a245a;
  border-radius: 100px;
}

.clients-testimonials {
  display: none;
  height: 251px;
  width: 100%;
  background-color: #f9f8f7;
  margin-top: 228px;
}

.envloppe-block {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 740px;
  height: 310px;
  background-image: url(../img/envloppe.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -180px;
  background-size: 100%;
}

.features-block {
  overflow: hidden;
  position: relative;
  left: 50%;
  float: left;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-top: 165px;
}

.features-block li {
  display: block;
  background-color: #f6f6f6;
  width: 314px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  float: left;
  margin-left: 13px;
  color: #ffffff;
}

.features-block li:nth-child(1) {
  margin-left: 0;
  background-color: #de2263;
}

.features-block li:nth-child(2) {
  background-color: #49b4c6;
}

.features-block li:nth-child(3) {
  background-color: #a8c111;
}

.client-testimonial-content {
  padding-top: 60px;
  width: 350px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.client-review {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #2a245a;
}

.client-name {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #de2263;
  font-weight: 600;
  padding-top: 10px;
}
.delete > span:nth-child(2){
  visibility: hidden;
  width: 0;
}

@media only screen and (max-width: 1200px) {
  .fiche-produit {
    width: 992px;
    margin: 0 auto;
  }

  .product-slider-nav ul li {
    width: 92px !important;
    height: 92px !important;
    margin-top: 24.3px !important;
  }

  .product-slider-nav ul li img {
    width: 100%;
    height: 100%;
  }

  .product-slider-nav {
    float: left;
    width: 94px;
    height: 537px;
  }

  .product-slider-main {
    float: right;
    width: 428px;
    height: 457px;
  }

  .product-slider-main ul li {
    width: 428px !important;
    height: 449px;
  }

  .fiche-produit-gallery {
    float: left;
    width: 717px;
    height: 457px;
  }

  .fiche-produit-gallery {
    float: left;
    width: 537px;
    height: 457px;
  }

  .product-infos {
    margin-top: 20px;
  }

  .left-block-container {
    width: 470px;
    float: right;
  }

  .details-title {
    padding-bottom: 10px;
  }

  .details-list ul {
    font-size: 15px;
    text-align: justify;
  }
}

@media only screen and (max-width: 992px) {
  .fiche-produit {
    width: 90%;
    margin: 0 auto;
  }

  .product-slider-nav ul li {
    width: 72px !important;
    height: 72px !important;
    margin-top: 10px !important;
  }

  .fiche-produit-gallery {
    float: left;
    width: 537px;
    height: 457px;
  }

  .product-infos {
    margin-top: 20px;
  }

  .left-block-container {
    width: 470px;
    float: right;
  }

  .details-title {
    padding-bottom: 10px;
  }

  .details-list ul {
    font-size: 15px;
    text-align: justify;
  }

  .fiche-produit-gallery {
    float: left;
    width: 380px;
    height: 327px;
  }

  .product-slider-nav {
    float: left;
    width: 94px;
    height: 327px;
  }

  .product-slider-main {
    float: right;
    width: 286px;
    height: 325px;
  }

  .product-slider-main ul li {
    width: 286px !important;
    height: 326px;
  }

  .fiche-produit-details {
    float: right;
    width: 290px;
    height: 537px;
  }

  .simple-radio li {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 600;
    display: inline-block;
    line-height: 1.2em;
    width: auto;
    color: #fff;
    background-color: #49b4c6;
    counter-increment: section;
    cursor: pointer;
    margin: 0.5em 0.2em 0.2em 0;
    padding: 5px 10px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .product-price {
    color: #000000;
    font-size: 20px;
    margin-top: 16px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 600;
  }

  .product-title {
    color: #2a245a;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0;
  }

  .product-category {
    color: #de2263;
    font-size: 30px;
    text-transform: uppercase;
  }

  .tabs-controls {
    margin-bottom: 14px;
  }

  .share-product {
    margin-top: 10px;
  }

  .left-block-container {
    width: 350px;
    float: right;
  }

  .fiche-produit-details {
    height: auto;
    padding-bottom: 40px;
  }

  .product-pages-radio .label {
    margin-bottom: 10px;
  }

  .features-block li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .clients-testimonials {
    height: 400px;
    width: 100%;
    background-color: #f9f8f7;
    margin-top: 228px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slider-main {
    float: left;
    width: 360px;
    height: 320px;
  }

  .product-slider-main ul li {
    width: 360px !important;
    padding: inherit !important;
  }

  .product-slider-nav {
    float: left;
    width: 100%;
    height: 74px;
    margin-top: 20px;
  }

  .product-slider-nav ul li {
    margin: 0 !important;
    margin-left: 10px !important;
  }

  .product-slider-nav ul li:nth-child(1) {
    margin-left: 0 !important;
  }

  .fiche-produit-details {
    float: right;
    width: 100%;
    height: auto;
    margin-top: 50px;
    position: relative;
    z-index: 99;
  }

  .other-details .left-block {
    float: left;
    width: 100%;
    height: 265px;
    background-color: #f7f7f7;
  }

  .other-details .right-block {
    float: left;
    width: 100%;
  }

  .left-block-container {
    width: 350px;
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .features-block {
    width: 90%;
  }

  .client-testimonial-content {
    padding-top: 60px;
    width: 40%;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 375px) {
  .product-slider-main {
    float: left;
    width: 320px;
    height: 320px;
  }

  .product-slider-main ul li {
    width: 320px !important;
    padding: inherit !important;
  }
}

@media only screen and (max-width: 360px) {
  .product-slider-main {
    float: left;
    width: 300px;
    height: 320px;
  }

  .product-slider-main ul li {
    width: 300px !important;
    padding: inherit !important;
  }

  .left-block-container {
    width: 90%;
  }

  .details-list ul {
    font-size: 13px;
    text-align: justify;
  }

  .product-slider-nav ul li {
    width: 62px !important;
    height: 62px !important;
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 360px) {
  .product-slider-main {
    float: left;
    width: 290px;
    height: 320px;
  }

  .product-slider-main ul li {
    width: 290px !important;
    padding: inherit !important;
  }
}

/*********
CUSTOM CSS
**********/
.product-slider-nav .slick-track {
  transform: none !important;
  padding: 0;
  margin: 0;
  width: 100% !important;
}

.socialsharing_product button {
  margin: 0;
  padding: 0;
  color: #fff !important;
}

.btn-facebook i,
.btn-twitter i,
.btn-google-plus i,
.btn-pinterest i {
  font-size: 12px;
  line-height: 20px;
}

#quantity_wanted_p label {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #302a5f;
  text-transform: uppercase;
  font-size: 16px;
}

#quantity_wanted_p input {
  font-size: 16px;
}

.bbnew-btn,
.bbnew-btn:active,
.bbnew-btn:focus {
  background-color: #de2263;
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: inline-block;
  line-height: 1.2em;
  width: auto;
  color: #fff;
  cursor: pointer;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 16px;
}

.bbnew-btn:hover {
  background-color: #49b4c6;
  color: #fff;
}