/* 
Theme Name: Swire by Arestos
Theme URI: https://github.com/elementor/hello-theme-child/
Description: ShunHing Theme created by Arestos
Author: Arestos
Author URI: https://arestos.com/
Template: hello-elementor
Version: 2.0.0
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

input[type=number].add-to-cart-qty-input::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.quick-cart-quantity{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    height: 35px;
    background: white;
}
.quick-cart-icon{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    height: 35px !important;
    width: 40px !important;
    background: white !important;
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.quick-cart-icon img{
    margin-bottom: 0 !important;
}
.prd-cart .quantity{
    border: 1px solid white !important;
    border-right: 1px solid lightgray  !important;
}
.quick-cart-icon:hover {
    /* background: #ffffff !important; */
    box-shadow: 2px 4px #fba4a4 !important;
}
.plus{
    font-weight: 900;
    cursor: pointer;
}
.minus{
    font-weight: 900;
    cursor: pointer;
    font-family: cursive;
    font-size: 21px;
}
.qty-shadow{
    box-shadow: 0px 4px #0000001a !important;
}
table.custom-order-detail-table td.product-thumbnail {
    width: 100% !important;
}
.empty-cart-image{
    width: 86px;
}