/* -- Currect design */
body,img{
	width: 100%;
}
img{
    border-radius: 5px;
}
img:hover{
	transition: .5s ease;
	opacity: 80%;
}
a,p,h3,h5,button,span,select,th{
	color: #495057;
}
h3 span{
	color: #2ECC71;
}
a:hover{
	color: #333;
	text-decoration: none;
}
button:hover{
	color: #333;
	background: #D9D9DB;
}
form table,tbody{
	width: 100%;
}
form table tbody td{
	padding: 5px;
}
form table tbody input,select,textarea{
	width: 100%;
	padding: 5px;
	border: 1px solid #D9D9DB;
}
textarea::-webkit-textarea-placeholder{
    color: red;
}
form table tbody input,select:focus-visible{
	outline: none;
}
form table tbody td select{
	padding: 6px 5px;
}
/* This line for spinar allowes show */
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    -webkit-appearance: auto; 
}
/* This style for opera and firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.active{
	background: #fff;
}
.btn-dgn{
    border: none;
    padding: 4px 8px;
    border-radius: 5px;
    background: #CED4DA;
}
.success{
	color: green;
}
.error{
	color: red;
}
.delbtn{
	border: none;
	background: red;
    padding: 4px 8px;
    border-radius: 5px;
}
.bi-bag-check,.bi-cart-plus-fill {
	color: #fff;
}
.quantity{
	width: 20%;
}
.heading-design {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #D9D9DB;
}

/* -- Password design -- */
.password-container {
	width: 100%;
	position: relative;
	display: inline-block;
}
.toggle-icon {
	top: 50%;
	right: 10px;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
}
.header .header-left{
	padding-top: .5%;
}
.header .header-left a:hover{
	
}
.header .header-left a img{
	width: 55px;
}
.header .search-section{
	padding: .5% 0;
}
.header .search-section form input{
	border-right: none;
	border-radius: 25px 0px 0px 25px;
}
.header .search-section form input:focus{
	color: #C5C5C5;
}
#statussearch{
    width: 90%;
    color: #fff;
    display: none;
    z-index: 1050;
    margin: 0 auto;
    margin-left: 1%;
    position: absolute;
    background: #212121;
    border-radius: 12px 0px 12px 12px;
}
#statussearch li{
	cursor: pointer;
	list-style: none;
	padding: 5px 20px !important;
}
#statussearch li:first-child{
	margin-top: 15px;
}
#statussearch li:last-child{
	margin-bottom: 15px;
}
#statussearch li:hover{
	background: #333;
}
.header .search-section form .btn-dgn{
	color: #fff;
	border-left: none;
	padding: 0px 20px;
	background: #CED4DA;
	border-color: transparent;
	border-radius: 0px 25px 25px 0px;
}
.header .search-section form button:hover{
    background: #D9D9DB;
}
.main-search-section .btn-outline-success{
	background: #f5f6f7;
}
.btn-outline-success:focus,
.form-control:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus{
    box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle{
    background: #CED4DA;
    border-color: #CED4DA;
}
.header-right{
	padding-top: .7%;
	text-align: right;
}
/* -- Mobile searchbar design -- */
.openBtn {
    color: #fff;
    float: right;
    border: none;
    font-size: 20px;
    margin-top: 5px;
    padding: 5px 10px;
    margin-right: 15px;
    background: #FF6601;
    border-radius: 50px;
    background: linear-gradient(90deg, #1C66D5, #A54095);
}
.openBtn:hover {
	color: #fff;
	background: #a1a1a1;
}
.overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	position: fixed;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
	top: 50%;
	width: 95%;
	margin: auto;
	margin-top: 30px;
	position: relative;
	text-align: center;
}
.overlay .closebtn {
	right: 50%;
	color: white;
	cursor: pointer;
	font-size: 30px;
	position: absolute;
}
.overlay .closebtn:hover {
  color: #ccc;
}
.overlay input[type=search] {
	width: 80%;
	float: left;
	padding: 15px;
	background: white;
	border-radius: 20px 0px 0px 20px;
}
.overlay form button {
    width: 20%;
    padding: 7px;
    cursor: pointer;
    background: #ddd;
    border-radius: 0px 20px 20px 0px;
}
.overlay input[type=search],.overlay button{
	border: none;
	font-size: 17px;
}
.overlay button:hover {
	background: #bbb;
}
/* -- Mobile search bar close -- */
/* -- navbar section -- */
.navbar {
	padding: 0 15px;
    background: #D9D9DB;
}
.navbar-nav .nav-item {
    cursor: pointer;
}
.navbar-nav .nav-item .nav-link{
	padding: 12px 10px;
}
.navbar-nav .nav-item .nav-link:hover{
	background: #fff;
	color: #000;
}
.section-left{

}
.section-left .group-section {
    padding: 25px 15px;
    background: #F1F1F1;
    border: 2px solid #fff;
}
.section-left .group-section img {
    height: 78px;
}
.section-left .group-section p{
	padding: 0;
}
.section-left .group-section a button {
    background: #fff;
}
#Home {
    margin-top: 15px;
}
.categories {
    background: #292929;
}
.slider{
    background: #292929;
}
.slider .active{
    background: transparent;
}
.section-right .slider .carousel-item{
    padding: 15px;
}
.categories a{
	padding: 15px;
	border-bottom: 1px solid;
}
.categories a:last-child {
    border-bottom: none;
}
.section-right .slider .carousel-item img{
	height: 350px;
}
.slider-text-section{
	width: 80%;
    padding: 10px 0;
    border-radius: 0;
}    
.section-right .slider .carousel-item h5 {
    margin-top: 20%;
}
.section-right .slider .carousel-item a button {
    width: 80%;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
.section{

}
.section .section-item {
    padding: 15px 10px;
    border-radius: 10px;
    border: 2px solid #D9D9DB;
}
.section .section-item a img{
	height: 250px;
}
.section .section-item .section-sm p {
    padding-top: 10%;
}
.pro-hdgn,.section-sm {
    margin: 5% 0;
    padding: 15px 0;
    background: #f1f1f1;
}
/*---service-wrap-start---*/
.media-scroller {
    gap: 5%;
    display: grid;
    overflow-x: auto;
    padding-right: 5%;
    grid-auto-flow: column;
    background-color: #fff;
    grid-auto-columns: 20%;
    overscroll-behavior-inline: contain;
}
.media-element img {
    width: 100%;
    height: 225px;
    border-radius: 0;
    background: #F8F8F8;
    border: 2px solid #D9D9DB;
}
/* -- Details page design -- */
.details-img,.Details-text {
	background: #292929;
	padding: 15px;
}
.details img {
	height: 300px;
	transition: .2s ease;
}
.details img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); 
}
.details-item img {
	border: 1px solid;
	background: #292929;
	height: 90px;
}
.rating {
    margin: 0 auto;
    text-align: center;
}
.rating textarea {
	width: 100%;
	border: none;
	padding: 5px;
	outline: none;
	margin: 15px 0;
	display: block;
}
.rating .star {
	font-size: 30px;
	cursor: pointer;
}
.star.hovered {
    color: #ff9800;
}

.star.selected {
    color: #fbc02d;
}
.get-rtn{
	color: #ff9800;
}
/* -- Cart page design -- */
.cart-table {
	text-align: center;
}
.cart-table .t-head {
	border: none;
    padding: 10px 0px;
    border-radius: 5px;
    background: #CED4DA;
}
.cart-table .t-head th{
	padding: 5px 0px;
}
.cart-table tr{
	border: 1px solid #D9D9DB !important;
}
.cart-table td{
	padding: 5px 0;
}
.cart-table td img{
	width: 60px;
	height: 50px;
}
.pay-amount-count{
	border: 1px solid #D9D9DB;
}
.pay-amount-count table{
	width: 100%;
}
.pay-amount-count tr{
	border: 1px solid #D9D9DB;
}
.pay-amount-count th{
	padding: 10px;
}
/* -- Customer profile page design -- */
.profile .cart-table {
	text-align: left !important;
}
.profile .cart-table td{
	padding-left: 15px !important;
}
.profile .cart-table img {
	border-radius: 50px !important;
}
/*-- Scroll buttom to top --*/
.bi-arrow-up-circle {
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f9d;
  color: white;
  cursor: pointer;
  padding: .5% .9%;
  border-radius: 4px;
}
/*-- Footer section --*/
.footer{
    border-top: 2px solid #D9D9DB;
}
.footer-item{
	border-right: 2px solid #D9D9DB;
	padding: 15px;
}
.footer-item:last-child{
	border-right: none;
}
.footer-item a{
	display: block;
}
.footer-item a img{
	width: 25px;
	height:25px;
	border-radius:5px;
	background: linear-gradient(90deg, #50ABF1, #1C66D5);
}
/* Back to Top Button Styling */
#backToTop {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #f9d;
    color: white;
    cursor: pointer;
    padding: .5% .9%;
    border-radius: 4px;
}
/* -- For 1114px and below -- */
@media only screen and (max-width: 1114px){
	.header-right{
		padding-top: .99%;
	}
	.media-element{
		padding-left: 0;
	}
	
	.service-wrap p{
		padding: 3% 1%;
	}
}
/* -- For 884px and below -- */
@media only screen and (max-width: 884px){
	.header-right{
		padding-top: .99%;
	}
	.categories a{
		padding: 5px;
	}
	.section-right .slider .carousel-item img{
		height: 250px;
	}
	.section .section-item a img{
		height: 200px;
	}
	.media-element{
		padding-left: 0;
	}
	.media-scroller{
		grid-auto-columns: 50%;
	}
	.service-wrap p{
		padding: 3% 1%;
	}
}
/* -- For 768px and below -- */
@media only screen and (max-width: 768px){
	.header-right{
		padding-top: .99%;
	}
	.categories a{
		padding: 5px;
	}
	.section-right .slider .carousel-item img{
		height: 250px;
	}
	.section .section-item a img{
		height: 200px;
	}
	.media-element{
		padding-left: 0;
	}
	.media-scroller{
		grid-auto-columns: 50%;
	}
	.service-wrap p{
		padding: 3% 1%;
	}
}
/* -- For 576px and below -- */
@media only screen and (max-width: 576px){
	.header-right{
		padding-top: .99%;
	}
	.media-element{
		padding-left: 0;
	}
	.media-scroller{
		grid-auto-columns: 50%;
	}
	.service-wrap p{
		padding: 3% 1%;
	}
}
/* -- For 428px and below -- */
@media only screen and (max-width: 428px) {
	.section-right{
		padding-top: 15px;
	}
	.section-right .slider .carousel-item img {
	    height: 160px;
	}
	.section-right .slider .carousel-item h5 {
	    margin: 0;
	}
	.media-scroller{
		grid-auto-columns: 100%;
	}
    .custom-margin-sm{
		padding-top: 15px;
	}
}