/** Shopify CDN: Minification failed

Line 1017:15 Expected identifier but found whitespace
Line 1017:18 Unexpected "{"
Line 1017:28 Expected ":"
Line 1018:10 Expected identifier but found whitespace
Line 1018:13 Unexpected "{"
Line 1018:23 Expected ":"

**/
/* 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 3px 0 0;
}
i.spr-icon.spr-icon-star {
  color: #000000 !important;
}
.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 #ddd;
}
.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 #050035;
}
.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-hover,
.spr-form-input.spr-starrating .spr-icon.spr-icon-star {
  color: #050035;
}
.spr-form-input.spr-starrating .spr-icon.spr-icon-star.spr-icon-star-empty {
  color: #000000;
}
.spr-form-input.spr-starrating a.spr-icon {
  font-size: 100%;
  opacity: 1;
  margin-right: 6px;
}
.spr-button.spr-button-primary {
  background-color: #333;
  border: none;
  border-radius: 2px;
  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;
}
.spr-button.spr-button-primary:hover, .spr-button.spr-button-primary:focus {
  background-color: #050035;
  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;}
/* Review App End */
/* Swatch Color Start */
.swatch-element > input, .wrapper_none .selector-wrapper {
  display: none;
}
.swatch .header {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 19px;
}
.swatch-element label {
  color: #828282;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  margin-right: 20px;
}
.swatch-element.color > label {
  position: relative;
  border: 1px solid #fff;
  outline: 1px solid transparent;
  border-radius: 50%;
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  padding: 1px;
  transition: all 0.3s ease 0s;
}
.swatch-element.color input:checked + label::before {
  content: "\e64c";
  position: absolute;
  font-family: 'themify';
  color: #fff;
  font-size: 12px;
  left: -1px;
  right: 0;
  text-align: center;
  top: 1px;
  z-index: 99999;
}
.swatch-element input:checked + label {
  color: #050035;
}
/* 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 */

.ht-dropdown > li > a {
    color: #fff!important;
}
.header-top-menu > ul > li > a {
    cursor: pointer;
}
li.drodown-show.common-currency-picker {
    width: 72px;
}
li.mega-menu-tree a {
    margin: 0;
    padding-left: 0;
}
.cart-empty-title h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
}
li.cart-dropdown.cart-empty-title {
    display: none;
}
.cart-item-remove > a {
    top: 42px;
}
.cart-img a img {
    width: 100%;
}
.cart-sticker {
    width: 22px;
    height: 22px;
    line-height: 20px;
}
 .product-reviews span.spr-badge-caption {
   display: none;
}
.product-reviews i.spr-icon,.product-reviews i.spr-icon {
    font-size: 12px;
    color: #676767;
}
 .product-reviews,.product-reviews {
    height: 20px;
}
/* Ajax Cart Icon */
.cart-item.add-item .fa-check{
	display: inline-block;
}
.cart-item.loading .zmdi-shopping-cart-plus, .cart-item.loading.add-item .fa-check, .cart-item.add-item .zmdi-shopping-cart-plus, .cart-item.loading.add-item .fa-times{
	display: none;
}
.cart-item .fa-circle-o-notch, .cart-item .fa-check, .cart-item .fa-times{
	display: none;
}
.cart-item.loading .fa-circle-o-notch {
	display: inline-block;
}
.modal-open .cart-item.add-item .fa-times{
 display: inline-block;
}
/* End ajax Cart Icon */
/* Wishlist Button */
.action--wishlist .fa-circle-o-notch , .action--wishlist .zmdi-favorite{
	display: none;
}
.action--wishlist.loading-wishlist .fa-circle-o-notch {
	display: inline-block;
}
.action--wishlist.loading-wishlist .zmdi-favorite-outline, .action--wishlist.add-wishlist .zmdi-favorite-outline{
	display: none;
}
.action--wishlist.is-active .zmdi-favorite-outline{
	display: none;
}
.action--wishlist.is-active .zmdi-favorite {
  display: inline-block;
}
.action--wishlist.loading-wishlist .fa-circle-o-notch {
	display: inline-block;
}
.action--wishlist.loading-wishlist.add-wishlist .zmdi-favorite{
	display: none;
}
.action--wishlist.add-wishlist .zmdi-favorite{
	display: inline-block;
}
/* End Wishlist Button */

.section-title.section-title-right > h2:before {
  left:auto;
  Right:0;
}

#instafeed > a {
    float: left;
    list-style: outside none none;
    margin-bottom: 15px;
    padding: 0 7.5px;
    width: 28.33%;
}
.main-search-active {
    top: 0!important;
}
.footer-bottom-area-2 .copyright-text {
    margin-top: 9px;
}
.container-fulied  #instafeed > a {
    width: 18.33%;
}
.wellcome-mes p a{
	color:#24bddf;
}
.instagram-block-4 #instafeed > a {
    float: left;
    margin: 0;
    padding: 0;
    width: 16.66%;
}
#instafeed > a:before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    background: rgba(0,0,0,.5);
    -webkit-transform: scale3d(1.2,1.2,1.2);
    transform: scale3d(1.2,1.2,1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#instafeed > a:after {
    content: "";
    background-image: url(img/insta-icon.png);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-right: -12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 20;
}
#instafeed > a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.decs-categoris ul > li a {
    font-size: 14px;
    font-style: italic;
    line-height: 27px;
    color: #888;
    margin-bottom: 5px;
    list-style-type: disc;
}
.breadcrumb-list > li {
    color: #252525!important;
    display: inline-block;
}
.breadcrumb-list > li > a {
    color: #888!important;
}
.breadcrumb-list > li > a {
    position: relative;
    margin-right: 25px;
}
.breadcrumb-list > li > a:before {
    position: absolute;
    content: "/";
    font-size: 14px;
    top: -2px;
    right: -19px;
}
.page-list > ul > li.next,.page-list > ul > li.prev {
    float: none; 
}
.page-list {
    width: 100%;
}
.shop-pagination {
    float: left;
    width: 100%;
}
.disabled.next {
    display: none;
}
ul.color li {
    display: inline-block;
}
ul.color li a {
    border: 2px solid #dadada;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 5px 5px;
    width: 30px;
    text-indent: -99999px;
}
ul.color li.active a {
    border: 2px solid #24bddf;
}
ul.color li a:hover {
    border: 2px solid #24bddf;
}
ul.category-sub.color {
    margin-top: 20px;
}
.category-sub li.active a{
	color:#24bddf;
}
.section-title a {
    display: block;
}
.blog-description p{
    font-size: 16px;
    font-style: normal;
    color: #515151;
    line-height: 25px;
    margin: 0;
    padding: 10px 0 20px 0;
}
.comment-list .pagination-product {
    padding: 5px 0;
    margin-bottom: 50px;
    margin-top: 50px;
}
.common-tag-and-next-prev {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.selector-wrapper {
    display: none;
}
.swatch-element.color input:checked + label {
    box-shadow: 1px 1px 3px #000!important;
}
label[for] {
    cursor: pointer;
}
.swatch-element.color > label {
    border: none;
}
.swatch-element.color input:checked + label::before {
    display:none;
}
 .single-product-reviews i.spr-icon {
    font-size: 12px;
    color: #676767;
}
a.add-to-cart {
    display: inline-block;
}
/* Ajax Cart Icon */
.cart-item.add-item .added{
  display: inline-block;
}
 .cart-item.loading.add-item .added,.cart-item.loading .unavailable{
  display: none;
}
.cart-item .wating, .cart-item .added,.cart-item .unavailable{
  display: none;
}
.cart-item.loading .wating{
  display: inline-block;
}
.cart-item.add-item .added{
  display: none;
}
/* End ajax Cart Icon */
.add-to-cart {
    width: 170px;
}
a.spr-icon.spr-icon-star {
    color: #676767;
}
.product-details h2 {
    margin-bottom: 15px;
}
.product-details ul li {
    line-height: 26px;
    list-style: inside;
}
.product-details ul {
    margin-bottom: 15px;
}
.coupon-all input.button {
    text-align: center;
}
.crate-page h2 {
    margin-bottom: 20px;
}
.crate-page ul li {
    line-height: 30px;
    list-style: inside;
}
.crate-page ul {
    margin-bottom: 20px;
}
.arubic-single-product.wishlist-tile-container {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.product-section .pagination-product {
    margin-bottom: 0;
    margin-top: 50px;
}
#quickViewModal .modal-dialog {
    margin: 150px auto;
    min-width: 1000px;
}
.modal-content {
    padding: 30px 30px 30px;
}
.modal-body {
    padding: 15px 15px 50px!important;
    position: relative;
}
.modal button.close {
    background: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 35px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 0.4px;
    opacity: 1;
    padding: 5px;
    position: absolute;
    right: 320px;
    text-shadow: none;
    text-transform: uppercase;
    top: 80px;
    width: 70px;
}
img.full-width {
    width: 100%;
}
.footer-newsletter  .subscribe-form {
    border: none!important;
}
#quickViewModal .quickview-btn-cart button {
    position: relative;
    border: 0;
    line-height: 45px;
    height: 45px;
    width:  170px;
    background-color: #ebebeb;
    font-size: 12px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 25px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#quickViewModal .quickview-btn-cart button:hover {
    background: #252525;
    color: #fff;
}
#quickViewModal .quickview-plus-minus .cart-plus-minus {
    margin-right: 20px;
}
#quickViewModal .qwick-view-content h3 {
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #252525;
    line-height: 1;
    margin-bottom: 15px;
}
#quickViewModal .price.price-part {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Montserrat',sans-serif;
}
#quickViewModal .new.price-box__new.amount2.new-price,.old.main.new-price {
    font-size: 24px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    color: #252525;
    margin-right: 10px;
}
#quickViewModal .old.main.new-price.amount.price-box__old {
    color: #b2b2b2;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
#quickViewModal .product-info__description.product-des p {
    line-height: 27px;
    font-size: 14px;
    color: #515151;
    margin: 0 0 20px 0;
    font-style: italic;
    letter-spacing: .025em;
}
#quickViewModal .selector-wrapper {
    display: block;
    margin-bottom: 15px;
}
#quickViewModal .quickview-plus-minus {
    margin-top: 30px;
}
#quickViewModal select {
    width: 100%;
    background: transparent;
    border: 1px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
.filter-sub-title > h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #252525;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.login-form-section .login-form input {
  background: transparent;
  border: 0;
  height: 40px;
  margin-bottom: 20px;
  color: #7d7d7d;
  padding: 8px 15px;
  border: 1px solid #ebebeb;
}
.login-form-section .login-toggle-btn {
  margin-bottom: 15px;
}
.login-form-section .login-toggle-btn button{
  position: relative;
  border: 0;
  line-height: 45px;
  height: 45px;
  width: 130px;
  background-color: #ebebeb;
  font-size: 12px;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius:0;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-form-section .login-toggle-btn button:hover,.my-account-page input.section-button:hover {
  background: #252525;
  color: #fff;
}
.login-form-section .login-toggle-btn > a {
  margin-top: 13px;
}
.login-form-section  .login-text span {
    margin-bottom: 12px;
    display: inline-block;
}
.single-product-content .nice-select.product-single__variants.email.s-email.s-wid {
    display: none;
}
.my-account-page input {
    background: transparent;
    border: 1px solid #ebebeb;
    height: 45px;
    line-height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #a4a4a4;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.my-account-page .my-account-checkbox input {
    height: 15px;
    width: 17px;
}
.my-account-page input.section-button {
    padding-left: 0;
    width: 140px;
    cursor: pointer;
}
.my-account-page .nice-select {
    height: 45px;
    line-height: 45px;
    width: 100%;
    margin-bottom: 15px;
}
.my-account-page .nice-select .list {
    width: 100%;
}
li.menu-img a img {
    width: 100%;
}
.mega-menu > li.menu-img {
    padding: 8px 0 0 0;
}
.pagination-product {
  overflow: hidden;
}
#instafeed > a img {
  width: 100%;
}
.discount-sticker, .new-sticker {
    background:  {{ settings.discount_bg_color }};
    color:  {{ settings.discount_text_color }};
}
.popup_newsletter .newsletter-btn {
  border: medium none;
  cursor: pointer;
}
.mega-menu-ul{
	display: none;
}
.cart-page-total > a:hover {
    color: #fff;
}
.add a.add-to-cart i {
    font-size: 18px;
    width: 15px;
}
.blog-content blockquote {
    padding: 30px 30px;
    padding-left: 30px;
    font-size: 20px;
    padding-top: 30px;
}
.ht-dropdown {
    right: 0;
    left: auto;
}
.popup_newsletter .subscribe-form:focus {
    color: #ffffff;
}
.product-action {
    display: none!important;
}
.single-product-share {
    display: none!important;
}
.product-availability {
    display: none!important;
}

.shop-btn::after {
    display:none;
}