/* Newsletter PopUp */.subscribe_area > h2, .subscribe-content > h2 {
  color: #000000;
}
.subscribe_area > p, .subscribe-content > p {
  color: #484848;
}
.grid__item h1{
  color: ;
}
.subscribe-form-input {
  border: 1px solid #484848;
  color: #484848;
}
.subscribe-form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #484848 !important;
}
.subscribe-form-input::-moz-placeholder { /* Firefox 19+ */
  color: #484848 !important;
}
.subscribe-form-input:-ms-input-placeholder { /* IE 10+ */
  color: #484848 !important;
}
.subscribe-form-input:placeholder { /* Firefox 18- */
  color: #484848 !important;
}
.newsletter-btn {
  background: #000000 none repeat scroll 0 0;
  color: #fff;
}
.newsletter-btn:hover{
  background: #e72463 none repeat scroll 0 0;
  color: #fff;
}
.popup_off{
  color: #e72463;
}
.newsletter_popup_inner:before {
  background: #ffffff;
  opacity: 0.1;
}
.form-group.subscribe-form-group p {
  color: #000000;
}
/* Breadcurmb Banner */
.breadcrumbs {
  background: rgba(0,0,0,0) url("//cdn.shopify.com/s/files/1/0017/5282/5914/files/breadcrumb.jpg?v=1615635953") no-repeat scroll center center / cover;
    padding-top: 100px;
    padding-bottom: 100px;
    }
.overlay-bg::before {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  opacity: 0;
}
.breadcrumbs-title {
  color: #000000;
}
.breadcrumb-list > li > a {
  color: #000000;
}
.breadcrumb-list > li::before {
  color: #000000;
}
.breadcrumb-list > li {
  color: #000000;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* Top Bar Noticfication */

.top-notification-bar {
  background: #e72463;
  background: -moz-linear-gradient(left, #e72463 0%, #e72463 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e72463), color-stop(100%, #e72463));
  background: -webkit-linear-gradient(left, #e72463 0%, #e72463 100%);
  background: -o-linear-gradient(left, #e72463 0%, #e72463 100%);
  background: -ms-linear-gradient(left, #e72463 0%, #e72463 100%);
  background: linear-gradient(to right, #e72463 0%, #e72463 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72463', endColorstr='#e72463', GradientType=1 );
    }

.notification-entry p a.notification-button {
  background-color: #e72463;
  border: 1px solid #000000;
  color: #ffffff;
}
.notification-entry p a.notification-button:hover {
  background-color: #000000;
  border: 1px solid #e72463;
  color: #ffffff;
}
.notification-close-btn {
  background-color: ;
  border: 1px solid rgba(0,0,0,0);
  color: #000000;
}
.notification-close-btn:hover{
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  color: #000000;
}

.notification-entry p {
  color: #000000;
}
.top-notification-bar::before {
  background: rgba(0, 0, 0, 0);
}
/* Typography *//* End Typography */
/* Custom and Customer Page */
.theme-default-margin, .shopify-challenge__container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .theme-default-margin, .shopify-challenge__container{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.create-custom-page{
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .create-custom-page{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* End Custom Page */
/* QuickView */

/* End Quickview */




/* ======================================================================
Name: Your Theme Color CSS file
====================================================================== */

span.sale-title.onsale {
    background: #e72463;
    color: #fff;
}
span.soldout-title.onsale {
    color: #fff;
    background: #e72463;
}
span.percent-count.onsale {
    color: #fff;
    background: #e72463;
}
span.new-title.onsale {
    color: #fff;
    background: #e72463;
}


#YourID, .YourClass{
  color: #e72463;
}

input[type="checkbox"] + label:after {
  color: #e72463;
}
input[type="checkbox"]:checked + label:before {
  border: 1px solid #e72463;
}
.mark,mark {
  background: #e72463 none repeat scroll 0 0;
}
.preloader .spinner.spinner-3:before {
  border-color: #e72463;
}
.preloader .spinner.spinner-3:after {
  border-color: #e72463;
}
.section-title .section-title-1 {
  color: #e72463;
}
.scroll-to-top {
  background-color: #e72463;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 2px solid #e72463;
}
.widget-list form button:hover {
  background: #e72463;
}
.swiper-pagination.default-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e72463;
}
.swiper-pagination.default-pagination .swiper-pagination-bullet:hover {
  background: #e72463;
  border-color: #e72463;
}
.intro11-carousel-wrap .swiper-button-prev i:hover, .intro11-carousel-wrap .swiper-button-next i:hover {
  color: #e72463;
}
.tooltip-inner {
  background-color: #e72463;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before,
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #e72463;
}
.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #e72463;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before,
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #e72463;
}
.bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #e72463;
}
.pagination ul li a:hover {
  background: #e72463;
}
.pagination ul li.current {
  background: #e72463;
}
.quantity .cart-plus-minus > .qtybutton:hover {
  background-color: #e72463;
}
.primary-color {
  color: #e72463;
}
.facebook-color:hover {
  color: #e72463;
}
.twitter-color:hover {
  color: #e72463;
}
.linkedin-color:hover {
  color: #e72463;
}
.pinterest-color:hover {
  color: #e72463;
}
.youtube-color:hover {
  color: #e72463;
}
.vimeo-color:hover {
  color: #e72463;
}
.facebook-color-bg:hover {
  background-color: #e72463;
}
.twitter-color-bg:hover {
  background-color: #e72463;
}
.linkedin-color-bg:hover {
  background-color: #e72463;
}
.pinterest-color-bg:hover {
  background-color: #e72463;
}
.youtube-color-bg:hover {
  background-color: #e72463;
}
.vimeo-color-bg:hover {
  background-color: #e72463;
}
.main-nav > ul > li > a.active {
  color: #e72463;
}
.main-nav > ul > li > a:hover {
  color: #e72463;
}
.dropdown-submenu {
  border-bottom: 3px solid #e72463;
}
.dropdown-submenu > li > a:hover {
  color: #e72463;
}
.dropdown-submenu > li > a.active {
  color: #e72463;
}
.mega-menu {
  border-bottom: 3px solid #e72463;
}
.mega-menu .menu-colum ul li .mega-menu-text:after {
  border-bottom: 2px solid #e72463;
}
.mega-menu .menu-colum ul li a:hover {
  color: #e72463;
}
.mega-menu .menu-colum ul li a.active {
  color: #e72463;
}
.dropdown-search form button:hover {
  color: #e72463;
}
.header-right-area.main-nav > ul > li > a > i:hover {
  color: #e72463;
}
.header-right-area.main-nav > ul > li.account-menu-wrap a.active {
  color: #e72463;
}
.header-right-area.main-nav > ul > li.minicart-wrap .minicart-btn i:hover {
  color: #e72463;
}
.header-right-area.main-nav > ul > li.minicart-wrap .minicart-btn .cart-item_count {
  background-color: #e72463;
}
.header-right-area .cart-item-wrapper .single-cart-item .cart-text .cart-text-btn .cart-price {
  color: #e72463;
}
.header-right-area .cart-item-wrapper .single-cart-item .cart-text .cart-text-btn button:hover {
  color: #e72463;
}
.btn-close-off-canvas:hover {
  color: #e72463;
}
.offcanvas-widget-area .menu-top-menu > li > a:hover {
  color: #e72463;
}
.offcanvas-widget-area .switcher-menu > ul > li > a {
  color: #e72463;
}
.offcanvas-widget-area .switcher-dropdown > li > a:hover {
  color: #e72463;
}
.search-box-offcanvas form input:hover {
  border-color: #e72463;
}
.search-box-offcanvas form .search-btn:hover {
  color: #e72463;
}
.footer-area .single-footer-widget .social-links ul li a:hover {
  background-color: #e72463;
  border-color: #e72463;
}
.footer-area .single-footer-widget .widget-list li a:hover {
  color: #e72463;
}
.footer-area .footer-copyright-area .copyright-content a {
  color: #e72463;
}
.shop-main-area .sidebar_widget .widget_inner .search-box .input-group .form-control:focus, .blog-main-area .sidebar_widget .widget_inner .search-box .input-group .form-control:focus {
  border-color: #e72463;
}
.shop-main-area .sidebar_widget .widget_inner .search-box .input-group .btn-outline-secondary:hover, .blog-main-area .sidebar_widget .widget_inner .search-box .input-group .btn-outline-secondary:hover {
  background-color: #e72463;
}
.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu > li > a:hover, .blog-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu > li > a:hover {
  color: #e72463;
}
.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu > li > a:hover, .blog-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu > li > a:hover {
  color: #e72463;
}
.sidebar-list .btn:focus {
  border-color: #e72463;
}
.tags li a:hover {
  color: #e72463;
  border-color: #e72463;
}
.sidebar-product .product-content .title-2:hover {
  color: #e72463;
}
.sidebar-product .product-content .product-rating i {
  color: #e72463;
}
.shop_toolbar_wrapper .shop-select .form-control:focus {
  border: 1px solid #e72463;
}
.shop_wrapper.grid_list .single-product .product-content-listview .add-action-listview a:hover {
  color: #e72463;
}
.shop_wrapper.grid_list .add-action a:hover i {
  background: #e72463 !important;
  border-color: #e72463;
}
.single-blog .blog-content .blog-post-info > span a:hover {
  color: #e72463;
}
.single-blog .blog-content .blog-post-info > span a:before {
  background-color: #e72463;
}
.single-blog .blog-content .readmore:hover {
  color: #e72463;
}
.blog-list-vertical:hover {
  background: #e72463;
}
.blog-list-vertical .post-date {
  background: #e72463;
}
.blog-post-details .blog-post-wrapper .blockquote {
  border-left: 4px solid #e72463;
}
.comment-box .input-area:focus {
  border: 1px solid #e72463;
}
.single-product-main-area .nav-tabs .nav-item .nav-link:hover {
  background-color: #e72463;
  border-color: #e72463;
}
.single-product-main-area .nav-tabs .nav-item .nav-link.active {
  background-color: #e72463;
  border-color: #e72463;
}
.product-details-img .single-product-thumb .swiper-button-prev i:hover, .product-details-img .single-product-thumb .swiper-button-next i:hover {
  color: #e72463;
}
.error_form h1 {
  color: #e72463;
}
.error_form form button:hover {
  color: #e72463;
}
.error_form a {
  background: #e72463;
}
.compare-table .table tbody tr td.product-image-title .category {
  color: #e72463;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #e72463;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #e72463;
}
.cart-table .table tbody td a:hover {
  color: #e72463;
}
.cart-update-option .apply-coupon-wrapper form input:focus, .cart-update-option .apply-coupon-wrapper form input:active {
  border-color: #e72463;
}
.wishlist-table .table tbody td a:hover {
  color: #e72463;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required {
  color: #e72463;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input:focus, .coupon-accordion .coupon-content .coupon-info p.form-row-last input:focus {
  border: 1px solid #e72463;
}
.coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn:hover {
  background-color: #e72463;
}
.checkbox-form .checkout-form-list input[type="text"]:focus,
.checkbox-form .checkout-form-list input[type="password"]:focus,
.checkbox-form .checkout-form-list input[type="email"]:focus {
  border: 1px solid #e72463;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #e72463;
  border-color: #e72463;
}
.myaccount-content form .single-input-item input:focus {
  border: 1px solid #e72463;
}
.myaccount-content .welcome a:hover {
  color: #e72463;
}
.myaccount-content .welcome strong {
  color: #e72463;
}
.saved-message {
  border-top: 3px solid #e72463;
}
.accordion_area .card-header {
  background: #e72463;
}
.card-header.card_accor button.btn-link {
  border: 1px solid #e72463;
}
.card-header.card_accor button.btn-link.collapsed {
  border: 1px solid #e72463;
}
.login-register-wrapper .single-input-item input:focus {
  border: 1px solid #e72463;
}
.about-area .section-title-wrap .andro_list li:before {
  color: #e72463;
}
.ht-team-member .social-networks {
  background-color: #e72463;
}
.contact-info-item .con-info-icon {
  border: 1px solid #e72463;
  color: #e72463;
}
.contact-info-item:hover .con-info-icon {
  background-color: #e72463;
}
.intro11-slider-wrap .swiper-button-prev i:hover, .intro11-slider-wrap .swiper-button-next i:hover {
  color: #e72463;
}
.intro11-slider-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e72463;
  border-color: #e72463;
}
.intro11-slider-wrap .swiper-pagination-bullet:hover {
  background: #e72463;
  border-color: #e72463;
}
.intro11-slider .intro11-content .title-slider {
  background: #e72463;
}
.intro11-slider .intro11-content-2 .different-title {
  color: #e72463;
}
.flosun-button.primary-btn {
  background-color: #e72463;
}
.flosun-button.secondary-btn:after {
  background: #e72463;
}
.flosun-button.secondary-btn.theme-color {
  background: #e72463;
}
.flosun-button.secondary-btn.secondary-border:hover {
  background: #e72463;
  border-color: #e72463;
}
.flosun-button.white-btn:hover {
  background-color: #e72463;
  border-color: #e72463;
}
.flosun-button.black-btn:hover {
  background-color: #e72463;
  border-color: #e72463;
}
.flosun-button.button-icon:before {
  background: #e72463;
}
.categories-img:hover .categories-content {
  background: #e72463;
}
.categories-content > h4 {
  color: #e72463;
}
.product-area .single-product:hover .product-content .product-cart:hover {
  color: #e72463;
}
.onsale {
  background: #e72463;
}
.testimonial-author > h6 {
  color: #e72463;
}
.mc-form button:hover {
  background: #e72463;
}
.breadcrumbs-area .breadcrumb-content ul li a:hover {
  color: #e72463;
}
.modal-open .flosun-modal .modal-dialog .modal-content .close-button:hover {
  color: #e72463;
}
.modal-open .modal-product .product-rating i {
  color: #e72463;
}
#compare-modal td a:hover, #compare-modal  .product-price,#compare-modal .modal-close:hover .fa.fa-times-circle {
  color: #e72463;
}
.mega-menu li.mega-menu-li .mega-menu-text::after {
    border-bottom: 2px solid #e72463;
}
.mega-menu li.mega-menu-li ul li a:hover {
    color: #e72463;
}
.offcanvas-widget-area .switcher-menu > ul > li > span.currency-trigger {
    color: #e72463;
}
ul.grid-color-swatch li label:hover {
    border-color: #e72463;
}
.pagination ul li.active a {
    background: #e72463;
}
.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu > li.active > a,.sidebar-list > li.active > a {
    color: #e72463;
}
.shop-main-area .sidebar_widget .widget_inner .widget-list .mobile-menu li ul li a:hover {
    color: #e72463;
}
.shop-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li.active .custom-control-label {
    color: #e72463;
}
.tags li.active a {
    color: #e72463;
    border-color: #e72463;
}
.collection-item h6 a:hover {
    color: #e72463;
}
.tags li a.active {
    color: #e72463;
    border-color: #e72463;
}
.theme-default-button:hover {
    background-color: #e72463;
}
.quick-view-rating.rating i {
    color: #e72463;
}
.article-tags a:hover,.social-share a:hover {
    color: #e72463;
}
.post-title a:hover,.product-tile--tile-actions a:hover {
    color: #e72463;
}
.search-item-content h4 a:hover,.search-blog-item h4.search-blog-title a:hover {
    color: #e72463;
}
input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary {
    background: #e72463;
}
.shop_wrapper.grid_list .single-product .product-content-listview .button-listview a.list-icon:hover {
    background: #e72463;
}
.single-product-item.product-item .product-info h6 a:hover {
    color: #e72463;
}
.shopify-payment-button .shopify-payment-button__button:after, .shopify-payment-button .shopify-payment-button__more-options:after {
    background: #e72463;
}
.shopify-payment-button .shopify-payment-button__button:hover, .shopify-payment-button .shopify-payment-button__more-options:hover {
    background: #e72463;
    border-color: #e72463;
}
.swatch-element input:checked + label {
    color: #e72463;
}
.swatch-element.color input:checked + label {
    outline: 1px solid #e72463;
}
.product-details-img .single-product-thumb a.product-single__thumbnail.active {
    border: 1px solid #e72463;
}
.compare-button.dark-btn:hover {
    background: #e72463;
}
.pro-nav.pro-nav-media .slick-current.slick-active a {
  border: 1px solid #e72463;
}
a.modal-nav::before, a.video-nav::before {
  background: #e72463;
}
.pro-nav.pro-nav-media button:hover {
    color: #e72463;
}
.sidebar-list > li > a.active {
    color: #e72463;
}
.single-blog .blog-content h4 a:hover,.sidebar-product .product-content .title-2 a:hover,ul.archive-sidebar li a:hover,.blog-post-details .blog-post-wrapper .share-article span:hover,.blog-post-details .blog-post-wrapper .share-article span a:hover {
    color: #e72463;
}
h4.popup_cart_title.title-2 a:hover {
    color: #e72463;
}
.shop-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label:hover, .blog-main-area .sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label:hover {
   color: #e72463;
}
.swatch-element > label:hover {
   color: #e72463;
}
.mega-menu li.mega-menu-li .mega-menu-text:hover {
   color: #e72463;
}
.top-info-wrap .address-info li a:hover {
   color: #e72463;
}
.header-right-area .cart-item-wrapper .single-cart-item .cart-text .title a:hover {
   color: #e72463;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color: #e72463;
}
a:hover {
   color: #e72463;
}
.product-area .single-product .add-action a i:hover {
  background-color: #e72463;
}



.product-area .single-product .product-content .product-rating i {
  color: #E72463;
}
.shop_wrapper.grid_list .single-product .product-content-listview .product-rating i {
  color: #E72463;
}
.product-rating i {
  color: #E72463;
}
.tab-preview i,.tab-preview a.spr-icon {
    color: #E72463;
}



















































































