/* General Styles */

body {
padding:0;
margin:0;
font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,
Segoe UI,Roboto,Helvetica Neue,Ubuntu,Arial,sans-serif,
Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: rgba(255,255,255,1);
overflow-x: hidden;

}

/************************************** Header Style *******************************************/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$/

/****************************************************/
/***************** Navbar-1 Starts ******************/

#top .container{
	width:100%;
	margin:0px;
	padding:0px;
}

#top {
    background-color:#fff;
}

/*////$/***** Search *******$/////*/

.searchs div{
    width:100%;
}

.searchs input[type="search"] {
    width: 100%;
    padding:10px;
    font-size: 14px;
    color: #999;
    outline: none;
    border: 1px solid #5555;
    background: #fff;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;

}
   

.searchs button{
    float:left;
   	background-color: #000;
   	border-color: #000;
}

/*////$/***** Search *******$/////*/

/*////$/***** Dropdown *******$/////*/

#top .offer {
	color: #555555;
	font-size:1.1em;
	font-weight: bold;
}



#top ul.menu {

padding-top: 5px;
margin: 0;
text-align: right;
font-size: 12px;
list-style: none;

}


#top ul.menu > li {

display: inline-block;

}

#top ul.menu > li a {
 color: #555555;
 padding:3px;
}

#top ul.menu > li > a:hover{
background:rgba(0,0,0);
color: #fff;
padding:3px;
text-decoration:none;
}

#top ul.menu > li + li:before {
content: "|\00a0"; 
padding: 0 5px;
color: #555555;

}

@media (max-width: 991px) {                          /* media query max-width: 991px start */

#top {
font-size: 12px;
text-align: center;
}

#top ul.menu {
text-align: center;
}

}                                                   /* media query max-width: 991px ends */


/*////$/***** Dropdown *******$/////*/


/***************** Navbar-1 Ends ******************/
/****************************************************/

/****************************************************/
/***************** Navbar-2 Starts ******************/


.navbar {
background-color:#fff;
border-radius: 0;
position:sticky;
top:0; 
z-index: +40;

}

.navbar-collapse .right {
float:center;
}

.navbar-brand {
float:left;
padding: 10px 10px;
font-size:10px;
line-height:10px;
height:70px;
}

.navbar-brand:hover, .navbar-brand:focus{
text-decoration:none;
}

.navbar ul.nav > li > a {
text-transform:uppercase;
font-weight:bold;
font-size:14px;
color: black;
padding:10px 5px;
}

/*.padding-nav{
padding-top:10px;
}*/

.navbar ul.nav > li > a:hover{
background:black;
color: #fff;
}

.btn-primary{
color:#fff;
background-color:#000;
border-color:#000;
}

.btn-primary:hover{
color:#fff;
background-color:#000;
opacity: 0.8;
}

.btn-primary.active.focus, .btn-primary.active:focus,
.btn-primary.active:hover, .btn-primary:active.focus, 
.btn-primary:active:focus, .btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
color:#fff;
background-color:#000;
border-color:#000;
}

.pageheader{
	width:100%;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 5px;
	height:40px;
	background-color: rgba(255,250,250,1);
   
}

.pageheader td{
    margin-right: 10px;
    padding: 0px 10px 0px 10px;  
}

.pageheader td a{
	text-decoration:none;
    color:black;
    font-weight: bold;
}

.pageheader td:hover{
	background-color: #ccc5c5;
}

li a .dropdown-btn{
   display:inline-block;
   color:white;
   text-align:center;
   text-decoration:none;
}

li a:hover , .dropdown:hover .dropdown-btn{
    background-color:black;
    border-radius:5px;
    color:#fff;

}

li .dropdown{
    display:inline-block;
    border-radius:5px;
}

.dropdown-content{
    display:none;
    position:absolute;
    background-color:#f9f9f9;
    min-width:166px;
    box-shadow:0px 4px 10px 0px rgba(0,0,0,0.3);
    z-index:10;
    border-radius:5px;
}

.dropdown-content a{
    color:black;
    padding:12px 16px;
    text-decoration:none;
    display:block;
    text-align:left;
}

.dropdown-content a:hover{
    background-color:#ccc;
    color: black;
}

.dropdown:hover .dropdown-content{
    display:block;
}



@media (max-width: 768px){                           /* media query max-width: 768px start */

#slider img{
	height:400px; 
	width:100%;
}

#top img{
	margin-top: 10px;
}


.navbar-brand {
float:left;
padding: 0px 10px 10px ;
margin-left:-18px;
}

}
                                                  /* media query max-width: 768px start */

@media (min-width: 451px)and (max-width: 767px){ /* media query max-width:451px- 767px start */

#navbar{
	margin-top: -85px ;
}

#navbar .container{
	margin-top:-20px; 
}

#navbar .navbar-brand {
float:left;
padding: 0px 10px 10px ;
margin-left:-18px;
}

}
                                                /* media query max-width:451px- 767px ends */

@media (max-width: 450px){                     /* media query max-width: 450px start */
#navbar{
	margin-top: -85px ;
}

#navbar .container{
	margin-top:-20px; 
}

.navbar-brand {
float:left;
padding: 0px 10px 10px ;
margin-left:-18px;
}

}
                                              /* media query max-width: 450px ends */

/***************** Navbar-2 Ends ******************/
/**************************************************/

/****************************************************/
/***************** Navbar-3 Starts ******************/

#listing_img_sliders .swiper-slide .swiper-slide-active .items{
display: block;
margin: 0px;
padding: 0px;
width: 100%;
height: auto;

}

#listing_img_sliders .swiper-slide .swiper-slide-active .items a{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: auto;
}

#listing_img_sliders .swiper-slide .swiper-slide-active .items .cat-img{
width: 48px;
height: 48px;
margin-right: 5px;
}

#listing_img_sliders .swiper-slide .swiper-slide-active .items .clsgetname{
max-height: 50px;
font-size: 12px;
color: #000000;
line-height: 16px;
width: calc(100% - 60px);
overflow: hidden;
font-family: JioMedium;
}
/***************** Navbar-3 Ends ******************/
/**************************************************/


/****************************************************/
/***************** Slider Starts ******************/

#slider .container{
width:100%;
padding:0px;
margin:0px;
}



#slider .col-md-12{
width:100%;
padding:0px;
}



#slider {

margin-bottom:20px;

}

#slider img{
	height:350px; 
	width:100%;
}

@media (max-width: 768px){ /* media query max-width: 768px start */

#slider img{
	height:300px; 
	width:100%;
}

}



@media (max-width: 450px){ /* media query max-width: 768px start */


#slider img{
	height:200px; 
	width:100%;
}

}

/******************* Slider Ends ******************/
/**************************************************/

/*********************************************************/
/***************** Footer Navbar Starts ******************/

.icon-bar {
  width: 100%;
  background-color:#fff;
  overflow: auto;
  position:sticky;
bottom:0; 
z-index: +50; 
box-shadow:0 0 5px rgba(0, 0, 0, 0.2); 
}

.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  transition: all 0.3s ease;
  color: black;
  font-size: 36px;
}

.icon-bar a:hover{
  background-color: black;
  color: white;
}


/***************** Footer Navbar Ends ******************/
/******************************************************/

/*********************************************************/
/******************** Swiper Starts ********************/

#swiper .container{
  padding-left:20px;
  padding-right:20px;
}

#swiper .row{
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 450px){ /* media query max-width: 768px start */

#swiper .row{
  margin-left: 0px;
  margin-right: 0px;
}

} 

/******************** Swiper Ends ******************/
/******************************************************/

/*********************************************************/
/******************** Products Details Starts ********************/

.product-details a span{
    text-align: left;
    letter-spacing: .01px;
    display: block;
    max-height: 32px;
    margin: 0 0 8px;
    overflow: hidden;
    min-height: 32px;
    font-weight: bold;
    font-size:1em;
    text-decoration:none;
    color:#555;
    line-height: 15px;
}

#staples .dis_section {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 12%;
    background: red;
    font-size: 1em;
    color: #fff;
    display: block;
    padding: 5px 0;
}
  
/******************** Products Details Ends ******************/
/************************************************************/



/*************************************************************/
/******************** Advantagess Starts ********************/


#advantagess .container { /*for desktops  starts*/
	width:100%;
	margin-bottom: 30px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;

}


.cat_list {
    width: 100%;
    display: block;
    position: relative;
}

.split_col {
    background: #e4efd3 !important;
    margin:5px;
    width:24%;
    border-radius:10px;
 }


.split_col .cat_details {
    margin: 42px auto 16px;
    padding: 0 4px;
    display: block;
    text-align: center;
    height: 100%;
}


.cat_img {
    width: 150px;
    height: 150px;
    display: block;
    padding: 0;
    margin: 0 auto 8px;
}

.cat_img img{
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.cat_name {
    font-size: 16px;
    font-family: helvetica;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 38px;
}

@media (min-width: 769px) and (max-width: 1028px){ /* media query max-width:769px- 992px start */

.split_col {
    background: #e4efd3 !important;
    margin:5px;
    width:23.5%;
    border-radius:10px;
 }

}

@media (min-width: 696px) and (max-width: 768px){ /* media query max-width:451px- 767px start */

.split_col {
    background: #e4efd3 !important;
    margin:5px;
    width:23.25%;
    border-radius:10px;
 }

 .cat_img img{
    vertical-align: middle;
    border-style: none;
    max-width: 90%;
}

}

@media (min-width: 530px)and (max-width: 695px){ /* media query max-width:451px- 767px start */

.split_col {
    background: #e4efd3 !important;
    margin:5px;
    width:31%;
    border-radius:10px;
 }

 .cat_img img{
    vertical-align: middle;
    border-style: none;
    max-width: 90%;
}

}

@media (min-width: 363px)and (max-width: 529px){ /* media query max-width:300px- 450px start */

.split_col {
    background: #e4efd3 !important;
    margin:5px;
    width:47%;
    border-radius:10px;
 }


 .cat_img {
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0 auto 8px;
    display:contents;
}

 .cat_img img{
    vertical-align: middle;
    border-style: none;
    max-width: 90%;
}

}

@media (max-width: 362px){ /* media query max-width:300px- 450px start */

.split_col {
    background: #e4efd3 !important;
    margin:5px;
    width:45%;
    border-radius:10px;
 }

 .cat_img {
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0 auto 8px;
    display:contents;
}

}


/******************** Advantagess Ends ******************/
/*******************************************************/


/***********************************************************************/
/*********************** Register/login Starts ************************/

.boxs {
background: #fff;
margin: 0 0 30px;
border: solid 1px #e6e6e6;
box-sizing: border-box;
padding:20px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
margin-bottom: 50px;
margin-top: 10px;
color: black;
}

.boxs .box-header {
background:#f7f7f7;
margin:-20px -20px 20px;
padding:20px;
border-bottom: solid 1px #eeeeee;

}

/************************* Register/login Ends ************************/
/*********************************************************************/



/*******************************************************************/
/*********************** Breadcrums Starts ************************/

.breadcrumb {
padding: 8px 15px;
margin-bottom:20px;
background-color: #ffffff;
border-radius: 0;

}

.breadcrumb > li + li:before {
content: ">\00a0";
color:#cccccc;

}


.checkout-breadcrumbs{
font-size:2em;
line-height:1.3;
color: #ccc;
padding:15px 0;
margin-bottom:15px;
}

.checkout-breadcrumbs a,
.checkout-breadcrumbs a:hover{
color: #ccc;
text-decoration:none;
}

.checkout-breadcrumbs a.active{
color:#111;
}



/************************* Breadcrums Ends ************************/
/*****************************************************************/

/*************************************************************/
/*********************** Cart Starts ************************/

#cart_pro_details #proceed .btn-primary.active.focus, .btn-primary.active:focus,
.btn-primary.active:hover, .btn-primary:active.focus, 
.btn-primary:active:focus, .btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
color:#fff;
background-color:#000;
border-color:#000;
}

#cart_pro_details #proceed .btn-primary:hover{
color:#fff;
background-color:#000;
border-color:#000;
}

@media (max-width: 767px){ /* media query max-width:767px start */

#cart .container #cart_details #cart_pro_details{
padding: 0px;
}

#cart .container #cart_details #cart_pro_price_details{
padding: 0px;
}

}

/************************* Cart Ends ************************/
/***********************************************************/


/***********************************************************/
/*********************** Address Starts ************************/

@media (max-width: 767px){ /* media query max-width:767px start */

.container #checkout_details{
padding: 0px;
}

}

/************************* Address Ends ************************/
/****************************************************************/

/****************************************************************/
/*********************** Checkout Starts ************************/

@media (max-width: 767px){ /* media query max-width:767px start */

.container #cart_pro_details{
padding: 0px;
}

.container #cart_pro_price_details{
padding: 0px;
}

}

#checkout_details .form-group{
padding:0px 15px 0px 15px;
}

#checkout_details .form-control{
padding:0px 15px 0px 15px;
border-radius:5px;
}


#checkout_details .btn-primary.active.focus, .btn-primary.active:focus,
.btn-primary.active:hover, .btn-primary:active.focus, 
.btn-primary:active:focus, .btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
color:#fff;
background-color:#000;
border-color:#000;
}

#checkout_details .btn-primary:hover{
color:#fff;
background-color:#000;
border-color:#000;
}


/************************* Checkout Ends ************************/
/****************************************************************/


/******************************************************************/
/************************ Categories Starts ***********************/



/************************* Categories Ends ************************/
/******************************************************************/