/*
Theme Name: Custom
Theme URI: #
Author: meyzi8
Author URI: #
*/

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1zTLSttd_lSwK5LLF9F19-8mpqPbN-SWhKP6SN_oQp2UJxyFOhFoJbLT_M0TrgFE6HyjYoSAfyLZxXNGZc_0bbrq7I35I2D4Ki064hdXSsI5adzJDB158HfWxIHKPXkGrIMQcI3idAH7COth8cdL_O8XUv7dsp75yMm-83KfjAvLMxJ7O7dc9YPYU2JxX3g6snzAIn32yrlBfh5kk5Q4kqfmA767qPi2lP4itkI3HUoIqkXTpLlURds6NFzC17i09b3PFs&skey=c491285d6722e4fa&v=v12) format('woff2');
}

/* Radio Area Begin */
.radioarea .radioimg {
    border-radius: 10px;
}

.radioarea .container {
    position: relative;
    display: block;
}

.radioarea .topright {
    position: absolute;
    margin-left: -35px;
    font-size: 15px;
    margin-top: 5px;
}

.radioarea .title {
    margin-bottom: 8px !important;
}

.radioarea input[type=radio]:checked ~ label .title {
    font-weight: 600;
}

.radioarea .choosetitle {
    font-weight: 600;
    line-height: .9rem;
    padding-bottom: 0.4rem;
}

.radioarea {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 0.75rem;
    text-align: center;
}

.radioarea label {
    border-radius: 10px;
    padding: 8px 10px 10px 10px;
    /* margin-bottom: 30px; */
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0.5;
}

label:hover, label:focus, label:active {
}

.radioarea input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
}

.radioarea input[type=radio]:active ~ label {
    opacity: 1;
}

.radioarea input[type=radio]:checked ~ label {
    box-shadow: rgb(0 0 0 / 50%) 0px 5px 15px 0px;
    color: #fff;
}

.radioarea input[type=radio]:not(:checked) ~ label {
    border: 1px solid #cfcfcf;
}

.radioarea input[type=radio]:checked ~ label .activechoose {
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    background: linear-gradient(0deg, rgb(106, 119, 106) 0%, rgb(106, 119, 106) 85%, rgb(106, 119, 106) 100%);
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 1px 5px 5px 2px;
}

.properties {
    font-family: Inter;
    font-weight: 400;
    font-size: 0.60rem;
}

.radioarea input[type=radio] ~ label .properties {
    margin-top: 10px;
}

.radioarea input[type=radio]:checked ~ label i {
    margin-right: 5px;
}

.radioarea input[type=radio] ~ label i {
    margin-right: 5px;
}

.radioarea input[type=radio] ~ label .activechoose {
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #888888;
    padding: 5px;
}

.radioarea .ml5 {
    margin-left: 5px;
}

.radioarea input[type=radio]:checked ~ label {
    opacity: 1;
    background: linear-gradient(0deg, rgb(106, 119, 106) 0%, rgb(106, 119, 106) 85%, rgb(106, 119, 106) 100%);
}

.radioarea input[type=radio]:not(:checked) ~ label .circleimage {
    display: none;
}

.radioarea .circleimage {
    width: 20px;
    margin-top: -10px;
}

.radioarea input[type=radio]:checked ~ label .text-properties {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mtitle {
    color: unset !important;
    line-height: unset !important;
    padding-bottom: unset !important;
}

/*
@media only screen and (min-width: 992px) {
.radioarea .radioimg {
max-height: 215px;
border-radius: 10px;
object-fit: cover;
object-position: 0px -84px;
}
}
@media only screen and (max-width: 992px) {
.radioarea input[type=radio]:checked ~ label .activechoose {
padding: 1px 5px 5px 2px;
}
*/

/* Radio Area Ended */

/**
Metin ekledi
 */


.radio.img.w-100 {
    border-radius: 1em;
}
