/*
colors
#7e1a48 -- wine red
#8901ff -- mov
#2d3eb3 -- Dark Blue
*/
body
{
	/*height:1500px;*/
	background-color:#fff;
}
a
{
	text-decoration:none;
	color:#fff;
}
.logo_img
{
	height:45px;
}

.top-section
{
    background-color: #6100cb!important;
    opacity: 1;
	height:98px;
}
.rightbtns
{
	display:flex;
}
.rightbtns .userlogin
{
	margin-right:10px;
}
.rightbtns .btn-secondary
{
	background-color:#fff;
	color:#8133d5;
}
.rightbtns .btn:hover
{
	background-color:#fff;
	color:#8133d5;
}
.rightbtns .dropdown-item.active, .dropdown-item:active
{
	background-color: #8901ff;
}
.Search-Area
{
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 10px;
}
.Search-Area .form-control {
    
    width: 100%;
    background-color: #f1d2ff99;
    border: var(--bs-border-width) solid #f1d2ff99;
    border-radius: 0px;; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.Search-Area .form-control:focus
{
	box-shadow:none;
}
.fa-cart-shopping
{
	font-size: 24px;
    color: #6100cb;
}
.main-nav .btn-primary
{
	background-color: #ffffff;
    border-color: #fff;
}
.data-container img
{
	height:180px;
	/*width:100%;*/
}
.itemdet
{
	Position:relative;
	border: 1px solid #ccc;
	text-align:center;
	padding:0px;
	margin-top:5px;
	height:325px;
}
.itemdet .favourite
{
	position: absolute;
    top: 3px;
    right: 3px;
    height: 30px;
	cursor:pointer;
}
.itemdet .img-thumbnail
{
	border:none;
	padding:0px;
}
.itemdet h5
{
	font-size:16px;
	color:#333;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
	
}
.itemdet .catName
{
	font-size:10px;
	color:#666;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
	margin-bottom:5px;
}
.itemdet .itemprice
{
    position: absolute;
    bottom: 30px;
    left: 5px;
	font-size:18px;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
}
.itemdet .OldPrice
{
	text-decoration:line-through;
	position: absolute;
    bottom: 30px;
    left: 5px;
	font-size:18px;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
	color:#bbb;
}
.itemdet .Offerprice
{
    position: absolute;
    bottom: 30px;
    left: 60px;
	font-size:18px;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
}
.itemdet .Cart
{
    position: absolute;
    bottom: 0px;
    width: 100%;
	margin-top: 10px;
    text-align: center;
    background: #6100cb;
    padding: 8px;
	cursor:pointer;
	height:40px;
}
.itemdet .AddedtoCart
{
	position: absolute;
    bottom: 0px;
    width: 100%;
	margin-top: 10px;
    text-align: center;
    background: #6100cb;
    padding: 8px;
	height:40px;
	display:none;
}
.itemdet .Cart:hover
{
	background: #6100cbc4;
}

.itemdet .Cart .add
{
	color:#fff;
	text-decoration:none;
}
.itemdet .Cart i
{
	color:#fff;
	float:left;
}
.plusqty, .plusqty_modal, .plusqty_cart
{
	position:absolute;
	font-size:27px;
	right:5px;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	
	
}
.minusqty, .minusqty_modal, .minusqty_cart
{
	font-size:27px;
	float:left !important;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	position:absolute;
	left:5px;
	
}
.orderedqty, .orderedqty_modal, .orderedqty_cart
{
	color:#fff;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	font-size: 18px;
    border: none;
    text-align: center;
}

.btn .badge
{
	color:#6100cb;
	top:2px;
}
.badge:after
{
    content: attr(value);
    font-size: 9px;
    color: #fff;
    background: #d165ff;
    border-radius: 25px;
    padding: 4px 5px;
    position: relative;
    left: 15px;
    top: -4px;
    opacity: 0.9;
}
.specialnote
{
	position:absolute;
	top:8px;
	left:8px;
	width: 35%;
}
.specialnote .discount
{
	background-color: #ed4259;
    text-align: center;
    font-size: 11px;
    border-radius: 25px;
    padding: 3px;
    color: #fff;
	margin-bottom:3px;
}
.specialnote .limited
{
	background-color: green;
    text-align: center;
    font-size: 12px;
    border-radius: 25px;
    padding: 3px;
    color: #fff;
}
.modal
{
	padding-top:80px;
}
.modal-body
{
	position:relative;
	text-align:center;
	padding:0px;
}


.modal-body .item-qty
{
	border: 1px solid #000;
    width: 100%;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
	
	height:45px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal-body h3
{
	color: #fff;
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
    letter-spacing: 5px;
	cursor:pointer;
}
.modal-content .close 
{
	background-color: #ff0a0a00;
    position: absolute;
    border-radius: 20px;
    left: 47%;
    border: 3px solid #FFF;
    top: -30px;
    color: #fff;
    font-size: 13px;
}
.itemdet a, .modal-body  a
{
	text-decoration:none;
	color: inherit;
}
.item-img
{
	height:240px;
}

.upper-section
{
	margin-bottom:10px;
}
.upper-section .favourite, .upper-section .Orders, .upper-section .SpecialOffers
{
	border:1px solid #CCC;
	background-color:#2d3eb3c4;
	color:#FFF;
	text-align:center;
	font-size:12px;
	cursor:pointer;
}

.favourite img, .Orders img, .SpecialOffers img
{
	height:40px;
	width:40px;
	margin-top:10px;
    margin-bottom: 5px;
}
.favourite p, .Orders p, .SpecialOffers p
{
	margin-bottom:2px;
	letter-spacing:2px;
}
.nav-link
{
	color:#000;
	border-bottom:1px solid #CCC;
	font-weight:600;
}
/************************************************/
.media
{
    border:1px solid #CCC;
	border-radius:25px;
	padding:15px 12px;
	margin-bottom:2px;
}
.media img
{
	height:64px;
	width:64px;
	margin-right:10px;
	float: inline-start;
}
.media-body
{
	height: 65px;
}
.media-body p
{
	font-size:14px;
	margin-bottom:0px;
	
}
.media-body p strong
{
	font-size:18px;
	font-family: cursive;
}
.controller
{
	position:relative;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    padding-left: 15px;
	display:flex;
	height:30px
}
.controller .fa-solid
{
    position: absolute;
	top: 8px;
    background-color: #ccc;
    border-radius: 25px;
    padding: 4px;
    font-size: 14px;
}
.controller .minusqty_cart
{
    left: 40px;
    top: 8px;
	color:#000;
}
.controller .orderedqty_cart
{
	color:#666;
	left:90px;
}
.controller .plusqty_cart
{
    left: 125px;
    top: 8px;
    width: 20px;
	color:#000;
}
.controller .fa-trash
{
	left: 180px;
	cursor:pointer;
}
.controller .fa-pen-to-square
{
	left: 215px;
	cursor:pointer;
}
.controller .ItemTotalPrice
{
	position:absolute;
	color:#666;
	right:10px;
	cursor:pointer;	
}
.Checkout, .UserLogin, .LoggedUser
{
	padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
	color:#FFF;
}
.TotalAmount
{
	display:block;
	width: 100%;
    padding: 10px 20px;
    background-color: #66666617;
    font-weight: 600;
    font-size: 17px;
    color: #777;
}

.TotalAmount .Amount
{
	float: right;
}
.UserLogin .fa-solid
{
	padding-left:20px;
}
.LoggedUser
{
	padding:0px;
}
.LoggedUser .LoggedUserList
{
	width: 100%;
    background: #a43cff;
    border: none;
    border-radius: 0;
	padding-top: 10px;
    padding-bottom: 10px;
}
.LoggedUser .fa-solid
{
	padding-right:20px;
}
.LoggedUser .dropup .dropdown-toggle::after
{
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 20px;
}
.LoggedUser .dropup .dropdown-menu.show
{
	right:6px !important;
	left:unset !important;
}
/************************************************/
.LoginForm
{
	padding: 20px;
}
.SocialMediaLogin
{
	margin-top:15px;
	margin-bottom:15px;
	display:none;
}
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}
/************************************************/
#graytext
{
	color: #9e9e9e;
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: italic;
}
#CustomerEmail, #CustomerPassword
{
	font-style: italic;
    letter-spacing: 1px;
	margin-bottom: 10px;
}
.loginBtn-login, .loginBtn-register , .Register-btn, .loginBtn-reg, .ConfirmOrder, .loginBtn-Reset
{
    width: 100% !important;
    background-color: #5765c2;
	text-align:center;
	margin:5px 0px !important;
}
.loginBtn-login .fa-solid, .loginBtn-register .fa-handshake, .Register-btn .fa-handshake
{
	margin-left:10px;
}
/************************************************/
.carousel-item img
{
	height:350px !important;
}
.categories-img
{
	text-align: center;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #ededed;
    border-radius: var(--bs-border-radius)!important;
	cursor:pointer;
}
.categories-img h4
{
	font-size: 20px;
    padding-top: 10px;
    margin: 0px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    font-weight: 600;

}
/************************************************/
.iti
{
    width: 100%;
    margin-bottom: 10px;
}
.RegistrationForm label
{
	margin-bottom: 25px;
    font-style: italic;
    margin-top: 13px;
    color: #9e9e9e;
   
}
.RegistrationForm h2
{
	margin-bottom:20px;
}
.RegistrationForm label a
{
	text-decoration: underline;
    color: #5765c2;
}
.RegistrationForm input
{
	margin-bottom:10px;
}
/************************************************/
.Address-fields
{
	margin-bottom:10px;
}
.SaveMyAccount
{
	width: 100%;
    color: #FFF;
}
.fa-regular
{
	margin-left:10px;
}
.MyAccountSection h2
{
	text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
/**************************************************/
#page-title, .wishlisttitle, .search-msg, .TrackMyOrder h2
{
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}
.Checkout-Page
{
	border:1px solid #CCC;
	background-color:#d5d2e9;
	border-radius:25px;
	color:#000;
	padding:10px 20px;
	margin-bottom:20px;
}
.address-info 
{
	margin-bottom:10px;
}
.address-info label
{
    font-weight: 600;
    margin-right: 10px;
}
.EditAddress
{
	float: right;
    cursor: pointer;
}
.Cart-info #title
{
	font-weight:600;
	padding-bottom:20px;
}
.Cart-info #item-det
{
	padding-bottom:10px;
	font-size:14px;
}
.Cart-info #Cart-Total
{
	margin-top:10px;
	font-weight:600;
}
.Cart-btn
{
	text-align:center;
}
.ConfirmOrder, .Promo-btn
{
	color:#fff;
}
.PromoCode
{
	margin-bottom:10px;
}
.Promo-msg
{
	padding-top: 5px;
    padding-left: 25px;
    letter-spacing: 1px;
    font-style: italic;
    color: #2d3eb3;
	display:none;
}
.TermsCheck
{
	font-size:10px;
	font-weight: 600;
}
.Terms
{
    padding: 5px 15px;
    font-size: 13px;
}	
#terms
{
	color: #2d3eb3;
}
.Terms .form-check-input
{
	width:15px;
	height:15px;
}
.Terms .form-check-label
{
	padding-left: 10px;
}
.Promo-Code
{
	margin-bottom:10px;
	font-style: italic;
	color:red;
}
.Removecode
{
	float:right;
	color:red;
}
/**************************************************/
.MyOrders-Section h2
{
	text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.MyOrders-Section .panel
{
	margin-bottom:15px;
}
.det
{
	font-size: 14px;
    margin: auto;
    padding-left: 20px;
	padding-top: 5px;
    padding-bottom: 5px;
}
.panel-body table thead tr
{
	background-color: #eee;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.panel-body table tbody tr
{
	text-align: center;
    font-size: 13px;
    font-weight: 300;
}
.panel-body table tfoot tr
{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
}
.table>thead, .table>tbody,.table>tfoot
{
	vertical-align:middle;
}

/************************************************/
.TrackMyOrder small
{
	color:#9e9e9e;
    font-style: italic;
}
.order-det
{
	margin-top:20px;
}
/************************************************/
.CategoriesList
{
	width:100%;
	height:50px;
	background-color:#FFF;
	display:none;
}
.CategoriesList .list-inline
{
	width:100%;
	height:50px;
	overflow:scroll;
	white-space: nowrap;
 	overflow-y: hidden;
}
.CategoriesList a
{
	
	display:inline-block;
	height:50px;
	/*border:1px solid;*/
	line-height:30px;
	text-align:center;
	margin-bottom:4px;
    margin-right: 30px;
    border-radius: 5px;
    padding: 0px 10px;
	color:#000;
	
}
/************************************************/
.loginBtn-Reset .fa-key
{
	margin-right:10px;
}
.backtologin
{
    margin-top: 10px !important;
    color: #a3a1a1 !important;
    font-style: italic;
	float:left;
}
.backtologin .fa-arrow-left
{
	margin-right:10px;
}
#resultmsg
{
    text-align: center;
    font-size: 18px;
    font-style: italic;
    color: red;
}
/************************************************/
.TermsPolicy p
{
	text-align:justify;
}
/************************************************/
#Warning
{
	color:red;
}
.Delete-Acct-btn
{
	background-color:#F00;
	padding: 0 15px 0 15px !important;
}
.DeleteMyAccountForm h2
{
	margin-bottom:35px;
}
/************************************************/
/************************************************/
/************************************************/
/************************************************/

@media only screen and (max-width: 600px)
{
	.itemdet
	{
		height:270px;
	}
	.itemdet h5,.itemdet .itemprice
	{
		font-size:13px;
	}
	.Search-Area
	{
		
	/*	width: 60%;*/
	}	
	.data-container img
	{
		height:120px;
	}
	.loginBtn
	{
		margin: 0.5em;
		width: 210px;
	}
	.controller .ItemTotalPrice
	{
		right:0px;
			
	}
	.carousel-item img
	{
		height:140px !important;
	}
	
	.categories-img h4
	{
		font-size: 14px;
		padding-top: 5px;
		margin: 0px;
		letter-spacing: 2px;
		padding-bottom:0px;
	}
	.ConfirmOrder
	{
		font-size: 12px;
	}
}

@media only screen and (max-width: 300px)
{
	.itemdet h5,.itemdet .itemprice
	{
		font-size:11.5px;
	}
	.carousel-item img {
        height: 120px !important;
    }
	    .data-container img {
        height: 82px;
    }
	.categories-img h4
	{
		font-size:13px;}
	.itemdet {
        height: 210px;
    }
	.itemdet .Cart .add
	{
		font-size: 14px;
	}
	.itemdet .Cart i
	{
		margin-top: 4px;
	}
	.fa-cart-shopping
	{
		font-size:14px;
	}
	
}