.left {
    float: left;
    margin-right: 10%;
}

.right {
    float: right;
}

.half {
    width: 40%;
}

.selection-details .half {
    width: 50%;
}

.one-third {
    width: 33%;
}

.two-thirds {
    width: 66%;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.selecciones {
    overflow: auto;
}

.selecciones h1 {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

.selecciones h2.selection-title {
    text-transform: capitalize;
    font-size: 18px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccccca;
    margin: 0 0 30px;
    text-align: left;
}

.selecciones h2 {
    font-size: 24px;
    margin: 0 0 15px;
    text-align: center;
    font-weight: bold;
}

.selecciones .selection-details h3 {
    font-weight: bold;
    font-size: 23px;
}

.selecciones .subtitle {
    font-size: 12px;
    color: #5e5e5d;
    margin: 0 0 15px;
    font-weight: 400;
}

.selecciones a {
    color: #000000;
    text-decoration: none;
}

.selecciones a:hover {
    text-decoration: none;
    font-weight: bolder;
}

.selection-child {
    border-bottom: 2px solid #ededee;
    overflow: hidden;
    margin-bottom: 40px;
}

.selection-cart {
    clear: both;
    margin: 0 0 30px;
}

.selection-cart div {
    display: inline-block;
}

.selection-cart .qty {
    width: 10%;
}

.selection-price {
    width: 40%;
    text-align: center;
}

.selection-price .price-container .price {
    font-weight: 700;
    font-size: 21px;
}

.selection-date {
    text-transform: uppercase;
    text-align: center;
    background: #ededee;
}

.selection-addtocart {
    margin-bottom: 15px;
}

.virtual-button {
    padding: 15px 0 0;
}

.virtual-button button.action.primary {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 10px;
    margin-left: 10px;
    width: 100%;
}

.virtual-button button.primary.tocart:before {
    content: none;
}

.selection-self .addtocart-wrapper.virtual-button {
    display: block;
    width: 60%;
}

.selection-attribute strong {
    display: block;
}

.graylighted {
    background: #ededee;
    padding: 20px;
}

.selection-attributes {
    margin-right: 20%;
}

.selection-details {
    clear: both;
    overflow: auto;
    padding-top: 20px;
}

.selection-details .image {
    text-align: center;
}

.selection-details .selection-cart {
    width: 60%;
}

.banner {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.clear {
    clear: both;
}

.product-selection-date {
    padding: 1px 15px;
    text-transform: uppercase;
    background: #ededee;
}

.product-selection-description h3 {
    font-weight: 800;
}

.category-selection-otherproducts h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 0 0 41px;
    text-align: center;
}

.box-seleccion {
    background-color: #8cc6e2;
    padding: 10px;
}

.box-seleccion strong {
    text-transform: uppercase;
}

.box-seleccion p {
    margin-top: 1rem;
}

.primera-compra ~ .box-seleccion {
    width: 50%;
    display: inline-block;
}

.primera-compra:has(~ .box-seleccion) {
    width: 49%;
    display: inline-block;
    height: 135px;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    .selection-child {
        display: flex;
        flex-direction: column;
    }

    .left {
        margin-bottom: 30px;

    }

    .left .addtocart-wrapper {
        text-align: center;
    }

    .half {
        width: 100%;
    }

    .primera-compra:has(~ .box-seleccion),
    .primera-compra ~ .box-seleccion {
        width: 100%;
        height: unset;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .primera-compra:has(~ .box-seleccion),
    .primera-compra ~ .box-seleccion {
        width: 100%;
        height: unset;
        margin-bottom: 10px;
    }
}


