/*
 Theme Name:   @ Web By D I X Y
 Theme URI:    https://dev.dinurasellapperuma.com
 Description:  Freelance Designer & Developer
 Author:       D I X Y
 Author URI:   https://dinurasellapperuma.com
 Template:     bricks
 Version:      1.3
 Text Domain:  DIXY
*/

/* Hide scrollbar for Chrome, Safari, and Opera */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.message, .success{
    background-color: transparent !important;
    font-size: var(--text-s) !important;
    color: var(--dark) !important;
}

.woocommerce-additional-fields>h3{
 font-size: var(--text-l);   
}
.woocommerce-mini-cart-item {
 padding-bottom: 1em !important;
 border-bottom: 1px solid var(--primary-l-4);   
}
.payment_methods img{
    float: none;
    max-width: 100%;
}
.sc-dashboard__logo {
    max-width: 35px;
    border-radius: 10px;
    overflow: hidden;
}
.wp-element-button{
    background-color: var(--dark);
}