* left justify product descriptions*/
#productVariantForm > div > section.section.product-info-section > div > div > div.column.details-wrapper.is-6-desktop.is-12-tablet.is-12-mobile > div.subtitle.is-6.short-description-wrapper , .full-description-wrapper{
    text-align: left;
}

.full-description-wrapper{
    text-align: left;
}
.short-description-wrapper{
    text-align: left;
}
/* various visual adjustments*/
 div.small-product-item > div.category-item > div.product-title > a{
    color:#88b3cd !important;
}
#contentiInnerRow > div.arone-category-page > section.category-product-section.section > div > div.pager > div > a {
    color:#88b3cd !important;
}

div > h3 {
    color: #88b3cd !important;
}
/* edits for mobile devices and small screens */
/*@media screen and (min-width: 260px) and (max-width: 960px) {
    div.item-box > div.category-item > div.product-title {
        display:block;
    }
    div.item-box > div.sub-category-item > h2{
        position: absolute;
        bottom: 0 !;
        right: 7.5rem;
        text-align: center;
        z-index: 10;
        width: 100%;
        margin:0;
        font-size:1rem;
        font-weight:600;
        background-color: #e8e8e8;
        opacity: 0.9;
    }
    .sub-category-grid > .listWrapper > .item-box > .sub-category-item > .category-title {
        position: absolute;
        bottom: 0;
        right: 7.5rem;
        text-align: center;
        z-index: 10;
        width: 100%;
        margin:0;
        font-size:1rem;
        font-weight:600;
        background-color: #e8e8e8;
        opacity: 0.9;
    }
}
*/
/* megaEdit adjustments mobile based

@media screen and (min-width: 260px) and (max-width: 960px) {

    #parentContainer > div.pane.ui-layout-east.freeTargetContainer {
        position:relative;
        margin-top: 42em;
        min-width: 350px;
        overflow-y: auto;
        padding: 15px;
    }

    #parentContainer > div.editorMain.pane.ui-layout-center > div.main_view_controls > div {
        position: absolute;
        top: 10%;
        left: 0.5em;
    }
}
*/
/* start button product pages */
#productVariantForm > div > section.section.product-info-section > div > div > div.column.details-wrapper.is-6-desktop.is-12-tablet.is-12-mobile > div.product-variant-list.block.is-medium > div > div.block.is-medium.price-quantity-start-wrapper > div > div > input{
    font-weight: bold;
    font-size: 1.5rem;
}