.tps_ajaxProductOptions_elements {
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.tps_ajaxProductOptions_elementsSeparator {
    display: block;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 20px;
}

.tps_ajaxProductOptions_oneElement {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
}

.tps_ajaxProductOptions_oneElementImage {
    width: 100%;
    height: 100%;
    background-position: center;
    border: 1px solid #D1D1D1;
    background-repeat: no-repeat;
}

.tps_ajaxProductOptions_oneElement:hover .tps_ajaxProductOptions_oneElementImage,
.tps_ajaxProductOptions_oneElement:hover .tps_ajaxProductOptions_oneElementTextBox {
    border-color: #000;
}

.tps_ajaxProductOptions_oneElementTextBox {
    width: 100%;
	height: 100%;
	border: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	flex-direction: column;
}

.tps_ajaxProductOptions_nameAfterImage {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.tps_ajaxProductOptions_oneElement span {
    color: #fff;
    background: #0e0e0e;
    transition: 0.3s;
    font-size: 14px;
    padding: 5px 20px;
    cursor: pointer;
}

.tps_ajaxProductOptions_selectedElement .tps_ajaxProductOptions_oneElementImage {
    border: 1px solid transparent;
}

.tps_ajaxProductOptions_oneElement span:hover {
    background: #B59C89;
}

.tps_ajaxProductOptions_oneElementPopular {
    position: absolute;
    bottom: 0;
    color: #6E0306;
    padding: 5px 10px;
    background: #D9D9D9;
    font-size: 14px;
    left: 0;
    text-align: center;
    width: 100%;
}

.tps_ajaxProductOptions_oneElementPrice {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
	display: flex;
}

.tps_ajaxProductOptions_oneElementPrice section:first-child {
	margin-right: 5px;
}

.tps_ajaxProductOptions_imageBox {
    width: 100%;
    border: 5px solid transparent;
    margin-bottom: 10px;
    position: relative;
	height: 170px;
}

.tps_ajaxProductOptions_selectedElement .tps_ajaxProductOptions_imageBox {
    border: 5px solid #B59C89;
}

.tps_productDetailOption_sold {
    bottom: 60px;
	height: 100%;
	z-index: 10;
}

.tps_productDetailOption_sold div {
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.tps_ajaxProductOptions_selectedElement span {
    background: #B59C89;
}

.tps_ajaxProductOptions_selectedElement section {
    color: #B59C89;
}

.tps_ajaxProductOptions_button {
    text-align: center;
    min-width: 110px;
}

.tps_ajaxProductOptions_coverImage {
    background-size: cover;
}

.tps_ajaxProductOptions_containImage {
    background-size: contain;
}

.tps_ajaxProductOptions_selectNoOption {
	height: 25px;
}
.tps_ajaxProductOptions_paidElements {
	display: none;
}

.tps_ajaxProductOptions_paidElementsActive {
	display: block!important;
}

.tps_ajaxProductOptions_hidden {
	display: none!important;
}

.tps_ajaxProductOptions_discountPrice {
	display: flex;
}

.tps_ajaxProductOptions_buttonContainer {
	display: flex;
	height: 100%;
}

@media (min-width: 768px) {
    .tps_ajaxProductOptions_headerInfo {
        flex-direction: row;
        align-items: center;
    }

    .tps_ajaxProductOptions_elements {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
