
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow-y:scroll !important;
	overflow:hidden;
	margin:0px;
	padding:0px !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

a img { border: none; }

img { max-width: 100%; }


h1>span:not(.nocolor):not(.badge), h2>span:not(.nocolor):not(.badge), h3>span:not(.nocolor):not(.badge), h4>span:not(.nocolor):not(.badge), h5>span:not(.nocolor):not(.badge), h6>span:not(.nocolor):not(.badge) {
    color: #169b62;
}

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.color{
	color: #169b62;
}



/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/

.fright { float: right !important; }

.fleft { float: left !important; }

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.line,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #dcdcdc;
}

.line.line-sm { margin: 30px 0; }

.topmargin { margin-top: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.topmargin-sm { margin-top: 10px !important; }

.bottommargin-sm { margin-bottom: 10px !important; }

.topmargin-lg { margin-top: 22px !important; }

.bottommargin-lg { margin-bottom: 22px !important; }

.rightmargin {
    margin-right: 10px !important;
}

.nomargin {margin: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

.noborder { border: none !important; }

.nopadding { padding: 0 !important; }

.justify { text-align:justify !important; }

.center { text-align: center !important; }


/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #f7f7f7;
	overflow: hidden;
}


/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

body.stretched #header.full-header .container {
	width: 100%;
	max-width: none;
	padding: 0 10px;
}

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/

#header,
#header-wrap,
#logo img {
	height: auto;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

#header-wrap {
	position: relative;
	z-index: 199;
	-webkit-backface-visibility: hidden;
	padding: 3px 0;
}

#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {height: auto;}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding-top: 19px;
	padding-bottom: 19px;
}

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;
}

#header.full-header #logo {
	padding-right: 0px;
	margin-right: 0px;
	/* border-right: 1px solid #EEE; */
}

#logo img {
	display: block;
	max-width: 100%;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }

/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/

#primary-menu { float: right; }

#primary-menu ul.mobile-primary-menu { display: none; }

#header.full-header #primary-menu > ul {
	float: left;
}

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#primary-menu ul {
	list-style: none;
	margin: 0;
}

#primary-menu ul li { position: relative; }

#primary-menu ul > li {
	float: left;
	margin-left: 2px;
}


#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 14px 6px;
	color: #000;
	font-weight: normal;
	cursor:pointer;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #e8791e; }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 200px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #169b62;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
}

#primary-menu ul ul li > a {
	font-size: 12px;
	font-weight: noraml;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	letter-spacing: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#primary-menu ul ul li:hover > a {
	background-color: #F9F9F9;
	padding-left: 18px;
	color: #169b62;
}


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

#content p { line-height: 1.4; margin:0 0 10px 0; text-align:justify; }


/* ----------------------------------------------------------------
	Shop
-----------------------------------------------------------------*/
.product-image {
	position: relative;
	width: 100%;
	height:auto;
	overflow: hidden;
}


body:not(.device-touch):not(.device-sm):not(.device-xs) .product-image > {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-image > :nth-of-type(2) {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.product-image:hover > :nth-of-type(2) {
	opacity: 1;
	z-index: 2;
}

.product-title h3 {
	margin: 14px 0 0 0;
	font-size: 20px;
	border: 1px solid #e2a630;
    padding: 9px 0;
    margin-bottom: 12px;
}

/*.product-rating a {
    color: #169b62;
}

.product-rating a:hover {
    color: #8c6000;
}*/

.product-price del {
	font-weight: 400;
	font-size: 90%;
	color: #888;
}

.product-price ins {
	text-decoration: none;
	color: #169b62;
}

.sale-flash {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 6px 10px;
	background-color: #de0010;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 2px;
	z-index: 5;
}

/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/


.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	padding: 0 7px;
	font-size: 14px;
	height: 32px;
	line-height: 30px;
	background-color: #169b62;
	color: #FFF;
	font-weight: 400;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 3px;
	text-decoration: none;
}

.button i {
    margin-right: 5px;
}


/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #333;
	line-height: 29px;
	font-weight: 700;
	text-shadow: none;
}
/* Buttons - Fill Effect
-----------------------------------------------------------------*/

.button.button-border.button-fill span { position: relative; }

.button.button-border.button-fill:hover {
	background-color: transparent !important;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border.button-fill:before {
	content: '';
	position: absolute;
	background-color: #444;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden;
}

.button.button-border.button-fill.fill-from-top:before{
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.button.button-border.button-fill.fill-from-top:before {
	width: 100%;
	height: 0;
}

.button.button-border.button-fill.fill-from-top:hover:before { height: 100%; }


/* Buttons - Colors
-----------------------------------------------------------------*/

.button-yellow { background-color: #e8791e; }
.button-yellow:hover { background-color: #ff7300 !important; color:#FFF; }

.button-amber { background-color: #EB9C4D; }
.button-border.button-amber.button-fill:before { background-color: #EB9C4D !important; }
.button-border.button-amber {
	color: #EB9C4D;
	border-color: #EB9C4D;
	margin-bottom:5px;
	margin-right:4px;
}

.button-black { background-color: #000; }
.button-black:hover { background-color: #333 !important; color:#FFF; }

/* ----------------------------------------------------------------
	Flip Cards
-----------------------------------------------------------------*/

.flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.flip-card-front,
.flip-card-back {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 348px;
	border-radius: 6px;
}

.flip-card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #e8791e;
    text-align: center;
}

.flip-card-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card-front,
.flip-card:hover .flip-card-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card-back h3{
	text-align:center;
	color:#FFF;
	padding-top:72px;
}
.flip-card-back p{
	text-align: center !important;
    color: #FFF;
    font-size: 15px;
    padding-top: 14px;
}
.flip-card-back i{
	padding:4px 8px;
	color:#FFF;
	font-size:24px;
	background-color:#000;
	border-radius:4px;
}
.flip-card-back i:hover{
	background-color:#FFF;
	color:#000;
}

/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/
.sec_header{
	margin-top: -47px;
    margin-left: 23px;
}


.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}


/***********---EXTRA CSS---**********/

.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
    margin: 4px auto 0;
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.top-barV2 ul{
	margin:0px !important;
}
.top-barV2 li{
	display:inline-grid;
}
.top-barV2 a{
	font-weight:500 !important;
	padding:2px 5px !important;
	color: #e8791e !important;
}
.top-barV2 a:hover{
	color:#000 !important;
}

.footer-menu li{
	border-bottom:1px solid #4a4a4a;
}
.No-border{
	border:none !important;
}

/* ----------------------------------------------------------------
	Social media testimonials
-----------------------------------------------------------------*/
.testimonial_N_array {
    margin-top: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.profile-body {
    padding: 0 0 25px 0;
}
.dropcap-bg {
    color: #fff;
    background: #b01637;
}
.rounded-x {
    border-radius: 50% !important;
}
.dropcap-bg {
    float: left;
    color: #fff;
    padding: 7px 0;
    min-width: 50px;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    background: #de0010;
    margin: 4px 10px 0 0;
}

.list-inline>li {
    display: inline-flex;
	color: #fbc21a;
	padding-left:1px !important;
	padding-right:1px !important;
}
.list-inline img{
	width: 22px;
    float: left;
    position: relative;
    top: 4px;
}
.overflow-h {
    overflow: hidden;
	text-align: justify;
    padding: 0 15px;
}
.overflow-h p{
	color:#000;
	float: left;
	padding-top: 10px;
	text-align:left;
}
h3.heading-xs {
	width: fit-content;
    float: left;
    margin: 0 7px 7px 0;
    padding-top: 13px;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-family: "Open Sans",Arial,sans-serif;
}
.product-ratings{
	width: fit-content;
    float: left;
    margin: 0;
    padding: 7px 7px 7px 0;
}
.btn-facebook-inversed {
    background-color: #4863ae;
    border-color: #4863ae;
    color: white;
}
.btn-facebook-inversed:hover {
    background-color: transparent;
	border-color: #4863ae;
    color: #4863ae;
}
.btn-facebook-inversed i{
	top: 1px;
    position: relative;
}
.btn-googleplus-inversed i{
	top: 1px;
    position: relative;
}
.btn-googleplus-inversed {
  background-color: #dd4a38;
  border-color: #dd4a38;
  color: white;
}
.btn-googleplus-inversed:hover {
    background-color: transparent;
	border-color: #dd4a38;
    color: #dd4a38;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*----scroll animation starts---*/
.scroll-bar-wrap {
  /*position: relative;*/
  margin: 2em auto;
}
.scroll-box {
  width: 100%;
  height: 310px;
  overflow-y: scroll;
}
.scroll-box::-webkit-scrollbar {
  width: .4em;
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2);
}

/***************----PORTFOLIO CSS STARTS----****************/


.portfolio {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.portfolio-item {
    float: left;
    position: relative;
}

.portfolio-item .portfolio-image img {
    display: block;
    width: 100%;
    height: auto
}

.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden
}

.portfolio-desc {
    z-index: 3;
    text-align: center;
    padding: 0 0 24px 0;
}

.portfolio-desc span {
    display: block;
    margin-top: 0;
    color: #000;
    font-size: 13px;
	line-height:19px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, .5)
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.iportfolio:hover .portfolio-overlay,
.portfolio-item:hover .portfolio-overlay {
    opacity: 1
}

.portfolio-desc h2 {
    line-height: 18px;
    padding-top: 0px;
    margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.portfolio-desc a {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0 !important;
	text-decoration:none;
}

.portfolio-desc a:hover {
    color: #169b62;
}
/***************----PORTFOLIO CSS ENDS----****************/
















.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.modal {
    overflow: auto !important;
}

/*.modal-open {
  overflow: hidden;
}*/

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding-right:0px !important;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
/*  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);*/
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display:none;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding:8px 20px;
  border-bottom: 2px solid #e8791e;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding:15px 6px;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 18px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 0px auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
  .modal-xs {
    max-width: 680px;
  }
}


@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1145px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1350px;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}































.flag-icons{
	font-size:13px;
	font-weight:bold;
	color:#000 !important;
	margin:0px !important;
}
.flag-icons a{
	float:right !important;
	width:34px !important;
	margin-left:8px;
	margin-top:-2px;
}
.red-txt {
	color:#F00 !important;
	font-weight:normal !important;
}
.yellow-txt{
	color:#e8791e;
}
.top-bottom-margin{
	margin:12px 0 !important;
}
.gsbook-modal {
    cursor: pointer !important;
}
.sale-flash1 {
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 6px 10px;
    background-color: #de0010;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border-radius: 2px;
    z-index: 5;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.sale-flash2 {
	position: relative;
    margin: 0 auto;
    width: fit-content;
    padding: 3px 8px;
    background-color: #de0010;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border-radius: 2px;
    z-index: 5;
    font-weight: normal;
    font-size: 14px;
}

.price-Ntxt{
	padding:4px 0;
}
.price-Ntxt p {
    font-size: 18px;
    font-weight: 600;
    text-align: center !important;
	margin:0px !important;
	line-height:20px !important;
}

.price-Ntxt span {
	font-size:15px;
    text-decoration: line-through;
    color: #687074 !important;
    font-weight: 400 !important;
}
.price-Ntxt .red-txt{
	font-size:15px;
	color:#F00 !important;
	font-weight:normal !important;
	text-decoration:none;
}
.price-Ntxt .normaltxt{
	font-size:15px;
	font-weight:normal !important;
	color:#000 !important;
	text-decoration:none;
}
.topmargin-custom{
	margin-top:62px;
}




/**********---MODAL POPUP STARTS---************/
.modal-header {
    background-color: #fff;
    color: #000;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
	margin-bottom:15px;
}

/*.modal-body i {
    color: #000 !important;
}*/

.modal-content h2 {
    color: #000;
    font-size: 20px;
    margin: 0px;
}

.modal-content h2 span{
    color: #e8791e !important;
    font-size: 20px !important;
    margin: 0px;
}

.modal-content h3 {
    font-size: 17px;
    color: #000;
	font-weight:normal;
}

.modal-content h5 {
    color: #e8791e;
}

.modal-content h6 {
    font-size: 15px;
    font-weight: 600;
    background-color: #f3f3f3;
    color: #000;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #e8791e;
}

.modal-Nbtn i {
    color: #fff !important;
}

.modal-Nfooter {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    padding-top: 12px;
}

.modal-Nfooterlogo {
    float: left;
}

.modal-Nclose {
    float: right;
    margin-top: 12px;
    background-color: #e8791e;
    border: none;
    color: #fff;
    padding: 13px;
	cursor:pointer;
}
/**********---MODAL POPUP STARTS---************/

.flip-newbox{
	float: left;
    width: 100%;
    margin: 0;
}

.table-Ntop{
	margin-top:95px;
}

@media (min-width: 992px){
.col-flipbox1 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 19.333333%;
	float: left;
    width: inherit;
    padding: 0px;
    margin: 0 4.2px;
}

}

@media (max-width: 720px){
	
.table-Ntop{
	margin-top:158px;
}
.col-flipbox1 {
    max-width: 47%;
    float: left;
    width: inherit;
    padding: 0px;
    margin: 4px;
}
.flip-card-front, .flip-card-back{
	height: 212px;
    padding: 0 4px;
    margin-bottom: 13px;
}
.flip-card-back h3{
	padding-top:18px;
	font-size:14px;
}
.flip-card-back p{
	font-size:12px;
}
.top-menuM{
	font-size:13px !important;
}
.flag-align{
	width:fit-content !important; 
	margin:15px auto 0 auto !important;
}
.cities-bottom {
    display: contents !important;
}
.product-image{
	height:auto;
}
.cities-bottom{
	display:block;
}
.image-sizing{
	margin: 22px 80px 4px 80px;
}
.price-Ntxt p {
    font-size: 14px;
}
.start-box{
	padding-left:0px !important;
}
.start-btn-box{
	float:left !important;
}
.rating_align{
	width:100%;
	margin-top:8px;
}
.popupheader_align {
    width: 100% !important;
    display: block !important;
    align-items: normal !important;
}
.tooltip .tooltiptext {
  width: 100% !important;
  left: 15% !important;
}

}

@media (max-width: 990px){
	
  .custom_tooltip .tooltiptext {
  visibility: hidden;
  width: 100% !important;
  background-color: white;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 999999;
  top: 100%;
  left: 0 !important;
  margin-left: 0px !important;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(138,138,138,1);
-moz-box-shadow: 0px 0px 12px 0px rgba(138,138,138,1);
box-shadow: 0px 0px 12px 0px rgba(138,138,138,1);
}

.tooltip-right::after {
    content: "" !important;
    position: absolute !important;
    top: -4% !important;
    right: 50% !important;
    margin-top: -9px !important;
    border-width: 12px !important;
    border-style: solid !important;
    border-color: transparent transparent #5a5050 transparent !important;
}
.tooltip-left::after {
    content: "" !important;
    position: absolute !important;
    top: -4% !important;
    left: 50% !important;
    margin-top: -9px !important;
    border-width: 12px !important;
    border-style: solid !important;
    border-color: transparent transparent #5a5050 transparent !important;
}
}
.easy-block-v2 {
    overflow: hidden !important;
    position: relative !important;
}
.easy-block-v2 .easy-bg-v2 {
    top: 5px;
    color: #fff;
    width: 100px;
    padding: 5px;
    right: -47px;
    font-size: 13px;
    position: absolute;
    z-index: 10;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.rgba-blue {
    background-color: rgba(52,152,219,0.8);
}
.rgba-red {
    background-color: rgba(231,76,60,0.8);
}
.rgba-default {
    background-color: rgba(230,126,34,1);
}
.rgba-purple {
   background-color: rgba(155,107,204,0.8);
}

.dark-yellow{
	font-weight: 600;
    color: #e8791e;
    font-size: 15px;
    margin-bottom: 12px;
}

.yellow-box{
	width:100%;
	background-color:#169b62;
	text-align:center;
	color:#FFF;
	font-size:20px;
	padding:18px 6px;
}
.yellow-box a{
	color:#FFF;
	text-decoration:underline !important;
}
.yellow-box a:hover{
	color:#e8791e;
}

.package-Nbtn{
	width:100%;
	margin-top:12px;
	display:flex;
	justify-content: center;
}

.testimonial-bg{
	background-color:#f3f3f3;
	padding:2px 0 26px 0;
}

.footer-menu .line {
    border-top-color: rgba(255,255,255,0.1);
}

.widget_links li a {

    background-image: url(../images/icons/widget-link-dark.png);
}

.copyright-links a {
	color: rgba(255,255,255,0.25);
	border-bottom-color: rgba(255,255,255,0.25);
}

.copyright-links a:hover {
	color: rgba(255,255,255,0.35);
	border-bottom-color: rgba(255,255,255,0.35);
}

#top-search, #top-cart, #side-panel-trigger, #top-account {
    float: right;
    margin: 17px 0 0px 15px;
}

.cities-bottom{
	display: flex;
    justify-content: center;
}

.C_promobox {
	float:left;
	margin-bottom:28px;
}

.C_promobox img{
	display:block !important;
}


/* C_promobox - Item Title
-----------------------------------------------------------------*/

.C_promobox h3 a { 
    color: #fff; 
    font-size:17px;
    background-color: #000;
    border-top: 4px solid #e8791e;
	width:100%;
    float: left;
    padding: 10px;
    text-align: center;
	z-index: 999;
    position: relative;
 }

.C_promobox h3 a:hover { color: #e8791e; }



/* C_promobox - Overlay
-----------------------------------------------------------------*/

.C_promobox-overlay {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	cursor:pointer;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .C_promobox-overlay {
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.C_promobox-item:hover .C_promobox-overlay,
.C_promobox:hover .C_promobox-overlay { opacity: 1; }

.C_promobox-overlay a {
	position: absolute;
	top: 47%;
	left: 59%;
	background-color: #F5F5F5;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -44px;
	line-height: 40px;
	color: #444;
	border-radius: 50%;

}

.C_promobox-overlay a:hover {
	color: #e8791e;
	background-color: #EEE;
}

/* Individual C_promobox Item
-----------------------------------------------------------------*/

.C_promobox {
	position: relative;
}
.quantity_listS{
	margin-bottom:18px;
	display:grid;
}
.quantity_listS a{
	text-decoration:underline;
}
.quantity_listS a:hover{
	text-decoration:none;
}
.quantity_listS li{
	margin-left: 16px;
    padding: 2px 2px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 21px;
    text-align: justify;
    float: left;
}
.quantity_listS span{
	margin-left:-5px;
	float:left;
}
.list_item_N{
	margin-bottom:18px;
}
.list_item_N ul{
	margin:0px;
	padding:0px;
}
.list_item_N li{
	margin-left: 16px;
    padding: 2px 0px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}
.list_item_N ul li span{
	float:left;
	margin-left: -4px;
}
.modal_newhead{
    padding: 18px 0 0 0 !important;
    background-color: inherit !important;
    color: #000 !important;
    font-size: 14px !important;
    border: none !important;
}


.col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.table-border-box_New {
    border: 1px solid #169b62;
    margin-bottom: 18px;
    border-radius: 6px;
    position: relative;
}
.table-border-box_New h6 {
    width: 100%;
    font-size: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 0;
    left: 0;
    margin: 0;
    font-weight: 600;
    background-color: #169b62;
    color: #fff;
    padding: 10px;
    border: none;
}
.table_inner_New{
	padding:12px;
}
.table_inner_New table { 
	width: 100%;
    border-collapse: collapse;
	margin:0 auto;
	font-size:15px;
	color:#000;
	}

/* Zebra striping */
.table_inner_New tr:nth-of-type(odd) { 
	background: #f5f5f5; 
	}

.table_inner_New th { 
	background: #000; 
	color: white;  
	}

.table_inner_New td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.table_inner_New table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	.table_inner_New table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table_inner_New thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table_inner_New tr { border: 1px solid #ccc; }
	
	.table_inner_New td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #d8d8d8; 
		position: relative;
		padding-left: 50%; 
	}

	.table_inner_New td:before { 
		position: absolute;
		top: 0;
		left: 0;
		width: 45%;
		padding-right: 10px;
		/* white-space: nowrap; */
		content: attr(data-column);
		font-weight: bold;
		padding-left: 7px;
		padding-top: 10px;
		color: #000;
		height: 100%;
		border-right: 1px solid #dcdcdc;
	}
	
	.table_inner_New_none td:before{
		content:none !important;
	}
	.table_inner_New_none td{
		padding:12px !important;
	}

}


.img-hover-v1 img,
.img-hover-v2 img:after {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.img-hover-v1:hover img {
    -transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.css3-spinner>div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #e8791e;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.css3-spinner .css3-spinner-bounce1 {
    margin-left: -31px;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.css3-spinner .css3-spinner-bounce2 {
    margin-left: -9px;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}


/***************----POPU IMAGES CSS STARTS----*****************/

/***************----POPU IMAGES CSS ENDS----*****************/

/***---------ACCORDION CSS STARTS-------------***/
.New_accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight:bold;
  transition: 0.4s;
  border: 1px solid #eaeaea;
}

.active, .New_accordion:hover {
  background-color: #fff8e9; 
}

.New_panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
button.New_accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.New_accordion.active:after {
    content: "\2212";
}
/***---------ACCORDION CSS ENDS-------------***/
.start-btn{
	font-size: 21px;
    text-decoration: none !important;
    padding: 22px 13px;
    line-height: 0;
	background-color:#e8791e !important;
}
.start-btn:hover{
	background-color:#000 !important;
	color:#fff !important;
}
.start-btn-box{
	width:fit-content; 
	float:right; 
	margin-top:17px; 
	padding-right:50px;
}
.start-box{
	width:fit-content; 
	float:left; 
	padding-left:53px;
}


.Nbox-column{
	width: 100%;
    float: left;
    margin-bottom: 16px;
	margin-top:12px;
    background-color: #f5f5f5;
    padding: 16px 0;
    border: 1px solid #e6e6e6;
}
.Nbox-inner{
	background-color: #f3f3f3;
    text-align: center;
    padding: 6px 20px 10px 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}
.Nbox-inner:hover{
	background-color:#fff;
}
.Nbox-inner .quantity_listS{
	margin-bottom:0px;
}


/*********---GOOGLE REVIEW CSS STARTS---*********/
.open-button {
  background-color: #fff;
  color: #000;
  padding: 4px;
  border: none;
  cursor: pointer;
  border-top: 8px solid #e8791e;
  position: fixed;
  bottom: 13px;
  left: 13px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(128,128,128,1);
-moz-box-shadow: 0px 0px 8px 0px rgba(128,128,128,1);
box-shadow: 0px 0px 8px 0px rgba(128,128,128,1);
z-index:9;
}

.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 6px;
  border: 3px solid #f1f1f1;
  z-index: 111111;
}

.review-container {
  max-width: 368px;
  padding: 10px;
  background-color: white;
}

.review-boxN{
  width: 100%;
  float:left;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

.eagr-reviews-skeleton-component.jsx-3063264007{
	max-width:100% !important;
}

.review-container .review_btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

.review-container .cancel {
  background-color: red;
}

.rating_align{
	float:right;
}
/*********---GOOGLE REVIEW CSS ENDS---*********/

.Comp_pricebox{
	width: 100%;
}
.Comp_innerbox{
	background-color: #fff;
    border: 1px solid #ce951a;
    text-align: center;
}
.Comp_heading{
	background-color: #ce951a;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.Comp_pricetxt{
	width:100%;
	float:left;
	font-size:40px;
	font-weight:bold;
	color:#000;
}
.Comp_pricetxt sup{
	font-size:21px;
	top:-15px;
}

/****----anchortext popup****/
.popup_anchor_txt {
  position: relative;
}

.popup_anchor_txt a {
  color: #e8791e;
  text-decoration:underline;
}

.popup_anchor_txt figure {
  display: none;
  position: absolute;
  top: 20px;
  left: -185px;
  padding: 0;
  margin: 0;
  width: 100vh;
  z-index: 111;
}

.popup_anchor_txt a img{
	max-width:20%;
}

.popup_anchor_txt .popup_anchor_mainbox {
  display: block;
  max-width: 65%;
  height: auto;
  float:left;
  background-color:#FFF !important;
}
.popup_anchor_txt .popup_anchor_mainbox img{
	width:20%;
}
.popup_anchor_maintextbox{
	width:100%;
	background-color:#FFF;
	color:#000;
	padding:0 20px 20px 20px;
	float:left;
}
.popup_anchor_maintextbox p{
	margin:0 0 2px 0;
}
.popup_anchor_txt:focus figure,
.popup_anchor_txt:hover figure {
  display: block;
}
.popup_anchor_txt:focus a,
.popup_anchor_txt:hover a {
  color: #F90;
}



.popupheader_align{
	width:100%;
	display:flex;
	align-items: center;
}

/**************---TOOL TIP STARTS---************/
.tooltip_outerbox {
    z-index: 999999;
    /*position: relative;*/
    justify-content: center;
}
.custom_tooltip {
  position: relative;
  display: inline-block;
  opacity:inherit;
}

.custom_tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: white;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 999999;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(138,138,138,1);
-moz-box-shadow: 0px 0px 12px 0px rgba(138,138,138,1);
box-shadow: 0px 0px 12px 0px rgba(138,138,138,1);
}

.tooltip-top {
    bottom: 100%;
    left: 17%;
    margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 100%;
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 100%;
    margin-top: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.tooltip-right {
    top: -5px;
    left: 100%;
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 100%;
    margin-top: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.custom_tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip_maintextbox{
	padding:0 11px 11px 11px;
	float:left;
}
.tooltip_maintextbox p{
	font-size:12px !important;
}
.tooltiptext .imagebox1{
	width:100%;
	float:left;
}
.custom_tooltip .tooltiptext p li span{
	font-size:12px !important;
	padding:0px;
}
.custom_tooltip .tooltiptext .quantity_listS li{
	font-size:12px !important;
	line-height:17px;
}
.custom_tooltip .tooltiptext .quantity_listS{
	margin-bottom:0px;
	float:left;
}
.custom_tooltip .tooltiptext small{
	font-size:11px !important;
}

/**************---EXTRA CSS---************/
.Npopup-title{
	width:100%;
	float:left;
	text-align:center;
	padding: 5px 8px 8px 8px;
}
.Npopup-title h5{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0px;
	line-height:17px;
}
.Npopup-title h5 span{
	font-size:13px;
	font-weight:normal;
	color:#000 !important;
}
.Npopup-title-inner{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:8px;
}
.Npopup-title-inner h6{
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:0px;
}
.Npopup-title-inner h6 b{
	font-size:16px;
	font-weight:bold;
	color:#e8791e;
	margin:0px;
}
.Npopup-title-inner h6 span{
	font-size:14px;
	font-weight:normal;
	color:#000 !important;
}

/*************---COUNTDOWN CSS ENDS---**************/

.quantity_listS_center li {
    margin-left: 0px !important;
    text-align: center !important;
    list-style-position: inside;
}
.quantity_listS_center span {
    float: none !important;
}





.active, .New_accordion:hover {
    background-color: transparent !important;
}