@charset "utf-8";

/* === fontawesome === */
@import url('fa/css/font-awesome.css');
/* === custom icon === */

.amazingslider-slider-7 {
	overflow:hidden !important;
   }		
  .amazingslider-nav-7 {
        display: none !important;
    }


/*///////////////// MENU CSS BLOCK/////////////////////////////////////*/

#lsmenu,
#lsmenu ul,
#lsmenu ul li,
#lsmenu ul li a,
#lsmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lsmenu:after,
#lsmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#lsmenu #menu-button {
  display: none;
}
#lsmenu {
  background: #ffffff;
}
#lsmenu > ul > li {
  float: left;
}
#lsmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#lsmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#lsmenu.align-center ul ul {
  text-align: left;
}
#lsmenu.align-right > ul > li {
  float: right;
}
#lsmenu > ul > li > a {
  padding: 17px;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
#lsmenu > ul > li:hover > a {
  color: #4267B2;
}
#lsmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#lsmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 23px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000000;
  content: '';
}
#lsmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 20px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000000;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#lsmenu > ul > li.has-sub:hover > a:before {
  top: 24px;
  height: 0;
}
#lsmenu ul ul {
  position: absolute;
  left: -9999px;

}
#lsmenu.align-right ul ul {
  text-align: right;
}
#lsmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#lsmenu li:hover > ul {
  left: auto;
}
#lsmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#lsmenu li:hover > ul > li {
  height: 35px;
}
#lsmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#lsmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#lsmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 250px;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  background: #4267B2;

}
#lsmenu ul ul li:last-child > a,
#lsmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#lsmenu ul ul li:hover > a,
#lsmenu ul ul li a:hover {
  color: #ffffff;
  text-decoration:underline !important;
}
#lsmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: '';
}
#lsmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#lsmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#lsmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#lsmenu ul ul > li.has-sub:hover > a:before {
  top: 18px;
  height: 0;
}
#lsmenu.small-screen {
  width: 100%;
}
#lsmenu.small-screen ul {
  width: 100%;
  display: none;
}
#lsmenu.small-screen.align-center > ul {
  text-align: left;
}
#lsmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#lsmenu.small-screen ul ul li,
#lsmenu.small-screen li:hover > ul > li {
  height: auto;
}
#lsmenu.small-screen ul li a,
#lsmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#lsmenu.small-screen > ul > li {
  float: none;
}
#lsmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#lsmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#lsmenu.small-screen ul ul li a {
  color: #ffffff;
  background: none;
}
#lsmenu.small-screen ul ul li:hover > a{
	color: #4267B2;
}
#lsmenu.small-screen ul ul li.active > a {
  color: #ffffff;
}
#lsmenu.small-screen ul ul,
#lsmenu.small-screen ul ul ul,
#lsmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#lsmenu.small-screen > ul > li.has-sub > a:after,
#lsmenu.small-screen > ul > li.has-sub > a:before,
#lsmenu.small-screen ul ul > li.has-sub > a:after,
#lsmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#lsmenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
#lsmenu.small-screen #menu-button:after {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: '';
  box-sizing: content-box;
}
#lsmenu.small-screen #menu-button:before {
  position: absolute;
  top: 17px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #ffffff;
  content: '';
  box-sizing: content-box;
}
#lsmenu.small-screen #menu-button.menu-opened:after {
  position: absolute;
  top: 23px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: '';
  box-sizing: content-box;
}
#lsmenu.small-screen #menu-button.menu-opened:before {
 position: absolute;
  top: 17px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #ffffff;
  content: '';
  box-sizing: content-box;
}
#lsmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 48px;
  width: 48px;
  cursor: pointer;
}
#lsmenu.small-screen .submenu-button.submenu-opened {
  background: #4267B2;
}
#lsmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#lsmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: '';
}
#lsmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#lsmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#lsmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 20px;
  right: 23px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: '';
}
#lsmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#lsmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#lsmenu.small-screen.select-list {
  padding: 5px;
}

/*////////////////////////////MENU ACTIVE WORK*/

#active{
	background:#4267B2 !important;
	border-radius:50px;
	color:#ffffff !important;
	
	}
					
#ma:link{
	color:#FFF !important;

	}

#ma:visited {
	color:#FFF !important;
}
#ma:hover {
	color:#FFF !important;
}
#ma:active {
	color:#FFF !important;
}
/*////////////////////////////MENU ACTIVE WORK END*/
/*////////////////////////////MENU CSS BLOCK END*/



body{
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#lsmenu li:hover ul {
	z-index: 10000;
	
	}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #4267B2;
}
a:active {
	color: #000000;
}

.hr0 {
	border-style:none;
	border-bottom: 1px solid #010022;
	border-top:1px solid #413CFF;
	width:100%;
	margin:0px;
	
}		
.hr1 {
	border-style:none;
	border-bottom: 1px solid #688202;
	border-top:2px solid #475801;
	width:100%;
	margin:0px;
	
}

.hrs {
	border-style:none;
	border-bottom: 1px solid #F9F9F9;
	border-top:2px solid #EEEEEE;
	width:100%;
	margin:0px;
	
}		

h1{
	list-style:none;	
	color: #000000;
	font-size: 36px;
	line-height:42px;
	font-weight:bold;
	padding: 60px 10px 10px;
	text-align:center;
	}


	
.myh1{
	list-style:none !important;
	padding:10px !important;
	color: #ffffff !important;
	font-size: 30px !important;
	line-height:40px !important;
	text-align:left !important;	
	font-weight:normal !important;
	background:#4267B2;
	height:auto;
	min-height:40px;

	}

.myh1 a:link {
	color:#ffffff;
	margin:10px;
}
.myh1 a:active {
	color:#ffffff;
}
.myh1 a:visited {
	color:#ffffff;
}
.myh1 a:hover {
	color:#4267B2 !important;
}
	
.myh2{
	list-style:none !important;
	padding:10px !important;
	color: #ffffff !important;
	font-size: 30px !important;
	line-height:40px !important;
	text-align:center !important;	
	font-weight:normal !important;
	background:#4267B2;
	height:auto;
	min-height:40px;

	}	

.maincontents {
	color: #000000;
	font-size: 16px;
	padding: 10px;
}	
.maintitle{
	color: #E9CD9A;
	font-size: 36px;
	line-height:42px;
	font-weight:bold;
	padding: 60px 10px 10px;
	text-align:center;
}

.mainsubtitle {
	color: #000000;
	font-size: 24px;
	padding: 0px 10px 30px;
	text-align:center;


}

.headingbar{
	background:#F8F8F8;
	color:#000000;
	min-height:60px;
	text-align:center;
	display:inline-block;
	text-align:center;
	font-size:32px;
	line-height:60px;
	vertical-align:middle;
	width:100%;

		
	
	}
	
.headingbarn{
	background:#4267B2;
	color:#ffffff;
	min-height:60px;
	text-align:center;
	display:inline-block;
	text-align:center;
	font-size:32px;
	line-height:60px;
	width:100%;

		
	
	}	

/*CONTAINER THANKS///////////////////////////////////////////////////*/

.containerthanks {
    font-size: 0; /*fix white space*/
	background:#F5F5F5;
	padding:10px;
}
.containerthanks div {
   
    display: inline-block;
    vertical-align: top;
	text-align:left;
	width:98%;
	margin:10px;
	font-size:24px;
	
}

.containerthanks span {
   
    display: inline-block;
    vertical-align: top;
	text-align:left;
	margin:10px;
	font-size:18px;
	
}
/*CONTAINER THANKS END///////////////////////////////////////////////////*/

/*CONTAINER FORMS///////////////////////////////////////////////////*/

.containerforms {
    font-size: 24px; /*fix white space*/
	background:#ffffff;
	text-align:center;

}

.containerforms a:link {
	color:#000000;
	margin:10px;
}
.containerforms a:active {
	color:#000000;
}
.containerforms a:visited {
	color:#000000;
}
.containerforms a:hover {
	color:#4267B2;
}

.containerforms1 {
    font-size: 18px !important; /*fix white space*/
	padding:10px !important;


}

.containerforms1 a:link {
	color:#000000 !important;
}
.containerforms1 a:active {
	color:#000000 !important;
}
.containerforms1 a:visited {
	color:#000000 !important;
}
.containerforms1 a:hover {
	color:#4267B2 !important;
}

/*CONTAINER FORMS END///////////////////////////////////////////////////*/

/*VIEW CART DETAILS ////////////////////////////////////*/
.containercart {
    font-size: 0; /*fix white space*/
	padding: 20px;
	background:#ffffff;
}
.containercartp{
   
    display: inline-block;
    vertical-align: top;
    width: 100%;
	color:#000;
	font-size:14px;
	background-color:#F5F5F5;

}
.sbutton {
	font-size: 18px;
	background:#4267B2;
	color:#ffffff;
	width:85px;
	height:30px;
	border-style:none;
	margin: 10px;
	border-radius:50px;

}

.sbutton:hover {

	color: #000000;
	background:#35528E;	
	cursor:pointer;
		
}
.sbuttonb {
	font-size: 22px;
	background:#4267B2;
	color:#ffffff;
	width:130px;
	height:40px;
	border-style:none;
	margin: 10px;
	border-radius:50px;
}

.sbuttonb:hover {


	color: #ffffff;
	background:#4267B2;	
	cursor:pointer;
		
}

.sbuttonbb {
	font-size: 22px;
	background:#4267B2;
	color:#ffffff;
	width:auto;
	height:40px;
	border-style:none;
	margin: 10px;
	padding-left:20px;
	padding-right:20px;

	border-radius:50px;
}

.sbuttonbb:hover {


	color: #ffffff;
	background:#4267B2;	
	cursor:pointer;
		
}


.dsbg {

	background:#E8E8E8;
	line-height:40px;
	width:100%;




}
.tbg{

	font-size: 18px;
	color: #000000;
	background:#E1E1E1;
	min-height:35px;
	padding-left:10px;
	padding-right:10px;
	line-height:35px;

}
.dbg{

	font-size: 18px;
	color: #000000;
	background:#DBDBDB;
	min-height:35px;
	padding-left:10px;
	padding-right:10px;
	line-height:35px;
}

.sbg{

	font-size: 18px;
	color: #000000;
	background:#E1E1E1;
	min-height:35px;
	padding-left:10px;
	padding-right:10px;
	line-height:35px;

}

.nbg{

	font-size: 22px;
	color: #000000;
	background:#DBDBDB;
	min-height:50px;
	padding-left:10px;
	padding-right:10px;
	line-height:50px;

}

.cartheadingm {
	font-size: 22px;
	color: #ffffff;
	background:#4267B2;
	min-height:50px;
	padding-left:10px;
	padding-right:10px;
	line-height:50px;


}
.cartheadingp {
	font-size: 18px;
	color: #000000;
	background:#E8E8E8;
	min-height:50px;
	padding-left:10px;
	padding-right:10px;
	line-height:50px;
	display:block;

}

.cartheadingd {
	font-size: 18px;
	color: #000000;
	background:#F0F0F0;
	min-height:50px;
	padding-left:10px;
	padding-right:10px;
	line-height:50px;
	display:block;

}

.cartds {


	font-size: 18px;
	color: #000000;
    height:30px;
	width:97%;
	margin:10px;
	border-width:thin;
	border-color:#E8E8E8;
	background:#ffffff;


}


.cartta {


	font-size: 18px;
	color: #000000;
    height:60px;
	width:97%;
	margin:10px;
	border-width:thin;
	border-color:#E8E8E8;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;


}

/*END VIEW CART DETAILS ////////////////////////////////////*/



/*SEARCH POPUP ////////////////////////////////////*/
.openBtn {
    background: #4267B2;
	color:#FFF;
	border-style:none;
	width:70px;
	height:70px;
    font-size: 26px;
    cursor: pointer;
	display:inline-block;	
	position:fixed;
top: 25px;
right:20px;
	z-index:3;
	border-radius: 70px;
}

.openBtn:hover {
    background: #35528E;
}

.openBtnb {
    background: #4267B2;
	color:#FFF;
	border-style:none;
	width:50px;
	height:50px;
    font-size: 22px;
    cursor: pointer;
	display:inline-block;	
	position:fixed;
top: 20px;
right:20px;
	z-index:3;
	border-radius: 70px;
	display:none;

}

.openBtnb:hover {
    background: #35528E;
}


.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 5px;
    font-size: 17px;
    border: none;
    float: left;
    width: 79%;
	height:50px;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: right;
    width: 17%;
	height:60px;	
    background: #4267B2;
	color:#FFF;
    font-size: 17px;
    border: none;
    cursor: pointer;


}

.overlay button:hover {
    background: #4267B2;
}
/*END SEARCH POPUP ////////////////////////////////////*/

/*GALLERY AND PRODUCT DETAILS ////////////////////////////////////*/
.containergp {
    font-size: 24px; /*fix white space*/
	background:#ffffff;
	width:100%;
	text-align:center;
}
.containerg {
	display:inline-block;
	margin: 0 auto;
    width: 96%;
	padding:3px;
	max-width:1080px;


}

.containerg button {
	font-size: 18px;
	font-weight: bolder;
	color: #ffffff;
	width:40px;
	height:40px;
	border-style:none;
	margin:3px;
	border-radius:40px;
}
.containerg button:hover {

	background:#35528E !important;
	cursor:pointer;
		
}
.containerpr{
	display:inline-block;
	margin: 0 auto;   
    width: 96%;
	max-width:1080px;
	color:#000;
	font-size:28px;
	padding:3px;
	margin-top:75px;

}
.containerpr button {
	font-size: 18px;
	font-weight: bold;
	background:#4267B2;
	color:#ffffff;
	width:130px;
	height:50px;
	border-radius:30px;
	border-style:none;
	margin: 30px 5px 10px;
}

.containerpr button:hover {


	color: #ffffff;
	background:#4267B2;	
	cursor:pointer;
		
}


.pheading1 {
	font-size: 22px;
	color: #ffffff;
	background:#273E74;
	min-height:50px;
	padding-left:10px;
	padding-right:10px;
	line-height:50px;
	display:block;

}
.poptions {
	font-size: 22px;
	color: #ffffff;
	background:#4267B2;
	height:40px;
	width:300px;
	padding-left:10px;
	line-height:40px;
	display:block;

}
.pdetail {
	font-size: 24px;
	color: #000000;
	display:block;
}

.smessage {
	font-size: 20px;
	color:#F00;
	padding:10px;
	display:block;
	color:#F00;
}

.smessage a:link {
	color:#F00;

}
.smessage a:active {
	color:#F00;
}
.smessage a:visited {
	color:#F00;
}
.smessage a:hover {
	color:#000000;
}

.plist {
	font-size: 18px;
	color: #000000;
	display:block;
}

.pprice {
	font-size: 18px;
	color: #000000;

	
}
.phprice {
	font-size: 18px;
	color:#F00;
	text-decoration:line-through;

}

/*END GALLERY AND PRODUCT DETAILS ////////////////////////////////////*/


/*PAGING DIV///////////////////////////////////////////////////*/
.containerpaging {
    font-size: 0; /*fix white space*/
	background:#ffffff;
	display:inline-block;
	text-align:center;
	width:100%;
}
.containerpaging span {
	font-size:18px;
	color:#666;
	display:inline-block;
}

.containerpaging button {
	font-size: 18px;
	font-weight:normal;
	background:#F7F7F7;
	color:#333;
	width:auto;
	height:30px;
	border-style:none;
	margin: 5px;
	padding-right:8px;
	padding-left:8px;
}

.containerpaging button:hover {


	color: #ffffff;
	background:#4267B2;	
	cursor:pointer;
		
}

/*PAGING DIV END///////////////////////////////////////////////////*/

/*PRODUCTS DIV///////////////////////////////////////////////////*/
.containerp {
    font-size: 0; /*fix white space*/
	background:#ffffff;
	display:inline-block;
	text-align:center;
	width:100%;
}
.containerp div {
   
    display: inline-block;
    vertical-align: top;
    width: 31.55%;
	text-align:center;
	margin:10px;
	background:#F8F8F8;

	

}
.containerp img {
	margin:10px 0px;
	max-width:98%;
	width:100%;

}
.containerp button {
	font-size: 18px;
	font-weight: bold;
	background:#4267B2;
	color:#ffffff;
	width:auto;
	height:50px;
	border-radius:30px;
	border-style:none;
	margin: 10px;
	padding: 0px 30px;
}

.containerp button:hover {


	color: #ffffff;
	background:#35528E;	
	cursor:pointer;
		
}


.pheading {
	font-size: 22px;
	color: #ffffff;
	background:#4267B2;
	width:100%;
	height:50px;
	line-height:50px;
	display:block;
	margin-bottom:10px;
}

.phblock {
	font-size: 18px;
	color: #000000;
	line-height:25px;
	display:block;
	min-height:70px;

}
.cfrom {
	font-size: 32px;
	color:#F00;
	line-height:40px;
	display:block;
	margin:10px;

}
/*PRODUCTS DIV END///////////////////////////////////////////////////*/

/*PRODUCTS LISTING CRITERIA DIV///////////////////////////////////////////////////*/
.containerplc {
    font-size: 0; /*fix white space*/
	background:#ffffff;
	display:inline-block;
	text-align:center;
	width:100%;
}

.mysubmitb {
	font-size: 12px;
	font-weight: bold;
	background:#F2F2F2;
	color:#000000;
	width:auto;
	padding-left:12px;
	padding-right:12px;
	height:30px;
	border-style:none;
	border-radius:50px;
	margin:3px;

}

.mysubmitb:hover {


	color: #ffffff;
	background:#35528E;	
	cursor:pointer;
		
}

.containerplc select {


	color: #000000;
	background:#F7F7F7;
	font-size: 18px;
	height:40px;
	margin:5px;
	border-color:#E9E9E9;
	padding-left:10px;

}

/*PRODUCTS LISTING CRITERIA DIV END///////////////////////////////////////////////////*/


/*NEWSLETTER DIV///////////////////////////////////////////////////*/
.mynewsletter {
    font-size: 0; /*fix white space*/
	display:inline-block;
	text-align:center;
	padding:10px 0px;
	width:100%;
	font-size:24px;
	color:#000;

}
.mynewsletter button {
	font-size: 18px;
	font-weight: bold;
	background:#4267B2;
	color:#ffffff;
	width:auto;
	height:50px;
	border-radius:30px;
	border-style:none;
	margin: 10px;
	padding: 10px 20px;
}

.mynewsletter button:hover {


	background:#35528E;	
	cursor:pointer;
		
}


/*NEWSLETTER DIV END///////////////////////////////////////////////////*/

/*FREE DELIVERY & ABOVE MENU DIV///////////////////////////////////////////////////*/

.containertc {
    font-size: 0; /*fix white space*/
	background:#F8F8F8;
	display:inline-block;
	text-align:center;
	width:100%;
}
.tleft {
    font-size:0px;
	display:inline-block;
	text-align:left;
	width:66%;
}

.tleft span {
    font-size: 20px;
	color:#000000;
	margin:10px;
	display:inline-block;
	vertical-align:middle;

}



.socialdivb {
    display: inline-block;
	width:97%;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	margin-top:20px;
	margin-bottom:10px;
	

}

.socialdivb  button {
	font-size: 22px;
	font-weight: bolder;
	color: #ffffff;
	background:#4267B2;
	width:60px;
	height:60px;
	border-style:none;
	margin:3px;
	border-radius:60px;
}
.socialdivb  button:hover {

	background:#35528E;
	cursor:pointer;
		
}


/*FREE DELIVERY & ABOVE MENU DIV END///////////////////////////////////////////////////*/


/*LOGO BAR DIV///////////////////////////////////////////////////*/

.containerlogo {
    font-size: 0; /*fix white space*/
	background:#FFFFFF;
	width:100%;
}

.containerlogofixed {
	top:0;
	left:0;
	z-index:2;
	position:fixed;

}

.logodiv {
	width:30%;
    display: inline-block;
	vertical-align:middle;
	

}


.logodiv img{
	max-width:384px;
	width:100%;
	margin:5px 0px;

}

.logodiv1 {
    display: inline-block;
	width:70%;
	vertical-align:top;
	padding-top:38px;
}

/*LOGO BAR DIV END///////////////////////////////////////////////////*/



/*BOTTOM DIV///////////////////////////////////////////////////*/
.containerbottom {
    font-size: 0; /*fix white space*/
	padding: 10px;
	background:#FFFFFF;
	color:#000000;
}
.containerbottom div {
   
    display: inline-block;
    vertical-align: top;
    width: 100%;
	text-align:center;
	font-size:18px;
}


.containerbottom span {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	width:98%;
	line-height:30px;
	display:block;
	text-align:center;

}
.containerbottom a:link {
	color:#000000;
}
.containerbottom a:active {
	color:#000000;
}
.containerbottom a:visited {
	color:#000000;
}
.containerbottom a:hover {
	color:#4267B2;
}

/*END OF BOTTOM DIV///////////////////////////////////////////////////*/

/*BOTTOM LINKS DIV///////////////////////////////////////////////////*/

.containerbl {
    font-size: 0; /*fix white space*/
	background:#4267B2;


}

.containerbl > div {
	font-family:Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: left;

}

.containerbl ul{

	font-size:22px;
}

.containerbl li {

	font-size:16px;
    list-style-type:none;
	

}
.containerbl a {
	display:list-item;
	list-style:none;
	padding:10px;
    line-height:16px;

}
	

/*BOTTOM LINKS DIV END////////////////////////////////////*/


/* ////////////////////////////////////// Back to top button ////////////////////////////////////// */

#back-top 
{
	position: fixed;
	bottom: 20px;

	

}
#back-top a 
{
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {color: #000;}
/* arrow icon (span tag) */
#back-top span 
{
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: #4267B2 url(../up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span 
{
	background-color: #35528E;
}

/* ////////////////////////////////////// end of back to top button ///////////////////////////////////////// */
	

@media (max-width: 1260px) {
	

/*BOTTOM LINKS DIV///////////////////////////////////////////////////*/	

.containerbl li {
	
	font-size:14px;
   

}
	
/*BOTTOM LINKS DIV END///////////////////////////////////////////////////*/	

/*LOGO BAR DIV///////////////////////////////////////////////////*/

.logodiv{
	
	width:100%;
	text-align:center;
		
	}
.logodiv1 {

	width:100%;
	background:#ffffff;
	padding:0px !important;
	margin:5px 0px;
	
}

/*LOGO BAR DIV END///////////////////////////////////////////////////*/


}

@media (max-width: 1160px) {

/*PRODUCTS DIV///////////////////////////////////////////////////*/

.containerp div {

    width: 48%;
	margin: 10px 5px;


}
/*PRODUCTS DIV END///////////////////////////////////////////////////*/

/*CONTAINER WHY DIV///////////////////////////////////////////////////*/

.containerwhy{
	text-align:left;
	}
.containerwhy div {  

    width: 46%;

}


/*END CONTAINER WHY DIV///////////////////////////////////////////////////*/

/*BOTTOM LINKS DIV///////////////////////////////////////////////////*/	

.containerbl a {
    line-height:14px;
}

   .containerbl > div {
        width: 32%;
    }
	
/*BOTTOM LINKS DIV END///////////////////////////////////////////////////*/			
	

}
	
@media (max-width: 960px) {

.headingbar{

	min-height:40px;
	font-size:24px;
	line-height:40px;
	
	}	

.headingbarn{
	min-height:40px;
	font-size:24px;
	line-height:40px;
	
	}	
	
.mainsubtitle {

	font-size: 14px;


}

/*SEARCH POPUP ////////////////////////////////////*/
.openBtn {
	display:none;
}



.openBtnb {
	display:inline-block;
}



/*END SEARCH POPUP ////////////////////////////////////*/

/*MENU ON MEDIA///////////////////////////////////////////////////*/
#lsmenu > ul > li > a {

  font-size: 14px;
  padding: 17px;
  letter-spacing: 1px;

}	
#lsmenu {
  background: #4267B2;
}

#lsmenu > ul > li > a {

  color: #ffffff;

}
#lsmenu > ul > li:hover > a {
  color: #ffffff;
}
#lsmenu ul ul li a:hover {
  color:#FFF !important;
  text-decoration:underline !important;
}
/*MENU ON MEDIA END///////////////////////////////////////////////////*/	
/*////////////////////////////MENU ACTIVE WORK*/

#active{

	border-radius:0px;

	}
					


/*////////////////////////////MENU ACTIVE WORK END*/

/*FREE DELIVERY & ABOVE MENU DIV///////////////////////////////////////////////////*/


.menudiv {
	width:100%;
    display: inline-block;
}


/*FREE DELIVERY & ABOVE MENU DIV END///////////////////////////////////////////////////*/
	

/*BOTTOM DIV///////////////////////////////////////////////////*/

.containerbottom div {

    width: 100%;

}	
/*BOTTOM DIV end///////////////////////////////////////////////////*/


/*LOGO BAR DIV///////////////////////////////////////////////////*/

.logodiv img{
	max-width:300px;
	width:100%;

}


/*LOGO BAR DIV END///////////////////////////////////////////////////*/


}

@media (max-width: 720px) {

/*PRODUCTS LISTING CRITERIA DIV///////////////////////////////////////////////////*/

.mysubmitb {
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
}

.containerplc select {


	font-size: 14px;
	height:30px;
	margin:5px;

}

/*PRODUCTS LISTING CRITERIA DIV END///////////////////////////////////////////////////*/


.myh1{
	font-size: 24px !important;
	line-height:28px !important;
	min-height:28px !important;

	}
.myh2{
	font-size: 24px !important;
	line-height:28px !important;
	min-height:28px !important;

	}	
h1{
	font-size: 24px;
	line-height:28px;
	}

/*NEWSLETTER DIV///////////////////////////////////////////////////*/
.mynewsletter {

	font-size:18px;
}
/*NEWSLETTER DIV END///////////////////////////////////////////////////*/
/*CONTAINER WHY DIV///////////////////////////////////////////////////*/

.containerwhy div {  

    width: 97%;
	margin:3px;


}


/*END CONTAINER WHY DIV///////////////////////////////////////////////////*/
	
/*FREE DELIVERY & ABOVE MENU DIV///////////////////////////////////////////////////*/

.tleft span {
    font-size: 16px;
}

.checkoutdiv  button {
	font-size: 14px;
	height:25px;
	padding:5px;
	

}
.socialdivb{
	width:100%;
	padding:0px;
	
	}

.socialdivb  button {
	font-size: 18px;
	width:40px;
	height:40px;
	border-radius:40px;
}
/*FREE DELIVERY & ABOVE MENU DIV END///////////////////////////////////////////////////*/
	
/*BOTTOM LINKS DIV///////////////////////////////////////////////////*/	

  .containerbl > div {
        width: 48%;
    }
	
/*BOTTOM LINKS DIV END///////////////////////////////////////////////////*/		




/*BOTTOM DIV///////////////////////////////////////////////////*/

.containerbottom div {
	font-size:14px;

}	
/*BOTTOM DIV end///////////////////////////////////////////////////*/	

}
@media (max-width: 640px) {
	


/*CONTAINER FORMS///////////////////////////////////////////////////*/

.containerforms {
    font-size: 14px; 
	padding-left:10px;
	padding-right:10px;

}
/*CONTAINER FORMS END///////////////////////////////////////////////////*/
/*VIEW CART DETAILS ////////////////////////////////////*/

.containercart {

	padding: 10px;

}

.cartds {


	font-size: 14px;
	width:96%;
	margin:5px;



}

/*END VIEW CART DETAILS ////////////////////////////////////*/

/*PRODUCTS DIV///////////////////////////////////////////////////*/

.containerp div {

    width: 97%;


}
/*PRODUCTS DIV END///////////////////////////////////////////////////*/


}

@media (max-width: 480px) {

.openBtnb {
	width:40px;
	height:40px;
    font-size: 18px;

top: 16px;
right:10px;
	border-radius: 40px;


}
	
.headingbar{

	min-height:35px;
	font-size:20px;
	line-height:35px;
	
	}	

.headingbarn{
	min-height:35px;
	font-size:20px;
	line-height:35px;
	
	}	
.myh1{
	font-size: 18px !important;
	line-height:28px !important;
	min-height:28px !important;
	}

.myh2{
	font-size: 18px !important;
	line-height:28px !important;
	min-height:28px !important;
	}
		
h1{
	font-size: 18px;
	line-height:28px;
	
}
.logodiv img{
	max-width:250px;
	width:100%;
	margin:0px 0px;

}
/*BOTTOM LINKS DIV///////////////////////////////////////////////////*/	

  .containerbl > div {
        width: 98%;
    }
	
/*BOTTOM LINKS DIV END///////////////////////////////////////////////////*/		
	
/*FREE DELIVERY & ABOVE MENU DIV///////////////////////////////////////////////////*/

	
.checkoutdiv  button {
	font-size: 9px;
	height:25px;
	padding:5px;
	

}

.tleft span {
    font-size: 10px;
}

/*FREE DELIVERY & ABOVE MENU DIV END///////////////////////////////////////////////////*/
		
/*BOTTOM DIV///////////////////////////////////////////////////*/

.containerbottom div {
	font-size:11px;

}	
/*BOTTOM DIV end///////////////////////////////////////////////////*/	


}

@media (max-width: 380px) {
	
	.logodiv img{
	max-width:225px;
	width:100%;
	margin:0px 0px;

}
	
}