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

h1.entry-title.title {
    text-shadow: 2px 2px 2px #0000009E !important;
}

.product-countdown {
    margin: 20px 0;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 5px;
    text-align: center;
}

.countdown-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.countdown-timer {
    font-size: 24px;
    font-weight: bold;
}

.countdown-timer span {
    margin: 0 5px;
}

span.select2-selection__clear {
    color: black;
}

li.select2-selection__choice {
    color: black;
}

ul#select2-team-choice-results {
    color: black;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #011B21 !important;
}

.select2-container {
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
	.gform-theme--framework .gfield--type-image_choice .gchoice {
		min-inline-size: 48% !important;
		display: inline;
		width: 48%;
	}
	.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label {
		font-size: 10px;
	}
}

.gform-theme--framework .gfield--type-image_choice .gchoice {
	width: 48%;
}