/*
 Theme Name:   MDL Scientific GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme For MDL Scientific
 Author:       Determined Development
 Author URI:   https://www.determineddevelopment.com
 Template:     generatepress
 Version:      0.1
*/

h2.widget-title {
    font-size: 18pt;
    font-style: italic;
    font-weight: bold;
    color: #000000;
}

.has-content-right .widget-title, .has-content-right .textwidget p {
    text-align: right;
}

.woocommerce-product-search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.woocommerce-product-search .search-field {
    width: 75%;
}
.woocommerce-product-search button {
    width: 42px;
    height: 45px;
    background: url("images/icon-search.png") no-repeat;
    color: transparent;
    overflow: hidden;
}

.elementor-nav-menu--main .elementor-nav-menu .menu-item.has-cart-icon a {
    padding-right: 53px;
    background: url("images/icon-cart.png") right center no-repeat;
}

.woocommerce .woocommerce-mini-cart__buttons a.button {
    background: #59c8cb;
}
.woocommerce .woocommerce-mini-cart__buttons a.button:hover {
    background: #ffffff;
    color: #000000;
}

.woocommerce .up-sells .purchasable .price .amount {
	font-size: 20px;
}

.wp-block-image figcaption {
	font-style: italic;
	font-size: 80%;
}

/* Using !important is bad, but it's the easiest way to achieve this globally */
.elementor-blockquote--skin-quotation .elementor-blockquote::before {
	font-family: "Myriad Pro" !important;
}

a.afrfqbt_single_page.button {
	margin-top: 5px;
}

span.small {
	font-size: 12pt;
}
