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


.swatch-on-single.swatch-disabled {
    opacity: 1 !important;
    cursor: pointer !important;
}

.display-none {
    display: none !important;
}

.swatches-select[data-id="pa_technique"] .wd-swatch,
.swatches-select[data-id="pa_position"] .wd-swatch {
    width: 3.3rem;
    height: 3.3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid;
    padding: 10px;
    margin: 5px;
    border-radius: 5px !important;
    border-color: #b4b8bd;
    font-size: 0;
    border: 2px solid #B4B8BD;
}

select#pa_size {
    border: 2px solid #B4B8BD;
}

.active-swatch {
    border: 2px solid green !important;
}

select#pa_position {
    display: block !important;
    pointer-events: none;
	background-color: #f7f7f7;
	border: 1px solid #E8E8E7;
}

.select-flex-block {
    position: absolute;
    background: white;
    z-index: 9;
    display: flex;
    border-radius: 5px;
    max-width: 450px;
    padding: 5px;
    width: 100%;
    flex-direction: column;
    background: white;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
}

.bond.swatches-select.swatches-on-single {
    display: flex;
    flex-direction: column;
}

button.check_element {
    background: rgb(238, 132, 33);
    color: white;
    border-radius: 5px;
}

.wd-reset-var {
    top: 97% !important;
}

.wd-reset-var {
    opacity: 0 !important;
}

select#pa_size {
    display: block;
}

.swatches-select.swatches-on-single[data-id="pa_size"] {
    display: none;
}

table.variations .cell {
    vertical-align: top !important;
}

.wd-reset-var {
    width: 1px !important;
    height: 1px !important;
}

select#pa_size option[value=""] {
    display: none;
}

#pa_technique {
    display: none;
}

button.slideLeft {
    position: absolute;
    left: 0;
    top: 64px;
    transform: translate(0, -50%);
    padding: 5px 10px !important;
    font-size: 12px;
    background-color: #000 !important;
    border-radius: 0 5px 5px 0;
    color: #fff !important;
}

button.slideRight {
    right: 0;
    position: absolute;
    top: 64px;
    transform: translate(0, -50%);
    padding: 5px 10px !important;
    font-size: 12px;
    background-color: #000 !important;
    border-radius: 5px 0 0 5px;
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    button.slideLeft {
        padding: 16px 16px !important;
        font-size: 27px;
    }

    button.slideRight {
        padding: 16px 16px !important;
        font-size: 27px;
    }
}

.product-image-thumbnail {
    min-height: 100px !important;
}

.value.cell.with-swatches.class_pa_size div:first-child {
    display: none;
}