/*
Theme Name: Druco Child
Theme URI: https://demo.theme-sky.com/druco/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: druco
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: druco-child
*/
.ts-header {
    position: relative;
    top: 25px !important;
}

/* Adjust for smaller screens where the admin bar grows taller */
@media screen and (max-width: 782px) {
    .ts-header{
        position: relative;
        top: 25px !important;
    }
}
.my-account-wrapper .dropdown-container:before, .shopping-cart-wrapper .dropdown-container:before{
background-color: #2B2B2B;
    border-color: #2B2B2B;
}
.my-account-wrapper .dropdown-container,.shopping-cart-wrapper .dropdown-container{
background-color: #2B2B2B !important;
}
.header-middle .header-right .shopping-cart-wrapper .dropdown-container{
height: auto !important;
}
#ts-login-form  {
    display: inline-block;
}
#ts-login-form .login-submit {
   
    margin-top:-27%;
}

.signup-container {
    margin-top: -40px;
    margin-left: 43%;
}
.signup-container .sign-up-buttonic{
padding: 7px 20px 7px 20px;
    min-width: 119px;
    display: table;
    }
    .breadcrumb-title-wrapper{
    margin-top: 15px;
    }
ts-search-by-category .select-category {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    padding-right: 35px !important;
    display: block !important;
    min-width: 140px; /* Adjust this if the text overlaps the arrow */
}
.special-offer-cls{
color:#FFB91F;
}
.header-middle .header-right .shopping-cart-wrapper .cart-dropdown-form{
width: 480px;
}
.cart_list .remove_from_cart_button{
right: 10px !important;
}
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list .woocommerce-Price-currencySymbol{
margin-right: 5px;
}
.ts-tiny-cart-wrapper .total > span.amount .woocommerce-Price-currencySymbol{
margin-right: 5px;
}