/*
CTC Separate Stylesheet
Updated: 2023-12-18 13:01:56
*/

.contact__form{
	width:35%;
	margin:0 auto;
	box-shadow:0px 0px 1px #000;
	padding:10px 15px;
}

.site-title a:hover{color: #ffffff !important;}
.entry-header {
	display:none !important;
}

.btn{
	color:#1e3261 !important;
	font-size:16px !important;
	font-weight:600 !important;
	background: #e0e3e8 !important;
	border:1px solid #1e3261 !important;
	border-radius:3px !important;
	text-transform:uppercase;
	padding:6px 30px !important;	
}

.btn-sm{
	padding:5px 7px !important;
}

.btn.active{
	color:#fff !important;
	background:#1e3261 !important;
	border:1px solid #1e3261;
}


.btn.btn-red{
	color:#fff !important;
	background:#ff383f !important;
	border:1px solid #ff383f!important;
}

.btn-wide{
	padding:8px 55px !important;
}

.coupon .button{
	color:#fff !important;
	font-size:16px !important;
	font-weight:600 !important;
	background: #e0e3e8 !important;
	border:1px solid #1e3261 !important;
	border-radius:3px;
	text-transform:uppercase;
	padding:9px 30px 9px!important;
	background:#1e3261 !important;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
}

table.cart th,table.cart td {
     padding:0.23em !important;
}

table.cart th{
	color:#1e3261;
	font-size:16px;
	background:#f3f4f6;
}

table.cart th span{
	color:#1e3261;
}

table.cart td.product-name a{
	color:#1e3261;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
}

table.cart td.actions input{
  padding:2px 10px 8px;

}
.form-label{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin-bottom:0px !important;
}
input[type=checkbox]+label{
	font-size:16px;
	font-weight:600;
	margin-left:0px;
}
.form-check-input[type=checkbox]{
	border:1px solid #1e3261;
	border-radius:0px !important;
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text{
	background:#fff !important;
	border:1px solid #1e3261;
	border-radius:1px;
	box-shadow:none;
}

input[type=radio]+label{
	font-size:16px;
	font-weight:600;
  margin-left:0px;
}

table.shop_table_responsive tbody tr td, 
table.shop_table_responsive tbody tr th {
    border-bottom: 3px solid #f3f4f6;
	padding:15px 0px !important;
}

table.cart .product-thumbnail img{
	margin:initial !important;
	max-width:8.5em;
}

.cart_totals{
	color:#007416 !important;
}

.cart_totals .btn{
	padding:5px 20px !important;
}

.cart_totals table.shop_table_responsive tbody tr td, 
.cart_totals table.shop_table_responsive tbody tr th{
	background:#e7e9ee;
	border-bottom:none;
	padding:10px 15px !important;
}

.con-cout{
	float:left;
	width:50%;
}

.wc-proceed-to-checkout {
    width: 50%;
    float: left;
}

.wc-proceed-to-checkout a{
	display:block;
	text-align:center;
	text-decoration:none !important;
}

.cart_history {
    width: 60% !important;
	float:left;
}
.cart_totals_bag {
	width:35% !important;
    background: #f3f4f6;
    padding: 10px 30px;
	float:left;
	margin-left:40px;
}



.cross-sells h2{
	font-weight:bold;
	color: #1e3261 !important;
}

button:disabled{
	font-size:16px;
}

table.cart td.product-quantity .qty{
	height:30px;
}

.woocommerce-Price-amount.amount{
	font-weight:bold;
}
ul.products li.product .woocommerce-loop-product__title{
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
	color: #1e3261 !important;
}

ul.products li.product .eael-star-rating{
	display:none;
}

ul.products li.product .price{
	display:none;
}

ul.products li.product .button{
	color:#fff !important;
	font-size:16px !important;
	font-weight:600 !important;
	background: #1e3261 !important;
	border:1px solid #1e3261 !important;
	border-radius:3px !important;
	text-transform:uppercase;
	display:block;
	padding:5px 20px !important;	
}
.coupon-input{
	
    float: left;
    width: 50%;
    HEIGHT: 40PX;

}
@media(max-width:1199px){
	.cart_totals .btn {
		padding: 5px 5px !important;
		font-size: 12px !important;
	}
}

@media(max-width:768px){
	.cart_history {
		width: 100% !important;
		float:initial;
	}
	.cart_totals_bag {
		width:100% !important;
		float:initial;
		margin-left:initial;
		display:inline-block;
	}
	.cart_totals .btn {
		width:100%;
	}
}


.label-q input[type=text]{
	height:10px;
}
