/*
Theme Name: Investisseuse
Theme URI: https://smmalead.com/contact/
Author: the SMMALEAD team
Author URI: https://wordpress.org/
Description: Investisseuse theme sur mesure.
Version: 3.6
Tested up to: 6.8
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: investisseuse

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: 'Poppins Bold';
    src: url('./fonts/Poppins-Bold.eot');
    src: url('./fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Bold.woff2') format('woff2'),
        url('./fonts/Poppins-Bold.woff') format('woff'),
        url('./fonts/Poppins-Bold.ttf') format('truetype'),
        url('./fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('./fonts/Poppins-Regular.eot');
    src: url('./fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Regular.woff2') format('woff2'),
        url('./fonts/Poppins-Regular.woff') format('woff'),
        url('./fonts/Poppins-Regular.ttf') format('truetype'),
        url('./fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('./fonts/Poppins-SemiBold.eot');
    src: url('./fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('./fonts/Poppins-SemiBold.woff') format('woff'),
        url('./fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('./fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Light';
    src: url('./fonts/Poppins-Light.eot');
    src: url('./fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Light.woff2') format('woff2'),
        url('./fonts/Poppins-Light.woff') format('woff'),
        url('./fonts/Poppins-Light.ttf') format('truetype'),
        url('./fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'PT Serif Bold';
    src: url('./fonts/PTSerif-Bold.eot');
    src: url('./fonts/PTSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/PTSerif-Bold.woff2') format('woff2'),
        url('./fonts/PTSerif-Bold.woff') format('woff'),
        url('./fonts/PTSerif-Bold.ttf') format('truetype'),
        url('./fonts/PTSerif-Bold.svg#PTSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif BoldItalic';
    src: url('./fonts/PTSerif-BoldItalic.eot');
    src: url('./fonts/PTSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/PTSerif-BoldItalic.woff2') format('woff2'),
        url('./fonts/PTSerif-BoldItalic.woff') format('woff'),
        url('./fonts/PTSerif-BoldItalic.ttf') format('truetype'),
        url('./fonts/PTSerif-BoldItalic.svg#PTSerif-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif Italic';
    src: url('PTSerif-Italic.eot');
    src: url('./fonts/PTSerif-Italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/PTSerif-Italic.woff2') format('woff2'),
        url('./fonts/PTSerif-Italic.woff') format('woff'),
        url('./fonts/PTSerif-Italic.ttf') format('truetype'),
        url('./fonts/PTSerif-Italic.svg#PTSerif-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Serif Regular';
    src: url('./fonts/PTSerif-Regular.eot');
    src: url('./fonts/PTSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/PTSerif-Regular.woff2') format('woff2'),
        url('./fonts/PTSerif-Regular.woff') format('woff'),
        url('./fonts/PTSerif-Regular.ttf') format('truetype'),
        url('./fonts/PTSerif-Regular.svg#PTSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
 font-family: 'Poppins Regular';
    font-weight: 400;
}
a {
    color: #beb09f;
   
}
.logo img {
    filter: inherit;
}
a.btn.btn_whatsapp.black-color.border-black {
padding: 0px !important;
    background: inherit;
    font-size: 16px;
    border: inherit;
}
a.btn.btn_whatsapp img{
    width: 40px;
}




.alert-success {
    color: #ffffff;
    background-color: #0e5b2a;
    border-color: #0e5b2a;
    width: max-content;
    margin: 0px auto;
}
#form_contact .alert-success {
    color: #ffffff;
    background-color: #0e5b2a;
    border-color: #0e5b2a;
    width: max-content;
    margin: 20px auto;
}
#form_contact_artist .alert-success {
    color: #ffffff;
    background-color: #0e5b2a;
    border-color: #0e5b2a;
    width: max-content;
    margin: 20px auto;
}#contact_smma_billetterie .alert-success {
    color: #ffffff;
    background-color: #0e5b2a;
    border-color: #0e5b2a;
    width: max-content;
    margin: 20px auto;
}
.valide_input{
    border: 1.5px solid #ef0f24 !important;

}
.hide_200{
  display: none !important;
}
.show_200{
  display: block !important; 
}
#form_contact{
  position: relative;
}

#prelodergif {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff57;
    text-align: center;
    right: 0;
    padding-top: 32%;
}
#prelodergif .img_gif {
  position: absolute;
    left: 0;
    text-align: center;
    bottom: 30%;
    width: 100%;
}
#prelodergif .img_gif img{
  width: 80px;
  height: auto;
}
.sucu{
    padding: 10px 15px;
    margin: 20px auto;
}
.sucu p{
  text-align: center;
  margin:0px;
  color: #faf5f5;
}
#form_contact .sucu p{
  text-align: center;
  margin:0px;
  color: #faf5f5;
}

#form_contact .erorr{
  text-align: center;
  background-color: #d35400;
padding: 10px 15px;
    width: max-content;
    margin: 20px auto;
}

#form_contact .erorr p{
  text-align: center;
  margin:0px;
  color: #faf5f5;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    color: #fff;
    background: #000;
}
body.woocommerce-checkout .xoo-wsc-basket, body.cartflows-instant-checkout .xoo-wsc-basket{
    display: none !important;
}
.xoo-wsc-sc-cont {
 
    margin-top: 6px;
}
.pb-100 {
    padding-bottom: 50px;
}
.pt-120 {
    padding-top: 50px;
}
.header {
    background: #BEB09F;
}
.logo img {
    max-width: 200px;
}

.main-menu ul li > a {
    font-size: 15px;
    text-transform: uppercase;
}

span.xoo-wsc-sc-subt {
    display: none;
}
.slidercontents h2 {
    color: #fff;
    line-height: 50px;
}
h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #000000;
    margin-bottom: 30px;
}
.xoo-wsc-ft-buttons-cont {
    display: block;

}
.contact-form-left span, .contact-form-right span {
    font-size: 18px;
    margin-bottom: 20px;
}
p, ul li {
  font-size: 18px;
  line-height: 32px;
  font-family: 'PT Serif Regular';
}
.widget-area p, .widget-area li, .widget-area li a {
    font-size: 16px;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
    margin-right: 0px;
    margin-left: 20px;
}
.footer-widget h4 {
    font-size: 16px;
    font-weight: 900;
}

.btn {
    padding: 10px 46px;
    font-size: 20px;
    line-height: 20px;
    border-radius: 30px;
    text-transform: initial;
}

.pt-90 {
    padding-top: 30px;
}
.mt-32{
    margin-top: 32px;
}
.shop-title h5, .product-filter a, .single-product-content p {
    font-size: 16px;
}

.shipping-content {
    height: max-content;
    background-attachment: fixed;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}

.team-member img {
    width: 100px;
}
.team-member h5, .client h5 {
    font-size: 20px;
    color: #A28E77;
    font-weight: 600;
}
.overflow_bg{
    position: absolute;
    width: 100%;
    top : 0px;
    bottom: 0px;
    z-index: -1;
    background: #2e1e0db3;
}
.shipping-area.shipping-height{
    z-index: -2;
}
.shipping-content{
    z-index: 3;
}
.aqui{
    margin-bottom: 25px;
}
.aqui li{
    font-size: 22px;
}
h2 {
    font-size: 40px;
    line-height: 50px;
}
.page-height {
    min-height: auto;
 padding: 10% 0px 6% 0px;
}
.blue-color {
    color: #beb09f;
}



.secondary-color {
    color: #000000;
}


.single-product-list .single-product-img img {
    min-width: initial;
    max-width: initial;
}

.single-product-content {
    padding-left: 25px;
    padding-top: 15px;
}
.pb-25 {
    padding-bottom: 6px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
font-size: 100%;
    margin: 0;
    line-height: initial;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    background-color: #212529;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;

}

li.single-product-list.d-flex.align-items-center.bg-white.border-bottom.mt-0.Array {
    background: #FFF8F8 !important;
    border-radius: 20px;
    MARGIN-BOTTOM: 28px;
}
.single-product-content h5.prod_name_list{
    font-family: 'Poppins Bold';
    font-size: 26px !important;
}

.single-product-content h5.prod_name_list span{
 font-family: 'Poppins Regular';
    font-size: 26px !important;
    text-transform: initial;
    color: #3f3b51;
}
body.archive main{
    
    background: url(https://preprod.investisseuse.com/wp-content/uploads/2025/05/changer.png) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
body.archive main .breadcrumb a, body.archive main .breadcrumb .text-dark {
    color: #fff !important;
}
.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.shop-header-area .container.pl-15.pr-15.position-relative {
    display: block;
    padding-bottom: 50px;
    text-align: center;
}
.shop-header-area .container h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 20px;
      font-family: 'Poppins Bold';
}
.single-product-list .single-product-img.border_left img{
border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
        width: 402px;
    height: 402px;
}
.single-product-list .single-product-img.border_right img{
border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; 
    width: 402px;
    height: 402px;
}
.product-view-info h1 {
    text-transform: uppercase;
    padding-top: 10%;
}

.product-left-img-info p, .quantity {
    font-size: 18px;
}
.product-view-info .quantity {
    width: max-content;
    display: inline-block;
    margin-right: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #beb09f;
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #000000;
    color: #fff;
    border-radius: 20px;
    -webkit-font-smoothing: antialiased;
}

.product_meta {
    margin-top: 25px;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: none !important;
    margin-left: 15px;
}
.product-view-info .quantity input {
    height: 40px;
}

div#nav-tabContent h2 {
    font-size: 24px;
}

.nice-select {
    height: 32px;
    line-height: 30px;
    margin-right: 20px;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    border-radius: 20px;
    padding: .518em 1em;
    font-size: 18px;
}

.single-product-button li a span:hover {
    background: #beb09f;
}
ul.slick-dots {
    display: none !important;
}
/*li.single-product-list.d-flex.descktop_inv{
    display: block !important;
}*/
li.single-product-list.d-flex.mobile_inv{
    display: none !important;
}
ul.resaux_soc {
    margin-top: 30px;
}
ul.resaux_soc li {
    display: inline-block;
    margin-right: 20px;
}
ul.resaux_soc li i{
    font-size: 30px;
}
ul.resaux_soc li img{
    margin-top: -14px;
}

table.variations {
    margin-bottom: 20px;
}
table.variations .nice-select {
    height: 32px;
    line-height: 30px;
    margin-right: 0px;
    margin-left: 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{
        background-color: #000000;
    color: #fff;
}
.woocommerce-variation-price {
   
    margin-bottom: 16px;
}
.woocommerce-variation-price .price span {
    font-size: 18px;
    font-weight: 700;
}





@media only screen and (max-width: 768px) {
  /* For mobile phones: */
.logo img {
    max-width: 135px;
}
.shop-header-area .container h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 20px;
    font-family: 'Poppins Bold';
}
li.single-product-list.d-flex.descktop_inv{
    display: none !important;
}
li.single-product-list.d-flex.mobile_inv{
    display: block !important;
}
body.archive main {

    background: url(https://preprod.investisseuse.com/wp-content/uploads/2025/05/mobile_bg-scaled.png) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.sticky-menu .header a, .header-area:hover a, .header.header-2 a, .header.header-6 a {
    color: #222222;
    margin-top: 0px;
    padding-left: 15px;
    display: block;
}
a.mobile-menubar {
    position: absolute;
    top: 22px;
}
.slidercontents{
    text-align: center;
}
.slidercontents h2 {
    color: #fff;
    line-height: 42px;
    padding-top: 0px !important;
    text-align: center;
}
.slidercontents p{
    text-align: center;
}
h2 {
  font-size: 26px;
        line-height: 36px;
}
    .slider-height {
        min-height: max-content;
    }
.slidercontents {
    padding-top: 60px;
    padding-bottom: 25px;

}
.btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 22px;
        text-transform: initial;
    }
.m_none{
    display: none;
}
p, ul li {
    font-size: 20px;
    line-height: 28px;
    font-family: 'PT Serif Regular';
}
ul.aqui li {
    margin-bottom: 20px;
    font-size: 18px;
}
ul.aqui li i{
    padding-right: 10px;
}
    .Bestsellers-area-4 .extra-padding-40, .store-product-area .extra-padding-40, .section-title {
        padding-left: 0px;
        padding-right: 0px;
    }

.pb-90 {
    padding-bottom: 40px;
}
.pt-120 {
    padding-top: 40px;
}
.page-title h2 {
    font-size: 28px;
    padding-top: 50px;
}

.mt-35 {
    margin-top: 0px;
}
h1 {
    font-size: 36px;

}
.contact-form-area .col-xl-6{
    padding: 0px;
}
.blue-color {
    color: #beb09f;
}
.contact-form-left span, .contact-form-right span {
    font-size: 26px;
}

.contact-form-right span.secondary-color {
        font-size: 20px;
        margin: 20px 0px;
    }
.pt-100 {
    padding-top: 66px;
}

    footer .logo img {
        max-width: 180px;
        margin-bottom: 20px;
    }
li.single-product-list.d-flex {
    display: block !important;
}
.shop-header-area.pt-110 {
    text-align: center;
}
.pt-110 {
    padding-top: 50px;
}


.shop-header-area .product-selection{
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: inherit;
    margin-bottom: 19px !important;
    display: block;
}
.single-product-list .single-product-img.border_left img{
border-top-left-radius: 20px;
border-top-right-radius: 20px;
   border-bottom-left-radius: inherit;
    width: 100%;
     height: auto;
}
.single-product-list .single-product-img.border_right img{
border-top-right-radius: 20px;
   border-top-left-radius: 20px;
     border-bottom-right-radius: inherit; 
     width: 100%;
     height: auto;
}

.all-product-area .container {
    padding: 0px;
}
.p-page-area {
    padding-top: 80px !important;
}
h5.product-name.pt-20.pl-20 {
    padding: 15px 0px;
    text-align: center;
}



}


















