/*
============================================================

	Theme Name: Oxygen - Child Theme
	Theme URI: https://laborator.co/themes/oxygen
	Author: Laborator
	Author URI: https://laborator.co/
	Version: 1.0
	Description: Use this theme if you want to extend features of Oxygen or prevent overwriting the changes you make when new theme update is available.
	Template: oxygen
	Text Domain: oxygen
	
============================================================
*/


.product-left-info .ribbon {display: none}
.bigfont h4 {font-size: 5em;color: #FFF;}
.bigfont p {font-size: 3em;color: #FFF;text-transform: uppercase;}
.frame {padding: 35px 10% 70px 10%;}
.frame .vc_column-inner {border: 1px solid white;}
#instaShowGallery_1 .instashow-gallery-control-scroll-slider, #instaShowGallery_1 .instashow-gallery-control-scroll {display: none !important;}
 /* BEGIN sale banner */
.bubble {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: none!important;
  height: auto !important;
  position: relative;
  width: auto !important;
  z-index: 99999 !important;
}
.inside {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.inside span {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.inside span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.inside span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
/* END sale banner */

.laborator-woocommerce .product-single .entry-summary .price del:before {
  content: "prix avant: ";
}

.oxygen-top-menu.ht-3 > .wrapper > .top-menu.sticky-header {z-index: 100000}