/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2021 | 10:02:14 */
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    white-space: nowrap;
}

ol.flex-control-nav.flex-control-thumbs img {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
}

ol.flex-control-nav.flex-control-thumbs>img:hover {
    box-shadow: 0 0 2px 1px rgb(175 175 175 / 50%) !important;
}

ol.flex-control-nav.flex-control-thumbs li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

span.wc-pao-addon-image-swatch-price>span.woocommerce-Price-amount.amount {
    font-size: 38px;
}