/* Start Main Rulez */
*{
	margin: 0;
	padding: 0;
}

:root{
	--primary-color:#edf2fc;
	--secondary-color:#212121;
	

}
.dark-theme {
	background-color: #D4002E;
    background-image: linear-gradient(315deg, #D4002E 0%, #262626 50%);
	--secondary-color:#fff;
}



body {
	/*background-color: #F4F4F4;
	font-family: sans-serif;*/
	font-size: 16px;
	/* height: 3000px;*/
	background-color: #D4002E;
    background-image: linear-gradient(315deg, #D4002E 0%, #262626 50%);

   /*display: flex;*/
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background:var(--primary-color);
	transition: 0.5s;
}

h1 {
	font-size: 55px;
	margin: 40px 0;
	font-weight: bold;
	color: var(--secondary-color);
}

.input-container {
	position: relative;
}

.asterisk {
    font-size: 20px;
    position: absolute;
    right: 360px;
    top: 7px;
    color: #D20707;
}

.main-form .asterisk {
    font-size: 30px;
    position: absolute;
    right: 527px;
    top: 8px;
    color: #D20707;
}

.nice-message {
	padding: 10px;
	background-color: var(--secondary-color);
	margin: 10px 0;
	border-left: 5px solid #080;
}

/* End Main Rulez */

/* Start Bootstrap Edits */

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.nav > li > a,
.navbar-brand {
	padding: 15px 12px;
}

.navbar-brand {
	font-size: 1em;
}
.navbar-nav {
	float: right;
margin: 0;
}

.dropdown-menu {
	box-shadow: none;
border-color: #eee;
}



.form-control {
	position: relative;
}

/* End Bootstrap Edits */

/* Start Header */

.upper-bar {
	background-color: var(--secondary-color);
}

.my-image {
	width: 32px;
	height: 32px;
}

/* End Header */

/* Start Login Page */

.login-page form,
.the-errors {
	max-width: 380px;
	margin: auto;
}

.login-page form input {
	margin-bottom: 10px;
}

.login-page [data-class="login"].selected {
	color: #337AB7;
}

.login-page [data-class="signup"].selected {
	color: #5cb85c;
}

.login-page h1 {
	color: #C0C0C0;
}

.login-page h1 span {
	cursor: pointer;
}

.login-page .signup {
	display: none;
}

.the-errors .msg {
    padding: 10px;
    text-align: left;
    background-color: var(--secondary-color);
    margin-bottom: 8px;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #919191;
}

.the-errors .error {
    border-left: 5px solid #cd6858
}

.btn-primary {
	color:var(--secondary-color);
}

.btn-success {
	color:var(--secondary-color);
}
/* End Login Page */

/* Start Categories Page */

.item-box {
	position: relative;
}

.item-box .price-tag {
    background-color: #B4B4B4;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: bold;
    color: var(--secondary-color);
}

.item-box .approve-status {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #b85a5a;
    color: var(--secondary-color);
    padding: 3px 5px;
}

.item-box .caption p {
	height: 44px;
	max-height: 44px;
}

.tags-items a {

display: inline-block;
background-color: #e2e2e2;
padding: 2px 10px;
border-right: 5px;
color: #666;
margin-right: 5px;

}

/* End Categories Page */

/* Start Profile Page */

.information {
	margin-top: 20px
}

.information ul {
	padding: 0;
	margin: 0;
}

.information ul li {
	padding: 10px;
}

.information ul li:nth-child(odd) {
	background-color: #EEE;

}

.information ul li span {
	display: inline-block;
	width: 73px;
}

.thumbnail .date {
	text-align: right;
	font-size: 13px;
	color: #AAA;
	font-weight: bold;
}

.thumbnail .readmore {
	font-size: 15px;
	color: #AAA;
	font-weight: bold;
	margin-bottom: -20px;
}

.information .btn {
	margin-top: 10px;
}

/* End Profile Page */

/* Start Show Item Page */

.item-info h2 {
	padding: 10px;
	margin: 0;
}

.item-info p {
	padding: 10px;
}

.item-info ul li { 
	padding: 10px;
}

.item-info ul li:nth-child(odd) {
	background-color: #e8e8e8;
}

.item-info ul li span {
	display: inline-block;
	width: 120px;
}

.tags-items a {
    display: inline-block;
    background-color: #e2e2e2;
    padding: 2px 10px;
    border-radius: 5px;
    color: #666;
    margin-right: 5px;
}

.add-comment h3 {
	margin: 0 0 10px;
}

.add-comment textarea {
	display: block;
	margin-bottom: 10px;
	width: 500px;
	height: 120px;
	color: blue;
}

.comment-box {
	margin-bottom: 20px;
}

.comment-box img {
	max-width: 100px;
	margin-bottom: 10px;
}

.comment-box .lead {
	background-color: black;
	position: relative;
	padding: 10px;
	margin-top: 25px;
	color: blue;
}

.comment-box .lead:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent black transparent transparent;
    position: absolute;
    left: -28px;
    top: 10px;
}

/* End Show Item Page */

/* Start Our Custom */

.custom-hr {
	border-top: 1px solid #c9c9c9;
}

.main-footer {
    background: black;
    padding: 15px;
    color: white;
    border-top: 1px solid var(--secondary-color);

}

.main-footer a {
	color: #dd4b39;
}

.row {
	margin-top: 10px;
	margin-right: auto;
margin-left: auto;
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
	float: right;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
	position: absolute;
right: 0;
left: auto;
}

.navbar-nav > .user-menu > .dropdown-menu {
	border-top-right-radius: 0;
border-top-left-radius: 0;
padding: 1px 0 0 0;
border-top-width: 0;
width: 280px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
	height: 175px;
padding: 10px;
text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
	z-index: 5;
height: 90px;
width: 90px;
border: 0px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
border-color: transparent;
border-color: rgba(255,255,255,0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
	z-index: 5;
color: var(--secondary-color);
color: rgba(255,255,255,0.8);
font-size: 17px;
margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
	text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
	padding: 15px !important;
border-bottom: 1px solid #f4f4f4 !important;
border-top: 1px solid #dddddd !important;
}

.navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {
	border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
	background-color: black ;
	padding: 20px 20px 50px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
	    color: white;
}

.btn-default {
	background-color: #f4f4f4;
color: #444;
border-color: #ddd;
}
 .main-header .navbar {
 	    background-color: #D4002E;
}
 .main-header .navbar .nav > li > a {
	color: var(--secondary-color);
}
 .main-header li.user-header {
	background-color: #D4002E !important;
}

.upper-bar .container .loginn {

	padding: 10px;
color: black;
}

.upper-bar .container .loginn:hover {

	padding: 10px;
color: var(--secondary-color);
}

  .row {
  	color: var(--secondary-color);
  }

  .fofo {
  	padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 2px solid var(--secondary-color);
    border-right: 10px;
  }

.fofo  h1 {
  	color: var(--secondary-color);
  	 padding: 0px  50px;
  }

  .btn-danger {
  	border-top-left-radius: 50px;
  	border-bottom-left-radius: 50px; 

  }

  .my-cart-icon-affix {
    position: fixed;
    z-index: 999;
  }

  .color {
  	color: black;
  }
  .colorr {
  	color: var(--secondary-color);
  }
   .btn {
  	padding: 10px 20px;
  	background: transparent;
  	border: 2px solid var(--secondary-color);
  	margin-bottom: 20px;
  	margin-right: 5px;
  }
.control .addcard {
	margin-bottom: 10px;
	text-decoration: none;
}

.btn-info {
    background: #34495e;
    padding: 10px 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.control a{
	color: var(--secondary-color);
}

/* End Our Custom */

/* Start Dark Mode */
#icon {
	margin-top: 10px;
	width: 30px;
	cursor: pointer;
}

.navbar ul {
	flex: 1;
	text-align: right;
}

.control {
	margin-left: 25px;
}
.imagg img {
width: 150px;
margin: auto;
padding: auto;
height: 150px;
}
.badge-notify{
    background:red;
    position:relative;
    top: -30px;
    right: 10px;
    font-family: sans-serif;

  }
.collll  .thumb {
  
  }
  /* start Edit Information */
  .editinfo .form-control {
  	display: inline-block;
  	width: 66%;
  }

  