@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css);
/*@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);*/
@import url('https://fonts.googleapis.com/css2?family=Kodchasan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul, li, p, a{

padding: 0px;
margin:0px;
list-style: none;
text-decoration: none!important; 
}
::-webkit-scrollbar {
    width: 1em;
    cursor: pointer!important;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    cursor: pointer!important;
}
 
::-webkit-scrollbar-thumb {
  background-color: var(--secondary-bg-color);
  border-radius: 20px;
  outline: 1px solid var(--primary-bg-color);;
  cursor: pointer!important;
}
	:root{
--primary-bg-color:#15988A;
--primary-text-color:#fff;
--secondary-bg-color:#000;
--secondary-text-color:#fff;
--border-color:#15988A;
/*--b-shadow:0px 0px 5px 2px rgba(0, 0, 0, 0.10);*/
--body-bg-color:#3d3d3d;
}
*{
font-size: 14px;
font-family: 'Roboto', sans-serif;
letter-spacing:1px;

}
.main{
/*background:var(--body-bg-color);*/
}
/*header*/
.header{
	/*padding:40px 0;*/
/*background: var(--body-bg-color)*/
}


 .logo{
padding: 20px 0;
}
.logo img{
	width: 100%;
	max-width: 250px;
	margin: auto;
}
.top-menu{
margin-top:30px;
}
.top-menu ul{
	text-align: right;
}
.top-menu ul li{
	display: inline-block;
}
.top-menu ul li a{
	margin: 0 10px;
	background: var(--primary-bg-color);
	display: block;
	padding: 10px 30px;
	color: var(--primary-text-color);;
	font-weight: bold;
}
.menu-bg{
background:var(--primary-bg-color);
}
.menu-bg input,.menu-bg label{
display: none;
}
.menu ul li{
display: inline-block;
}
.menu{
text-align: center;
position: relative;
}

.menu ul li a{
position: relative;
display: block;
padding:25px 8px;
color:var(--primary-text-color);
text-transform: uppercase;
font-weight: bold;
transition: .4s;
}
.menu ul li a:hover{
background:var(--secondary-bg-color);
color:var(--secondary-text-color);
text-decoration: none;
}
/*header end*/
.banner img{
	width: 100%;
}
.promo img{
	width: 100%;
}
/* SERVICE */
.ic1:before{
font-family: FontAwesome;
content: "\f14a";
width:50px;
float:left; 
display:block;
margin:0 5px 10px 0;
font-size:32px;
position: relative;
top: -3px;
color: var(--secondary-text-color)
}
.ic2:before{
font-family: FontAwesome;
content: "\f784";
width:50px;
float:left; 
display:block;
margin:0 5px 10px 0;
font-size:32px;
position: relative;
top: -3px;
color: var(--secondary-text-color)
}
.ic3:before{
font-family: FontAwesome;
content: "\f007";
width:50px;
float:left; 
display:block;
margin:0 5px 10px 0;
font-size:32px;
position: relative;
top: -3px;
color: var(--secondary-text-color)
}

.service {
background:var(--secondary-bg-color);;
padding:10px 0;
text-align: left;
}
.service-box span {
/*display:inline-block; */
margin:0; 
padding:0 0 3px 0;
color:var(--secondary-text-color);; 
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.2px;
}
.service-box {
margin:0;
padding:20px; 
color:var(--secondary-text-color);;
font-size: 12px;
font-weight: 400; 
letter-spacing: 1.2px;
border-right:1px solid var(--primary-bg-color);;
text-align: left;
}
.service-box:last-child {
border:none;
} 
/*promo end*/
.middle{
position: relative;
margin:0px;
/*background: #F5F5F5*/

}
.middle-section{
padding: 20px 0;
/*background: #fff;*/
}
/*leftside*/
/*.left-side{
position: relative;
max-width: 265px; 
width: 100%;
margin: auto;
}*/

.left-box{
background: #fff;
margin-bottom: 10px;
box-shadow:var(--b-shadow);
}
.left-head h4{
font-size: 16px;
background: var(--primary-bg-color);;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color:var(--primary-text-color);


}
.left-head h4:before{
font-family: FontAwesome;
content: "\f773";
padding-right: 10px;
}
.left-detail ul li{
background: #fff;
border-bottom: 2px solid var(--border-color);;
}
.left-detail ul li a{
display: block;
font-weight: bold;
width: 100%;
padding:7px;
color: #000;
transition: .5s;
font-size:13px;
}
.left-detail ul li a:hover{
background: var(--secondary-bg-color);
color:var(--secondary-text-color);
}
.left-detail ul li a:before{
font-family: FontAwesome;
content: "\f0da";
font-weight: bold;
padding-right: 10px;
color: var(--primary-bg-color);;
}
.left-img-box{
text-align: center;
}
.left-img-box img{
max-width:100%;
width: 250px;
margin: auto; 
}
/*right side*/
.right-side{
margin-bottom: 10px;
border: 1px solid #ddd;
padding:20px;
}
/*gallery*/
.gallery{
width: 100%;
margin:0px auto;
text-align:center;
position: relative;
background: #fff;

}
.product-image-box {
position: relative;
}
.product-image-container{
height:430px;
background: #fff;
width: 100%;
position: relative;
text-align: center;
margin: 0 auto;
padding:10px;
border: 1px solid #ddd;
}
.product-image-container img{
max-width: 100%;
max-height: 100%;

}
.product-more-views {
margin-top: 10px;
text-align: center;
overflow-y: auto;
}
.x-hold{
}
.product-more-views ul {
list-style: none;
padding: 0;
text-align: center;
position: relative;
}

.product-more-views ul li {
display: inline-block;
}
.product-image-container {
display: none;
}
.product-image-box input {
display: none;
}

.product-more-views label{
border: 1px solid #ddd;
margin: 0px;
width:85px;
height:75px;
padding: 5px;
margin: 0px;
overflow: hidden;
display: inline-block;
cursor: pointer;
text-align: center;
position: relative;
background: #fff;
}
.product-image-box label:hover { cursor: pointer;}
#gal1:checked ~ #content1, #gal2:checked ~ #content2, 
#gal3:checked ~ #content3, #gal4:checked ~ #content4, 
#gal5:checked ~ #content5, #gal6:checked ~ #content6, 
#gal7:checked ~ #content7, #gal8:checked ~ #content8, 
#gal9:checked ~ #content9, #gal10:checked ~ #content10, 
#gal11:checked ~ #content11, #gal12:checked ~ #content12,
#gal13:checked ~ #content13, #gal14:checked ~ #content14,
#gal15:checked ~ #content15, #gal16:checked ~ #content16
{ 
display: inline-block;
}
.product-more-views img { 
max-height: 100%;
max-width: 100%;
}
.pre, .next{
	display: none;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 40px;
	font-weight: bold;
	background: var(--primary-bg-color);;
	color:var(--primary-text-color);
}
.pre{
	left: 10px;
}
.next{
	right: 10px;
}
.text-1{
font-size: 14px;
background: var(--primary-bg-color);;
padding:20px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
color:var(--primary-text-color);
margin: 10px 0;
}
.text-2{
font-size: 14px;
background:  var(--secondary-bg-color);;
padding:20px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
color:var(--secondary-text-color);
margin: 10px 0;
}
/*description*/
.title h1{
font-size: 19px;
font-weight: bold;
text-transform: capitalize;
color:#000;
}
.description{
margin: auto;
box-shadow:var(--b-shadow);
margin-bottom: 15px;
/*padding: 10px;*/
}
.description-details .hh strong{
	color: var(--primary-bg-color);
	font-size: 19px;

}
.description-details .hh{
	margin: 15px 0;
}
.description-detail{
background: #fff;
color: #000;
padding: 10px;
border:2px solid var(--primary-bg-color);
}
.description-detail ul li{
	list-style: disc;
	list-style-position: inside;
}
.description-heading h4{
font-size: 16px;
background: var(--primary-bg-color);;
padding:10px 20px; 
font-weight: bold;
text-transform: uppercase;
color:var(--primary-text-color);
text-align: center;


}
/*.description-heading h4:before{
font-family: 'FontAwesome';
content: "\f773";
font-weight: bold;
padding-right: 10px;
}*/
.description-details ul{
margin-bottom: 10px;
}
.description-details p{
margin-top: 10px;
}

.description-details ul li{
/*padding: 7px;*/
}
.description-details ul li:before{
font-family: FontAwesome;
content: "\f058";
font-weight: bold;
padding-right: 10px;
color: var(--primary-bg-color);;
font-size: 19px;
}
.pd{
padding: 15px;
border: 1px solid var(--border-color)
}
.description-tabs{
	background:var(--secondary-bg-color);
	margin: 30px 0;
}
.description-tabs input{
  display: none;
}
.description-tabs label{
    background: var(--secondary-bg-color);
    padding: 10px 20px;
    font-weight: bold;
    color:var(--secondary-text-color);;
    position: relative;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
}
/*.description-tabs label:after{
  font-family: FontAwesome;
    font-weight: normal;
    padding-right: 10px;
  content: "\f067";
  position: absolute;
  right:0px;
}*/
.description-tabs input:checked + label{
  background:var(--primary-bg-color);
   color: var(--primary-text-color);;
}
/*.description-tabs input:checked + label:after{
  font-family: FontAwesome;
    font-weight: normal;
    padding-right: 10px;
  content: "\f068";
  position: absolute;
  right: 0px;
}*/
.description-content{
  display: none;
    max-height:400px;
  overflow: auto;
  padding: 10px;
  background: #fff;
  border:2px solid var(--primary-bg-color);
}
.description-content img{
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
}
#description-tab1:checked ~ .description-content1,
#description-tab2:checked ~ .description-content2,
#description-tab3:checked ~ .description-content3,
#description-tab4:checked ~ .description-content4,
#description-tab5:checked ~ .description-content5,
#description-tab6:checked ~ .description-content6{
  display: block;
}
/*d-tab end*/
.middle-btn ul li a{
	display: block;
	padding: 10px;
	 background:var(--primary-bg-color);
   color: var(--primary-text-color);;
   text-align: center;
   margin: 10px 0;
   font-weight: bold;
   text-transform: uppercase;
}
.stock>p>span{
	 color: #48C74E;
	 font-weight: bold;
	 font-size: 21px;
}
.delivery-box-txt1{
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}
.delivery-box-img img{
	width: 100%;
	max-width:80px;
}
	.delivery-box .col-md8{
		display: inline-block;
		width: 68%;
		text-align: left;
		vertical-align: middle;
	}
		.delivery-box .col-md4{
		display: inline-block;
		width: 30%;
		text-align: right;
		vertical-align: middle;
	}
/*Tabs*/
.tabs {
margin-top: 15px;
box-shadow:var(--b-shadow);
text-align: /*center*/;
}
.tabs input {
display: none;
}
.tabs label {
	
display: inline-block;
padding:10px 30px;
margin: 0px;
text-align: left;
font-weight: bold;
transition: .3s
}
.tabs label:hover {
background: var(--primary-bg-color);
cursor: pointer;
color:var(--primary-text-color);
}
.tabs input:checked + label {
background: var(--primary-bg-color);
color:var(--primary-text-color);
}
.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2,
.tabs #tab3:checked ~ .content #content3,
.tabs #tab4:checked ~ .content #content4 {
display: block;
}
.tabs .content > div {
display: none;
padding: 20px;
text-align: left;
border:2px solid #000;
overflow: auto;
background: #fff;
}
/*related categories*/
.related-category{
	background: var(--primary-bg-color);;
	padding: 30px;
}
.cate-details{
	text-align: center;
	padding: 30px 0;

}
.colmdx{
	display: inline-block;
	max-width:160px;
	width: 100%;
	background: #F5F5F5;;
	margin: 10px;
	vertical-align: top;
}
.cate-img img{
	max-width: 100%;
	max-height: 100%;
		
}
.cate-title p{
	background: var(--primary-bg-color);;
	font-weight: bold;
	color: var(--primary-text-color);;
	font-size: 15px;
	padding:7px;
}
/*brands*/
.related-heading h4{
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
}
.related-products{
		background: url(../images/promo_bg.jpg);
	padding: 30px;
}
.colmds{
	display: inline-block;
	border:2px solid var(--border-color);;
	max-width:220px;
	width: 100%;
	background: #F5F5F5;;
	margin: 10px;
	padding: 15px;
	box-shadow:var(--b-shadow);
	vertical-align: top;
}
.colmds .cate-title p{
	background: none;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	padding:7px;
}
.pr-price h3{
	color: var(--primary-bg-color);;
	font-weight: bold;
}
/*footer*/
.footer{
	/*background:#000;*/
	padding: 20px 0;
}
.f-logo{
	text-align: center;
}
.f-logo img{
		width: 100%;
	max-width: 250px!important;
	margin: auto;
}
.footer-detail img{
	max-width: 100%;
}
.footer-detail p{
	font-weight: bold;
	margin-bottom: 7px;
}
.footer-detail ul{
	margin-top: 30px;
}
.footer-detail ul li{
	display: inline-block;
	
}
.footer-detail ul li a{
	color: #000;
	font-weight: bold;
	margin: 5px;
}
.footer-head h4{
text-align: left;
font-weight: bold;
text-transform: uppercase;
color: var(--primary-text-color);
border-radius: 5px;
font-size: 18px;

}

.copyright{
color: var(--primary-text-color);
background: var(--primary-bg-color);
padding:7px 10px; 
text-align:center; 
}

.footer-detail p img{
	margin: auto;
	max-width:220px;
	width: 100%;
	margin-top: 10px;
}

