
.pe-product-title {width:100%;text-align:center;}
.pe-product-title h1 {margin-bottom:10px;}
.pe-product-image {width:100%;text-align:center;background-color:white;}

.pe-image-container {position:relative; display:inline-block; max-width:100%;}
.pe-image-container span {position:absolute;white-space:nowrap;cursor:pointer;}
.pe-image-container span.pe-label-area {display:block; border-style:solid; border-width:2px; border-color:yellow; box-sizing: border-box;}
.pe-image-container span.pe-label-area.pe-active {border-color : #ff5501;}
.pe-image-container span.pe-label-text {color: #007bdb; line-height: 1.36; font-weight: 400;}
.pe-image-container span.pe-label-text.pe-active {color : #ff5501;}
.pe-image-container span.pe-label-text:hover {text-decoration: underline;}
.pe-image-container img {display: block; width:100%;}


.pe-highlight td {background-color: #edf4ce;}

.pe-number-column,
.pe-extra-attribute-column, 
.pe-sku-column {width:1px;white-space: nowrap;}
.table.grouped td.pe-title-column {padding-bottom:0;}
.table.grouped td.pe-title-column .product-item-name {margin:0;}
.pe-price-column {width:60px;}
.pe-qty-column {width:115px;}
.pe-qty-column .pe-qty-cell {width:110px;}
.pe-qty-column .pe-qty-cell span.pe-qty-icon {display:inline-block; cursor:pointer; -webkit-user-select:none; -webkit-touch-callout:none;}
.pe-qty-column .pe-qty-cell span.pe-qty-icon img {vertical-align:middle;margin: 0 3px 0 3px;}
.pe-qty-column .pe-qty-cell input {width:45px;}
.table.grouped .pe-qty-column .stock.unavailable {margin-left: 12px;}

.pe-add-column {width:120px;}


div.column.main div.product.media {float:none;width:100%;margin:0;}

div.column.main div.product-info-main {float:none;width:100%;}
div.column.main div.product-info-main .product-add-form {padding:0;}

div.box-tocart button.action.tocart {width:24%;}


@media only screen and (max-width: 900px) {
    .pe-hide-on-mobile{
        display: none;
    }
    .pe-price-column,
    .pe-qty-column ,
    .pe-add-column {width:auto;}
    div.box-tocart button.action.tocart {width:auto;}        
}

@media only screen and (max-width: 639px) {
    #productexploded_section .table-wrapper .table > tbody > tr td.pe-hide-on-mobile,
    #productexploded_section .table-wrapper .table > tbody > tr th.pe-hide-on-mobile {
      display: none;
      padding: 0;
    }
    #productexploded_section .table-wrapper .table > tbody > tr td,
    #productexploded_section .table-wrapper .table > tbody > tr th {
      width: auto;
      padding-left:20px;
    }    
    #productexploded_section .table-wrapper {
      border-top: none;
    } 
    #productexploded_section .table-wrapper .table > tbody > tr td:first-child {
      border-top: 1px solid #ccc;
    }     
    .pe-qty-column .pe-qty-cell {width:175px; margin: 0;}
    .pe-qty-column .pe-qty-cell span.pe-qty-icon {padding: 20px 20px 35px 20px;}
    .pe-qty-column .pe-qty-cell span.pe-qty-icon img {margin:0;}    
    .pe-qty-column .pe-qty-cell input {margin:0;}

}
