/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Nineteen WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentynineteen/style.css");


body {
	font-family: 'Open Sans', 'Roboto', sans-serif;
}

header.site-header {
	padding: 10px 0;
	background: #4b585c;
}

header.site-header .site-title a {
	display: inline-block;
	background: url('https://www.benchmarksixsigma.com/payments/wp-content/uploads/2019/06/logo-benchmarksixsigma-new.png');
	height: 66px;
	width: 370px;
	text-indent: -9999em;
	padding: 10px 0 20px 0;
}

.woocommerce {
	max-width: unset !important;
	width: 100% !important;
}

.related.products {
	display: none;
}

.product_meta, nav.woocommerce-breadcrumb {
	display: none;
}

main#main {
	max-width: unset;
}

button, input, select, optgroup, textarea {
	font-family: 'Open Sans', 'Roboto', sans-serif;
}

.woocommerce-notices-wrapper {
	display: none;
}


.entry-title, .not-found .page-title, .error-404 .page-title, .has-larger-font-size, h2 {
	font-size: 1.4em !important;
}

.has-regular-font-size, .has-large-font-size, .comments-title, h3 {
	font-size: 1.2em !important;
}

.woocommerce label {
	font-size: 0.8em !important;
}

button, input, select, optgroup, textarea {
	font-size: 0.8em !important;
}

.foreign_product-template-default .content-area, .page-template-forign-payments .content-area {
    margin: 0 calc(10% + 60px);
}

article.foreign_product {
    margin-top: calc(6 * 1rem) !important;
}

article.foreign_product .post-thumbnail-new {
    border: 1px solid #f2f2f2;
    float: left;
    width: 48%;
    text-align: center;
}

article.foreign_product .product-details .summary.entry-summary {
    float: right;
    width: 46%;
    margin: 0;
    padding: 0;
}

article.foreign_product .product-details a {
    transition: background 150ms ease-in-out;
    background: #0073aa;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.88889em;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 0.76rem 1rem;
    text-decoration: none;
    vertical-align: bottom;
}

article.foreign_product .product-details a:hover {
    background: #000;
}

.page-template-forign-payments .entry-header {
    margin: calc(3 * 1rem) 0rem 2rem;
    position: relative;
}

.page-template-forign-payments form p {
    margin: 0.4rem 1rem 0.4rem 0;
    float: left;
    width: 45%;
}

.page-template-forign-payments form p label {
    font-size: 16px;
    display: block;
}

.page-template-forign-payments form p span {
    display: block;
    width: 100%;
}

.page-template-forign-payments form p span input {
    width: 100%;
}

.page-template-forign-payments form p select {
    padding: 14px 9px;
    box-shadow: none !important;
    border: 1px solid #ccc;
    width: 100%;
}


.page-template-forign-payments table td, table th {
    text-align: left;
}
