/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.product_title {
    font-size: 22px !important;
}

.single-product .main-page-wrapper {
 
    background-color: #f2f2f2;
}

.sofi{
        background: #fff;
        padding: 9px;
    }
    
    .johan {
        background: #fff;
    padding: 16px;
    border-left: 9px solid #F2F2F2;
    }

.wd-compare-icon {
    display: none;
}

.wd-wishlist-icon {
}

.mama.product_meta {
    display: none;
}

.wd-social-icons {
    display: none;
}
.woocommerce-product-gallery img {
    width: 100%;
    border-radius: var(--wd-brd-radius);
    border: 1px solid #d0d0d0;
    margin-bottom: 36px;
}
.wd-show-product-gallery-wrap.wd-action-btn.wd-style-icon-bg-text.wd-gallery-btn {
    display: none;
}
.johan .wd-nav-wrapper.wd-nav-tabs-wrapper.text-center{
	text-align: left
	
}
.johan form.cart {
   
}
span.breadcrumb-last {
    display: none;
}

.wd-products-nav {
    display: none !important;
}
ul.maria {
    padding-left: 0;
}
ul.maria li {
    position: relative;
    list-style: none;
    font-size: 15px;
    margin-bottom: 1px;
}
ul.maria li:before {}
.johan button.single_add_to_cart_button.button.alt {
    border-radius: 5px !important;
    padding: 1px 49px !important;
}

.menu-label-red, .menu-label-green{
	display: none !important
}
li.cat-item.cat-item-20, li.cat-item.cat-item-77, li.cat-item.cat-item-81, li.cat-item.cat-item-97, li.cat-item.cat-item-85{
	display: none !important
}
li#tab-title-reviews {
    display: none;
}

li#tab-title-wd_additional_tab {
    display: none;
}
a.linkLogin {
    background: rgb(231,80,17);
    padding: 8px 12px;
    color: #fff;
    font-size: 17px;
    margin-top: 16px !important;
    display: block;
    margin-bottom: 13px;
	width: max-content;
}

.wd-swatch.wd-text {
    display: block;
    width: 100%;
    text-align: left;
}
table.variations th.label.cell {
    display: block;
}
table.variations label {
    
    font-size: 18px;
}
table.variations .wd-text-style-1 .wd-swatch.wd-text:after {
 width: 11.5px;
    left: 11.5px;
    height: 12px;
    border: none;
    content: "";
    font-size: 25px;
    top: 8.8px;
    background: #d1480f;
    color: #d1480f;
    font-weight: bold;
	border-radius: 5px;
}
.wd-swatch.wd-text.wd-active.wd-enabled .wd-swatch.wd-text:after{
	width: 11.5px;
    left: 11.5px;
    height: 12px;
    border: none;
    content: "";
    font-size: 25px;
    top: 14.5px;
    background: #d1480f;
    color: #d1480f;
    font-weight: bold;
	border-radius: 5px;
}

table.variations .wd-text-style-1:hover .wd-swatch.wd-text:hover:after{
	
    background: #d1480f;
    
}
table.variations .wd-text-style-1:focus .wd-swatch.wd-text:after{
	width: 11.5px;
    left: 11.5px;
    height: 12px;
    border: none;
    content: "";
    font-size: 25px;
    top: 8.5px;
    background: blue;
    color: #d1480f;
    font-weight: bold;
	border-radius: 5px;
}
/* Make space for radio */
.wd-swatches-product .wd-swatch {
    position: relative;
    padding-left: 35px !important;
}

/* Radio circle */
.wd-swatches-product .wd-swatch::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 60%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 50%;
    background: white;
}

/* Selected dot */
.wd-swatches-product .wd-swatch.wd-active::after {
    width: 11.5px;
    left: 11.5px;
    height: 12px;
    border: none;
    content: "";
    font-size: 25px;
    top: 14.5px;
    background: blue;
    color: #d1480f;
    font-weight: bold;
	border-radius: 5px;
}

/* Optional hover effect */
.wd-swatches-product .wd-swatch:hover::before {
    border-color: #d1480f;
}
/* Convert WooCommerce variation table to block layout */
.variations,
.variations tbody,
.variations tr,
.variations th,
.variations td {
    display: block !important;
    width: 100%;
}

/* spacing */
.variations tr {
    margin-bottom: 20px;
}

/* style label */
.variations th.label {
    margin-bottom: 10px;
    font-weight: 600;
}

span.swatch-price bdi {
    font-size: 19px;
} 
span.wd-swatch-text {
    font-size: 15px !important;
	margin-right: 10px
}

/* dotted line */
.wd-swatch-text::after {
    content: "";
    position: absolute;
    left: 100%;
    right: 0;
    top: 50%;
    border-bottom: 1px dotted #999;
    transform: translateY(-50%);
}

/* move price to the right */
.swatch-price {
    margin-left: 10px;
    font-weight: 600;
    white-space: nowrap;
}
/*css ajoute pour quantity et boutton ajout panier*/
label.qtt {
    font-size: 18px;
    font-weight: bold;
}

div.quantity input[type="number"] {
    width: 114px !important;
	    font-size: 23px;
    
}
div.quantity input[type="button"] {
	min-width: 52px !important;
    font-size: 23px;}

.woocommerce-variation-add-to-cart {
	display: inline-grid !important;}

.johan button.single_add_to_cart_button.button.alt {
margin-top: 8px;
    background: #d1480f;
    display: block !important;
    /* float: left; */
    width: max-content !important;
    max-width: fit-content;}

.wd-wishlist-btn.wd-action-btn a {
    background: #D1480F;
    color: #fff;
    padding: 11px 45px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
}

button.button.wp-generate-pw.hide-if-no-js.skip-aria-expanded {
    background: #E88D2E !important;
    color: #fff !important;
}
.search-results-wrapper a.login-to-prices-msg{
	display: none
}