*{
	margin:0px;
	padding:0px;

}
body{
	 
	margin:0px;
	padding:0px;
 	box-sizing:border-box ;
    background-color: #9d9c9c59;	
	color:#353434;;
}
.nav-bar-bg{
	background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 67.21%, rgba(255, 255, 255, 0) 100%), linear-gradient(-103.35deg, rgb(215, 252, 254) 3.73%, rgb(251, 213, 250) 56.7%, rgb(254, 224, 213) 100.35%);
	    background-color:white;
		width:100%;
		height:180px;
}
.nav-bar{
	background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 67.21%, rgba(255, 255, 255, 0) 100%), linear-gradient(-103.35deg, rgb(215, 252, 254) 3.73%, rgb(251, 213, 250) 56.7%, rgb(254, 224, 213) 100.35%);
    background-color:white;
    width: 1025px;
    margin: 10px auto;
	height:165px;
	display: flex;
	justify-content:center;
	margin-top:-180px
}
.logo-bar{
/*	background-color: blue;*/
	width:300px;
	height: 165px;
}
.logo{
	height: 118px;
	width: 250px;
	margin: 16px 0px 0px 36px;
 
}
.search-bar{
/*background-color: green;*/
	width:500px;
	height: 165px;
}
/*start new head search--------------------------------*/
.search-container1{
  text-align: center;
  padding-top: 61px;
  display: flex;
  margin-left: 25px;
}
#category {
  background-color: rgb(255 255 255 / 90%);
  box-shadow: 0 0 13px 1px rgb(10 10 90 / 30%);
  color:#656565;;
  height: 38px;
  width: 121px;
  padding-left: 8px;
  border-radius: 6px;
}
#category:hover {
color:red;
background-color:white;
}
#search {
  width:269px;
  border-radius: 5px;
  background-color: rgb(255 255 255 / 90%);
  box-shadow: 0 0 13px 1px rgb(10 10 90 / 30%);
  border-radius: 5px 5px 5px 5px;
  font-size: 13px;
  font-weight: bold;
}
.form-group {
    position: relative;
   background-color: #1e4b61;
   height: 38px;
   padding: 14px;
}
        .form-group input, .form-group select {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .suggestions {
            position: absolute;
            top: 100%;
            left: -149px;
            right: 0;
            background: white;
            border: 1px solid #ccc;
            border-top: none;
            z-index: 10;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 1px;
        }
        .suggestions li {
            list-style: none;
            display: flex;
            align-items: center;
            padding: 1px;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
        }
        .suggestions li:hover {
            background:#1e4b61;
            color:white;
        }
        .suggestions img {
            width: 47px;
            height: 48px;
            border-radius: 5px;
            margin-left: 12px;
            margin-right: 15px;
        }

/*end new search--------------------------------*/
.searchbg{
	background-color: #f1f2f3;
	border: none;
	height: 50px;
	width: 70%;
	border-radius: 5px 0px 0px 5px;
	color: #484242;
	font-size: 14px;
	padding-left: 9px;

}
.searchbt{
 background-color: #69727d;
    height:50px;
	width:50px;
	border:none;
   cursor:pointer;
   color:white;
   border-radius:0px 5px 5px 0px;
   font-size: 17px;
}
.soci-bar{
/*	background-color:red;*/
	width:300px;
	height:165px;
}
.sociicon{
  margin-top:75px;
  text-align:center;
 
}
.fa-facebook {
  background: #3b5998;
  color: white;
  font-size:15px;
  border-radius:50px;
  padding:10px 10px 10px 10px;
  
}
.fa-twitter {
  background:#1da1f2;
  color: white;
  font-size:15px;
  border-radius:50px;
  padding:10px 10px 10px 10px;
}
.fa-youtube {
  background: #cd201f;
  color: white;
  font-size:15px;
  border-radius:50px;
  padding:10px 10px 10px 10px; 
}
.fa-instagram {
  background:black;
  color: white;
 font-size:15px;
  border-radius:50px;
  padding:10px 10px 10px 10px;  
}
.fa-whatsapp {
  background:green;
  color: white;
 font-size:15px;
  border-radius:50px;
  padding:10px 10px 10px 10px;  
}
.visually-hidden {
  position: absolute;
  left: -9999px;
}
/*manu item start------------------------------*/
.manu-bar-bg{
background: linear-gradient(90deg, rgba(255,7,121,1) 6%, rgba(248,133,16,1) 48%, rgba(72,221,201,1) 100%);
height:60px;
width:100%;	
box-shadow: 0px -1px 3px -1px white;
border-bottom: 1px solid hsla(0,0%,59%,0.5);
margin-top: -10px;
}
.manu-bar{
	background: linear-gradient(90deg, rgba(255, 7, 121, 0.02) 6%, rgb(248, 133, 16) 48%, rgb(72, 221, 201) 115%);
	height:60px;
    width: 1025px;
    margin: 10px auto;
    display: flex;
	justify-content: center;
	align-items: center;
	margin-top:-61px;
	padding-left: 9px;

}
.manu-bar ul{
    width: 1025px;
    margin: 10px auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.manu-bar ul li a{
    text-decoration: none;
	color: white;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
	font: 400 18px Google-Oswald,Arial,sans-serif;
}
.manu-bar ul li a:hover{
	color:#1e4b61;
	border-bottom:2px solid white;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
.manu-bar2-bg{
	height:60px;
	width:100%;
	margin-top:-10px;
}
.manu-bar2{
	 width: 1025px;
    margin: 10px auto;
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:-68px;
    
}
.manu-bar2 ul{

	background:#1e4b61;
    width:1002px;
    height: 45px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
    border-radius: 0px 0px 17px 17px;
}
.manu-bar2 ul li a{
	margin:0 20px;
    text-decoration: none;
	color: white;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
	font:  14px Google-Oswald,Arial,sans-serif;
}
.manu-bar2 ul li a:hover{
	color:red;
	border-bottom:2px solid white;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
/*---------------add start------------*/
.add-bar{
	width: 1025px;
    height: 120px;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 67.21%, rgba(255, 255, 255, 0) 100%), linear-gradient(-103.35deg, rgb(215, 252, 254) 3.73%, rgb(251, 213, 250) 56.7%, rgb(254, 224, 213) 100.35%);
    margin: 10px auto;
    
}

/*---product detail star--------------------------*/

.productbg{
	width: 1025px;
    height: 536px;
    background-color:red;
    margin: 10px auto;
   display: flex;
}
.productdetile{
	width: 750px;
    height: 536px;
    background-color:white;
     
}
.all-prise-bg{
	width: 1025px;
    height:590px;
    background-color:#7d7d7d;
    margin: 10px auto;
   display: flex;
}
.all-prise-bg h4{
	margin-top: 20px;
	font-size: 24px;
	margin-left: 18px;
	padding-bottom: 10px;
}
.all-prise-mainbox{
	width: 750px;
    height: 590px;
    background-color:white;
}
.all-prise-box{
	width: 700px;
    height: 450px;
    /* background-color:gray; */
	overflow-y: hidden;
    overflow-y: scroll;
	 
}

.all-prise-mainbox h5{
	/* background-color: red; */
	width: 646px;
	height: 73px;
	font-size: 16px;
	padding: 15px;
}
.store-link-bg{
	/* background-color:red; */
	height:90px;
	width:680px;
	display:flex;
}
.store-link-bg1{
	background-color:red;
	height:90px;
	width:700px;
}
.store-link-bg {
	border-bottom: 1px solid #bab6b6;
}
.store-link-img{
	/* background-color:pink; */
	width:102px;
	height:89px;
}
.store-link-img img{
	height: 83px;
	margin-left: 12px;
	margin-top: 0px;
	padding: 3px;
	border: 1px solid #bab6b6;
}
.store-link-name{
	/* background-color:yellow; */
	width: 400px;
	height: 89px;
	border: 1px solid #bab6b6;
}
.store-link-name-a{
	color: #716363;
	text-decoration: none;
	/* background-color: blue; */
	width: 400px;
	height: 39px;
	display: inline-block;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
}
.store-link-name-a:hover{
	color:red;
}
.store-link-detaile{
	display: flex;
	/* background-color: green; */
	width: 332px;
	height: 49px;
}
.store-link-detaile h3{
	margin-left: 32px;
	/* background-color: red; */
	width: 94px;
	height: 44px;
	line-height: 44px;
	padding-left: 17px;
	font-size:18px;
	color: #717070;
}
.store-link-detaile img{
	width: 92px;
	height: 33px;
	margin-left: 32px;
	margin-top: 8px;
}
.store-link-btn{
	/* background-color:white; */
	height: 89px;
	width: 150px;
	border: 1px solid #bab6b6;
	margin-left: -1px;
}

.store-link-btn a{
	background-color: #1e4b61;
	height: 45px;
	width: 130px;
	display: block;
	border-radius: 3px;
	color: white;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
	margin-left: 12px;
    margin-top: 14px;
}
.store-link-btn a:hover{
	background-color:red;
}
.pname{
	background:linear-gradient(to bottom right, #57b273, #b0e5ce);
	box-shadow: 0px -1px 3px -1px white;
	border-bottom: 1px solid hsla(0,0%,59%,.5);
    height:55px;
    width: 700px;
}
.pname span{
	color:white;
	font-size:40px;
	margin-left:15px;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
	display: block;
	line-height:55px;
	}
.pname span a{ 
    font-size: 20px;
    color: white;
    float: right;
    margin-right: 20px;
    text-decoration: none;
    background-color:#f000;
    border-radius: 5px;
    height: 35px;
    margin-top: 10px;
    line-height: 31px;
    padding: 0px 6px 0px 4px;
}
.pname span a:hover{
    color:#1e4b61;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
 
.Combutton{
	 
}
#shareBtn3{
	background-color:#f000;
	border:none;
	color:white;
	padding:7px;
	font-size:19px;
    float:right;
	margin-top:8px;
	margin-right:10px;
	border-radius:5px;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
	cursor:pointer;
}
#shareBtn3:hover{
	color:#1e4b61;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
.popup-container3 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    z-index: 1000;
    animation: fadeIn 0.5s ease-out;
}

.popup-content3 {
    text-align: center;
}

.close-btn3 {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color:#1e4b61;
	
}

.social-icons3 {
    margin-top: 20px;
}

.social-icons3 a {
    display: inline-block;
    margin: 0 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* ================================== */
#shareBtn1{
	background-color: #f000;
	border:none;
	color:white;
    font-size:18px;
    border-radius:5px;
	cursor: pointer;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
    font: 400 18px Google-Oswald,Arial,sans-serif;
}
#shareBtn1:hover{
	color:#1e4b61;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.popup-container1 {
    background-color: rgba(172, 171, 171, 0.3);;
    backdrop-filter: blur(10px);
	height:500px;
	width:1000px;
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    z-index: 1000;
    animation: fadeIn 0.5s ease-out; 
}

.popup-content1 {
    text-align: center;
}

 

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.search-container2{
	margin-top:5px;
		text-align: center;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.searchbg1{
	height: 50px;
	width: 600px;
    border: none;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0 0 13px 1px rgb(10 10 90 / 30%);
    border-radius:5px 5px 5px 5px;
    padding: 10px 130px 10px 30px;
    font-size: 2.2rem;

}
.close-btn1 {
    position: absolute;
    top: 30px;
    right:35px;
    font-size: 50px;
    cursor: pointer;
    color: white;
	background-color:#1e4b61;
	border-radius:100%;
	 padding-left:15px;
	 padding-right:15px;
}
.popup-addproduct1{
	width:950px;
	height:400px;
    background-color:white;
    border-radius: 20px;
    box-shadow: 0 0 13px 1px rgb(10 10 90 / 30%);
	margin-top:15px;
	margin-left:20px;
	overflow: auto;
 }
.product-list1{
 

}
.product-link1 {
    display: none;
    color: #23316a;
	text-decoration: none;
	font-size: 17px;
	background-color: #d9dcdd;
	height: 136px;
	width: 134px;
	border-bottom: 1px solid gray;
	float: left;
	padding: 10px 5px 20px 5px;
	margin-left: 8px;
	margin-top: 17px;
	text-transform: uppercase;
}
.product-link1:hover{
	background-color:#1e4b61;
	color:white;
}
.product-link1 img{
	height:80px;
	width:60px;
		 
}
 

/* ====================================== */
.product-image-container {
    display: flex;
    align-items: flex-start;
   
}
.main-image-box {
    position: relative;
    width: 248px;
    height: 380px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 20px;
	background-color:white;
}
.main-image-box img {
	width: 248px;
	height: 454px;
	object-fit: cover;
	margin-top: -41px;
}
.zoom-box1 {
    width: 370px;
    height: 280px;
    background-repeat: no-repeat;
    background-size: 900px 900px;
    display: none;
	background-color:white;
	border:1px solid #e0e0e0;
	box-shadow:0 4px 20px 2px rgba(0,0,0,0.2);
}
.thumbnail-container {
    display: flex;
    align-items: center;
	border: 1px solid #b9b9b9;
	width: 248px;
	height: 87px;
	 
   
}
.thumbnails123 {
    display: flex;
    overflow-x:hidden;
    background-color:white;
	height: 80px;
	width: 225px;
	margin-top: 10px;
}
.thumbnails123 img {
	width: 80px;
	/* height: 77px; */
    cursor: pointer;
}
.arrow {
    color:gray;
    font-size: 1rem;
    cursor: pointer;
}
.arrow:disabled {
    cursor: not-allowed;
    color: #ccc;
}
.right-arrow  {
	background-color:#c2f4c0;
	height:80px;
	border:none;
	margin-top:10px;
}
 .left-arrow{
	background-color:#c2f4c0;
	height:80px;	
	border:none;
	margin-top:10px;
}
.phighlight{
	background: linear-gradient(90deg, rgba(252,252,252,1) 0%, rgba(136,199,172,1) 23%, rgba(93,181,119,1) 98%);
	height:275px;
	width:450px;
	margin: -471px 0px 0px 250px;
}
 .phighlight ul li{
	 height:65px;
	 width:147px;
	list-style:none;
	color:#326a35;
	float:left;
	padding:20px 0px 0px 0px;
	text-align:center;
	text-shadow: 0 0 2px #fffdfd;
	margin:5px 0px 0px 0px;
	border-right:1px solid #ffffff54;
	display: block;
    font: 400 16px Google-Oswald,Arial,sans-serif;
	line-height: 25px;
}
.phighlight1{
	background-color: white;
	height: 195px;
	width: 450px;
	margin: 0px 0px 0px 250px;
	padding-top: 10px;
}
.priselist-bg{
	display:flex;
}
.plistlink{
	box-shadow: 1px 1px 2px #e7e7e7; 
	width:140px;
	height:58px;
	display:block;
	cursor:pointer;
	margin-left:5px;
	border-radius:3px;
	border: 1px solid #ddd;
	background: linear-gradient(to bottom right, #57b273, #b0e5ce);
		
}
.plistlink:hover{
	border:1px solid #1e4b61;
}
.plistlink img{
	border-radius:50%;
	height:25px;
	width:25px;
	margin-top:5px;
	margin-left:30px;
	object-fit: fill;
}
.plistlink a{
	position:absolute;
	margin-top:8px;
	margin-left:5px;
	text-decoration:none;
	color:#326a35;
}
.plistlink h3{
    margin-left:40px;
	color:#326a35;
}

 
 .morecolor{
	 display:flex;
	 align-items: center;
	 justify-content: center;
	 margin-top:10px;
	 height: 123px;
     width: 450px;
 }
  .morecolor h3{
	  color:#454343;
	  padding:5px;
  }
 .morecolor img {
	 height:60px;
	 width:55px;
	 border:1px solid lightgrey;
	 margin-top:7px;
}
.morecolor img:hover{
	border:1px solid #1e4b61;
}
 .morecolor1{
	  
	 margin-top:10px;
	 height: 123px;
     width: 450px;
	 margin-left:15px;
 }
  .morecolor1 h3{
	  color:#454343;
	  padding:5px;
  }
 .morecolor1 img {
	 height:60px;
	 width:55px;
	 border:1px solid lightgrey;
	 margin-top:7px;
}
.morecolor1 img:hover{
	border:1px solid #1e4b61;
}
.productfinder{
	width: 350px;
    height:590px;
    background-color:lightgrey;
}
.pfdetail{
	width: 315px;
    height:590px;
    background-color:white;
    margin-left:10px;
}
.product-tag{
	background-color:#1e4b61;
	width: 315px;
    height: 40px;
}
.product-tag h3{
	color:white;
	line-height:40px;
	margin-left:10px;
	font-size:23px;
}
.simi-1{
 /* background-color:red; */
	width: 315px;
    height: 110px;
	display:flex;
	border-bottom:1px solid #bab6b6;

}
.simi-photo{
	/* background-color:black; */
	width: 100px;
    height: 140px;
}
.simi-photo img{
	width: 80px;
    height: 90px;
	margin:10px 0px 0px 10px;
}
.simi-detile{
	
}
.simi-p-a{
	/* background-color:white; */
	width: 215px;
    height: 70px;
	float:right;
}
.simi-p-a a:hover{
	color:red;
	 
}
.simi-p-a a{
	color:#454343;
	text-decoration:none;
}

.simi-2{
	/* background-color:green; */
	width: 315px;
    height: 110px;
	display:flex;
	border-bottom:1px solid #bab6b6;
}
.simi-3{
	/* background-color:yellow; */
	width: 315px;
    height: 110px;
	display:flex;
	border-bottom:1px solid #bab6b6;
}

.simi-4{
	 /* background-color:pink;  */
	width: 315px;
    height: 75px;
}
.simi-5{
	/* background-color:yellow; */
	width: 315px;
    height: 110px;
	display:flex;
	border-bottom:1px solid #bab6b6;
}
.simi-6{
	/* background-color:yellow; */
	width: 315px;
    height: 110px;
	display:flex;
	border-bottom:1px solid #bab6b6;
}
.simi-7{
	/* background-color:green; */
	width: 315px;
    height: 110px;
	display:flex;
	border-bottom:1px solid #bab6b6;
}
.simi-8{
	/* background-color:green; */
	width: 315px;
    height: 110px;
	display:flex;
	border-bottom:1px solid #bab6b6;
}
.simi-4 a{
	color:red;
	text-decoration:none;
	float:right;
	 margin:10px 10px 0px 0px;
	 font-size:18px;
	 font-weight:900;
}
.pfdetail2{
	width: 315px;
    height: 1200px;
    background-color:white;
    margin-left:10px;
    
}
.pfdetail3{
	width: 315px;
     height: 1130px;
    background-color:white;
    margin-left:10px;
    margin-top: 8px;
}
.pfdetail4{
	width: 315px;
    height: 1440px;
    background-color:white;
    margin-left:10px;
    margin-top: 8px;
}
.pfdetail5{
	width: 315px;
     height: 900px;
    background-color:white;
    margin-left:10px;
    margin-top: 8px;
}
.pfdetail6{
	width: 315px;
     height:526px;
    background-color:white;
    margin-left:10px;
    margin-top: 8px;
}
.pfdetail6 ul {
	list-style:none;
}
.pfdetail6 ul li{
	float:left;
	height:50px;
	width:120px;
	margin-left:25px;
	margin-top:10px;
 }

.brand-tag img {
	height:30px;
	width:100px;
	object-fit: fill;
}

.pfdetail7{
	width: 315px;
     height:900px;
    background-color:white;
    margin-left:10px;
    margin-top: 8px;
}
 
.range-product-a{
	color:#494444;
	text-decoration:none;
	font-size:17px;
	margin:0px 0px 0px 10px;
	line-height:35px;
	 
}
.range-bg{
	background:white;
	height:35px;
	width:315px;
}
.range-bg a:hover{
	color:red;
}
.range-bg1{
	background: #d1cccc;
	height:35px;
	width:315px;
}
.range-bg1 a:hover{
	color:red;
}


/*-----start product description--------------*/
.pddetails{
	width: 1025px;
    height: auto;
    background-color:white;
    margin:10px auto;
    display: flex;
}
.description{
	width: 750px;
    height:2350px;
    background-color:skyblue;
   /* overflow: hidden;  */
    
}
.pdmanu{
 background:linear-gradient(to bottom right, #57b273, #b0e5ce);
 width: 700px;
 height:50px;
 } 
.pdmanu ul{

	
 }
.pdmanu ul li{
	list-style: none;
	width: 137px;
	height: 50px;
	float: left;
	line-height:50px;
	text-align: center;
	display: block;
	border-left: 1px solid #ffffff61;
 
}

.pdmanu ul li a{
	color: white;
	text-decoration: none;
	display: block;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
	font: 400 20px Google-Oswald,Arial,sans-serif;
	line-height:50px;
 
   }
.pdmanu ul li a:hover {
	color:#1e4b61;
   }
.Descriptiontab{
 background-color:white; 
  width: 700px;
 height: auto;
 padding-bottom: 50px;
 }
 .table1{
    padding-top:30px;
	padding-left:10px;
	text-align:center;
	font-size: 16px;
	color: #494444
}
.table1 th{
	color:black;
	font-size:22px;
	background-color:pink;
	width:200px;
	padding-bottom:5px;
	line-height:30px;
}
.dbc{
	background-color:#e1dddd;
	border-radius:5px;
	height:30px;
	color:#454343;
	
}

.dbc1{
	background-color:white;
	border-radius:5px;
	height:30px;
	color:#454343;
	border-bottom:1px solid lightgray;
	border-top:1px solid lightgray; 
}
.Image{
 background:linear-gradient(to bottom right, #57b273, #b0e5ce);
 width: 700px;
 height: 700px;
 } 
 .Image ul{

	
 }
 .Image ul li{
list-style: none;
width: 170px;
height: 50px;
float: left;
line-height:50px;
text-align: center;
display: block;
border-left: 1px solid #ffffff61;
 
}

.Image ul li a{
  color: white;
 text-decoration: none;
 display: block;
 text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
font: 400 20px Google-Oswald,Arial,sans-serif;
line-height:50px;
 
   }
  .Image ul li a:hover {
	   	color:#1e4b61;
   }
 .image-box{

width: 700px;
height:700px;
overflow: hidden;
   }  
.Images{
 background-color:white;
 width: 700px;
 height:700px;
 }
 .Images h3{
	 text-align:center;
 }
 
	/* Styles for the product image box */
  .product-image-box {
	position: relative;
	width: 356px;
	height: 460px;
	overflow: hidden;
	margin-left: 160px;
	margin-top: 5px;
  }

  .product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
 
  }

  .product-image:hover {
    transform: scale(1.2);
  }

  /* Styles for the thumbnail images */
  .thumbnails {
    display: flex;
    margin-top: 10px;
    /* background-color: red;  */
	height: 132px;
	overflow-x:scroll;
	width: 95%;
    margin-left: 10px;
	cursor: pointer;
}
  
.thumbnail {
    
    
	
  }

 .thumbnail img {
    width: 117px;
	height: 111px;
    object-fit: cover;
	 
}

  /* Styles for the popup */
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    overflow: auto;
  }

  .popup-content {
    position: relative;
    margin: 10% auto;
    /* width: 80%; */
    /* max-width: 700px; */
    background-color: #fefefe;
    padding: 20px;
    border-radius: 8px;
	height: 700px;
    width: 936px;
  }

  /* Image slider styles */
  .slider-container {
    position: relative;
    /* max-width: 100%; */
    overflow: hidden;
	height: 572px;
    width: 911px;
  }

  .slider-container img {
    /* width: 100%; */
    /* height: auto; */
    display: none;
	margin-left: 16%;
	width: 69%;
  }

  .thumbnails-slider {
    display: flex;
    margin-top: 23px;
	height: 100px;
    overflow-x: scroll;
	 
  }

  .thumbnail-slide {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    cursor: pointer;
  }

  .thumbnail-slide img {
    height: 100%;
	object-fit: cover;
	border: 1px solid #0000004a;
	margin-top: 14px;
  }

  .prev, .next {
   cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	padding: 16px;
	color: white;
	background-color: rgba(129, 135, 142, 0.5);
	border-radius: 14%;
	z-index: 999;
  }

  .prev {
    left: 0;
  }

  .next {
    right: 0;
  }

  .close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
	font-size: 50px;
	color: white;
	background-color: #1e4b61;
	border-radius: 100%;
	padding-left: 15px;
	padding-right: 15px;
  }

  .close:hover,
  .close:focus {
    color: #eb2121;;
  }
  /* ========================cam-sample=============================== */
  	.cam-sample{
	background-color: white;
	width: 700px;
	height:700px;
   }
   .cam-sample h3{
	text-align:center;
 }
   
   	/* Styles for the product image box */
  .product-image-box4 {
	position: relative;
	width: 601px;
	height: 460px;
	overflow: hidden;
	margin-left: 50px;
	margin-top: 5px;
  }

  .product-image4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
 
  }

  .product-image4:hover {
    transform: scale(1.2);
  }

  /* Styles for the thumbnail images */
  .thumbnails4 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .thumbnail4 {
    width: 80px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
  }

  .thumbnail4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border: 1px solid #0000004a;
    padding: 10px 0px 10px 0px;
  }

  /* Styles for the popup */
  .popup4 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    overflow: auto;
  }

  .popup-content4 {
    position: relative;
    margin: 10% auto;
    /* width: 80%; */
    /* max-width: 700px; */
    background-color: #fefefe;
    padding: 20px;
    border-radius: 8px;
	height: 700px;
    width: 1000px;
  }

  /* Image slider styles */
  .slider-container4 {
    position: relative;
    /* max-width: 100%; */
    overflow: hidden;
	height: 572px;
    width: 936px;
  }

  .slider-container4 img {
    /* width: 100%; */
    /* height: auto; */
    display: none;
    width:90%;
	margin-left: 70px;
  }

  .thumbnails-slider4 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  .thumbnail-slide4 {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    cursor: pointer;
  }

  .thumbnail-slide4 img {
   width: 100%;
   height: 100%;
	object-fit: cover;
	border: 1px solid #0000004a;
	padding: 10px 0px 10px 0px;
  }

  .prev4, .next4 {
   cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	padding: 16px;
	color: white;
	background-color: rgba(129, 135, 142, 0.5);
	border-radius: 14%;
	z-index: 999;
  }

  .prev4 {
    left: 0;
  }

  .next4 {
    right: 0;
  }

  .close4 {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
	font-size: 50px;
	color: white;
	background-color: #1e4b61;
	border-radius: 100%;
	padding-left: 15px;
	padding-right: 15px;
  }

  .close4:hover,
  .close4:focus {
    color: #000;
  }
    /* ==========================cam-sample============================= */

/* ==========================ui sample============================= */

.ui-sample{
	background-color: white;
	width: 700px;
	height:700px;
   }
 .ui-sample h3{
	text-align:center;
 }
   	/* Styles for the product image box */
  .product-image-box7 {
	position: relative;
	width: 300px;
	height: 460px;
	overflow: hidden;
	margin-left: 242px;
	margin-top: 5px;
	
  }

  .product-image7 {
    width: 69%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
	
 
  }

  .product-image7:hover {
    transform: scale(1.2);
  }

  /* Styles for the thumbnail images */
  .thumbnails7 {
	display: flex;
	justify-content: center;
	margin-top: 26px;
	width: 95%;
	cursor: pointer;
	overflow-x: scroll;
	margin-left: 13PX;
  }

  .thumbnail7 {
  
   
  }

  .thumbnail7 img {
	width: 73%;
	object-fit: cover;
	border: 1px solid #0000004a;
	margin-top: 5px;
	 
  }

  /* Styles for the popup */
  .popup7 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    overflow: auto;
  }

  .popup-content7 {
    position: relative;
    margin: 10% auto;
    /* width: 80%; */
    /* max-width: 700px; */
    background-color: #fefefe;
    padding: 20px;
    border-radius: 8px;
	height: 700px;
    width: 936px;
  }

  /* Image slider styles */
  .slider-container7 {
    position: relative;
    /* max-width: 100%; */
    overflow: hidden;
	height: 572px;
    width: 856px;
  }

  .slider-container7 img {
    /* width: 100%; */
    /* height: auto; */
    display: none;
	margin-left:40%;
    width: 27%;
  }

  .thumbnails-slider7 {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  .thumbnail-slide7 {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    cursor: pointer;
  }

  .thumbnail-slide7 img {
    width: 72%;
    object-fit: cover;
	border: 1px solid #0000004a;
	 
  }

  .prev7, .next7 {
   cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	padding: 16px;
	color: white;
	background-color: rgba(129, 135, 142, 0.5);
	border-radius: 14%;
	z-index: 999;
  }

  .prev7 {
    left: 0;
  }

  .next7 {
    right: 0;
  }

  .close7 {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 50px;
	cursor: pointer;
	color: white;
	background-color: #1e4b61;
	border-radius: 100%;
	padding-left: 15px;
	padding-right: 15px;
  }

  .close7:hover,
  .close7:focus {
    color: #e52626;
  }  
	

  /* ==========================ui sample============================= */
.threed{
	background-color: white;
	width: 700px;
	height:700px;
   }
.threed h3{
	text-align:center;
 }

  
.Opinions{
 background-color:white;
 width: 700px;
  height:auto;
  border-top:10px solid #9d9c9c59;
   overflow:auto;
  }
  /* ==================================================================================================== */
#shareBtn5{
background-color:white;
color:black;
border:none;	
cursor:pointer;
font-size:15px;
} 
#shareBtn5:hover{
	color:red;
} 
  .popup-container5 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    z-index: 1000;
    animation: fadeIn 0.5s ease-out;
	height: 300px;
    width: 398px;
}

.popup-content5 {
    text-align: center;
}

.close-btn5 {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color:#1e4b61;
	
}
.ragistration-from{
	margin-top:80px;
}
.Register-h2{
	margin-top:15px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
  /* ============================================================================================================ */
 #ragistration-from{
	 height:150px;
	 width:300px;
	 background-color:lightgray;
	 margin-left:8%;
	 margin-top:5%;
	 padding:10px;
	 margin-bottom:50px;
	 border:1px solid black;
 }  
 .input-comment{
	
	width:95%;
	height:25px;
	margin-top:15px;

} 
.pass-login-btn{
	width:95%;
	height:30px;
	margin-top:20px;
	background-color:#1e4b61;
	border:none;
	border-radius:5px;
	cursor:pointer;
	color:white;
}
.pass-login-btn:hover{
	background-color:pink;
	color:red;
	border:1px solid #1e4b61;
}
 #formcomment{
	 height:150px;
	 width:300px;
	 background-color:lightgray;
	 margin-left:25%;
	 margin-top:5%;
	 padding:10px;
	 margin-bottom:50px;
	 border:1px solid black;
 } 
  #formcomment1{
	 height:200px;
	 width:600px;
	 /* background-color:green; */
	 margin-left:1%;
	 
 }
 .login-h2{
	 margin-left:42%;
	 margin-top:30px;

 }
 .login-p{
	 height:50px;
	 width:700px;
	 background-color:#1e4b61;
	 color:white;
	 text-align:center;
	 line-height:50px;
	}
.login-p a{
	color:red;
	text-decoration:none;
	font-size:20px;
}	
.input-comment{
	
	width:95%;
	height:25px;
	margin-top:15px;

} 
.pass-login-btn{
	width:95%;
	height:30px;
	margin-top:20px;
	background-color:#1e4b61;
	border:none;
	border-radius:5px;
	cursor:pointer;
	color:white;
}
.Commentsh2{
	margin-left:15px;
	margin-top:20px;
}
#comments{
	margin-left:3%;
	padding-top:25px;
	margin-bottom:auto;
	height:500px;
    padding-bottom:50px;
	overflow:auto;
}
.commentsbg{
 
 height:auto;
	
}
.commentsbg strong{
	background-color:lightgray;
	padding: 1px 0px 0px 5px;
	 
 
}
.datetimetag{
	float:right;
    background-color:lightgray;
	margin-right: 12px;
    padding: 3px 16px 0px 10px;	
	font-size:12px;
}
.commentp{
	color:#1e4b61;
	 padding-left:15px;
	  border:1px solid lightgray;
	 width: 501px;
     padding-right: 149px;
	  
}
 
.addcommenth2{
text-align:center;
margin-top:30px;
}
#commet-text{
	margin-left:10px;
	width:100%;
	height:40%;
	background-color:lightgray;
	border:none;
}
.addcomment-btn{
	background-color:#1e4b61;
	border:none;
	border-radius:5px;
	cursor:pointer;
	color:white;
	width:100%;
	height:30px;
    margin-left:10px;
	margin-top:10px;
}
.addcomment-btn:hover{
	background-color:pink;
	color:red;
	border:1px solid #1e4b61;
}
.logout-ragistration{
	color:white;
	text-decoration:none;
	float:right;
	background-color:#1e4b61;
	height:30px;
	width:100px;
	margin-top:-28px;
	text-align:center;
	line-height:30px;
}
.logout-ragistration:hover{
	background-color:pink;
	color:red;
	border:1px solid #1e4b61;
}
.Welcomeh2{
	margin-left:15px;
	margin-top:15px;
}
.Review{
	background-color: white;
	width: 700px;
	height: auto;
	border-top:10px solid lightgrey;
  }
.media-tag1{
	margin-left:15px;
  }
.pros_consBox{
	height:203px;
	width:650px;
	display:flex;
	margin-left:15px;
	margin-top:25px;
	border-top:1px solid lightgray;
    border-bottom:1px solid lightgray;
	padding-bottom:20px;
	 
}
.pros_consBox ul li{
    color:#5e5c5c;
}
.proxBox{
	height:150px;
	width:325px;
	color:#5e5c5c;
	border-right:1px solid lightgray;
    padding-left:40px;
	padding-top:20px;
  
}
.consBox{
	height:150px;
	width:325px;
	color:#5e5c5c;
    padding-left:40px; 
	padding-top:20px;
}
.review-tag{
	padding:30px;
}
  .user-rating{
	width: 510px;
margin-left: 70px;
margin-top: 29px;
  }
 
  .heading123 {
	font-size: 25px;
	margin-right: 25px;
}
 .checked {
	color: orange;
}

/* Three column layout */
.side123 {
	/* float: left; */
	width: 15%;
	margin-top:10px;
}

.middle123 {
	margin-top:10px;
	float: left;
	width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* The bar container */
.bar-container {
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	color: white;
}

/* Individual bars */
.bar-5 {width: 60%; height: 18px; background-color: #04AA6D;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}
.readmore-btn{
	margin-top: 41px;
	text-align: center;
	 margin-left:250px;
	font-size: 20px;
	pointer:cursor;
	 
	width:150px;
}
.readmore-btn a:hover{
 color:red;
	 
}
.readmore-btn a{
	text-decoration:none;
	color:#656565;
}
.readmore-btn1{
	margin-top: 241px;
	text-align: center;
	padding-right: 25px;
	padding-bottom: 50px;
}
.readmore-btn1 a{
	text-decoration:none;
	color:#656565;
}
.relatedproduct{
	width: 350px;
    height:auto;
    background-color:lightgrey;
}
/* <-----------------------footer start------------------------------------> */
.footer-bg{
	width:100%;
	background-color:#1e4b61;
	height:510px;
}
.fboxbg{
	margin: 10px auto;
	width:1025px;
    height:510px;
    background-color:#1e4b61;
    margin-top:-521px
}
.Subscribe-box{
	height:70px;
	width:1025px;
	margin: 10px auto;
	border-bottom:1px solid white;
	text-align:center;
    color:white;
	line-height:70px;
	margin-top: 11px;
}
.textfield{
	background-color:lightgray;
	height:30px;
	width:250px;
	border:none;
	border-radius:2px;
	padding-left:8px;
}
.sub-btn{
	height: 30px;
	width: 64px;
	background-color: black;
	border: none;
	color: white;
	cursor: pointer;
	border-radius: 2px;
}
.sub-btn:hover{
	background-color:red;
	color:black;
}
.fbox{
	background-color:#02241b;
	height: 360px;
	width:1025px;
	display: flex;
	margin: 10px auto;
}
 
.logo-footer{
	margin-top: 30px;
	height:300px;
	width:265px;
	margin-right:20px;
}
.logofooter{
	height: 118px;
	width: 250px;	
	padding:0px 0px 0px 8px;
 
}
.sosiyal-footer{
	margin-left:45px;
	margin-top:15px;
}
.shourtcut-btn{
    background-color:red;
    height: 30px;
    width: 24px;
    cursor: pointer;
    border-radius: 3px;
    line-height: 30px;
    padding: 5px;
    margin-left: 195px;
    margin-top: 97px;
    display: block;
}
.shourtcut-btn a {
	color:white;
	text-decoration:none;
	margin-left:5px;
	display:block;
}
.shourtcut-btn:hover{
	background-color:black;
}
/* start btn tooltip*/
.tooltip-btn {
    position: relative;
}
.tooltip-btn:hover::after {
    content: attr(data-tip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0s;
}
.tooltip-btn::after {
    opacity: 0;
}
/* end btn tooltip*/
.Categories-box{
	margin-top: 30px;
	height:310px;
	width:180px;
	padding:0px 0px 0px 40px; 
}
.Categories-box h3{
	color:white;
	 margin-bottom: 14px;
  margin-left: 15px;
}
.Categories-box a{
	color:white;
	text-decoration:none;
	float:left;
}
.Categories-box a:hover{
	color:red;
	background-color:lightgray;
}
.Mobilebrands-box{
	height:310px;
	width:180px;
	padding:0px 0px 0px 8px;
	margin-top: 30px;
}
.Mobilebrands-box h3{
	color:white;
	 margin-bottom: 14px;
  margin-left: 15px;
}
.Mobilebrands-box a{
	color:white;
	text-decoration:none;
}
.Mobilebrands-box a:hover{
	color:red;
	background-color:lightgray;
}
.Mobilelists-box{
	margin-top: 30px; 
	height:310px;
	width:180px;
	padding:0px 0px 0px 8px;
}
.Mobilelists-box h3{
	color:white;
	 margin-bottom: 14px;
  margin-left: 15px;
}
.Mobilelists-box a{
	color:white;
	text-decoration:none;
}
.Mobilelists-box a:hover{
	color:red;
	background-color:lightgray;
}
.About-box{
	margin-top: 30px; 
	height:310px;
	width:180px;
	padding:0px 0px 0px 8px;
}
.About-box h3{
	color:white;
	 margin-bottom: 14px;
  margin-left: 15px;
}
.About-box a{
	color:white;
	text-decoration:none;	
}
.About-box a:hover{
	color:red;
	background-color:lightgray;
} 
.footer-last{
    border-top:1px  solid white;
	height: 50px;
	width:1025px;
	display: flex;
	justify-content:center;
	 margin: 10px auto;
}
.footer-link-li {
  text-decoration: none;
  list-style: none;
  padding-bottom: 5px;
  height: 19px;
  padding-left: 17px;
  }
.last-one{
	 
	height: 50px;
	width:720px;
	text-align:center;
	line-height:50px;
	
	}
.last-one h4{
	color:white;
	font-size:12px;
}
.last-two{
	 
	height: 50px;
	width:508px;
	text-align:right;
    line-height:50px;
	padding-right: 24px;
}
.last-two a{
	color:white;
	text-decoration:none;
}
.last-two a:hover{
	color:red;
}
.fa-arrow-up-right-from-square{
	color:red;
	font-size:14px;
}
 
/* <----------------customs Scrollbar----> */
::-webkit-Scrollbar{
	width:15px;
}
::-webkit-Scrollbar-track{
	background:#d1e5ff;
}
::-webkit-Scrollbar-thumb{
	background:linear-gradient(#fd118b,#0af0b2);
	border-radius:5px;
}

 /*<!------------------this is code auto fatch php start--------------------------------------------------->*/
 
.latest-products {
  background: #f8f9fa;
  border: 1px solid #bfc7d1;
  padding: 5px 8px;
  font-family: Arial, Helvetica, sans-serif;
}
.sidebar-title {
  background: #20364b;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  font-size: 14px;
  margin-bottom: 8px;
}
.latest-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.latest-item:last-child {
  border-bottom: none;
}
.latest-thumb img {
  width: 79px;
  height: 99px;
  object-fit: cover;
  border-radius: 4px;
  padding-left: 6px;
}
.latest-info {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.latest-name {
  font-size: 15px;
  color: #454343;
  margin: 0;
  line-height: 1.3em;
}
.latest-price {
  font-size: 15px;
  color:black;
  font-weight: bold;
  margin: 3px 0 0 0;
}
.latest-item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 6px;
}
.latest-item a:hover .latest-name {
  color:red;
}
 
 /*<!------------------this is code auto fatch php end--------------------------------------------------->*/
 
.latest-item-blog{
     
    height: 195px;
}
.latest-info-blog{
  width: 296px;
  position: absolute;
  margin-top: 121px;
}
.latest-thumb-blog img{
  width: 233px;
  position: relative;
  margin-top: -56px;
  margin-left: 20px;
  height: 118px;
  border-radius: 10px;
}