/** Shopify CDN: Minification failed

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

**/
/* Newsletter popup css */
.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;
}
.newsletter_popup_inner {
  background: #fff;
  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; 
}
.subscribe_area {
  padding: 40px 150px;
  text-align: center;
  width: 100%;
}
.subscribe_area > h2, .subscribe-content > h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.subscribe_area > p, .subscribe-content > p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  line-height: 25px;
}
.subscribe-form-group {
  text-align: center;
  margin-bottom: 0;
}
.subscribe-form-input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: 40px;
  margin: 0 auto;
  padding: 5px 10px;
  max-width: 300px;
}
.subscribe-form-input:focus{
  box-shadow:none;
  border:1px solid #dddddd;
}
.popup_off {
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 25px;
  opacity: 1;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  line-height: 25px;
  height: 30px;
  width: 30px;
  text-align: center;
  z-index: 99;
}
.newsletter-btn {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  margin-top: 25px;
  padding: 5px 25px;
}
.newsletter-btn:hover {
  background: #666666 none repeat scroll 0 0;
  color: #ffffff;
}
.subscribe-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
.subscribe-form-input::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
.subscribe-form-input:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
.subscribe-form-input:placeholder { /* Firefox 18- */
  color: #666666;
}
.newsletter_popup_inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  content: "";
  opacity: .6;
  height: 100%;
}
.subscribe_area {
  z-index: 9;
}
.subscribe-content {
  float: left;
  padding: 0px 50px;
  width: 60%;
}
.subscribe-image {
  float: left;
  width: 40%;
}
.subscribe_area.area-2 {
  padding: 0;
  display: flex;
  align-items: center;
}
.form-group.subscribe-form-group p {
  color: #000;
  margin: 20px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter_popup_inner {
    width: 720px;
    height: 360px;
  }
  .subscribe-content {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .newsletter_popup_inner {
    min-height: 300px;
    width: 300px;
  }
  .subscribe_area {
    padding: 20px;
    width: 100%;
  }  	
  .subscribe_area > h2, .subscribe-content > h2 {
    font-size: 20px;
  }
  .subscribe-image {
    display: none;
  }
  .subscribe-content {
    padding: 30px;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .newsletter_popup_inner {
    width: 400px;
  }
}
/* End Newsletter popup css */
/* Subscribe form success */
.form-message--success{
  color: #56ad6a !important;
  background-color: #ecfef0;
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
}
button.success-form-close-btn {
  text-align: right;
  float: right;
  margin-right: 20px;
  padding: 0 5px;
  display: inline-block;
}
/* End subscribe form success */

/* 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 */

/* 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.active .zmdi-favorite-outline{
	display: none;
}
.action--wishlist.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;
}
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 */
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;
}
#quickViewModal .modal-content {
    padding: 30px 30px 30px;
}
#quickViewModal .modal-body {
    padding: 15px 15px 50px!important;
    position: relative;
}
#quickViewModal .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;
}
/* Custom HTML */
.custom-html-content h1, .custom-html-content h2, .custom-html-content h3, .custom-html-content h4, .custom-html-content h5, .custom-html-content h6{
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.custom-html-content h1{
  font-size: 26px;
}
.custom-html-content h2{
  font-size: 24px;
}
.custom-html-content h3{
  font-size: 22px;
}
.custom-html-content h4{
  font-size: 20px;
}
.custom-html-content h5{
  font-size: 18px;
}
.custom-html-content h1{
  font-size: 16px;
}
.custom-html-content p{
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
}
.custom-html-content ul{
  padding-left: 15px;
  margin-bottom: 15px;
  list-style: inside;
}
.custom-html-content ul li {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  padding-left: 15px;
  list-style: inherit;
}
.custom-html-content p, .custom-html-content ul {
  margin-bottom: 20px;
}
.custom-html .section-title > h2 {
    display: block;
}
.custom-html .section-title {
    margin-bottom: 40px;
}
/* End Custom HTML */


.header-cart {
  padding: 0;
}
li.cart-dropdown.cart-empty-title{
padding: 5px 20px;
}

.cart-dropdown.mini-cart {
  height: 350px;
  overflow-y: auto;
  padding: 5px 20px;
}
.newsletter_popup_inner .form-group.subscribe-form-group p input {
    height: 15px;
}
.arubic-single-banner {
    margin-bottom: 30px;
}


/*
.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;
}
*/

/* Product Swatch Variant */
.swatch .header {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
  padding-bottom: 5px;
  position: relative;
}
.swatch .swatch-element {
  float: left;
}
.swatch-element > input {
  display: none;
}
.swatch-element > label {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
}
.swatch-element input:checked + label {
  color: #666666;
}
.swatch-element > label:hover {
  color: #666666;
}
.swatch-element > label {
  display: block;
}
.product-size {
  margin-bottom: 0px;
}
.product-size .swatch{
  margin-bottom: 40px;
}
.swatch-element.color > label {
  background: #666666 none repeat scroll 0 0;
  border: medium none;
  display: block;
  float: left;
  height: 40px;
  margin-right: 13px;
  margin-top: -13px;
  padding: 0;
  position: relative;
  width: 40px;
  border: 1px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swatch-element.color.white > label {
  border: 1px solid #999;
}
.swatch-element.color input:checked + label {
  outline: 1px solid #666;
}
.Material .swatch-element {
  float: left;
  padding-right: 10px;
}
.swatch-element.soldout label {
  cursor: not-allowed;
  position: relative;
}
.swatch-element.soldout label::before, .swatch-element.soldout label::after {
  position: absolute;
  left: 43%;
  top: -40%;
  content: "";
  color: red;
  font-size: 40px;
  text-align: center;
  width: 2px;
  height: 32px;
  background: red;
  opacity: .5;
}
.swatch-element.soldout label::before {
  transform: rotate(-40deg);
}
.swatch-element.soldout label::after {
  transform: rotate(40deg);
}
/*
.swatch-element.soldout label:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
background: #000;
content: "";
height: 100%;
opacity: .6;
}
*/
.swatch-element.red.soldout label::after {
  color: black;
}
/* End Product Swatch Variant */
/* Product Select Variant */
.product-variant-option .selector-wrapper label {
  width: 80px;
}
.product-variant-option .selector-wrapper select {
  width: 200px;
  border-radius: 0;
}
.product-variant-option .selector-wrapper + .selector-wrapper {
  margin-top: 20px;
}
/* End Product Select Variant */

/* extra css */

.swatch .header {
    display: block;
    float: none;
    margin-bottom: 16px;
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    margin-top: 19px;
}
.swatch-element > label {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
    color: #828282;
}
.swatch-element input:checked + label {
    color: #050035;
}
.swatch-element.color > label {
    position: relative;
    border: 1px solid #828282;
    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;
  margin-top: 0;
}
.swatch-element.color input:checked + label {
    outline: 1px solid transparent;
}
.product-variant-option .selector-wrapper label {
  display: block;
  margin-bottom: 16px;
  color: #707070;
  font-size: 13px;
  font-weight: 600;
  margin-top: 19px;
  width: 100%;
}
.product-variant-option .selector-wrapper select {
    width: 350px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    color: #828282;
    background: transparent;
}


.swatch-element.color input:checked + label {
    box-shadow: 1px 1px 3px #000!important;
}
/* end extra css */



.shopify-payment-button .shopify-payment-button__button,.shopify-payment-button .shopify-payment-button__more-options {
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ebebeb;
    display: inline-block;
    line-height: 1;
        padding: 15px 20px 15px;
    z-index: 99;
  transition: all 0.3s ease-in-out;
}
.shopify-payment-button .shopify-payment-button__button:hover,.shopify-payment-button .shopify-payment-button__more-options:hover {
    border: none;
  color: #fff;
  background-color: #252525;
}
.shopify-payment-button .shopify-payment-button__more-options {
    margin: 0;
}
.product-details-content .pro-details-quality .shopify-payment-button {
    margin: 0 25px 0 10px;
}
.Payment_button {
    overflow: hidden;
    margin-top: 20px;
}
.Payment_button button {
    float: left;
    width: 48%;
}
.Payment_button button.shopify-payment-button__button {
    margin-right: 10px;
}
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: #252525!important;
}
.shopify-payment-button__button {
    border-radius: 25px!important;
}


.nice-select {
    display: none!important;
}
.product-add-to-cart {
    float: none;
}



.instagram-activation .instagram_gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.instagram-activation .instagram_gallery a {
  display: inline-block;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
#instafeed-header .instagram_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 32px -7px 30px;
}
#instafeed-header .instagram_gallery a{
  margin: 0 7px 15px;
  position: relative;
}
#instafeed-header a {
  float: left;
  margin: 0 7px 15px;
  position: relative;
  width: 21%;
}
#instafeed-header a::before {
  background: #ff4136 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
}
#instafeed-header a::after {
  color: #ffffff;
  content: "\e73d";
  font-family: themify;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease 0s;
  transform: translate(-50%, -50%);
}
#instafeed-header a:hover::before {
  opacity: 0.7;
}
#instafeed-header a:hover::after {
  opacity: 1;
}
.instagram-activation .instagram_gallery a img {
    width: 270px;
    height: 250px;
}

.instagram-activation.instagram-activation-2 .instagram_gallery a img {
    width: 140px;
    height: 150px;
}
.instagram-activation.instagram-activation-2 .instagram_gallery a {
  margin-bottom: 15px;
}

#section-footer {
    overflow: hidden;
}
.instagram-area.instagram-feed {
    overflow: hidden;
}

.cart-img {
    width: 60px;
}
.banner_full_content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.banner_full_content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.banner_full_content a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 3px;
  padding: 0 30px;
  margin-top: 30px;
  background: #000000;
}
.banner_full_content a:hover {
  background: #24bddf;
  color: #fff;
}
.wishlist_exists .row.wishlist-grid--empty-list {
  display: none;
}
.product-add-to-cart .add a.wishlist-btn {
    position: relative;
    border: 0;
    line-height: 45px;
    height: 45px;
    width: 60px;
    background-color: #ebebeb;
    font-size: 15px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 25px;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin-left: 10px;
}
.product-add-to-cart .add a.wishlist-btn:hover {
    background: #252525;
    color: #fff;
}
.product-sku {
    margin-bottom: 10px;
    font-size: 15px;
}
.product-discount {
    margin-bottom: 10px;
}
.product-variant-inventory {
    margin-bottom: 8px;
    font-size: 15px;
}
.product_coundown.product_timing {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.product_coundown.product_timing .single_countdown {
    display: inline-block;
    margin: 0 2px;
    background: #fff;
    color: #252525;
    padding: 4px 10px;
    font-size: 15px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    text-align: center;
}
.arubic-single-product:hover .product_coundown.product_timing {
    opacity: 0;
    visibility: hidden;
}
.single-product-content .product_coundown.product_timing {
    position: static;
    top: 0;
    transform: translateY(0);
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}
.single-product-content .product_coundown.product_timing h5 {
    font-size: 16px;
    margin-bottom: 5px;
}
.single-product-content .product_coundown.product_timing .single_countdown {
    margin: 0 8px 0 0;
    background: #ebebeb;
    color: #252525;
}
.add-to-cart {
    text-align: center;
}

.single_banner {
 position:relative;
   overflow: hidden;
}
.banner-animation::before {
 background:rgba(255,255,255,.3);
 bottom:0;
 content:"";
 left:50%;
 position:absolute;
 right:50%;
 top:0;
 opacity:1;
 width:0;
 z-index: 2;
}
.banner-animation::after {
 background:rgba(255,255,255,.6);
 bottom:50%;
 content:"";
 left:0;
 position:absolute;
 right:0;
 top:50%;
 opacity:1;
 width:0;
 z-index: 2;
}
.banner-animation:hover::before {
 left:0;
 right:0;
 opacity:0;
 width:auto;
 transition:all .9s linear
}
.banner-animation:hover::after {
 top:0;
 bottom:0;
 opacity:0;
 width:auto;
 transition:all .9s linear
}
.single_banner .banner_thumb a.banner-animation img {
    max-width: 100%;
}
.instagram-feed-thumb.instagram-gallery-feed-thumb {
    display: flex;
    justify-content: center;
}
.instagram-feed-thumb.instagram-gallery-feed-thumb-2 .single_banner {
    float: left;
    width: 33.33%;
}
span.car-quentity {
    margin-right: 3px;
}
.cart-content > span {
    display: inline-block;
}
.cart-page-total > ul > li {
    font-size: 18px;
}
.cart-page-total > ul > li.subtotal {
    font-size: 13px;
}
.coupon-all a.cart_button {
    background-color: #333;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: inherit;
    text-align: center;
}
.coupon-all a.cart_button:hover {
    background: #24bddf;
}
/* Ajax Cart Icon */
.cart-item.add-item .added{
  display: inline-block;
}
.cart-item.loading .addto, .cart-item.loading.add-item .added,.cart-item.loading .unavailable, .cart-item.add-item .addto{
  display: none;
}
.cart-item .wating, .cart-item .added,.cart-item .unavailable{
  display: none;
}
.cart-item.loading .wating{
  display: inline-block;
}
.modal-open .cart-item .unavailable{
  display: inline-block;
}
.modal-open .cart-item.add-item .added, .modal-open .cart-item.add-item .added{
  display: none;
}
/* End ajax Cart Icon */
/* Start Accordion */
.accordion summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 10px 0;
  cursor: pointer;
}
.accordion .summary__title {
  display: flex;
  flex: 1;
}
.accordion + .accordion {
  margin-top: 0;
  border-top: none;
}
.accordion {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.accordion__title {
  display: inline-block;
  max-width: calc(100% - 6rem);
  margin: 0;
  word-break: break-word;
  line-height: 22px;
  font-size: 16px;
  color: #242424;
}
.accordion .icon-accordion {
  align-self: center;
  min-width: 1.6rem;
  margin-right: 1rem;
  fill: red;
}
.accordion details[open] > summary .icon-caret {
  transform: rotate(180deg);
}
.accordion__content {
    margin-bottom: 1.5rem;
    word-break: break-word;
    padding: 0 15px;
}
.accordion__content img {
  max-width: 100%;
}
summary .icon-caret {
    position: absolute;
    height: .5rem;
    right: 5px;
    top: calc(50% - .25rem);
  left: auto;
}
.accordion__content h2 {
    font-size: 20px;
}
.accordion__content ul {
    list-style: inside;
    margin-bottom: 12px;
}
/* End Accordion */
small.unit_price_box.caption.hidden {
    display: none;
}
small.unit_price_box.caption {
    font-size: 13px;
    font-weight: 600;
    margin-top: 1px;
    display: block;
}
.product-discount {
    margin-bottom: 0;
}
.single-product-price {
    margin-top: 0;
    margin-bottom: 10px;
}
.product-info {
    margin-bottom: 20px;
}
.swatch .header {
    margin-top: 0;
}
.product-variant-option .swatch {
    margin-bottom: 30px;
}
.product-variant-option .swatch label {
    margin-bottom: 0;
}
.product-add-to-cart {
    margin-top: 0;
    margin-bottom: 20px;
}
.Payment_button {
    margin-top: 0;
    margin-bottom: 20px;
}
.product-meta {
    margin-bottom: 10px;
}
.product-meta a {
    margin-left: 8px;
}
.single-product-share {
    margin-bottom: 10px;
}
.single-product-share>ul>li {
    margin-left: 0;
    margin-right: 8px;
}
.custom-payment-options {
    margin-bottom: 15px;
}
.custom-payment-options p {
    margin: 0 0 5px;
}
.product-variant-option .selector-wrapper label {
    margin-top: 0;
}
.product-variant-option .selector-wrapper+.selector-wrapper {
    margin-top: 0;
}
.product-variant-option .selector-wrapper {
    margin-bottom: 30px;
}
.product-variant-inventory {
    margin-bottom: 10px;
}
img {
    max-width: 100%;
    transition: all .3s ease-out 0s;
}

/* Popup Cart */
.ajax-popup .modal-body {
  padding: 15px;
  position: relative;
}
.ajax-popup .modal-content-text {
  display: flex;
  flex-wrap: wrap;
}
.popup-image {
  flex: 0 0 30%;
  margin-right: 20px;
}
.popup-content {
  flex: 0 0 65%;
}
.ajax-popup .modal-content-text h6 {
  margin-bottom: 15px;
  line-height: 1.5;
}
.ajax-popup .modal-content-text p {
  margin-bottom: 30px;
}
.ajax-popup .modal-content-text p.error_message {
  margin-bottom: 0;
}
.ajax-popup .modal-button {
  float: left;
}
.ajax-popup .modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
}
.ajax-popup .modal-button > a {

}
.ajax-popup .modal-content {
  border: medium none rgba(0, 0, 0, 0);
  border-radius: 0;
}
.ajax-popup .modal-content-text i {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.ajax-popup .modal-close button {
  font-size: 25px;
  color: #fff;
  opacity: 1;
}


.ajax-popup .modal-dialog {
    max-width: 500px;
    margin: 8.75rem auto;
  min-width: auto;
}

@media (max-width: 576px) {
  .popup-image {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ajax-popup .modal-dialog {
    margin: 3.3rem;
    width: auto;
  }
  .popup-content {
    flex: 0 0 100%;
}
  
  
}

@media (max-width: 767px) {
.ajax-popup .modal-close {
    top: -28px !important;
	right: 0 !important;
}
    .ajax-popup .modal-dialog {
    max-width: 310px;
}
  
}

.ajax-popup .modal-content-text h6 {
    font-size: 16px;
  text-transform: capitalize;
}
/* End Popup Cart */

.theme-default-button {
    background-color: #ebebeb;
    border: medium none;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 25px;
    border-radius: 0;
    text-align: center;
}
.theme-default-button:hover {
    background-color: #24bddf;
    color: #fff;
}
.theme-default-button+.theme-default-button {
    margin-left: 15px;
}
.product-add-to-cart .disabled {
    cursor: not-allowed;
}
.product-group {
    padding: 0;
}
/* Collection Sidebar */
.category-sub-menu-2 ul li.has-sub > a {
  position: relative;
  display: block;
  cursor: pointer;
}
.category-sub-menu-2 ul li.has-sub > a:after {
  content: "+";
  position: absolute;
  right: 5px;
}
.category-sub-menu-2 ul li.has-sub.open {
  display: block;
  width: auto;
}
.category-sub-menu-2 ul li.has-sub.open > a:after {
  content: "-";
}
.category-sub-menu-2 ul li.has-sub li:last-child a {
  border: none;
}
.category-sub-menu-2 ul li ul {
  display: none;
    padding-left: 10px;
  margin-bottom: 15px;
}
/* Collection Sidebar */
.category-sub-menu li.active > a {
    color: #24bddf;
}
ul.blog_links {
    margin-top: 10px;
}
ul.blog_links li {
    line-height: 30px;
    list-style: none;
}
.blog-tag-style ul > li > a.active{
    background: #24bddf;
    border-color: #24bddf;
    color: #fff;
}




.sidebar-price-filter {
  display: flex;
  justify-content: space-between;
}
.sidebar-price-filter input {
  width: 70px;
  padding: 10px 5px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.sidebar-list-style .theme-default-button {
    margin: 20px 0 0;
}
.sidebar-price-filter label {
    font-size: 14px;
}
.sidebar-list-style ul li label {
    cursor: pointer;
}
.storefront-filter .category-sub-menu li {
    display: block;
  font-size: 13px;
    line-height: 35px;
}
.category-sub-menu li label {
    cursor: pointer;
    color: #7a7a7a;
    margin: 0 0 0 0;
}
.category-sub-menu li label:hover {
    color: #24bddf;
}
.category-sub-menu li input {
    margin: 0 5px 0 0;
    width: auto;
    height: auto;
}




.sidebar_widget_list .blog-tags li a {
  color: #7a7a7a;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  padding: 6px 15px 4px;
  display: inline-block;
  text-transform: capitalize;
}
.sidebar_widget_list.selected-filter-value .blog-tags li.active a {
  border: none;
  background: transparent;
  color: #7a7a7a;
  text-decoration: underline;
  margin: 0 0 20px;
}
.sidebar_widget_list.selected-filter-value .blog-tags li a:hover {
  background: transparent;
  color: #24bddf;
}
.sidebar_widget_list.selected-filter-value .blog-tags li a {
  border: 1px dashed #e5e5e5;
  padding: 2px 7px;
  border-radius: 30px;
}
.sidebar_widget_list.selected-filter-value ul li.active {
  padding-bottom: 0;
}
.sidebar_widget_list .blog-tags li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
ul li {
  list-style: none;
}
.selected-filter-value ul li.active:only-child {
  display: none;
}

.filter-value-counter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
span.filter-value-selected {
  border: 1px dashed #e5e5e5;
  padding: 2px 10px;
  border-radius: 30px;
}
a.filter-reset-selected-value {
  color: #7a7a7a;
  text-decoration: underline;
}
a.filter-reset-selected-value:hover {
  color: #24bddf;
}


.shop-sidebar h4,.blog-sidebar h4 {
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.shop-sidebar h4::after,.blog-sidebar h4::after {
  position: absolute;
  content: "\f106";
  left: auto;
  right: 0;
  top: 0;
  font-family: 'FontAwesome';
}
.shop-sidebar h4.widget-collapse-show::after,.blog-sidebar h4.widget-collapse-show::after {
  content: "\f107";
}


  
span.single-product-label.discount {
  background: #ebebeb;
  font-size: 14px;
  color: #222;
  border-radius: 20px;
  padding: 0px 10px;
  margin-left: 10px;
}
.manufacturer-name {
  overflow: hidden;
}
.manufacturer-name {
  margin: 0 0 6px;
}
.product-nav {
  float: right;
}
.manufacturer-name .product-nav ul {
  margin: 0;
  display: flex;
}
.manufacturer-name .product-nav ul li {
  list-style: none;
  margin: 0 3px;
}
.manufacturer-name .product-nav ul li a {
  background: #ebebeb;
  color: #fff;
  height: 20px;
  width: 50px;
  display: block;
  text-align: center;
  line-height: 20px;
  border-radius: 30px;
}
.manufacturer-name .product-nav ul li a:hover{
  background: #24bddf;
  color: #fff;
}

.product-complementary {
  margin: 0 0 20px;
}
.product-complementary h6 {
  font-size: 15px;
  margin: 0 0 10px;
}

/* Product Sticky Cart */
.product-addtocart-sticky {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, .95);
  padding-top: 0;
  box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
  min-height: 50px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.product-addtocart-sticky.is-sticky-2 {
  opacity: 1;
  visibility: visible;
}
.product-addtocart-sticky h2 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}
.product-addtocart-sticky select{
  height:40px;
  margin:0 8px;
  vertical-align: middle;
  border-radius: 30px;
}
.product-addtocart-sticky input{
  /* width: 60px; */
  text-align: center;
}
@media (max-width: 767px) {
  .product-addtocart-sticky h2, .product-addtocart-sticky img{
    display: none;
  }
  .product-addtocart-sticky {
    flex-flow: row wrap;
    padding: 10px 0;
  }
  .product-addtocart-sticky .product-details-des {
    margin-top: 0;
  }
  .product-addtocart-sticky .btn-cart2 {
    margin-top: 0px;
  }
  .product-details-des .cart-plus-minus {
    margin-bottom: 0;
  }
  .product-addtocart-sticky select {
  margin-bottom: 10px;
}
}
/* End Product Sticky Cart */

.product-addtocart-sticky select {
  width: auto;
  border: 1px solid #e1e1e1;
  background: transparent;
}
.product-addtocart-sticky h2 {
  margin-left: 8px;
  margin-bottom: 0;
}
.product-details-des {
  margin-right: 8px;
}
.product-details-des .dec.qtybutton {
  border-radius: 0 0 30px 0;
  height: 20px;
  line-height: 19px;
}
.product-details-des .inc.qtybutton {
  border-radius: 0 30px 0 0;
  height: 20px;
  line-height: 19px;
}
.product-details-des .cart-plus-minus-box {
  color: #3c3c3c;
  height: 40px;
  border-radius: 30px 0 0 30px;
}
.product-addtocart-sticky .btn.btn-cart2 {
    background-color: #ebebeb;
    border: medium none;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 25px;
    text-align: center;
    border-radius: 30px;
}
.product-addtocart-sticky .btn.btn-cart2:hover {
    background-color: #252525;
    color: #fff;
}
.top-rated-text h4::after {
    display: none;
}

