/* Start Main Rulez */

body {
	background-color: #424141;
	font-size: 16px;
	color: #fff;
}

h1 {
	font-size: 55px;
	margin: 40px 0;
	font-weight: bold;
	color: #666;
}

.input-container {
	position: relative;
}

.asterisk {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 7px;
    color: #D20707;
}

.main-form .asterisk {
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 8px;
    color: #D20707;
}

.nice-message {
	padding: 10px;
	background-color: #FFF;
	margin: 10px 0;
	border-left: 5px solid #080;
}

/* End Main Rulez */

/* Start Bootstrap Edits */

.navbar {
	border-radius: 0;
	margin-bottom: 0;
    background-color: #630700;
    border-color: transparent;
    text-align: center;
}
.navbar .navbar-brand{
    font-size: 1.5em;

}
.navbar .navbar-brand span{
	color: #e7ff00 !important;
	font-weight: bold
}
.nav > li > a,
.navbar-brand {
	padding: 20px 21px;
    color: #fff !important;
    font-size: 17px;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000000 !important;
    background-color: #03a9f4;
    border-color: transparent;
    box-shadow: 1px 1px 13px #ada4a4;
    border-radius: 6px;
}

.navbar-brand {
	font-size: 1em;
}

.navbar-inverse .navbar-nav > .open>a,
.navbar-inverse .navbar-nav > .open>a:focus,
.navbar-inverse .navbar-nav > .open>a:hover,
.dropdown-menu {
    background-color: #3498db;
}

.dropdown-menu {
	min-width: 180px;
	padding: 0;
	font-size: 1em;
	border: none;
	border-radius: 0;
}

.dropdown-menu > li > a {
	color: #FFF;
	padding: 10px 15px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #FFF;
    background-color: #8e44ad;
}

.form-control {
	position: relative;
}

/* End Bootstrap Edits */

/* Start Header */

.upper-bar {
    padding: 10px;
    background-color: #002435;
    color: #fff;
    font-size: 19px;
    text-align: center;
}
.upper-bar span{
    color: #fff;
}
.upper-bar .email{
    float: left;
}
.upper-bar .site-name{
    text-decoration: none;
    margin: 0px auto;
    letter-spacing: 2px;
}

.upper-bar .my-image {
	width: 32px;
	height: 32px;
}
.upper-bar .btn{
	color: #000 !important;
	float: right
}
.upper-bar .dropdown-menu li{
	background-color: #00559e;
}
/* End Header */
	/*Start About */
#about{
	background: #002435;
	padding: 40px 20px;
		
}
#about h2{
	margin-bottom: 80px;
	font-weight: bold;
}
	/*End About */

/*	Start Products */

#products{
	margin-top: 40px;
}
#products h2{
	margin-bottom: 40px;
	font-weight: bold;
}
/*	End Products */


/* Start Products Page */
.ribbon{
	background: #06f;
	transform: skewY(-45deg);
	position: absolute;
	left: 0;
	width: 62px;
	height: 24px;
	text-align: center;
	color: #fff;
}
.pname{
	font-size:24px;
	font-weight:bold;	
}
.data{
	font-weight:bold;
	
}
.box{
	background: linear-gradient(-45deg, #fe0847, #64b5f6);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.33);
	border-radius: 15px;
	padding: 5px 15px 10px 15px;
	width: 100%;
	height: auto /*400px340px*/;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.box:before{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 40%;
	content: '';
	background: rgba(255,255,255,0.1);
	transform: skewY(-5deg) scale(1.5);
	
}
.box a{
z-index: 99 !important;
cursor: pointer;
position: relative;
font-weight: bold;
}
.box .fa-cart-plus{
font-size: 23px;
margin-right: 3px;
color: #147700;	
	transition: 0.5s ease-in-out;
}
.box a:hover .fa-cart-plus{
	color: #fff;
}
.col-md-3:nth-child(1) .box{
	background: linear-gradient(-45deg, #f403d1, #feae3f);
}

.col-md-3:nth-child(2) .box{
	background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.col-md-3:nth-child(3) .box{
	background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

/*Second Row */

.col-md-3:nth-child(5) .box{
	background: linear-gradient(-45deg, #f403d1, #feae3f);
}

.col-md-3:nth-child(6) .box{
	background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.col-md-3:nth-child(7) .box{
	background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

/*Third Row */

.col-md-3:nth-child(9) .box{
	background: linear-gradient(-45deg, #f403d1, #feae3f);
}

.col-md-3:nth-child(10) .box{
	background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.col-md-3:nth-child(11) .box{
	background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

/*Fourth Row */

.col-md-3:nth-child(13) .box{
	background: linear-gradient(-45deg, #f403d1, #feae3f);
}

.col-md-3:nth-child(14) .box{
	background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.col-md-3:nth-child(15) .box{
	background: linear-gradient(-45deg, #24ff72, #9a4eff);
}



/*Fifth Row */

.col-md-3:nth-child(17) .box{
	background: linear-gradient(-45deg, #f403d1, #feae3f);
}

.col-md-3:nth-child(18) .box{
	background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.col-md-3:nth-child(19) .box{
	background: linear-gradient(-45deg, #24ff72, #9a4eff);
}



/*Sixth Row */

.col-md-3:nth-child(21) .box{
	background: linear-gradient(-45deg, #f403d1, #feae3f);
}

.col-md-3:nth-child(22) .box{
	background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.col-md-3:nth-child(23) .box{
	background: linear-gradient(-45deg, #24ff72, #9a4eff);
}
.prod-image{
	
}
.prod-image img{
	height: 200px/*150px*/;
	margin: 0px auto;
}
.box ul{
	float: left;
}
.box ul li{
	list-style-type: none;
	
}
/* End Products Page */


/*Start of cuntact */
#cuntact{
    border-top: 5px solid #630700;
    background: url(images/contact+us.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
#cuntact:before{
    position: absolute;
    top: -17px;
    left: 48%;
    transform: rotateZ(45deg);
    height: 30px;
    width: 30px;
    background-color: lightgrey;
    content: '';
    border-right: 4px solid #630700;
    border-bottom: 4px solid #630700;
}
#cuntact h2{
    font-weight: bold;
    display: inline-block;
    margin-bottom: 45px;
    color: #FFF;
}

#cuntact .color{
    background-color: #002435e6;
    padding: 40px 0px;
}
.input-group{
    margin-bottom: 20px;
  
}
.form-control{
    background-color: transparent;
    border: 0px;
    color: #FFF;
    border-bottom: 1px solid #630700;
    border-radius: 0px;
    color: #03c4fd;
    outline: none;
    outline-color: transparent;
    outline-style: none;
    text-align: right;
}
.form-control:focus{
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: rgba(3,3,3,0.2);
}
.input-group-addon{
    background-color: #630700;
    border: 0px;
    color:  #fff;
}
#cuntact .btn{
	background-color: #630700;
	border-color: #630700;
}
/*End of cuntact us */
/* 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: #fff;
    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
}

/* 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: #FFF;
}

.item-box .approve-status {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #b85a5a;
    color: #FFF;
    padding: 3px 5px;
}

.item-box .caption p {
	height: 44px;
	max-height: 44px;
}

/* End Categories Page */

/* Start Profile Page */
.profile-head{
	color: #002435;
}
.panel-heading{
	text-align: center;
	background-color: #002435 !important;
	border-color: 2px solid #000 !important;
}
.information {
margin-top: 20px;
color: #000;
}

.information ul {
	padding-left: 20px;
	margin: 0;
}

.information ul li {
	padding: 10px;
	font-weight: bold;
	color: #630700;
}

.information ul li:nth-child(odd) {
	background-color: #EEE;
}

.information ul li span {
	display: inline-block;
	width: 120px;
}

.thumbnail .date {
	text-align: right;
	font-size: 13px;
	color: #AAA;
	font-weight: bold;
}

.information .btn {
    margin-top: 10px;
    background-color: #630700;
    width: 50%;
    margin: 0px auto;
    display: inline-block;
    display: te;
    text-align: center;
    margin: 10px auto;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
	transition: 0.5s ease;
}
.information .btn:hover{
	background-color: transparent;
	color: #630700;
}

/* 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;
}

.comment-box {
	margin-bottom: 20px;
}

.comment-box img {
	max-width: 100px;
	margin-bottom: 10px;
}

.comment-box .lead {
	background-color: #e0e0e0;
	position: relative;
	padding: 10px;
	margin-top: 25px;
}

.comment-box .lead:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #e0e0e0 transparent transparent;
    position: absolute;
    left: -28px;
    top: 10px;
}

/* End Show Item Page */








/*Start Footer*/
.footer{
	background: #00000080;
	width: 100%;
	padding-top: 10px;
	position: inherit;
	bottom: 0px;
	
}
.footer h4{
	color: #fff;
	text-align: center;
}
.footer ul{
	display: flex;
}
.footer ul li{
	list-style: none;
	margin-left: 10px;
	text-align: center;
	
	
}
.footer ul li a .fa{
	color: #000;
	font-size: 16px;
	margin-left: 10px;
	background: #eeeeee80;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	transition: 0.8s ease;
	
}
.footer ul li a:hover .fa{
	color: #FFF;
	background-color: #000;
	border: 1px solid #fff;
}
.footer a{
	text-decoration: none;
	color: #ddd;
}


/*End Footer*/

/* Start Our Custom */

.custom-hr {
	border-top: 1px solid #c9c9c9;
}

/* End Our Custom */





























@font-face {
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/polar.otf");
  font-family: 'Polar';
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  
  height: 100%;
  overflow-x: hidden;

}

svg {
  display: block;
  overflow: visible;
}

.slider-container {
  position: relative;
  height: 97%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
	
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 95%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.18)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 12rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 95%;
}
.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 95%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 95%;
  background-size: cover;
  will-change: transform;
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("images/bg.jpg");
}
.slide:nth-child(1) .slide__overlay-path {
  fill: #e99c7e;
}
@media (max-width: 991px) {
  .slide:nth-child(1) .slide__text {
    background-color: rgba(233, 156, 126, 0.8);
  }
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url("images/bg2.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
  fill: #e1ccae;
}
@media (max-width: 991px) {
  .slide:nth-child(2) .slide__text {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("images/bg3.jpg");
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #adc5cd;
}
@media (max-width: 991px) {
  .slide:nth-child(3) .slide__text {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url(images/bg4.jpg);
}
.slide:nth-child(4) .slide__overlay-path {
  fill: #cbc6c3;
}
@media (max-width: 991px) {
  .slide:nth-child(4) .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 95%;
  min-height: 810px;
  -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__overlay {
    display: none;
  }
}
.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
  position: absolute;
  width: 25%;
  bottom: 15%;
  left: 12%;
  color: #fff;
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20rem;
    text-align: center;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    padding: 0 1rem;
  }
}
.slide__text-heading {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .slide__text-heading {
    line-height: 20rem;
    font-size: 3.5rem;
  }
}
.slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .slide__text-desc {
    display: none;
  }
}
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 991px) {
  .slide__text-link {
    display: none;
  }
}
.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background: #000;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
          transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
/*Start Cart*/

.shop-table{
	text-align: center;
	color: #000;
	font-weight: bold;
}
.shop-table th{
	color: #630700;
	text-align: center;
	font-size: 18px;
}
.shop-table td{
	color: #002435;
	font-size: 20px;
}
.shop-table tr:nth-child(even) td{
	color: #FFF
}
.shob-table .total{
	font-size: 25px;
	color: red;
}
.add{
background: #ff2400;
width: 30px;
height: 30px;
display: inline-block;
font-size: 22px;
color: #fff !important;
border-radius: 3px;
line-height: 30px;
}
.minus{
	background: green;
	
width: 30px;
height: 30px;
display: inline-block;
font-size: 22px;
color: #fff !important;
border-radius: 3px;
line-height: 30px;
}
 .cart{
	width: 25%;
	font-weight: bold;
	 margin-right: 10px;
}
.cart-head, .total{
	color:#f3df03 !important;
}