


  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* customer style here...*/
/* headersection start here...*/

.headersection{


}
.team_pack{
  display:block;
}
.top-title-left{
  float:left;
  margin-left: 32px;
}

.top-title-right{
  float: right;
  padding: 12px;
 margin-right: 17px;
}
.expro {
	float: left;
	padding: 3px;
	padding-top: 0px;
	margin-top: -16px;
	width: 158px;
}

.expro a {
  background-color: #fff;
	color: #666;
	text-decoration: none;
  display: block;
  margin: 8px auto;
  height: 44px;
  border-radius: 22px;
  position: relative;

}
.expro img {
	width: 32px;
	height: 41px;
	padding-top: 6px;
	padding-left: 11px;
	border-radius: 25px;

}
.expro a span{
  max-height: 30px;
  line-height: 15px;
  margin-left: 45px;
  width: 100px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.expro a p{
  padding: 6px;
  text-align: left;

}
.more-etails{
  float: left;
	padding: 3px;
	padding-top: 0px;
	margin-top: -16px;
	width: 158px;
}
.more-etails img{
  width: 153px;
height: 60px;
}

.monthly-offer img {
  	width: 153px;
  	height: 57px;
  	padding-top: -4px;
  	margin-top: -2px;
  }
  .w3ls_header_home {
  	background: #E8F5FE;
  	padding: 3.5px 0px 0px 0px;
  	height: 60px;
  }

/* headersection contenteditable here...*/

/*logo header*/
.header-two {
	height: 83px;
	margin: 16px;

}
.header-search {
	float: left;
	width: 42%;
	text-align: center;
	margin:10px 46px;
}
.header-search form {
	position: relative;
}
.header-search input[type="search"] {
	width: 100%;
  height: 45px;
	padding: 1em 5em 1em 1em;
	font-size: 1em;
	color: #999;
	outline: none;
	border: 1px solid #cccccc;
	border-radius: 48px;
	background: none;
	-webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.header-search .btn-default {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 128px;
	height: 45px;
	outline: none;
	border-radius: 48px;
	box-shadow: none;
	background: #FF6A00;
	padding: 0;
	border-radius:0px 25px 25px 0px;
	-webkit-appearance: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.my-account {
	float: left;
}
/* en &BaN language start*/
.header_right {
	margin-left: -22px;
  float:left;
}

.header_right button {
  border-radius: 4px;
  background-color: #FF6A00;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 12px;

  transition: all 0.5s;
  cursor: pointer;
  margin: 7px;
}

.header_right button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.header_right button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.header_right button:hover span {
  padding-right: 23px;
}

.header_right button:hover span:after {
  opacity: 1;
  right: 0;
}
.header_right button i {
  font-size:24px;color:#fff;
}
/* en &BaN language end*/
/* login start*/
.header_right_login{
  float:left;
  padding: 2px;
  margin: 2px;

}
.header_right_login a{
text-decoration: none;
font-size: 16px;
}
.header_right_login a i {
	font-size: 31px;
	padding: 17px;
	margin-left: -24px;
	color: #FF6A00;
}
.header_right_login a span{
  margin-left: -16px;
  color: #666;

}
/* login enend*/
/* messages start*/
.header_right_messages{
  float:left;
  padding: 2px;
  margin: 7px;
}
.header_right_messages a{
  text-decoration: none;
  font-size: 16px;
}
.header_right_messages a i{
  font-size: 31px;
	padding: 17px;
	margin-left: -14px;
	color: #FF6A00;
}
.header_right_messages a span{
  margin-left: -14px;
  color: #666;
}
/* messages enend*/
/* orderstart*/
.header_right_orders{
  float:left;
  padding: 2px;
  margin: 7px;
}
.header_right_orders a{
  text-decoration: none;
  font-size: 16px;
}
.header_right_orders a i{
  font-size: 31px;
	padding: 9px;
	margin-left: -10px;
	color: #FF6A00;
}
.header_right_orders a span{
  margin-left: -8px;
  color: #666;
}
/* orders enend*/
/* charset start*/
.header_right_cart{
  float:left;
  padding: 2px;
  margin: 7px;
}
.header_right_cart a{
  text-decoration: none;
  font-size: 16px;
}
.header_right_cart a i {
	font-size: 31px;
	padding: 8px;
	margin-left: -15px;
	color: #FF6A00;
}
.header_right_cart a span{
  margin-left: -8px;
  color: #666;
}
/* cart enend*/
/* slidersection star here*/
.slidersection{

  background: url(../pg/bannar2.png)no-repeat center 0px;
  background-size: auto;
  background-size: auto;
  text-align: center;
  background-size: cover;
}
/* time offer start here*/

.offertime{
  /* background: url(../img/time_offer-1.jpg)no-repeat center 0px; */
  height:102px;
  border-radius:26px;
  background: #FED8AC;
}


.month_offer {
	float: left;
	border-right: 10px solid #fff;
	height: 102px;
}

.ml4 {
  position: relative;
  font-weight: 900;
  font-size: 29px;
  color: #FE824B;
}
.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0;
}
.time{
  float:left;
}
.time_offer_view{
  float: right;
  border-left: 10px solid #fff;
  height: 102px;
}



/* time offer end here*/
/* ttime count  here*/



/* time count end here*/
.slidermenu{
  background:#fff;
  height: 386px;
}
.menuleft{
  width:285px;
  float:left;
}
.leftsidemenuhover a:hover{
  background:#FF6A00;


}

.leftitem{
  background:#FF6A00;
}
.slider{
  float: left;
}
.slider_big{
  width: 612px;
  padding-top: 17px;

}
/***slider big**/



/***slider big**/

.menuright {
  float: right;



}
.rightmenu_item_1{
  border-bottom: 1px solid #6E6E6E66;
  width: 294px;
  height:92px;
  float: left;
}
.rightmenu_item_2{
  border-bottom: 1px solid #6E6E6E66;
  width: 294px;
  height: 120px;
  float: left;
  padding-top: 13px;
}
.menuright-1{
float: left;
}
.menuright-1 a img {
	width: 145px;
	height: 112px;
	padding: 6px;
	margin-left: -26px;
}
.menuright-1 a span{
  padding: 10px;
}
.menuright_view_1{
  float:right;
  height: 107px;
}
.menuright_view_1 h5{
  font-size: 16px;
  padding: 1px;
  color: #FF6A00;
  text-align: center;
  margin-bottom: 13px;
}
.menuright_view_1 a img {
  width: 119px;
  height: 26px;
  border-radius: 16px;
  float: right;
}
.menuright_view_1 a {
	width: 119px;
	height: 27px;
	border-radius: 25px;
	/* float: right; */
	font-size: 13px;
	padding: 1px;
	margin-top: -18px;
}
.menuright_view_1 a:hover{
  background:#3075F1;
}
.menuright_view_1 p {
	text-decoration: none;
	margin-left: -32px;
	font-size: 13px;
	color: #009AFC;
	margin-top: -10px;
	line-height: 17px;
}


/* slidersection end here */



.header-logo {
	float: left;
	display: block;

}
.main-h1 > span {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 50px;
	height: 60px;
}
.main-h1 > span img:nth-child(1) {
	top: 0;
	-webkit-animation: spin_intervel 5s infinite linear;
	animation: spin_intervel 5s infinite linear;
}
.main-h1 > span img:nth-child(2) {
	bottom: 0;
	left: 0;
}
.main-h1 > span img {
	display: block;
	position: absolute;
	display: block;
}
.main-h1 > span img:nth-child(3) {
	bottom: 0;
	right: 15px;
	-webkit-animation: spin_intervel2 5s infinite linear;
	animation: spin_intervel2 5s infinite linear;
	height: 15px;
}
.main-h1 > img {
	display: block;
	float: left;
}
/*Navbar menu start here*/

/*-- header-three --*/
.header-three {
    border-bottom: 1px solid #eaeaea;
    background:red;
    background-size: cover;
}
/*-- //header-three --*/

/*Navbar menu end here*/
/*product slider-1 start here*/

.product_slider{
  height: 257px;
  margin-top: 21px;
  border-radius: 11px;
}
.product_slider_left-1 {
	background: #8AB2E2;
	float: left;
	width: 307px;
	height: 258px;
}

.more_view_button {
	width: 100px;
	height: 34px;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #000;
	background-color: #ECF7FF;
	border: none;
	border-radius: 26px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	position: absolute;
	margin: -40px 0px 0px 35px;
}

.more_view_button:hover {
  background-color: #3075F1;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}



.product_slider_left-1 img {
	width: 278px;
	height: 233px;
	margin-top: 13px;
}
.new_arrival_more_view{
  width: 99px;
  height: 35px;
  background: #666;
  position: absolute;
  margin: -47px 0px 0px 42px;
}



.p_slider-1{
  background:#fff;
  float: right;
}
.agile-product-text-slider-1 h5 {
	font-size: 12px;
	line-height: 6px;
	font-family: 'Offside', cursive;
	margin-top: 0px;
	text-transform: capitalize;
}
.agile-product-text-slider-1 h5 a {
	color: #0280e1;
}
.agile-product-text-slider-1 h6 {
	margin: 8px 0 11px;
	font-size: 13px;
	color: #333;
}
.agile-product-text-slider-1 h6 del {
	color: #999;
	margin-right:13px;
}
.glry-w3agile-grids-slider-1 {
	background-color: #FFF;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 0 0 #555;
	-moz-box-shadow: 0 0 0 0 #555;
	-o-box-shadow: 0 0 0 0 #555;
	-ms-box-shadow: 0 0 0 0 #555;
	box-shadow: 0 0 0 0 #555;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.glry-w3agile-grids-slider-1 a {
	display: block;
}
.glry-w3agile-grids-slider-1 img {
	width: 70%;
	margin: 2em auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.view-caption-1 {
	background-color: rgba(0, 0, 0, 0.85);
	bottom: 0;
	left: 0;
  background: red;
	position: absolute;
	right: 0;
	padding: 7% 5% 5% 35%;
	text-align: left;
	top: 0;
	z-index: 99;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(-110%, 0px, 0px);
	-moz-transform: translate3d(-110%, 0px, 0px);
	-o-transform: translate3d(-110%, 0px, 0px);
	-ms-transform: translate3d(-110%, 0px, 0px);
	transform: translate3d(-110%, 0px, 0px);
}
.view-caption-1 h4 {
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	/* font-weight: normal; */
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: 'Offside', cursive;
	font-weight: 600;
	text-transform: capitalize;
}
.view-caption-1 h4 a {
	color: #f44336;
}
.view-caption-1 p {
	font-size: 1em;
	color: #999;
	line-height: 1.8em;
}
.view-caption-1 h5 {
	font-size: 1.5em;
	color: #fff;
	background: #3075f1;
	width: 60px;
	height: 60px;
	line-height: 2.9em;
	-webkit-border-radius: 62%;
	-moz-border-radius: 62%;
	-o-border-radius: 62%;
	-ms-border-radius: 62%;
	border-radius: 62%;
	text-align: center;
	margin: 1em auto;
}
.w3ls-cart-slider-1 {
	display: block;
	background: #f44336;
	color: #fff;
	font-size: 1em;
	text-align: center;
	border-radius: 3px;
	border: 1px solid;
	width: 80%;
	outline: none;
	padding: .5em 0;
	margin: 0 auto;
}
/*product slider-1 end here*/
/***** product slider item-2 strat****/


  .product_slider_item-2{
    height: 257px;
    margin-top: 21px;
    border-radius: 11px;
  }
  .product_slider_left_item-2 {
  	background: #E8A058;
  	float: left;
  	width: 100%;
  	height: 100%;
}
  .product_slider_left_item-2 img {
    width: 514px;
    height: 257px;
    margin-left: -15px;
  }
  .special_l-1{
    float: left;
    width: 242px;
  }
  .special_r-1{
    float: left;
    width: 242px;
  }
  .product_slider_right_item-2 {
	background: #2598FC;
	float: right;
	width:100%;
	height:100%;
	margin:-257px 0 0 0px;
}
  .product_slider_right_item-2 img {
    width: 278px;
    height: 257px;
  }

  .more_view_button_left_item-2 {
  	width: 100px;
  	height: 34px;
  	font-family: 'Roboto', sans-serif;
  	font-size: 10px;
  	text-transform: uppercase;
  	letter-spacing: 2.5px;
  	font-weight: 500;
  	color: #000;
  	background-color: #ECD927;
  	border: none;
  	border-radius: 26px;
  	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  	transition: all 0.3s ease 0s;
  	cursor: pointer;
  	outline: none;
  	position: absolute;
  	margin: -42px 0px 0px 7px;
  }

  .more_view_button_left_item-2:hover {
    background-color: #C00000;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  .more_view_button_right_item-2 {
  	width: 100px;
  	height: 34px;
  	font-family: 'Roboto', sans-serif;
  	font-size: 10px;
  	text-transform: uppercase;
  	letter-spacing: 2.5px;
  	font-weight: 500;
  	color: #000;
  	background-color: #ADDBFC;
  	border: none;
  	border-radius: 26px;
  	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  	transition: all 0.3s ease 0s;
  	cursor: pointer;
  	outline: none;
  	position: absolute;
  	margin: 210px 0px 0px -98px;
  }

  .more_view_button_right_item-2:hover {
    background-color: #3075F1;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  .new_arrival_more_view{
    width: 99px;
    height: 35px;
    background: #666;
    position: absolute;
    margin: -47px 0px 0px 42px;
  }

  .p_slider_item-2 {
  	background: #fff;
  	float: left;
  	width: 100%;
  	height: 100%;
}
  .agile-product-text-slider-1 h5 {
  	font-size: 12px;
  	line-height: 6px;
  	font-family: 'Offside', cursive;
  	margin-top: 0px;
  	text-transform: capitalize;
  }
  .agile-product-text-slider-1 h5 a {
  	color: #0280e1;
  }
  .agile-product-text-slider-1 h6 {
  	margin: 8px 0 11px;
  	font-size: 13px;
  	color: #333;
  }
  .agile-product-text-slider-1 h6 del {
  	color: #999;
  	margin-right:13px;
  }
  .glry-w3agile-grids-slider-1 {
  	background-color: #FFF;
  	display: block;
  	overflow: hidden;
  	position: relative;
  	-webkit-box-shadow: 0 0 0 0 #555;
  	-moz-box-shadow: 0 0 0 0 #555;
  	-o-box-shadow: 0 0 0 0 #555;
  	-ms-box-shadow: 0 0 0 0 #555;
  	box-shadow: 0 0 0 0 #555;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
  	opacity: 1;
  	filter: alpha(opacity=100);
  }
  .glry-w3agile-grids-slider-1 a {
  	display: block;
  }
  .glry-w3agile-grids-slider-1 img {
  	width: 70%;
  	margin: 2em auto;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
  	opacity: 1;
  	filter: alpha(opacity=100);
  }
  .view-caption-1 {
  	background-color: rgba(0, 0, 0, 0.85);
  	bottom: 0;
  	left: 0;
    background: red;
  	position: absolute;
  	right: 0;
  	padding: 7% 5% 5% 35%;
  	text-align: left;
  	top: 0;
  	z-index: 99;
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
  	-webkit-transform: translate3d(-110%, 0px, 0px);
  	-moz-transform: translate3d(-110%, 0px, 0px);
  	-o-transform: translate3d(-110%, 0px, 0px);
  	-ms-transform: translate3d(-110%, 0px, 0px);
  	transform: translate3d(-110%, 0px, 0px);
  }
  .view-caption-1 h4 {
  	border-bottom: 1px solid #ccc;
  	font-size: 1.2em;
  	/* font-weight: normal; */
  	margin-bottom: 10px;
  	padding-bottom: 10px;
  	font-family: 'Offside', cursive;
  	font-weight: 600;
  	text-transform: capitalize;
  }
  .view-caption-1 h4 a {
  	color: #f44336;
  }
  .view-caption-1 p {
  	font-size: 1em;
  	color: #999;
  	line-height: 1.8em;
  }
  .view-caption-1 h5 {
  	font-size: 1.5em;
  	color: #fff;
  	background: #3075f1;
  	width: 60px;
  	height: 60px;
  	line-height: 2.9em;
  	-webkit-border-radius: 62%;
  	-moz-border-radius: 62%;
  	-o-border-radius: 62%;
  	-ms-border-radius: 62%;
  	border-radius: 62%;
  	text-align: center;
  	margin: 1em auto;
  }
  .w3ls-cart-slider-1 {
  	display: block;
  	background: #f44336;
  	color: #fff;
  	font-size: 1em;
  	text-align: center;
  	border-radius: 3px;
  	border: 1px solid;
  	width: 80%;
  	outline: none;
  	padding: .5em 0;
  	margin: 0 auto;
  }
/***** product slider item-2 strat****/
/***** product slider item-1 strat****/
  .product_slider_item{
    margin-top:25px;
  }
  .product_slider_item-1{
    height: 257px;
    margin-top: 21px;
    border-radius: 11px;
  }
  .product_slider_left_item-1 {
    background: #19acce4d;
    float: left;
    width: 100%;
    height: 100%;
  }
  .product_slider_middle_item-1 {
    background:#fff;
    float: left;
    width: 100%;
    height: 100%;
  }
  .product_slider_middle_item-1 img {
    width: 618px;
    height: 304px;
    margin-left: -15px;
  }
    .product_slider_right_item-1 {
  	background: #19acce4d;
  	float: right;
    width: 100%;
    height: 100%;

  }
  .more_view_button_middle_item-1 {
  	width: 100px;
  	height: 34px;
  	font-family: 'Roboto', sans-serif;
  	font-size: 10px;
  	text-transform: uppercase;
  	letter-spacing: 2.5px;
  	font-weight: 500;
  	color: #000;
  	background-color: #F4A901;
  	border: none;
  	border-radius: 26px;
  	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  	transition: all 0.3s ease 0s;
  	cursor: pointer;
  	outline: none;
  	position: absolute;
  	margin: -42px 0px 0px 163px;
  }

  .more_view_button_middle_item-1:hover {
    background-color: #C00000;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  .more_view_button_right_item-1 {
  	width: 100px;
  	height: 34px;
  	font-family: 'Roboto', sans-serif;
  	font-size: 10px;
  	text-transform: uppercase;
  	letter-spacing: 2.5px;
  	font-weight: 500;
  	color: #000;
  	background-color: #ADDBFC;
  	border: none;
  	border-radius: 26px;
  	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  	transition: all 0.3s ease 0s;
  	cursor: pointer;
  	outline: none;
  	position: absolute;
  	margin: 210px 0px 0px -98px;
  }

  .more_view_button_right_item-1:hover {
    background-color: #3075F1;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  .p_slider_item-1 {
  	background: #F2FEFE;
  	float: left;
  	width: 100%;
  	height: 100%;
}
.line{
  border-top: 1px solid #E6E7EB;
}
/***** product slider item-1 end****/


/*product slider plugin code start here*/
.owl-carousel .owl-item {
	float: left;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	/* -ms-touch-action: pan-y; */
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-buttons div {
	color: transparent;
}

.owl-buttons {
  position: absolute;
  top: 100px;
  right: 0;
  width: 100%;
}


.owl-buttons .owl-prev::before {
	content: "\f137";
	font-family: 'FontAwesome';
	color: #3075F1;
	font-size: 2em;
	line-height: 1.25em;
	position: absolute;
  left:0;
  text-align:left;
  width: 50px;
}
.owl-buttons .owl-next::before {
	content: "\f138";
	font-family: 'FontAwesome';
	color: #3075F1;
	font-size: 2em;
	line-height: 1.25em;
	position: absolute;
  right:0;
  text-align: right;
  width:50px;
  margin-top: -13px;

}
/* .owl-buttons {
  display: none;
} */

.owl-carousel:hover .owl-buttons {
  display: block;
}
/******slider_big*/
#owl-demo_big .owl-buttons{
  top:160px;
  transition:500ms;
  opacity:0;
}

#owl-demo_big:hover .owl-buttons{
  display: block;
  opacity: 1;
}

#owl-demo_big .owl-buttons .owl-prev::before {
	content: "\f137";
	font-family: 'FontAwesome';
	color: #E6E7EB;
	font-size: 2em;
	line-height: 1.25em;
	position: absolute;
  left:0;
  text-align:left;
  width: 50px;
}

#owl-demo_big .owl-buttons .owl-next::before {
	content: "\f138";
	font-family: 'FontAwesome';
	color:#E6E7EB;
	font-size: 2em;
	line-height: 1.25em;
	position: absolute;
  right:0;
  text-align: right;
  width:50px;
  margin-top: -20px;

}
.owl-carousel1.owl-buttons {
  display: none;
}

.owl-carousel1.owl-carousel:hover .owl-buttons {
  display: block;
}
/******slider_big*/

/*product slider plugin code end here*/

/****Today order product start here****/
.order_title {
	border: 7px solid #C6E4E7;
	background: #fff;
	margin-top: 0px;
	border-radius: 17px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.order_title_holdsale {
	border: 7px solid #C6E4E7;
	background: #F7A707;
	margin-top: 0px;
	border-radius: 17px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.order_title_holdsale a h1{
  text-transform: capitalize;
  color: #fff;
  font-family: 'Offside', cursive;
  text-align: center;
  font-weight: 20px;
}
.order_title h1{
  text-transform: capitalize;
  color: #f44336;
  font-family: 'Offside', cursive;
  text-align: center;
  font-weight: 20px;
}
.order_title2 h1{
  text-align: left;
  color:red;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.today_order_products{
  background: #fff;
  /* height: 593px; */
}
.product_page{
  float: right;
}
.product_page-1 {
	width: 204px;
	height: 271px;
}
.product_page-1 img {
  height:146px;
  width: 134px;
}

.product_head {
	width: 928px;
	margin-top: -54px;
	margin-left: -25px;
}
.single_product_head {
	width: 1204px;
	margin-top: -54px;
	margin-left: 0px;
  margin-bottom: 80px;
}

  .product_page_slider_middle_item-1 {
    background:#fff;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 16px;
  }
  .product_page_slider_middle_item-1 img {
  	width: 450px;
  	height: 233px;
  	margin-left: -15px;
}
  .product_page_view_middle_item-1 {
  	width: 100px;
  	height: 34px;
  	font-family: 'Roboto', sans-serif;
  	font-size: 10px;
  	text-transform: uppercase;
  	letter-spacing: 2.5px;
  	font-weight: 500;
  	color: #000;
  	background-color: #F4A901;
  	border: none;
  	border-radius: 26px;
  	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  	transition: all 0.3s ease 0s;
  	cursor: pointer;
  	outline: none;
  	position: absolute;
  	margin: -48px 0px 0px 88px;
  }

  .product_page_view_middle_item-1:hover {
    background-color: #C00000;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  .product_page_slider_left_item-1 {
    background: #5A3829;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 16px;
  }
  .product_page_slider_right_item-1 {
  background: #770B29;
  float: right;
  width: 100%;
  height: 100%;
  margin-top: 16px;

}


.today_order_products_item{
  margin-top:17px;
  margin-right: -2px;
  float: left;
}

.today_order_products_item_more{
  margin-top:17px;
  margin-right: -2px;
  float: right;
  background: #5FB2A0;
  height: 270px;
}
.delivery_car{
padding: 17px;
}
.delivery_car img {
	width: 201px;
	margin-left: -27px;
	margin-top: 14px;
	height: 139px;

}
.delivery_car p {
 font-size: 12px;
 color:#fff;
 font-family: 'Roboto', sans-serif;
letter-spacing: 2.5px;

}
.delivery_car a {
 text-decoration: none;
}
.delivery_car_view {
  width: 206px;
  height: 34px;
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #FAAF06;
  border: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  margin: 8px 0px 0px 0px;
  margin-left: -32px;
}
.delivery_car_view:hover {
  background-color: #FF661F;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;

}
.new_arrival_slider{
  width: 192px;
	height: 227px;
}
.product_slider_1 {
	width: 248px;
	height: 272px;
	background: #fff;
}
.new_arrival_slider img {
	height: 134px;
	width: 124px;
}
.product_slider_1 img {
	height: 175px;
	width: 155px;
}
.new_arrival_slider_text h5{
  font-size: 1em;
	line-height: 16px;
	font-family: 'Offside', cursive;
	margin-top: 13px;
	text-transform: capitalize;
}
.product_slider_1_text h5{
  font-size: 1em;
	line-height: 16px;
	font-family: 'Offside', cursive;
	margin-top: 13px;
	text-transform: capitalize;
}
.new_arrival_slider_text h6{
  margin: 0.5em 0 0;
	font-size: 1em;
	color: #333;
}
.product_slider_1_text h6{
  margin: 0.5em 0 0;
	font-size: 1em;
	color: #333;
}
.new_arrival_slider_text h6 del{
  color: #999;
	margin-right: 0.5em;
}
.product_slider_1_text h6 del{
  color: #999;
	margin-right: 0.5em;
}
.new_arrival_slider_text a{
  text-decoration: none;
}
.product_slider_1_text a{
  text-decoration: none;
}
.new_arrival_slider_1{
  width: 160px;
	height: 227px;
}
.new_arrival_slider_1 img {
	height: 129px;
	width: 102px;
}
.new_arrival_slider_text_1 h5{
  font-size: 1em;
	line-height: 16px;
	font-family: 'Offside', cursive;
	margin-top: 13px;
	text-transform: capitalize;
}
.new_arrival_slider_text_1 h6{
  margin: 0.5em 0 0;
	font-size: 1em;
	color: #333;
}
.new_arrival_slider_text_1 h6 del{
  color: #999;
	margin-right: 0.5em;
}
.new_arrival_slider_text_1 a{
  text-decoration: none;
}
.today_order-1 {
  width: 185px;
	height: 271px;
}
.today_order-1 img {
	height:146px;
  width: 134px;
}
.today_order_1_text h5 {
	font-size: 1em;
	line-height: 16px;
	font-family: 'Offside', cursive;
	margin-top: 6px;
	text-transform: capitalize;
}
.today_order_1_text h6 {
	margin: 0.5em 0 0;
	font-size: 1em;
	color: #333;
  text-align: center;
}
.today_order_1_text h6 del {
	color: #999;
	margin-right: 0.5em;
}
/****Today order product end here****/
/***footer start****/
.footer_1{
  padding-top: 5em;
  background: url(../images/bg.png)#42d406 no-repeat;
  background-size: auto;
  background-size: cover;
  margin-top: 10px;
}
.subscribe_section {
	width: 100%;
	height: 192px;
	background: url(../img/discount_view1.png)no-repeat center 0px;
	margin-top: -23px;
	background-size: cover;
}
.subscribe_left {
	float: left;
	margin-top: 30px;
	margin-bottom: 32px;
	margin-left: -62px;
}
.subscribe_right {
	float: left;
	margin-top: 38px;
	margin-bottom: 47px;
}
.top_footer{
  margin-top: -48px;
}
.top_footer_left{
  float: left;
}
.top_footer_middle{
  float: left;
}
.top_footer_right{
  float: left;
}
/***footer end****/

/**navbar **/
.nav_bar{
  padding: 3px;
}
.categories_all{
    padding-right: 16px;
}
.categories_all li a{
    font-size: 16px;
    border-right: 1px solid #E6E7EB;
}
.language_righr_side{
float: right;
}

.get_apps a {
  border-right: 1px solid #E6E7EB;
}
.bang_english a i{
  padding: 1px;
  color: #009AFC;
}
.bang_english a span{
  padding: 1px;
  font-size: 15px;
  font-weight: bolder;
  color: #f13232;
}

/**navbar responsive**/
@media (min-width: 768px) {
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
}
@media (max-width: 767px) {

/**navbar responsive**/
/**product section**/
  .product_section{
      background: url(../img/bannar2.png)no-repeat center 0px;
      background-size: auto;
      background-size: auto;
      background-size: auto;
      text-align: center;
      background-size: cover;
  }
  .product_section-2{
    background:#fff;
    width: 100%;
    height: 100%;
  }
  .sidebar {
	display: block;
	float: left;
	width: 22%;
	padding: 0;
	margin-top: -56px;
  border: 1px solid #E6E7EB;
}

.related_row h4{
  font-size: 1.1em;
  color: #f44336;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: 'Offside', cursive;
  margin-top: 25px;
}
.related_row ul{
  display: block;
}
.related_row ul li {
	position: relative;
	display: block;
	cursor: pointer;
	border: 1px solid #E6E7EB;
  text-align: left;
  margin-left: -41px;
}

/*.related_row ul li:hover {
  background-color: #3075F1;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}*/
.related_row ul li a{
  color: rgba(0,0,0,.5);
}
.related_row ul li a img {
	width: 32px;
	height: 41px;
	padding-top: 6px;
	padding-left: 4px;
	border-radius: 25px;
	margin-left: 3px;
	margin-right: 1px;
	padding-bottom: 7px;
}
.related_row ul li img {
	width: 32px;
	height: 41px;
	padding-top: 6px;
	padding-left: 4px;
	border-radius: 25px;
	margin-left: 3px;
	margin-right: 1px;
	padding-bottom: 7px;
}
.related_row a span.fa {
	text-align: right !important;
	margin-right: 5px;
  float: right;
  margin-top: 11px;
}
.new_arrival_cart button{
  font-size: 11px !important;
  padding: 10px !important;
}
.new_arrival_cart .slider-1{
  font-size: 19px !important;
  padding: 10px !important;
}
.new_arrival_cart .new_slider-1{
  font-size: 14px !important;
  padding: 10px !important;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 13px 15px 12px;
}
.related_row ul li a i{
	width: 26px;
	opacity: .99;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.child_menu_section li {
  padding: 6px;
  background: #F2F9FE;
  border: 1px solid #666;
}
.child_menu_section li:hover {
  background-color: #fff;
  color: #0056B3;

}
.child_menu_section li a:hover {
  color: #0056B3;

}
.child_menu_section li a {
	text-decoration: none;
	padding: 15px;
	font-size: 14px;
}
.price_section{
  text-align: left;
  text-align: left;
  padding-left: 78px;
  padding-bottom: 5px;
  font-size: 18px;
}
.price_section label::before{
  position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 20px;
height: 20px;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
}
.price_section label::after{
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.price_section label{
  padding-left: 7px;
}
  .scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}


/**product section**/
/**slider_big section**/
.slider_big{
  padding-top: 10px;
}
.slider_big.item_1 a img{
  width: 612px;
  height: 340px;
}
.slider_big.item_1 a h2{
  text-decoration: none;

}
.slider_big_text_item_1 {
	position: relative;
	padding: 0;
	overflow: hidden;
	margin-top: -216px;
}
.slider_big_text_item_1 h2{
  font-weight: 300;
  font-size: 35px;
  color: #fff
}

.slider_big_button_item_1 {
	width: 100px;
	height: 34px;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #000;
	background-color: #ECF7FF;
	border: none;
	border-radius: 26px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	position: absolute;
	margin: -40px 0px 0px 35px;
}
.slider_big_button_item_1:hover {
  background-color: #3075F1;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}
.holdsale_more_top_left {
	margin-left: -2%;
	width: 51%;
	float: left;
	border: 1px solid #D1CFCF;
}

/*single page*/
.single_top_left{
  margin-left: 5%;
  width: 34%;
  float: left;

}
.single_page_images img {
	width: 248px;
	height: 368px;
	padding: 10px;
}
.single_top_right {
	float: left;
	padding-left: 5em;
	border: 1px solid #D1CFCF;
	height: 367px;
}
.single_top_right h3 {
	text-transform: capitalize;
	font-size: 26px;
	color: #f44336;
	font-family: 'Offside', cursive;
	margin-bottom: .3em;
	text-align: left;
}
.single_top_right_holdsale {
	float: left;
	padding-left: 2em;
	border: 1px solid #D1CFCF;
	height: 367px;
}
.single_top_right_holdsale h3 {
	text-transform: capitalize;
	font-size: 26px;
	color: #f44336;
	font-family: 'Offside', cursive;
	margin-bottom: .3em;
	text-align: left;
  margin-top: 8px;
}
.single_top_right p {
	font-size: 1em;
	color: #999;
	line-height: 1.8em;
	text-align: left;
}
.single_top_right_holdsale p {
	font-size: 1em;
	color: #555;
	line-height: 0.8em;
	text-align: left;
}
.single_rating {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 27px;
}
.single_top_right ul {
	margin-left: -193px;

}
.single_top_right ul li {
	display: inline-block;
	margin-left: 3px;
	color: #0280e1;
  text-align: left;
}
.single_top_right ul li.rating {
	margin: 0 1.5em;
	color: #999;
	font-size: 1em;
}
.single_price ul li:nth-child(1) {
	 font-size: 2.8em;
	 font-weight: 300;
	 margin-right: 0.5em;
}
.single_price ul{
	 margin-left: -100px;
}
.single_price ul li {
	margin-right: 1em;
	font-size: 1em;
	color: #999;
}
.single_price ul li span.w3off {
	font-size: 1.5em;
	color: #0280e1;
	font-family: 'Offside', cursive;
}
p.single_price_text {
	margin: 1.5em 0;
}
.single_top_right form {
	display: inline;
}
.single_top_right .w3ls-cart {
	width: 28%;
	font-weight: 300;
	padding: 0.6em 0;
	border-color: #f44336;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
	display: inline-block;
  margin-left: -220px;
}
.single_top_right_holdsale .w3ls-cart {
	width: 28%;
	font-weight: 300;
	padding: 0.6em 0;
	border-color: #f44336;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
	display: inline-block;
	/* margin-left: -220px; */
	/* float: left; */
}
.w3ls-cart:hover {
  border-color:#0280E1;
  background:#0280E1;
  color: #fff;
}
.single_top_right .w3ls-cart i.fa {
	margin-right: 3px;
}
.single_top_right .w3ls-cart.w3ls-cart-like {
	margin-left: 1em;
	background: none;
	border: 1px solid #0280e1;
	color: #0280e1;
  margin-left: -65px;
}
.single_top_right_holdsale .w3ls-cart.w3ls-cart-like {
	/* margin-left: 1em; */
	background: none;
	border: 1px solid #0280e1;
	color: #0280e1;
	margin-left: 9px;
	float: left;
  width: 36%;
}
.w3ls-cart.w3ls-cart-like:hover {
  border-color:#0280E1;
  background:#0280E1;
  color: #fff;
}
.single_page_icons.social-icons {
	margin-left: -676px;
}

.single_page_icons.social-icons ul li h4 {
  font-size: 1.5em;
  color: #0280e1;
  font-family: 'Offside', cursive;
	margin-right: 1em;
}
.single-page-icons.social-icons ul li {
	vertical-align: middle;
}

/** login page ***/
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px
}

#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
.social-buttons a{
  margin: 12px 0;
  height: 39px;
  border-radius: 4px;
}
.social-buttons a i{
  font-size: 14px;
  padding: 0px;
  margin-left: -8px;
  color: #fff;

}

#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
/****signup***/
.signup_left{
  float: left;

}
.signup_right{
  float: left;
}
.signup_right h3 {
	text-transform: capitalize;
	font-size: 26px;
	color: #f44336;
	font-family: 'Offside', cursive;
	margin-bottom: .3em;

}
.login_left{
  float: left;
  margin-top: -75px;

}
.login_right{
  float: left;
  margin-top: -55px;
}
.login_right li{
list-style: none;
}
.login_right h3 {
	text-transform: capitalize;
	font-size: 26px;
	color: #f44336;
	font-family: 'Offside', cursive;
	margin-bottom: .3em;

}

/***bangla english buttons**/
/* #bangla{
  display:none;
}

#english{
  display: block;
}

.bangla{
  display:inline-block;
} */

/* service_promote_menu */
/* .service_promote_menu{
  width: 221px !important;
  height: : 20px !important;
} */
.right-1 {
	float: right;
	margin-top: -61px;
	margin-right: 30px;
}
.home_menu_right{
  float: left;
  padding: 6px;
}
.home_menu_right a{
  text-decoration: none;
}

.user_img_section{
  float: left;
}
.user_info_section {
	float: left;
	height: 219px;
	border: 1px solid #DFDFDF;
	margin-right: 0px;
	width: 661px;
	border-radius: 6px;
}
.user_info{
  width: 250px;
  margin-left: -54px;
  /* background: #FED8AC; */
}
.user_info img{
	width: 124px;
  height: 119px;
	padding: 12px;
	margin-top: 7px;
	margin-left: 54px;
	margin-bottom: -25px;

}
.user_info p{
	margin-top: -12px;
  margin-bottom: 0px;
}
.user_info h4{
	font-size: 17px;
  font-family: cursive;
  color: #009AFC;
}
.user_info a{
	text-decoration: none;
  color: #666;
  font-family: "Gill Sans", sans-serif;
  font-size: 14px;
  margin-left: 1px;
}
.user_info a i{
  color: #009AFC;
  font-size: 17px;
}
.user_info-1 {
	float: left;
	border-right: 3px solid #FED8AC;
	height: 180px;
	margin-top: 10px;
	margin-right: -8px;
}
.user_info-2 {
	float: left;
	border-left: 3px solid #FED8AC;
	height: 180px;
	margin-top: 22px;
	margin-left: 0px;
}
.user_info_item-1{
  float: left;
  border-bottom: 2px solid #FED8AC;
  margin-top: 2px;
}
.user_info_item-2{
  float: left;
  border-bottom: 2px solid #FED8AC;

}
.user_info_item-3{
  float: left;
}
.user_info_item-4{
  float: left;
  border-bottom: 2px solid #FED8AC;
  margin-left: 21px;
  margin-top: -11px;

}
.user_info_item-5{
  float: left;
  border-bottom: 2px solid #FED8AC;
  margin-left: 21px;


}
.user_info_item-6{
  float: left;
  margin-left: 21px;


}
.user_info_icon{
 float: left;
 font-size: 25px;
 color:#FF6A00;
 margin-top: 6px;
}
.user_info_detail{
float:left;
padding: 8px;
margin-top: 4px;

}
.user_info_detail p{
  font-family: cursive;
  color: #009AFC;
  font-size: 17px;
}
.user_info_detail p span{
  font-family: cursive;
  color: #F44336;
  font-size: 25px;
}
.add_product_section {
	float: left;
	margin-top: 15px;
	width: 938px;
	margin-left: -22px;
}
.admin_cat {
	float: left;
	margin-top: -16px;
	width: 956px;
	margin-left: -39px;
}
.add_product-1{
  float:left;
  /* background: red; */
  margin-top: 15px;

}
.add_product-2{
  float: left;
  background: #666;
}
.add_product-3{
  float: left;
  background: #F44336;
}
.add_product-4{
  float: left;
  background: red;
}
.add_product_section{
  margin-top: 10px;
}
.cat_img{
  width: 50px;
  height: 50px;
}
.mini_cart{
  margin:0;
  border-radius: 4px;
  /* display: none; */
}

.mini_cart ul{
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.mini_cart ul:hover{
   background-color: #F0EAE1;
}

.mini_cart_item-1 {
	width: 32px;
	height: 65px;
	margin-top: 10px;
	margin-left:4px;
	display: inline-block;
	overflow: hidden;
}
.mini_cart_item-1 img {
	width: 32px;
	height: 32px;
	border: 1px solid #6666;
	border-radius: 7px;
	padding: 2px;
	margin-top: 7px;
  overflow: hidden;
}

/***bangla english buttons**/
#bangla{
  display:none;
}

#english{
  display: block;
}
.bangla{
  display:inline-block;
} 
.mini_cart_item-2 {
	width: 90px;
  height: 60px;
	display: inline-block;
	overflow: hidden;
	padding: 1px;
	margin-left: 3px;
  /* background:#FB893C; */

}
.mini_cart_item-2 p {
	font-size: 11px;
	color: #1FB3FD;
	line-height: 13px;
}
.mini_cart_item-3 {
	width: 107px;
  height: 56px;
	display: inline-block;
	overflow: hidden;
	/* background: #282C34; */
}
.mini_cart_item-4 {
	width: 61px;
	height: 56px;
	display: inline-block;
	overflow: hidden;
	padding: 1px;
	/* background: #96D29E; */
	/* margin-top: 12px; */
}
.mini_cart_item-4 span{
	font-size:13px;
  margin-top:2px;
}
.mini_cart_item-5 {
	width: 14px;
	height: 56px;
	display: inline-block;
	overflow: hidden;
  margin-right:0;

}
.cart_line{
  border: 0.5px solid #CED4DA;
}
.mini_cart_order-1{
  float: left;
  width:130px;
	background: #17A2B8DE;
	height: 36px;
	border-top-left-radius: 4px;
	padding: 0;
}
.mini_cart_order-2 {
	float: right;
	width: 195px;
	height: 36px;
	border-top-right-radius: 4px;
	padding: 0;
}
.mini_cart_order-2 h6{
  margin-left: 6px;
  margin-top: 4px;
}
.mini_cart_order-2 h6 span{
  font-size: 13px;
  padding:9px;
  color:#fff;
  overflow: hidden;
}
.mini_cart_order-1 a span{
  font-size: 12px;
  padding:9px;
  color:#fff;
  overflow: hidden;
}
.mini_cart_order-1 a {
  text-decoration: none;
  margin-left: 15px;
}
.mini_cart_order_top-1{
  float: left;
  width:111px;
	background: #17A2B8DE;
	height: 36px;
	border-top-left-radius: 4px;
	padding: 0;
}
.mini_cart_order_top-2 {
	float: left;
	width: 181px;
	height: 36px;
	padding: 7px;
}
.mini_cart_order_top-2 h6 span{
  font-size: 12px;
  padding: 9px;
  color:#fff;
  overflow: hidden;
}
.mini_cart_order_top-1 a span{
  font-size: 16px;
  padding: 9px;
  color:#fff;
  overflow: hidden;
}
.mini_cart_order_top-1 a {
  text-decoration: none;
  margin-left: 15px;
}

.mini_cart_order_top-3 {
	float: right;
	width: 38px;
	height: 36px;
	border-top-right-radius: 4px;
	padding:0;
  margin: 0;
}
.mini_cart_order_section-1{
  margin: 0;
  padding: 0;
}

.cart_plus a{
float: left;
}
.cart_plus a i{
  font-size: 10px;
}

.select_empty_section h2 {
	position: absolute;
	padding: 32px;
	margin-left: 264px;
	font-size: 27px;
	color: red;
	font-family: revert;
}
.select_empty_section h5 {
	position: absolute;
	padding: 32px;
	margin-left: 288px;
	font-size: 20px;
	color: #218838;
	font-family: revert;
	margin-top: 33px;
}
  .select_empty_section img {
  	width: 280px;
  	height: 228px;
  	border-radius: 14px;
  	border: 2px solid #DBD8D2;
  	padding: 10px;
  	margin-bottom: 26px;
  	margin-top: 12px;
  }
  .select_empty_search_section h2 {
  	position: absolute;
  	padding: 16px;
  	margin-left: 290px;
  	font-size: 27px;
  	color: red;
  	font-family: revert;
  }
.select_empty_search_section h5 {
	position: absolute;
	padding: 32px;
	margin-left: 274px;
	font-size: 16px;
	color: #218838;
	font-family: revert;
	margin-top: 179px;
}
.select_empty_search_section img{
  width: 280px;
  height: 228px;
  border-radius: 14px;
  border: 2px solid #DBD8D2;
  padding: 10px;
  margin-bottom: 26px;
  margin-top: 12px;
}
.select_empty_order_section h2 {
position: absolute;
padding: 15px;
margin-left: 3px;
font-size: 27px;
color: red;
font-family: revert;
}
.select_empty_order_section h5 {
	position: absolute;
	padding: 32px;
	margin-left: 15px;
	font-size: 20px;
	color: #218838;
	font-family: revert;
	margin-top: 179px;
}
.select_empty_order_section img{
  width: 280px;
  height: 228px;
  border-radius: 14px;
  border: 2px solid #DBD8D2;
  padding: 10px;
  margin-bottom: 26px;
  margin-top: 12px;
}
.holsale_more_product{
  /* font-family:Lucida Console; */
  font-family:'Offside', cursive;;
  font-size:18px;
  font-style: italic;
  padding: 2px;
  text-decoration: none;
}

.scrollpanel {
  /* float: left; */
  /* margin-left: 3px; */
  width: 266px;
  height: 260px;
  border: 1px solid #ccc;
}
.scrollpanel .sp-scrollbar {
  width:2.5px;
  background-color: #ccc;
  cursor: pointer;

}
.scrollpanel .sp-scrollbar .sp-thumb {
  background-color: #009AFC;
  transition: height 0.2s ease-in-out;
  border-radius: 5px;
	}
.scrollpanel .sp-scrollbar.active .sp-thumb {
	  background-color:red;
	}
  .has-children-car img {
  	width: 24px;
  	height: 41px;
  	padding-top: 6px;
  	padding-left: 0px;
  	border-radius: 25px;
  	margin-left: -9px;
  	margin-right: 13px;
  	padding-bottom: 7px;
  }
/* #mylogin{
  margin: 10px;
  height: 300px;
} */
/* .navbar-container {
  display: flex;
  align-items: center;
} */

.d-flex {
  display: flex;
  align-items: center;
}
/* .header-logo1{
  float: left;
  margin-right: 311px;
} */
/* .header-logo1 h1{
  position: relative;
  font-size: 70px;
  margin-top: 0;
  font-family: 'Lobster', helvetica, arial;
    } */
/* .header-logo1 h1 a {
  text-decoration: none;
  padding-left: 18px;
  margin-top: -15px;
  color: #F00;
  position: absolute;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
    } */


.header-logo1 h1:after {
       content :'';
       color: #d6d6d6;
       text-shadow: 0 1px 0 white;
   }
 .cat_search_type {
 	width: 116px;
 	height: 42px;
 	margin-left: -136px;
 	/* border: 1px solid #E6E7EB; */
 }
.searce_field_logo {
	width: 514px;
	margin-left: -2px;
	height: 42px;
	border-radius: 0px 30px 30px 0px;
	border: 1px solid #E6E7EB;
}
.type_button {
	border: 1px solid #E6E7EB;
	height: 42px;
	border-radius: 25px 0px 0px 25px;
	padding: 7px;
	font-size: 15px;
	color: #666;
	/* color: #666; */
	text-decoration: none;
	width: 168px;
}

.select_wrap{
  /* width: 225px;
  margin: 15px auto; */
  position: relative;
  user-select: none;
  margin-bottom: -16px;
  /* background: red; */
}
.select_wrap .default_option{
  background: #fff;
  /* border-radius: 5px; */
  position: relative;
  cursor: pointer;
}



.select_wrap .default_option:before{
    content: "";
    position: absolute;
    top: 15px;
    right: 13px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #555555 #555555;
    transform: rotate(-45deg);
}

.select_wrap .select_ul{
  position: absolute;
  top: 43px;
  left: 0;
  width:192px;
  background: #fff;
  border-radius: 5px;
  display: none;
  z-index:999;
}

.select_wrap .select_ul li{
  padding: 10px 20px;
  cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover{
  background: #fff4dd;
}

.select_wrap .option{
  display: flex;
  align-items: center;
}


.select_wrap.active .select_ul{
  display: block;
}

.select_wrap.active .default_option:before{
  top: 15px;
  transform: rotate(-225deg);
}
.school_college {
	border: 1px solid #6666;
	/*margin-left: -24px;
	margin-right: 23px;
  margin-bottom: -1px;*/
  height: 137px;
  position: relative;
  margin-bottom: 7px;
}
.school_college_img{
  /* border:1px solid #666;
  margin-left: -38px; */
  float: left;
}
.school_college_text {
	/* border: 1px solid #666; */
	/* margin-left: 16px; */
	width: 100%;
}
.school_college_text h6 {
  text-align: left;
  margin-left: 6px;
  padding: 7px;
  color: green;
  font-size: 14px;
}
.school_college_text p {
	text-align: left;
	margin-left: 6px;
	padding: 7px;
	line-height: 0px;
	margin-top:0px;
}
.school_college_text p b  {
    text-transform: capitalize;
}


.school_college_img img {
	width: 130px;
	height: 134px;
	padding: 9px;
	/*margin-left: -12px;*/
}

.school_college_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6666;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.school_college:hover .school_college_overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.school_college_overlay_text {
  color: #FF3E3E;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* Important stuff */
.faq-question:after {
    content: "\25BC";
  }
.faq-question.open:after {
  content: "\25B2";
}
/* Class used instead of hidden attribute to allow for styling */
.hidden {
  display: none;
}



.wrap {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 310px;  
}

a {
  text-decoration: none;
  color: #1a1a1a;
}
