/**
 * Theme Name:     Shoptimizer Child
 * Author:         CommerceGurus
 * Template:       shoptimizer
 * Text Domain:	   shoptimizer-child
 * Description:    Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
 */




.site-search input[type="search"] {
    font-size: 16px;
    border: 1px solid #a6a6a6;
}
.site-search form:before {
    width: 21px;
    height: 21px;
    transform: translateY(-50%);
    margin-top: 0;
}
.product .summary .product-sku {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}
.product_meta .sku_wrapper {
    display: none;
}
.cwginstock-subscribe-form {
    margin-top: 30px;
}

ul.products li.product img {
    max-height: 200px;
    width: 100%;
    object-fit: contain;
    object-position: top center;
    max-width: 100% ;
}

.bapf_body > ul > li {
    margin-bottom: 6px !important;
}
.bapf_body > ul > li i {
    color: #333;
    font-size: 13px;
    margin-left: 4px;
}

select.orderby {
    padding: 10px 5px;
    border: 1px solid #b6b6b6;
    margin: 10px 0;
}

.logged-in .woocommerce-MyAccount-content .afreg_extra_fields label[for="afreg_additional_7262"] {
    display: none;
}
body .af-dependable-field textarea#afreg_additional_7245 {
    min-height: 80px !important;
    max-height: 80px !important;
    height: 80px !important;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.afreg_extra_fields #last_name {
	margin-right: 0 !important;
	margin-left: 2%;
}