/* 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;

}

/* Top Navbar Styles  */

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

#top {

background-color:#fff;
/*padding: 3px 0;*/
}

#top .offer {
color: #555555;
}



#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;

}

#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 .offer {
margin-bottom: 10px;
}*/

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

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




   .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: #ed1c24;
   	border-color: #ed1c24;
   }
   


/* Header Styles */

#navbar .container{
	width:100%;
}

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

}

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

.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-nav{
padding-top:10px;
}

.navbar ul.nav > li > a:hover{
background:rgba(255,28,36);
}

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

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

.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:rgba(255,28,36);
    border-radius:5px;
}

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;
}

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



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



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



#slider {

margin-bottom:40px;

}

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

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

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

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

/*#navbar{
	margin-top: -20px ;
}

#navbar .container{
	margin-top:-80px; 
}*/

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

}

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

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

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

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

}

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

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

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



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

}

/*//////////////////////////////////////* Advantages Styles /////////////////////////*/

.box {
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;
}

/*/////////////////////////////////////////////////////////////////////////////*/


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

#advantagess .container .boxs{
	position:relative;
	text-align: center;
	height:250px;
	width:50%;
	margin-bottom:20px;
	box-sizing: border-box;

}

.boxs .imgbox{
	overflow :hidden;
    border-radius: 10px;
}

.imgbox img{
	height: 250px;
	width:100%; 
	transition:transform .8s;
}

.container .boxs:hover .imgbox img{
	transform:scale(1.2);
}

#advantagess .container .boxs .imgbox h2{
	font-family: 'Yellowtail', cursive;
    position: absolute;
	top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
   font-size:2.2em;font-weight: bold;
}


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

#advantagessss .container .boxss{
	position:relative;
	height:250px;
	width:25%;
	margin-bottom:10px;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

.boxss .imgebox{
	overflow :hidden;
}

.imgebox img{
	height: 300px;
	width:100%; 
	transition:transform .8s;
}

#advantagessss .container #text-right {
	text-align: right;
	margin-top: 45px;
}


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

#advantagesoffer .container .boxss{
	position:relative;
	text-align: center;
	height:250px;
	margin-bottom:20px;
	box-sizing: border-box;

}

.boxss .imgboxx{
	overflow :hidden;  
    border-radius: 10px;
}

.imgboxx img{
   height: 250px;
   width:100%; 
   transition:transform .8s;
   filter: blur(1.5px);
}


#advantagesoffer .imgboxx img{
   height: 250px;
   width:100%; 
   transition:transform .8s;
   filter: blur(1.5px);
   border-radius:10px;
}

#advantagesoffer .container .boxss .imgboxx h2{
   font-family: 'impact', cursive;
   position: absolute;
   top: 40%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
   font-size:2.2em;
   font-weight: bold;
   text-align:center;
}


                           /*for desktops  ends*/

@media (min-width: 768px) and (max-width:991px){

#advantagess .container {         /* media query 768 starts*/
	width:90%;
	margin-bottom: 30px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#advantagess .container .boxs{

	position:relative;
	height:200px;
	width:50%;
	margin-bottom:20px;
	box-sizing: border-box;
}

.boxs .imgbox{
	overflow :hidden;
}

.imgbox img{
	height: 200px;
	width:100%; 
	transition:transform .8s;
}

.container .boxs:hover .imgbox img{
	transform:scale(1.2);
}

#advantagess .container .boxs .imgbox h2{
   font-size:2.2em;
}

#advantagessss .container { 
	margin-bottom: 30px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#advantagessss .container .boxss{
	position:relative;
	height:200px;
	width:33%;
	margin-bottom:20px;
	box-sizing: border-box;
}

#advantagessss .container #img4{
	display: none;
}


.boxss .imgebox{
	overflow :hidden;
}

.imgebox img{
	height: 200px;
	width:100%; 
	transition:transform .8s;
}

#advantagessss .container #text-right {
	text-align: right;
	margin-top: 45px;
}

#advantagesoffer .imgboxx img{
   height: 250px;
   width:100%; 
   transition:transform .8s;
   filter: blur(1.5px);
   border-radius:10px;
}

#advantagesoffer .container .boxss .imgboxx h2{
   font-family: 'impact', cursive;
   position: absolute;
   top: 40%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
   font-size:2em;
   font-weight: bold;
   text-align:center;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height:15em;
}

}                          /* media query ends*/

@media (min-width: 600px) and (max-width:767px){

#advantagess .container {         /* media query 600 starts*/
	width:100%;
	margin-bottom: 30px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#advantagess .container .boxs{

	position:relative;
	height:200px;
	width:50%;
	margin-bottom:20px;
	box-sizing: border-box;
	padding:0 5px 0 5px;
}

.boxs .imgbox{
	overflow :hidden;
}

.imgbox img{
	height: 200px;
	width:100%; 
	transition:transform .8s;
}

.container .boxs:hover .imgbox img{
	transform:scale(1.2);
}

#advantagess .container .boxs .imgbox h2{
   font-size:2.2em;
}

#advantagessss .container { 
	margin-bottom: 30px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#advantagessss .container .boxss{
	position:relative;
	height:200px;
	width:33%;
	margin-bottom:20px;
	box-sizing: border-box;
}

#advantagessss .container #img4{
	display: none;
}


.boxss .imgebox{
	overflow :hidden;
}

.imgebox img{
	height: 200px;
	width:100%; 
	transition:transform .8s;
}

#advantagessss .container #text-right {
	text-align: right;
	margin-top: 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height:17em;
}

}                          /* media 600 query ends*/

@media (min-width: 400px) and (max-width:599px){

#advantagess .container {         /* media query 400 starts*/
	width:100%;
	margin-bottom: 30px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#advantagess .container .boxs{

	position:relative;
	height:150px;
	width:50%;
	margin-bottom:20px;
	box-sizing: border-box;
	padding:0 5px 0 5px;
}

.boxs .imgbox{
	overflow :hidden;
}

.imgbox img{
	height: 150px;
	width:100%; 
	transition:transform .8s;
}

.container .boxs:hover .imgbox img{
	transform:scale(1.2);
}

#advantagess .container .boxs .imgbox h2{
   font-size:2em;
}

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

#advantagessss .container #img4{
	display: block;
}

#advantagessss .container .boxss{
	position:relative;
	height:150px;
	width:50%;
	margin-bottom:10px;
	box-sizing: border-box;
}

.boxss .imgebox{
	overflow :hidden;
}

.imgebox img{
	height: 150px;
	width:100%; 
	transition:transform .8s;
}

#advantagessss .container #text-right {
	text-align: right;
	margin-top: 0px;
}


#advantagesoffer .imgboxx img{
   height: 250px;
   width:100%; 
   transition:transform .8s;
   filter: blur(1.5px);
   border-radius:10px;
}

#advantagesoffer .container .boxss .imgboxx h2{
   font-family: 'impact', cursive;
   position: absolute;
   top: 40%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
   font-size:1.8em;
   font-weight: bold;
   text-align:center;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height:22em;
}

}                          /* media 400 query ends*/

@media only screen and (max-width:399px){

#advantagess .container {         /* media query 300 starts*/
	width:100%;
	margin-bottom: 30px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#advantagess .container .boxs{

	position:relative;
	height:120px;
	width:50%;
	margin-bottom:20px;
	box-sizing: border-box;
	padding:0 5px 0 5px;
}

.boxs .imgbox{
	overflow :hidden;
}

.imgbox img{
	height: 120px;
	width:100%; 
	transition:transform .8s;
}

.container .boxs:hover .imgbox img{
	transform:scale(1.2);
}

#advantagess .container .boxs .imgbox h2{
   font-size:1.5em;
}


#advantagessss .container {         /* media query 300 starts*/
	width:100%;
	margin-bottom: 30px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#advantagessss .container .boxss{

	position:relative;
	height:120px;
	width:50%;
	margin-bottom:10px;
	box-sizing: border-box;
	padding:0 5px 0 5px;
}

.boxss .imgebox{
	overflow :hidden;
}

.imgebox img{
	height: 120px;
	width:100%; 
	transition:transform .8s;
}

#advantagessss .container #text-right {
	text-align: right;
	margin-top: 0px;
}

}                          /* media 300 query ends*/



/*/////////////////////////////////////////////////////////////////////////////*/

#imgslider .container { /*for desktops  starts*/
	width:1900px;
	padding: 0px;
	margin-bottom: 30px;
	display:flex;
	animation-name: slideani;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}


#imgslider .slidebox{
	position:relative;
	width:1900px;
	animation-name: slideani;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}

#imgslider .slidebox{
}

@keyframes slideani{
	0%{
		left:0px;
	}
	20%{
		left:-300px;
	}
	30%{
		left:-600px;
	}
}


#advantages {
text-align:center;
}


#advantages .box .icon {
position: absolute;
width:100%;
text-align:center;
top: 0px;
left:0;
color:#eeeeee;
transition: all 0.2s ease-out;
z-index:1;
box-sizing: border-box;
margin: 10px 0 0 0;

}
#advantagesss .col-md-12{
	list-style: none;
	float: left;
    width: 100%;
}

.container .sam-height-row{
	text-align: center;
	padding: 0px;
}

.container .sam-height-row li{
	display: inline-block;
    width: 200px;
}

.container .sam-height-row li img{
	margin: 0 10px 0 10px;
}

@media (min-width:993px) and (max-width:1600px){

#advantagesss .sam-height-row li:first-child .icon p.img:before, 
#advantagesss .sam-height-row li:last-child .icon p.img:after {
    height: 0px;
    border: 0px;
}
}

.container .sam-height-row p.img:before {
    width: 50px;
    margin: 50px 0px 0 -32px;
}
.container .sam-height-row p.img:after {
    width: 40px;
    margin: 50px 0px 0px -18px;
    }

 .container .sam-height-row p.img:after,  
 .container .sam-height-row p.img:before {
    content: "";
    height: 2px;
    border-top: #000 dashed 1px;
    position: absolute;
}

.container .sam-height-row h5{
    font-size: 16px;
    font-weight: 600;
    color: rgb(237 , 28 ,36 );
}

.container .sam-height-row span {
    font-size: 13px;
    line-height: 20px;
    display: block;
    color: #555555;
}

#advantages h3 {
position:relative;
margin: 0 0 20px;
font-weight: 300;
text-transform: uppercase;
z-index:2;

}

#advantages .box h3 a:hover {
text-decoration:none;
}

#advantages .box p{
position:relative;
color:#555555;
z-index:2;
text-transform: uppercase;

}


.container .sam-height-row li #dum{
padding-bottom: 20px;
}

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

#advantagesss .sam-height-row li:first-child .icon p.img:before, 
#advantagesss .sam-height-row li:last-child .icon p.img:after {
    height: 0px;
    border: 0px;
}

.container .sam-height-row li img{
	margin: 0 10px 0 10px;
	height:90px;
	width:75%;

}

.container .sam-height-row li{
	display: inline-block;
    width: 150px;
}

.container .sam-height-row li #dum{
padding-bottom: 30px;
}

.container .sam-height-row p.img:before {
    width: 0px;
}
.container .sam-height-row p.img:after {
    width: 40px;
    margin: 50px 0px 0px -8px;
    }

}


                          /* media query (max-width: 992px) ends */


@media only screen and (max-width: 699px){ /* media query max-width:500px start */

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

#advantagesss .container .sam-height-row{
text-align: center;
 margin: 0px 0px;

} 

#advantagesss .container  .sam-height-row li{
	display: block;
    width: 100%;

} 

#advantagesss .sam-height-row .icon {
	display: inline-block;
    width: 100%;
    text-align: left;

}  


#advantagesss .sam-height-row .icon .img{
    width: 95px;
    margin: 0;
    float: left;
    padding: 25px 10px;
} 

#advantagesss .sam-height-row .icon img{
   width: 100%;
	height: 100%;
}

#advantagesss .sam-height-row .icon h5{
	font-size: 18px;
    margin: 45px 0 10px 110px;
}


#advantagesss .sam-height-row .icon span {
    font-size: 12px;
    line-height: 17px;
    margin-left: 110px;
}

 .sam-height-row .icon p.img:before,  li:first-child
 .icon .sam-height-row p.img:before {
    width: 1px;
    margin: 85px 0 0 45px;
    border-top: 0;
    border-left: 1px dashed #000;
    height: 30px;
}


.sam-height-row .icon p.img:after, 
.sam-height-row li:last-child .icon p.img:before {
    width: 0;
    height: 0;
    border: 0;
}

}


 /* media query (max-width: 699px) ends */ 

/*/////////////////////////////// Products Styles  //////////////////////*/

#hot h1 {
text-transform: uppercase;
color: black;
font-weight: 100%;
text-align: center;

}

#hot h2 {
text-transform: uppercase;
font-size: 36px;
color: black;
font-weight: 100%;
text-align: center;

}


.single {
width:290px;
}

#content .product {
/*height:350px;*/
background:#fff;
border: solid 1px #e6e6e6;
box-sizing: border-box;
margin-bottom: 30px;
}

#content .product .text p.price {
font-size:18px;
text-align:center;
font-weight:300;
color:#555555;

}

#content .product .text .btn-default{
font-size:18px;
border-radius: 10px;
text-align:center;
background-color:#41b6ac;
color:#fff;
}

#content .product .text h3 {
text-align:center;
font-size:17px;
color:rgb(85, 85, 85);

}

#content .product .text h3 a {

color:rgb(85, 85, 85);
}

#content .product .text {
padding:10px;
height: 90px;
}

#content .product .text .buttons .btn {
margin-bottom:10px;
}


.product .thumb-info-title {
    background: rgba(237, 28, 36, 0.9);
    bottom: 10%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 9px 9px 9px;
    position: static;
    margin-top: -40px;
    z-index: 1;
    width: 80%;
    border-radius: 10px;

}

.product .thumb-info-inner {
display:block;

}

.dis_section {
    width: 50px;
    height: auto;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 9%;
    background: #7ee0ac;
    font-size: 1em;
    color: #050505;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}

@media(min-width:992px) and   (max-width:1199px){  /* media query max-width: 768px start */
 
 .single {
width:240px;
}

#content .product {
/*height:350px;*/
background:#fff;
border: solid 1px #e6e6e6;
box-sizing: border-box;
margin-bottom: 30px;
}


.product .thumb-info-title {
    background: rgba(237, 28, 36, 0.9);
    bottom: 10%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 9px 9px 9px;
    position: static;
    margin-top: -40px;
    z-index: 1;
    width: 95%;
    border-radius: 10px;

}

#content .product .text .btn-default{
font-size:15px;
font-weight:300px;
border-radius: 10px;
text-align:center;
background-color:#41b6ac;
color:#fff;
}

}

@media(min-width:756px) and   (max-width:991px){  /* media query max-width: 768px start */
 .single {
width:186px;
}

#content .product {
/*height:340px;*/
background:#fff;
border: solid 1px #e6e6e6;
box-sizing: border-box;
margin-bottom: 30px;
}
.product .thumb-info-title {
    background: rgba(237, 28, 36, 0.9);
    bottom: 10%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 9px 9px 9px;
    position: static;
    margin-top: -40px;
    z-index: 1;
    width: 80%;
    border-radius: 10px;

}

}


@media(min-width:700px) and   (max-width:755px){  /* media query max-width: 768px start */
 .single {
width:175px;
}

#content .product {
height:200px;
margin:0px;

}

}

@media(min-width:400px) and   (max-width:699px){  /* media query max-width: 768px start */
 .single {
width:50%;
}

#content .product {
/*height:200px;*/
margin:0px;

}

}

@media (max-width: 399px){

.single {
width:100%;
margin: 0px auto auto 5px;
text-align: center;
}

#content .product{
/*height:200px;*/
background:#fff;
border: solid 1px #e6e6e6;
box-sizing: border-box;
margin-bottom: 0px;

}

}


/*  Page header Styles  */

.pageheader{
	width:100%;
	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;
}


/*  Breadcrumb Styles  */

.breadcrumb {
padding: 8px 15px;
margin-bottom:20px;
background-color: #ffffff;
border-radius: 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);

}

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

}

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

.breadcrumb {
padding: 8px 0;
text-align:center;
}

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


/* products categories and categories styles */

#content .panel.sidebar-menu {

box-sizing: border-box;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);

}

#content .panel.sidebar-menu h3{
font-weight: bold;
text-transform: capitalize;
}

#content .panel.sidebar-menu ul.nav.category-menu {
margin-bottom:20px;
}

#content .panel.sidebar-menu ul.nav.category-menu li a {
text-transform: capitalize;
font-weight: bold;
}

#content .panel.sidebar-menu h3 {
padding: 5px 0;
margin: 0;
}

#content .panel.sidebar-menu h4{
padding: 5px 0;	
}

#content .row .boxc{
    background: #fff;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0px 10px 10px 10px;
    color:black;
}

#content .row .boxc h1 {
    font-size:1.5em;
}


/* Newstyle Products Styles */

#newstyles{
	background-color: #fff;
	margin: 10px 10px;
	height:220px;
}

.newstyle{
	padding: 10px;

}

.newstyle .horizontals{
	padding-left: 5px;
	padding-right: 5px;
	height:200px;
}

.newstyle .horizontal{
	padding-left: 5px;
	padding-right: 5px;
}

#newstyles .newstyle .horizontals .products img{
height:200px;
box-sizing: border-box;
}

.newstyle .horizontal h3 a{
	font-size: .7em;
	color: #555;
}

.horizontal h3,.price,.buttons{
	text-align: left;
	color: rgb(237,28,36);
}

.newstyle .horizontal .btn-default{
	color:#fff;
	background-color: #41b6ac;
}

.newstyle .horizontals .btn-default{
	color:#fff;
	background-color: #41b6ac;
}

.newstyle .horizontals .text p{
	width:30%;
}

.newstyleoffer .horizontaloffer{
   padding-left: 0px;
   padding-right: 0px;
   
}

#newstylee .newstyleoffer .horizontaloffer .productoffer img{
height:250px;
width:100%;
box-sizing: border-box;
border-radius:5px 0px 0px 5px;
}

.newstyleoffer .horizontaloffer .text .row{
   margin:0px;
}

@media (max-width:992px) and (min-width:769px){

	.newstyle .horizontal .price{
	color:black;
	font-size: 1em;
}

.horizontal .product .text{
	margin-bottom: 20px;
}

.newstyle .horizontals .text p{
	width:60%;
}

}

@media only screen and (max-width: 768px){

.newstyle .horizontals .text p{
	width:60%;
}

}

@media (max-width:767px) and (min-width:500px){

#newstylee{
	background-color: #fff;
	margin: 10px 10px;
	height:220px;

}

#content #newstylee .product {
background:#fff;
border-style:none;
box-sizing: border-box;
margin-bottom:0px;
}

.newstyle .horizontal .price{
	color:black;
	font-size: 1em;
}

.horizontal .product .text{
	margin-bottom: 20px;
}

#newstyles{
	background-color: #fff;
	margin: 10px 10px;
	height:200px;
}

.newstyle{
	padding: 10px;

}

.newstyle .horizontals{
	padding-left: 5px;
	padding-right: 5px;
	height:180px;
}

#newstyles .newstyle .horizontals .products img{
height:180px;
box-sizing: border-box;
}

.newstyle .horizontals .text p{
	width:70%;
}

}

@media (max-width:499px) and (min-width:351px){

#newstylee{
	background-color: #fff;
	margin: 10px 10px;
	height:220px;
	
}

#content #newstylee .product {
background:#fff;
border-style:none;
box-sizing: border-box;
margin-bottom:0px;
}

#newstyles{
	background-color: #fff;
	margin: 10px 10px;
	height:200px;
}

.newstyle .horizontals{
	padding-left: 5px;
	padding-right: 5px;
	height:180px;
}

#newstyles .newstyle .horizontals .products img{
height:180px;
box-sizing: border-box;
}

.newstyle .horizontals .text p{
	width:100%;
}

#content .panel.sidebar-menu ul.nav.category-menu li a {
text-transform: capitalize;
font-weight: bold;
font-size: 12px;
padding:5px;
}

.panel-heading {
    padding: 8px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    font-size:12px;
}

.panel-body {
    padding: 8px;
}

.panel-body b{
font-size: 12px;
}

.col-xs-4{
	padding-left:0px;
	padding-right:5px;
}

.col-xs-8{
	padding-left:5px;
	padding-right:10px;
}

.col-xs-6 .center-responsive{
	padding:5px 5px;
}

.row .product-box{
	padding-left:10px;
	padding-right:0px;
	margin-bottom: 10px;
}

.product .thumb-info-title {
    background: rgba(237, 28, 36, 0.9);
    bottom: 10%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 5px;
    position: static;
    margin-top: -40px;
    z-index: 1;
    width: 80%;
    border-radius: 10px;

}

.dis_section {
    width: 50px;
    height: auto;
    border-radius: 5%;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 15%;
    background: #9f9f9f;
    font-size: 1em;
    color: #050505;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}

#content .product .text .btn-default {
   font-size: .8em;
   border-radius: 10px;
   text-align: center;
   background-color: #41b6ac;
   color: #fff;
}

#content .product .text h3 {
    text-align: center;
    font-size: 1em;
    color: rgb(85, 85, 85);
}

#content .row .boxc{
    background: #fff;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0px 0px 10px 10px;
    color:black;
}

#content .row .boxc h1 {
    font-size:1.2em;
}

}

@media (max-width:350px){

#newstyles{
	background-color: #fff;
	margin: 10px 10px;
	height:240px;
}

#newstylee{
	background-color: #fff;
	margin: 10px 10px;
	height:220px;
	
}

#content #newstylee .product {
background:#fff;
border-style:none;
box-sizing: border-box;
margin-bottom:0px;
}

.newstyle .horizontals{
	padding-left: 5px;
	padding-right: 5px;
	height:180px;
}

#newstyles .newstyle .horizontals .products img{
height:180px;
box-sizing: border-box;
}

.newstyle .horizontals .text p{
	width:100%;
}

#content .panel.sidebar-menu ul.nav.category-menu li a {
text-transform: capitalize;
font-weight: bold;
font-size: 12px;
padding:5px;
}

.panel-heading {
    padding: 8px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    font-size:12px;
}

.panel-body {
    padding: 8px;
}

.panel-body b{
font-size: 12px;
}

.col-xs-4{
	padding-left:0px;
	padding-right:5px;
}

.col-xs-8{
	padding-left:5px;
	padding-right:10px;
}

.col-xs-6 .center-responsive{
	padding:5px 5px;
}

.row .product-box{
	padding-left:10px;
	padding-right:0px;
	margin-bottom: 10px;
}

.product .thumb-info-title {
    background: rgba(237, 28, 36, 0.9);
    bottom: 10%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 5px;
    position: static;
    margin-top: -40px;
    z-index: 1;
    width: 80%;
    border-radius: 10px;

}

.dis_section {
    width: 50px;
    height: auto;
    border-radius: 5%;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 15%;
    background: #9f9f9f;
    font-size: 1em;
    color: #050505;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}

#content .product .text .btn-default {
   font-size: .8em;
   border-radius: 10px;
   text-align: center;
   background-color: #41b6ac;
   color: #fff;
}

#content .product .text h3 {
    text-align: center;
    font-size: 1em;
    color: rgb(85, 85, 85);
}

#content .row .boxc{
    background: #fff;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0px 10px 10px 10px;
    color:black;
}

#content .row .boxc h1 {
    font-size:1.2em;
}

}


/* Shop Products Styles */

@media (max-width: 768px) {

.center-responsive {
width:50%;
margin:0 auto;
}

}

@media (max-width: 600px) {

.center-responsive {
width:50%;
margin:0 auto;

}

}

@media (max-width: 550px) {

.center-responsive {
width:50%;
margin:0 auto;

}

}

/* Details Styles */

.boxdetail{
background: #fff;
margin: 0 0 30px;
padding:0 20px 20px 20px;
margin-bottom: 10px;
color: black;
}


#content #productMain {

margin-bottom: 10px;
height: 100%;

}

#content #productMain .price {
font-size: 30px;
font-weight: 300;
text-align: center;
margin-top: 15px;

}

#content #mainImage {
margin-bottom: 30px;

}

#content #mainImage .carousel-inner img{
height:400px;
width:100%;

}

#content #thumbs a{
display: block;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
border : solid 2px transparent;
}


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


#content .headline { 
height: 350px;
}

.boxdetail .right b{
	color: #fff;
	font-weight: 700;
	font-size:2em;
}

.boxdetail .right span{
	color: white;
	font-weight: 500;
	font-size:1.8em;
}

.boxdetail .right h4{
	font-size:1.2em;
	color: #555;
	text-align:justify;
	padding-top: 10px;
}

.row .box .tab{
	font-size:1.2em;
	padding:10px;
}


@media (min-width: 451px) and (max-width: 768px) {     /* footer media query */
#content #mainImage .carousel-inner img{
height:350px;
width:100%;

}
#content #thumbs img{
	height:150px;
	width:100%;
}

.boxdetail .right b{
	color: #fff;
	font-weight: 700;
	font-size:1.5em;
}

.boxdetail .right span{
	color: white;
	font-weight: 500;
	font-size:1.2em;
}

.boxdetail .right h4{
	font-size:1em;
	color: #555;
	text-align:justify;
	padding-top: 10px;
}

.row .box .tab{
	font-size:1.1em;
	padding:7px;
}

}


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


#content #mainImage .carousel-inner img{
height:300px;
width:100%;

}

#content #thumbs a{
width:150%;
}

#content #thumbs img{
	height:100px;
	width:100%;
}

.boxdetail .right b{
	color: #fff;
	font-weight: 700;
	font-size:1.4em;
}

.boxdetail .right span{
	color: white;
	font-weight: 500;
	font-size:1.2em;
}

.boxdetail .right h4{
	font-size:1em;
	color: #555;
	text-align:justify;
	padding-top: 10px;
}

.row .box .tab{
	font-size:1em;
	padding:5px 7px;
}


}



/*Business Details Styles Starts */

/*  Business Reviews Styles Starts  */

.product-reviews .reviews-summary .avg-rating{
	text-align:center;
}

.product-reviews .reviews-summary .avg-rating header{
	font-weight:bold;
    font-size: 16px;
}

.product-reviews .reviews-summary .avg-rating i{
	font-size:9em;
	color: #FFE358;
}

.product-reviews .reviews-summary .avg-rating footer{
	font-weight:500;
    font-size: 15px;
}

.product-reviews .reviews-summary .avg-rating footer span{
	font-weight:bold;
	padding:2px;
    background: #FFE358;
}

.product-reviews .reviews-summary .rating-bars{
border-right:1px solid #eee;
}

.product-reviews .reviews-summary .rating-bars>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-reviews .reviews-summary .rating-bars>ul>li {
    margin-bottom:10px;
}

.rating-bars .clearfix:after, .rating-bars .clearfix:before {
    content: " ";
    display: table;
}

.product-reviews .reviews-summary .rating-bars .star {
    font-weight:500;
    font-size: 15px;
	margin-top:19px;
	margin-right:4px;
    color: #000;
}

.product-reviews .reviews-summary .rating-bars .percent-rating{
    position: relative;
    display: inline-block;
}

.product-reviews .reviews-summary .rating-bars .percent-rating>.percent {
    position:relative;
    text-align:left;
    display:inline-block;
    width:200px;
    height:18px;
    background-color:#EEE;
}

.product-reviews .reviews-summary .rating-bars .percent-rating>.percent>span {
    position:absolute;
    display:inline-block;
    height:18px;
    background-color:#FFE358;
}

.product-reviews .reviews-summary .rating-bars .percent-rating>.rating {
    position:absolute;
    left:208px;
    top:-1px;
    font-weight:500;
    font-size:12px;
    color: grey;
}

.product-reviews .reviews-summary .write-review header{
	font-size: 18px;
	font-weight:500;
	margin-bottom:10px;
}

.product-reviews .reviews-summary .write-review button{
border-radius:0px;
}

.product-reviews .reviews-listing hr {
margin-right:-20px;
margin-left:-20px;
}

.product-reviews .reviews-listing h4{
margin:0px;
font-size:20px;
margin-top:5px;	
}

.product-reviews .reviews-listing .reviews-list hr {
margin-right:-20px;
margin-left:-60px;
}

.product-reviews .reviews-listing .reviews-list hr:last-child{
	display:none;
}

.product-reviews .reviews-listing .reviews-list{
list-style:none;	
}

.product-reviews .reviews-listing .reviews-list li .user-picture{
position: absolute;
margin-top:-7px;
left:25px;
overflow: hidden;
border-radius: 50%;
}

.product-reviews .reviews-listing .reviews-list li .review-body{
margin-left:40px;
}

.product-reviews .reviews-listing .reviews-list li .review-body h4{
color: #333333;
font-size:18px;
margin-right:5px;
margin-bottom:3px;
text-transform:capitalize;
text-decoration:none;
}

.product-reviews .reviews-listing .reviews-list li .review-body h4 .rating{
width:18px;
height:18px;
margin-top:-3px;
}

.product-reviews .reviews-listing .reviews-list li .review-body h5{
font-size:15px;
margin-top:7px;
margin-bottom:7px;
}

.product-reviews .reviews-listing .reviews-list li .review-body span{
color:#999999;
}

.product-reviews .reviews-listing .reviews-list li .review-body .review-meta{
color: rgb(85, 85, 85) !important;
font-size:13px;
font-weight:500;
}

.product-reviews .reviews-listing .reviews-list li .review-body p{
margin:5px 0px;
text-transform:capitalize;
max-width:600px;
font-size:16px;
line-height:20px;
}

.product-reviews .reviews-listing .reviews-list li .review-body .review-date{
color:#999999;
}

/*  Business Reviews Styles Ends  */



/*Business Details Styles Ends */




/* Order Styles Starts */


.order label{
 color:black;
}




/* Order Styles Ends */


/* Cart page Styles */

#content #cart .table tbody tr td img {
width: 50px;
}

#content #cart .table tbody tr td input {
width: 40px;
text-align: right;

}

#content #cart .table tbody tr td{
vertical-align: middle;

}
#content #cart .table tfoot {
font-size:18px;
}

.box .box-footer {
background: #f7f7f7;
margin: 30px -20px -20px;
padding:20px;
border-top: solid 1px #eeeeee;

}

.box .box-footer:before,
.box .box-footer:after {
content:" ";
display: table;
}

.box .box-footer:after {
clear:both;
}

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

}

#content #order-summary table {
margin-top: 20px;

}
#content #order-summary table td {
color: #999999;
}

#content #order-summary table tr.total td,
 #content #order-summary table tr.total th{
 font-size: 18px;
 color:#555555;
 font-weight: 700;
 
 }

/* Footer Styles */

#content{
    padding-left:0px;
    padding-right: 0px;
}


#hot h2:hover{
color:red;
}



#footer {
background-color: rgba(240,240,240,0.3);
padding: 20px;
color:rgba(0,0,0,0.8);
font-weight:bold;
}

#footer ul {
padding-left: 0;
list-style: none;
font-weight:bold;

}

#footer ul a:hover{
	text-decoration: none;
	color:white;
}

#footer ul a {
color:black;
opacity: 0.6;
}


#footer .social {
text-align: left;
}

#footer .social a {
margin: 0 10px 0 0;
color: #fff;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 15px;
line-height: 30px;
font-size: 15px;
text-align: center;
transition: all 0.2s ease-out;
vertical-align: bottom;
background-color:black;
}

#copyright {

background:#333;
color:#ccc;
padding:20px 0;
font-size:12px;
text-transform: uppercase;
}

#copyright p {
margin: 0;

}


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

#hot h2{
	font-size:2em;
}

}

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

#hot h2{
	font-size:1.8em;
}

}

/* tick and cross icons styles */


 .tick1{
font-size:18px !important;
color:red;
}

.cross1{
font-size:18px !important;
color:red;
}

.tick2{
font-size:18px !important;
color:red;
}

.cross2{
font-size:18px !important;
color:red;
}

/* Password Strength Checker Styles */

#meter_wrapper{
border:1px solid grey;
width:202px;
height:20px;
margin:0;
border-radius:3px;

}


#meter{
width:0px;
height:18px;
border-radius:2px;

}


#pass_type{
font-size:15px;
margin-top:10px;
position:absolute;
top:0;
right:90px;
margin-bottom:10%;
color:grey;

}

/* Aboutus Styles */


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

.box-header h1{
	font-size:1.5em;
	font-weight:bold;
}

.box-header p{
	font-size:1em;
	
}

.about img{
	width:300px;
}

.about p{
	font-size:1em;
	
}


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



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


.box-header h1{
	font-size:1.2em;
	font-weight:bold;
}

.box-header p{
	font-size:.8em;
	
}

.about img{
	width:200px;
	height:200px;
}

.about p{
	font-size:1em;
	
}   

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


/* Aboutus Styles Ends */

#message {
    display:none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

#message p {
    padding: 10px 35px;
    font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}


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

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

.icon-bar a:hover{
  background-color: rgb(237,28,36);
  color: white;
}



/*   Modal  */

.modal-dialog {
  width: 650px;
}
.modal-content {
  padding: 0 32px 22px;
}
.modal-header {
	padding:15px 0;
	margin-bottom:25px;
}
.modal-body {
	padding:10px 0;
}
.modal .modal-header .close {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  text-align: center;
  text-shadow: none;
  width: 31px;
}

.owl-buttons {
  left: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform:translateY(-50%);
   -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
     -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%)
}
.owl-buttons div {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 7px;
  text-transform: capitalize;
}
.owl-buttons .owl-next {
	float:right;
}



@media (max-width: 600px){

.owl-buttons div {
  opacity: 0;
}

}


/*///////////////////Accordion /////////////////*/

 
button.accordion {
  width: 100%;
  margin-bottom:15px;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
 
button.accordion:after {
  content: '\f055';
  font-family: "fontawesome";
  font-size: 14px;
  float: right;
  
}
 
button.accordion.is-open:after {
  content: '\f056';
}
 
button.accordion:hover, button.accordion.is-open {
  background-color: #ddd;
}
 
.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}


/*////////////////////Accordion Ends//////////////////////*/

