blockquote {
	font-size: 1.5em;
}
.carouselrow a.btn,.aboutrow a.btn{
    background: #fff;
    border: 0;
    border-radius: 23px !important;
  	letter-spacing:3px;
    color: #000;
  	font-family: "Luckiest Guy"!important;
    font-weight: 700;
    padding: 7px 15px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.storyrow h2{
  	font-size: 40px;
	color: #000000;
	font-weight: 600;
	font-family: "Raleway";
}
.storyrow h3{
  	font-size: 25px;
	color: #000000;
  	text-align:left!important;
	font-family: "Raleway";
}
.storyrow h3::after {
    content: " ";
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 5px;
    background: #000;
}
.joomla-alert {
    display: none !important;
}
.mp_user1 h3{
  	font-size: 50px;
	color: #000000;
	font-weight: 600;
    text-align:center!important;
	font-family: "Luckiest Guy"!important;
}
.mp_user1{
  text-align:center!important
}
.mp_user1 .green{
    background:#78b661!important;
    border: 0;
    border-radius: 23px !important;
    color: #fff;
    font-weight: 700;
    padding: 7px 15px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.mp_user1 .green:hover{
    background:#000!important;
  
}
.mp_user1 button.arrow {
   
    border-radius: 90% !important;
    
    transition: all 0.3s;
}
.aboutrow{
  margin-top:-90px!important;
  padding-top:120px;
  padding-bottom:120px;
}
.aboutrow a.btn:first-letter{
  font-family: "Luckiest Guy" !important;
  letter-spacing: 2px;
  text-transform:uppercase!important;
}
.aboutrow h4{
  	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-family: "Luckiest Guy";
   position: relative;
    display: inline-block;
    padding-bottom: 10px; /* Espace entre le texte et le trait */
}

.aboutrow h4::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 50px; /* Longueur du trait */
    height: 3px; /* Épaisseur du trait */
    background-color: white; /* Couleur du trait */
}
.aboutrow h3{
  	font-size: 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-family: "Luckiest Guy";
}
.aboutrow p{
  	font-size: 19px;
	line-height: 25px;
	color: #fff !important;
	font-family: "Raleway";
}
.avisrow h3.row_subheading{
  color:#fff;
  font-family: "Luckiest Guy"!important;
  text-align:left!important;
}
.avisrow h2.row_heading{
  color:#fff;
  font-size:25px;
  position: relative;
    display: inline-block;
  font-family: "Luckiest Guy"!important;
    padding-bottom: 10px; /* Espace entre le texte et le trait */
}
.avisrow h2.row_heading::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 50px; /* Longueur du trait */
    height: 3px; /* Épaisseur du trait */
    background-color: white; /* Couleur du trait */
}
a.ba__content-link{
  font-family: "Luckiest Guy"!important;
}
.abovecontent h3{
	font-size: 55px;
	color: #000000;
	font-weight: 400;
	font-family: "Luckiest Guy";
  	text-align:Center;
}
.abovecontent button.category-button{
  font-size: 25px;
letter-spacing: 1px;
line-height: 11px;
text-transform: uppercase;
color: #ffffff;
font-weight: 400;
font-family: "Luckiest Guy";
}
.avisrow{
  
}


/* Carrousel Slick */
.product-carousel {
    margin: 20px auto;
    width: 100%;
}

/* Élément du carrousel */
.carousel-item {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin: 20px;
}

.carousel-item img {
    width: 100%; 
    height: auto;
    margin-bottom: 15px;
}

.carousel-item h3 {
    /*font-size: 30px;
	color: #000000;
	font-weight: 400;
	font-family: "Luckiest Guy";*/
  	font-size: 30px;
  	color: #000000;
	font-weight: 600;
	font-family: "Raleway";
}

.product-price {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.add-to-cart {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.add-to-cart:hover {
    background-color: #333;
}



button.category-button {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    margin: 10px;
    cursor: pointer;
  	letter-spacing: 3px;
   font-family: "Luckiest Guy"!important;
}

button.category-button:hover {
    background-color: #333;
}




.avisrow {
    background-image: url('../images/avisrow_top.png'), url('../images/bottom_avis.png');
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 30%, 100% 70%; 
    height: 100vh; 
    width: 100%; 
}

/*.avisrow {
    background-image: 
        url('../images/avisrow_top.png'), 
        linear-gradient(black, black), 
        url('../images/bottom_avis.png'); 
    background-position: top, center, bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% auto, 100% 100px, 100% auto; 
    height: 600px; 
    width: 100%; 
}*/

.card {
    background-color: white;
    border-radius: 15px;
    width: 320px;
  	height:480px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.description {
   	font-size: 24px;
    line-height: 1.5;
    color: #000;
}

.author {
    margin-top: 20px;
}

.name {
    font-weight: bold;
    font-size: 24px;
   	font-weight: 400;
  	color:#000;
	font-family: "Luckiest Guy";
  	text-align:left;
}

.rating {
    margin-top: 20px;
}

.leaf {
    font-size: 20px;
    color: black;
}


.galleryrow{
 
}
.galleryrow div.ba-gallery img{
  border-radius:30px!important;
}
.galleryrow h2.row_heading{
  text-align:center;
  color:#000;
  font-family: "Luckiest Guy"!important;
}
.galleryrow h3.row_subheading{
    text-align:center;
  	font-family: "Luckiest Guy"!important;
  	color:#000;
  	margin-top:-20px;
}
.galleryrow p{
    text-align:center;
}
.galleryrow i {
	font-size: 32px;
	margin: 5px 10px 0 0;
	padding: 5px;
	color: #fff;
	width: 45px;
	height: 45px;
	background: #000;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
}

.galleryrow i:hover {
	background: var(--sparkycolor1);
}
.aboutrow{
  
}
.aboutrow img{
 border-radius:30px;
}
.aboutrow h3,.aboutrow h4{
  color:#fff;
}
button, button.btn, a.btn, button.btn-primary, p.readmore a, a.readmore, input.button, .btn-primary, .btn-warning, input.default {
	background: #000;
	border: 0;
	border-radius:23px !important;
	color: #fff;
	font-weight: 700;
	padding: 7px 15px;
	text-transform: uppercase;
	transition: all 0.3s;
}

button:hover, button.btn:hover, button.btn-primary:hover, button:active, button.btn:active, button.btn-primary:active, button:focus, button.btn:focus, button.btn-primary:focus, p.readmore a:hover, p.readmore a:focus, a.readmore:hover, a.readmore:focus, .btn:hover, input.button:hover, .btn-primary:hover, .btn-warning:hover {
	background: #65ab4b;
	color: #fff;
	transition: all 0.3s;
}

.btn:hover, .btn:focus {
	background-position: 0 0;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, table.user-details input, table.user-details input.invalid, a.details, .back-to-category a.product-details, .manufacturer-product-link a, .form-control {
	border-radius: 23px;
	padding: 7px 10px;
}

a.details {
	font-size: 14px;
}

.chzn-container {
	min-width: 223px;
}

.chzn-container-single .chzn-single {
	padding: 5px 15px;
    height: 36px;
    border-radius: 18px;
}

.sparky_home dl.article-info {
	padding-left: 15px;
	padding-right: 15px;
}

.big_text {
	color: #424953;
	font-size: 72px;
	margin: 0;
	line-height: 1;
}

.heading {
	color: var(--sparkycolor2);
	font-weight: 300;
	margin: 0;
	font-size: 24px;
}

.item-page-thin {
	max-width: 800px;
	margin: 0 auto;
}

/* logorow */

.sparky_logo {
    line-height: 75px;
    padding: 0 0 0 35px;
}

.sparky_logo::before {
	content: "";
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 15px;
    border-radius: 50%;
    background: var(--sparkycolor1) url(../images/logo_jewelry.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: 13px 9px;
}

.sparky_logo span {
	font-weight: 300;
}

.logorow ul.menu li:first-child {
	padding-left: 0;
}

.logorow ul.menu li::after {
	content: "/";
	padding-left: 10px;
	color: #ccc;
}

.logorow ul.menu li:last-child::after {
	content: "";
	padding-left: 0;
}

.logorow .sparky_cell:last-child ul.menu {
	text-align: right;
}

.logorow .sparky_cell:last-child ul.menu li:last-child {
	padding-right: 0;
}

ul.mnu_topmenuright {
	text-align: right;
}

/* mainmenurow */

.mainmenurow {
	border-top:1px solid #ddd;
	/*border-bottom:3px solid #e8e9e4;*/
}

.mainmenurow ul.menu > li > a, .mainmenurow ul > li > span {
	padding-left: 0;
	text-transform: uppercase;
}

.mainmenurow ul.menu > li ul {
	margin-top: 15px;
}

.mainmenurow ul > li.active::after {
	content:"";
	display: block;
	width: calc(100% - 30px);
	height: 15px;
	background: url(../images/custom/mainmenu_active_bg.png) bottom no-repeat;
	position: absolute;
	margin-top: 15px;
}

.sparky_container > .mp_search.sparky_cell {
	padding-top: 12px;
    padding-bottom: 10px;
    text-align: right;
}

.mainmenurow input {
    padding: 7px 10px 7px 40px;
    box-shadow: none;
    border-radius: 18px;
    border: 1px solid #ddd;
    background: url(../images/custom/search.png) no-repeat;
    background-size: 22px 22px;
    background-position: 10px 6px;
}

.mainmenurow input:focus {
	box-shadow: none;
    border-color: var(--sparkycolor1);
}

.mainmenurow button {
	padding: 7px 10px;
}

@media screen and (max-width: 991px) {
    .mainmenurow nav:not(.opened) ul.menu, .mainmenurow ul > li.active::after {
		display: none;
	}
}

/* carouselrow */

.carouselrow {
	/*border-bottom: 3px solid var(--sparkycolor1);*/
}

.carouselrow .sparky_cell {
	padding: 0;
}

.carouselrow h2 /*.carouselrow p */{
  	font-family:"Luckiest Guy";
	line-height: 1;
}

.carouselrow h2 span {
	display: block;
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 15px;
}

.carouselrow .highlight {
	color: var(--sparkycolor1);
}

.carouselrow a.btn {
	margin-top: 15px;
	font-size: 16px;
    border-radius: 28px !important;
    
}

.flickity-prev-next-button {
	width: 50px !important;
    height: 100px !important;
    padding: 0;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.previous:hover {
	background: url(../images/custom/arrows.png) no-repeat;
	background-size:100px 100px;
}

.flickity-prev-next-button.next,
.flickity-prev-next-button.next:hover {
	background: url(../images/custom/arrows.png) right no-repeat;
	background-size:100px 100px;
}

.flickity-prev-next-button.previous {
	left: 50px !important;
}

.flickity-prev-next-button.next {
	right: 50px !important;
}

.flickity-prev-next-button svg {
    display: none;
}

.sb-slider {
	margin: 0 auto !important;
}

/* contentrow */

.contentrow {
	/*border-bottom: 1px solid #ddd;*/
	padding-bottom: 50px;
}

.contentrow .sparky_cell {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content_sparky.sparkle9 {
	padding-right: 30px;
}

dl.article-info {
    font-size: 16px;
    font-style: italic;
}

.contentrow .content_sparky li {
	line-height: 1.6;
}

.sparky_home .category-view .latest-view,
.sparky_home .category-view .recent-view,
.sparky_home .category-view h4 {
	display: none;
}

.abovecontent {
	text-align: center;
	/*border-bottom: 3px solid #e8e9e4;*/
	padding: 45px 0 15px 0;
}

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

.abovecontent li {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

.abovecontent a {
	color: #666;
	font-size: 20px;
	padding: 0 15px;
	display: inline-block;
}

.abovecontent a:hover {
	color: var(--sparkycolor1);
}

.abovecontent li.active a {
	color: #000;
}

.abovecontent li.active::after {
	content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: url(../images/custom/mainmenu_active_bg.png) bottom no-repeat;
    position: absolute;
    margin-top: 15px;
}

.image_right {
	float:right;
	margin-left:30px;
	max-width:300px
}

/* advertrow */

.center {
	text-align: center;
}

.advertrow {
	margin: 50px 0;
	/*border-bottom: 1px solid #ddd;*/
	background-position: 0px 72px;
}

.advertrow .sparky_cell {
	padding-top: 0;
	padding-bottom: 0;
}

.advertrow .mp_advert2 {
	padding-top: 51px;
}

.advertrow h2.row_heading {
	width: fit-content;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
	top: -80px;
	border-radius: 28px;
	padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto -70px;
}

.discount_badge {
	background: var(--sparkycolor1);
	color: #fff;
	width: 150px;
	height: 150px;
	text-align: center;
	border-radius: 50%;
	text-transform: uppercase;
	line-height: 1;
	padding-top: 32px;
	float: left;
	margin-right: 30px;
	box-shadow: 5px 5px 5px #eaeae5;
}

.discount_badge span {
	display: block;
	font-size: 48px;
	font-weight: 800;
	padding-bottom: 7px;
}

.newsletter_notice {
	color: var(--sparkycolor2);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 47px;
}

.mp_advert2 .input-group {
	justify-content: right;
}

.acymailing_module_form input, .mp_advert2 input {
	padding: 10px 20px;
    box-shadow: none;
    border-radius: 21px;
    border: 1px solid #ddd;
}

.acymailing_module_form input:focus, .mp_advert2 input:focus {
	box-shadow: none;
	border: 1px solid #ddd;
}

.acymailing_module_form input.button, .mp_advert2 button.btn {
	text-shadow: none;
	margin-left: -50px;
}

.acymailing_module_form input.button:hover,
.acymailing_module_form input.button:focus,
.mp_advert2 button.btn:hover,
.mp_advert2 button.btn:focus {
	box-shadow: none;
	color: var(--sparkycolor1);
}

/* bottomrow */

.bottomrow h3 {
	font-size: 18px;
  	color:#fff;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	padding: 0 0 10px ;
      text-align:left!important;
	margin-bottom: 30px;
}
.bottomrow  {
  	color:#fff;
}
.bottomrow a {
  	font-size: 14px;
	letter-spacing: 1px;
	line-height: 35px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	font-family: "Luckiest Guy";
}
.bottomrow a:hover {
  	text-decoration:underline;
}
.bottomrow li::before {
	content:">";
	color: #ccc;
	padding: 0 10px 0 0;
}

.bottomrow i {
	font-size: 24px;
	margin: 5px 10px 0 0;
	padding: 5px;
	color: #000;
	width: 45px;
	height: 45px;
	background: #eee;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
}

.bottomrow i:hover {
	background: var(--sparkycolor1);
}

/* copyrightrow */

.copyrightrow {
   text-align:center;
  	color:#fff;
    /*margin-top: 30px;*/
}
.copyrightrow .sparky_container{
   border-top: 1px solid #fff;
}
.copyrightrow p {
	font-size: 14px;
}

.copyrightrow a {
	color: #fff;
}

.copyrightrow ul.menu li::after {
	content: "/";
	padding-left: 10px;
	color: #ccc;
}

.copyrightrow ul.menu li:last-child::after {
	content: "";
}

/* team page */

.contentrow .team {
	text-align:center;
}

.contentrow .team p {
	text-transform: uppercase;
	font-size: 20px;
}

.team img {
	border-radius: 50%;
	filter:grayscale(70%);
	transition: all 0.5s;
}

.team img:hover {
	filter:grayscale(0%);
	transition: all 0.5s;
}

.team_position {
	display: block;
	font-size: 14px;
	text-transform: none;
	color: #666;
	font-weight: 400;
}

/* contact page */

.dl-horizontal dt, .dl-horizontal dd {
	margin-bottom: 10px;
}

.contact .accordion-group {
	background: #fff;
}

/* 404 page */

.page404 h1, .page404 h1 span {
	color: #333;
	font-size: 300px;
	line-height: 0.7;
	padding-top: 0;
}

.page404 h2 {
	line-height: 1;
}

/* coming soon page */

.soon {
	font-size: 18px;
}

.soon h1 {
	text-align: left;
}

.soon .terms {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}

/* faq page */

.accordion-button:not(.collapsed), .accordion-button:hover {
	color: var(--sparkycolor1);
	border-radius: 0 !important;
	background-color: #f5f5f5;
}


/* pricing page */

.sparky_container.pricing {
	text-align: center;
}

.sparky_container.pricing .plan {
	border: 1px solid #ccc;
	padding: 50px 0 30px;
	border-radius: 5px;
	margin: 0 15px;
}

.plan_name {
	text-transform: uppercase;
	font-weight: 700;
}

.plan_price {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 0;
	color: #333;
}

.sparky_container.pricing ul {
	margin: 50px 0 50px;
	padding: 0;
	list-style: none;
	min-height: 150px;
}

.sparky_container.pricing li::before {
	content:"\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin: 0 10px;
	color: #58b75d;
}

.sparky_container.pricing .plan.recommended {
	background: #424953;
	border: 1px solid #424953;
}

.sparky_container.pricing .plan.recommended,
.sparky_container.pricing .plan.recommended .plan_name,
.sparky_container.pricing .plan.recommended .plan_price,
.sparky_container.pricing .plan.recommended li::before {
	color: #fff;
}

.sparky_container.pricing .plan.recommended a.btn {
	border: 3px solid #fff;
}

.sparky_container.pricing .plan.recommended a.btn:hover {
	background: #333;
	border:3px solid #333;
}


/* blog pages */

.blog-items .blog-item {
	margin-bottom: 50px;
}

.blog-items .blog-item:last-child {
	margin-bottom: 0;
}

.blog .blog-items, .blog .item-page {
    padding: 30px 0;
}

.blog .blog-items .blog-item {
	padding: 30px 30px 15px 30px;
	border: 1px solid #e8e8e8;
}

.blog .blog-items .item-image {
	margin: -30px;
	padding-bottom: 45px;
}

.blog h1 {
	text-align: inherit;
}

.blog .blog-items h2,
.blog .blog-items h2 a {
	font-size: 18px;
	padding-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.blog .blog-items .item-image ~ ul.tags,
.blog .item-page .item-image ~ ul.tags {
	position: absolute;
    margin-top: -90px;
}

.blog .blog-items ul.tags li,
.blog .item-page ul.tags li,
.tagspopular ul li {
	display: inline-block;
	border:0;
	border-radius: 0;
	background: #333;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
}

.blog .item-page .item-image ~ ul.tags li {
	margin: 0 30px;
}

.tagspopular ul li {
	background: #f6f6f6;
}

.tagspopular ul li a {
	font-size: 11px;
}

.contentrow .mp_right {
	padding-left: 30px;
    border-left: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 0;
}

.mp_right h3 {
	font-size: 18px;
    text-transform: uppercase;
    padding: 30px 0 10px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #e8e9e4;
}

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

.mp_right li {
	margin: 0;
	padding: 0 0 15px;
}

.mp_right li > div, .mp_right li a div {
	display: inline;
}

.mp_right li::before {
    content: ">";
    color: #ccc;
    padding: 0 10px 0 0;
}

.mp_right li a {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.mp_right li a:hover {
	color: var(--sparkycolor1);
}

.mp_right i {
	font-size: 40px;
	color: #ccc;
}

.mp_right i:hover {
	color: var(--sparkycolor1);
}

/* VirtueMart */

.orderby-displaynumber {
	border:0;
}

.orderby-displaynumber select {
	width: 50px;
}

.orderlistcontainer a {
	font-weight: 400;
    color: #666;
}

.orderlistcontainer .title {
	font-size: 16px;
}

.orderlistcontainer .orderlist {
	min-width: 184px;
}

.horizontal-separator {
    height: 0px;
    padding: 7px 0;
    background: #fff;
}

#fancybox-bg-e {
	background: #fff;
}

.vm-col-3 {
    width: 33.2%;
}

.vm-col-4 {
	width: 24.9%;
}

/* Add to cart */

span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
	border:0;
	background: var(--sparkycolor1);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 16px;
	border-radius:22px;
	padding: 12px 20px;
}

span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover, input.highlight-button:hover, a.highlight:hover {
	color: var(--sparkycolor2);
}

.quantity-controls input {
	box-sizing: border-box;
}

.quantity-box input.quantity-input,
.quantity-box input.quantity-input:hover {
	background: #fff !important;
	border-radius: 22px;
	box-shadow: none;
	border: 1px solid #ddd;
	height: 40px;
    width: 40px;
    font-size: 20px;
    font-weight: 400;
}

span.quantity-controls input.quantity-plus {
    background: url(../images/custom/quantity-controls-plus.png) no-repeat;
}

span.quantity-controls input.quantity-minus {
    background: url(../images/custom/quantity-controls-minus.png) no-repeat;
}

/* Category View */

.category-view .category_description {
	padding-bottom: 30px;
}

.category-view .vm-product-rating-container {
	display: none;
}

.category-view .product h2,
.category-view .product h2 a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0;
}

.category-view .product h2 a:hover {
	color: var(--sparkycolor1);
}

.category-view .spacer.product-container {
	border:3px solid #fff;
    margin: 5px;
}

.category-view .vertical-separator {
	border-right: 1px solid #e8e9e4;
}

.category-view .product_s_desc {
	text-align: center;
	font-style: italic;
}

.category-view .product-price {
	text-align: center;
	float: none;
	padding-top: 10px;
}

.category-view .product-price .PricesalesPrice {
	color: var(--sparkycolor2) !important;
	font-size: 20px !important;
	font-weight: 700;
}

.category-view .products-view > h4 {
	display: none;
}

.category-view .vm-details-button {
	display: none;
}

.category-view .addtocart-bar {
	opacity: 0;
	transition: all 0.3s;
}

.category-view .spacer.product-container:hover {
	border: 3px solid var(--sparkycolor1);
	border-radius: 10px;
}

.category-view .spacer.product-container:hover .addtocart-bar {
	opacity: 1;
	transition: all 0.3s;
}

/* Product view */

.back-to-category a.product-details {
	padding: 7px 20px;
	border-radius: 20px;
}

.productdetails-view .vm-product-media-container {
	border-right: 1px solid #e8e9e4;
	margin-bottom: 0;
}

.additional-images {
	margin: 0;
}

.additional-images img {
    width: 100px;
}

.fancybox-title-inside {
	margin-left: 0 !important;
}

.product-short-description {
	font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    color: var(--sparkycolor2);
}

.productdetails-view .product-price {
	float: none;
	text-align: inherit;
	color: var(--sparkycolor2);
    font-size: 32px;
    font-weight: 700;
    padding: 30px 0;
    border-top: 1px solid #e8e9e4;
    border-bottom: 1px solid #e8e9e4;
}

.back-to-category {
    position: relative;
    top: 45px;
}

.manufacturer {
	margin-top: 30px;
}

.back-to-category a, .productdetails-view .manufacturer a {
	border: 1px solid #ddd;
    background: #fff;
    font-weight: 400;
    color: #ccc;
    padding: 7px 20px;
    border-radius: 20px;
    display: inline-block;
}

.productdetails-view .spacer-buy-area {
    padding: 30px 16px 0 30px;
}

.productdetails-view .product-description span.title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0 10px 0;
    display: block;
}

/* Cart module */

.vmCartModule {
	text-align: right;
	margin-top: 23px;
}

.vmCartModule .total {
	display: none;
}

.vmCartModule .total_price {
	margin-left: 10px;
	color: var(--sparkycolor2);
}

.total_products {
	display: inline-block;
	font-size: 10px;
	width: 15px;
	height: 15px;
	background: var(--sparkycolor2);
	border-radius: 50%;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	margin: 0 5px 0 0;
	overflow: hidden;
}

.show_cart {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
}

.show_cart::before {
	content:"\f095";
	font-family: FontAwesome;
	color: #fff !important;
	font-size: 20px;
  
     background-image: url('../images/cart.png');
    background-size: contain; /* Ajuste l'image à la taille de l'élément */
    background-repeat: no-repeat; /* Pas de répétition de l'image */
    background-position: center; /* Centrer l'image */
  
  
}

.show_cart a {
	display: block;
    width: 20px;
    height: 30px;
    margin-top: -30px;
    opacity: 0;
}

/* account */

.userdata h2 {
	color: var(--sparkycolor2);
	font-size: 24px;
	font-weight: 300;
}

.userfields_info {
	border: 0;
	color: var(--sparkycolor2);
    font-size: 24px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
}

.buttonBar-right {
    text-align: inherit;
    float: none;
    margin-top: 30px;
}

.control-buttons #reg_text {
	float: none;
	padding-bottom: 30px;
}

.display-number, .control-buttons {
    text-align: inherit !important;
    margin: 0 0 30px;
}

/* Shopping cart page */

.cart-summary tr td {
    padding: 10px;
}

.cart-summary tr td.vm-cart-item-quantity {
	padding: 10px 0;
}

.vmicon, .vmiconFE {
    background: url(../images/custom/vm2-sprite.png) no-repeat top left;
}

.vm-cart-item-quantity button:hover {
	background: url(../images/custom/vm2-sprite.png) no-repeat top left;
}

button.vm2-remove_from_cart, button.vm2-remove_from_cart:hover {
	background: url(../images/custom/vm2-sprite.png) no-repeat top left;
	background-position: 0 -212px;
}

.vm-cart-item-quantity button {
	border-radius: 0 !important;
	padding: 0 !important;
}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
	background: var(--sparkycolor1);
	border: 0;
	letter-spacing: 0;
    padding: 10px 30px;
    border-radius: 25px !important;
}

/* Manufacturer */

.manufacturer-view-default {
	text-align: center;
}

.manufacturer-view-default h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

.manufacturer-view-default h2 a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

.manufacturer-view-default h2 a:hover {
	color: var(--sparkycolor1);
}

.manufacturer-view-default img {
	border:1px solid #ddd;
}

.manufacturer-details-view h1 {
	font-size: 48px;
	color: var(--sparkycolor2);
}

.manufacturer-details-view .spacer {
    padding: 30px 0;
}

.manufacturer-details-view .manufacturer-description {
	margin-bottom: 30px;
}

/* popup */

#fancybox-content a.vm-btn.continue_link,
#fancybox-content a.vm-btn.showcart {
	width: 90%;
	float: none;
	margin: 10px 0;
}

/* Responsive */

.nav-toggle {
	position: relative;
	z-index: 1;
	float: left;
}

.nav-collapse.opened > ul {
	padding-top: 0;
}

.nav-collapse.opened li a {
	height: auto;
	padding-left: 15px !important;
	padding-right: 15px;
}

.nav-collapse.opened > ul ul li {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:1200px) {

	.sparky_logo {
	    padding: 0;
	}

	.mainmenurow ul.menu > li > a,
	.mainmenurow ul.menu > li > span {
		font-size: 16px;
	}

	.hot_swipe_carousel_slides .contents {
		width: 800px !important;
		top: 10% !important;
	}

	.contact-form textarea {
		max-width: 207px;
	}

	.quantity-box input.quantity-input, .quantity-box input.quantity-input:hover {
		width: 30px;
		height: 30px;
	}

	span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
		padding: 8px 10px;
		border-radius: 18px;
	}

	.newsletter_notice {
		padding-top: 32px;
	}

	.bottomrow i {
	    margin: 5px 5px 0 0;
	}

}

@media (max-width:991px) {

	.logorow .sparky_cell {
		width: 100%;
		padding: 5px 0;
	}

	.logorow ul.menu {
		text-align: center;
	}

	.logorow ul.menu > li, .logorow ul.menu > li {
	    padding: 0px 5px;
	}

	.sparky_logo {
		text-align: center;
		line-height: 1;
		font-size: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sparky_logo::before {
		display: inline-block;
		float: none;
		width: 50px;
		height: 50px;
		margin-right: 10px;
		border-radius: 50%;
		background: var(--sparkycolor1) url(../images/logo_jewelry.png);
		background-size: 25px 25px;
		background-repeat: no-repeat;
		background-position: 13px 11px;
	}

	.vmCartModule {
	    text-align: center;
	    margin-top: 0;
	}

	.mainmenurow .sparky_cell {
		width: 20% !important;
	}

	.mainmenurow .mp_search {
		width: 80% !important;
	}

	h1, h1 a {
		font-size: 48px;
	}

	.hot_swipe_carousel_slides .contents {
		width: 600px !important;
	}

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 60px !important;
	}

	.carouselrow h2 span {
		font-size: 38px;
	}

	div.product {
		min-width: 0;
	}

	.width30 {
	    width: 100%;
	}

	.product-short-description {
	    font-size: 24px;
	}

	.newsletter_notice {
		font-size: 18px;
		padding-top: 42px;
	}

	.bottomrow .sparky_cell {
		width: 50%;
	}

	.bottomrow .sparky_cell:nth-of-type(odd) {
		clear: both;
	}


}

@media (max-width:900px) {

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 48px !important;
	}

	.carouselrow h2 span {
		font-size: 28px;
	}

	.hot_swipe_carousel_slides .contents {
		font-size: 16px !important;
	}

	.carouselrow a.btn {
	    border-radius: 18px !important;
	    padding: 10px 20px;
	}

}

@media (max-width:800px) {

	.hot_swipe_carousel_slides .contents {
		width: 500px !important;
	}

	.acymailing_module_form input, .mp_advert2 input {
		max-width: 200px !important;
		font-size: 11px;
	}

	div[class*="vm-col-"] {
	    width: 99%;
	    border-right: 0 !important;
	}

	.category-view .addtocart-bar {
	    opacity: 1;
	}

	.mp_right h3 {
		font-size: 16px;
	}

}

@media (max-width:767px) {
	    
	.flickity-prev-next-button {
		display: none;
	}

	.hot_swipe_carousel_slides .contents {
	    width: 100% !important;
	    text-align: center;
	    top: 5% !important;
	}

	.hot_swipe_carousel_slides .contents h2 {
		text-align: center;
	}

	.carouselrow h2 span {
		margin-bottom: 0;
	}

	.carouselrow a.btn {
		margin-top: 0;
	}

	.content_sparky.sparkle9 {
	    padding-right: 15px;
	}

	.abovecontent li.active::after {
		display: none;
	}

	.contentrow .mp_right {
	    padding-left: 15px;
	    margin-top: 0;
	}

	.image_right {
		float:none;
		margin-left:0;
		max-width:100%;
	}

	table.acymailing_form {
	    margin: 0 auto !important;
	}

	.copyrightrow, .copyrightrow ul.menu {
		text-align: center;
	}

	.copyrightrow .sparky_cell:first-child {
		padding-bottom: 0;
	}

	.copyrightrow .sparky_cell:last-child {
		padding-top: 0;
	}
	.vm-search-custom-search-input input.inputbox {
    	margin: 0;
    	width: 340px;
    	margin-bottom: 12px;
	}
}

@media (max-width:600px) {

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 22px !important;
        text-align: left;
        padding-top: 0;
        padding-left: 5px;
	}

	.carouselrow h2 span {
		font-size: 24px;
	}

	.hot_swipe_carousel_slides .contents {
		font-size: 14px !important;
		top: 0 !important;
	}

	.hot_swipe_carousel_slides .contents p {
		margin: 0;
      	text-align: left;
        padding-left: 5px;
	}

	.carouselrow a.btn {
		margin-top: 5px;
	}

	.productdetails-view .vm-product-media-container {
	    border-right: 0;
	}
  
	span.PricesalesPrice {
		padding-top: 30px;
		display: inline-block;
	}
	h1, h1 a {
        font-size: 28px!important;
    }
  	h2, h2 a {
    	font-size: 26px!important;
	}
  	h3 {
    
    	font-size: 22pximportant;
   
	}
  
   #popup-modID187 > .ba__popup-main {
        width: 300px;
        height: 400px;
        left: auto !important;
        right: auto !important;
    	}
}

/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
	position: fixed;
	z-index: 9999;
    top: 40%;
    padding: 10px;
    background: #ccc;
    border-radius: 0 32px 32px 0;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
	background: #000;
}

.settings_content {
	display: none;
	float: left;
	padding-right: 30px;
}

.settings_content span {
	display: inline-block;
	width: 38px;
	height: 38px;
	border:3px solid #666;
	border-radius: 19px;
}

.settings_content span:hover {
	border:3px solid #fff;
}

.settings_content span.style1 {
	background: #fdb736;
}

.settings_content span.style2 {
	background: #FBC7B1;
}

.settings_content span.style3 {
	background: #51C1C5;
}

.settings_content span.style4 {
	background: #D0CA2A;
}

.settings_content span.style5 {
	background: #9F91A2;
}

.settings_cog {
	float: left;
}

.sparky_settings i {
	font-size: 40px;
	color: #fff;
}

.sparky_settings:hover i {
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin {
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}

	

	