@charset "UTF-8";

/*
Theme Name: Pavillon Des Vins
Theme URI: https://wordpress.org/themes/pavillondesvins/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Pavillon Des Vins is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Pavillon Des Vins elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pavillondesvins
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Pavillon Des Vins WordPress Theme, (C) 2020 WordPress.org
Pavillon Des Vins is distributed under the terms of the GNU GPL.
*/

/**
* SETTINGS
* File-header..........The file header for the themes style.css file.
* Fonts................Any font files, if the project needs specific fonts.
* Global...............Project-specific, globally available variables.
*
* TOOLS
* Functions............Global functions.
* Mixins...............Global mixins.
*
* GENERIC
* Normalize.css........Normalise browser defaults.
* Breakpoints..........Mixins and variables for responsive styles
* Vertical-margins.....Vertical spacing for the main components.
* Reset................Reset specific elements to make them easier to style in other contexts.
* Clearings............Clearings for the main components.
*
* ELEMENTS
* Blockquote...........Default blockquote.
* Forms................Element-level form styling.
* Headings.............H1–H6
* Links................Default links.
* Lists................Default lists.
* Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
*
* BLOCKS
* Audio................Specific styles for the audio block.
* Button...............Specific styles for the button block.
* Code.................Specific styles for the code block.
* Columns..............Specific styles for the columns block.
* Cover................Specific styles for the cover block.
* File.................Specific styles for the file block.
* Gallery..............Specific styles for the gallery block.
* Group................Specific styles for the group block.
* Heading..............Specific styles for the heading block.
* Image................Specific styles for the image block.
* Latest comments......Specific styles for the latest comments block.
* Latest posts.........Specific styles for the latest posts block.
* Legacy...............Specific styles for the legacy gallery.
* List.................Specific styles for the list block.
* Media text...........Specific styles for the media and text block.
* Navigation...........Specific styles for the navigation block.
* Paragraph............Specific styles for the paragraph block.
* Pullquote............Specific styles for the pullquote block.
* Quote................Specific styles for the quote block.
* Search...............Specific styles for the search block.
* Separator............Specific styles for the separator block.
* Table................Specific styles for the table block.
* Verse................Specific styles for the verse block.
* Video................Specific styles for the video block.
* Utilities............Block alignments.
*
* COMPONENTS
* Header...............Header styles.
* Footer...............Footer styles.
* Comments.............Comment styles.
* Archives.............Archive styles.
* 404..................404 styles.
* Search...............Search styles.
* Navigation...........Navigation styles.
* Footer Navigation....Footer Navigation styles.
* Pagination...........Pagination styles.
* Single...............Single page and post styles.
* Posts and pages......Misc, sticky post styles.
* Entry................Entry, author biography.
* Widget...............Widget styles.
* Editor...............Editor styles.
*
* UTILITIES
* A11y.................Screen reader text, prefers reduced motion etc.
* Color Palette........Classes for the color palette colors.
* Editor Font Sizes....Editor Font Sizes.
* Measure..............The width of a line of text, in characters.
*/

/* Categories 01 to 03 are the basics. */

@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

/* comman style
----------------------*/
html,
body {
   height: 100%;
}

body {
   margin: 0;
   padding: 0;
   font-size: 16px;
   line-height: 24px;
   color: #000000;
   scroll-behavior: smooth;
   overflow-x: hidden;
   font-weight: 400;
   font-family: "Montserrat", sans-serif;
}

a {
   text-decoration: none;
   color: var(--pink);
   transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
}

a:hover {
   color: #000000;
   text-decoration: none;
}

a:focus {
   outline: none;
   text-decoration: none;
}

:focus {
   outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 15px 0;
   color: #000000;
   padding: 0;
   line-height: 1.2;
   text-transform: none;
   font-weight: 400;
}

h1 {
   font-size: 48px;
}

h2 {
   font-size: 42px;
}

h3 {
   font-size: 36px;
}

h4 {
   font-size: 30px;
}

h5 {
   font-size: 24px;
}

h6 {
   font-size: 18px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
   color: inherit;
   text-decoration: none;
   font-size: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
   text-decoration: none;
}

small {
   display: block;
   margin-top: 4px;
}

p {
   margin: 0 0 10px 0;
   line-height: 28px;
}

ul,
ol {
   margin: 0;
}

strong,
b {
   font-weight: 600;
}

button {
   transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
}

/* comman form filed style -----------------------------*/

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
   opacity: 1;
   color: inherit;
}

input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
   opacity: 1;
   color: inherit;
}

input::placeholder,
.form-control::placeholder {
   opacity: 1;
   color: inherit;
}

/* image alignments */
img.alignleft,
.alignleft {
   float: left;
   margin-right: 20px;
   max-width: 50%;
}

img.alignright,
.alignright {
   float: right;
   margin-left: 20px;
   max-width: 50%;
}

img.aligncenter,
.aligncenter,
img.alignnone,
.alignnone {
   display: block;
   margin: 30px auto 20px;
   clear: both;
}

img.alignleft,
.alignleft,
img.alignright,
.alignright {
   display: inline;
   margin-top: 0;
}

img.alignleft,
img.aligncenter,
img.alignright {
   margin-bottom: 20px;
}

/*----- image captions -------*/
.alignleft .wp-caption-text {
   text-align: left;
}

.alignright .wp-caption-text {
   text-align: right;
}

.aligncenter .wp-caption-text {
   text-align: center;
}

.wp-caption-text {
   font-size: 16px;
   color: #2f2f2f;
   line-height: 24px;
   margin-bottom: 30px;
}

body:not(.woocommerce) .content body:not(.woocommerce) ul,
body:not(.woocommerce) .content body:not(.woocommerce) ol {
   margin: 0 0 20px 0px;
   padding: 0 0 0 15px;
   position: relative;
}

body:not(.woocommerce) .content body:not(.woocommerce) ul {
   list-style: none;
}

body:not(.woocommerce).content body:not(.woocommerce) ul li,
body:not(.woocommerce) .content body:not(.woocommerce) ol li {
   margin-bottom: 8px;
   display: block;
}

body:not(.woocommerce) .content body:not(.woocommerce) ul li:before {
   content: "";
   position: relative;
   display: inline-block;
   left: -15px;
   top: -2px;
   width: 7px;
   height: 7px;
   background-color: #1a1a1a;
   border-radius: 100%;
}

.table {
   border: 1px solid #dee2e6;
   font-size: 16px;
}

.table th,
.table thead th {
   background-color: #f0f0f0;
   border-bottom: none;
   font-weight: 600;
}

.table td,
.table th {
   padding: 10px;
}

.menu-overlay {
   position: fixed;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   background: #000000;
   opacity: 0;
   visibility: hidden;
   overflow: hidden;
   transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
}

.menu-overlay.show-overlay {
   opacity: 0.9;
   visibility: visible;
   z-index: 11;
}

.mainwrapper {
   overflow: hidden;
}

/*--------------*/
.show-overlay {
   width: 100%;
   height: 100%;
   z-index: 999;
   top: 0;
   left: 0;
   position: fixed;
   background: rgba(0, 0, 0, 0.8);
   overflow: hidden;
}

.overflowhidden {
   overflow: hidden;
   position: fixed;
   width: 100%;
   height: 100%;
   min-height: 100%;
   transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
}

/*--- header ------*/

@font-face {
   font-display: block;
   font-family: "bootstrap-icons";
   src: url("assets/css/fonts/bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf") format("woff2"), url("assets/css/fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
   display: inline-block;
   font-family: bootstrap-icons !important;
   font-style: normal;
   font-weight: normal !important;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   vertical-align: -0.125em;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.bi-outlet::before {
   content: "\f4ae";
}

.bi-facebook::before {
   content: "\F344";
}

.bi-telephone::before {
   content: "\F5C1";
}

.bi-envelope::before {
   content: "\F32F";
}

:root {
   --pink: #8b1950;
   --lightpink: #981869;
   --black: #000;
   --white: #fff;
}

/* sticky header
========================*/
@keyframes fadeIn {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

.fadeIn {
   animation-name: fadeIn;
}

@keyframes fadeInDown {
   from {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
      -moz-transform: translate3d(0, -100%, 0);
      -webkit-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
   }

   to {
      opacity: 1;
      transform: none;
   }
}

.fadeInDown {
   animation-name: fadeInDown;
}

.headerdflex {
   align-items: end;
   display: flex;
   justify-content: space-between;
   padding-top: 20px;
   padding-bottom: 10px;
   padding-left: 60px;
   padding-right: 60px;
   transition: 0.4s;

}

.header {
   width: 100%;
   position: relative;
   z-index: 11;
}

.header:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: #8b1950;
   opacity: 0.9;
}

.header .container,
.header .container-fluid {
   position: relative;
}

.hedlogo img {
   height: 100px;
   margin-bottom: 10px;
   transition: 0.4s;
}

.headsearchcart {
   flex: 1;
}

.header-rightsection {
   transition: 0.4s;
}

.sticking .headsearchcart {
   transition: 0.4s;
}

.headsearch {
   position: relative;
}

.headsearchcart .dgwt-wcas-search-input,
.headsearch input.searinput {
   width: 600px !important;
   background: #fff !important;
   border-radius: 50px !important;
   border: none !important;
   padding: 15px 30px;
   min-height: 50px;
   font-weight: 500 !important;
}

[type="search"] {
   outline-offset: -2px;
   -webkit-appearance: textfield;
}

.headsearch input.searchicon {
   position: absolute;
   right: 17px;
   width: 33px;
   height: 32px;
   top: 14px;
   background-color: transparent;
   border: none;
   background: url(assets/images/search-icon.png) no-repeat;
}

.headsearchcart ul {
   margin: 0;
   padding: 0 0.5rem 0 0;
   display: flex;
}

.headsearchcart li {
   list-style-type: none;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-left: 1rem;
   border-right: 1px solid #fff;
   padding-right: 1rem;
}

.headsearchcart li:last-child {
   border-right: 0px;
}

.headsearchcart li a {
   webkit-transition: color 0.3s;
   -moz-transition: color 0.3s;
   transition: color 0.3s;
   display: inline-flex;
   width: 45px;
   height: 45px;
   position: relative;
   background-color: #fff;
   border-radius: 100%;
   align-items: center;
   justify-content: center;
   transition: all 0.5s ease-in-out 0s;
   /* background: linear-gradient(to right, #000 50%, #fff 50%); */
   /* background-size: 200% 100%; */
   /* background-position: right bottom; */
   /* transition: all 2s ease; */
}

.headsearchcart li a:hover {
   /* background-position: left bottom; */
   background-color: #000;
}

/*.headsearchcart li a img:hover{filter: brightness(0) invert(1);}*/
.headsearchcart .dgwt-wcas-sf-wrapp {
   background: transparent;
   padding: 0px !important;
}

.headsearchcart .dgwt-wcas-search-input {
   padding: 6px 40px 6px 25px !important;
   font-size: 16px !important;
}

.headsearchcart .dgwt-wcas-search-input::-webkit-input-placeholder {
   opacity: 1 !important;
   color: #000 !important;
   font-weight: 500 !important;
   font-family: "Montserrat", sans-serif;
}

.headsearchcart .dgwt-wcas-search-input::-ms-input-placeholder {
   opacity: 1 !important;
   color: #000 !important;
   font-weight: 500 !important;
   font-family: "Montserrat", sans-serif;
}

.headsearchcart .dgwt-wcas-search-input::placeholder {
   opacity: 1 !important;
   color: #000 !important;
   font-weight: 500 !important;
   font-family: "Montserrat", sans-serif;
}

.headsearchcart .dgwt-wcas-search-submit {
   top: 9px !important;
   right: 14px !important;
   left: auto !important;
}

/* .headsearchcart .dgwt-wcas-search-submit svg { width: 16px !important; height: 16px !important; } */

img.icons {
   height: 18px;
   width: 20px;
   object-fit: contain;
}

.menunavebar {
   margin-top: 10px;
}

.menunavebar .menu li {
   position: relative;
}

.menunavebar .menu>li:before {
   position: absolute;
   right: -18px;
   margin: auto;
   width: 1px;
   height: 26px;
   top: 0;
   background-color: #fff;
   content: "";
   bottom: 0;
}

.menunavebar .menu li:last-child:before {
   width: 0px;
}

.menunavebar .menu>.menu-item>a {
   font-size: 16px;
   font-weight: 500;
   padding: 12px 0;
   position: relative;
   text-transform: uppercase;
}

.menunavebar .menu>.menu-item>.sub-menu-toggle {
   display: none;
}

.menunavebar .menu>.menu-item>a::before,
.footer-legls a::after {
   position: absolute;
   bottom: 0;
   left: 0;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   background: #fff;
   transition: all 2s ease;
   webkit-transition: all 2s ease;
   -moz-transition: all 2s ease;
}

.menunavebar .menu>.menu-item>a:hover::before,
.footer-legls a:hover::after {
   width: 100%;
}

.menunavebar .menu>.menu-item:hover>a {
   color: #fff;
}

.menunavebar .menu>.menu-item {
   margin: 0 16px;
}

.banner-section-wrap {
   margin-bottom: 30px;
}

.banner-section-wrap .mainbanner {
   height: 650px;
}

.banner-section-wrap .mainbanner .swiper-slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

header.header {
   /* position: absolute !important; */
   position: fixed !important;
   /* transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s; */
   transition: all .6s ease
}

header.header.sticking {
   width: 100%;
   z-index: 9999;
   /* animation: fadeInDown 0.5s ease-in-out;
   -webkit-animation: fadeInDown 0.5s; */
   transition: 0.4s;

}

.sticking .headsearchcart {
   display: none !important;
}

.sticking .hedlogo img {
   height: 65px;
   transition: 0.4s;
}

.sticking .headerdflex {
   padding-top: 10px;
   padding-bottom: 10px;
   align-items: center;
   transition: 0.4s;

}

/*nos-marque*/
.nos-marque-wrap {
   background-color: #e6e6e6;
   padding: 45px 0px 35px;
}

.nos-marque-wrap .swiper {
   margin: 0 80px;
}

.nos-marque-wrap .progelbox .progelimg {
   display: flex;
   align-items: center;
   justify-content: center;
}

.nos-marque-wrap .progelbox .mainproimg {
   display: block;
   height: 120px;
   width: 160px;
}

.nos-marque-wrap .progelbox .mainproimg img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.page-title,
.commn-title {
   font-size: 32px;
   line-height: 1.4;
   text-transform: uppercase;
   font-weight: 700;
   margin-bottom: 35px;
   text-align: center;
}

.page-title {
   text-align: left;
}

.nos-marque-wrap .swiper-wrapper {
   align-items: center;
}

.pd-70 {
   padding: 60px 0px;
}

.lacva-descr h5,
.lacva-wrap-btn h5 {
   font-weight: 600;
   font-size: 25px;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.lacave-wrap .lacava-image {
   height: 350px;
}

.lacave-wrap .lacava-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.lacva-descr p {
   font-weight: 500;
   font-size: 16px;
   line-height: 1.6;
   margin-bottom: 15px;
   text-align: justify;
}

.lacva-btn button,
.lacva-btn a {
   text-transform: uppercase;
   font-size: 14px;
   background-color: #000;
   color: #fff;
   border-radius: 50px;
   padding: 5px;
   /* background: linear-gradient(to right, var(--pink) 50%, #000 50%);
   background-size: 200% 100%;
   background-position: right bottom;
   transition: all 2s ease;
   webkit-transition: all 2s ease;
   -moz-transition: all 2s ease; */
}

.lacva-btn {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   text-align: center;
   gap: 15px;
}

.avwp-av .lacva-btn {
   grid-template-columns: 1fr 1fr;
   margin-top: 12px;
}

.lacva-btn button:hover,
.lacva-btn a.active,
.lacva-btn a:hover {
   background-color: var(--lightpink);
   color: #fff;
}

.lacva-wrap-btn {
   margin-top: 35px;
   text-align: center;
}

.nos-marque .swiper-pagination {
   display: none;
}

.nos-marque-wrap .nos-marque .swiper-pagination {
   display: block;
   bottom: 0px !important;
}

.nos-marque-wrap .nos-marque .swiper-button-prev,
.nos-marque-wrap .nos-marque .swiper-button-next {
   display: none !important;
}

/* .nos-marque-wrap .nos-marque .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
} */
.nos-marque-wrap .nos-marque.swiper {
   padding-bottom: 40px;
}

.nos-coups {
   background-color: #e6e6e6;
}

.nos-coups .progelbox {
   padding: 15px;
   background-color: var(--white);
   text-align: center;
   border-radius: 20px;
   margin: 0 30px;
   transition: all 0.3s ease-in-out 0s;
   border: 3px solid #e6e6e6;
   position: relative;
}

.nos-coups .swiper .progelbox {
   margin: 0;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_img_url,
.nos-coups .progelbox .progelimg {
   position: relative;
   overflow: hidden;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_img_url,
.woocommerce-page ul.products .woocommerce-loop-product__link .attachment-woocommerce_thumbnail,
.nos-coups .progelbox .progelimg a.mainproimg {
   border-bottom: 2px solid #e6e6e6;
   display: flex;
   position: relative;
   justify-content: center;
   transition: all 0.3s ease-in-out 0s;
   height: 320px;
   padding-bottom: 20px;
   margin-bottom: 30px;
}

.woocommerce-page ul.products .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
   object-fit: contain;
   max-width: 100% !important;
   margin-bottom: 20px;
}

.nos-coups .progelbox .progelimg a.mainproimg img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_img_url img {
   width: 100% !important;
   height: 100% !important;
   object-fit: contain;
}

/* .pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_img_url::before,
.nos-coups .progelbox .progelimg a.mainproimg:before {
   z-index: 11;
   position: absolute;
   width: 0;
   height: 0;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   height: 0;
   margin: auto;
   background-color: rgba(0, 0, 0, 0.2);
   transition: all 0.3s ease-in-out 0s;
   content: "";
}
.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox:hover .wpb_wrps_img_url::before,
.nos-coups .progelbox:hover .progelimg a.mainproimg:before {
   width: 100%;
   height: 100%;
} */
.nos-coups .progelbox .proicons {
   position: absolute;
   top: 2rem;
   right: -5rem;
   z-index: 2;
   transition: all 0.3s ease-in-out 0s;
}

.woocommerce-page ul.products .woocommerce-loop-product__title,
.woocommerce-page ul.products .price,
.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_title,
.procatname h5,
.procatname h6 {
   margin-bottom: 4px;
   font-size: 20px;
   text-transform: uppercase;
}

.woocommerce-page ul.products .woocommerce-loop-product__title {
   padding: 0;
}

.woocommerce-page ul.products .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_price,
.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_title,
.procatname h6,
.progelprice {
   font-weight: 700;
}

.procatname h5 {
   font-weight: 500;
   font-size: 16px;
}

.woocommerce ul.products li.product .price,
.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_price,
.progelprice {
   color: var(--pink);
   font-size: 16px;
}

.procatname {
   margin-bottom: 15px;
}

.pavdesproddetailcls .addto-cart.clsnewaddtocartbtn,
a.addto-cart {
   font-size: 15px;
   background-color: #000;
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 9px;
   border-radius: 50px;
   margin: auto;
   text-transform: uppercase;
   font-weight: 500;
   margin-left: 55px;
   margin-right: 55px;
   /* background: linear-gradient(to right, var(--pink) 50%, #000 50%);
   background-size: 200% 100%;
   background-position: right bottom;
   transition: all 2s ease;
   webkit-transition: all 2s ease;
   -moz-transition: all 2s ease; */
}

.nos-coups .swiper a.addto-cart {
   width: fit-content;
   gap: 10px;
   padding: 9px 15px;
   margin: auto;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .addto-cart img,
.woocommerce ul.products li.product a img,
.addto-cart img {
   width: 24px;
}

.addcartcomn span {
   flex: 1;
}

.nouveaprogell {
   position: relative;
}

.swiper-pagination {
   bottom: -5px !important;
}

.pavdesproddetailcls .clsnewfrelatedprodsec.wrps_related_products_area .owl-theme .owl-dots .owl-dot span,
.swiper-pagination-bullet {
   width: 14px;
   height: 14px;
   margin: 0 6px !important;
   opacity: 1;
   background: #fff;
}

.pavdesproddetailcls .clsnewfrelatedprodsec.wrps_related_products_area .owl-theme .owl-dots .owl-dot.active span,
.swiper-pagination-bullet-active {
   background: #000 !important;
}

.addcartcomn {
   margin-bottom: 10px;
   /*display: none; */
}

span.del {
   color: #000;
   text-decoration: line-through;
   /*font-weight: 700;*/
}

.promotion {
   background-color: #fff;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox,
.nos-coups.promotion .progelbox {
   border: 3px solid #e6e6e6;
   margin: 0 0px;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox:hover,
.nos-coups .progelbox:hover {
   border-color: var(--lightpink);
}

.location-wrap {
   background-color: var(--lightpink);
   position: relative;
}

.nos-marque-wrap .nos-marque .swiper-button-prev,
.location-wrap .swiper-button-prev {
   left: 6%;
}

.nos-marque-wrap .nos-marque .swiper-button-next,
.location-wrap .swiper-button-next {
   right: 6%;
}

.nos-marque-wrap .nos-marque .swiper-button-next::after,
.location-wrap .swiper-button-next:after {
   background-image: url(assets/images/right-icon.png);
   background-repeat: no-repeat;
   width: 36px;
   height: 36px;
   background-size: contain;
   font-size: 0px;
}

.nos-marque-wrap .nos-marque .swiper-button-prev:after,
.location-wrap .swiper-button-prev:after {
   background-image: url(assets/images/left-icon.png);
   background-repeat: no-repeat;
   width: 36px;
   height: 36px;
   background-size: contain;
   font-size: 0px;
}

.nos-marque-wrap .nos-marque .swiper-button-prev,
.nos-marque-wrap .nos-marque .swiper-button-next,
.swiper-button-next,
.swiper-button-prev {
   width: calc(var(--swiper-navigation-size) / 23 * 27);
}

.location-contn {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 40px;
}

.googlemap iframe,
.googlemap {
   width: 100%;
   height: 250px;
   border-radius: 10px;
   margin-bottom: 20px;
}

.map-title,
.map-title h5,
.map-hours,
.map-hours h6,
.map-hours a {
   color: #fff;
}

.map-title h5,
.map-hours h6 {
   margin-bottom: 7px;
}

.map-title h5 {
   text-transform: uppercase;
   font-weight: 600;
   font-size: 28px;
}

.map-title,
.map-hours ul {
   margin-bottom: 25px;
}

.map-hours h6 {
   font-size: 18px;
   font-weight: 600;
}

.map-hours ul {
   padding-left: 0px;
}

.map-hours li {
   display: grid;
   grid-template-columns: 300px 1fr;
   margin-bottom: 6px;
}

.map-hours li,
.map-hours a,
.map-title p {
   font-size: 21px;
   font-weight: 400;
}

.location-leftimg {
   height: 550px;
}

.location-leftimg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.location-leftimg img {
   border-radius: 10px;
}

.icon-box-wrap .icons {
   background: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 80px;
   /* cursor: pointer; */
   width: 100%;
   max-width: 80px;
   height: 80px;
   border-radius: 50%;
   position: relative;
   z-index: 1;
   margin: auto;
   margin-bottom: 15px;
   border: 2px solid #6b6b6b;
   transition: 1s ease all;
}

.footertitle a {
   justify-content: center;
   display: flex;
   text-transform: uppercase;
   color: #000;
   font-weight: 600;
   font-size: 18px;
}

.icon-box-wrap .icon-box:hover .icons {
   border: 2px solid var(--pink);
   transform: scale(1.2);
   background-color: var(--pink);
}

.icon-box-wrap .icon-box:hover .icons img,
.addcartcomn:hover img {
   filter: brightness(0) invert(1);
}

.icon-box-wrap .icon-box:hover .footertitle a,
.ftrsoc i:hover,
.footer-legls a:hover {
   color: var(--pink);
}

.newsletter {
   background-color: #e6e6e6;
}

.newsletter-content p {
   font-weight: 700;
   font-size: 20px;
   text-align: center;
}

form.mailpoet_form {
   display: flex;
   justify-content: center;
   width: fit-content;
   margin: auto;
}

.mailpoet_paragraph.send-mail input.mailpoet_text,
.clsnewsemail input {
   background-color: var(--black);
   border: 0;
   color: #fff;
   border-radius: 50px;
   padding: 13px 54px 13px 22px !important;
   text-transform: uppercase;
   text-align: center;
}

.mailpoet_paragraph.send-mail {
   margin: 0 !important;
}

.mailpoet_form {
   position: relative;
}

.mailpoet_paragraph.mailpoet_submit,
.mailpoet_paragraph.clsnewsicon {
   position: absolute;
   left: 250px;
   top: 30px;
   bottom: 0;
   margin: 0 !important;
}

.mailpoet_submit {
   background-image: url(assets/images/email.png);
   background-repeat: no-repeat;
   width: 24px;
   height: 24px;
   background-color: transparent;
   border: 0px;
   background-size: 24px;
   top: 2px;
   position: relative;
   transition: 0.3s ease all;
}

.mailpoet_submit:hover {
   filter: brightness(0) invert(1);
}

.clsnewsicon img {
   width: 24px;
}

a.send-mail {
   text-align: center;
   background-color: #000;
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 12px;
   border-radius: 50px;
   margin: auto;
   text-transform: uppercase;
   max-width: 300px;
   background: linear-gradient(to right, var(--pink) 50%, #000 50%);
   background-size: 200% 100%;
   background-position: right bottom;
   transition: all 2s ease;
}

.lacva-btn button:hover,
.pavdesproddetailcls .addto-cart.clsnewaddtocartbtn:hover,
.lacva-btn a:hover,
a.send-mail:hover,
a.addto-cart:hover {
   background-color: var(--pink);
   background-position: left bottom;
}

.nouvea-slider,
.promotion-slider {
   padding-bottom: 60px;
}

.promotion-slider>.swiper-wrapper>.swiper-slide {
   flex: 0 0 calc((100% - 80px) / 3);
   /* same as 3 slides, 20px gap */
   max-width: calc((100% - 80px) / 3);
}

.pavdesproddetailcls .clsnewfrelatedprodsec.wrps_related_products_area .owl-theme .owl-dots .owl-dot span,
.promotion-slider .swiper-pagination-bullet {
   background: #000;
   opacity: 0.2;
}

.pavdesproddetailcls .clsnewfrelatedprodsec.wrps_related_products_area .owl-theme .owl-dots .owl-dot.active span,
.promotion-slider .swiper-pagination-bullet-active {
   opacity: 1 !important;
}

footer {
   border-top: 3px solid var(--pink);
}

.footer-main {
   justify-content: space-between;
}

.footer-legls h4 {
   font-weight: 600;
   /* font-size: 36px; */
   font-size: 28px;
   text-transform: uppercase;
   margin-bottom: 2px;
}

.footer-legls a,
.footer-legls {
   color: #000;
   text-transform: uppercase;
   /* font-size: 16px; */
   font-size: 14px;
   font-weight: 600;
   position: relative;
}

.footer-legls a::after {
   background: var(--pink);
}

.footer-main {
   padding: 50px 0px;
   align-items: center;
}

.ftrsoc i {
   color: #000;
   font-size: 30px;
}

.send-mail img {
   width: 22px;
}

span.onsale {
   max-width: 50px;
   position: absolute;
   left: 50px;
   z-index: 1;
}

.nos-coups .progelbox span.onsale {
   position: static;
}

span.onsale.bigtag {
   max-width: 90px;
}

/*subpage*/
header.header.subpage-header {
   position: fixed !important;
}

.clsnewdetprod {
   padding-top: 140px;
}

body .sbpgbnr {
   height: 350px;
   padding-top: 140px;
}

header.header.subpage-header.clsnewcsthdr {
   position: fixed !important;
}

header.header.subpage-header.sticking {
   position: fixed !important;
}

.sbpgbnr {
   height: 200px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   display: flex;
   align-items: center;
   position: relative;
}

.clsbreadcrumbshop {
   color: #FFFFFF;
}

.clsbreadcrumbshop .breadcrumb-item+.breadcrumb-item::before {
   content: "\003E";
   font-weight: 600;
   color: #FFFFFF;
}

body .clsnewdetprod {
   height: auto;
   background: #fff !important;
}

.clsnewdetprod .pgtitle h1 {
   margin-bottom: 0;
}

.clsnewdetprod .breadcrumb {
   margin: 20px 0;
   text-transform: uppercase;
   font-weight: 500;
}

.clsnewdetprod .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
   content: "\003E";
   font-weight: 600;
   color: #000;
}

.breadcrumb-item a,
.pgtitle h1,
.breadcrumb-item span {
   color: #fff;
}

.clsnewdetprod .breadcrumb .breadcrumb-item a,
.clsnewdetprod .breadcrumb .breadcrumb-item span {
   color: #000;
   text-transform: uppercase;
}

.breadcrumb-item a:hover {
   text-decoration: underline;
}

.pgtitle h1 {
   font-weight: 700;
}

.sbpgbnr:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: #000;
   opacity: 0.5;
}

.sbpgbnr .container {
   position: relative;
}

.clsnewdetprod::before {
   opacity: 0;
}

.pavdesproddetailcls {
   padding-top: 0 !important;
}

.woocommerce .pavdesproddetailcls .clsnewsinvarprod {
   background-color: #e6e6e6;
   padding: 100px 0;
}

.woocommerce .pavdesproddetailcls .clsnewsinvarprod .berocket_better_labels .berocket_better_labels_position.berocket_better_labels_position_right,
.woocommerce .pavdesproddetailcls .clsnewsinvarprod .berocket_better_labels .berocket_better_labels_position.berocket_better_labels_position_left {
   padding: 0;
   position: relative;
   top: -20px;
   left: -20px;
}

.woocommerce .pavdesproddetailcls .clsnewsinvarprod .berocket_better_labels .berocket_better_labels_position.berocket_better_labels_position_right {
   left: auto;
   right: -20px;
}

.woocommerce .pavdesproddetailcls div.product p.price {
   font-size: 25px;
   font-weight: 700;
   color: #931754;
   margin: 0 0 auto;
}

.nos-coups ins,
.woocommerce ul.products li.product .price ins,
.woocommerce .pavdesproddetailcls div.product p.price ins {
   text-decoration: none;
}

.woocommerce .pavdesproddetailcls div.product span.price {
   color: #931754;
   font-weight: 600;
}

.woocommerce .pavdesproddetailcls div.product .container {
   background-color: #fff;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 60px;
   border-radius: 15px;
   position: relative;
}

.woocommerce .pavdesproddetailcls div.product .summary,
.woocommerce .pavdesproddetailcls div.product .woocommerce-product-gallery {
   float: none;
}

.woocommerce .pavdesproddetailcls div.product .summary {
   display: flex;
   flex-direction: column;
   position: relative;
}

.pavdesproddetailcls .summary h1.product_title {
   font-size: 36px;
   font-weight: bold;
   margin-bottom: 10px;
}

.pavdesproddetailcls .summary .woocommerce-product-details__short-description {
   font-size: 22px;
   font-weight: 500;
   margin-bottom: 30px;
}

.woocommerce .pavdesproddetailcls div.product form.cart {
   margin: auto 0;
   display: flex;
   flex-wrap: wrap;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations {
   width: auto;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations .label label {
   font-size: 18px;
   /* text-transform: uppercase; */
   font-weight: 600;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations .value {
   position: relative;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations .value select {
   font-weight: 500;
   padding: 10px;
   /*width: auto;*/
   width: 200px;
   min-width: auto;
   border-color: #dbdada;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations .value .reset_variations {
   position: absolute;
   bottom: -20px;
   left: 0;
   line-height: 1;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations .value .reset_variations {
   display: none;
}

.woocommerce .pavdesproddetailcls .clsnewsinvarprod .screen-reader-text,
.woocommerce .pavdesproddetailcls div.product form.cart .single_variation_wrap .quantity .clsnewquantitylbl .screen-reader-text {
   -webkit-clip-path: none;
   clip-path: none;
   width: auto;
   height: auto;
   position: relative !important;
   display: block;
   font-weight: 600;
   font-size: 18px;
   /* text-transform: uppercase; */
   line-height: 2em;
}

.woocommerce .pavdesproddetailcls div.product form.cart .single_variation_wrap .quantity input {
   border: 1px solid #dbdada;
   padding: 8px;
   margin-top: 2px;
}

.woocommerce .pavdesproddetailcls div.product form.cart .single_variation_wrap {
   display: flex;
   flex-direction: row-reverse;
}

.woocommerce .pavdesproddetailcls div.product form.cart .single_variation_wrap .in-stock {
   color: var(--lightpink);
   margin-left: 10px;
   margin-top: 50px;
}

.woocommerce .pavdesproddetailcls div.product form.cart .single_variation_wrap .out-of-stock {
   margin-left: 10px;
   margin-top: 50px;
}

.pavdesproddetailcls .addto-cart.clsnewaddtocartbtn {
   /*position: absolute; */
   bottom: 0;
   left: 0;
   margin: 0;
   transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   padding: 0 0px;
}

.pavdesproddetailcls .addto-cart.clsnewaddtocartbtn button {
   background-color: transparent !important;
   text-transform: uppercase;
   font-weight: 500;
   box-shadow: none !important;
   padding-right: 50px !important;
   z-index: 1;
   line-height: 24px;
}

.pavdesproddetailcls .addto-cart.clsnewaddtocartbtn img {
   margin-left: -25px;
   position: relative;
   z-index: 0;
   right: 10px;
}

.woocommerce .pavdesproddetailcls div.product .yith-wcwl-add-to-wishlist {
   margin: auto 0 0;
}

.woocommerce .pavdesproddetailcls div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.woocommerce .pavdesproddetailcls div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce .pavdesproddetailcls div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
   display: flex;
   justify-content: flex-end;
   flex-direction: column;
   align-items: flex-end;
}

.woocommerce .pavdesproddetailcls div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
   width: 240px;
   display: flex;
   flex-direction: row-reverse;
   line-height: 1;
   color: #000;
   font-size: 15px;
   font-weight: 600;
   /* text-transform: uppercase; */
   text-align: end;
   padding: 0;
   background-color: transparent;
}

.woocommerce .pavdesproddetailcls div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist i {
   font-size: 22px;
   margin-left: 10px;
}

.woocommerce .pavdesproddetailcls div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover {
   box-shadow: none;
   opacity: 0.6;
}

.pavdesproddetailcls .clsnewfrelatedprodsec {
   padding: 60px 0 0;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox,
.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups {
   background-color: #fff;
   padding: 15px;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .owl-nav {
   display: none;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .commn-title {
   margin-bottom: 30px;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_title a {
   color: #000;
   line-height: 20px;
}

.pavdesproddetailcls .clsnewfrelatedprodsec.wrps_related_products_area .owl-theme .owl-dots {
   margin-top: 40px;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_price {
   margin: 12px 0;
}

.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .addto-cart {
   margin: 15px 0 0;
}

/* ============================================================== 
# Contact Us
=================================================================== */

.contact-pdv-info {
   padding-left: 50px;
}

.contact-pdv-info ul {
   margin: 0;
   padding: 0;
   list-style: none;
   margin-top: 50px;
}

.contact-pdv-info li {
   display: flex;
   margin-bottom: 30px;
}

.contact-form-box {
   box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
   padding: 60px;
   position: relative;
   background: var(--white);
}

.contact-form-box .sub-heading {
   margin-bottom: 15px;
}

.contact-form-box input,
.contact-form-box textarea {
   /* margin-bottom: 15px; */
   padding: 15px 20px;
   border: none;
   /* background: #f8f8f8; */
   font-size: 14px;
   width: 100%;
   padding: 8px 12px;
   border: 1px solid #c5c5c5;
   line-height: 24px;
   border-radius: 10px;
}

.contact-form-box .sbmtbtn {
   padding: 14px;
   margin-bottom: 0;
   color: #fff;
   background-color: rgb(152, 24, 105);
   border-radius: 50px;
   text-transform: uppercase;
   font-weight: 500;
   transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
   -o-transition: all 0.3s ease-in-out 0s;
}

.contact-form-box .sbmtbtn:focus,
.contact-form-box .sbmtbtn:hover {
   box-shadow: 800px 0 0px #000000 inset;
   background-color: #000000;
   color: #fff;
}

.contact-form-box textarea {
   min-height: 100px;
}

.contact-form-box .wpcf7-not-valid-tip {
   color: var(--wc-red);
   font-size: .85em;
   margin-bottom: 0;
}

.contact-form-box .form-group {
   margin-bottom: 20px;
}

.contact-form-box .wpcf7-form p {
   position: relative;
}

.contact-form-box .wpcf7-spinner {
   position: absolute;
   top: 60px;
   left: 50%;
   transform: translateX(-50%);
   margin: 0;
}

.contact-form-box button {
   display: inline-block;
   font-weight: 500;
   text-transform: capitalize;
   transition: all 0.35s ease-in-out;
   overflow: hidden;
   border-radius: 50px;
   font-size: 16px;
   letter-spacing: 0;
   position: relative;
   z-index: 1;
   color: var(--white);
   border: none;
   background: var(--pink);
   padding: 14px 23px;
   transition: all 0.5s ease-in-out 0s;
   background: linear-gradient(to right, #000 50%, var(--pink) 50%);
   background-size: 200% 100%;
   background-position: right bottom;
   transition: all 2s ease;
}

.contact-form-box button:hover {
   background-position: left bottom;
}

.contact-form-box h2 span {
   position: relative;
   z-index: 1;
}

.contact-form-box li {
   display: flex;
   margin-top: 30px;
}

.contact-area .commn-title {
   font-size: 30px;
   margin-bottom: 30px;
}

.col-pdv-stye-one .commn-title {
   text-align: left;
}

input[type="file"] {
   font-size: 14px;
   width: 100%;
}

.location-box {
   background-color: var(--pink);
   padding: 40px;
   border-radius: 10px;
   height: 100%;
}

.location-box .map-hours li,
.location-box .map-hours a,
.location-box .map-title p {
   font-size: 18px;
}

.map-title h5 {
   font-size: 20px;
}

.contact-area .location-rightsec {
   padding: 50px;
}

.location-rightsec .map-hours li,
.location-rightsec .map-hours a,
.map-title p {
   font-size: 17px;
}

.contact-area .location-wrap .swiper-button-next {
   right: 0%;
}

.contact-area .location-wrap .swiper-button-prev {
   left: 0%;
}

.contact-area .location-wrap .swiper-button-next:after {
   background-size: 24px;
   width: 26px;
   height: 30px;
}

.contact-area .location-wrap .swiper-button-prev:after {
   background-size: 24px;
   width: 26px;
   height: 30px;
}

.contact-page .location-rightsec .map-hours i {
   padding-right: 8px;
}

.contact-page .location-rightsec .map-hours a:hover {
   text-decoration: underline;
}

.contact-page .location-wrap,
.contact-page .location-wrap .nouveaprogell {
   height: 100%;
}

.contact-page .location-wrap .nouveaprogell {
   display: flex;
   align-items: center;
}

.newsletter-content .commn-title {
   margin-bottom: 12px;
}

.newsletter-content form.mailpoet_form {
   margin-top: 10px;
}

.st-woocommerce-related-product .related ul.products li.first,
.st-woocommerce-related-product .related ul.products:after {
   clear: none;
}

.berocket_better_labels .berocket_better_labels_position.berocket_better_labels_position_right,
.berocket_better_labels .berocket_better_labels_position.berocket_better_labels_position_left {
   padding: 10px;
}

.berocket_better_labels .berocket_better_labels_line .br_alabel span {
   margin: 0;
   width: 70px;
   height: 70px;
}

.woocommerce.dgwt-wcas-details-wrapp .dgwt-wcas-product-details .addcartcomn.clsnewfrshop {
   margin: 5px 0 0;
}

.woocommerce.dgwt-wcas-details-wrapp .dgwt-wcas-product-details .addcartcomn.clsnewfrshop .add_to_cart_button {
   font-size: 14px;
   padding: 8px 15px;
   line-height: 24px;
   background-color: #000;
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50px;
   text-transform: uppercase;
   font-weight: 500;
   background-image: linear-gradient(to right, var(--pink) 50%, #000 50%);
   background-size: 200% 100%;
   background-position: right bottom;
   transition: all 2s ease;
   -moz-transition: all 2s ease;
}

.woocommerce.dgwt-wcas-details-wrapp .dgwt-wcas-product-details .addcartcomn.clsnewfrshop .add_to_cart_button:hover {
   background-color: var(--pink);
   background-position: left bottom;
}

.woocommerce.dgwt-wcas-details-wrapp .dgwt-wcas-product-details .addcartcomn.clsnewfrshop .add_to_cart_button img {
   width: 24px;
   margin-left: 5px;
}

.woocommerce.dgwt-wcas-details-wrapp .dgwt-wcas-product-details .dgwt-wcas-pd-addtc-form {
   flex-direction: column;
}

.headsearchcart .dgwt-wcas-search-filled .dgwt-wcas-search-input {
   border-radius: 0 !important;
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
   border-color: var(--lightpink);
}

.woocommerce .quantity .qty {
   border: 1px solid #cecece;
   padding: 10px 10px;
   width: 80px;
   margin-right: 10px;
}

.woocommerce .wishlist-title-container {
   display: none;
}

/* 18-10-2023 */


.clsnewcsthdr.not-sticking.header:before {
   background: linear-gradient(90deg, rgba(139, 25, 80, 0.9) 40%, rgba(139, 25, 80, 1) 55%);
   opacity: 1;
}

.clsnewcustcatprod .sbpgbnr {
   display: block;
}

.clsnewcustcatprod .clsnewmainheadimg {
   height: 750px;
}

.clsnewcustcatprod .clsnewmainheadimg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.clsnewfrprodcat {
   margin-top: 15px;
}

.clsnewfrprodcat .page-title {
   margin-bottom: 10px;
}

.clsnewfrprodcat .clsnewforcountres {
   margin-top: 40px;
}

.clsnewfrprodcat .clsnewforcountres .woocommerce-result-count {
   float: none;
   font-size: 18px;
   font-weight: 600;
   color: #931754;
}

.woocommerce .woocommerce-result-count {
   float: none;
   font-size: 18px;
   font-weight: 600;
   color: #931754;
}

.clsnewfrprodcat .clsnewsidebarbox {
   background-color: rgba(0, 0, 0, 0.4);
   border-radius: 10px;
   position: sticky;
   top: 100px;
}

.clsnewfrprodcat .clsnewsidebarbox .bapf_head {
   padding: 10px;
}

.clsnewfrprodcat .clsnewsidebarbox .bapf_head h3 {
   font-size: 20px;
   font-weight: bold;
   color: #fff;
   margin-bottom: 0;
   display: flex;
   align-items: center;
}

.clsnewfrprodcat .clsnewsidebarbox .bapf_head h3 i {
   margin-right: 10px;
}

.clsnewfrprodcat .clsnewsidebarbox .berocket_single_filter_widget {
   border: solid #e6e6e6;
   border-width: 1px 0;
}

.clsnewfrprodcat .clsnewsidebarbox .berocket_single_filter_widget:first-of-type {
   border-top: 0;
}

.clsnewfrprodcat .clsnewsidebarbox .berocket_single_filter_widget:last-of-type {
   border-bottom: 0;
}

.clsnewfrprodcat .clsnewsidebarbox .bapf_sfilter {
   margin-bottom: 0;
}

.clsnewfrprodcat .clsnewsidebarbox .bapf_body {
   background-color: rgba(255, 255, 255, 0.4);
   padding: 15px 15px 15px 52px;
}

.clsnewfrprodcat .clsnewsidebarbox .bapf_body ul {
   padding: 0;
}

.clsnewfrprodcat .clsnewsidebarbox .bapf_body ul li:not(:last-child) {
   margin-bottom: 15px !important;
}

.clsnewfrprodcat .clsnewsidebarbox .bapf_body ul li label {
   font-size: 16px;
   font-weight: 600;
   color: #fff;
   margin-left: 4px;
}

.clsnewfrprodcat .clsnewsidebarbox input[type=checkbox] {
   width: 18px;
   height: 18px;
   vertical-align: top;
   margin-top: 5px;
}

.clsnewfrprodcat form.woocommerce-ordering {
   /*display: none !important;*/
}

.clsnewfrprodcat ul.products {
   padding-top: 0 !important;
}

.clsnewfrprodcat .irs--big .irs-handle {
   border-color: #e6e6e6;
}

.clsnewfrprodcat .irs--big .irs-bar {
   border-color: #931754;
   background: linear-gradient(to bottom, #fff 0, #931754d4 30%, #9317545e 100%);
}

.clsnewfrprodcat .irs--big .irs-from,
.clsnewfrprodcat .irs--big .irs-single,
.clsnewfrprodcat .irs--big .irs-to {
   background: #931754;
}

.entry-summary .stock {
   display: none;
}

.clsnewcustcatprod .clsnewmainheadimg {
   height: 430px;
}

.clsnewfrprodcat .clsnewsidebarbox .bapf_body {
   padding: 15px 20px 15px 20px;
}

.woocommerce-loop-product__title {
   /*height:73px;*/
   height: 45px;
}


/* Add 27 Feb 24 */
.avwp-av button.no,
.avwp-av button.yes {
   background: #000;
   width: 100%;
   transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
}

.avwp-av button.no:hover,
.avwp-av button.yes:hover {
   background-color: var(--pink);
}

.avwp-av h2 {
   font-size: 35px;
}

.avwp-av p {
   font-size: 15px;
}

.avwp-av p strong {
   color: #959595;
}

/*
.price {
   display: none !important;
}

.wpb_wrps_price {
   display: none !important;
} */

.bapf_slidr_ion {
   display: none !important;
}

body .bapf_body {
   max-height: 3011px;
   /*min-height: 3011px; */
   overflow-y: auto;
}


/* 16-09-25 */
.nos-marque-wrap img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.nos-marque-wrap .progelimg {

   height: 120px;
   width: 160px;
}

.reglamention-cls img {
   max-width: 450px !important;
   display: flex;
   margin: auto;
}

.avwp-av-age {
   box-shadow: none;
   padding: 50px;
   background-color: #fff;
   height: fit-content;
   width: fit-content;
   border-radius: 20px;
   margin: 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.avwp-av-age h2 {
   font-size: 32px;
   line-height: 1.4;
   color: #931754;
   text-transform: uppercase;
   font-weight: 700;
   text-align: center;
}

.avwp-av-age .lacva-btn button {
   font-weight: 400;
   padding: 11px 20px;
}

.single-product .clsnewsinvarprod {
   background-image: url(./assets/images/vines-banner.jpg);
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   width: 100%;
   background-position: center;
}

.product-sku {
   font-weight: 500;
}

.single-product .woocommerce .pavdesproddetailcls div.product form.cart {
   align-items: center;
}

.woocommerce .pavdesproddetailcls div.product p.price {
   margin-bottom: 20px;
}

.clsnewaddtocartbtn {
   margin-left: 10px;
}

.single-product .variations_form {
   flex-direction: column;
   align-items: flex-start;
}

.woocommerce-variation-add-to-cart {
   display: flex;
   align-items: center;
   gap: 10px;
   flex-wrap: wrap;
}

.single_variation_wrap {
   align-items: center;
   gap: 15px;
}

.woocommerce-variation-price {
   margin-bottom: 0 !important;
}

#pa_contenance {
   width: 100%;
}

#cssmenu ul ul li a,
#cssmenu ul>li>a {
   text-transform: unset;
}

/* .addcartcomn.addto-cart.clsnewaddtocartbtn{height: 40px;} */
.cart {
   align-items: center;
}

.woocommerce-loop-product__title {
   height: 65px;
}

.woocommerce div.product form.cart div.quantity {
   margin: 0 15px 0 0;
}

.yith-wcwl-add-button,
.yith-wcwl-wishlistexistsbrowse {
   align-items: flex-start !important;
   margin-top: 30px;
}


.add_to_wishlist {
   width: auto !important;
}

.procatname h6 {
   height: 51px;
}

.coup-de-coeur-sticker {
   position: absolute;
   top: 10px;
   right: 10px;
   background: transparent;
   color: #922f62;
   padding: 5px 10px;
   font-size: 27px;
   font-weight: 600;
   border-radius: 5px;
   z-index: 9999999;
   cursor: pointer;
}


.avwp-av-age p {
   font-size: 18px;
}

.avwp-av-age button.yes {
   background-color: #8d1554 !important;
}

.avwp-av-age button.yes:hover {
   background-color: #000000 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
   width: 100%;
}



.woocommerce .pavdesproddetailcls div.product .yith-wcwl-add-to-wishlist {
   margin: 0;
}

.woocommerce .pavdesproddetailcls div.product form.cart {
   margin: 0;
}

.wcgs-temp-cls {
   width: 350px;
   height: 641px !important;
   object-fit: contain;
}

.wcgs-thumb img {
   padding: 20px 20px 20px 20px;
}

.search-bar {
   background: transparent;
   padding: 15px;
   border-radius: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 30px;
   gap: 15px;
   width: fit-content;
   margin: 30px 0;
   flex-wrap: wrap;
}

.search-bar select {
   padding: 8px 12px;
   border-radius: 6px;
   border: 1px solid #ccc;
   font-size: 14px;
   width: 246px;
   appearance: auto;
}

.btn-submit {
   background: #131313;
   color: #ffffff;
   border: none;
   border-radius: 20px;
   padding: 10px 25px;
   font-size: 16px;
   cursor: pointer;
   font-weight: 500;
   transition: 0.3s;
}

.btn-submit:hover {
   background: #ffffff;
   color: #000;
}

.form-control:focus {
   box-shadow: unset !important;
   border-color: unset !important;
}

.quantity {
   display: flex;
   align-items: center;
   gap: 17px;

}

.woocommerce-ordering {
   display: flex;
   gap: 15px;
   margin-bottom: 0 !important;
   flex-wrap: wrap;
}

.bapf_no_products {
   border-top: 3px solid var(--primary);
   display: flex;
   justify-content: center;
}

.woocommerce-info {
   border-top: transparent;
}

.woocommerce .woocommerce-ordering select {
   font-size: 14px;
   color: #000;
   font-weight: 500;
   /* text-transform: lowercase; */
}

.clsnewfrshop a {
   display: flex;
   align-items: center;
   gap: 15px;
}

.clsnewfrshop img {
   margin: 0 !important;
}

.product-stock-reach {
   color: #d33242;
   font-weight: 500;
}


/* 18-09-25 */


.wcgs-slider-image img {
   height: 641px !important;
   object-fit: contain;
}

.variations tbody {
   display: flex;
   align-items: center;
   gap: 20px;
}

.lacva-wrap-btn h5 {
   text-align: left;
}


.cart-icon {
   position: relative;
   display: inline-block;
}

.cart-icon .icons {
   width: 60px;

}

.cart-badge {
   position: absolute;
   top: -9px;
   right: -7px;
   width: 25px;
   height: 25px;
   background: #000;
   color: #fff;
   font-size: 15px;
   font-weight: bold;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}



/* 18-09-25 */
.cls-countserachbar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations .value .reset_variations {
   /* bottom: 32px;
   left: auto;
   line-height: 1;
   right: -55px; */
   bottom: -18px;
   left: 0;
   line-height: 1;
   right: auto;
}

/* Shop/category page – 2 products per row on mobile */

/* .promotion-slider .swiper-wrapper .swiper-slide, .nouvea-slider .swiper-wrapper .swiper-slide { margin: 0 20px !important; } */
/* .promotion-slider .swiper-wrapper, .nouvea-slider .swiper-wrapper { justify-content: center; } */

.cls-sbpgbnr {
   padding-top: 140px;
}

.cls-sbpgbnr .sbpgbnr.clsnewdetprod {
   height: auto;
   padding: 0;
}

body .clsnewcsthdr.not-sticking .menunavebar {
   margin-top: 10px;
   margin-bottom: 0;
}

tr.cart_item {
   border-bottom: 1px solid rgba(0, 0, 0, .1);
}

tr.cart-subtotal {
   border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.woocommerce-checkout-review-order-table tbody tr {
   visibility: collapse;
}

body tr.cart_item {
   visibility: visible;
}


.clsnewfrprodcat .clsnewforcountres {
   margin-top: 0;
}


.added {
   gap: 10px !important;
}

.variations_form .woocommerce-variation-add-to-cart-disabled {
   display: none;
}


/* 22-09-25 */
.clsbio {
   position: absolute;
   top: -10px;
   left: -20px;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 9;

}

.clsbio img {
   max-width: 68%;
   object-fit: contain;
}

.clsbio img {
   width: 80px;
}


.half-circle {
   width: 200px;
   height: 100px;
   background: radial-gradient(circle at 30% 30%, #e91e63, #c2185b, #ad1457);
   border-radius: 200px 200px 0 0;
   position: relative;
}



.half-circle-right {
   width: 74px;
   height: 115px;
   background: transparent;
   border-radius: 0 200px 200px 0;
   margin: 20px;
   display: flex;
   align-items: center;
   padding-left: 10px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.clsrecompenses h2 {
   font-size: 28px;
   line-height: 1.4;
   text-transform: uppercase;
   font-weight: 700;
   color: #8d1554;
   margin-top: 20px;
}

.clsrecompenses ul {
   list-style: none;
   display: flex;
   flex-wrap: wrap;
   gap: 15px;
   align-items: center;
   padding: 0;
   justify-content: center;
}

.clsrecompenses li {
   width: 100px;
   height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   border: 2px solid #e6e6e6;
   border-radius: 15px;
   padding: 15px;
   transition: all 0.3s ease-in-out 0s;
}

.clsrecompenses li img {
   object-fit: contain;
}

.clsrecompenses li:hover {
   border: 2px solid #922f62;
}

.clsextradetailpro {
   width: 100%;
   text-align: center;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img {
   border: 2px solid #922f62 !important;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide:hover img,
#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb:hover img {
   border: 2px solid #922f62 !important;
}

/* cre  */
.pavdesproddetailcls .clsnewfrelatedprodsec .nos-coups .progelbox .wpb_wrps_title a,
.procatname h6,
h2.woocommerce-loop-product__title {
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 1.4em;
   height: 55px;
   margin-bottom: 9px !important;
}

input#dgwt-wcas-search-input-1 {
   border-radius: 100px !important;
}

body .yith-wcwl-add-button a.add_to_wishlist {
   display: inline-block;
   line-height: 1.4;
}

.detail-page-new-slider .swiper {
   margin-top: 20px;
   padding-bottom: 40px;
   margin-bottom: 20px;
}

.detail-page-new-slider .detail-slider-img {
   width: 75px;
   height: 75px;
   margin: auto;
   display: flex;
   align-items: center;
   justify-content: center;
}

.detail-page-new-slider .detail-slider-img img {
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;
}

.detail-page-new-slider .swiper-pagination-bullet {
   background: rgba(0, 0, 0, 0.2);
   border-radius: 15px;
   height: 8px;
   width: 20px;
   transition: all 0.5s ease-in-out 0s;
}

.detail-page-new-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
   width: 35px;
}

.cls-recompenseswrap {
   position: relative;
}

.listing-page-new-slider {
   position: absolute;
   top: 0;
   right: 0;
}

.listing-page-new-slider .swiper-wrapper {
   justify-content: flex-start;
}

.listing-page-new-slider .vertical-recompenses-slider {
   height: 320px;
}

.listing-page-new-slider .listing-slider-img {
   width: 60px;
   height: 60px;
   margin: auto;
   display: flex;
   align-items: center;
   justify-content: center;
}

.listing-page-new-slider .listing-slider-img img,
.woocommerce ul.products li.product .listing-page-new-slider .listing-slider-img img {
   width: auto !important;
   height: auto !important;
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;
   margin: 0;
}


.woocommerce .pavdesproddetailcls div.product form.cart table.variations {
   display: block;
   width: 100%;
}

.woocommerce .pavdesproddetailcls table.variations tbody {
   display: grid;
   gap: 10px;
   grid-template-columns: 0.5fr 1fr 0.5fr 1fr;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations .label label {
   font-size: 15px;
   font-weight: 500;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations td {
   padding-bottom: 0;
   display: block;
   width: 100%;
}

.woocommerce .pavdesproddetailcls div.product form.cart table.variations .value select {
   padding: 4px 10px;
   width: 100%;
   margin: 0;
   font-size: 14px;
}


/* 10-13-25 */
#contenance-litre-label {
   position: absolute;
   margin-left: 8px;
   top: 5px;
}


.swiper-button-next,
.swiper-button-prev {
   opacity: 1 !important;
   visibility: visible !important;
   display: flex !important;
   pointer-events: auto !important;
}

.swiper-button-lock {
   display: flex !important;
   opacity: 1 !important;
   visibility: visible !important;
}


/* 15-10-25 */
i.bi.bi-heart-fill::before {
   content: "\F415";
}



.location-leftimg {
   position: relative;
   overflow: hidden;
}

.location-leftimg .swiper {
   width: 100%;
   height: 100%;
}

.location-leftimg .swiper-slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

/* Inner slider navigation */
.swiper-button-next-inner,
.swiper-button-prev-inner {
   width: 35px;
   height: 35px;
   background: rgba(255, 255, 255, 0.9);
   border-radius: 50%;
   color: #333;
   font-size: 14px;
}

.swiper-button-next-inner:after,
.swiper-button-prev-inner:after {
   font-size: 14px;
   font-weight: bold;
}

.swiper-button-next-inner:hover,
.swiper-button-prev-inner:hover {
   background: rgba(255, 255, 255, 1);
}

/* Inner slider pagination */
.location-leftimg .swiper-pagination {
   bottom: 10px;
}

.location-leftimg .swiper-pagination-bullet {
   background: #fff;
   opacity: 0.7;
   width: 8px;
   height: 8px;
}

.location-leftimg .swiper-pagination-bullet-active {
   opacity: 1;
   background: #fff;
}

/* Inner Swiper Pagination */
.location-inner-slider .swiper-pagination {
   position: absolute;
   bottom: 10px !important;
   /* adjust as needed */
   left: 0;
   width: 100%;
   text-align: center;
   z-index: 10;
   background: transparent;
   padding: 10px;
   width: fit-content;
   margin: auto;
   display: flex;
   border-radius: 5px;
   right: 0;
}

/* Pagination bullets */
.location-inner-slider .swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   background: #000 !important;
   /* default bullet color */
   opacity: 1;
   margin: 0 5px !important;
   display: inline-block;
   border-radius: 50%;
   transition: all 0.3s;
   cursor: pointer;
}

/* Active bullet */
.location-inner-slider .swiper-pagination-bullet-active {
   background: #92176a !important;
   /* change to your theme color */
   width: 12px;
   height: 12px;
}




.location-leftimg .swiper-pagination-bullet {
   background: #fff;
   opacity: 0.8;
   margin: 0 5px;
   /* border: 2px solid rgba(0, 0, 0, 0.3); */
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.location-leftimg .swiper-pagination-bullet-active {
   opacity: 1;
   background: #fff;
   /* border-color: rgba(0, 0, 0, 0.5); */
   transform: scale(1.2);
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
   align-items: center !important;
   margin-top: 10px !important;
}

.footer-slider-cls {
   justify-content: center;
   display: flex;
   text-transform: uppercase;
   color: #000;
   font-weight: 600;
   font-size: 18px;
}

.variations_form .single_variation_wrap {
   margin-top: 30px;
}

.yith-wcwl-add-button span {
   line-height: normal;
   margin-top: 2px;
   margin-right: 3px;
}

.clsnewcustcatprod .clsnewmainheadimg {
   height: 350px;
}


.single_add_to_wishlist {
   display: flex !important;
   align-items: center;
}



/* 19-11-25 */
.nos-marque-wrap {
   background-color: #fff;
   border-bottom: 1px solid #cccccc;
}

.swiper-pagination-bullet {
   background: rgb(0 0 0 / 20%);
}

.woocommerce a.added_to_cart {
   color: var(--pink) !important;
}

.selection-sec {
   background-color: #e6e6e6;
   padding: 45px 35px;
}

.selection-sec .lacva-btn {
   display: flex;
   justify-content: center;
   align-items: center;
}

.selection-sec .lacva-btn a {
   padding: 10px;
   width: 21%;
}

.banner-section-wrap {
   margin-bottom: 0;
}

.clsprosellprices {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 14px;
}
.clspricecolor del, .price-incl  del{color: #000 !important;}

.clsprivacytext input{    margin-right: 14px;}
.pickup-location-note strong{ display:none; }


/* 24-11-25 */
.cls-product-thumbnail img{width: 100% !important;}
.woocommerce-shipping-methods li span{    display: block;
    font-style: italic;
    margin-bottom: 3px}
.woocommerce-shipping-methods li small.pickup-location-note span{
    display: contents;
    font-weight: bold;
    font-style: normal;
}