.pic-wrapper img {
    max-width: 100%
}

.customizer_cart_thumb {
    position: relative
}

.customizer_cart_thumb img {
    position: absolute;
    top: 0;
    left: 0
}

.cart_item_img_placeholder {
    position: static !important;
    visibility: hidden
}

.customizer-thumbnail {
    position: relative
}

.customizer-thumbnail img {
    position: absolute;
    top: 0;
    left: 0
}

.customizer-options ul {
    list-style: none ;
    list-style-type: none !important;
}

.customizer-options ul li{
    text-align: left;
}

.customizer-options ul img {
    max-height: 24px;
    display: inline
}

.controller-customizer-preload-image, .customizer-preload-image {
    display: none
}

input.shop-filter__form-field {
    height: 35px
}

.customizer_price {
    font-weight: 700;
}
.customizer-thumbnail-list{
    min-height: 240px;
}
.customizer-thumbnail-list img {
    max-width: 300px;
    max-height: 250px;
}

#customizer_get_the_link {
    text-transform: none;
    display: inline-block;
    margin-top: 10px
}

.customizer-save-block {
    display: inline-block
}

.row-customizer .single-product .summary {
    float: none;
    width: auto
}

.save_customizer_name {
    width: 65%;
    padding: 12px;
}

.single-product .summary .cart .single_add_to_cart_button.button.save_customizer {
    float: none;
    white-space: nowrap
}

.customizer-link, .single-product .summary a.customizer-link {
    display: inline-block;
    margin-top: 15px;
    text-transform: none
}

.save_customizer_input_row {
    white-space: nowrap
}

.button.button-small {
    font-size: 14px
}

.print-link-default {
    float: right
}

#customizer_social_buttons {
    width: 100%;
    margin: 20px auto;
    text-align: center
}

#customizer_social_buttons a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 8px;
    border-radius: 50%;
    font-size: 24px;
    opacity: .75;
    transition: opacity .15s linear;
    color: #fff
}

#customizer_social_buttons a:hover {
    opacity: 1
}

#customizer_social_buttons i {
    position: relative;
    top: 40%;
    transform: translateY(-50%)
}

.facebook {
    background: #3b5998
}

.twitter {
    background: #55acee
}

.googleplus {
    background: #dd4b39
}

.linkedin {
    background: #0077b5
}

.pinterest {
    background: #cb2027
}
.woocommerce-Price-amount{
    font-weight: bold;
}
h2.customizer-title-link{
    font-size: 18px;
}

.shop-filter__option__icon_bg {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px transparent;
    margin: 1px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
}