@font-face { 
font-family: 'Freakin';
src: url('Too Freakin Cute Demo.ttf') format('truetype');
font-weight: normal;
 font-style: normal;
}

body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  background: #fff;
  line-height: 22px;
}
.crusive
{
	font-family: 'Freakin';
  font-size : 25px;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 900;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #333;
  font-family: 'Lato', sans-serif;
}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 15px;}
h5 {font-size: 15px;}
h6 {font-size: 14px;}
a {color: #0099ff;text-decoration: none;}
a:hover {color: #e30016;text-decoration: none;}
p {margin: 0 0 25px;}
red {color: #ff0000;}
.dis-bl {display: block;}
.fleft {float: left;display: inline;}
.fright {float: right;display: inline;}
.textLeft {text-align: left !important;}
.textRight {text-align: right !important;}
.textCenter {text-align: center !important;}
.m1 {margin-top: 30px;}
.pr-10 {padding-right: 10px;}
.p15 {padding: 15px;}
.mauto {margin: 0 auto;}
.p0 {padding: 0 !important;}
.m0 {margin: 0 !important;}
.clear {
  clear: both;
  line-height: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.hr {
  height: 1px;
  width: 100%;
  background: #ccc;
  line-height: 1px;
  font-size: 0;
  margin: 15px 0;
}
.btn-style1:hover,.btn-style1:focus,
p.contact-info:hover:before,.pro-block:hover,#header,.dropdwn{
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
p.contact-info:hover:before{
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.title {
  color: #fff;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.title strong{color: #e30016;}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  color: #333;
}
.title span {
  display: inline-block;
  line-height: 30px;
  font-weight: 900;
}
.title span::after {
  position: absolute;
  width: 80px;
  content: " ";
  height: 3px;
  display: block;
  background-color: #187CBD;
  margin-left: -40px;
  left: 50%;
  margin-top: 12px;
}
.title-left{
  text-align: left;
}
.title-left span::after {
  left: 0;
  margin-left: 0;
}
.title a.more{
  padding-left: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.title a.more::after{
  margin-left: 3px;
  content: "\f178";
  font-family: FontAwesome;
  font-weight: normal;
}
.pageTitle{
  background: #f9f9f9;
  padding: 20px 0;
}
.pageTitle h1{
  position: relative;
  font-size: 18px;
  color: #777;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
  display: inline-block;
  margin: 0;
}
.pageTitle .root {
  background: none;
  margin: 0;
  font-size: 14px;
  border: none;
  padding: 0px 0px;
  text-transform: uppercase;
}
.pageTitle .root .breadcrumb {
  margin: 0;
  border-radius: 0;
  color: #999;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.pageTitle .root .breadcrumb > .active {
  color: #999;
}
.pageTitle .root .breadcrumb > li + li::before {
  font-family: FontAwesome;
  color: #999;
  content: "\f105";
  padding: 0 8px;
  font-weight: normal;
}
.pageTitle .root .breadcrumb a {
  color: #999;
}
.btn-style1,.btn-style2{
  border: none;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.btn-style1{
  background-color: #f25927;
  color: #fff;
}
.btn-style1:hover,.btn-style1:focus{
  background-color: #f8941a;
  color: #fff;
}
.btn-style2{
  background-color: #9ab234;
  color: #fff;
}
.btn-style2:hover,.btn-style2:focus{
  background-color: #cfd112;
  color: #fff;
}

#header {
  position: relative;
  z-index: 1040;
  background: #fff;  
}
#header .fixed{
  position: fixed ;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
}
#header .fixedShade{
  -webkit-box-shadow: 0 2px 5px 0 rgba(30,30,30,.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(30,30,30,.1);
  box-shadow: 0 2px 5px 0 rgba(30,30,30,.1);
}
.logo {
  display: block;
  margin: 0 !important;
  padding: 0px 0;
  text-align: center;
  margin: 0 !important;
  position: relative;
}
.logo img {
  height: 100px;
  display: block;
}
.headerNav{
  margin: 15px 0;
}
.topBar {
  background: #e4f2f5;
  color: #555;
  font-size: 16px;
  line-height: 48px;
  font-family: 'Lato', sans-serif;
}
.topBarCont{
  margin: 0 -10px;
}
.topBar a{
  color: #333;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin: 0 10px;
}
.topBar a::before{
  font-weight: normal;
  position: absolute;
  height: 48px;
  font-family: FontAwesome;
  margin-left: -25px;
  font-size: 20px;
  line-height: 48px;
}
.inr{
  display: inline-block;
  padding-left: 12px;
  position: relative;
}
.inr::before{
  font-weight: normal;
  position: absolute;
  font-family: FontAwesome;
  width: 12px;
  text-align: center;
  left: 0;
}
.topBar .inr::before{
  line-height: 50px;
  font-size: 16px;
}
.topBar .cartItems{
  display: inline;
  background-color: #f15822;
  color: #fff;
  padding: 5px;
  border-radius: 100%;
  margin-left: 5px;
}
.mobBtn{
  display: none;
}
.headerNav > ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.headerNav > ul > li{
  
}
.headerNav > ul > li.bigMenu{
  position: static;
}
.headerNav > ul > li > a{
  display: block;
  padding: 24px 10px;
  white-space: nowrap;
	overflow: hidden !important;
  text-overflow: ellipsis;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.headerNav ul::after,ul.w33::after{
  content: ' ';
  height: 0px;
  display: block;
  clear: both;
}
.headerNav > ul > li:focus .dropdwn,
.headerNav > ul > li:hover .dropdwn{
  transform: scaleY(1);
}
.dropdwn{
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.9);
  padding: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(30,30,30,.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(30,30,30,.1);
  box-shadow: 0 2px 5px 0 rgba(30,30,30,.1);
  transform: scaleY(0);    
  transform-origin: top;
}
.dropdwn .pro-img{
  position: absolute;
  height: 36px;
  width: 36px;
  left: 0;
  top: 3px;
}
ul.w33{
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.w33 li{
  float: left;
  display: inline;
  position: relative;
  width: 33.33%;
  padding-left: 36px;
}
.dropdwn ul > li > a{
  display: block;
  padding: 10px;
  white-space: nowrap;
	overflow: hidden !important;
  text-overflow: ellipsis;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.webSearch{border: 1px solid #ccc; margin: 28px 0;border-radius: 4px;overflow: hidden;}
.webSearch .form-control{border: none;box-shadow: none;font-size: 16px; padding: 10px;height: 40px;}
.webSearch .form-control:focus{border: none;box-shadow: none;}
.webSearch .input-group-btn > .btn{background: none;border: none;height: 40px;color: #f35822;padding: 8px;}
.webSearch .btn i{padding: 0;font-size: 20px;}
#slider-wrap {}
#pageSlider{}
#mSlider img{border-radius: 8px;}
.hero_box {
  position: absolute;
  color: #fff;
  padding: 30px 25px;
  text-align: left;
  bottom: 30px;
  left: 30px;  
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.hero_box h3 {
  color: #fbff4c;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 4px #000;
}
.hero_box h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000;
}
.hero_box p {
  color: #eee;
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-top:10px;
  font-weight: normal;
  text-shadow: 1px 2px 3px #000;
}
.hero_box span {display: inline-block;margin-top: 10px;}
.hero_box .shopNow{margin: 0;color: #fff;text-shadow: 1px 2px 3px #000;}
.owlCustomTheme {
  position: relative;
  margin-bottom: 40px;
}
.owlCustomTheme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
}
.owlCustomTheme .owl-nav button {
  margin: 0;
}
.owlCustomTheme .owl-nav button:hover{
  border-radius: 100%;
}
.owlCustomTheme .owl-nav button span:hover {
  background-color: #f25826;
  border-radius: 100%;
}
.owlCustomTheme .owl-nav button span {
  background-color: #9bb422;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  font-size: 46px;
  display: block;
  border-radius: 100%;
}
.owlCustomTheme .owl-nav button {
  position: absolute;
  height: 40px;
  text-indent: 0px;
  margin: 0 !important;
  line-height: 40px;
  top: -20px;
  border-radius: 100%;
}
.owlCustomTheme .owl-nav button.owl-prev {
  left: 15px;
}
.owlCustomTheme .owl-nav button.owl-next {
  right: 15px;
}
.outNav .owl-nav button.owl-prev {
  left: -20px;
}
.outNav .owl-nav button.owl-next {
  right: -20px;
}
.owlCustomTheme .owl-dots {
  position: absolute;
  margin: 0 !important;
  width: 100%;
  line-height: 40px;
}
.owlCustomTheme .owl-dots .owl-dot span {
  margin: 0 5px;
  display: inline-block;
}
.owlCustomTheme .owl-dots .owl-dot.active span, 
.owlCustomTheme .owl-dots .owl-dot:hover span
{
  background-color: #f25826;
  border-color: #f25826;
}
.owlCustomTheme .owl-dots .owl-dot span
{
  background: #eee;
  border: 2px solid #c1c1c1;
}
.owlCustomTheme .pro-block{
  margin: 0;
}
.catlistGal{margin-bottom: 20px;}
.calLists .owl-stage-outer{
  padding: 5px;
  margin: 0 -5px;
}
.calLists  .owl-nav{
  margin-top: -20px;
}
.light-div {
  padding: 30px 0;
  background: #F9F7EE;
}
.dark-div {
  padding: 20px 0;
  background: #f1fcbb;
  color: #111;
}
.subscribe{
  padding: 20px 0;
}
.subscribe h3{
  font-size: 26px;
  margin: 0;
}
.subscribe p{
  margin: 0;
}
.border-box {
  padding: 15px 0;
  padding-left: 110px;
  position: relative;
}
.border-box .img {
  height: 68px;
  width: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 15px;
}
.border-box .img img{
  width: 100px;
  height: 68px;
}
.border-box i {
  font-size: 60px;
  color: #95b52c;
  text-shadow: 3px 3px #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.border-box .img img {
  width: 100%;
}
.border-box h2 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #f35724;
  text-shadow: 3px 3px #fff;
  line-height: 30px;
}
.border-box p{
  margin: 0;
  line-height: 19px;
  color: #333;
  font-weight: bold;
}


.body {
  padding: 40px 0;
  position: relative;
  background: #fff;
}

.pro-block {
  box-sizing: content-box;
  overflow: hidden;
  background: #fff;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
}
.proStyle1,.proStyle2,.proStyle3{border: 1px solid #eee;overflow: hidden;border-radius: 8px;}
.proStyle1::before{background-image:linear-gradient(to top,rgba(112,166,28,.1) 0,rgba(255,255,255,0) 50%);}
.proStyle2::before{background-image:linear-gradient(to top,rgba(66,133,244,.1) 0,rgba(255,255,255,0) 50%);}
.proStyle3::before{background-image:linear-gradient(to top,rgba(238,238,238,.1) 0,rgba(255,255,255,0) 50%);}
.proStyle1::before,.proStyle2::before,.proStyle3::before{
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.pro-lbl{
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #555;
  padding: 0px 10px;
  padding-right: 3px;
  line-height: 22px;
  height: 22px;
  font-size: 11px;
  color: #fff;
  z-index: 1;
}
.pro-lbl::after{
  display: block;
  height: 2px;
  background: #111;
  left: 0;
  right: -15px;
  content: ' ';
  position: absolute;
}
.pro-lbl::before{
  content: " ";
  border-bottom: 23px solid #555;
  border-right: 15px transparent solid;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -15px;
}
.lbl-style1{
  background-color: #f25826;
}
.lbl-style1::after{
  background: #c63d13;
}
.lbl-style1::before{
  border-bottom: 23px solid #f25826;
}
.lbl-style2{
  background-color: #9bb424;
}
.lbl-style2::after{
  background: #859a1f;
}
.lbl-style2::before{
  border-bottom: 23px solid #9bb424;
}

.pro-block h3 {
  margin: 10px 15px;
  padding: 0;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.shopNow{
  display: block;
  margin: 15px;
  margin-top: 0px;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Lato,sans-serif;
}
.shopNow::after{
  margin-left: 8px;
  content: "\f178";
  font-family: FontAwesome;
  font-weight: normal;
}
.pro-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  display: block;
  height: 220px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.price{
  display: block;
  margin: 5px 15px;
  color: #000;
}
#slider-wrap .pro-block .pro-img{
  height: 206px;
}
.pro-block .pro-img a {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  display: block;
}
.pro-block img {
  max-width: 100%;
  width: 100%;
}
.pro-block a{
	position: relative;
	display: block;
}
.pro-block:hover{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.imgGal .pro-block:hover,.cartTable .pro-block:hover{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contactPerson{margin-bottom: 20px;}
p.contact-info a {
  color: #555;
}
p.contact-info {
  margin: 5px 0;
  padding-left: 25px;
}
p.contact-info:hover:before {}
p.contact-info:before {
  font-family: "FontAwesome";
  margin-left: -25px;
  display: inline-block;
  width: 25px;
  font-size: 14px;
  text-align: center;
  color: #f35724;
}
p.address:before {
  content: "\f041";
}
p.phone:before {
  content: "\f098";
}
p.mobile:before {
  content: "\f2a0";
}
p.fax:before {
  content: "\f1ac";
}
p.skype:before {
  content: "\f17e";
}
p.whatsapp:before {
  content: "\f232";
}
p.email:before {
  content: "\f0e0";
}
p.user:before {
  content: "\f007";
}

.imgGal{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 0;
}
.imgGal .pro-block{
  margin: 0;
  position: relative;
}
.imgGal .pro-block .pro-img{
  height: 400px;
}

.proVid{
  position: relative;
}
.proVid::before{
  content: '\f144';
  font-family: FontAwesome;
  font-size: 50px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 1;
}
.proVid::after{
  content: ' ';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
ul.owl-thumbs{
  padding: 10px;
  margin: 0;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 8px;
}
ul.owl-thumbs::after{
  content: ' ';
  height: 0px;
  overflow: hidden;
  display: block;
  clear: both;
}
ul.owl-thumbs li{
  padding: 0;
  float: left;
  display: inline;
  cursor: pointer;
  border-radius: 4px;
  width: 64px;
  height: 64px;
  margin: 5px;
  border: 2px solid #ccc;
}
ul.owl-thumbs li .pro-img{
  height: 60px;
  border-radius: 4px;
}
ul.owl-thumbs li.active{
  border-color: #f35727;
}
.cartTot{
  padding: 20px 25px;
  font-family: Lato,sans-serif;
  border-bottom: 2px solid #f1eede;
  font-size: 18px;
  font-weight: 900;
}
.totalValue{
  border: none;
  padding: 30px 25px;
  font-size: 22px;
}
.cartTot span{
  display: block;
  text-align: right;
  float: right;
}
.cartTot label{
  display: block;
  font-size: 16px;
  margin: 15px 0;
}
.cartTot label input{
  margin-right: 5px;
}
.cartTot label unit{
  width: 100px;
  display: inline-block;
  position: relative;
}
.cartTot label unit::after{
  content: "-";
  /*font-family: FontAwesome;*/
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 0;
}
.cartTot label price{
  
}
.cartTot table{
  width: 100%;
  border: none;
}
.cartTot table th{
  padding: 5px;
  font-size: 16px;
  font-weight: 900;
}
.cartTot table td{
  padding: 5px;
  font-weight: normal;
  font-size: 15px;
}
.proCartBtn{
  padding: 20px 25px;
  padding-top: 0;
}
.cartTable{
  font-family: Lato,sans-serif;
  font-size: 18px;
}
.cartTable > tbody > tr > td, 
.cartTable > tbody > tr > th, 
.cartTable > tfoot > tr > td, 
.cartTable > tfoot > tr > th, 
.cartTable > thead > tr > td, 
.cartTable > thead > tr > th
{
  vertical-align: middle;
}
.cartTable > tbody > tr > th, 
.cartTable > tfoot > tr > th, 
.cartTable > thead > tr > th
{
  border-top: none;
  border-bottom: 2px solid #ddd;
}
.cartTable .pro-block{
  width: 130px;
  margin: 0;
}
.cartTable .pro-block .pro-img{
  width: 130px;
  height: 100px;
}
.cartTable .imgThumb{
  width: 140px;
}
.cartTable p{
  margin: 0;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #999;
}
.cartTable p a.cartName{
  font-weight: 900;
  color: #000;
}
.cartTable p a.cartBtn{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}
.itemQty{
  width: 110px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.itemQty .btn{
  height: 46px;
  padding: 10px 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #ed5928;
  background: #fff;
}
.itemQty input{
  text-align: center;
  padding: 10px 0px;
  border: none;
}
.itemQty input, .itemQty input:focus, .itemQty input:hover{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.leftSide{
  background: #F9F7EE;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid #f1eede;
}
ul.pro-group{
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.pro-group > li{
  border-top: 1px solid #eee;
}
ul.pro-group > li:first-child{
  border: none;
}
ul.pro-group > li > a{
  display: inline-block;
  color: #333;
  font-family: Lato,sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  position: relative;
  padding: 10px 20px;
  padding-right: 0;
}
ul.pro-group > li.dropdownMenu{
  cursor: pointer;
}
ul.pro-group > li.dropdownMenu .opnMenu::after{
  font-size: 20px;
  line-height: 22px;
  font-family: FontAwesome;
  content: '\f105';
  font-weight: normal;
  display: inline-block;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
ul.pro-group > li.open .opnMenu::after{
  content: '\f107';
}
ul.pro-group ul{
  display: none;
  padding: 20px;
  padding-top: 0;
  margin: 0;
  list-style: none;
}
ul.pro-group ul a{
  font-family: Lato,sans-serif;
  font-size: 16px;
  color: #7d7e80;
  font-weight: 700;
  padding: 3px 0;
  display: block;
}
.pro-desc table tr td 
{
  border: 1px solid #555;
  padding: 5px;
  
}
#footer{
  background: #F9F7EE;
  padding: 30px 0;
  color: #333;
}
#footer ul{margin-top: -7px;}
#footer ul li a{
  display: block;
  padding: 7px 0px;
  white-space: nowrap;
	overflow: hidden !important;
  text-overflow: ellipsis;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.footerLogo img{height: 68px;}
.footer-blocks-data{
  padding: 15px 0;
}
#footer-bottom a,#footer a{
  color: #333;
}
#footer h4{
  font-size: 18px;
  margin-bottom: 15px;
}
#footer-bottom{
  color: #333;
  padding: 15px 0;
  background: #ede9d8;
  line-height: 30px;
}
.payments{text-align: center; padding-top: 15px;}
.payments img{width: 100%;}

.swichBtn{
  position: relative;
  line-height: 28px;
  font-size: 18px;
  display: block;
  margin: 20px 0;
  color: #999;
  text-align: center;
}
.swichBtn span{
  display: inline-block;
}
.swOn{
  color: #000;
}
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
  margin: 0 8px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9bb91b;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #f15826;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f15826;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.loginBox{
  padding: 30px;
}
.shippingAd{
  position: relative;
}
.shippingAd .panel{
  margin: 0;
}
.addAddress legend{
  padding-bottom: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.page-content {
  margin-bottom: 30px;
}
.alert-big{
  font-size: 14px;
  line-height: 34px;
}
.light-div2{
  padding: 50px 0;
  background:#fefef2
}
.revieWrap{
  padding-bottom: 50px;
}
.review{
  border: 5px solid #f6f5ca;
  background: #f8f8da;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
.review::after{
  content: " ";
  position: absolute;
  font-weight: normal;
  position: absolute;
  border-top: 40px solid #f6f5ca;
  border-right: 40px transparent solid;
  width: 40px;
  height: 40px;
  display: block;
  bottom: 0px;
  left: 20px;
  margin-bottom: -40px;
}
.proDetails .review::after{
  display: none;
}
.proDetails .revieWrap{
  padding-bottom: 30px;
}
.rattings{
  position: relative;
  z-index: 0;
  color: #999;
  width: 100px;
}
.aggRattings{
  position: relative;
  width: 100px;
  color: #FFC530;
  overflow: hidden;
  z-index: 1;
}
.rattings::before, .aggRattings::before{
  left: 0;
  font-size: 21.5px;
  height: 20px;
  width: 100px;
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  font-weight: normal;
}
.rattings::before{
  position: absolute;
}
.reviewMeta{
  margin-bottom: 10px;
}
.userRevew{
  color: #111;
}
.userRevew h3{
  margin: 0;
}
.userRevew h3::before{
  content: "\f007";
  font-family: FontAwesome;
  padding-right:8px;
  font-weight: normal;
}


@media (min-width: 768px) and (max-width: 991px),(min-width: 768px) and (max-width: 979px),(max-width: 767px){
  .topBar span{
    display: none;
  }
  .topBar a {
    padding: 0;
  }
  .topBar a::before {
    position: relative;
    text-align: center;
    margin: 0;
  }
  .logo {
    display: block;
    text-align: center;
  }
  .logo img {
    margin: 0 auto;
  }
  .webSearch{
    margin: 0;
    margin-bottom: 15px;
    display: none;
  }

  .headerNav{
    display: none;
    border-top: 3px solid #f5f5f5;
    padding: 15px 0;
  }
  .headerNav > ul {
    display: block;
  }
  .headerNav > ul > li{
    display: block;
  }
  .headerNav > ul > li > a{
    padding: 10px 10px;
  }
  .dropdwn{
    position: relative;
    transform: scaleY(1);
    box-shadow:none;
    background: #f5f5f5;
    display: none;
  }
  .dropdwn ul.w33 li{
    width: 50%;
  }
  .headerNav > ul > li:focus .dropdwn,
  .headerNav > ul > li:hover .dropdwn{
    display: block;
  }

  .mobBtn{
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #333;
    font-size: 26px;
    cursor: pointer;
  }
  .mobBtn::before{
    font-family: FontAwesome;
    font-weight: normal;
  }
  .menuBtn{
    left: 0;
  }
  .menuBtn::before{
    content: "\f0c9";
  }
  .searchBtn{
    right: 0;
  }
  .searchBtn::before{
    content: "\f002";
  }

  .hero_box {
    padding: 15px 10px;
    bottom: 10px;
    left: 10px; 
    border-radius: 8px;
  }
  .hero_box h3 {
    font-size: 20px;
    font-weight: 900;
  }
  .hero_box h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .hero_box p {
    font-size: 12px;
    margin-top: 0px;
  }
  .hero_box span{
    margin-top: 0px;
  }
  .hero_box .shopNow{
    font-size: 12px !important;
  }

  .owlCustomTheme .owl-nav button.owl-prev{
    left: -15px;
  }
  .owlCustomTheme .owl-nav button.owl-next{
    right: -15px;
  }
  .pro-block .pro-img, #slider-wrap .pro-block .pro-img{
    height: 130px;
  }
  #footer ul.w33 li{
    width: 50%;
  }
  #footer-bottom, #footer-bottom .textRight{text-align: center !important;}
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}
 
@media only screen and (max-width: 767px){
  .pro-block .pro-img {
    height: 150px;
  }
  #ltprods .pro-block .pro-img, #slider-wrap .pro-block .pro-img{
    height: 300px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .pro-block .pro-img, #slider-wrap .pro-block .pro-img{
    height: 206px;
  }
}
 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .pro-block .pro-img, #slider-wrap .pro-block .pro-img{
    height: 135px;
  }
}
 
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container{
    width: 1272px;
  }
  .pro-block .pro-img{
    height: 220px;
  }
  #slider-wrap .pro-block .pro-img{
    height: 197px;
  }
} 

#quickConfirm .modal-body{
  padding: 0;
}
#quickConfirm .modal-dialog, #quickConfirm .modal-content{
  background: none;
}
#quickConfirm img{
  width: 100%;
  vertical-align: bottom;
  display: block;
}
#quickConfirmBtn{
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}