/** Shopify CDN: Minification failed

Line 519:0 Unexpected "}"

**/
/* Newsletter popup css */
.popup_newsletter.popup_wrapper {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
.popup_newsletter .newsletter_popup_inner {
  align-items: center;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 0 7px 1px #222222;
  color: #ffffff;
  display: flex;
  height: 400px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
  z-index: 9999999;
}
.popup_newsletter .subscribe_area {
  padding: 40px 150px;
  text-align: center;
  width: 100%;
}
.popup_newsletter .subscribe_area > h2 {
  color: #434343;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.popup_newsletter .subscribe_area > p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  line-height: 20px;
}
.popup_newsletter .subscribe-form-group{
  text-align:center;
}
.popup_newsletter .subscribe-form {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  height: 45px;
  margin: 0 auto;
  padding: 6px;
  width: 271px;
}
.popup_newsletter .subscribe-form:focus{
  box-shadow:none;
  border:1px solid #ebebeb;
}
.subscribe-btn {
  background: #ef6644 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  margin-top: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.subscribe-btn:hover{
  background:#ef6644;
}
.popup_newsletter .popup_off {
  border-radius: 0;
  color: #ff4136;
  cursor: pointer;
  display: block;
  font-size: 30px;
  opacity: 1;
  padding: 5px 10px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  z-index: 99999;
}
.popup_newsletter .newsletter-btn {
  background: #ff4136 none repeat scroll 0 0;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  margin-top: 20px;
  padding: 5px 30px;
}
.popup_newsletter .subscribe-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.popup_newsletter .subscribe-form::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.popup_newsletter .subscribe-form:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.popup_newsletter .subscribe-form:placeholder { /* Firefox 18- */
  color: pink;
}
.popup_newsletter .newsletter_popup_inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  content: "";
  opacity: .6;
  height: 100%;
}
.popup_newsletter .subscribe_area {
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup_newsletter .newsletter_popup_inner {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .popup_newsletter .newsletter_popup_inner {
    height: 300px;
    width: 300px;
  }
  .popup_newsletter .subscribe_area {
    padding: 20px;
    width: 100%;
  }  	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .popup_newsletter .newsletter_popup_inner {
    height: 300px;
    width: 400px;
  }
}
/* End Newsletter popup css */
/* Top Notification Bar */
.top-notification-bar {
  background: #43cea2;
  background: -moz-linear-gradient(left, #43cea2 0%, #185b9d 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #43cea2), color-stop(100%, #185b9d));
  background: -webkit-linear-gradient(left, #43cea2 0%, #185b9d 100%);
  background: -o-linear-gradient(left, #43cea2 0%, #185b9d 100%);
  background: -ms-linear-gradient(left, #43cea2 0%, #185b9d 100%);
  background: linear-gradient(to right, #43cea2 0%, #185b9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43cea2', endColorstr='#185b9d', GradientType=1 );
  padding: 10px 0;
  position: relative;
}
.top-notification-bar::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.notification-entry {}
.notification-entry p {
  color: #ffffff;
  display: inline-block;
  font-family: "Karla",sans-serif;
  font-weight: 400;
  margin: 0;
}
.notification-entry p a {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #319da0;
  display: inline-block;
  font-family: "Karla",sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 35px;
  line-height: 24px;
  margin-left: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.notification-entry p a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.notification-close-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 25px;
  z-index: 999;
}
.notification-close-btn:hover {
  background-color: #fff;
  color: #319da0;
}
.notification-entry p a {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .notification-entry p {
    padding: 0 30px;
  }
  .notification-entry p a {
    display: block;
    margin: 10px auto 0;
    width: 110px;
  }
  .notification-close-btn {
    position: absolute;
    right: 15px;
    top: 0;
  }	

}

@media only screen and (max-width: 479px) {

}

/* End Top Notification Bar */
/* quick view */
.productModal .selector-wrapper > label {
  width: 15%;
}
.productModal .single-option-selector {
  border-radius: 0;
  height: 35px;
  padding: 7px;
  width: 50%;
}
.productModal .selector-wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
}
.productModal .variants_selects {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.productModal .wrapper.input-content > label {
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 5px;
}
.productModal .wrapper.input-content {
  margin-top: 20px;
  padding: 0;
}
.productModal .cart-plus-minus {
  margin-right: 20px;
  margin-top: 5px;
}
.productModal .modal-product .product-images {
  width: 45%;
}
.productModal .modal-product .product-info {
  width: 55%;
}
.productModal .stock2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.productModal button.close {
  opacity: 1;
}
.productModal button.close > span {
  font-size: 14px;
}
.productModal button.close:hover span{
  background: #ff7f00 none repeat scroll 0 0;
  border-color: #ff7f00;
  color: #fff;
}
.productModal .s-price-box .amount {
  color: #a6a6a6;
  font-size: 15px;
  text-decoration: line-through;
  font-weight: normal;
}
.productModal .selector-wrapper > label{
  display: none;
}
.productModal .selector-wrapper > label[for=product-select-qv-option-0], .productModal .selector-wrapper > label[for=product-select-qv-option-1],
.productModal .selector-wrapper > label[for=product-select-qv-option-2], .productModal .selector-wrapper > label[for=product-select-qv-option-3]
{
  display: inline-block;
}
.disabled-add-to-cart {
  cursor: not-allowed;
}
/* end quick view */
/* Ratting Icon Start */
i.spr-icon {
  opacity: 1 !important;
  padding: 0 5px 0 0;
}
.spr-badge-caption-none .spr-badge-caption {
  display: none;
}
/* Ratting Icon End */
/* Review App Start */
.cart-main-area textarea, .spr-form-input-text, .spr-form-input-textarea,
.spr-form-contact-email .spr-form-label+.spr-form-input {
  background: transparent;
  border: 1px solid #26c6d0;
}
.spr-form-input-text:focus, .spr-form-label+.spr-form-input:focus, .spr-form-input-textarea:focus,
.spr-form-contact-email .spr-form-label+.spr-form-input:focus {
  border: 1px solid #26c6d0;
}
.spr-header-title, .spr-form-contact-name, .spr-form-contact-email, .spr-form-contact-location, .spr-form-review-rating, .spr-form-review-title, 
.spr-form-review-body, .spr-form-title {
  text-align: left;
}
span.spr-summary-caption {
  float: left;
}
.spr-form-input.spr-starrating .spr-icon.spr-icon-star-empty.spr-icon-star-hover,
.spr-form-input.spr-starrating .spr-icon.spr-icon-star, .product-rating i.spr-icon.spr-icon-star, .spr-starrating.spr-summary-starrating i.spr-icon.spr-icon-star,
.spr-starratings.spr-review-header-starratings i.spr-icon.spr-icon-star {
  color: #26c6d0 !important;
}
.spr-form-input.spr-starrating a.spr-icon {
  font-size: 100%;
  opacity: 1;
  margin-right: 6px;
}
.spr-button.spr-button-primary {
  background-color: #454545;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  transition: all 0.3s ease-in-out 0s;
  width: inherit;
  float: left;
}
.spr-button.spr-button-primary:hover, .spr-button.spr-button-primary:focus {
  background-color: #26c6d0;
  border: none;
  color: #fff;
}
span.spr-starrating.spr-summary-starrating {
  float: left;
}
.spr-reviews {
  text-align: left;
}
.product-description-review i.spr-icon {
  font-size: 100%;
}
.product-description-review .spr-review-content-body {margin: 0 !important;}
.spr-form-message-success {color: #26c6d0; font-size: 16px;}
/* Review App End */
/* Swatch Color Start */
.swatch-element > input, .wrapper_none .selector-wrapper {
  display: none;
}
.swatch .header {
  color: #454545;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 12px;
  display: inline-block;
  margin-right: 10px;
}
.swatch-element label {
  color: #828282;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px;
}
.swatch-element.color > label {
  position: relative;
  border: 1px solid #fff;
  outline: 1px solid transparent;
  border-radius: 50%;
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  padding: 1px;
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
  top: 5px;
}
.swatch-element.color input:checked + label::before {
  content: "\f00c ";
  position: absolute;
  font-family:'FontAwesome';
  color: #fff;
  font-size: 12px;
  left: -1px;
  right: 0;
  text-align: center;
  top: -2px;
  z-index: 9;
}
.swatch-element input:checked + label {
  color: #26c6d0;
}
/* Swatch Color End */
/* List Style Inside Start */
.tab-content ul, .tab-content ol,
.tab-content ul li, .tab-content ol li,
.single_product ul, .single_product ol,
.single_product ul li, .single_product ol li,
#exampleModal ul, #exampleModal ul li, #exampleModal li,
#exampleModal ol {
  list-style: inside;
}

/* List Style Inside End */
/* Create Page and custom tab */
.create-page h1, .create-page h2, .create-page h3, .create-page h4, .create-page h5, .create-page h6, .create-page img, .pro__tab__content__inner h1, .pro__tab__content__inner h2, .pro__tab__content__inner h3, .pro__tab__content__inner h4, .pro__tab__content__inner h5, .pro__tab__content__inner h6, .pro__tab__content__inner img {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.create-page p{
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
}
.create-page ul {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style: inside;
}
.create-page ul li {
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  list-style: inside !important;
  padding-left: 15px;
}
.create-page p:last-child {
  margin-bottom: 0;
}
/* End Create Page */
.cart_empty_title {
  display: none;
}
.footer .footer__topside .ft-widget .ft-widget__single.flicker-feed ul li:first-child a {
  height: 148px;
  width: 351px;
  overflow: hidden;
}
.footer .footer__topside .ft-widget .ft-widget__single.flicker-feed ul li+li a img {
  width: 84px;
  height: 55px;
}
.service .service__backside span.service__content__icon, 
.service .service__frontside .service__content span.service__content__icon {
  background: #44c3cf;
}
.service .service__backside {
  background: #44c3cf;
  background-color: #44c3cf;
}
.video-play-button, a.video-play-button, button.video-play-button, .team .team__single .team__single__content, .owl-navigation--2 .owl-nav > div:hover {
  background: #44c3cf;
}
.video-wrapper {
  height: 100%;
}
.blog.blog--style-2 .blog__thumb .blog__sidecontent ul li span, .blog.blog--style-2 .blog__thumb .blog__sidecontent ul li a,
.single-blog .single-blog__thumb .single-blog__sidecontent ul li span, .single-blog .single-blog__thumb .single-blog__sidecontent ul li a {
  color: #b0b0b0;
}
.blog.blog--style-2 .blog__thumb .blog__sidecontent ul li span:hover, .blog.blog--style-2 .blog__thumb .blog__sidecontent ul li a:hover,
.single-blog .single-blog__thumb .single-blog__sidecontent ul li span:hover, .single-blog .single-blog__thumb .single-blog__sidecontent ul li a:hover  {
  color: #44c3cf;
}
.blog.blog--style-2 .blog__thumb .blog__sidecontent ul li:first-child span {
  color: #3f3f3f;
}
}
a#scrollUp:hover {
  background: #44c3cf;
}
.product_sticker .sticker {
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  font-family: "droid_serifbold_italic";
}
.cr-pagination ul li.disabled:after, .cr-pagination ul li:first-child::after {
  display: none;
}
.product:hover del {
  color: #fff;
}
.single-product .single-product__info .spi__contents .spi-units {
  display: inline-block;
  width: 100%;
}
.swatch-element {
  display: inline-block;
}
h5.spi-title {
  margin-bottom: 0;
}
.spi-units__single.unit-review span.spr-starrating.spr-badge-starrating {
  display: none;
}
ul.ratings.spr-badge-caption-none .spr-badge-starrating .spr-icon {
  font-size: 12px;
}
.single-product .single-product__info .spi__contents .spi__tab-trigger {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
span.spr-summary-actions > a {
  color: #333;
}
span.spr-summary-actions > a:hover {
  color: #44c3cf;
}
a#RecoverPassword {
  color: #6f6e6e;
}
.product-action ul li a.wish_btn span i {
  line-height: 35px;
  margin-left: 3px;
}
/* Ajax Wishlist Start */
.wish_action.add-item .fa-check, .wish_action.add-item .fa-heart-o, .wish_btn.wishlist-btn.is-active .fa-check {display: inline-block;}
.wish_action.loading .fa-heart-o, .wish_action.loading.add-item .fa-check, .wish_action.add-item .fa-heart-o {display: none;}
.wish_action .fa-circle-o-notch, .wish_action .fa-check {display: none;}
.wish_action.loading .fa-check {display: none;}
.wish_action.loading .fa-circle-o-notch {display: inline-block;}
.wish_btn.wishlist-btn.is-active i.fa-heart-o {display: none;}
.widgets .single-widget.sb-instagram ul li a {
  width: 70px;
  margin-right: 5px;
}
.pricebox .pricebox__single .pricebox__single__inner:hover, .pricebox .pricebox__single .pricebox__single__inner.recommended {
  background: #44c3cf;
}
input.cr-btn.cr-btn--sm.cr-round.cr-round--lg {
  width: auto;
}
.wishlist-grid > div {
  padding: 10px;
}
.customer_account_page a, .customer_address a {
  color: #606060;
}
.customer_account_page a:hover, .customer_address a:hover {
  color: #44c3cf;
}
.ft_cont_special {
  padding: 75px 30px 75px 75px;
}
.ft_cont {
  padding: 75px 0;
}
.simple-footer.text-center {
  margin: 0 auto;
}
.single-product .single-product__info .spi__contents .spi-info__top .old-new-price.p_price {
  text-align: left;
  margin-bottom: 10px;
}