@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css2?family=Neuton&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

body{
  font-family: 'Neuton', serif;
}

.full-height{
  min-height: calc(100vh - 57px - 348px) !important;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.second-nav a.colors{
  color: #000 !important;
}

.second-nav .colors:hover{
  color: orangered !important;
}

.nav-item a{
  text-decoration: none;
  color: #000;
}
/* poster animation effect */
.ourposter{
	transition:all .4s ease;
	position:relative;
	z-index:8;
}
.poster-new:hover .postertext{
	opacity:1;
	background:rgba(173, 216, 230, 0.6);
}
.poster-new:hover{
	transform: scale(1.1);;
}
/* .poster-new{
	position:relative;
	width:100%;	
} */

.poster-new{
	
	width:auto;	
	height:500px;
}
.newposter{
	position:relative;
	width:95%;
	height:90%;
}
.postertext{
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	color:red;
	left: 0px;
	z-index:9;
	opacity:0;
	transition:all .4s ease;
}
.posterbutton{
	width:150px;
	height:40px;
	margin:100px auto;
	font-size:18px;
	color:white;
	background: red; /* #f55b14; */
	border:none;
	cursor:pointer;
}
.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
  border: 1px solid #000;
}
.btn:hover{
	background:red !important;
}
/* Hover on all categories  */
/* .category_list a:hover{
	background:red !important;
	color:blue;
} */
body{
    background-color: #f1f3f6;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #fff;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #000;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 2px solid #fff;
  background: #000;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: sticky !important;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}

.sticky-top{
  z-index: 1031;
}

/*******************Login**********************************/
.login{
  margin: 0 auto; 
  float: none; 
  margin-bottom: 10px; 
}

/*****************************************Categories Nav*******************************************/
/*****************************************Categories Nav*******************************************/
.flex-container{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex-container > *{
  text-align: center;
} 

.scrollable:not(.second.dropdown-menu){
  overflow-y: scroll;
  /* overflow-x: hidden; */
  max-height: 150px;
}

.scrollable::-webkit-scrollbar{
  width: 8px;
	background-color: #F5F5F5;
}

.scrollable::-webkit-scrollbar-thumb{
  border-radius: 5px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgb(97, 97, 97);
}

.nav-item{
  text-decoration: none;
  color: #000;
  list-style: none;
}

.nav-item a:hover{
	background-color:#f8f9fb; 
	color:red !important;
}
.nav_cart:hover{
	background-color:#f8f9fb;
}
/* .nav-item .nav-link a:hover{
	color:red !important;
} */

.categories-each{
  margin-right: 50px;
  padding-bottom: 5px;
}

.categories{
  background-color: #fff;
  border-bottom: 1px solid rgb(228, 228, 228);
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-menu{
  padding-top: 7px;
}

.dropdown-divider {
  margin: 0.25rem 0;
}

.main-categories{
  border-radius: 0;
  width: 100%;
  max-height: 80vh;
  display: none;
  margin-top: 0rem;
  z-index: 90;
}

li.dropdown:hover .dropdown-menu.main-categories{
  display: block;
}

.second.dropdown-menu p{
  margin-bottom: 0.5rem;
}

.dropright .second.dropdown-menu{
  display: none;
}

.dropright .second.dropdown-menu{
  position: absolute;
  top: 0;
  width: 400%;
  margin-left: 100%;
  border-radius: 0px;
  min-height: 100%;
  max-height: 80vh;
}

.dropright:hover .second.dropdown-menu{
  display: block;
}

.second-nav{
  margin-top: 57px;
  -webkit-box-shadow: 1px -4px 31px -2px rgba(0,0,0,0.16); 
  box-shadow: 1px -4px 31px -2px rgba(0,0,0,0.16);
  padding: 0rem 1rem !important;
}
.second{
	overflow-y: scroll;
}
.new-categories{
  background-color: #000;
}

.browse-categories{
  color: #fff !important;
}

/*media query*/
@media only screen and (max-width: 992px) {
  .dropright .second.dropdown-menu{
    position: relative;
    width: auto;
    margin-left: auto;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid rgb(228, 228, 228);
    margin-bottom: 5px;
  }
  .new-categories{
    width: auto;
    background-color: #fff !important;
  }

  .fas.fa-bars{
    display: none;
  }

  .fas.fa-chevron-right{
    margin-top: 5px;
  }

  .browse-categories{
    color: #000 !important;
  }
}
p.card-title{
	height:40px;
}


@media only screen and (max-width: 762px){
  .second.dropdown-menu{
    height: 200px;
    overflow: hidden scroll;
  }
}

@media only screen and (max-width: 480px){
  .carousel .carousel-item {
    height: 250px !important;
	}  
  .carousel-item img {
  object-fit: contain !important;
  background-position: center;
  height:250px !important;
	}
	.poster-new{
	width:100%;	
	height:300px;
}
}
/***************************************Slider***********************************************************/

.carousel-item {
	width:100%;
	height:500px;
}

  
.carousel-item img {
  object-fit: fill;
  /* max-height:550px; */
  background-position: center;
  width:100%;
  height:500px;
}


/****************************************Deal of the Day*************************************************/
/* .deals{
	float:left;
	width:100%;
	height:inherit;
	background:red;
} */
.posterimg-fluid{
  width: auto;
  height: 250px !important;
  max-height:250px;
  max-width:300px;
  margin: 0px auto;
}
.mobileimage{
	margin-bottom: 10px;
}
.item{
  border: none;
}
.card-title{
	font-size:16px;
	font-weight:bold;
}
.cardnew{
	height: 400px;
}
/* .cardnew .text-center:hover {
	color:#477eb9;
} */
.deal-img{
  /* width: auto;
  height: 250px !important;
  max-width: 100%; */
  width: auto;
  height: 250px !important;
  max-height:250px;
  max-width:300px;
  margin: 0px auto;
  
  /* max-width:100%; */
}
.undeal-img{
  width: 100%;
  height: 250px !important;
  text-align:center;
}
.newscale{
  width: 100%;
  height: 200px ;
  text-align:center;
  margin: 0px auto;
  overflow:hidden;
}
.homepage-img{
  width: auto !important;
  height: 200px ;
  max-width:100%;
  text-align:center;
  margin: 0px auto;
  object-fit:contain;
  -ms-transition: all .4s ease; 
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.item:hover .homepage-img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.2);
}
.specialdeal p{
	margin:3px 0;
} 
#main_img{
	margin: 0px auto;
	width:100%;
	height:100%;
	object-fit: contain;
	/* object-fit: fill; */
}

.deal-product{
  text-decoration: none;
  color: #000;
  transition:  transform .2s;
}

.deal-product a:hover{
  text-decoration: none;
  transition: scale(1.5); 
  color: #000;
}

/***************************************Details**********************************************************/

.paragraph p{
  text-align: justify;
  text-justify: inter-word; 
  margin-left:15px;
  font-weight:bold;
}
.color{
  color: orange;
}

.quantity-block{
	float:left;
	width:100%;

}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* .qty-input[type=number] {
  -moz-appearance: textfield;
} */
.minus-btn,
.plus-btn{
	height:40px;
	width:40px;
	background: #343a40;
  color: #fff;
	border:none;
	float:left;
	cursor: pointer;
}
.minus-btn:hover,
.plus-btn:hover{
	background: #1b1e20;
  color: #fff;
}
.qty-input{
	height:40px;
	width:60px;
	border:none;
	float:left;
	font-size: 22px !important;
	text-align:center;
}

/*******************************************Review********************************/
.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 2px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #DADADA;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  content: "\f005";
  color: #FFB656;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #FFB656;
}

/*********Review Form**************/
.single-review .review-body {
  margin-top: 10px;
}

.single-review .review-heading>div {
  display: inline-block;
}

.single-review .review-heading>div+div {
  margin-left: 10px;
}

.single-review .review-rating {
  display: inline-block;
}

.fa-star {
  color: #FFB656;
}

.fa-star.empty {
  color: #DADADA;
}

.single-review .review-heading div a{
  color: #343a40;
}

/************************************Detail page********************************/
.content{
  padding-left: 50px;
  padding-right: 50px;
}

.display-img img{
  
  display: inline-block;
  height: 80px;
  width:60px;
  object-fit: contain;
  cursor: pointer;
}
.display-img {
  text-align:center;
}
/***************************Cart***************/
.box-element, .cart-table{
  box-shadow:hsl(0, 0%, 80%) 0 0 16px;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
}

/* .cart-row{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
} */

.row-image{
  width: 100%;
  height: 100px;
  object-fit:contain;
}

.quantity{
  display: inline-block;
  font-weight: 700;
  padding-right: 10px;
}

.chg-quantity{
	width: 12px;
	cursor: pointer;
	display: block;
	margin-top: 5px;
	transition:.1s;
}

.chg-quantity:hover{
	opacity: .6;
}

#cart-icon{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

#cart-total{
	display: block;
	text-align: center;
	color:#fff;
	background-color: red;
	width: 20px;
	height: 25px;
	border-radius: 50%;
	font-size: 14px;
}

.col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12{
	margin-top: 10px;
}

/*****************Checkout***************/
.form-field{
	width:250px;
	display: inline-block;
	padding: 5px;
}

.hidden{
	display: none!important;
}

/***********************Profile*******************/
@media (min-width:768px) {
  .col-md-9{
    max-width: 64%;
  }
}

.pc-tab>input, .pc-tab section > div{
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3{
  display: block;
}

.pc-tab{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.pc-tab ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pc-tab ul li label{
  float:left;
  padding:15px 25px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background-color: #eeeeee;
  color: #444;
  margin-bottom: 0.2rem;
}

.pc-tab ul li label:hover{
  background-color: #ddd;
}

.pc-tab ul li label:active{
  background-color: #fff;
}

.pc-tab ul li:not(:last-child) label{
  border-right-width: 0;
}

.pc-tab section{
  clear: both;
}

.pc-tab section div{
  padding-right: 10px;
  /* padding-left: 10px; */
  padding-top: 10px;
  width: 100%;
  background-color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  color: #444;
}

.pc-tab section div h2{
  margin: 0;
  letter-spacing: 1px;
  color: #34495e;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label{
  background-color: #fff;
  color: #111;
  position: relative;
}

#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after{
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: -1px;
} 

/*                  Footer                       */
#footer {
  background-color: #343a40;
  color: #fff;
}

.footer-box {
  padding: 20px;
}

.footer-box img {
  width: 120px;
  margin-bottom: 20px;
}

.footer-img {
  margin-top: 0px;
  width: 100%;

}

.footer-box .fa {
  margin-right: 8px;
  font-size: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 7px;
  border-radius: 2px;
  color: #000; 
  background: transparent;
}

hr {
  background-color: black;
}

.copyright {
  margin-bottom: 0;
  padding: 20px;
  color: #fff;
}

.copyright-container{
  width:100%;
  margin: 0px auto;
}

.fa-facebook-square {
  color: #3B5998 !important; 
  font-size: 30px !important;
}

.fa-google {
  color: #DB4437 !important; 
  font-size: 30px !important;
}

.login-icon > *{
  padding: 3px;
}

.link{
  color: #0e76a8 !important;
  font-size: 30px !important;
}

.fa-instagram{
  color: #cd486b !important;
  font-size: 30px !important;
}

#footer ul{
  list-style: none;
  color: rgba(205, 213, 214, 0.5);
}

#footer li a{
  color: gray;
  text-decoration: none;
}

#footer li a:hover{
  color: #fff;
}

#footer li:before{
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 10px;
  color: rgb(187, 184, 184);
}


/* media queries */

/* #thumb_img {
	height:80px;
	width: 60px;
} */

/* ******************************************catelogue*********************************** */
.catelogue_layout{
  padding: 15px 15px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background-color: #eeeeee;
  color: #444;
  margin-bottom: 0.2rem; width:auto
}

.catelogue .active{
  background-color: #fff;
  color: #000;
}
