span {
    font-size:15px;
}
.title {
    font-size:18px;
}
.thumbnail {
    margin-bottom: 38px;
    min-height:520px;
}
.img1 {
    width:100%;
    height: 250px;
    max-height:250px;
    min-height:250px;
    object-fit: contain;
    background-color: white;
    text-align: center; vertical-align: middle;
}
.shadow {
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
}
.products-pricing:hover {
    opacity: 0.9;
    transition: 0.2s;
}
.description {
    height: 60px;overflow: hidden;
}
.total_taxes.text-warning {
    font-size: 60%;
}
.product-row.without-variations .row.input_data {
    margin-top: 59px;
}
.variations {
    margin-bottom: 15px;
}
.variations .dropdown.bootstrap-select {
    max-width: 100%;
}
.select_cat:after {
    display: none !important;
}

/* Smart Choice Contractors v1.9.0 client catalog refresh */
.section-products .panel-body {
    border-radius: 14px;
}

.sc-shop-toolbar {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 18px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.sc-view-cart-btn {
    border-radius: 999px !important;
    padding: 10px 18px !important;
    font-weight: 700;
}

.sc-product-card {
    border-radius: 18px !important;
    min-height: 560px;
    overflow: hidden;
    padding: 0 !important;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
}

.sc-product-card:hover {
    transform: translateY(-3px);
    box-shadow: rgba(15, 23, 42, 0.16) 0 16px 35px 0;
}

.sc-product-image-wrap {
    height: 230px;
    background: linear-gradient(180deg, #f8fafc, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-bottom: 1px solid #eef2f7;
}

.sc-product-image {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: transparent;
}

.sc-product-body {
    padding: 18px;
}

.sc-product-title {
    margin: 0 0 10px;
    min-height: 48px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: #111827;
    text-align: left;
}

.sc-product-description {
    color: #4b5563;
    font-size: 14px;
    line-height: 21px;
    height: 64px;
    overflow: hidden;
    text-align: left;
}

.sc-category-label {
    display: inline-block;
    margin: 14px 0 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
}

.sc-price {
    min-height: 62px;
    padding: 12px;
    border-radius: 12px;
    background: #fff7ed;
    color: #111827;
    margin-bottom: 14px;
}

.sc-price span,
.sc-price strong {
    font-size: 15px;
}

.sc-price small {
    display: block;
    margin-top: 4px;
    color: #6b7280;
}

.sc-small-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 4px;
}

.sc-variation-row {
    margin-bottom: 12px;
}

.sc-card-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.sc-qty-control {
    display: flex;
    align-items: stretch;
    flex: 0 0 138px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.sc-qty-control input[type="number"] {
    border: 0 !important;
    box-shadow: none !important;
    text-align: center;
    height: 40px;
    min-width: 52px;
    padding: 0 !important;
    font-weight: 700;
}

.sc-qty-control input[type=number]::-webkit-inner-spin-button,
.sc-qty-control input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sc-qty-control input[type=number] {
    -moz-appearance: textfield;
}

.qty-minus,
.qty-plus {
    width: 42px;
    border: 0;
    background: #f3f4f6;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #111827;
}

.qty-minus:hover,
.qty-plus:hover {
    background: #e5e7eb;
}

.sc-cart-btn {
    border-radius: 999px !important;
    height: 42px;
    min-width: 128px;
    font-weight: 800;
    width: 100%;
}

.sc-cart-summary,
.sc-checkout-card {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.sc-checkout-card table {
    margin-bottom: 0;
}

.sc-checkout-card .quantity input[type="number"],
.sc-cart-qty input[type="number"] {
    max-width: 90px;
    text-align: center;
    border-radius: 999px;
    font-weight: 700;
}

.sc-product-admin-description textarea,
textarea[name="product_description"] {
    min-height: 110px !important;
    max-height: 110px !important;
    resize: vertical;
}

@media (max-width: 767px) {
    .sc-shop-toolbar .pull-right {
        float: none !important;
        width: 100%;
        margin-top: 10px;
    }

    .sc-product-card {
        min-height: auto;
    }

    .sc-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sc-qty-control {
        flex: none;
        width: 100%;
        justify-content: center;
    }

    .sc-cart-btn {
        width: 100%;
    }

    .sc-product-title {
        min-height: auto;
    }
}
