/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

.product-add-to-cart .bootstrap-touchspin,
.product-add-to-cart .add-to-cart,
#contact_box_logo a{
    border-radius: 6px;
}
.product-add-to-cart .add-to-cart,
#contact_box_logo a{
    padding: 8px 24px;
}
.product-add-to-cart .bootstrap-touchspin-down{
    border-radius: 6px 0 0 6px;
}
.product-add-to-cart .bootstrap-touchspin-up{
    border-radius: 0 6px 6px 0;
}
.product-price .current-price .discount-percentage{
    border-radius: 4px;
    padding: 6px;
    background: #F6A292;
    color: #fff;
}
.product-price .current-price .price {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color:#0186A3;
}

.product-price.has-discount .current-price .price{
    margin-right: 10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #F6A292;
}

.product-price.has-discount .regular-price{
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.01px;
    text-decoration: line-through;
    color: #79838C;
}

.images-container .product-cover,
.images-container .thumb-container .thumb{
    border-radius: 6px;
}

.product-features > dl.data-sheet dt.name,
.product-features > dl.data-sheet dd.value{
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #dee2e6;
    margin-right: 0;
}

.breadcrumb li::after{
    content: ">";
    margin-right: 4px;
}
