/*
Theme Name:   Hello Elementor Child
Description:  Hello Elementor Child Theme
Template:     hello-elementor
Version:      1.0.0
*/
h1 {
	margin-bottom:0;
}
h2.quickorder {
	margin:30px 0 10px 0;
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
	background-color: rgba(255, 255, 255, .8);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
	padding:15px;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active {
	background-color:  var( --e-global-color-primary );
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active a {
	color:#fff;
}
.woocommerce-page .elementor-location-footer, .content-bg, .dataTables_wrapper, .commentlist-wrapper, .woocommerce-MyAccount-content-wrapper {
	height:100%;
	background-color: rgba(255, 255, 255, .8);
}
.woocommerce-MyAccount-content-wrapper {
	padding:15px;
	margin-bottom:30px;
}
.woocommerce-MyAccount-content-wrapper p {
	margin:0!important;
}
.commentlist-wrapper {
	padding-top:15px;
}
.woocommerce-button {
	font-size:1em!important;
}
.woocommerce-button, .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
	font-family: 'Oswald', sans-serif;
	font-size:1.2em;
}
.woocommerce-orders-table th span, .woocommerce-table th, .woocommerce-table label, .woocommerce label, legend, .shop_table th {
	font-family: 'Oswald', sans-serif;
	font-size:1.2em;
}
ul.ui-widget.ui-autocomplete {
	min-width: 300px;
}
table:not(.has-background) thead th {
	border-bottom: 2px solid #911;
}
.woocommerce-OrderUpdate-meta {
	font-size:.75em;
	margin-bottom:.25em;
}
.dataTables_wrapper {
	margin-bottom: 15px;
}
.dataTables_wrapper > div {
	padding:5px;
}
.partital-item-head{
    min-width:120px!important;
}
.woocommerce_add_shipment_table label {
	font-weight:bold;
}
.form-control {
	width:100%;
	margin-bottom:15px;
}
span.select2-selection, span.select2-selection__arrow {
	height:46px!important;
}
select, span.select2-selection__rendered {
	padding: .6180469716em;
	background-color: #f2f2f2;
}
a.top{
    text-decoration:none!important;
}
a.top{
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
a.top .ship-status{
    text-align: center;
    padding: 5px;
    display: block;
}

a.top span.not-shipped{
    color: #D8000C!important;
    background-color: #FFBABA;
}

a.top span.partial-shipped{
    color: #9F6000!important;
    background-color: #FEEFB3;
}
a.top span.shipped{
    color: #270!important;
    background-color: #DFF2BF;
}
.wc-proceed-to-checkout a.checkout-button, .place-order #place_order, .order-again a {
	font-family: "Teko", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	background-color: #991B1E;
	padding: 10px 30px 10px 30px;
}
p.order-again {
	text-align:right;
}
.wc-proceed-to-checkout a.checkout-button:hover, .place-order #place_order:hover, .order-again a:hover {
	color: #FFFFFF;
	background-color: var( --e-global-color-text );
}
.woocommerce-page #secondary {
	background-color: #fff;
	padding: 0 0 0 1em;
}
.woocommerce-page #secondary a {
	color: var( --e-global-color-primary );
}
.woocommerce-page #main, .content-bg {
	padding:15px;
}
.woocommerce .blockUI.blockMsg.blockElement {
	top:8em!important;
	height: 10em!important;
	padding-top: 1em!important;
}
.text-right {
	text-align:right;
}
ul.ui-autocomplete {
    max-height: 20.5em;
    overflow: auto;
}
.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}
.ui-dialog {
	z-index:5000;
}
.thmaf-my-acnt {
	display:none;
}
.addressTable {
}
table.addressTable.dataTable tbody th, table.addressTable.dataTable tbody td {
  padding: 8px 5px;
}
.btn, a.btn, button.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	background-color: #fff;
	border: 2px solid #910001;
	padding: 6px 15px;
	font-size: 18px;
	line-height: 1.0;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none!important;
	letter-spacing: 0.2px;
	font-family: "Teko", Sans-serif;
	font-style: italic;
	color: #910001;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn-danger {
	color: #fff;
	background-color: #910001;
	border-color: #910001;
}
.btn-danger:hover {
	color: #910001;
	background-color: #fff;
	border-color: #910001;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover {
	color: #fff;
	background-color: #00aeef;
	border-color: #00aeef;
}
.btn-primary, button.btn-primary, a.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}
.woocommerce-store-notice, p.demo_store {
    position: fixed!important;
    height: 10vh!important;
    top: 90vh!important;
}
@media only screen 
  and (max-width: 480px) { 
    .woocommerce-store-notice, p.demo_store {
		position: fixed!important;
		height: 25vh!important;
		top: 75vh!important;
	}
} 