@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');

footer{
  background-color: #000;
}

.footer h4{
  font-weight: 700;
  color: grey;
}

.footer p{
  padding: 0px;
  margin: 3px 0px;
  font-size: 1rem;
  color: grey;
}

.footer a{
  text-decoration: none;
}

.icons a{
  margin: 0px 10px;
  color: grey;
}

.navbar{
  background-color: black !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 0px;
} 

.nav-link{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.nav-item{
  padding: 0rem 0.75rem;
}

.bg-body-tertiary{
  background-color: #000000!important;
}

.profile, .cart{
  color: #ffffff;
}

.fa-stack[data-count]:after{
  position:absolute;
  right:25%;
  top:-40%;
  content: attr(data-count);
  font-size:73%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: red;
  text-align:center;
  min-width:2em;
  font-weight:bold;
  background: white;
  border: 1px solid;
  opacity: 0.9;
}

.navbar .navbar-brand img{
  max-width: 68px;
}

.navbar .navbar-nav .nav-link{
  color: #ffffff;
}

.navbar .navbar-nav .nav-link:hover{
  color: #F85454;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #F85454;
}

.cateActive{
  font-weight: 700;
  color: #F85454;
}

@media screen and (min-width: 1024px){
  .navbar{
    letter-spacing: 0.1em;
  }

  .navbar .navbar-nav .nav-link{
    padding: 0.5em 1em;
  }

  .search-and-icons{
    width: 50%;
  }

  .search-and-icons form{
    flex: 1;
  }
}

@media screen and (min-width: 768px){
  .navbar .navbar-collapse{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .search-and-icons{
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px){
  .navbar .navbar-brand img{
    width: 50px;
  }
}

.search-and-icons form input{
  border-radius: 10px 0px 0px 10px;
/*  height: 2em;*/
  background: #ffffff;
}

.search-and-icons form button{
  border-radius: 0px 10px 10px 0px;
}

.search-and-icons form input:focus{
  background: #ffffff;
  box-shadow: none;
}

.search-and-icons .user-icons div{
  padding-right: 1em;
}

.contact-info p, .contact-info a{
  font-size: 14px;
  padding-right: 1em;
  color: grey;
  margin-bottom: 0px
}

.contact-info .info a{
  padding-right: 10px;
  text-decoration: none;
  border-right: 1px solid grey;
}



/* .navbar{
  background-color: black !important;
} 

.nav-link{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.nav-link:hover
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.nav-item{
  padding: 0rem 0.75rem;
}

.cu{
  padding: 0rem 0.5rem;
} */







.display-5{
  font-family: 'Roboto', sans-serif;
}

.shop-now{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  border-radius: 25px;
  padding: 5px 25px;
}

.shop-now:hover{
  border-color: #FF0000;
  background-color: #ffffff;
  color: #FF0000;
}

.banner2{
  background-repeat: no-repeat;
  background-size: cover;
}

.bestproduct{
  text-align: center;
}

.bestproduct h1{
  font-family: 'Montserrat', sans-serif; 
  font-weight: 1000; 
  color: #9F4103;
}

.bestproduct p{
  font-family: 'Montserrat', sans-serif; 
  font-weight: 1000; 
  color: #9F4103;
}

.card{
  border: none;
}

.s4{
  font-family: 'Roboto', sans-serif; 
  font-size: 1rem; 
  font-weight: 1000; 
  color: #000000;
}

.card-body p{
  font-family: 'Montserrat', sans-serif; 
  font-weight: 1000; 
  font-size: 1.2rem;
  color: #000000;
}

.hover-div{
  background: #f8f8f8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 10px 0px;
  padding: 20px 20px;
  text-align: center;
  min-height: 350px;
}

.hover-div:hover{
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  border-radius: 5px;
}

.hover-div:hover{
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  border-radius: 5px;
}

.s4card{
  padding: 0px;
  min-height: auto;
  border-radius: 5px;
}

.s4card img{
  filter: brightness(70%);
  border-radius: 5px;
}

.btn-view-all{
  border-color: #FF0000;
  border-radius: 25px;
  padding: 7px 40px;
  color: #FF0000;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 1000; 
}

.btn-view-all:hover{
  background-color: #FF0000;
  color: #ffffff;
}

.carousel-caption{
  bottom: 3rem;
  border-radius: 25px;
  background-color: #ffffff;
  opacity: 0.8;
}

.carousel-caption h1{
  color: #000000;
  opacity: 1;
  font-family: 'Roboto', sans-serif; 
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0px;
}

.card-deck a{
  text-decoration: none;
  color: #000000;
  opacity: 1;
  font-family: 'Roboto', sans-serif; 
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0px;
}

/*@media only screen and (max-width: 600px) {
  .carousel-caption h1{
    font-size: 1.rem;
  }
}*/

.newsletter{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 1000; 
  text-align: center;
}

.email input{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #D9D9D9;
  opacity: 0.5;
  border-radius: 0px 0px 0px 30px;
  padding: 20px 35px;
  border:none;
}

.email .btn{
  background: #000000;
  border-radius: 0px 25px 0px 0px;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 1000;
  padding: 20px 35px;
}

.email input::placeholder{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 1000;
  font-size: 1.25rem;
}

.email input{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 1000;
}




/* PRODUCT DEATAILS */

.single-product{
  width: 1080px;
  position: relative;
}
/** Breadcrumb **/

.single-product .breadcrumb{
  background: #48484810;
  padding: 8px 4px;
  border-radius: 8px;
  font-size: 15px;
}

.breadcrumb span{
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  margin-left: 8px;
}
.breadcrumb span:not(:last-child)::after{
  content: '/';
}

.breadcrumb span a{
  text-decoration: none;
  color: var(--primary-color);
}

/** product image **/

.single-product .product-image{
  width: 100%;
}

.product-image .product-image-main{
  position: relative;
  display: block;
  height: 480px;
  background: var(--bg-grey);
  padding: 10px;
}

.product-image-main img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-image-slider{
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.product-image-slider img{
  width: 90px;
  height: 90px;
  background: var(--bg-grey);
  padding: 6px;
  cursor: pointer;
}

/** product title **/

/* .product-title{
  margin-top: 20px;
} */

.product-title h2{
  font-size: 32px;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

/** product rating **/
.product-rating{
  display: flex;
  margin-top: 4px;
  margin-bottom: 10px;
  align-items: center;
}

.product-rating span:not(:last-child){
  color: #ffc600;
}

.product-rating .review{
  color: var(--grey);
  font-size: 12px;
  font-weight: 500;
}
/** Product price **/
.product-price{
  display: flex;
  position: relative;
  margin: 10px 0;
  align-items: center;
}

.product-price .offer-price{
  font-size: 48px;
  font-weight: 700;
}

.product-price .sale-price{
  font-size: 22px;
  font-weight: 500;
  text-decoration: line-through;
  color: var(--grey);
  margin-left: 12px;
}

/** Product Details **/
.product-details{
  margin: 10px 0;
}

.product-details h3{
  font-size: 18px;
  font-weight: 500;
}

.product-details p{
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.2rem;
}

/** Product size **/
.product-size{
  margin: 10px 0;
}

.product-size h4{
  font-size: 16px;
  font-weight: 500;
}

.product-size .size-layout{
  margin: 5px 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.product-size .size-layout .size-input{
  display: none;
}

.product-size .size-layout .size{
  background: var(--bg-grey);
  padding: 10px 18px;
  border: 1px solid var(--bg-grey);
  border-radius: 4px;
  margin-left: 0px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.product-size .size-layout .size:hover{
  border: 1px solid var(--grey);
}

.product-size .size-layout input[type="radio"]:checked + .size{
  background-color: rgb(35, 35, 35);
  border: 1px solid var(--grey);
  color: #fff;
  box-shadow: 0 3px 6px var(--shadow);
}


/** Product Color **/
.product-color{
  margin: 10px 0;
  justify-content: center;
}
.product-color h4{
  font-size: 16px;
  font-weight: 500;
}
.product-color .color-layout{
  margin: 5px 0;
  display: flex;
  gap: 10px;
}

.product-color .color-layout label{
  border-radius: 4px;
  cursor: pointer;
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
}

.product-color .color-layout .black{
  background-color: black;
}

.product-color .color-layout .red{
  background-color: red;
}

.product-color .color-layout .blue{
  background-color: blue;
}

.product-color .color-layout .green{
  background-color: green;
}

.product-color .color-layout .purple{
  background-color: purple;
}

.product-color .color-layout .white{
  background-color: white;
}

.product-color .color-layout .yellow{
  background-color: yellow;
}

.product-color .color-layout input[type="radio"]:checked + label{
  border: 2px solid black;
}

.product-color .color-layout .color-input{
  display: none;
}


/** divider **/
.divider{
  display: block;
  height: 1px;
  width: 100%;
  background: #48484830;
  margin: 20px 0;
}

/** product Button Group **/

.product-btn-group{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.product-btn-group .button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
}
.product-btn-group .buy-now{
  background-color: var(--accent-color);
  color: #fff;
  border: 1px solid var(--accent-color);
  border-radius: 4px;
  cursor: pointer;
}

.product-btn-group .buy-now i{
  font-size: 20px;
}
.product-btn-group .buy-now:hover{
  box-shadow: 0 3px 6px var(--shadow);
}

.product-btn-group .add-cart{
  background-color: var(--bg-grey);
  color: var(--grey);
  border-radius: 4px;
  cursor: pointer;
}
.product-btn-group .add-cart i{
  font-size: 20px;
}
.product-btn-group .add-cart:hover{
  box-shadow: 0 3px 6px var(--shadow);
  background: var(--grey);
  color: #fff;
}
.product-btn-group .heart{
  color: var(--grey);
  cursor: pointer;
}
.product-btn-group .heart i{
  font-size: 20px;
}
.product-btn-group .heart:hover{
  color: var(--accent-color);
}


/** Responsive Mobile **/
@media screen and (max-width:1280px) {
  .single-product{
    width: 100%;
    position: relative;
  }

  .product-image .product-image-main{
    width: 100%;
    height: 280px;
  }

  .product-image-slider{
    gap: 5px;
  }

  .breadcrumb{
    display: none;
  }

  .product-title h2{
    font-size: 24px;
    line-height: 1.6rem;
  }

  .product-size{
    display: block;
  }

  .product-size .size-layout{
    display: block;
    margin: 10px 0;
  }

  .product-size .size-layout .size{
    padding: 6px 10px;
  }

  /* .product-btn-group{
      display: flex;
      flex-direction: column;
      gap: 10px;
  } */
}

/** Responsive Tablet **/
@media  (min-width: 520px ) and (max-width: 1080px) {
 /* .container{
  display: block;
  height: auto;
  padding: 20px;
 } */ 
}









.pd-wrap {
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;
}
.heading-section {
	text-align: center;
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Poppins', sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 32px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}



/* .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
}
.owl-nav button svg {
	width: 25px;
	height: 25px;
}
.owl-nav button.owl-prev {
	left: -10px;
}
.owl-nav button.owl-next {
	right: 0px;
}
.owl-nav button span {
	font-size: 45px;
}
.product-thumb .item img {
	height: 100px;
} */
/* .product-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-price-discount {
	font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
	text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
} */

/* .align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
	vertical-align: -2px;
}

.product-dtl p {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
} */

.display-flex {
	display: flex;
  justify-content: center;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.product-count {
	margin-top: 15px; 
}

.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
  height: 34px;
  background: #212529;
  text-align: center;
  font-size: 19px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}

.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}

.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}

.product-count .qty {
	width: 60px;
	text-align: center;
}

/* .rate {
  float: left;
  padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 15px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 21px;
  color:#ccc;
margin-bottom: 0;
line-height: 21px;
}
.rate:not(:checked) > label:before {
  content: '\2605';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
} */

.round-black-btn {
	border-radius: 4px;
  background: #212529;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border: solid 2px #212529; 
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}

.product-info-tabs {
	margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
	border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none; 
	border-bottom: 2px solid transparent;
	color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
	border: none; 
	border-bottom: 2px solid #d8d8d8;
	font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}
.review-form .form-group {
	clear: both;
}
.mb-20 {
	margin-bottom: 20px;
}

.review-form .rate {
	float: none;
	display: inline-block;
}
.review-heading {
	font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #000;
}
.review-form .form-control {
	font-size: 14px;
}
.review-form input.form-control {
	height: 40px;
}
.review-form textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}


/* PRODUCT DETAILS END */





/* PRODUCT RELATED START */


/*=========Recent-post==========*/
.title_bx h3.title {
  font-size: 22px;
  text-transform: capitalize;
  position: relative;
  color: #fd7f34;
  font-weight: 700;
  line-height: 1.2em;
}

.title_bx h3.title:before {
  content: "";
  height: 2px;
  width: 20%;
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 40px;
  background-color: #fd7f34;
}

.title_bx h3.title:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 40px;
  background-color: #ffc107;
}

.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
  background-color: #fd7f34 !important;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px !important;
}

.owl-nav .owl-next {
  right:-10px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  top:50%;
  position: absolute;
}

.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
  color: #fff;
  font-size: 14px !important;
  position: relative;
  top: -1px;
}

/* .common_wd .owl-nav {
  position: absolute;
  top: -13.5%;
  right: 4px;
  width: 65px;
}

@media only screen and (max-width: 1280px) {
  .common_wd .owl-nav  {
    top: -20%;
  }
} */

.owl-nav .owl-prev i, .owl-nav .owl-next i {
  left: 0px;
}
._p-qty .decrease_ {
  position: relative;
  right: -5px;
  top: 3px;
}

._p-qty .increase_ {
  position: relative;
  top: 3px;
  left: -5px;
}
/*========box========*/

.sq_box{
  background: #ffffff;
  border: 1px solid #f3efef;
  margin: 10px 0px;
  /* padding: 20px 20px; */
  text-align: center;
  min-height: 350px;
}

.sq_box p{
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
  color: #343a40;
}

.sq_box h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #343a40;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.sq_box .price-box {
  margin-bottom: 15px !important;
}

/* .sq_box .btn {
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 15px;
  color: #fff;
  background-color: red;
  font-weight: 600;
} */

.sq_box .price-box span.price {
  text-decoration: line-through;
  color: #6c757d;
}

.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
  color:#28a745;
}

.sq_box img {
  object-fit: cover;
  width: 100%;
}

.sq_box span.wishlist i:hover {
  color: #fd7f34;
}

.item a{
  text-decoration: none;
  /* color: #000000;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0px; */
}

.owl-stage{
  display: flex!important;
  justify-content: center!important;
}

.owl-item{
  display: flex!important;
  align-items: stretch!important;
}

.owl-carousel .owl-stage-outer{
  padding-top: 15px;
}

/* PRODUCT RELATED END */






/* ADD TO CART START */


select.form-control-coupon:not([size]):not([multiple]) {
  height: 44px;
}

select.form-control-coupon {
  padding-right: 38px;
  background-position: center right 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNv…9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 9px 9px;
}

.form-control-coupon:not(textarea) {
  height: 44px;
}

.form-control-coupon {
  padding: 0 18px 3px;
  border: 1px solid #dbe2e8;
  border-radius: 22px;
  background-color: #fff;
  color: #606975;
  font-family: "Maven Pro",Helvetica,Arial,sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* .shopping-cart,
.wishlist-table,
.order-table {
  margin-bottom: 20px
}

.shopping-cart .table,
.wishlist-table .table,
.order-table .table {
  margin-bottom: 0
}

.shopping-cart .btn,
.wishlist-table .btn,
.order-table .btn {
  margin: 0
} */

.shopping-cart>table>thead>tr>th,
.shopping-cart>table>thead>tr>td,
.shopping-cart>table>tbody>tr>th,
.shopping-cart>table>tbody>tr>td,
.wishlist-table>table>thead>tr>th,
.wishlist-table>table>thead>tr>td,
.wishlist-table>table>tbody>tr>th,
.wishlist-table>table>tbody>tr>td,
.order-table>table>thead>tr>th,
.order-table>table>thead>tr>td,
.order-table>table>tbody>tr>th,
.order-table>table>tbody>tr>td {
  vertical-align: middle !important
}

.shopping-cart>table thead th,
.wishlist-table>table thead th,
.order-table>table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  border-width: 1px
}

.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart,
.order-table .remove-from-cart {
  display: inline-block;
  color: #ff5252;
  font-size: 18px;
  line-height: 1;
  text-decoration: none
}

/* .shopping-cart .count-input,
.wishlist-table .count-input,
.order-table .count-input {
  display: inline-block;
  width: 100%;
  width: 86px
} */

.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
  display: table;
  width: 100%;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 3px
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
  display: table-cell;
  vertical-align: top
}

.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
  width: 130px;
  padding-right: 20px
}

.shopping-cart .product-item .product-thumb>img,
.wishlist-table .product-item .product-thumb>img,
.order-table .product-item .product-thumb>img {
  display: block;
  width: 100%
}

@media screen and (max-width: 860px) {
  .shopping-cart .product-item .product-thumb,
  .wishlist-table .product-item .product-thumb,
  .order-table .product-item .product-thumb {
      display: none
  }
}

.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
  display: block;
  font-size: 13px
}

.shopping-cart .product-item .product-info span>em,
.wishlist-table .product-item .product-info span>em,
.order-table .product-item .product-info span>em {
  font-weight: 500;
  font-style: normal
}

.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
  margin-bottom: 6px;
  /* padding-top: 5px; */
  font-size: 18px;
  font-weight: 500
}

.shopping-cart .product-item .product-title>a,
.wishlist-table .product-item .product-title>a,
.order-table .product-item .product-title>a {
  transition: color .3s;
  color: #374250;
  line-height: 1.5;
  text-decoration: none
}

.shopping-cart .product-item .product-title>a:hover,
.wishlist-table .product-item .product-title>a:hover,
.order-table .product-item .product-title>a:hover {
  color: #0da9ef
}

.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
  display: inline;
  margin-left: 6px;
  font-weight: 500
}

.wishlist-table .product-item .product-thumb {
  display: table-cell !important
}

@media screen and (max-width: 576px) {
  .wishlist-table .product-item .product-thumb {
      display: none !important
  }
}

.shopping-cart-footer {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e1e7ec
}

.shopping-cart-footer>.column {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle
}

.shopping-cart-footer>.column:last-child {
  text-align: right
}

.shopping-cart-footer>.column:last-child .btn {
  margin-right: 0;
  margin-left: 15px
}

@media (max-width: 768px) {
  .shopping-cart-footer>.column {
      display: block;
      width: 100%
  }
  .shopping-cart-footer>.column:last-child {
      text-align: center
  }
  .shopping-cart-footer>.column .btn {
      width: 100%;
      margin: 12px 0 !important
  }
}

.coupon-form .form-control-coupon {
  display: inline-block;
  width: 100%;
  max-width: 235px;
  margin-right: 12px;
}

.form-control-coupon-sm:not(textarea) {
  height: 36px;
}

.shopping-cart .product-count {
  margin-top: 0px;
}

.shopping-cart .product-count .qtyminus, .product-count .qtyplus {
  width: 34px;
  height: 34px;
  background: #212529;
  text-align: center;
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
}



/* ADD TO CART END */





/* PRODUCT PAGE START */



#header {
  width: 100%;
  height: 60px;
  box-shadow: 5px 5px 15px #e8e8e8;
}

button.btn.btn-hide {
  height: inherit;
  background-color: #ff935d;
  color: #fff;
  font-size: 0.82rem;
  padding-left: 40px;
  padding-right: 40px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn:focus {
  box-shadow: none;
}

.box-label .btn {
  background-color: #fff;
  padding: 0;
  font-size: 0.8rem;
}

.btn-red {
  background-color: #e00000ce;
}

.btn-orange {
  background-color: #ffa500;
}

.btn-pink {
  background-color: #e0009dce;
}

.btn-green {
  background-color: #00811c;
}

.btn-blue {
  background-color: #026bc2;
}

.btn-brown {
  background-color: #994a00;
}

.navbar-cate {
  display: inline-flex;
}

.pagination .page-item .page-link {
  color: #333;
  border: none;
  width: 40px;
  text-align: center;
}

.pagination .page-item.active .page-link {
  background-color: #fff;
  border: 1px solid #333;
}

select {
  outline: none;
  padding: 6px 12px;
  margin: 0px 4px;
  color: #999;
  font-size: 0.85rem;
  width: 140px;
}

#select2 {
  border: 1px solid #777;
  color: #999;
}

#pro {
  border: none;
  color: #333;
  font-weight: 700;
  padding-left: 0px;
  width: initial;
}

#filterbar {
  width: 20%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  float: left;
  margin-top: 25px;
}

#filterbar input[type="radio"] {
  visibility: hidden;
}
#filterbar input[type="radio"] {
  display: none;
}

#filterbar input[type="radio"]:checked {
  background-color: #16c79a;
  border: none;
}

#filterbar .btn.btn-success {
  background-color: #ddd;
  color: #333;
  border: none;
  width: 115px;
}

#filterbar .btn.btn-success:hover {
  background-color: #aff1e1;
  color: #444;
}

#filterbar .btn-success:not(:disabled):not(.disabled).active,
#filterbar .btn-success:not(:disabled):not(.disabled):active {
  background-color: #16c79a;
  color: #fff;
}

label {
  cursor: pointer;
}

.tick {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  margin: 0;
}

.btn-add-all{
  border-color: #FF0000;
  border-radius: 25px;
  padding: 7px 15px;
  color: #FF0000;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 1000; 
}

.btn-add-all:hover{
  background-color: #FF0000;
  color: #ffffff;
}

.check {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.check:after {
  content: "";
  position: absolute;
  display: none;
}

.box {
  padding: 10px;
}

.box-label {
  color: #af0000;
  font-size: 0.9rem;
  font-weight: 800;
}

#inner-box,
#inner-box2 {
  max-height: 130px;
  overflow-y: scroll;
}

#inner-box a,
#inner-box2 a{
  text-decoration: none;
  color: #000;
}

#inner-box::-webkit-scrollbar,
#inner-box2::-webkit-scrollbar {
  width: 6px;
}
#inner-box::-webkit-scrollbar-track,
#inner-box2::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 2px;
}

#inner-box::-webkit-scrollbar-thumb,
#inner-box2::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 2px;
}

/* #price {
  height: 75px;
} */

#filterbar .btn-success-price:not(:disabled):not(.disabled).active, #filterbar .btn-success-price:not(:disabled):not(.disabled):active {
  background-color: #16c79a;
  color: #fff;
}
#filterbar .btn.btn-success-price {
  background-color: #ddd;
  color: #333;
  border: none;
  /* width: 115px; */
}

.btn.btn-success-price input{
  display: none;
}

#size input[type="checkbox"] {
  visibility: hidden;
}

#size input[type="checkbox"] {
  display: none;
}

#size input[type="checkbox"]:checked {
  background-color: #16c79a;
  border: none;
}

#size .btn.btn-success {
  background-color: #ddd;
  color: #333;
  border: none;
  width: 40px;
  font-size: 0.8rem;
  border-radius: 0;
}

#size .btn.btn-success:hover {
  background-color: #aff1e1;
  color: #444;
}

#size .btn-success:not(:disabled):not(.disabled).active,
#size .btn-success:not(:disabled):not(.disabled):active {
  background-color: #16c79a;
  color: #fff;
}

#size label {
  margin: 10px;
  margin-left: 0px;
}

/* .card {
  padding: 10px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  height: 350px;
}

.card:hover {
  box-shadow: 2px 2px 15px #fd9a6ce5;
  transform: scale(1.02);
}

.card .product-name {
  font-weight: 600;
}

.card-body {
  padding-bottom: 0;
}

.card .text-muted {
  font-size: 0.82rem;
}

.card-img img {
  padding-top: 10px;
  width: inherit;
  height: 180px;
  object-fit: contain;
  display: block;
}

.card-body .btn-group .btn {
  padding: 0;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  position: relative;
}

.card-body .btn-group > .btn-group:not(:last-child) > .btn,
.card-body .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 50%;
  transition: ease-in all 0.4s;
}

.card-body input[type="radio"] {
  visibility: hidden;
}

.card-body .btn:not(:disabled):not(.disabled).active::after,
.card-body .btn:not(:disabled):not(.disabled):active::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 4px;
  left: 4.2px;
  background-color: #fff;
  position: absolute;
  transition: ease-in all 0.4s;
}

.card-body .btn.btn-light:not(:disabled):not(.disabled).active::after,
.card-body .btn.btn-light:not(:disabled):not(.disabled):active::after {
  background-color: #000;
} */

#avail-size input[type="checkbox"] {
  visibility: hidden;
}

#avail-size input[type="checkbox"]:checked {
  background-color: #16c79a;
  border: none;
}

#avail-size .btn.btn-success {
  background-color: #ddd;
  color: #333;
  border: none;
  width: 20px;
  font-size: 0.7rem;
  border-radius: 0;
  padding: 0;
}

#avail-size .btn.btn-success:hover {
  background-color: #aff1e1;
  color: #444;
}

#avail-size .btn-success:not(:disabled):not(.disabled).active,
#avail-size .btn-success:not(:disabled):not(.disabled):active {
  background-color: #16c79a;
  color: #fff;
}

#avail-size label {
  margin: 10px;
  margin-left: 0px;
}

#shirt {
  height: 170px;
}

.middle {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
}

.slider {
  position: relative;
  z-index: 1;
  height: 5px;
  margin: 0 15px;
  top: 10px;
}

.slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #ddd;
}

.slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #36a31b;
}

.slider > .thumb {
  position: absolute;
  top: 2px;
  z-index: 3;
  width: 20px;
  height: 20px;
  background-color: #36a31b;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(63, 204, 75, 0.705);
  transition: box-shadow 0.3s ease-in-out;
}

.slider > .thumb::after {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 28%;
  top: 30%;
  border-radius: 50%;
  content: "";
  background-color: #fff;
}

.slider > .thumb.left {
  left: 25%;
  transform: translate(-15px, -10px);
}

.slider > .thumb.right {
  right: 25%;
  transform: translate(15px, -10px);
}

.slider > .thumb.hover {
  box-shadow: 0 0 0 10px rgba(125, 230, 134, 0.507);
}

.slider > .thumb.active {
  box-shadow: 0 0 0 10px rgba(63, 204, 75, 0.623);
}

input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  z-index: 2;
  height: 20px;
  width: 100%;
  opacity: 0;
}

input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 0 none;
  background-color: red;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

.del {
  text-decoration: line-through;
  color: red;
}


@media (max-width: 1199.5px) {
  /* .card {
    height: 350px;
  } */

  .price {
    font-size: 0.9rem;
  }

  .product-name {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.5px) {
  /* .navbar-nav {
    min-width: 290px;
    position: absolute;
    left: -168px;
    bottom: -146px;
    padding: 20px 10px;
    display: block;
    background-image: none;
    z-index: 2;
    background-color: #1d1c1cb2;
  } */

  #filterbar {
    width: 20%;
  }

  #sort {
    background-color: inherit;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  #sort option,
  #pro option {
    color: #000;
  }

  #pro,
  #select2,
  .result {
    background-color: inherit;
    color: #fff;
  }

  /* .card {
    height: 345px;
  } */

  .price {
    font-size: 0.85rem;
  }
}

@media (max-width: 767.5px) {
  #filterbar {
    width: 28%;
  }
}

@media (max-width: 525.5px) {
  #filterbar {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  #content.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  /* .col-lg-4,
  .col-md-6 {
    padding-left: 0;
  } */
}

@media (max-width: 500.5px) {
  .pagination {
    display: none;
  }
}

@media (max-width: 363px) {
  .col-6{
    flex: 0 0 auto;
    width: 100%;
  }
}



/* PRODUCT PAGE END */





/* LOGIN PAGE START */


.form-container {
  width: 600px;
  margin: 0 auto;
  padding: 50px;
  background-color: #333;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.form-container h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  color: #b38bff;
}

.form-container form {
  display: flex;
  flex-direction: column;
}

.form-container label {
  margin-bottom: 10px;
  font-size: 18px;
}

.form-container input {
  padding: 12px;
  border: 1px solid #6b6b6b9d;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  background-color: #555;
}

.form-container button {
  padding: 10px;
  background-color: #b38bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s ease-in-out;
}

.form-container span{
  color: rgba(194, 0, 0, 0.76);
}

.form-container h6{
  color:rgb(255, 103, 103);
}

.form-container button:hover {
  background-color: #8c5fb2;
}

.form-container a {
  text-decoration: none;
  color: #b38bff;
  font-size: 18px;
  transition: color 0.2s ease-in-out;
}

.form-container a:hover {
  color: #8c5fb2;
}

.form-container p {
  text-align: center;
  margin: 8px;
}



/* LOGIN PAGE END */
