.templatearea .data-templatearea-content {
    box-shadow: none;
}

.single-item .single-item-image {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.single-item .single-item-thumbs {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
}

.single-item .single-item-thumbs .single-item-thumb {
    width: 20%;
    height: 100%;
}

.single-item .single-item-description {
    padding-top: 10pt;
    border-top: 1pt solid black;
}

.single-item-image .single-item-thumbs {
    order: 2;
}

.single-item-image .single-image-link {
    order: 1;
}

.single-item .single-item-image .image-link>img, .single-item .single-item-image .single-image-link>img {
    margin: 0;
}

.single-item .single-item-image .image-link.single-image-link-with-thumbs, .single-item .single-item-image .single-image-link.single-image-link-with-thumbs {
    width: 100%
}

.single-item div:nth-child(4) {
    display: flex;
    flex-direction: column;
}

.single-item div:nth-child(4) .item-title {
    order: 1;
    display: block !important;
}

.single-item div:nth-child(4) .single-item-price {
    order: 2;
}

.single-item div:nth-child(4) .single-item-controls {
    order: 3;
    flex-direction: row;
}

.single-item div:nth-child(4) .single-item-controls:before {
    content: "Quantity";
}

.single-item div:nth-child(4) .single-item-controls .product-quantity {
    order: 1;
}

.single-item div:nth-child(4) .single-item-controls .btn-next {
    order: 2;
    width: 100%;
    text-transform: uppercase;
}

.single-item div:nth-child(4) .single-item-controls .btn-next .icon {
    display: none;
}


.single-item div:nth-child(4) .single-item-controls {
    order: 3;
    padding-top: 30pt;
}

.single-item div:nth-child(4) .single-item-description {
    order: 4;
}

@media (max-width: 767px) {
    .wizard-top-header {
        display: none !important;
    }
}

.single-item div:nth-child(4) .single-item-controls:before {
    content: "Quantity";
    position: absolute;
    top: 75pt;
}
