/* =============================================================
  COLOR PICKERS
============================================================= */

/* Store Background | Default: #FFF */
body,
.page-functions > .page-title-left > .page-title
{
  background-color: #ffffff ;
}

/* APPS JS */

/* Olark */
#habla_window_div #habla_topbar_div {
  background: #e9979e none repeat scroll 0 0 !important;
}

/* Primary Color | Default: #FA7974 */

#home-page-gallery > .home-page-gallery-title,
.page-functions > .page-title-left > .page-title,
.product-box-info > .product-price > span,
footer a,
.page-functions > .page-title-left > .breadcrumbs > li.unavailable, .page-functions > .page-title-left > .breadcrumbs > li.unavailable:hover,
.page-functions > .page-title-right > .select-box > .select,
#product-main-info > h1,
.related-products-title > h5,
.product-form-modal > .product-form-modal-price,
.cart-product-name > a,
#checkout .field > .text, #checkout .field > textarea, #credentials input, #customer_address .field > .text, #customer_details .field > .text,
#checkout .field > .text:focus, #customer_address .field > .text:focus,
#checkout .field > .select, #customer_address .field > .select,
.cart-product-name,
.success-intro > h1, .success-intro > h4,
.header-top-left ul > li > .search,
.header-top-left ul > li > .submit:hover,
.page-functions > .page-title-right > .search-result-query > h5,
.page > h1,
.contact-page-top > h1,
.contact-page-block > i.fa,
#contactpage .field > .text,
.adorate-press-title > h4,
#login-page-new h2,
.header-top-right ul > li > a:hover,
.storelogo a,
.blog-page h2 a,
.rviewed,
a, a:hover, a:focus,
.product-box-info > .product-box-status,
.orbit-container .slider-content h2
{
  color: #E9979E;
}
.product-form-modal {border: 4px solid #e9979e;}
.page-functions > .page-title-line,
.footer-social-list > li > a,
.top-bar > .top-bar-section > ul.left > li.has-dropdown > ul.dropdown,
.social-share > .social-share-list > .social-share-list-item > a:hover,
.tab-bar {
  background-color: #e9979e ;
}
.button,
.off-canvas-list > li > label{
  background-color: #e9979e !important ;
}

top-bar > .top-bar-section > ul > li > a:hover,
.top-bar > .top-bar-section > ul > li.active > a,
.top-bar > .top-bar-section > ul > li:hover:not(.has-form) > a {
  border-top: 2px solid #e9979e;
  color: #e9979e !important;
}
.left-off-canvas-menu > .off-canvas-list > li a,
.close-reveal-modal:hover {
  color: #e9979e !important;
}

#checkout .field > .text:focus, #customer_address .field > .text:focus,
.header-top-left ul > li > .search:focus {
  border-bottom-color: #e9979e;
}
#contactpage .field > .text:focus {
  border-color: #e9979e;
}

/* Header Color | Default: #FFFFFF */
#header,
.header-top,
.header-top-left ul > li > .submit,
.header-top-left ul > li > .search,
header > .sticky  {
  background-color: #ffffff ;
}
.top-bar > .top-bar-section > ul > li > a {
border-top: 2px solid transparent;
}
/*hover button | Default:#E25F5F - Border | Default:#C94E4E*/
.button:hover, .button:focus {
  border-bottom-color: #ce868b !important;
  background-color: #ce868b !important;
}
.footer-social-list > li > a:hover{
  background-color: #ce868b !important;
}
.cart-product-name > a:hover, .cart-product-name > a:focus {
  color: #ce868b !important;
}
.button {
  border-bottom-color: #ce868b !important;
}
.tab-bar > .left-small, .tab-bar > .right-small {
  border-color: #ce868b;
}
/*footer-top | Default:#242A2F */
.footer-top, #scroll-top-trigger { background-color: #242A2F;}

/*footer | Default:#3F4A52 */
footer {background-color: #3F4A52;}
.toast, .toast-success {background-color: #aecfc8;}
