@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

section.list-detail{
	background-color: #f5f5f54d;
} 

/* TABLES */ 
.m-2{
	margin: 2rem;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.overlay{
	background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.overlay::after{
	content: "Please sign in first."; 
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100%;
    font-size: 25px;
	color: #fff;
	font-family: 'IBM Plex Sans','Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.sign-in-text{
	font-size: 14px; 
	font-family: 'IBM Plex Sans','Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
/* SHOPPING CART NEW */ 
#cart-table{
	display: flex;
	flex-wrap: wrap;
}

.basket-module,
.basket-labels,
.basket-product {
	width: 100%;
}
 
.basket,
.basket-module,
.basket-labels,
.item,
.price,
.quantity,
.subtotal,
.basket-product,
.product-image,
.product-details {
	float: left;
}

.price:before,
.subtotal:before,
.subtotal-value:before,
.total-value:before,
.promo-value:before {
	content: 'Rs.';
}

.hide {
	display: none;
}
 
.basket-labels {
	/* border-top: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc;  */
	border: 1px solid #cccccc75;  
	background-color: #fff;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.basket-labels ul{
	list-style-type: none;
}
.basket-labels ul li:not(:last-child){
	border-right: #000a6e;
}

li.price:before,
li.subtotal:before {
	content: '';
}

.item {
	width: 55%;
}
.item-heading { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.price,
.quantity,
.subtotal {
	width: 15%; 
}

.subtotal {
	text-align: right;
}
 
.basket  {
	padding: 0 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.basket {
	width: 100%;
	background-color: #fff;
	border: 1px solid #cccccc75;  
}

.basket-module {
	color: #111;
	display: flex;
	align-items: center;
    width: 100%;
	margin-bottom: 4px; 
}

.basket-module label {
	display: block;
	margin-bottom: 0.3125rem;
}
.order-note{
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #cccccc75;  
}
.order-note textarea{
	max-width: 100%;
}
/* .promo-input-mask{ 
	line-height: 1.15;
	color: #999;
	font-size: 12px;
	font-family: Roboto-Regular, Arial,Sans-serif;
	margin: 0;
	padding: 0; 
	border: 1px solid #eff0f5; 
	background-color: #fff;
	transition: all .3s ease-out;
	border-radius: 0;
	width: 100%;
	border-color: #dadada; 
}
.promo-code-field {    
	line-height: 1.15;
	width: 100%;
	border: none;
	outline: none;
	font-weight: 400;  
	height: 38px;
	margin: 0;
	padding: 0 8px;
	font-size: 14px;
	border-radius: 0;
	color: #212121; 
}
 

.promo-code-cta { 
	margin-left: 0.625rem;  
	overflow: visible;
	text-decoration: none;
	position: relative; 
	cursor: pointer;
	transition: all .3s ease-out;
	box-shadow: none;
	border-radius: 2px;
	text-align: center;
	outline: 0; 
	border: none; 
	line-height: 38px;
	width: 104px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase; 
	background-color: #25a5d8;
	box-sizing: border-box;
} */
 
.remove {
	bottom: 1.125rem;
	float: right;
	position: absolute;
	right: 0;
	text-align: right;
	width: 45%;
}

.remove button {  
	float: none;   
	margin-left: 0.625rem;  
	overflow: visible; 
	position: relative; 
	cursor: pointer;
	transition: all .3s ease-out;
	box-shadow: none;
	border-radius: 2px;
	text-align: center;
	outline: 0; 
	border: 1px solid #cccccc75;  
	width: 104px; 
	color: rgb(0, 0, 0);
	font-size: 14px;
	text-transform: uppercase; 
	background-color: #ffffff;
	box-sizing: border-box;
}
.remove button:hover{
	background-color: #ccccccce ;
}

.basket-product { 
	padding: 1rem 0;
	position: relative;
}
.basket-product:not(:last-child){
	border-bottom: 1px solid #cccccc75;
}
.product-image {
	width: 35%;
	display: flex; 
}
.product-image img{
	width: 95px;
	padding: 1px;
	margin: auto;
}
.product-details {
	width: 65%;
}
.product-details p{
	margin-bottom: 5px;
	line-height: 16px;
	font-family: 'IBM Plex Sans';
	font-size: 14px;
}
.product-frame {
	border: 1px solid #aaa;
}

.product-details {
	padding: 0 1.5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.quantity-field {
	background-color: #eff0f59c;
    border: 1px solid #fff;
    font-size: 14px;
    color: #6d6b6b;
    padding: 8px 10px;
    width: 10.75rem;
	text-align: right;
	font-weight: 500;
}
 
.summary {
	background-color: #ffffff;
	border: 1px solid #ccccccd9;
	padding: 1rem;
	position: sticky;
	top: 60px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checkout-address {
    background-color: #fff; 
}
.checkout-address-inner {
    padding-bottom: 16px;
}
.address-hat {
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    font-weight: 500;
    padding-top: 16px;
    margin-bottom: 14px;
}
.address-title-container {
    position: relative;
    margin-bottom: 8px;
}
.address-title-container .address-title {
    line-height: 16px;
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    width: 300px;
    height: 16px;
}
.address-edit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    color: #1a9cb7;
    line-height: 16px;
}

.address-info-item {
    line-height: 19px;
}
.address-info-item, .address-name {
    font-size: 14px;
    color: #212121;
    margin-left: 21px;
    word-wrap: break-word;
}
.address-tag-label {
	background-image: linear-gradient(-143deg, #000a6ebf 0%, #000a6e 100%);
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 2px 13px;
    border-radius: 99px; 
}
.checkout-address-cp {
    margin-top: 5px;
    margin-left: 21px;
}
.summery-heading{
	font-size: 18px;
    color: #212121;
    margin-bottom: 14px;
    position: relative;
    font-weight: 500;
}
.summery-contact-info{ 
	padding: 5px 0;
    background-color: #fff;
}
.summery-contact-info i,
.address-title-container i{  
	color: #5bbbce;
	padding-right: 5px;
}
 
.summery-contact-info .address-icon {
    color: #5bbbce;
    font-size: 12px;
    margin-right: 6px;
}
.summery-contact-info .input-field-item-value {
    text-align: left;
    line-height: 16.5px;
    font-size: 14px;
    color: #333;
    max-width: 300px;
}
.summery-contact-info .input-field-edit {
    float: right;
    font-size: 14px;
    color: #1a9cb7;
}

.summary-total-items { 
	font-size: 14px; 
}

.summary-subtotal,
.summary-total {
	border-top: 1px solid #cccccc75;
	border-bottom: 1px solid #cccccc75;
	clear: both;
	margin: 1rem 0;
	overflow: hidden;
	padding: 0.5rem 0;
}

.subtotal-title,
.subtotal-value,
.total-title,
.total-value,
.promo-title,
.promo-value {
	color: #111;
	float: left;
	width: 50%;
}

.summary-promo {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.promo-title {
	float: left;
	width: 70%;
}

.promo-value {
	color: #8B0000;
	float: left;
	text-align: right;
	width: 30%;
}

.summary-delivery {
	padding-bottom: 3rem;
}

.subtotal-value,
.total-value {
	text-align: right;
}

.total-title {
	font-weight: bold;
	text-transform: uppercase;
}

.summary-checkout {
	display: block;
}

.checkout-cta {
	color: #fff;
    background-color: #000a6e;
    border-color: transparent;
	text-decoration: none;
	width: 100%;
    height: 40px; 
    line-height: 14px;  
	display: block; 
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 0.625rem 0;
	width: 100%;
}
.checkout-cta:hover{
	background-color: #000127;
}

.summary-delivery-selection {
	background-color: #f1f1f140;
    border: 1px solid #ccccccc7;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding: 5px;
}

.mod-address-dialog-hd {
	height: 45px;
    line-height: 50px;
    margin-bottom: 15px;
    margin: auto;
    border-bottom: 1px solid #cccccc47;
    padding: 0px 15px;	
}
 .mod-address-dialog-hd h3 {
    font-size: 20px;
    color: #212121;
    font-weight: 400;
	display: inline-block;
	margin: auto 0;
}
.cart-empty{
	min-height: 400px;
	padding-top: 147px; 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal; 
    flex-direction: column; 
    align-items: center;
    padding-bottom: 69px;
}
.cart-empty-text {
    color: #757575;
    font-size: 14px;
    line-height: 18px;
	margin-bottom: 27px;
	font-family: Arial,Sans-serif;
}
.cart-empty-button{
	position: relative;  
    cursor: pointer;
    transition: all .3s ease-out; 
    border-radius: 2px;
	border-style: solid; 
    border-width: 1px;
    border-color:#000a6efa;
    background-color: transparent;
	text-align: center;
	margin: 0;
    height: 48px;
    padding: 0 36px;
    font-size: 14px;
    line-height: 46px;
}
.cart-empty-button:hover{
	color: #000a6efa;
    background-color: #000ade26;
    border-color: #000a6efa;
    text-decoration: none;
}

#address-dialog.modal{
	padding-right: 0 !important; 
}
.modal-backdrop.in{
	opacity: 0.2;
}
#address-dialog.modal .modal-custom.modal-dialog-centered{
	min-height: calc(100% - (1.75rem * 2));
    margin: 50px auto;
    display: flex;
    align-items: center;
    width: 60%;
	justify-content: center;
}
#address-dialog.modal .modal-custom.modal-dialog-centered .modal-content{
	width: 100%;
	border-radius: 2px; 
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.25);
	padding: 0;
}
#address-dialog.modal .close{
   color: #9e9e9e;
   font-size: 45px;
   font-weight: 400; 
   top: 0;
} 

#address-dialog.modal .cancel-btn,
#address-dialog.modal .btn-save{ 
		font-size: 14px;
		min-width: 168px;
		height: 40px;
		line-height: 40px;
		margin-left: 12px; 
		font-size: 14px;
		min-width: 168px;
		height: 40px;
		line-height: 40px;
		margin-left: 12px; 
		border: none; 
}
#address-dialog.modal .btn-cancel{
	color: #757575;
	background-color: #eff0f5; 
}
#address-dialog.modal .btn-save{
	background: #1a9cb7;
	color: #ffffff;
	font-weight: 500;
}
@media screen and (max-width: 960px) { 
	.product-details {
		padding: 0 1rem;
	} 
}
@media screen and (max-width: 640px) {
 
	.basket,
	.summary,
	.item,
	.remove {
		width: 100%;
	}

	.basket-labels {
		display: none;
	}

	.basket-module {
		margin-bottom: 1rem;
	}

	.item {
		margin-bottom: 1rem;
	}

	.product-image {
		width: 20%;
	}

	.product-details {
		width: 80%;
	}

	.price,
	.subtotal {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		text-align: right;
	}
	.price::before{
		content: 'Unit Price : Rs. ';
		font-weight: bold;
		line-height: 16px;
		font-family: 'IBM Plex Sans';
		font-size: 14px;
		color: #677782;
	} 
	.subtotal::before{
		content: 'Sub Total : Rs. ';
		font-weight: bold;
		line-height: 16px;
		font-family: 'IBM Plex Sans';
		font-size: 14px;
		color: #677782;
	}

	.quantity {
		text-align: right;
		width: 60%;
		float: right;
	}

	.quantity-field {
		float: none;
		width: 100%;
	}

	.remove {
		bottom: 0;
		text-align: right;
		margin-top: 0.75rem;
		position: relative;
	}

	.remove button {
		padding: 0;
	}

	.summary {
		margin-top: 1.25rem; 
	}
}
@media screen and (max-width : 450px) {
	.product-image {
		width: 30%;
	}
	.product-image img{
		width: 100%;
	}
	.product-details {
		width: 70%;
	}
	.subtotal,
	.price,
	.quantity {
		width: 100%;
		text-align: center;
	}
	.quantity input{
		width: 100%;
	}
	.price::before{
		content: 'Unit Price : Rs.';
	} 
	.subtotal::before{
		content: 'Sub Total : Rs.';
	}
}
@media screen and (max-width : 280px) {
	.product-image {
		width: 20%;
	}
	.product-image img{
		width: 100%;
	}
	.product-details {
		width: 80%;
	}
}
