html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	color: #30307a;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:0;
	padding: 0;
	color: #5a5a5c;
	font-size: 14px;
	font-family: 'Poppins' !important;
	background: #fff; 
/*background: -moz-linear-gradient(left,  #dfe3e6 0%, #ffffff 20%, #ffffff 80%, #dfe3e6 100%); 
background: -webkit-linear-gradient(left,  #dfe3e6 0%,#ffffff 20%,#ffffff 80%,#dfe3e6 100%);
background: linear-gradient(to right,  #dfe3e6 0%,#ffffff 20%,#ffffff 80%,#dfe3e6 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe3e6', endColorstr='#dfe3e6',GradientType=1 ); */
}
/** Fonts **/
@font-face {
  font-family: 'Ubuntu-L';
  src: url('../fonts/Ubuntu-L.eot');
  src: url('../fonts/Ubuntu-L.woff2') format('woff2'),
       url('../fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu-Light';
  src: url('../fonts/Ubuntu-Light.woff') format('woff'),
       url('../fonts/Ubuntu-Light.ttf') format('truetype'),
       url('../fonts/Ubuntu-Light.svg#Ubuntu-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-R';
  src: url('../fonts/Ubuntu-R.eot');
  src: url('../fonts/Ubuntu-R.woff2') format('woff2'),
       url('../fonts/Ubuntu-R.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu.woff') format('woff'),
       url('../fonts/Ubuntu.ttf') format('truetype'),
       url('../fonts/Ubuntu.svg#Ubuntu') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-M';
  src: url('../fonts/Ubuntu-M.eot');
  src: url('../fonts/Ubuntu-M.woff2') format('woff2'),
       url('../fonts/Ubuntu-M.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu-Medium';
  src: url('../fonts/Ubuntu-Medium.woff') format('woff'),
       url('../fonts/Ubuntu-Medium.ttf') format('truetype'),
       url('../fonts/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-B';
  src: url('../fonts/Ubuntu-B.eot');
  src: url('../fonts/Ubuntu-B.woff2') format('woff2'),
       url('../fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu-Bold';
  src: url('../fonts/Ubuntu-Bold.woff') format('woff'),
       url('../fonts/Ubuntu-Bold.ttf') format('truetype'),
       url('../fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.warranty-container{
	width:85% !important;
}
@media (min-width:641px) and (max-width:767px){

.warranty-container {
    width: 100% !important;
}
.service-form-list{
	width: 100% !important;
}
}

* {
	outline:none !important;
	box-sizing: border-box;
}
/** Header **/

.elgi-home-header {
	background:#fff;
	padding: 17px 0;
	height: 85px;
	border:1px solid #efefef;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

   
.navbar-default {
	background: #fff;
	border: none;
	margin-bottom: 0;
}
.navbar-collapse.collapse.elgi-top-menu {
	/*float: left;*/
}
.elgi-menu li {
	margin:7px 10px 0 0;
}
.elgi-menu li a {
	font-size: 14px;
	color: #555858;
	padding: 15px 0 5px;
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
	/*font-family: 'Ubuntu-R';*/
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#2f2e79;
}
.active-menu a {
	color:#2f2e79;
	border-bottom: 2px solid #2f2e79;
}
.elgi-menu li.loginarea a {
	text-transform: capitalize;
}
/*li.elgi-toll-free-no a{
	cursor: default;
}*/
li.elgi-toll-free-no a.toll-free-no{
	/*font-family: 'Ubuntu-Medium';*/
	padding: 0 15px 0 0 !important;
	width: auto;
	height: auto;
	color: #777;
	display: block;
	padding-bottom:0px !important;
	font-size:13px;
}
li.elgi-toll-free-no a.mail-to {
	cursor:pointer;
	padding-top: 0;
	/*font-family: 'Ubuntu-Medium';*/
	text-transform: lowercase;
	color: #777;
	width: auto;
	height: auto;
	font-size: 13px;
	
}
li.elgi-toll-free-no a.mail-to:hover {
	color:#2f2e78;
}
li.elgi-toll-free-no a:before,.elgi-menu .menu-user-login:before {
	position: static;
}
.logo {
	margin-right:25px;
}
/* li.elgi-toll-free-no {
	margin-left: 50px;
	
}*/
/*#fullpage {
    transform: inherit !important;
    transition: inherit !important;	
}
*/
.empty-wrapper {
	display: none;
}
.add-to-cart-login {
	float: right;
	margin-top: 10px;
	position: relative;
}
.add-to-cart-login li {
	float: left;
}
.elgi-cart-icon {
	vertical-align: top;
    line-height: 28px;
}
.cart_item_count_refresh {
    display: inline-block;
	color: #000;
	text-align: center;
    font-size: 12px;
	/* font-family: 'Ubuntu'; */
}
.add-to-cart-login li a.elgi-cart-icon:before {
	position: static;
}
.elgi-menu .menu-user-login {
	width:28px;
	height:28px;
	margin-top: 6px;
	background:url("../images/h-icon.png") no-repeat;
}

.add-to-cart-login li a.menu-user-login {
	/*background:url("../images/h-icon.png") no-repeat;*/
	background:url("../images/user.png") no-repeat;
}
.add-to-cart-login li a.menu-icon {
	background:url("../images/menu-icon.png") no-repeat 0;
}
.navbar-default .navbar-nav > .active > a{
	color: rgb(48, 48, 122);
	/*border-bottom: 2px solid #2f2e79;*/
	background-color: transparent;
}
.add-to-cart-login .cart-count-li a {
	color: #7F8A8A;
	width: 100%;
	font-size: 12px;
	/* font-family: 'Ubuntu-Light',sans-serrif; */
}
.minicart, .minicart-wrapper #cart-sidebar li .info-wrapper th{
	padding: 7px;
	color: #30307a;
}
ul.checkout-types.minicart {
    line-height: 16px;
    overflow: hidden; 
    margin: 0px 0px;
    padding: 7px 0px; 
}
.add-to-cart-login .loginarea .login-drop a {
	/* font-family: 'Ubuntu-Light'; */
	color: #777;
}
.add-to-cart-login .loginarea .login-drop a:hover {
	color:#2f2e79;
}
.add-to-cart-login .loginarea a {
	background: transparent;
	width: auto;
	height: auto;
	margin: 0;
	color: #2f2e79;
	/* font-family: 'Ubuntu-Medium'; */
}
.add-to-cart-login .loginarea a span {
	line-height: 24px;
	padding-left: 13px;
}
.add-to-cart-login li a {
   
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 0px;
}
.add-to-cart-login .loginarea a.elgi-userlogin-name {
	margin-left: 5px;
	text-transform: capitalize;
}
.add-to-cart-login .cart-count-li a.elgi-cart-icon {
	padding: 0;
	margin: 0;
	width: 48px;
	height: 48px;
	color:#fff;
	text-align: center;
    line-height: 46px;
	background: url("../images/add-to-the-cart.png")no-repeat;
	margin-top: -10px;
}
.elgi-top-menu .navbar-nav #mini-cart-head {
    padding: 7px 0 10px 15px;
}
.add-to-cart-login .login-drop {
	top: 23px;
}
.mini-cart-header {
	border: 1px solid #ccc;
	min-width: 250px;	
	right: 0;
    padding: 20px 10px 25px;
    font-size: 12px;
}
.mini-cart-header {
	right: 0;
}
.add-to-cart-login .cart-count-li .mini-cart-header a {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 7px;
}
.add-to-cart-login li .product-name a {
    background: transparent;
	width: 160px;
}
.add-to-cart-login li .product-name {
    width: 160px;
}
.minicart-actions {text-align: left !important}
.cart-count-li {
	position: relative;
	margin-left: 0px;
	margin-right: 20px;
}
.elgi-bg-white {
	padding:35px 0;
	background: #ffffff;
	height: 100vh;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
	position: relative;
}
.home-tab-title {
	color:#555858;
	font-size: 26px;
	display: inline-block;
	padding-bottom: 10px;
	margin: 55px 0 45px;
	border-bottom: 2px solid #555858;
}
.elgi-lf-tab li{
	float: none;
	margin-bottom: 7px;
}
.elgi-lf-tab li a {
	color: #555858;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 26px;
	padding: 0;
	/* font-family: 'Ubuntu',sans-serif; */
}
.elgi-lf-tab li a.active {
	color:#30307a;
}
.elgi-lf-tab li a:hover {
	background:none;
	color: #2f2e78;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: none;
	color: #2f2e78;
}
.down-arrow-seection {
	position:relative;
}
.why-ultra-videos {
	width:100%;
	
}
/*.elgi-slider-cnt {
	margin-top :80px !important;
}*/
.add-to-cart-login li .elgi-sub-menu {
	position: absolute;
    top: 35px;
	right: 0px;
	width:135px;
    z-index: 9;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 2px 3px 2px #ccc;
	display: none;
}
.add-to-cart-login li .elgi-sub-menu li {
	float: none;
	display: block;
	margin-bottom: 10px;
}
.add-to-cart-login li .elgi-sub-menu a {
	background: transparent;
	color: #777;
	width: auto;
	height: auto;
	margin: 0;
}
.add-to-cart-login li .elgi-sub-menu a:hover {
	color:#2f2e78;
}
.why-ultra-videos iframe {
	width:100%;
	height: 400px;
}
.add-to-cart-login.home-login-sec {
	margin-top: -8px;
}
.add-to-cart-login li a.home-user-login {
	background:transparent;
}
.bg-gradient {
	padding:0px 0;
	height: 100vh;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
background: #fff; 
/*background: -moz-linear-gradient(to right,  #dfe3e6 0%,#ffffff 30%,#ffffff 70%,#dfe3e6 100%); 
background: -webkit-linear-gradient(to right,  #dfe3e6 0%,#ffffff 30%,#ffffff 70%,#dfe3e6 100%);
background: linear-gradient(to right,  #dfe3e6 0%,#ffffff 30%,#ffffff 70%,#dfe3e6 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe3e6', endColorstr='#dfe3e6',GradientType=1 ); */

}
.elgi-title, .page-title h1 {
	font-size: 28px;
	color: #5a5a5c;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}
.elgi-small-title {
	font-size: 26px;
	color: #5a5a5c;
	text-transform: uppercase;
	text-align: center;
	padding-top: 50px;
	background: url("../images/border-img.png") repeat-x top;
}
.border-top-dotted {
	
}
.cooker-img-mob{
display:none !important;
}
.elgi-ultra-shop-list {
	padding:50px 0;
}
.shop-list {
	padding: 25px 0 15px;
	text-align: center;
	background:#fff;
	height: 320px;
	position: relative;
	border:1px solid #c3c3c3 ;
	/*border-top:2px solid #f3f3f3;*/
}
.shop-list figure {
	width:200px;
	height: 180px;
	position: relative;
	margin: 0 auto;
}
.shop-list figure img {
	top:0;
	left:0;
	right:0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
}
.shop-list-product-name a{
	font-size: 20px;
	color: #5a5a5c;
	padding: 15px;
	line-height: 24px;
	text-transform: uppercase;
}
.know-more-buy-bnt {
	margin-top:12px;
	text-align: center;margin-right:10px;
}
.know-more-buy-bnt a {
	color: rgb(48, 48, 122);
	font-size: 14px;
	padding-right:10px;
	background:url("../images/buy-arrow.png") no-repeat right 6px;
	float:left;
}
.messages .success-msg:before {
    content: '\2713';
    font-size: 16px;
    border: 1px solid green;
    background: green;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
}
.messages .success-msg {
    margin-bottom: 10px;
    padding-left: 10px;
    color: #4F8A10;
    background-color: #DFF2BF;
    padding: 4px 20px;
    font-size: 16px;
}
.messages .success-msg ul{
	display:inline-block;
	padding-left:10px;
}
.know-more-btn {
	margin-right:10px;
}
.product-btn-cnt .know-more-btn {
	margin-right:10px;
}
.bor-botm-dotted {
	border-bottom:4px dotted #e5e9eb;
}
.select-dealer-location {
	padding:30px 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
}
select {
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.select-dealer-location select,.bootstrap-select button.selectpicker, .elgi-service-location select {
	color:#343434;
	width:100%;
	height:50px;
	font-size: 18px;
	padding:0 25px 0 12px;
	border:2px solid #c6c4c4;
	text-transform: uppercase;
	background:url("../images/down-arrow.png") no-repeat 96% center !important;
}
.bootstrap-select .selectpicker {
	height:auto;
	min-height: 50px;
}
.selectpicker .caret {
	display: none;
}
.flex-none {
	align-items: baseline;
	display: block;
	height: 100%;
}
.nearest-location-address {
	padding:15px;
	margin:0 15px;	
	min-height: 200px;
}
.elgi-store-loc-bor-bot-remove {
	border-bottom: none;
}
.elgi-store-loc-bor-bot {
	border-bottom: 5px dotted #9b9da0;
}
.near-location-section .nearest-location {
	min-height: 200px;
}
.nearest-location-address li {
	color:#ffffff;
	line-height: 20px;
	font-size: 12px;
}
.nearstore-phone-no {
	margin-top:15px;
}
.near-location-section {
	
	background:#5a5a5c;
	overflow: auto;
	max-height: 500px;
	margin-bottom:40px;
}
.locator-list-container {
	 padding: 15px 0;
	text-align: center;
	color: #fff;
}
.near-location-section .nearest-location-address {
	text-align: left;
}

.elgi-location-address-list {
	padding:0;
	
}
.elgi-location-address-list:last-child .nearest-location-address {
	padding-bottom: 0;
}
.elgi-location-address-list:first-child .nearest-location-address {
	padding-top: 0;
}
.elgi-location-address-list:last-child .nearest-location-address {
	border-bottom:none;
}
.near-location-section .padding-0 {
	border-right: 5px dotted #9b9da0;
	
}
.padding-0:last-child {
	border-right:none;
}
.service-state {
	padding-left:0;
}
.store-city {
	padding-right:0;
}
.padding-0 {
	padding:0;
}
.padding-top-0 {
	padding-top:0
}
.padding-left-0 {
	padding-top:0
}
.padding-right-0 {
	padding-top:0
}
.padding-bottom-0 {
	padding-top:0
}
.pad-top-45 {
	padding-top:55px;
}
.page-down {
	
}
.down-arrow {
	position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
	width:38px;
	height:38px;
	background:url("../images/down-icon.png") no-repeat;
	cursor: pointer;
	animation-name: bobble;
    animation-duration: 2s;
    animation-iteration-count: infinite;

}

@keyframes bobble {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translate3d(0px, 15px, 0px);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}


.related-image { width: 100%; height: auto;  }
.related-image img { width: 100%; height: 100%; }

/** Product **/
.product-list-cnt {
	height:285px;
	border:none;
	background: transparent;
}
.product-name a{
	font-size:16px;
	/* font-family: 'Ubuntu-M',sans-serif; */
	background: rgba(47, 46, 120, 0.44);
	padding:7px;
	display: inline-block;
}
.product-name a {
	color:#fff;
}
#opc-review .product-name {
	font-weight: normal !important;
}
.grey {
    background: #e9e9e9;
	padding: 35px 0;
}
.footer-upper-content h6 {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
	/* font-family: 'Ubuntu-Medium'; */
}
.footer-upper-content ul li {
    list-style: none;
    font-size: 13px;
    margin: 10px 0;
	color:#ffffff;
}
.footer-upper-content ul li a {
	color: #ffffff;
	
}
.elgi-copy-rights-cnt {
	text-align: center;
	padding-top:15px;
}
.elgi-copy-rights-cnt ul li {
	display: inline-block;
	margin-bottom: 0;
}
.elgi-copy-rights-cnt ul li a {
	border-right:2px solid #b8b5b6;
	padding:0 8px;
}
.elgi-copy-rights-cnt ul li:last-child a {
	border-right: none;
}
.elgi-menu .cart-menus a:before {
	position: static
}
.cart-menus {
	margin-left:120px;
}
.elgi-footer-social-contact {
	text-align: center;
	padding-bottom: 30px;
}
.elgi-footer-social-contact span {
	color:#fff;
	margin-right:10px;
}
.elgi-footer-social-contact a {
	color:#fff;
	border:1px solid #c6c4c4;
	height:23px;
	width:25px;
	text-align: center;
	border-radius: 5px;
	margin-left:5px;
	display: inline-block;
	line-height: 22px;
	transition: 0.5s;
}
.elgi-footer-social-contact a.social-fb:hover {
	color: #3b5998;
	background: #fff;
}
.elgi-footer-social-contact a.social-youtube:hover {
	color: #bb0000;
	background: #fff;
}
.elgi-footer-social-contact a.social-link:hover {
	color: #007bb5;
	background: #fff;
}

/** **/

.page-sub-title {
	/* font-family: 'Ubuntu' !important; */
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
}

.form-group label {
	display: block;
	font-size: 16px;
	padding:5px 0;
}
.form-group input {
	border:1px solid #dadada;
	height: 35px;
	width:100%;
	padding: 0 10px;
	/* font-family: 'Ubuntu-Light'; */
	box-shadow: none;
}
.form-group textarea {
	border:1px solid #dadada;
	width:100%;
	resize: none;
	height: 100px;
}
.elgi-address li {
	font-size: 16px;
	margin-bottom: 10px;
}
.elgi-address h6{
	font-size: 16px;
	margin: 10px 0 15px;
}
.sub-btn.button.elgi-btn {
	margin:15px 0 0 0;
}

.header-fixed {
    z-index: 999;
    background: #fff;
   /* position: fixed;*/
    width:100%;
	top:0;
    left: 0;
    right: 0;
    margin:0 auto;
    /* transition: 0.5s; */
    border-bottom: 1px solid #e2e2e2 ;
}
.elgi-map-location {
	margin-bottom: -35px;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
	display: inline-block !important;
}

.btn-group.open .dropdown-toggle {
	box-shadow:none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width:100%}

/** Compare Page **/

.elgi-compare-section .compare-table tr td {
	border-right:2px solid #c1c3c5;
	border-top:none;
}
.elgi-compare-section .compare-table tr th {
	border-top:none;
}
.elgi-compare-section .compare-table .border-none td, .elgi-compare-section .resp-table.compare-table .border-none th{
	border-right: none;
}
.elgi-compare-section .table > tbody  tbody {
	border: 2px solid #c1c3c5;
}
.button.elgi-btn, .mycart .update button, .button {
	color: #fff;
	background: rgb(48, 48, 122);
	padding:8px 25px;
	text-transform: uppercase;
	border: none;	
	/* font-family: 'Ubuntu'; */
	min-width: 100px;
	height: 36px;
	border-radius: 3px;
}
.button.elgi-btn:hover, .elgi-buy-btn:hover, .add-to-cart-login .cart-count-li a.elgi-check-btn:hover, .elgi-det-action .bg-blue:hover, .mycart .update button:hover {
	background: rgb(48, 48, 122);
	color:#fff;
}
.mycart .update button {
	background: rgb(48, 48, 122);
}
.compare-item-count {
	display: block;
	text-transform: uppercase;
	/* font-family: 'Ubuntu'; */
	text-align: left;
	padding-top:10px;
}
.compare-btn.elgi-btn.button {
	padding: 11px 30px;
	cursor: default;
}
.btn-cart.elgi-btn span {
	color:#fff;
}
.button.comp-add-cart {
	background:#e6e7e7;
	text-transform: uppercase;
	/* font-family: 'Ubuntu'; */
	border: none;
	color:#555858;
	padding: 10px 16px;
	height: 36px;
	border-radius: 3px;
	line-height: 18px;
}
.elgi-compare-section .resp-table tr td:first-child, .elgi-compare-section .resp-table tr th:first-child {
	min-width: 260px;
	border-right:2px solid #c1c3c5;
	/* font-family: 'Ubuntu'; */
}
.button {
	transition: 0.5s;
}
.ratings a {
	color:#5a5a5c;
	line-height: 14px;
	vertical-align: top;
}
.button.comp-add-cart:hover {
	background: #404242;
	text-decoration: none;
	color:#fff;
}
.elgi-compare-section .price {
	/* font-family: 'Ubuntu'; */
}
.elgi-compare-section .glyphicon-remove {
	color:#555858;
}
.elgi-compare-section .ratings {
	margin: 0 auto;
}
.elgi-compare-section .product-name a{
	text-align: center;
	margin:0 auto 10px;
	min-height: 55px;
    align-items: center;
    display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    -webkit-align-items: center;
    justify-content: center;
	width:244px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.product-sub-title {
	font-size: 20px;
	padding:5px 0;
	text-transform: uppercase;
		/* font-family: 'Ubuntu'; */
	border-bottom: 1px solid #e6e6e6;
}

#get_in_touch_form .form-group {
	margin-bottom: 20px;
}
.form-group textarea {
	border: 1px solid #dadada;
	/* font-family: 'Ubuntu-Light'; */
	box-shadow: none;
}
#get_in_touch_form .form-group .selectpicker {
	border: 1px solid #dadada;
	min-height: 35px;
	/* font-family: 'Ubuntu-Light'; */
	color: #5a5a5c;
	text-transform: capitalize;
	background-color: #fff !important;
    font-size: 14px;
}

/** **/

.pro-usg-details {
	padding:50px 0;
	border-bottom: 2px dotted #231f20;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    -webkit-align-items: center;
	align-items: center;
}
.pro-usg-details:last-child {
	border-bottom: none;
}
.pro-detail-img {
	text-align: center;
}
.pro-det-description {
	/*display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    -webkit-align-items: center;
	align-items: center;*/
	text-align: center;
	padding: 0;
}
.pro-det-description img {
	/*margin-right:50px;*/
	margin-bottom: 10px;
}
.pro-usg-details p {
	font-size: 18px;
	line-height: 28px;
	color: #5a5a5c;
	text-transform: uppercase;
}
.product-details-text p {
	color:#545757;
	font-size: 18px;
	line-height:24px;
	text-align: center;
	padding: 50px 0 0;
}
.ind-product-name {
	/*padding-top:100px;*/
}
.ind-product-name img {
	display: block;
}
.ind-product-name figcaption {
	font-size: 19px;
	color: #545757;
	line-height: 30px;
}
.product-explanation .ind-product-name p {
	font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
}
.product-explanation {
	padding-top:75px;
}
.product-explanation p {
	font-size: 20px;
	text-transform: uppercase;
	color: #5a5a5c;
	line-height: 30px;
}
.product-explanation sup {
	font-size: 18px;
}
.demo-ulr-link {
	color:#3a3793;
	font-size: 12px;
	padding-right:12px;
	margin-top:10px;
	display: inline-block;
    float: right;
	background:url("../images/buy-arrow.png") no-repeat right center;
}
.know-demo-ulr-link, .elgi-social-link .youtube-link {
	text-transform: uppercase;
    color: #fff;
    background: #303076 url(../images/play-icon-white.png) no-repeat 8px 9px;
	padding: 10px 15px;
    font-size: 14px;
    transition: 0.4s;
    display: inline-block;
    padding-left: 30px;
    border-radius: 10px;
}
.know-demo-ulr-link:hover, .elgi-social-link .youtube-link:hover {
	background: #e6e7e7 url(../images/play-icon.png) no-repeat 8px 10px;
    color: #555858;
}
.know-demo-ulr-link span {
    padding-right: 10px;
	display: none;
}
.elgi-page-header {
	background:#fff;
}
.elgi-price-buy {
	float: right;
}
.open-nav-fix {
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	z-index: 999;
	width:100%;
	box-shadow: 0px 3px 7px #cdcdcd;
}
.ind-product-price {
	padding:8px 15px;
	color: #555858;
	font-size: 20px;
	display: inline-block;
}
.elgi-single-page-details .know-product-img img {
	max-width: 100%;
}
.elgi-single-page-details .pro-detail-img img {
	max-width:300px;
}
.elgi-single-page-details .pro-det-description img {
	max-width: 60px;
}
.elgi-buy-btn {
	float: right;
	background: #2f2e78;
	color: #fff;
	padding:11px 30px;
	transition: 0.5s;
	border-radius: 3px;
}
.price p.elgi-online-price-text {
	font-size: 17px;
}
.elgi-online-price-text .online-price, .product-shop .regular-price {
	color: rgb(48, 48, 122);
	font-size: 28px;
}
.product-shop .elgi-dec-prd-price .regular-price {
	font-size: inherit;
}
.elgi-online-price-text i {
	font-size: 22px;
}
.product-page h1.product-name {
	font-size: 30px;
	/* font-family: 'Ubuntu-Light'; */
}
.product-det-dec {
	line-height: 18px;
}
.detail-label {
	font-size: 14px;
	line-height: 22px;
}
.avi-info span{
	font-size: 18px;
	color: #2c9445;
	line-height: 24px;
}
.pro-shi-free span {
	font-size: 16px;
	line-height: 24px;
}
.det-rating-bot {
	margin-top:7px;
}
.del-pincode p {
	/* font-family: 'Ubuntu'; */
	font-size: 16px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    -webkit-align-items: center;
    align-items: center;
}
.del-pincode p input {
	border:2px solid #303076;
	width:175px;
	height: 36px;
	line-height: 36px;
	padding: 0px 5px;
	box-sizing: border-box;
	text-align: center;
	margin-left: 15px;
	border-radius: 10px 0px 0px 10px;
    font-family: 'Poppins';
}
.del-pincode .pincode_btn_check {
	background: #303076;
	color: #fff;
	text-transform: uppercase;
	/* font-family: 'Ubuntu'; */
	font-size: 14px;
	height: 36px;
	font-weight: 600;
	width:100px;
	margin: 0;
	border:1px solid transparent; /* #a19e9f */
	border-left: none;
	transition: 0.5s;
	border-radius: 0px 10px 10px 0px;

}
.del-pincode #message {
	display: block;
	padding: 10px 0;
}
.elgi-det-action {
	margin-top:20px;
}
.elgi-det-action .quantity {
	width:auto;
}
.elgi-det-action .quantity select:focus {
	box-shadow: none;
}
.elgi-det-action .quantity select {
	width:60px;
	height: 36px;
	border: none;
	background: #555858 url(../images/sort-down-w.png) 94% no-repeat;
	color: #fff !important;
	/* font-family: 'Ubuntu'; */
	font-size: 14px;
	padding: 0 10px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: none;
	background-size: 16px; 
}

.elgi-det-action .quantity select:focus, .elgi-det-action .quantity option:focus,.elgi-det-action .quantity  select::-moz-focus-inner, .elgi-det-action .quantity option::-moz-focus-inner {
outline: none;
border: none;
}

.elgi-det-action .bg-blue {
	text-transform: uppercase;
	/* font-family: 'Ubuntu'; */
	font-size: 14px;
	padding: 10px;
	text-align: center;
	float: left;
	margin: 10px 40px;
	border-radius: 3px;
	width: 160px;
	height: 38px;
}
.call-to-action.elgi-det-action .bg-blue p {
	float: none;
}
.elgi-det-action .bg-blue.add-cart-btn {
	margin:10px 0;
	background: #555858;
	
}

.call-to-action.elgi-det-action .pull-left  .bg-blue{
	margin: 0px;
}
.breadcrumbs {
	margin-bottom: 10px;
}
.elgi-queries-contact {
	font-size: 16px;
	line-height: 22px;
}
.share-social-media {
	color:#3a3793;
	line-height: 24px;
	/*margin-left:17px;*/
	padding-right: 13px;
}
.elgi-details-dec-tabs li{
	color:#5a5a5c;
	border-bottom: 2px solid transparent;
	padding: 10px 0 !important;
	background: transparent !important;
	width:auto;
	margin: 0 20px;
	position: relative;
}
.elgi-details-dec-tabs li a {
	display: block;
	color:#5a5a5c;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 0 25px;
}
.elgi-details-dec-tabs li.resp-tab-item:first-child {
	margin-left: 0px;
}

.elgi-details-dec-tabs li.resp-tab-item:last-child:after{
	border: none;
}
.elgi-details-dec-tabs li:last-child a{
	border-right:none;
}
.elgi-details-dec-tabs li.resp-tab-active {
	border-bottom: 2px solid #2c337b;
}
.elgi-details-dec-tabs ul {
	overflow: hidden;
	border-bottom: 1px solid #231f20;
}
.table tbody tr:first-child td{
	border-top:none;
}
.price.elgi-price-cnt {
	text-align: center;
	min-height: auto;
	margin-top:15px;
}
.elgi-dec-prd-price {
	color:#3a3793;
	font-size: 18px;
	/* font-family: 'Ubuntu'; */
}
.login-drop {
	width:140px;
}
.login-drop li {
	margin-right:0;
}
.login-drop li a {
	text-transform: capitalize;
}
.elgi-menu .loginarea a:before {
	display: none;
}
.elgi-menu .login-drop a:hover {
	text-decoration: none;
	color: #2c337b;
}
.breadcrumb {
	margin-bottom: 0;
	background: #fff !important;
}
.breadcrumb a {
	color:#555858;
}
.elgi-features-cnt {
	/*display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    -webkit-align-items: center;
    align-items: center;*/
    padding: 0;
	margin: 15px 0;
}
.elgi-pro-features-dec-li p {
    font-size: 15px;
    line-height: 22px;
    color: #5a5a5c;
}
.elgi-pro-features-dec-li h4 {
	color:#545757;
	font-size: 16px;
	line-height: 28px;
	/* font-family: 'Ubuntu-Medium'; */
	text-transform: uppercase;
	margin-bottom: 3px;
}
.elgi-pro-features-dec-li{
    margin-left: 30px;
    float: left;
    width: 78%;
}
.elgi-form-label {
	padding-bottom: 5px;
	/* font-family: 'Ubuntu'; */
	font-size: 14px;
}
.elgi-review-liset .form-group {
	margin-bottom: 0;
}
.elgi-review-liset.form-list {
	border-bottom: 0;
}
.elgi-review-liset.form-list .inline-label {
	margin:0 10px;
}
.text-left {
	text-align: left;
}

.review-tab p, select {
    font-size: 14px;
    line-height: 20px;
}

/** Login **/

.elgi-login-fg label, .login-social-cnt
{
	display: block;
	color:#555858;
	font-size: 16px;
	line-height: 24px;
}
.elgi-page-sm-title {
	color:#555858;
	font-size: 20px;
	/* font-family: 'Ubuntu'; */
}
.elgi-login-fg input,
.reset-password-wrapper ul.form-list li .field input {
	border:2px solid #95abd7;
	height:40px;
	width: 100%;
	border-radius: 5px;
	padding: 0 10px;
}
.login-btn.button {
	text-transform: capitalize;
	border:1px solid #646294;
	font-size: 15px;
	line-height: 0;
	margin: 0 25px 0 0;
}
.forgot-pass-text a{
	color:#555858;
	display: inline-block;
	margin-top:12px;
	font-size: 15px;
}
.elgi-new-user-login {
	color:#555858;
	font-size: 15px;
	margin-top: 20px;
}
.elgi-new-user-login a {
	text-transform: uppercase;
	color: #2d3277;
}
a:hover {
	color:#2d3277;
	text-decoration: none;
}
.elgi-detail-buy-bnt {
	float: right;
	position: relative;
    right: 19%;
	max-width: 140px !important;
}

.elgi-det-breadcrumbs ul li {
	line-height: 24px;
}
.elgi-product-compare-btn {
	cursor: pointer;
}
/** **/

.log-pro-cnt {
	padding: 30px;
}
.login-process-title {
    font-size: 18px;
    /* font-family: "Ubuntu-Medium",sans-serif; */
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 0 0 85px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.my-account p {
    font-size: 16px;
    line-height: 25px;
}
.login-process-title:after, .login-process-title:before {
	position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background: #555858;
    top: 11px;
	margin-left:10px;
}
.login-process-title:before {
	width: 75px;
	left: 0;
	margin:0;
}
.elgi-log-form-method label{
	display: block;
	/*font-size: 15px;*/
	margin-bottom: 10px;
}
.elgi-log-form-method input, .elgi-log-form-method select{
	background: #e6e7e8;
	height: 40px;
	padding: 0 10px;
	width:78%;
	border:1px solid #eceded;
}
.elgi-log-form-method select {
    background: #e6e7e8 url(../images/sort-down.png) 97% 14px no-repeat;
    background-size: 16px;
}
.elgi-log-form-method li.shipping-add-label label{
	display: inline-block;
}
.elgi-log-form-method li.shipping-add-label input {
	width:auto;
}

/** **/

.shipping-add-label{
  position: relative;
  float: left;
	margin-right: 10px;
}
.shipping-add-label input[type=radio], .shipping-add-label input[type=checkbox]{
  position: absolute;
  visibility: hidden;
}

.shipping-add-label label{
  display: block;
  position: relative;
  padding: 0 0 0 27px;
  margin: 6px auto;
 	z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.shipping-add-label:hover label{
	color: #6672b6;
}
.shipping-add-label .check{
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 3px;
  left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.shipping-add-label:hover .check {
  border: 3px solid #6672b6;
}
.elgi-log-form-method input[type=checkbox] {
	width:auto;
	height: auto;
}
.shipping-add-label .check::before {
  	display: block;
  	position: absolute;
	content: '';
  	border-radius: 100%;
  	height: 10px;
  	width: 10px;
  	top: 2px;
	left: 2px;
  	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.shipping-add-label input[type=radio]:checked ~ .check, 
.shipping-add-label input[type=checkbox]:checked ~ .check {
  border: 3px solid #2f2e78;
}

.shipping-add-label input[type=radio]:checked ~ .check::before, 
.shipping-add-label input[type=checkbox]:checked ~ .check::before{
  background: #2f2e78;
}

.shipping-add-label input[type=radio]:checked ~ label, 
.shipping-add-label input[type=checkbox]:checked ~ label{
  color: #2f2e78;
}
.acc-bg-gray {
	background: #e6e7e8;
	/*color: #abadb0;
	text-align: center;*/
	width: 78%;
}
.elgi-acc-label {
	color:#555858;
	/*font-size: 18px;*/
	margin-bottom: 10px;
}
.elgi-acc-edit.edit {
	color:#2f2e78;
}
.elgi-acc-title {
	color:#2f2e78;
	font-size: 20px;
	text-transform: uppercase;
	/* font-family: 'Ubuntu-Medium'; */
}
.my-account.elgi-acc-li li {
	float: left;
	background: transparent;
}
.product-list.elgi-acc-li li a {
	text-transform:capitalize;
	color: #555858;
	font-size: 19px;
	padding: 0 20px;
	letter-spacing: normal;
	line-height: normal;
	border-left: 2px solid #8b8989;
	
}
.product-list.elgi-acc-li li:first-child a {
	border-left:none;
	padding-left:0;
}
.product-list.elgi-acc-li li.current a,.product-list.elgi-acc-li li a:hover  {
	color:#2d2c7f;
}
.elgi-acc-small-title {
	/* font-family: 'Ubuntu'; */
	padding: 25px 0 10px;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
}
.elgi-acc-content {
	background:#fff;
	padding: 30px;
	margin-top:35px;
}
.no-order-label {
	padding:15px 0;	
}
.back-link a {
	color: #2e2d77;
}
.mar55 {
	margin-right:57px;
}
#co-billing-form .form-list li.db-inline {
	width:auto;
	margin-right:20px;
}
.elgi-dash-msg {
	line-height: 22px;
	padding-bottom: 25px;
}
.elgi-acc-wel-msg {
	color:#2e2d77;
	/* font-family: 'Ubuntu-Medium'; */
	text-transform: uppercase;
	line-height: 22px;
}
.acc-add-edit {
	margin:30px 0 0 12px;
}
.acc-change-pass {
	margin-right:10px;
}
.elgi-my-cart-table thead th {
	background: #e6e7e8;
	padding: 12px 25px;
	/* font-family: 'Ubuntu'; */
}
.cart-sub-title {
	padding-bottom: 10px;
}
.elgi-address-info {
	background: #e6e7e8;
	/*text-transform: capitalize;*/
}
.marginb50 {margin-bottom: 50px;}
.add-to-cart-login .cart-count-li a.elgi-check-btn {
	background-color: #30307a;
	color:#fff;
	transition: 0.4s;
}
.messages .success-msg {margin-bottom: 10px; padding-left: 10px;}
.features.resp-tab-content {overflow: hidden}
.bg-block {background:#000;}
.opc form .address-select{padding-right: 51px !important;}
.cart-empty p {margin-bottom:10px;}
.elgi-url-link {
	color:#3a3793;
	/* font-family: 'Ubuntu'; */
}

.loading-img {
	position:absolute;
	width:50px;
	height:50px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.related-page {
	position: relative; 
	overflow: hidden;
}
/** About us **/
.elgi-about-cnt p {
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 15px;
}
.elgi-about-cnt p a {
	color:#2f2e78;
}
.elgi-about-cnt p a:hover {
	text-decoration: underline;
}
.elgi-std-pages p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.elgi-std-pages p strong {
	color:#333;
	padding-top: 10px;
	display: inline-block;
	/* font-family: 'Ubuntu'; */
}
.elgi-std-pages .page-sub-title {
	text-align: left;
}
.elgi-custom-page-head h1 {
	position: relative;
	text-transform: uppercase;
	width: 100%;
    text-align: center;
    overflow: hidden;
	font-size: 28px;
	vertical-align: top;
    line-height: 30px; 
    margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
	float: left;
}
.elgi-custom-page-head h1:after, .elgi-custom-page-head h1:before {
    flex-grow: 1;
  height: 1px;
  content: '\a0';
  background-color: #2F2F79;
  position: relative;
  top: 0.5em;
}
.elgi-custom-page-head h1:before {
    margin-right:10px;
}
.elgi-custom-page-head h1:after {
  margin-left:10px;
}
.elgi-custom-page-head img {
	display: inline-block;
	max-width: 135px;
	position: relative;
	float: left;
}
.elgi-manual-sec .product-name a {
	min-height: 55px;
    align-items: center;
    display: flex;
    justify-content: center;
	position: relative;
	line-height: 20px;
	background: rgb(157, 147, 176);
}
.elgi-manual-sec .product-name a span {
	color:#e31e2e;
	float: right;
}
/*.elgi-manual-sec .product-name a span.pos-set-icon {
	position: absolute;
	right: 7px;
	top:20px;
}*/
.elgi-features-cnt img {
    width: 73px;
    float: left;
}
/*.elgi-social-icons {
	display: none;
}*/
.elgi-war-table table.elgi-warranty-cha-table th{
	border-top:0;
	background: #E7E7E9;
	/* font-family: 'Ubuntu-Medium'; */
	text-transform: uppercase;
	text-align: left;
	padding: 10px 25px;
}
.elgi-warranty-cha-table .service-chr-amount td {
	border-bottom: 2px solid #E7E7E9;
	/* font-family: 'Ubuntu'; */
}
.table.elgi-warranty-cha-table tr td {
	border-top:0;
	text-align: left;
	padding: 10px 25px;
}
.elgi-service-loc h1{
	padding-bottom:20px;
}
.elgi-service-loc h3 {
	line-height: 30px;
}
.h-75 {
	min-height: 60vh;
}
.elgi-service-location select {
	border-radius: 3px;
}
.flex-direction-nav a {
	top:45%;
}
.form-sub-title {
	font-size: 18px;
}
.elgi-custom-page-head .cart-title {
	float: none;
	width: 100%;
	margin: 0;
	
}
.elgi-enquery-form input, .elgi-enquery-form select, .elgi-enquery-form textarea {
	border:1px solid #cdcdcd;
	height:35px;
	padding:0 10px;
	box-sizing: border-box;
	width: 100%;
}
.elgi-enquery-form textarea {
	height: 100px;
	padding: 10px;
	line-height: 1.5432;
}
.elgi-enquery-msg {
	margin-bottom: 10px;
	
}	
.elgi-enquery-form input.button {
	width: 130px;
}
.elgi-enquery-form select {
	background: url(../images/sort-down.png) 97% 10px no-repeat #fff;
}
.mycart p {
line-height: 20px;
}

.elgi-login-fg.iner-log .shipping-add-label label{
	margin: 0 auto;
}
.elgi-product-dec-cnt img { max-width: 100%;}
.elgi-product-dec-cnt.elgi-prdmain-img .text-center img {
    width: 195px;
}
.elgi-btn.button.my-cart-che-btn a{
	line-height: 22px;
	color: #fff;
}
.elgi-btn.button.my-cart-che-btn {
	margin-left: 10px;
}
.grand-total {
	font-weight: normal !important;
	/* font-family: 'Ubuntu-Medium'; */
}
.elgi-fr {
	/* font-family: 'Ubuntu'; */
}
.mycart .icons a, .a-link {
	color: rgb(48, 48, 122);
}
.mycart .icons a:hover, .a-link:hover {
	color: rgb(48, 48, 122);
}
.messages .error-msg li span {
    margin-bottom: 10px;
    line-height: normal;
    display: inline-block;
}
.elgi-rating-table td {
	vertical-align: middle;
}
.elgi-rating-table {
	margin-top: 10px;
}
/** Media **/

@media screen and (min-width:1024px) and (max-width:1191px){
.elgi-toll-free-no{
	display:none;
}
.related-page .related_1 .product-diff-detail {
    padding-top: 2% !important;
}
.bg-lightest-grey-new .related_1 .product-diff-detail h1 {
    font-size: 17px;
}
.bg-lightest-grey-new .related_1 .product-diff-detail h4 {
    font-size: 14px;
}
.related_1 .product-diff-detail h1{
	padding: 5px 0px;
	line-height: 25px;
}
.related-page .row, .product-list-wrapper .row{
	height:auto !important;
}
 .product-list-wrapper, .product-diff-wrapper{
            height: auto !important;
    }
    #shop{
            height: auto !important;
            padding-top: 40px !important;
            padding-bottom:40px !important;
    }
    .related-page{
        height:auto !important;
    }
    .cooker-img-mob{
display:none !important;
}


}
@media screen and (min-width:1192px) and (max-width:1300px){
.customer-care-no {
    display: none;
}
.related-page .related_1 .product-diff-detail {
    padding-top: 2% !important;
}
.bg-lightest-grey-new .related_1 .product-diff-detail h1 {
    font-size: 17px;
}
.bg-lightest-grey-new .related_1 .product-diff-detail h4 {
    font-size: 14px;
}
.related_1 .product-diff-detail h1{
	padding: 5px 0px;
	line-height: 25px;
}
.related-page .row, .product-list-wrapper .row{
	height:auto !important;
}
 .product-list-wrapper, .product-diff-wrapper{
            height: auto !important;
    }
    #shop{
            height: auto !important;
            padding-top: 40px !important;
            padding-bottom:40px !important;
    }
    .related-page{
        height:auto !important;
    }

.desktop-search{
display:none !important	;
}
.mobile-search{
display:block !important;
float:right !important;
width: 0.5% !important;
margin-right: 10px;
}
input[type="search"]{
	width: 40px !important;
}
input[type="search"]:focus{
	width: 350px !important;
}
.cart-count-li {
    position: relative;
    margin-left: 10px;
    margin-right: 0px;
}
.elgi-toll-free-no{
	margin-right:15px;
}

}
@media screen and (min-width:1301px) and (max-width:1380px){
.related-page .related_1 .product-diff-detail {
    padding-top: 22% !important;
        padding-bottom: 0px !important;
}
.bg-lightest-grey-new .related_1 .product-diff-detail h1 {
    font-size: 19px;
}
.bg-lightest-grey-new .related_1 .product-diff-detail h4 {
    font-size: 13px;
}
.related_1 .product-diff-detail h1{
	padding: 5px 0px;
	line-height: 25px;
}
.related-page .row, .product-list-wrapper .row{
	height:auto !important;
}
 .product-list-wrapper, .product-diff-wrapper{
            height: auto !important;
    }
    #shop{
            height: auto !important;
            padding-top: 40px !important;
            padding-bottom:40px !important;
    }
    .related-page{
        height:auto !important;
    }

	}

	@media screen and (min-width:1301px) and (max-width:1315px){
	#header-search {
	    width: 9% !important;
	    float: left;
	    margin-top: 8px;
	    margin-left: 5px;
	}
input[type="search"]{
	width: 120px !important;
}
input[type="search"]:focus{
	width: 350px !important;
}
	}

@media screen and (min-width:1316px) and (max-width:1340px){

#header-search {
    width: 9% !important;
    float: left;
    margin-top: 8px;
    margin-left: 20px;
}
input[type="search"]{
	width: 120px !important;
}
input[type="search"]:focus{
	width: 350px !important;
}

}


@media (max-width: 1191px) {

 .product-list-wrapper, .product-diff-wrapper{
            height: auto !important;
    }
    #shop{
            height: auto !important;
            padding-top: 40px !important;
            padding-bottom:40px !important;
    }
    .related-page{
        height:auto !important;
    }

.add-to-cart-login{
/*border-top:1px solid #ddd;*/
width:100%;
padding-top:0px !important;
}
.cart-menu-page{
	float:left !important;
}
.add-to-cart-login .login-drop, .add-to-cart-login li .elgi-sub-menu{
	position: relative !important;
}
.add-to-cart-login li a.menu-user-login{
	background:none !important;
	color: #777;
}
.new-distop-cart-icon{
	display:none !important;
}
.add-to-cart-login ul li{
	width:100%;
}
.cart-count-li{
margin-left: 0px;
}
.elgi-cart-icon-new {
    font-size: 14px !important;
    padding-top: 6px;
}
.add-to-cart-login{
	margin-top: 0px !important;
}
.add-to-cart-login li {
    float: left;
    text-transform: uppercase;
}
.login-drop{
	display:block !important;
	box-shadow: inherit !important;
   padding: 0px !important;
}
.login-drop li a {
    text-transform: uppercase;
    line-height: 25px;
}
.add-to-cart-login .loginarea a.elgi-userlogin-name {
    margin-left: 0px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.add-to-cart-login .login-drop, .add-to-cart-login li .elgi-sub-menu{
	margin-bottom: 0px !important; 
}
.add-to-cart-login li a {
    width: auto;
    height: auto;
}
.navbar-nav > li > a {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.navbar-nav {
    float: none !important;
    margin: 7.5px 0px !important;
}
.navbar-nav, .navbar-header {
    padding: 0 0px !important; 
}
.add-to-cart-login li{
	padding: 6px 0px;
}
li.elgi-toll-free-no{
	margin: 6px 0px;
}
.elgi-toll-free-no-mobile{
display:block !important;
}
.elgi-distop-menu{
	display:none;
}
input[type="search"]{
	float:left !important;
}
input[type="search"]:focus {
    width: 300px !important;
}
.desktop-search{
display:none !important;
}
li.elgi-toll-free-no a.mail-to{
	font-size:16px !important;
	padding-top:3px;
}
li.elgi-toll-free-no a.toll-free-no{
font-size:14px;
}

}


.elgi-toll-free-no-mobile{
display:none;
}
@media (min-width: 1025px) {
.elgi-login-icon{
display:none;
}
.mob-mini-cart {
    display: none;
}

}


@media (max-width: 1218px) {

	.order .padding0  p:nth-child(2) {
		width: 100%;
	}
	.order .padding0  p {
		margin-bottom: 10px;
	}
	.order .padding0  p:first-child {
		margin-bottom: 10px;
	}
	.order .padding0 .price-box {
		text-align: left;
	}
	.second-div .icons {
		float: left;
		width: auto;
	}
	.fieldset .order {
		padding: 20px 0px 30px;	
	}	
}
@media (width: 1366px) { 
	.elgi-detail-buy-bnt {right:7%;}
}
@media screen and (max-width: 1169px) {
	.bg-blue a{
		line-height: 26px;
	}
}

@media (max-width: 1191px) {
	.elgi-home-header .navbar-header {
		width: 100%;
		float: left;
	}

	.go-to-top, .go-to-bottom {display: none !important}
	.elgi-home-header .navbar-collapse {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	.elgi-product-dec-cnt .col-md-offset-3,
	.elgi-product-dec-cnt .product-explanation {
		width: 100%;
		text-align: center;
		margin: 0px;
		clear: both;
	}
	.elgi-product-dec-cnt .product-explanation {
		padding-top: 25px;
	}
	.elgi-product-dec-cnt .ind-product-name {
		text-align: center;
	}
	.elgi-product-dec-cnt .ind-product-name img {
		display: block;
		margin: 0 auto 10px;
	}
	.user-manual .product-name a {
		font-size: 12px;
	}
	.user-manual-lists {
		min-height: 230px;
	}
	.product-primary .know-more-buy-bnt a {
    	background: url(../images/buy-arrow.png) no-repeat right 7px;		
	}
	.features .elgi-features-cnt figure,
	.features .elgi-features-cnt {
		float: left;
		width: 100%;
		text-align: center;	
	}
	#product_addtocart_form .price .elgi-online-price-text .online-price, 
	#product_addtocart_form .product-shop .price .regular-price {
		font-size: 24px;
	}	
	.features .elgi-features-cnt figure img,
	.features .elgi-features-cnt img{
		margin: 0 auto;
		display: block;
		float: none;
	}
	.features .elgi-pro-features-dec-li {
		width: 100%;
		margin: 10px auto;
		text-align: center;
		clear: both;
		float: left;
	}
	.elgi-features-cnt {
		display: inherit;
		min-height: 200px;
	}
	.elgi-pro-features-dec-li h4 {
		margin-top: 10px;
	}	
	.elgi-std-pages .marginb40 {
		padding: 0px 20px;
	}
	.near-location-section .padding-0 {
		border-right: none !important;
		border-left: 5px dotted #9b9da0 !important;
	}
	.near-location-section .padding0 { 
		border-right: 5px dotted #9b9da0 !important;
		border-left: 5px dotted #9b9da0 !important;
	}
	.near-location-section .nearest-location-address .padding0 {
		border-right: 0px dotted #9b9da0 !important;
		border-left: 0px dotted #9b9da0 !important;
	}	
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	
	.navbar-collapse.collapse.in {
		display: block !important;
		background: #fff;
	   position: static;
		width: 100%;
	    height: auto;
		
}
	.elgi-home-header {
		height: auto;
	}
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.add-to-cart-login  {
		float: left;
	}
	li.elgi-toll-free-no{
		margin-left: 0px;
	}
	.add-to-cart-login li a { 
		margin-left: 0px;
	}
	.add-to-cart-login .login-drop, .add-to-cart-login li .elgi-sub-menu {

		position: static;
		overflow: hidden;
		top: auto;
		bottom: auto;
		margin-bottom: 10px;
	}
	.mini-cart-header {
		left: 0;
	}
	.product-details {
		float: left;
		padding: 0 0 0 10px;
		width: 160px;
	}
	.add-to-cart-login .cart-count-li .mini-cart-header a.product-image {
		width: 60px;
		float: left;
	}
	.add-to-cart-login .cart-count-li a.elgi-check-btn {
		line-height: 22px;
	}
	.login.elgi-login-section {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.order .first-div,
	.order .second-div {
		text-align: center;
	}	
	.near-location-section .padding0,
	.near-location-section .padding-0 { 
		border-right: 0px dotted #9b9da0 !important;
		border-left: 0px dotted #9b9da0 !important;
		width: 100%;
	}
	.baner-subimg .diet-spn {
		margin-left: 0px;
	}	
	.near-location-section .nearest-location-address .padding0 {
		width: auto;
	}
	.near-location-section .padding-0:last-child {
		border-top: 5px dotted #9b9da0 !important;
	}
	.near-location-section .padding0 ul,
	.near-location-section .padding-0 ul{
	    padding: 25px 0px;
	}
	.resp-tabs-container > h2[aria-controls="hor_1_tab_item-3"] {
		display: none;
	}

	.order .icons {
		padding-left: 0px;
	}
	.mycart  .elgi-fr {
		text-align: center;
	}
	.mycart  .elgi-fr  div {
		width: 100%;
		text-align: center;
	}
	.order .mycart {
		padding: 10px 0px !important;
		margin: 0px 0;
	}
	.resp-accordion a {
		color: #303076;
		font-weight: normal;
		font-size: 18px;
	}
	.resp-accordion .resp-arrow {
		color: #303076;
		font-weight: normal;
		font-size: 18px;
	}
	.resp-tab-active a {
		color: rgb(48, 48, 122);
	}
	#store-locator .bootstrap-select button.selectpicker {
		font-size: 14px;
	}
	.mCSB_inside > .mCSB_container {
		margin-left: 30px;
	}
	.scenter-list-container.near-location-section .padding0, .scenter-list-container.near-location-section .padding-0{
		border: none !important;
	}
	.product-list-wrapper .product-diff-detail {
		padding: 15% 0% 15% !important;
	}
	.related_1 .product-diff-detail {
		padding: 2% 20% 2% !important;
	}



}
.responsive-show {
	display: none;
}



@media (max-width: 767px) { 

	.responsive-show {
		display: block;
	}

	.responsive-hidden {
		display: none;
	}

	.service-city {
		padding-left: 0px;
	}
	.elgi-manual-sec .product-name a span {
		position: absolute;
		right: 10px;
		top: 38%;
	}
	.container .elgi-service-location .service-country,
	.container .elgi-service-location .service-states,
	.container .elgi-service-location .service-citys {
		padding: 0px 0px 0px 0px;
		margin-bottom: 20px;
	}
	.elgi-bg-white {display: block;height: auto}
	.select-dealer-location {display: block}
	.store-state,.store-city  {padding-left:0;padding-top:15px;}
	.store-city {padding-right:15px;}
	.elgi-home-header {height: auto;}
	.elgi-menu li.elgi-toll-free-no {margin-left:0;}
	#exTab1 {text-align: center;}
	/* .banner-video-url {display: none;} */
	.go-to-top {display: none !important}
	.mb-flex-none {display: block;height: 100%}
	/*.banner-video-url {
    background: #545859 url(../images/play-icon-white.png) no-repeat 8px 4px;
    padding: 5px 10px 5px 30px;
    font-size: 14px;
    margin-top: 0;
	}*/
	.reviews-list {
		margin-bottom: 10px;		
	}
	.navbar-nav, .navbar-header {
    	padding: 0 15px;
	}
	.fieldset .order h2 {
		text-align: left;
		padding-left: 15px;
	}
	.footer-last-title {
		display: none;
	}
	.bg-white .order .icons.mycart-link-action a {
		display: inline-block;
		clear: both;
	}
	.bg-white .order .icons.mycart-link-action	{
		text-align: center;
		width: 100%;
	}	

}
@media (max-width: 980px) { 
	.product-list li {float: left;margin-right:10px;}
	.nearest-location-address {min-height: 200px;padding: 8px;margin: 0 8px;}
.product-list-wrapper,
.product-list-wrapper .row,
.related-page {
	height: auto !important;
}	
	
}


@media (min-width: 1366px) and (max-width:1440px) { 
	.bg-gradient {
background: #fff; 
/*background: -moz-linear-gradient(to right,  #dfe3e6 0%,#ffffff 30%,#ffffff 70%,#dfe3e6 100%); 
background: -webkit-linear-gradient(to right,  #dfe3e6 0%,#ffffff 30%,#ffffff 70%,#dfe3e6 100%);
background: linear-gradient(to right,  #dfe3e6 0%,#ffffff 30%,#ffffff 70%,#dfe3e6 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe3e6', endColorstr='#dfe3e6',GradientType=1 ); */
}
}
@media (max-width: 1366px) {
	.related-page .related_1 .product-diff-detail {
		padding-top: 10%;
	}
	.product-list-wrapper .product-diff-detail {
		padding-top: 35%;
	}
	.product-diff-wrapper img {
		margin-top: 0px !important;
	}
}
@media (max-width: 736px) {
	.go-to-bottom,
	.go-to-top,
	.bg-lightest-grey-new .down-arrow {
		display: none !important;
	} 
/*	.bg-gradient .product-list-wrapper .product-diff-detail {
		padding-top: 2%;
	}*/
	.flex-direction-nav {
		display: none;
	}
	.section .content-top h1, 
	.section .content-left h1, 
	.section .content-right-top h1, 
	.section .content-left-top h1, 
	.section .content-right-bottom h1, 
	.section .content-left-bottom h1 {
	    font-size: 16px;
	    margin-bottom: 5px;
	    font-weight: 800;
	}	
	.section .content-left p, 
	.section .content-right-top p, 
	.section .content-left-top p, 
	.section .content-right-bottom p, 
	.section .content-left-bottom p {
	    font-size: 12px;
	    line-height: 18px;
	}
	.section .content-top p {
	    font-size: 12px;
	}

	

}

.secondary-image {
	display: none;
	height: 200px;
}

@media (max-width: 768px) and (orientation:portrait) {
.fp-tableCell .content-right-top,
.fp-tableCell .content-left-top,
.fp-tableCell .content-right-bottom,
.fp-tableCell .content-top,
.fp-tableCell .content-left-bottom {
	position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    padding: 30px 0px;
    right: inherit;
    float: left;
    clear: both;
}
.fp-tableCell .content-rightinner,
.fp-tableCell .content-left-top .content-rightinner,
.fp-tableCell .content-right-bottom .content-rightinner,
.fp-tableCell .content-left-bottom .content-rightinner {
	position: relative;
    width: 100%;
    bottom: 0px;
    text-align: center;
}
.fp-tableCell .content-left p, 
.fp-tableCell .content-right-top p, 
.fp-tableCell .content-left-top p, 
.fp-tableCell .content-right-bottom p, 
.fp-tableCell .content-left-bottom p {
	padding: 0px 20px 0px 20px;
	text-align: center;
}
.content-top h1 br, .content-left h1 br, .content-right-top h1 br, .content-left-top h1 br, .content-right-bottom h1 br, .content-left-bottom h1 br,.fp-tableCell .content-top p br {
	display: none;
}

.secondary-image {
	display: block;
}
#fullpage .section {
	background: none !important;
}
.fp-tableCell .btn-wrapper {
    top: inherit;
    left: inherit;
    position: relative;	
}
}

/*@media (min-width: 768px) and (max-width: 768px) and (orientation:portrait)  {
    .fp-section {
        height: 400px !important;
    }
	.single-col-view,
	.fp-tableCell {
		height: 400px !important;
	}    
}*/
@media (max-width: 736px) and (orientation:portrait)  {

	.section .content-top p {
	    font-size: 12px;
	    line-height: 13px;
	}

	.single-col-view,
	.fp-tableCell {
		height: 200px !important;
	}
	.clearfix.how-it-work-clear {
		text-align: center;
		width: 100%;
		clear: both;
		margin-top: 20px;
		float: left;
	}	  		
}

@media (max-width: 480px) {
	.elgi-det-action .bg-blue{
		margin: 10px 30px 0 0;
	}
	.del-pincode .pincode_btn_check {
		font-size: 12px;
		width: 85px;
		min-width: 60px;
    
}
	.additional.elgi-social-link {
    padding: 0px;
}
	.del-pincode p input {
    border: 1px solid #878486;
    width: 89px;
	font-size: 12px;	    	
}

.btn-wrapper-top-net a{
	width: 85% !important;
	margin-bottom: 20px;
	    padding: 15px 30px !important;
}
.btn-wrapper-top-net a:nth-child(2){
	margin-left: 0px !important;
}
.btn-wrapper-top-net a:nth-child(3){
	margin-left: 0px !important;
}
.btn-wrapper-top-net a:nth-child(4){
	margin-left: 0px !important;
}
input[type="search"]{
	float:left !important;
}
input[type="search"]:focus {
    width: 300px !important;
}
.service-form-list{
	width:100% !important;
}
.warranty-btn{
width:100% !important;
margin-top: 20px !important;
margin-bottom: 20px !important;
}
.warranty-btn a.content-lit{
	text-align: center;
	width:100% !important;
}

}

@media only screen and (max-width: 1300px) and (min-width: 1025px)
{
.user-welcome{
	display:none;
}
.add-to-cart-login .loginarea a.elgi-userlogin-name {
    margin-left: 0px;
    text-transform: capitalize;
}
.add-to-cart-login .login-drop {
    top: 35px;
    right: -23px;
}
.compare-btn{
	float:none !important;
}

}
@media only screen and (max-width: 1191px){
	.fixed-header{
		position:relative !important;
	}
	.features p{
		text-align:center !important;
	}
	.features h4{
		text-align:center !important;
	}
	.compare-btn a{
		float:none !important;
	}
	.product-btn-cnt .know-more-btn {
    margin-right: 20px;
	}
	.mobile-search{
		display:block !important;
	}
	.desktop-search{
		display:none !important;
	}
}

@media (width: 320px) {
	.order .padding0 .input-text {
		margin-top: 15px;
	}
}


.login .elgi-page-sm-title {
	padding-top: 30px;
}
.del-pincode .pincode_btn_check {
	margin-left: 0px;
	/*border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border: 1px solid #5a5a5c;
	*/
}
.messages li ul li span {
	display: block;
	padding-left: 20px;
}
.total-price-print p {
	width: 100%;
	float: left;
}
.order-items .order .product-img {
	margin-top: 15px;

}
input.qty {
	padding: 0 15px;
}
/*
ol#checkoutSteps {
	overflow-y: auto;
}
*/

.scenter-list-container .bg-white {
margin-top: 20px;
line-height: 20px;
} 

.elgi-det-action .bg-blue {
   margin: 10px 0px;
}

p.acc-bg-gray.padding15.pull-left {
   word-break: break-all;
padding: 15px;
}
.no-link-footer li:first-child a {
	cursor: pointer
}
.no-link-footer li a {
	cursor: default;
}
.logout-message {
	margin-top:  20px;
	text-align: center;
	width: 100%;
	display: block;
}
.login  .n_guest {
	display: block;
	overflow: hidden;
}

#overlay {
	display: block !important;
}
.elgi-det-action {
   overflow: hidden;
}
.elgi-price-buy {
    float: right;
    margin-bottom: 10px; 
}
.open-nav-fix .elgi-price-buy { 
	margin-bottom: 0px; 
}
#store-locator .plain-content {
	overflow: visible;
}
.order-details .order .second-div {
	padding-bottom: 12px;
}
.elgi-store-address {
	word-break: break-all;
}

.minicart-wrapper #cart-sidebar li {
	margin-bottom: 10px;
}

ul.checkout-types.minicart li {   
    text-align: center;  
}
.centeradjust{
    margin:60px 0px !important;
}

.header-cart  .block-content {
 clear: both;
}
.scaffold-form .elgi-log-form-method .padding0:nth-child(9) em {
	display: none;
}
.scaffold-form .elgi-login-section .my-account  .elgi-login-fg {
	padding-left: 0px;
}
.elgi-log-form-method .edit  {
	margin-top: -10px;
}
.elgi-buy-btn {
	position: relative;
}
.elgi-buy-btn:after {
    content: '>';
    position: absolute;
    right: 14px;
    top: 8px;
    color: #fff;
    font-size: 18px;
}

@media only screen and (max-width: 1210px) {
	.elgi-log-form-method input, 
	.elgi-log-form-method select,
	.elgi-acc-form-group .acc-bg-gray {
		width: 63%;
	}
}

.elgi-log-form-method,
.elgi-acc-form-group {
	position: relative;
}

.elgi-acc-form-group .edit {
	position: absolute;
	bottom: 0px;
	right: 80px;
}
.elgi-log-form-method .edit {
	position: absolute;
	bottom: 20px;
	right: 80px;	
}
.my-account .elgi-log-form-method:first-child .edit {
	bottom: 0px;
}
.my-account .elgi-log-form-method .acc-change-pass {
	bottom: 0px;
	right: 0px;	
}
@media only screen and (max-width: 445px) {
.my-account .elgi-log-form-method:first-child .edit,
.my-account .elgi-acc-form-group .edit {
	right: 40px;
}
.elgi-log-form-method .edit {
	right: 40px;	
}
.my-account .elgi-log-form-method .acc-change-pass {
	right: -43px;
}
}
.elgi-features-cnt figure {
	width: 73px;
	height: 73px;
	float: left;
}

.elgi-pro-features-dec-li h4,
.elgi-pro-features-dec-li p {
	word-break: break-word;
}
.accessories-img-view {
	text-align: center;
}
.accessories-img-view .zoomWrapper {
    display: inline-block;
    overflow: hidden;	
}
.accessories-img-view .zoomWrapper img {
    display: block;
    margin: 0 auto;
	position: inherit !important;
}
.reset-password-wrapper ul.form-list li .field label {
    display: block;
    color: #555858;
    font-size: 16px;
    line-height: 24px;
	padding: 5px 0px;
}
.reset-password-wrapper ul.form-list li .field p {
	display: inline-block;
    padding: 10px 0px;	
}
.reset-password-wrapper ul.form-list {
	margin: 0 auto;
}
.reset-password-wrapper  .buttons-set {
    text-align: center;
    margin: 20px 0px;	
}
#checkout-step-login .elgi-login-fg .n_guest  li  {
	height: 40px;
}
#checkout-step-login .elgi-login-fg .n_guest {
    width: 261px !important;
    float: left;
	padding: 3px 0px;
}
#checkout-step-login .elgi-login-fg .n_guest  .cont-btn {
    display: inline-block !important;
    margin: 0px 0px 0px 24px;
}
#checkout-step-login .elgi-login-fg .n_guest  li label {
	line-height: 27px;	
}
@media only screen and (max-width: 1235px) {
#checkout-step-login .container .log-pro-cnt {
    padding: 30px 0px 30px 0px;
}	
}
@media only screen and (max-width: 400px) {
#checkout-step-login .elgi-login-fg .n_guest  .cont-btn {
    margin: 0px 0px 0px 0px;
}
#co-billing-form .log-pro-cnt,
#checkout-step-billing{
	padding: 30px 0px;
}
.check-out .opc .step-title {
    width: 33%;
}

}
@media only screen and (max-width: 360px) {
	#checkout-step-login .elgi-login-fg .n_guest  li {
	   display: block;
		float: none;
	}
	#checkout-step-login {
		padding: 30px 0px;
	}
	#co-billing-form .elgi-log-form-method {
	 	padding: 0px 5px;
	}
}
@media only screen and (max-width: 640px) {
	#checkout-step-billing #billing-buttons-container .elgi-btn,
	.log-pro-cnt #shipping-buttons-container .elgi-btn{
		position: inherit;
		bottom: inherit;
		right: inherit;
		float: left !important;
	}
	#shipping-new-address-form ul li .padding0 select {
		padding-right: 30px;
	}
	.container  .opc .step-title .number {
		width: 50px;
		height: 50px;
		line-height: 50px;		
	}
	.container  .opc .step-title .text {
		font-size: 9px;
	}
	.container .opc .step-title, .opc .allow .step-title {
		height: 80px;
	}
	.container .opc:first-of-type .step-title a {
		top: 26px;
	}
	.opc #checkout-step-billing {
		padding: 30px 0px;
	}
	.opc #checkout-step-billing .log-pro-cnt {
		padding: 30px 10px;
	} 
	.service-form-list{
	width:100% !important;
	}
	.warranty-btn{
	width:100% !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	}
	.warranty-btn a.content-lit{
		text-align: center;
		width:100% !important;
	}
	.elgi-custom-page-head img {
    display: block;
    margin: 0 auto;
    float: none;
	}
	.warranty-btn img{
		float:none !important;
	}


}
#login-form .padding0 label {
 	line-height: 26px;
}
.elgi-login-section .elg-login-form label,
.elgi-login-fg label {
	margin-bottom: 5px;
}
.my-account {
	margin-bottom: 40px;
}
#billing-buttons-container {
	overflow: hidden;
}
#billing-buttons-container .elgi-btn,
#shipping-buttons-container .elgi-btn {
    position: absolute;
    bottom: 35px;
    right: 30px;	
}
.elgi-log-form-method .padding0  label em,
.elgi-login-section .padding0  label em {
	margin-right: 5px;
}
 .product-primary h1.product-name {
	 margin-bottom: 15px;
}
.description.product-det-dec {
	line-height: 20px;
}
.scaffold-form .my-account .padding0.change-passowrd-radio {
	padding-left: 0px;
	margin-top: 50px;
}
#messages_product_view {
	padding: 0px 10px;
}
#opc-login .col-1 {
    display: block;
    width: 300px;
    float: left;
    margin-bottom: 20px;
}
.back-link {
	margin-bottom: 20px;
}
#checkout-step-review .log-pro-cnt .padding0  .padding15 {
	min-height: 200px;
}
#checkout-review-table-wrapper #checkout-review-table .first th {
	font-weight: 600;
	padding-left: 25px;
}
#ajax-loader-image {
	position: absolute;
    left: 50%;
    margin-left: -58px;
    top: 50%;
    margin-top: -58px;
    padding: 50px;
    z-index: 9999;	
}
.note-msg {
	padding: 10px 0px;
}
.elgi-menu li a:hover {
	color: #2f2e79 !important;
}
#checkout-review-table tfoot tr.first td {
	padding-top: 50px;
}
#checkout-review-table tbody td {
	padding-left: 25px;
}
#checkout-review-table tfoot tr td {
	padding-top: 20px;
}
#checkout-review-table-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
}
#checkout-review-table-wrapper tfoot tr td:last-child {
    text-align: left;
    padding-left: 25px;
}
.footer-cols {
	margin-bottom: 30px;
}
#loading {
	text-align: center;
	padding: 20px 0px;
}
#loading img {
	display: block;
	margin: 0 auto;
}
#wishlist-view-form .icons a:first-child {
	pointer-events: none;
}
.elgi-login-section .my-account button.login-btn {
	margin-top: 0px;
}
.review-tab .buttons-set {
	clear: both;
}
.review-tab .buttons-set .back-link {
	margin-bottom: 0px;
}
.review-tab .col-md-9.pull-right {
	float: none !important;
	clear: both;
}
.elgi-review-liset li input[type="radio"] {
	box-shadow: none;
}
#review-form .fieldset .elgi-review-liset li .input-box {
	padding: 10px 0px;
	line-height: 16px;
}
#review-form .fieldset .elgi-review-liset li .input-box input[type=radio] {
    margin: 8px 20px 10px 5px;
    vertical-align: middle;
}
.my-orders-info {
	margin-bottom: 60px;
}
.my-wishlist-info {
	margin-bottom: 60px;
}
.description.product-det-dec  p {
	line-height: 20px;
}
.user-manual .product-name a {
	padding: 7px 10px;
}
.user-manual .product-name a span {
	margin-left: 10px;
}

.elgi-service-location .service-country {
	padding-left: 0px;
}
.elgi-service-location .service-states {
	padding: 0px 15px;
}
.elgi-service-location .service-citys {
	padding-right: 0px;
}
.elgi-service-location .bg-white {
	text-align: left;
	color: #000;
}
.elgi-service-location .near-location-section {
	text-align: center;
	padding: 15px 0px; 
	color: #fff;
}
.input-box {
	position: relative;
}
.lowest-rate {
	position: absolute;
    left: 0px;
    top: 30px;
    font-size: 10px;
    color: #afaaaa;
}
.highest-rate {
	position: absolute;
    left: 193px;
    top: 30px;
    font-size: 10px;
    color: #afaaaa;
}
/* start - shop list in home page */
.product-list-wrapper,
.product-diff-wrapper {
	width: 100%;
	height: 100%;
	float:left;
	box-sizing: border-box;
	overflow: hidden;
}
.product-diff-wrapper img {
	margin-top: -40px;
}
.product-diff-detail {
    width: 100%;
    float: left;
    padding: 40%  0% 0px;
    text-align: center;
}
.product-diff-detail h1 {
   font-size: 26px;
    color: #141618;
    padding: 15px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;	
}
.product-diff-detail a {
	font-size: 14px;
}
.product-diff-detail a,
.product-diff-detail a:focus,
.product-diff-detail a:hover {
	color: #4FDBFF;
}
/* end - shop list in home page */



/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
    height:100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10 */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active  .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

img {
    max-width: 100%;
}
.btn-wrapper {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 27.5%;
    text-align: center;
}
.features h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 10px 0px;
    text-align: left;
}
.features p {
    line-height: 17px;
    text-align: left;
    font-size: 12px;
    margin-bottom:15px;
}
.btn-wrapper a  {
    display: inline-block;
    padding: 15px 70px;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    background: #D9DBDC;
    color: #313131;
    border-radius: 20px;
    width: 360px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
}
.btn-wrapper a:hover {
    text-decoration: none;
    color: #000;
    box-shadow: 1px 1px 10px #ccc;
}
.btn-wrapper a:nth-child(2) {
    margin-left: 60px;
}

.down-arrow-seection {
    position: absolute;
    left: 0px;
    bottom: 20px;
    z-index: 1;
    width: 100%;
    height: 60px;
}
.down-arrow {
    position: absolute;
    bottom: 10%;
    display: none;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 38px;
    height: 38px;
    background: url(../images/down-icon.png) no-repeat;
    cursor: pointer;
    animation-name: bobble;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    display: block !important;
    z-index:9999;
}

.go-to-bottom {
    position: fixed;
    right: 30px;
    bottom: 180px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: rgb(39, 39, 39);
    line-height: 30px;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    z-index: 999;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    color: #fff;
    font-style: normal;
}

.go-to-top {
    position: fixed;
    right: 30px;
    bottom: 220px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: rgb(39, 39, 39);
    line-height: 30px;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    z-index: 999;
    color: #fff;
    font-style: normal;
}

@keyframes bobble {
0% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
}

50% {
    transform: translate3d(0px, 15px, 0px);
    animation-timing-function: ease-out;
}

100% {
    transform: translate3d(0px, 0px, 0px);
}
}
.content-top {
    position: absolute;
    left: 0px;
    top: 15%;
    text-align: center;
    width: 100%;
}
.content-top h1,
.content-left h1,
.content-right-top h1,
.content-left-top h1,
.content-right-bottom h1,
.content-left-bottom h1 {
    font-size: 32px;
    display: block;
    margin-bottom: 25px;
    margin-top: 0px;
    color: #231f20;
    line-height: 34px;
    font-weight: 600;
}
.content-top p {
   /* font-size: 22px;
    line-height: 32px;*/
     font-size: 24px;
line-height: 40px;
/* font-family: 'Ubuntu-R'; */
font-weight: normal;
padding-top: 100px;
color: #231f20;
}
.content-left p,
.content-right-top p,
.content-left-top p,
.content-right-bottom p,
.content-left-bottom p {
    font-size: 16px;
    color: #231f20;
    line-height: 28px;
    /* font-family: 'Ubuntu-R'; */
    padding-right: 20%;
}
.content-left p br,
.content-right-top p br,
.content-left-top p br,
.content-right-bottom p br,
.content-left-bottom p br {
	display: none;
}
.content-left {
    position: absolute;
    left: 0px;
    bottom: 45%;
    text-align: left;
    width: 100%;
    padding-left: 100px;  
}
.content-right-top {
    position: absolute;
    right: 0px;
    top: 20%;
    width: 100%;   
}
.content-rightinner {
    float: right;
    text-align: left;
    width: 35%;
}
.content-left-top {
    position: absolute;
    left: 0px;
    top: 20%;
    width: 100%;
    padding-left: 100px;     
}
.content-left-top .content-rightinner {
    text-align: left;
    float: left;
}
.content-right-bottom {
    position: absolute;
    right: 0px;
    bottom: 8%;
    width: 100%;
}
.content-right-bottom .content-rightinner {
    float: right;
    text-align: left;
    width: 45%;
    padding-right: 5%;  
}
.content-left-bottom {
    position: absolute;
    left: 0px;
    bottom: 35%;
    width: 100%;
    padding-left: 17%; 
}
.content-left-bottom .content-rightinner  {
    float: left;
    text-align: left;
}
.btn-wrapper a:nth-child(3) {
    margin-left: 60px;
}
.btn-wrapper a:nth-child(5) {
    margin-left: 60px;
}
.split-div {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.split-div-left {
    float: right;
    text-align: left;
    padding-right: 10%;
}
.split-div-right {
    float: left;
    text-align: left;
    padding-left: 10%;
}
.btn-wrapper hr {
    display: none;
    height: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}
#fullpage .go-to-top,
#fullpage .go-to-bottom {
	display: block !important; 
}
@media only screen and (max-width: 850px) {
.fp-tableCell .btn-wrapper a {
    padding: 6px 30px;
    width: auto;
    margin-bottom: 10px;
    font-size: 10px;
}
.btn-wrapper hr {
    display: block;
}
.btn-wrapper a:nth-child(2) {
    margin-left: 0px;
}
.btn-wrapper a:nth-child(3) {
    margin-left: 0px;
}
.btn-wrapper a:nth-child(5) {
    margin-left: 0px;
}
#widget2 {
    width: 100% !important;
    height: 100%;
}


}
@media only screen and (max-width: 640px) {
.content-top h1, 
.content-left h1, 
.content-right-top h1, 
.content-left-top h1, 
.content-right-bottom h1, 
.content-left-bottom h1 {
    font-size: 26px;
}
}
@media screen and (min-width:240px) and (max-width:362px)
{
.product-btn-cnt .know-more-btn {
    margin-right: 10px !important;
}
.know-more-buy-bnt a{
	font-size:12px !important;
}
.compare-btn{
	float:left !important;
}
.know-more-buy-bnt a {
    background: url(../images/buy-arrow.png) no-repeat right 5px;
}
}
@media screen and (min-width:363px) and (max-width:992px){
	.compare-btn{
		float:none !important;
	}	
}

#top-panel,
.payment-form-ul,
.ccsave-pament-form,
#review-please-wait,
#shipping_method_update,
.shipping-region-textbox,
.region-text-box,
.summary-details-tr,
.payment-form-ul,
.field-st,
.no-display,
#region_id,
#region,
#billing-new-address-form,
.customer-addrs-textbox,
.cart-tax-info,
.step-a-itms,
.please-wait,
#oar-zip, 
#max_recipient_message,
.summary-detail-all,
#ajax-top-cart,
#payment-tool-tip,
#payment-please-wait,
.shipping-region,
#loading,
.please-wait,
#checkout-login-popup,
#checkout-forgot-popup,
.billing-region-textbox     
{
	display: block;
}


.service-country-wrapper {
	float: left;
}
#shipping_method {
	width:250px;
}
.opt-grp {
	font-style:normal;
}

#shipping_method {
	width:250px;
}


.bgblue-para {
	display: inline-block;
	text-align: center;
}

.update-quantity-btn {
	visibility: hidden;
}

.reset-password-wrapper {
	margin-top: 70px;
}
#directpost-iframe {
	width:100%;
	background-color:transparent;
}
#directpost-cvv-what-is-this {
	cursor:help; 
	margin-left:5px;
}
.data-table-thborder {
	border-bottom: 0px;
}
#map-popup-msrp {
	text-decoration:line-through;
}
.product-name {
	background: #fff;
}
/*#state option {
	color:#c2c2c2 !important;
}*/
.getin_submit-elbtn {
	float:left; 
	margin-left:0;
}
.fig-effect-hover {
	margin: 0px;
}
.rating {
	width: 0%;
}
#getin_touch_submit {
	float: left;
	margin-left: 0px;
}
#header-cart {
	display:none;  
	position: absolute; 
	background:#fff;   
	z-index: 11;
}
.clear-both {
	clear: both;
}
#mesg {
	display: none;
	text-align: center;
}
.one-star-rating {
	width: 20%;
}
.two-star-rating {
	width: 40%;
}
.three-star-rating {
	width: 60%;
}
.four-star-rating {
	width: 80%;
}
.five-star-rating {
	width: 100%;
}
#hideit {
	display: none !important;
}

.ac-last-list {
	margin-right: 0px;
}

.elgi-ac-first-list {
	width: 100%;
}
.ac-first-list {
	margin-right: 0px;
}
.login-or-other {
	position: relative;
}
section#store-locator {
    margin-top: 30px;
}
.select-dealer-location{
	margin-bottom:0px;
}
.fixed-header{
  position: fixed;
  top:0; left:0;
  width: 100%;
  background-color:#fff;z-index:998989;
  animation:slide-down 0.5s;
}
.fixed-header {transform: rotate(0deg); }
    @keyframes slide-down {
        0% {
            opacity: 1;
            transform: translateY(-100%);
        } 
        100% {
            opacity: 1;
            transform: translateY(0);
        } 
    }
.enquire-btn-on, .enquire-btn-on-new{
	    margin-top: 12px;
    text-align: center;
    margin-right: 10px
}
.enquire-btn-on a {
    color: rgb(48, 48, 122);
    font-size: 14px;
    padding-right: 10px;
    background: url(../images/buy-arrow.png) no-repeat right 6px;
}
.payment-icon-list{
	float: right;
    margin: 80px auto 0px;
    padding-right: 18%;
}
.payment-icon-list p{
	font-size:16px;
	line-height:25px;margin-bottom:10px;
	font-weight:600;
}
.payment-icon-list ul li{
	padding-top:3px;
	padding-bottom:3px;
}
.payment-button-set{
	    width: 100%;
}
.centeradjust{
	    margin: 70px 0px;
    padding-left: 60%;
}

.btn-wrapper-top a {
    display: inline-block;
    padding: 15px 70px;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    background: #D9DBDC;
    color: #313131;
    border-radius: 20px;
    width: 360px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
}
.btn-wrapper-top{
	margin-top:25px;
	    width: 100%;
    text-align: center;
}
.btn-wrapper-top a:nth-child(3) {
    margin-left: 60px;
}
.btn-wrapper-top hr {
    display: none;
    height: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}
.btn-wrapper-top a:nth-child(5) {
    margin-left: 60px;
}
@media (max-width:385px){
	.btn-wrapper-top a{
		width:auto !important;
		margin-top:0px;
		padding: 6px 30px;
		font-size: 11px;
	}
	.btn-wrapper-top{
		margin-top: 0px;
	}
	.bottom-wed-btn{
		position: absolute;
		bottom: 60px;
		margin-top:-60px;
	}
	.btn-wrapper-top a:nth-child(3) {
    margin-left: 0px;
}
.btn-wrapper-top a:nth-child(5) {
    margin-left: 0px;
}
.secondary-image {
    height: 200px !important;
}
.bottom-wed-btn {
    position: absolute;
    top: 78px;
    margin-top: -60px;
    left: 0%;
}
.bottom-wed-btn a{
	margin-top: 0px !important;
}
.btn-wrapper hr {
    display: none;
}
.btn-wrapper a:nth-child(3) {
    margin-left: 15px;
}
.content-right-top{
	background:#fff !important;
}
.content-top{
	background:#fff !important;	
}
.content-top-alt {
    position: relative;
    left: 0px;
    top: -100% !important; 
    text-align: center;
    width: 100%;
    /* position: absolute !important; */
}
.btn-wrapper-top a:nth-child(3) {
    margin-left: 15px;
}
}
@media (min-width:386px) and (max-width:512px){
.secondary-image {
    height: 310px !important;
}
.bottom-wed-btn a{
	margin-top: 0px !important;
}
.btn-wrapper hr {
    display: none;
}
.btn-wrapper a:nth-child(3) {
    margin-left: 15px;
}
.content-right-top{
	background:#fff !important;
}
.content-top{
	background:#fff !important;	
}
.content-top-alt {
    position: relative;
    left: 0px;
    top: -75% !important; 
    text-align: center;
    width: 100%;
    background:none !important;
    /* position: absolute !important; */
}
.bottom-wed-btn {
    position: absolute !important;
    top: 78px !important;
    margin-top: -60px;
    left: 0%;
}
	.btn-wrapper-top a{
		width:auto !important;
		margin-top:0px;
		padding: 6px 30px;
		font-size: 11px;
	}

}

@media (min-width:513px) and (max-width:767px){
.secondary-image {
    height: 380px !important;
}
.bottom-wed-btn a{
	margin-top: 0px !important;
}
.btn-wrapper hr {
    display: none;
}
.btn-wrapper a:nth-child(3) {
    margin-left: 15px;
}
.content-right-top{
	background:#fff !important;
}
.content-top{
	background:#fff !important;	
}
}
@media (max-width:767px){
	.btn-wrapper-top a{
		margin-top:20px;
	}
	.btn-wrapper-top a:nth-child(3) {
    margin-left: 15px;
}
.btn-wrapper-top a:nth-child(5) {
    margin-left: 0px;
}
#fullpage .section {
    background: none !important;
}
.secondary-image {
    display: block !important;
}
.fp-tableCell .content-right-top, .fp-tableCell .content-left-top, .fp-tableCell .content-right-bottom, .fp-tableCell .content-top, .fp-tableCell .content-left-bottom {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    padding: 30px 0px;
    right: inherit;
    float: left;
    clear: both;
}
.section .content-top p {
    line-height: 18px;
    font-weight: 500;
    color: #000000;
}
.section .content-top h1, .section .content-left h1, .section .content-right-top h1, .section .content-left-top h1, .section .content-right-bottom h1, .section .content-left-bottom h1 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 800;
    text-align: center;
}
.content-rightinner {
    float: none;
    text-align: center;
    width: 100%;
}
.content-left p, .content-right-top p, .content-left-top p, .content-right-bottom p, .content-left-bottom p{
	     padding-right: 00%;
    text-align: center;
}
.secondary-image {
    height: 290px;
}
#fullpage .section.top-content .content-top {
    top: 0%;
}
.content-right-bottom .content-rightinner{
	float:none;
	text-align:center;
	width:100%;
	padding-right: 0%;
}
.bottom-wed-btn a{
	margin-top: 0px !important;
}
.btn-wrapper hr {
    display: none;
}
.btn-wrapper a:nth-child(3) {
    margin-left: 15px;
}
.content-right-top{
	background:#fff !important;
}
.content-top{
	background:#fff !important;	
}
}
@media (min-width:768px) and (max-width:850px){
	.btn-wrapper-top a{
		margin-top:20px;
	}
	.btn-wrapper-top a:nth-child(3) {
    margin-left: 20px;
}
.btn-wrapper-top a:nth-child(5) {
    margin-left: 20px;
}
#fullpage .section {
    background: none !important;
}
.secondary-image {
    display: block !important;
}
.fp-tableCell .content-right-top, .fp-tableCell .content-left-top, .fp-tableCell .content-right-bottom, .fp-tableCell .content-top, .fp-tableCell .content-left-bottom {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    padding: 30px 0px;
    right: inherit;
    float: left;
    clear: both;
}
.section .content-top p {
    line-height: 18px;
    font-weight: 500;
    color: #000000;
    font-size:16px;
}
.section .content-top h1, .section .content-left h1, .section .content-right-top h1, .section .content-left-top h1, .section .content-right-bottom h1, .section .content-left-bottom h1 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 800;
    text-align: center;
}
.content-rightinner {
    float: none;
    text-align: center;
    width: 100%;
}
.content-left p, .content-right-top p, .content-left-top p, .content-right-bottom p, .content-left-bottom p{
	     padding-right: 00%;
    text-align: center;
}
.secondary-image {
    height: 390px;
}
#fullpage .section.top-content .content-top {
    top: 0%;
}
.content-right-bottom .content-rightinner{
	float:none;
	text-align:center;
	width:100%;
	padding-right: 0%;
}
#fullpage .section{
	    height: auto !important;
}
.cooker-img-mob{
display:none !important;
}
.btn-wrapper-top-net a{
	margin-bottom:25px !important;
}
.btn-wrapper-top-net a:nth-child(3){
margin-left:0px !important;
}
}
@media (min-width:851px) and (max-width:1191px){
	.btn-wrapper-top a{
		margin-top:20px;
	}
	.btn-wrapper-top a:nth-child(3) {
    margin-left: 20px;
}
.btn-wrapper-top a:nth-child(5) {
    margin-left: 20px;
}
#fullpage .section {
    background: none !important;
}
.secondary-image {
    display: block !important;
}
.fp-tableCell .content-right-top, .fp-tableCell .content-left-top, .fp-tableCell .content-right-bottom, .fp-tableCell .content-top, .fp-tableCell .content-left-bottom {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    padding: 30px 0px;
    right: inherit;
    float: left;
    clear: both;
}
.section .content-top p {
    line-height: 28px;
    font-weight: 500;
    color: #000000;
    font-size:16px;
}
.section .content-top h1, .section .content-left h1, .section .content-right-top h1, .section .content-left-top h1, .section .content-right-bottom h1, .section .content-left-bottom h1 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 800;
    text-align: center;
}
.content-rightinner {
    float: none;
    text-align: center;
    width: 100%;
}
.content-left p, .content-right-top p, .content-left-top p, .content-right-bottom p, .content-left-bottom p{
	     padding-right: 00%;
    text-align: center;
}
.secondary-image {
    height: 390px;
}
#fullpage .section.top-content .content-top {
    top: 0%;
}
.content-right-bottom .content-rightinner{
	float:none;
	text-align:center;
	width:100%;
	padding-right: 0%;
}
#fullpage .section{
	    height: auto !important;
}
.cooker-img-mob{
display:none !important;
}


.btn-wrapper-top-net a{
	margin-bottom:25px !important;
}
.btn-wrapper-top-net a:nth-child(4){
margin-left:0px !important;
}

}
.check-out {
    padding-bottom: 40px;
}


/*    Warrany Registration form css     */

.warranty-form{
width:100%;
padding:20px 0px 60px;
}
.warranty-grid{
	width:45%;
	float:left;
}
.warranty-grid:nth-child(even){
	padding-left:40px;
	width:50%;
}
.warranty-title{
	padding:10px 0px;
}
.warranty-title h2
{
	color:#30307a;
	line-height: 1.6;
	font-size:24px;
}
.warranty-submit-form{
	width:100%;
	overflow:hidden;
	padding-right: 20px;
}
.date-pic-left{
	float:left;
	    width: 68%;
	margin-bottom:5px;
}
.date-pic-right{
	float:left;
	width:8%;
	margin-bottom:5px;
	height:35px;	
}
#purchasedate{
	border-radius: 0px;
}
.input-group.date.form_datetime {
    display: block !important;
}
.form-field-data {
    max-width: 100%;
    margin-bottom:15px;
}
.submit-from-right{
	margin-right:30px;
}
.has-feedback label ~ .form-control-feedback {
    right: 16px !important;
}
.warranty-detail {
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.warranty-title-pat h3{
    color: #30307a;
    line-height: 1.6;
    font-size: 18px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.form-field-data.form-group label{
line-height:0px;
}
input#note {
    border: 0px;
    background: #777;
    width: 60%;
    padding: 6px;
    color:#fff;
}
#billing-invoice-no{
	   border: 0px;
    background: #777;
    width: 60%;
    padding: 6px;
    color:#fff;
}
.warranty-btn {
    float: left;
    margin-top: 50px;
    margin-left: 12px;
    margin-bottom: 30px;
    width:30%;
}
.warranty-title {
    padding: 10px 0px;
    margin-top: 60px;
    float: left;
}
.warranty-title-pat{
   padding: 10px 0px;
    margin-top: 20px;
    float: left;
}
.warranty-title-prt{
   padding: 10px 0px;
    margin-top: 0px;
    float: left;
}
.warranty-title-prt h3{
     color: #30307a;
    line-height: 1.6;
    font-size: 18px;
    text-transform:uppercase;
    margin-bottom:10px;
    padding-left:15px;
}

.input-group-addon {
    padding: 8px 6px !important;
}
.form-group input{
	border-radius: 0px;
}

/* Complaint detail  */
.compaint-detail{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 40px 0px 0px;
}   
#complaint-form{
	margin-top:5px;
}
.complaint-content{
	margin-top:20px;
	overflow:hidden;
	width:100%;
}
.service-form-list{
    width:700px;
    margin:auto;
    overflow: hidden;
}
.warranty-btn a.content-lit{
 text-transform: inherit !important;
    font-size: 15px;
    padding: 8px 5px !important;
    float: left;
    width: 60%;
    line-height: 20px;
    margin-top: 15px;
    font-weight:bold;
}
.warranty-btn img{
	max-width: 80px;
	float:left;
	width:65px;
}
.full-link-cnt{
	    width: 100%;
    overflow: hidden;
    clear: both;
    padding-left: 0px;
    text-align: center;
}
.page-sub-title{
    line-height: 25px;
}
#warranty-form .form-group input{
	width:75%;
}
#warranty-form .form-group textarea{
width:88%;
}
.date-pic-left{
	width: 70%;
}
#purchaseedate{
	width:100% !important;
}
#warranty-form .form-group input{
	border:1px solid #bababa;
}
#warranty-form .form-group textarea{
	border:1px solid #bababa;
}

#complaint-form .form-group input{
	width:78%;
}
#complaint-form .form-group select {
    width: 78%;
}
#warranty-form .form-group select {
    width: 75%;
}
#complaint-form .form-group textarea{
width:90%;
}
.date-pic-left{
	width: 70%;
}
#purchaseedate{
	width:100% !important;
}
#complaint-form .form-group input{
	border:1px solid #bababa;
}
#complaint-form .form-group textarea{
	border:1px solid #bababa;
}





.file-upload{
    display:block;
    text-align:center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
 .file-upload .file-select{
    display:block;
    border: 1px solid #bababa;
    color: #34495e;
    cursor:pointer;
    height:35px;
    line-height:35px;
    text-align:left;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
        width: 78%;
}
 .file-upload .file-select .file-select-button{
     background:#676767;
    padding:0 10px;
    display:inline-block;
    height:35px;
    line-height:35px;
    float:right;
    color:#fff;
}
 .file-upload .file-select .file-select-name{
    line-height:35px;
    display:inline-block;
    padding:0 10px;
   width: 301px;
}
 .file-upload .file-select:hover{
    border-color:#676767;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .file-upload .file-select:hover .file-select-button{
    background:#676767;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .file-upload.active .file-select{
    border-color:#30307a;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .file-upload.active .file-select .file-select-button{
    background:#30307a;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
 .file-upload .file-select input[type=file]{
    z-index:100;
    cursor:pointer;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
}
 .file-upload .file-select.file-select-disabled{
    opacity:0.65;
}
 .file-upload .file-select.file-select-disabled:hover{
    cursor:default;
    display:block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor:pointer;
    height:40px;
    line-height:40px;
    margin-top:5px;
    text-align:left;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
}
 .file-upload .file-select.file-select-disabled:hover .file-select-button{
    background:#dce4ec;
    color:#666666;
    padding:0 10px;
    display:inline-block;
    height:40px;
    line-height:40px;
}
 .file-upload .file-select.file-select-disabled:hover .file-select-name{
    line-height:40px;
    display:inline-block;
    padding:0 10px;
}
#complaint-form .has-success .form-control-feedback{
	display:none !important;
}
#chooseFile{
	width:100% !important;
}
#chooseFile1{
	width:100% !important;
}
#note{
	width:100% !important;
}
#complaint-form .has-error .form-control-feedback {
    color: #a94442;
    display: none !important;
}
#warranty-form .has-error .form-control-feedback {
    color: #a94442;
    display: none !important;
}
#warranty-form .has-success .form-control-feedback{
	display:none !important;
}
.ultra-care-all-title{
	text-align:center;
	font-size:26px;
	color:#30307a;
	 padding-top: 25px;
}
.elgi-email
{
padding-left:10px;
}
.elgi-ph-tile{
	font-size:18px !important;
}
.elgi-mob-m{
padding-right:5px;	
}
.elgi-dot{
	font-size:26px;
}

.elgi-dots, .elgi-dots:before, .elgi-dots:after {
    width: 8px;
    height: 8px;
    background: #30307a;
    border-radius: 50%;
}
.elgi-dots{
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.track-module img{
	display:none !important;
}
.elg-for-india{
	font-size: 12px;
    padding-bottom: 5px;
    text-align: left;
}
.validate-phone-string-length::-webkit-input-placeholder {
    font-size: 14px !important;
    line-height: 3;
}

.validate-phone-string-length::-webkit-input-placeholder {    font-size: 14px !important;
    line-height: 3; }
.validate-phone-string-length::-moz-placeholder {    font-size: 14px !important;
    line-height: 3; }
.validate-phone-string-length:-moz-placeholder {    font-size: 14px !important;
    line-height: 3; }


   .el-user-user{
   	width: 70% !important;
    overflow: hidden;
    margin: auto;
   } 
   .usermanual-center-list{
    width: 100%;
    padding: 40px 0px;
    text-align: center;
   }
   .elgi-custom-page-head{
   	width: 100%;
    overflow: hidden;
   }
   .elgi-manual-head {
    width: 150px !important;
    overflow: hidden;
    margin: auto;
    padding: 30px 0px 40px;
}
#user-category,#usr-product-value{
	text-transform:uppercase;
	    height: 40px;
    font-size: 16px;
    padding: 0 25px 0 12px;
        background: url(../images/down-arrow.png) no-repeat 96% center !important;
}
.user-manaual-title{
	    padding-top: 75px;
    font-size: 20px;
}
.user-manual-full-form{
	    width: 70% !important;
    overflow: hidden;
    margin: auto;
}
.usr-product-name{
    padding-top: 70px;
}
.elgi-custom-page-manual-head h1 {
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 24px;
    vertical-align: top;
    line-height: 30px;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    float: left;
}

.elgi-custom-page-manual-head h1:before {
    margin-right: 10px;
}

.elgi-custom-page-manual-head h1:after {
    margin-left: 10px;
}

.elgi-custom-page-manual-head h1:after, .elgi-custom-page-manual-head h1:before {
    flex-grow: 1;
    height: 1px;
    content: '\a0';
    background-color: #2F2F79;
    position: relative;
    top: 0.6em;
}
.usr-product-name a {
    font-size: 16px;
    /* font-family: 'Ubuntu-M',sans-serif; */
    background: rgba(47, 46, 120, 0.44);
    padding: 12px;
    display: inline-block;
    min-height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    line-height: 20px;
    background: rgb(157, 147, 176);
}
.usr-product-name a span {
    color: #e31e2e;
    float: right;
    margin-left: 15px;
}
.user-videos-list{
	margin-top: 45px;
    margin-bottom: 35px;
}

.service-point p{
font-size:14px !important;
}
.service-point span{
font-size:14px !important;
}
.user-manual-lists .product-name {
   margin: 0;
   font-size: 22px;
   margin-bottom: 20px;
}
.usr-mnal-list{
 float: left;
width: 27%;
margin-left: 25px;
padding-bottom: 5PX;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
/*border: 1px solid #efefef;*/

}

.usr-mnal-list:hover{
background:#F0F8FF;
}

.usr-mnal-list P{
color:#30307a;
}
.full-pop-videos{
display:none;
}
.elgiultra-faq{
display:none;
}
.elgiultra-faq p{
text-align:left;
font-size:16px;
line-height:20px;
margin-bottom:10px;
cursor:pointer;
}
.product-us-image img{
margin:0 auto;
padding-bottom:15px;
}
.manual {
   padding-top: 8px;
   padding-bottom: 8px;
}
.usermanual-center-list .user-manual-full-form .user-manual-lists .usr-product-name a {
   font-size: 14px;
   /* font-family: 'Ubuntu-M',sans-serif; */
   padding: 3px;
   display: inline-block;
   align-items: center;
   /* display: flex; */
   justify-content: center;
   position: relative;
   line-height: 20px;
   margin-bottom: 5px;
   cursor: pointer;
   border-radius: 3px;
   margin-top: 0px;
   padding-bottom: 10px;
   padding-top: 10px;
   background: initial;
}


@media(max-width: 767px)
{
html body #checkout-review-table-wrapper #checkout-review-table .first th
{
padding: 10px !important;
font-size: 16px;
}

html body .bg-gradient.flex-none.elgi-billing-sec .container.check-out.paddingt70 {
   padding: 0px 10px;
}

html body li#opc-review div#checkout-step-review div#checkout-review-load .col-xs-12.bg-white.marginb20.log-pro-cnt {
   padding: 0;
}

html body .container.check-out.paddingt70 ol#checkoutSteps {
   margin: 0;
}

html body li#opc-review div#checkout-step-review div#checkout-review-load #checkout-review-table tbody td {
   padding-left: 0px;
}

html body li#opc-review div#checkout-step-review div#checkout-review-load #checkout-review-table-wrapper tfoot tr td:last-child {
   padding-left: 0px;
}

html body li#opc-review div#checkout-step-review div#checkout-review-load #checkout-review-table tbody td.a-center {
   text-align: center;
}

html body li#opc-review div#checkout-step-review div#checkout-review-load #checkout-review-table-wrapper tfoot tr td:last-child {
   text-align: right;
}
}

html body .page .col-left.sidebar {
   display: none;
}

html body .page .col-right.sidebar {
    display: none;
}
/* form#discount-coupon-form {
display: none;
} */



@media only screen and (max-width: 600px)
{
    .desktop-searc-elgi
    {
        display: none !important;
    }
    .mobile-search-elgi
    {
         display: block !important;
    }
    html body .block-search.mobile-search-elgi input#search {
        position: initial !important;
        width: 100%;
        float: left;
    }
    li.search-li {
        border-bottom: none !important;
    }
    .mobile-search-elgi.block-search input {
        margin: 0px !important;
    }
    .elgi-menu.nav>li>a:hover
    {
        background-color: #2f2f2f !important;
        color: #ffffff !important;
    }
    html body a.mobile-logo {
        margin: 4px 5% 0px 5% !important;
    }
    html body .minicart-wrapper {
        margin-right: 0px;
    }
    html body .block-search input#search {
        background-position: 10px 5px;
    }
    html body .block-search input#search:focus {
        background-position: 10px 5px;
        padding-bottom: 0px;
    }
    html body a.mobile-logo {
        width: initial;
    }
}



.flexslider {
	overflow: hidden;
	width: 100%;
	border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flexslider .slides > li {
	position: relative;
}