/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-controls .owl-buttons .owl-prev{
  /*bottom: 0px;*/
  top: 0%; 
}
.owl-controls .owl-buttons .owl-next{
  /*bottom: 0px;*/
  top: 0%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url('../images/grabbing.png') 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* OpenCart Code */
.owl-carousel {
	background: transparent;
	position: relative;
	direction: ltr !important;
	z-index: 1;
	overflow: hidden;
}
.owl-carousel .owl-buttons div {
	opacity: 0;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}

.owl-carousel .owl-buttons .owl-prev {
	left: 0px;
    background: #ffba00;
    border: 1px solid #ffba00;
    color: #fff;
    position: absolute;
    display: block;
    top: 44%;
    height: 34px;
    font-size:0px;
    padding: 0;
    opacity: 0;
    margin: 0;
    height: 34px;
    border-radius: 30px;
    width: 34px;
    z-index: 9;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.owl-carousel .owl-buttons .owl-next {
right: 15px;
    background: #ffba00;
    border: 1px solid #ffba00;
    color: #fff;
    position: absolute;
    display: block;
    top: 44%;
    height: 34px;
    padding: 0;
    opacity: 0;
    font-size:0px;
    margin: 0;
    height: 34px;
    border-radius: 30px;
    width: 34px;
    z-index: 9;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
left: 0px;
    background: #ffba00;
    border: 1px solid #ffba00;
    color: #fff;
    position: absolute;
    display: block;
    top: 44%;
    height: 34px;
    padding: 0;
    opacity: 0;
    margin: 0;
    height: 34px;
    border-radius: 30px;
    width: 34px;
    z-index: 9;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;el:hover .owl-buttons .owl-prev {
	left: 0px;
}
.owl-carousel:hover .owl-buttons .owl-next {
	right: 15px;
}
.owl-pagination {
	text-align: center;
	top: 0px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev.slick-arrow  {
    font-size: 20px;
    height: 30px;
    left: 5px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 30px;
    z-index: 111;
}
.slick-next.slick-arrow {
    right: 5px;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 30px;
    z-index: 111;
}

@font-face{font-family:flexslider-icon;src:url(fonts/flexslider-icon.eot);src:url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(fonts/flexslider-icon.woff) format('woff'),url(fonts/flexslider-icon.ttf) format('truetype'),url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover{outline:0}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;border-radius:4px;-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav{*height:0}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:'\f001';color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3)}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}


@font-face{font-family:flexslider-icon;src:url(fonts/flexslider-icon.eot);src:url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(fonts/flexslider-icon.woff) format('woff'),url(fonts/flexslider-icon.ttf) format('truetype'),url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover{outline:0}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;border-radius:4px;-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav{*height:0}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:'\f001';color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3)}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}


input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  color: #b94a48;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.parsley-errors-list {
  margin-top: 8px;
}
.parsley-required,
.parsley-custom-error-message {
  color: #b94a48;
}
/* labels */
.mailpoet_text_label,
.mailpoet_textarea_label,
.mailpoet_select_label,
.mailpoet_radio_label,
.mailpoet_checkbox_label,
.mailpoet_list_label,
.mailpoet_date_label {
  display: block;
}
/* form loading */
.mailpoet_form_sending .mailpoet_form_loading {
  display: block;
}
.mailpoet_form_sending .mailpoet_submit {
  display: none;
}
.mailpoet_form_loading {
  display: none;
  width: 30px;
  text-align: center;
}
.mailpoet_form_loading > span {
  width: 5px;
  height: 5px;
  background-color: #5b5b5b;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: mailpoet-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: mailpoet-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: mailpoet-bouncedelay 1.4s infinite ease-in-out both;
  -o-animation: mailpoet-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: mailpoet-bouncedelay 1.4s infinite ease-in-out both;
  animation: mailpoet-bouncedelay 1.4s infinite ease-in-out both;
}
.mailpoet_form_loading .mailpoet_bounce1 {
  -webkit-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.mailpoet_form_loading .mailpoet_bounce2 {
  -webkit-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin: 0 7px;
}
@-webkit-keyframes mailpoet-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes mailpoet-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes mailpoet-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes mailpoet-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mailpoet-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  height: 25px;
  padding-right: 0;
  position: absolute;
  right: 0;
  text-align: right;
  width: 25px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; 
  }
  .mfp-arrow:active {
    margin-top: -54px; 
	}
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; 
  }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
	}
.mfp-iframe-holder .mfp-close {
  top: -32px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
padding-right: 6px; } }


/**
 * The following styles will provide an attempt to normalize the sliders
 */

/* Reset some style. Using body to push specificity */
body .metaslider .coin-slider,
body .metaslider .nivoSlider,
body .metaslider .nivoSlider img,
body .metaslider .rslides,
body .metaslider .rslides li,
body .metaslider .flexslider ul.slides,
body .metaslider .flexslider .slides li,
body .metaslider .flexslider .slides ul,
body .metaslider .flexslider .slides ol,
body .metaslider .flexslider .slides img,
body .metaslider .flexslider .flex-direction-nav,
body .metaslider .flexslider .flex-direction-nav li {
    border: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
    padding: 0;
    line-height: normal;
    max-width: none;
    max-height: none;
}

.metaslider {
    position: relative;
    z-index: 0;
}

/* Avoids overflow when slideshow takes the whole window' width - The fullwidth class needs to be added in the slideshow settings. */
.metaslider.fullwidth {
	overflow: hidden;
}

.metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
}

.metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}

.metaslider img {
    height: auto;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
}

.metaslider a {
    outline: none;
}

.metaslider.ms-left {
    float: left;
    margin: 0 20px 20px 0;
}

.metaslider.ms-right {
    float: right;
    margin: 0 0 20px 20px;
}

.metaslider li:before,
.metaslider li:after {
    content: "" !important;
    display: none !important;
    bottom: auto !important;
    margin: 0 !important;
}

.metaslider .caption-wrap .caption img {
    width: auto;
}

.metaslider .slides img {
	width: 100%;
	display: block;
}

/* Flexslider */

.metaslider .flexslider {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    margin: 0 0 40px;
    max-width: none;
    max-height: none;
}

.metaslider .flex-control-nav {
    border: 0;
    margin: auto;
    list-style-type: none;
    list-style: none;
    padding: 0;
	bottom: -27px;
    line-height: 11px;
    z-index: 2;
}

/** move margin from list items to anchors */
.metaslider .flex-control-nav li {
	margin: 0;
}

.metaslider .flex-control-nav li a {
	margin: 0 6px;
	padding: 0;
}

.metaslider .flexslider .slides li {
    position: relative;
    height: auto;
}

/** fix for users with RTL languages */
.metaslider .flex-viewport {
    direction: ltr;
}

/** add transition effects to firefox **/
.metaslider .flex-direction-nav a {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.metaslider .flexslider .slides p {
    margin: 0;
}

.metaslider .flexslider.filmstrip {
	margin-top: 10px;
}

.metaslider .flexslider.filmstrip .slides li {
    cursor: pointer;
    opacity: 0.5;
}

.metaslider .flexslider.filmstrip .slides li.flex-active-slide,
.metaslider .flexslider.filmstrip .slides li:hover,
.metaslider .flexslider.filmstrip .slides li:focus {
    opacity: 1.0 !important;
}

.metaslider .flex-control-thumbs li {
    width: auto;
}

.metaslider ol.flex-control-thumbs img,
#content .metaslider ol.flex-control-thumbs img {
    margin: 10px 5px 0;
    width: auto;
}

.metaslider.nav-hidden .flexslider {
    margin-bottom: 0;
}

.metaslider.nav-hidden.add-margin .flexslider {
    margin-bottom: 40px;
}

/* Arrow styles to use background images (old style) */
/* which makes it compatible with the theme builder */

.metaslider .flexslider .flex-direction-nav li a:before {
    content:none!important;
}
.metaslider .flexslider .flex-direction-nav li a {
    width: 30px;
    height: 30px;
    border: 0;
    margin: -20px 0 0;
    box-shadow: none!important;
    display: block;
    background-color: transparent;
    background-image: url('../sliders/flexslider/bg_direction_nav.png');
    background-repeat:  no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: opacity .25s ease-in-out;
            transition: all .3s ease;
}
.metaslider .flex-direction-nav .flex-next {
    background-position: left 0;
}
.metaslider .flex-direction-nav .flex-next {
    background-position: right 0;
    text-align: left;
    /* Fix for single character text */
    text-indent: 9999px;
}
.metaslider .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.metaslider .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;

    /* Fix for single character text */
    text-indent: -9999px;
}
.metaslider .flexslider:hover .flex-next:hover,
.metaslider .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.metaslider .flexslider .flex-direction-nav .flex-disabled {
    cursor: default;
    pointer-events: none;
}
.metaslider .flexslider .flex-control-nav a {
    box-shadow: none !important;
}
.metaslider .flexslider .slides > li {
    position: relative;
}

/* Responsive Slides */
.metaslider .rslides_nav,
.metaslider .rslides_tabs a {
    box-shadow: none !important;
}
.metaslider .rslides_tabs {
    margin: 0 0 40px;
}

.metaslider .rslides_nav:focus,
.metaslider .rslides_nav:hover {
    color: #ffffff;
} 

/* Nivo Slider */
div.metaslider .theme-default .nivoSlider {
   -webkit-box-shadow: 0 0 0;
      -moz-box-shadow: 0 0 0;
           box-shadow: 0 0 0;
}

.metaslider .slider-wrapper .nivo-directionNav a,
.metaslider .slider-wrapper .nivo-controlNav a,
.metaslider .slider-wrapper img {
    border: 0;
    box-shadow: none;
    /* margin: 0; */
    list-style-type: none;
    list-style: none;
    padding: 0;
    line-height: normal;
    max-width: none;
    max-height: none;
}
div.metaslider .slider-wrapper .nivo-controlNav a {
    transition: none;
}

/* Coin Slider */
.metaslider .coin-slider {

    /* This keeps the slider from spilling out the container */
    max-width: 100%;
    overflow:hidden;
}
.metaslider .coin-slider .cs-buttons a,
.metaslider .coin-slider > a {
	box-shadow: none !important;
}
.metaslider .coin-slider a[href="javascript:void(0)"] {
	cursor: default !important;
}



.burmanRadio__label {
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    margin-left: 12px;
}

.burmanRadio__label::before {
 content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #969796;
    border-radius: 100%;
    background: #fff;
}


.burmanRadio__input:checked ~ .burmanRadio__label::after {
    opacity: 1;
    transform: scale(1);
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ffba00;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.burmanRadio__label::after {
    /*content: '';*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*top: 2px;*/
    /*border: 4px solid #4a67ab;*/
    /*left: 2px;*/
    /*border-radius: 100%;*/
    /*transition: all .2s ease;*/
    /*-webkit-transform: scale(0);*/
    /*transform: scale(0);*/
}
.burmanRadio__label::before, .burmanRadio__label::after {
    border-radius: 50%;
    position: absolute;
    top: 0.5px;
    left: -23px;
    transition: all .3s ease-out;
    z-index: 2;
}

.burmanRadio__input {
    display: none;
}


.dropdown-container {
  position: relative;
  height: 26px;
 
}


/* the, drop down div */
.dropdown-menu2 {
 position: absolute;
    top: 113%;
    right: -3px;
    margin-left: 20px;
    z-index: 1000;
    font-size: 14px;
    text-align: left;
    min-height: 81px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform-origin: right top 0px;
    -webkit-transform: scale(0);
}


.dropdown-menu2.active {
  opacity: 1;
  -webkit-transform-origin: right top 0px;
  -webkit-transform: scale(1);
}

.dropdown-menu2.active li {
  opacity: 1;
  transform: translateY(0px);
}

.tooltip-icon1 {
    text-align: right;
    padding-right: 10px;
    right: 0;
    top: 12px;
    position: absolute;
    width: fit-content;
    float: right;
}

.more-menu-caret {
position: absolute;
    top: -10px;
    right: 8px;
    width: 18px;
    height: 10px;
    float: right;
    overflow: hidden;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}
.more-menu-item {
    display: block;
}

.test:after {
  content: '\2807';
  font-size: 3em;
  color: black;
}

/* popup css */

.couponsModal-base-modal {
    height: 100%;
}

.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    z-index: 9999;
    left:0px;
    background:rgba(0,0,0,0.75);
}
 
/* Inner */
.popup-inner {
    max-width:310px;
    width:90%;
    padding:0px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}



.popup-scroll{
  overflow-y: scroll;
  max-height: 300px;
  padding:0 1em 0 0;
}
.popup-scroll::-webkit-scrollbar {background-color:#EEE;width:10px;}
.popup-scroll::-webkit-scrollbar-thumb {
	border:1px #EEE solid;border-radius:2px;background:#777;
	-webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
	}
.popup-scroll::-webkit-scrollbar-track {-webkit-box-shadow: 0 0 2px #ccc;box-shadow: 0 0 2px #ccc;}
.openpo {
    overflow: hidden;
}

.couponsModal-base-couponsModalHeader {
    padding: 20px;
    border-bottom: 1px solid #eaeaec;
    font-weight: 600;
}

.couponsForm-base-couponsPageContainer {
    
    height: calc(100% - 120px);
    overflow: auto;
}

.couponsForm-base-scroll {
    position: relative;
}

.couponsForm-base-applyCouponContainer {
    margin-bottom: 8px;
    padding: 24px 24px 16px;
    background-color: #fff;
}
.couponsForm-base-applyCouponContainer {
    margin-bottom: 8px;
    padding: 16px 16px 12px;
    background-color: #fff;
}

.couponsForm-base-textInputContainer {
    border: 1px solid #d5d6d9;
    padding: 11px 16px 14px;
}
.couponsForm-base-textInputContainer {
    position: relative;
    height: 44px;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.couponsForm-base-textInputContainer .couponsForm-base-textInput {
    caret-color: #ff3f6c;
    padding: 0;
    border: none;
    width: 75%;
    padding-top: 8px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}
button, input {
    overflow: visible;
}

.couponsForm-base-textInputContainer .couponsForm-base-applyButton {
    position: absolute;
    top: 11px;
    right: 16px;
    font-size: 14px;
    color: #ff9fb5;
    font-weight: 600;
    letter-spacing: 1px;
}



.tab-content > div:nth-last-child(3) {
  display:none;
}


.tab-content > div:nth-last-child(2) {
  display:none;
}


.tab-content > div:nth-last-child {
  display:none;
}

.form {
  padding: 0px;
  max-width: 600px;
  margin: 0px auto;
  border-radius: 4px;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}
.tab-group .active a {
  background: #1ab188;
  color: #ffffff;
}


h1 {
  text-align: center;
  font-weight: 300;
  margin: 0 0 40px;
}

label {

}
label .req {
  margin: 2px;
  color: #1ab188;
}

label.active {
  
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #606060;
}

input, textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px;

  font-weight: 600;
  
  
  background: #3bac44;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #ffba00;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

.profileEdit-infoLabel {
    margin: 0 40px 0 40px;
}

.profileEdit-infoLabel {
    color: #696B79;
    font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid #EAEAEC;
    padding-bottom: 15px;
    margin: 0 20px 20px 20px;
}







.calendar{
  margin-bottom:200px;
}
.class-link{
  color:#333333;
  text-decoration:none;
}

.class-link:hover{
 color:#ffbb00; 
}

/* From here you can start to copy */

.calendar {
  padding:8px;
  background: #ffffff;
  border-radius: 4px;
  font-size:18px;
  border: 1px solid #333333;
}
.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #31639c;
  margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}
.ui-datepicker-title {
  text-align: center;
  font-size:25px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #31639c;
  margin-bottom: 5px;
  font-size: 18px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}
.ui-state-default:hover {
  color: #ffffff;
  background:#31639c;
  border-radius:50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
  color: #ffffff;
  background-color:#31639c;
  border-radius:50px;
}
}
.ui-state-active {
  color: #ffffff;
  background-color:#31639c;
  border-radius:50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #31639c;
    font-size:20px;
}

._3CKRe3 {
    width: 368px;
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    position: relative;
}
._3uHNGv {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

._2qUgWb ._1lD380 {
    top: 0!important;
}
._2qUgWb ._2zqhDs {
    width: inherit;
}
._13wOiu {
    background: var(--color-white-bg);
    border-radius: 2px;
    min-height: 47px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
._13wOiu {
    background: #fff;
    border-radius: 2px;
    min-height: 47px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

._2huYiT, ._2twTWD {
    font-size: var(--font-size-14);
    line-height: 20px;
}
._2huYiT {
    display: block;
    text-transform: uppercase;
    padding: 13px 10px;
    border-bottom: 1px solid var(--color-grey-grade6);
    font-weight: var(--font-medium);
    color: var(--color-grey-grade4);
    min-height: 47px;
    border-radius: 2px 2px 0 0;
}

._2twTWD {
    border-bottom: 1px solid var(--color-grey-grade1);
    padding: 0 10px;
}
._2huYiT, ._2twTWD {
    font-size: var(--font-size-14);
    line-height: 20px;
}
.hJYgKM {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
}
._3xFQAD {
    border-top: 1px dashed #e0e0e0;
    margin-bottom: 20px;
}

._2Q2aRQ {
    background: #f1f3f6;
}

._2Q2aRQ ._34jRkt {
    padding: 20px 10px;
    font-size: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-image-source: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/patterned-bg_8aad8e.svg);
    border-image-slice: 20;
    border-image-width: 20;
    border-radius: 2px;
    color: #388e3c;
    font-weight: 600;
    background-size: cover;
    background-position: bottom;
    background: #f7fffa;
}

._3ycxrs .PaJLWc ._3_gRBY {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
._3ycxrs .PaJLWc, ._3ycxrs .PaJLWc ._3_gRBY {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

._3ycxrs ._2u3tZM {
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

._3ycxrs ._2u3tZM .l5Sfcb {
    min-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

._3ycxrs ._3cto0P {
    display: block;
    margin-top: 8px;
}
._3ycxrs ._3cto0P ._3RkJty {
    width: 140px;
    text-align: center;
    display: inline-block;
}

._3md1dr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #212121;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-quantity .input-text {
    width: 35px!important;
    text-align: center;
    background-color: transparent;
    margin-left: 11px;
    padding: 10px 0px;
}

._2GJ0F- {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
._1RLi8m {
    border-top: 1px solid #f0f0f0;
    background: #fff;
    padding: 16px 22px;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,.1);
}
._31gTpz {
    text-align: center;
}

._1RLi8m .iwYpF9 {
    width: auto;
}
._1RLi8m .iwYpF9 {
    width: auto;
}
._2AkmmA._7UHT_c {
 
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    color: #fff;
}
.iwYpF9 {
    width: 100%;
    padding: 16px 30px;
    min-width: 250px;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.QE-hRv {
    display: inline-block;
}

._27kB8M {
    color: #388e3c;
    display: contents;
}

 #app {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  height: auto;
  display: -webkit-box;
  display: flex;
  background: #b2cebb;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  
  border-radius: 20px;
  box-shadow: 0px 7px 25px rgba(140, 140, 140, 0.2);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#app .plants {
  /*position: absolute;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  width: inherit;
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
#app .plants .plant {
  display: -webkit-box;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 10px;
  margin: 20px 0;
  width:100%;
}

#app .plants .plant img {
  width: 150px;
  height: 100px;
  object-fit: contain;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#app .plants .plant .description {
  width: 100%;
  padding-left: 25px;
}
#app .plants .plant .description h4 {
  margin-top: 5px;
}
#app .plants .plant .description p {
  color: #8c8c8c;
}
#app .plants .plant .description .price {
  font-weight: 600;
}
#app .plants .plant .quantity {
  display: -webkit-box;
  /*display: flex;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
  margin-left: 18px;
  /*height:120px;*/
  padding: 0 16px;
  font-size: 18px;
  background: rgba(178, 206, 187, 0.3);
  border-radius: 4px;
}
#app .plants .plant .quantity .btn {
  border: none;
  background: none;
  color: #8c8c8c;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
#app .plants .plant .quantity .btn:hover {
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
}
#app .plants .plant .quantity .number {
  font-weight: 600;
  -webkit-animation: scale .3s ease;
          animation: scale .3s ease;
}
#app .checkout {
  position: absolute;
  top: 520px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
#app .checkout .total {
  font-weight: 900;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  font-size: 20px;
  margin-bottom: 20px;
}
#app .checkout .total span {
  font-size: 24px;
  margin-left: 9px;
}
#app .checkout button {
  font-size: 18px;
  background: #f9a100;
  color: #fff;
  font-weight: 700;
  padding: 10px 100px;
  border: none;
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
#app .checkout button:hover {
  box-shadow: 0px 7px 25px rgba(140, 140, 140, 0.2);
}
#app .checkout button:disabled {
  background-color: #8c8c8c;
  cursor: not-allowed;
}
#app .cart-checkout {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 480px;
  margin-top: 20px;
}
#app .cart-checkout .cart-plants {
  display: -webkit-box;
  display: flex;
  height: 300px;
}
#app .cart-checkout p {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  width: 240px;
}

*:focus {
  outline-color: #f9a100;
}


.fade-up-leave-active {
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.fade-up-leave {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-up-enter, .fade-up-leave-to {
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}

.scale-enter-active {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.scale-leave-active {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.scale-enter, .scale-leave-to {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.opacity-leave-active {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.opacity-enter, .opacity-leave-to {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
}

.plants-group-leave-active {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.plants-group-enter, .plants-group-leave-to {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
}

.order-group-enter-active {
  -webkit-transition: 2s all ease;
  transition: 2s all ease;
}

.order-group-enter, .order-group-leave-to {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  opacity: 0;
}

.fa-instagram {
  position: absolute;
  color: #b2cebb;
  top: 3%;
  right: 2%;
  font-size: 38px;
}

.fa-instagram:hover {
  font-size: 42px;
  color: #f9a100;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  cursor: pointer;
}


@media screen and (max-width: 766px){
#app .plants {
  position: initial!important;
}
._3uHNGv {
    margin-top: 20px;
    margin-left: 0px;
}
button.increase {
    margin-left: 11px;
}
button.decrease 
{
       margin-left: 11px;
}

#app .plants .plant .description h4 {
    margin-top: 5px;
    white-space: pre-wrap;
    width: 35%;
    overflow: hidden;
    /* display: inline-block; */
    /* text-transform: capitalize; */
    text-overflow: ellipsis;
}

}

._1Ua1Gl ._7XMNLT {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    width: 100%;
    /*margin-left: 23px;*/
    align-items: flex-start;
}

._1GRhLX._38vNoF {
    width: 100%;
}

._1fM65H._2RMAtd {
    background-color: #fff;
    color: #da2234;
    margin-top: 6px;
    margin-bottom: 0px;
    border-radius: 2px;
    box-shadow: 0 -4px 0 rgba(59, 172, 68, 0.58);
    color: #202020;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1px;
    line-height: 24px;
    border: 1px solid #f0f0f0;
}
._2RMAtd {
    height: 48px;
    text-transform: uppercase;
    color: var(--color-grey-grade4);
    font-size: var(--font-size-16);
    font-weight: var(--font-medium);
    padding: 14px 24px;
    border-radius: 2px 2px 0 0;
}

._1fM65H ._1Tmvyj {
    color: #fff;
    top: -2px;
    background-color: #000;
    position: relative;
    border-radius: 12px;
}
._1Tmvyj {
    font-size: 12px;
    color: var(--ed-text-dark);
    background-color: var(--color-grey-grade1);
    border-radius: 12px;
    padding: 3px 7px;
    vertical-align: baseline;
    margin-right: 17px;
}

._38vNoF ._3K1hJZ {
    position: relative;
    background-color: #fff;
}

._8J-bZE:not(._2tcMoY) {
    display: block;
}
._1tkDFt {
    border: 1px solid #f0f0f0;
    padding: 16px 24px 12px;
}
._8J-bZE {
    cursor: pointer;
}

._2haq-9 {
    visibility: hidden;
    position: absolute;
}

._6ATDKp {
    display: inline-block;
    border: 2px solid #979797;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    position: relative;
    vertical-align: top;
    margin-top: 3px;
    cursor: pointer;
}

._6ATDKp:before {
    content: "";
    border-radius: 100%;
    height: 8px;
    width: 8px;
    margin: auto;
    position: absolute;
    top: 2px;
    left: 2px;
}

._2o59RR {
    display: inline-block;
    margin-left: 35px;
    width: calc(100% - 12px);
    margin-top: -38px;
}

.A1v2GV {
    max-width: 848px;
}
._1i74Oi {
    max-width: 523px;
    float: left;
    cursor: pointer;
    width: 100%;
}
._22O2Xt {
    line-height: 1.5;
}

.GeUS8P {
    margin-top: 10px;
    display: block;
}
._2haq-9:checked~._6ATDKp:before {
    border: 2px hidden;
    background-color: #3bac44;
}

._3Ojtt3 {
    max-width: 325px;
    float: right;
    position: absolute;
    right: 0px;
    top: -4px;
}

._3Ojtt32 {
    max-width: 260px;
    float: right;
    position: absolute;
    right: 0px;
    top: -4px;
}

._2Y8lQ1 {
    font-size: 14px;
    color: #da2234;
    letter-spacing: .1px;
    line-height: 24px;
    font-weight: 600;
    box-shadow: 0 -4px 0 rgba(59, 172, 68, 0.58);
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.-pqoEC {
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.2);
    background-color: #f1f3f6;
    height: 8px;
    border: 1px solid #f0f0f0;
}

.price h1 {
  font-weight: 300;
  color: #18C2C0;
  letter-spacing: 2px;
}

.card {
  margin-top: 30px;
  margin-bottom: 0px;
}
.card .row {
  height: auto;
  width: 100%;
  border-bottom: 1.2px solid #292C58;
}
.card .row:last-child {
  border: none;
}
.card .paypal {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card .details {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.card .paypal, .card .credit {
  background-color: #1E2148;
}
.card .cardholder, .card .number, .card .details {
  background-color: #242852;
}

.paypal .left, .paypal .right, .credit .left, .credit .right {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.paypal .left, .credit .left {
  float: left;
  margin-left: 50px;
}
.paypal .left label, .credit .left label {
  margin-left: 10px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
}
.paypal .left input[type=radio], .credit .left input[type=radio] {
  visibility: hidden;
}
.paypal .left .radio, .credit .left .radio {
  position: absolute;
  top: -2px;
  left: -20px;
  border: 3px solid #414365;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #292B52;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.paypal .left .radio::before, .credit .left .radio::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 9px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.paypal .right, .credit .right {
  float: right;
  margin-right: 30px;
}
.paypal .right img, .credit .right img {
  width: 42px;
  height: 30px;
  margin-left: 10px;
}

input[type=radio]:checked ~ .radio {
  border: 3px solid #90E1E3;
  background-color: #18C2C0;
}
input[type=radio]:checked ~ .radio::before {
  background-color: #fff;
}

.cardholder .info, .number .info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(24%);
  margin-left: 20px;
}
.cardholder .info label, .number .info label {
  display: inline-block;
  letter-spacing: 0.5px;
  color: white;
  width: 100%;
}
.cardholder .info input, .number .info input {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  background-color: transparent;
  font-family: "Source Code Pro";
  border: none;
  outline: none;
  margin-left: 0px;
  margin-bottom: 24px;
  color: white;
}
.cardholder .info input::-webkit-input-placeholder, .number .info input::-webkit-input-placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}
.cardholder .info input::-moz-placeholder, .number .info input::-moz-placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}
.cardholder .info input:-ms-input-placeholder, .number .info input:-ms-input-placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}
.cardholder .info input::-ms-input-placeholder, .number .info input::-ms-input-placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}
.cardholder .info input::placeholder, .number .info input::placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}

#cardnumber::-webkit-input-placeholder {
  letter-spacing: 2px;
}

#cardnumber::-moz-placeholder {
  letter-spacing: 2px;
}

#cardnumber:-ms-input-placeholder {
  letter-spacing: 2px;
}

#cardnumber::-ms-input-placeholder {
  letter-spacing: 2px;
}

#cardnumber, #cardnumber::placeholder {
  letter-spacing: 2px;
}

.details .left, .details .right {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
}
.details .left {
  float: left;
    padding-left: 28px;
    width: 50%;
    margin-bottom: 50px;
}
.details .left label {
  letter-spacing: 0.5px;
  color: white;
  width: 100px;
  margin-right: 40px;
}
.details .left select {
  font-family: "Source Code Pro";
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  outline: none;
  color: #444880;
}
.details .left span {
  font-family: "Source Code Pro";
  color: #444880;
  margin: 0 2px;
}
.details .right {
  float: right;
  width: 50%;
}
.details .right label {
  margin-right: 20px;
  color: white;
  margin-top: 0px;
}
.details .right input {
  text-align: center;
  width: 50px;
  font-family: "Source Code Pro";
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
}
.details .right input::-webkit-input-placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}
.details .right input::-moz-placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}
.details .right input:-ms-input-placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}
.details .right input::-ms-input-placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}
.details .right input::placeholder {
  font-family: "Source Code Pro";
  color: #444880;
}
.details .right span {
  text-align: center;
    display: inline-block;
    font-family: "Source Code Pro";
    cursor: pointer;
    position: absolute;
    margin-left: 50px;
    right: 16px;
    top: 0px;
    color: #18C2C0;
    width: 24px;
    height: 24px;
    border: 2px solid #18C2C0;
    border-radius: 50%;
}

.button button {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  width: 520px;
  background-color: #18C2C0;
  border: none;
  color: #fff;
  padding: 18px;
  border-radius: 5px;
  outline: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.button button:hover {
  background-color: #15aeac;
}
.button button:active {
  background-color: #139b99;
}
.button button i {
  font-size: 1.2rem;
  margin-right: 5px;
}


.ng_card > .left_sction_card_head{
    justify-content: start;
    padding-top: 0px;
}

.left_sction_card_head{
    padding: 20px 20px 0;
}

.ng_card .choose_type label{
    color: #222;
    background: #fff;
    padding: 12px;
    line-height: 27px;
    height: 50px;
    text-align: center;
    width: 100%;
    border: 1px solid #6bbe59;
    justify-content: center;
    margin-bottom: 0;
}
.payment_heading_bx {
padding-bottom: 13px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #e9ecef!important;
}

.accordions {
    background-color: white;
    display: none;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,.1);
}

.accordions.open
{
    display:block!important
    }


.accordion-item .accordion-title {
    cursor: pointer;
    padding: 20px;
    transition: all 0.4s;
    border-radius: 5px 5px 0 0;
}



.accordion-item .accordion-title h2 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 0px;
    background-color: #f9f9f9;
    border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    margin: 0;
}


.pincode-check {
    position: relative;
    left: -60px;
    background-color: transparent;
}
.pincode-button {
    outline: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 0;
    color: #ff3e6c;
    text-transform: capitalize;
}

.pincode-code {
    border-radius: 5px;
    border: 1px solid #d4d5d9;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    padding: 10px;
    font-size: 16px;
    min-width: 160px;
    outline: 0;
    width: 250px;
}


article{margin:10px;}

/*Style for the first level menu bar*/
ul#menu{
 
}

ul#menu > li{
  float:left;
  list-style-type:none;
  position:relative;
}

label{
  position:relative;
  display:block;
  line-height:3em;
  transition:background 0.3s;
  cursor:pointer;
}



input:checked ~ label:after{
  /*border-top:0 solid rgba(255,255,255,.5);*/
  /*border-bottom:4px solid rgba(255,255,255,.5);*/
  /*transition:border-top .1s, border-bottom .1s .1s;*/
}

/*hide the inputs*/
input#check012{display:none}

/*show the second levele menu of the selected voice*/
input:checked ~ ul.submenu{
  max-height:300px;
  transition:max-height 0.5s ease-in;
}

/*style for the second level menu*/
ul.submenu{
/* max-height: 0; */
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    z-index: 9;
    /* border: 1px solid #f0f0f0; */
    left: auto;
    min-width: 150px;
    /* padding: 10px 15px; */
    right: 0;
    box-shadow: none;
    margin: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: white;
    box-shadow: 0 0 1px rgba(0,0,0,.3);
    transition: max-height 0.5s ease-out;
    position: absolute;
    min-width: 100%;
    position: absolute;
    top: 100%;
    /* width: min-content; */
    /* left: 0; */
    /* z-index: 999999999; */
    /* display: none; */
    float: left;
    min-width: 160px;
    /* padding: 5px 0; */
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #ccc; */
    /* border: 1px solid rgba(0, 0, 0, .15); */
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

ul.submenu li a{
display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 0;
    text-align: left;
    padding: 4px 12px;
    /* color: #ddd; */
    text-decoration: none;
    /* box-shadow: 0 -1px rgba(0,0,0,.5) inset; */
    transition: background .3s;
    white-space: nowrap;
}

    /* Contact us */

.contact-info-area .single-contact-info {
    text-align: center;
box-shadow: 0 0 9px #ddd;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 16px;
    height: 220px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-info-area .single-contact-info i {
    display: block;
    color: #3bac44;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 25px;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    line-height: 50px;
    border: 2px dotted #3bac44;
    border-radius: 50%;
}
.bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-envelope:before {
    content: "\ea56";
}
.contact-info-area .single-contact-info h3 {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.contact-info-area .single-contact-info a {
    color: #7a7e9a;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.main-contact-area .contact-wrap .contact-form {
    background-color: #ffffff;
    box-shadow: 0 0 9px #ddd;
    padding: 47px;
}

.main-contact-area .contact-wrap .section-title {
    text-align: center !important;
    max-width: 600px;
}
.section-title {
    max-width: 625px;
    margin: -8px auto 60px;
    text-align: center;
    position: relative;
}
.main-contact-area .contact-wrap .form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 45px!important;
    color: #24416b;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.faq-section {

    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
box-shadow: 0 0 9px #ddd;
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
  margin-top:0px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(59, 172, 68, 0.40);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  letter-spacing: 1px;
  color: black;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #ffba00;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 15px;
  color: black;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


.page-fullWidthComponent {
    padding: 10px;
    width: 71%;
    display: inline-block;
    margin: 5px;
}
.page-fullWidthComponent {
    font-size: 14px;
}
.addAddressBar-cardWrapper {
    height: 41px;
}
.addAddressBar-cardWrapper .addAddressBar-heading {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    margin-top: 8px;
}

.addAddressBar-cardWrapper .addAddressBar-card {
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    display: inline-block;
    float: right;
    border: 0.5px solid #d4d5d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 800;
    color: #526cd0;
    padding: 12px;
    text-align: center;
    width: 280px;
    margin: auto;
    cursor: pointer;
}
.addAddressBar-cardWrapper .addAddressBar-card {
    display: block;
    -webkit-box-shadow: 0px 1px 3px rgba(40, 44, 63, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(40, 44, 63, 0.3);
    box-shadow: 0px 1px 3px rgba(40, 44, 63, 0.3);
    background-color: white;
    padding: 17px 10px;
    margin-bottom: 10px;
    color: #696E79;
    /*width: 40%;*/
}
.addAddressBar-cardWrapper .addAddressBar-card .addAddressBar-addText {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #3bac44;
}

.addressList-addressSegmentation {
    margin: 24px 0px 8px 0px;
}
.addressAccordian-addressAccordian.addressAccordian-myAddress {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
    margin-top: 50px;
}
.addressAccordian-addressAccordian.addressAccordian-myAddress {
    margin-bottom: 10px;
}
.addressAccordian-addressAccordian {
    background-color: white;
    margin-bottom: 6px;
    color: #696E79;
    display: block;
}
.addressAccordian-addressAccordian.addressAccordian-myAddress .addressAccordian-address {
    width: 100%;
}
.addressAccordian-addressAccordian .addressAccordian-address {
    display: inline-block;
    padding: 12px;
}
.addressAccordian-addressAccordian .addressAccordian-address .addressAccordian-nameComponent {
    margin-bottom: 8px;
}
.addressAccordian-addressAccordian .addressAccordian-address .addressAccordian-nameComponent .addressAccordian-name {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.addressAccordian-addressAccordian .addressAccordian-address .addressAccordian-addressDetails .addressAccordian-mobile {
    margin: 10px 0px 10px 0px;
}

.addressAccordian-addressAccordian .addressAccordian-buttons {
    width: 100%;
    display: block;
    color: #008f0b;
    border-top: 1px solid #eaeaec;
    position: relative;
}
.addressAccordian-addressAccordian .addressAccordian-buttons .addressAccordian-button {
    display: inline-block;
    cursor: pointer;
    width: 49%;
    text-transform: uppercase;
    padding: 14px 14px;
    text-align: center;
    font-weight: 600;
}
.addressAccordian-buttonDivider {
    border-left: 1px solid #eaeaec;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 8px;
}

@media (max-width: 767px) 
{
    .page-fullWidthComponent
    {
        width:100%!important;
    }
    
    .addAddressBar-cardWrapper .addAddressBar-card
    {
        width:100%!important;
        }
        
        .addressAccordian-addressAccordian.addressAccordian-myAddress
        {
            margin-top: 74px;
            }
    
    }
    
    .offer.red {
    z-index: 5!important;
}
.offer.red {
color: #fff;
    background-color: red;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    width: 159px;
    text-align: center;
    top: 38px;
    transform: rotateZ(-48deg);
    left: -36px;
    position: absolute;
    padding: 2px 11px;
    /* text-transform: uppercase; */
    border-radius: 0 5px 5px 0;
}



  .coupon-button-type .coupon-code .get-code:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-left: 44px solid #fc8c99;
    position: absolute;
    right: -44px;
    top: 0;
}

*, *::before, *::after {
    animation-play-state: paused !important;
}
  .section-heading {
    font-size: 21px;
    letter-spacing: -0.3px;
    font-weight: 300;
    margin-bottom: 14px;
}
.store-offer-item {
  
  margin-bottom: 15px;
  display:block;
}
.store-offer-item:after {
    content: &quot;.&quot;;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  
}
.shadow-box {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
  background: #FFFFFF;
}

.store-offer-item .store-thumb-link {
    float: left;
    margin-right: 20px;
}
.store-offer-item .store-thumb-link .offer-image {
    max-width: 126px;
    line-height: 0px;
    margin-bottom: 5px;
  text-align:center;
}
.offer-image a {
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
}
.offer-image a:hover {
  border-color: #fe495d;
}
.offer-image img {
    width: 80%;
}
.offer-text {
  display:block;
  width:100%;
  height:100px;
  font-size:42px;
  line-height:36px;
  margin:10px 0 0 0;
  display: table-cell;
    vertical-align: middle;
    text-align: center;
  font-family: 'Passion One', cursive;
}
.store-offer-item .store-thumb-link .store-name a {
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    color: #1c9ab3;
    text-align: center;
    width:100%;
}
.store-offer-item .store-thumb-link .store-name a:hover {
  color:#fe495d;
}
.store-offer-item .store-thumb-link .store-name a span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    display: block;
    float: left;
    white-space: nowrap;
}
.store-offer-item .store-thumb-link .store-name a i,
.des-more i{
  font-size:9px;
}
.store-offer-item .store-thumb-link .store-name a i {
  
}
.store-offer-item .latest-coupon {
    margin-right: 20px;
    float: left;
    width: 100%;
    margin-top: -10px;
  }
.latest-coupon .coupon-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: -2px;
  line-height: 1.5;
}
.latest-coupon .coupon-des {
    font-size: 13px;
    line-height: 1.7;
    position: relative;
}
.store-offer-item .coupon-detail {
    float: right;
  margin-top: 25px;
}
.coupon-button-type .coupon-deal, .coupon-button-type .coupon-print, .coupon-button-type .coupon-code {
    line-height: 1;
    padding: 14px 38px;
    background: #fc8c99;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
    min-width: 195px;
    text-align: center;
}
.coupon-button-type .coupon-code {
  color: #444444;
 background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
    text-align: right;
    padding: 10px 12px;
    height: 45px;
    font-size: 20px;
    border: 2px solid #DDDDDD;
    position: relative;
    min-width: 165px;
}
.coupon-button-type .coupon-code .code-text {
  text-transform: uppercase;
}
.coupon-button-type .coupon-code .get-code {
  position: absolute;
  left: -2px;
  top: -2px;
  background: #3bac44;
  color: #FFFFFF;
  font-size: 16px;
  padding: 14px 15px 14px 14px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.5s ease;
}
.coupon-button-type .coupon-code .get-code:after {
  content: &quot;&quot;;
  display: block;
  width: 0;
  height: 0;
  border-top: 44px solid transparent;
  border-left: 44px solid #3bac44;
  position: absolute;
  right: -44px;
  top: 0;
}
.coupon-button-type .coupon-code .get-code:hover {
  padding-right: 5px;
  transition: all 0.5s ease;
}
.coupon-detail .exp-text {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    margin-bottom: -2px;
    color: #888888;
}
.coupon-save {
float: right;
    position: absolute;
    font-size: 15px;
    margin-right: 8px;
    right: 10px;
    top: 0px;
    font-size: 18px;
    margin-top: -2px;
    color: #ffba00;
}
.widget-area .widget .widget-title {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
    font-weight: 600;
}
.newsletter-box-wrapper.shadow-box {
    padding: 20px;
}
a.store-gird img {
  border:1px solid #f1f1f1;
  display:table;
}
a.store-gird:hover img {
  display:table;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
a.store-gird span {
    margin: 5px 0 15px 0;
    display: block;
    text-align: center;
    line-height:1.4;
}
/* store coupon style */
.coupon-listing-item {
    padding-bottom: 0px;
}
.coupon-listing-item .offer-image img {
    width: 100%;
}
.coupon-listing-item .c-type .c-code {
    background: #b9dc2f;
    color: #FFFFFF;
    padding: 4px 10px 4px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.coupon-listing-item .c-type .exp {
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
}
.coupon-listing-item .coupon-detail .voted-value {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.coupon-listing-footer {
  margin: 18px -20px 0px;
  padding: 10px 20px 12px;
  border-top: 1px solid #f5f5f5;
}
.coupon-listing-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.coupon-listing-footer ul li {
    padding: 0;
    display: inline-block;
    float: left;
    margin-left: 15px;
}
.ui.buttons {
    display: inline-block;
    vertical-align: middle;
    margin:5px .25em 0 0;
}
.ui.basic.buttons .button {
    border-left: 1px solid rgba(39,41,43,.15);
    box-shadow: none;
}
.coupon-listing-item .coupon-detail .ui.basic.buttons {
    border-radius: 2px;
    border: 1px solid #ccc;
}
.ui.buttons:not(.basic):not(.inverted)>.button, .ui.buttons>.ui.button:not(.basic):not(.inverted) {
    box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(39,41,43,.15) inset;
}
.coupon-listing-item .coupon-detail .user-ratting .ui.button {
    padding: 5px 10px 5px;
}
.ui.buttons .button {
    float: left;
    border-radius: 0;
    margin: 0;
}
.ui.buttons .button:first-child {
    border-left: none;
}
.coupon-listing-footer ul li:first-child {
    margin-left: 0px;
}
.coupon-listing-footer ul li a, .coupon-listing-footer ul li span {
    font-size: 12px;
    color: #999999;
}
.coupon-listing-footer ul li a:hover, .coupon-listing-footer ul li span:hover {
  color:#1c9ab3;
}
.coupon-listing-footer ul li:last-child {
    float: right;
    margin-left: 0px;
}
.coupon-listing-footer .reveal-content {
    padding: 30px 20px 40px;
    border-top: 1px solid #f5f5f5;
    margin: 12px -20px -12px;
    display: none;
    position: relative;
}
.accordions {
    background-color: white;
    display: block;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

._3uHNGv {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    padding: 10px;
    vertical-align: top;
}
._3CKRe3 {
    width: 368px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    position: relative;
}

a.item-title {

    color: #222222;
    font-size: 13px;
    font-weight: 600;
     font-family: "Neue Helvetica"; 
    letter-spacing: 0.4px;
    padding: 10px 0 0 0;
}

.burmanRadio__input_one:checked ~ .burmanRadio__label::after {
    opacity: 1;
    transform: scale(1);
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ffba00;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


ul.latestblog_wrap_1964567755 .owl-prev {
    left: 0;
    border-color: #4d77dd;
    background-color: #fff;
    display: block;
    font-size: 0;
    color: #555;
    height: 34px;
    width: 34px;
    /*line-height: 34px;*/
    position: absolute;
    /*text-align: center;*/
    top: -40%;
    /*bottom: 0;*/
    margin: auto !important;
    border-radius: 50%;
    border: 2px solid #FFD21D;
}

ul.latestblog_wrap_1964567755 .owl-next {
    right: 0;
    border-color: #4d77dd;
    background-color: #fff;
    display: block;
    font-size: 0;
    color: #555;
    height: 34px;
    width: 34px;
    /*line-height: 34px;*/
    position: absolute;
    /*text-align: center;*/
    top: -40%;
    /*bottom: 0;*/
    margin: auto !important;
    border-radius: 50%;
    border: 2px solid #FFD21D;
}

.owl-theme .owl-buttons div.owl-prev:after {
    content: "\f104";
}

.owl-theme .owl-buttons div.owl-next:after {
    content: "\f105";
}

.owl-theme .owl-buttons div.owl-next:after {
    left: 13px;
    right: 0;
    position: absolute;
    font-family: "FontAwesome";
    margin: auto;
    top: -12%;
    font-size: 22px;
}

.owl-theme .owl-buttons div.owl-prev:after {
    left: 13px;
    right: 0;
    position: absolute;
    font-family: "FontAwesome";
    margin: auto;
    top: -12%;
    font-size: 22px;
}