/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
.basket-item-count .cart-items-count {
  color: #fff!important;
}
.designed-by {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
    align-items: center;
}
.designed-by a span {
    font-size: 9px;
    color: #fff;
    opacity: 0;
    margin-right: 5px;
}
.designed-by a:hover span {
    opacity: 0.9;
}
.designed-by a img {
    width: 24px!important;
    height: 24px;
}
.footer-top .footer-logo img{
    width:115px;
}
.product-container{
    display:block!important;
}
.single_add_to_cart_button svg{
    fill: none;
    stroke: #fff;
    stroke-width: .8;
    width: 20px;
    height: 20px;
}
/*.page-id-1523 .woocommerce-variation-add-to-cart{
    display:flex;
}

.page-id-1523 .product-item form{
    display:block!important;
    text-align:left!important;
}*/
@media(max-width:1024px){
#main-nav .dropdown.cart .dropdown-menu-mini-cart {
            min-width: 290px !important;
        padding: 10px !important;
}
}