.cart-page .btn-wrap .quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.cart-page .btn-wrap input, .cart-page .btn-wrap button {
    min-height: 40px;
}
.cart-page .btn-wrap button {
    background: #58996f;
    border: 1px solid #58996f;
    width: 100%;
    max-width: 25px;
    color: #fff;
    cursor:pointer
}

.cart-page .btn-wrap input.input {
    width: 100%;
    max-width: 50px;
    text-align: center
}

.cart-page .btn-wrap input {
    border: 1px solid #58996f;
}

/***********Styles added by Anmol**********/
.fullwidth {
	float:left;
	width:100%;
}
.fl-l {
	float:left;
}
.fl-r {
	float:right;
}
.heading-h3 {
    font-size: 14px;
    font-family: "Gilroy";
    font-weight: 800;
}
strong, strong a {
	font-family: "Gilroy" !important;
	font-weight:800 !important;
}
#login-signup-header-text {
    text-align: center;
    margin-bottom: 40px;
}
.login-form, .create-account-form, #cart-summary {
	background: #f6f6f6;
    border-radius: 20px;
    padding: 30px !important;
}
.subheading {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Gilroy';
    letter-spacing: 1px;
    color: #21a1de;
}
.login-form .btn, .create-account-form .btn {
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: none;
}

.inner-banner-new {
	background-image: url('/wp-content/uploads/2022/10/ECG-Relaunch-2018-JAR_2073-2.jpg');
    height: 350px !important;
    color: #fff !important;
    background-attachment: unset !important;
    background-position: 0px -80px !important;
}
.inner-banner-new .inner-heading {
	color: #fff !important;
}
#cart-wrapper {
    margin: 50px 0px 2px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 30px;
	
}
.table thead th {ß
    font-weight: 800;
    font-family: "Gilroy";
}
.table td {
	vertical-align: middle !important;
}
.update-cart-btn {
    float: right;
    padding: 10px 30px !important;
    text-transform: none;
}
.promo-code-box input[type="text"] {
    border: 1px solid #ccc;
    padding: 5px;
    width: 80%;
}
.promo-code-box input[type="submit"] {
    width: 18%;
    border: 1px solid #58996e;
    background: #58996e;
    padding: 5px;
    color: #fff;
}
.applied-promo {
	float:left;
	color: #58996e;
	padding-left: 5px;
}
.remove-applied-promo {
	float:right;
	cursor: pointer;
	padding-left:5px;
}
.remove-applied-promo i {
    border-radius: 50%;
    height: 14px;
    width: 14px;
    background: #cb0303;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
.cart_summary {
    margin-top: 20px;
}
.cart-summary-li {
    margin-bottom: 6px;
}
.checkout-btn .update-cart-btn {
	width:100%;
	margin-top: 30px;
}
.cart-summary-li.cart-subtotal {
    font-size: 18px;
    font-family: "Gilroy";
    font-weight: 800;
}

.btn-checkout {
    color: #fff !important;
}
#header-user-info {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 34px;
}
#header-user-info i.fa-user {
    margin-right: 5px;
}

#header-user-info a {
    color: #fff;
}
.logout-link a {
	text-decoration: underline
}

.delegate-info-page{
 margin: 50px 0px 2px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 30px;
}
footer ul li a, footer .social-wrap a {
    font-weight: bold;
	
}
.checkout-form{
margin-top:0px;	
}
.amount-block {
    border: 0px;
    padding: 35px 25px;
    background: #f6f6f6;
    border-radius: 20px;
    padding: 30px !important;
}
.checkout-form-title {
    font-weight: bold;
    margin-bottom: 17px;
    font-size: 20px;
}
.checkout-form .form-control {
    background: #fff;
    border: 1px solid #58996f;
    border-radius: 0;
    height: auto;
    line-height: normal;
    padding: 15px 12px;
    border-radius: 60px;
}
.btn-link, .btn-link:hover {
    font-weight: 400;
    color: #000;
    background-color: transparent;
    font-size: 18px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-link i {
    font-size: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


.card-header{
border:0px;	
}
.btn-link.collapsed i{
transform: rotate(0deg);
    -webkit-transform: rotate(0deg);	
}
.checkout-form label {
    font-weight: 600;
    font-size: 14px;
    color: #444444;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
}
.card {
    margin: 0 0 11px;
}
.amount-table tr td {
    border: none;
    padding: 9px 0;
    font-size: 16px;
}
.amount-table tr td:last-child{
 font-size:18px;	
}
.amount-table .total-amount {
	border-top:2px solid #dddddd;
	background:unset;
}
.btn {
    border-radius: 50px !important;
    text-transform: capitalize; 
}
.checkout-page-wrap {
    margin: 50px 0px 2px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 30px;
}
.form-group.card.required{
background:none;
border:0px;	
}
.checkout-page-wrap form label {
    font-weight: 600;
    font-size: 13px;
    color: #444444;
    margin-bottom: 5px;
}
.table-wrapper{
overflow-x:auto;	
}

.image-text{
text-align:center;	
}

@media screen and (min-width:1024px){
#cart-wrapper{
flex-wrap: nowrap;
}	
#cart-summary{
    max-width: 340px;	
}

}


@media screen and (max-width:992px){
div#cart-summary{
max-width:100%;	
flex: 100%;
margin-top:30px;
}	
.topcontact a{
font-size:0px;	
}
.inner-banner-new{
background-position:unset !important;	
}
.topbar a.btn{
min-width:80px !important;	
}
#header-user-info{
font-size:12px;	
}

div#cart-wrapper .col-sm-9 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.table-wrapper table{
min-width:767px;	
}
}

