@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Pixelify+Sans:wght@400..700&display=swap');
:root{
--price-color: #009B49;
    --font-family-septenary: Fredoka;
}
.leo-megamenu .navbar-nav > li > a {
   padding: 10px 20px;
}
.pixel-font .elementor-heading-title {
font-family: "Pixelify Sans" !important;
font-weight: 400;
}
.fredoka-font .elementor-heading-title, .fredoka-font h3, .fredoka-font p {
font-family: "Fredoka" !important;
}
.product-detail-name {
font-family: "Fredoka";
color: #215FAB;
font-weight: 500;
}
.product-prices .current-price-value {
    font-size: 28px;
    line-height: 24px;
font-family: "Fredoka";
font-weight: 500;
    color: var(--price-color);
}
.product-quantity{
      padding: 0px 0px;
    border: none;
flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    gap: 15px 20px;
}
.product-tabs.tabs .nav-tabs {
    text-align: left;
}

.product-tabs.tabs .nav-tabs .nav-item:not(:last-child)::before {
    content: '';
}

.product-tabs.tabs .nav-tabs .nav-link.active {
	border-radius: 35px;
    background-color: #f7a428;
    color: #fff;
    padding: 20px;
}
.product-tabs.tabs .nav-tabs .nav-link.active:hover {
    color: #fff;
}
.product-description h1{
  font-family: "Fredoka";
  color: #fff;
}
.product-description  p{
  font-family: "Montserrat";
  color: #fff;
}
div#product-details {
    font-family: 'Montserrat';
	color: #fff;
}

.tab-content-header {
	    background: url(/themes/leo_artfusy_elements/assets/img/lego_orange_multiple.svg) repeat-x top;
    height: 20px;
}
.tab-content-footer {
	    background: url(/themes/leo_artfusy_elements/assets/img/lego_orange_multiple_reverse.svg) repeat-x top;
    height: 20px;
}
.product-tabs.tabs .tab-pane {
    padding: 40px 50px;
    border: none;
    border-radius: 0px;
    background: #f7a428;
}
.product-add-to-cart .input-group.bootstrap-touchspin{
		display: flex;
		align-items: center;
		border: 1px solid #000;
		border-radius: 30px;
		padding: 0 10px;
		
	}
	
	.product-add-to-cart .input-group.bootstrap-touchspin .btn-touchspin{
		color: #000;
		padding: 0;
		background: none;
		height: auto;
	}
	.product-add-to-cart #quantity_wanted{
		border: none;
		text-align: center;
		height: 35px;
		width: 35px;
	}

	.product-quantity .add .add-to-cart {
		background-color: #009B49;
	}
	.product-quantity .add .add-to-cart:hover {
		background-color: #EC2224;
	}
.product-prices{
flex-direction: column;
align-items: flex-start;
}

.best-sellers-products .add-to-cart {
display: none;
visibility: hidden;
}

.best-sellers-products .product-title{
text-align: center;
}

.leo-plist-style-5 .thumbnail-container .wr-price-reviews{
justify-content: center;
}
.leo-plist-style-5  .thumbnail-container {
  position: relative;
  overflow: hidden;
}

.leo-plist-style-5  .product-meta {
  margin-top: 15px;
}

.leo-plist-style-5  .thumbnail-container img {
  width: 100%;
  transform: scale(0.8);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.leo-plist-style-5  .thumbnail-container .img-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.leo-plist-style-5  .thumbnail-container:hover .img-secondary {
  transform: scale(0.9);
  opacity: 1;
}

.leo-plist-style-5  .thumbnail-container:hover .img-primary {

  transform: scale(0.7);
  opacity: 0;
}


.product-miniature {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.product-miniature:hover {
  border-color: #d0d0d0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
@media(max-width:768px){
    .how-it-works-container{
        background: none !important;
    }
.bloc-reassurance {
    background-position: left center !important;
    background-image: url(/img/cms/background-reassurance-left.svg) !important;
}
.product-quantity .add {
    width: 100%;
}
}

@media(max-width:500px){
.product-detail-name {
font-size: 30px;
}
.product-prices .current-price-value {
font-size: 22px;
}
.has-discount .discount{
font-size: 12px;
}
.product-description h1{
font-size:25px;
}
}