/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_SampleProduct
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-sampleproduct-add-form {
    border: 0px solid #ccc;
    border-radius: 5px;
    width: fit-content;
    padding: 0px;
}
.wk-sampleproduct-price-block {
    padding: 10px;
}
.wk-sampleproduct-name {
    padding: 10px;
    font-weight: 600;
    font-size: 1.3rem;
    color: #929eaa;
}
.wk-sampleproduct-btn {
    padding: 10px 0;
}

#wk-sampleproduct-addtocart-button {
    background: #F89016;
    border-color: #F89016;
    color: #fff;
}

#wk-sampleproduct-addtocart-button:hover {
    background: #ffffff;
    border-color: #F89016;
    color: #000000;
}
span.wk-sampleproduct-title {
    font-weight: 600;
}
span.wk-sampleproduct-price {
    background: #fff !important;
    color: #686868 !important;
    padding: 0px 10px !important;
    margin: 0 0 0 15px !important;
    border: 1px solid #dadada !important;
    font-size: 12px;
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    min-height: auto !important;
    cursor: text !important;
}


.wk-sampleproduct-addttocart-btn {
    box-shadow: none;
    background: none;
    border: none;
    padding: 10px 0;
    color: #006bb4;
    font-size: 1.3rem;
    opacity: 1!important;
}
.wk-sampleproduct-addttocart-btn:focus,
.wk-sampleproduct-addttocart-btn:active,
.wk-sampleproduct-addttocart-btn:hover {
    box-shadow: none!important;
    background: none!important;
    border: none!important;
}