/*
Theme Name: Nicely Theme
Theme URI: http://www.madeNicely.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

.fl-accordion .fl-accordion-button-label { outline: none !important; }
.fl-accordion .fl-accordion-button-icon { outline: none !important; }
.wc-tabs a:focus,
.wc-tabs a:active,          /* mouse-down moment */
.wc-tabs a:focus-visible {  /* newer spec */
    outline: none !important;   /* Chrome / Firefox / Edge */
    box-shadow: none !important;/* Safari’s focus style */
}
/* html elements */ 
p {margin-bottom: 20px;}
a {
    text-decoration: none !important;
}


/* Nicely Global */ 
.nicely-no-margin p {margin-bottom: 0px !important;}
.nicely-z-index {position: relative; z-index:999;}
.nicely-sticky-row {position:sticky;top:0;z-index:99;}
.nicely-nowrap {white-space: nowrap;}

button, a.button {
	font-family: "Public Sans", sans-serif;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 1.2;
	padding: 12px 30px !important;
}
button:hover, a.button:hover {
	color: #fff !important;
}
#nicely-top-btn {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 1000;
}

a.fl-post-carousel-more, .nicely-search-results a.fl-post-feed-more {
	background-color: #ffb621;
	padding: 12px 30px !important;
	position: relative;
	top: 20px;
}
.nicely-search-results a.fl-post-feed-more {
	top: 0;
	margin-bottom: 50px;
}
a.fl-post-carousel-more:hover, .nicely-search-results a.fl-post-feed-more:hover {
	background-color: #d48f1a;
	color: #fff !important;
}

.wp-caption {
    background: none;
    border: 0;
    padding: 0;
}

/* FAQ */
.nicely-faq .uabb-tabs .uabb-tabs-navo7r5km9a4phu ul li {margin: 0 5px 5px 0px !important;}
.nicely-faq .uabb-tabs .uabb-tabs-navo7r5km9a4phu ul {margin: 0px !important;}

.fl-accordion-button:hover .fl-accordion-button-icon,
.fl-accordion-button:active .fl-accordion-button-icon,
.fl-accordion-button:hover .fl-accordion-button-label,
.fl-accordion-button:active .fl-accordion-button-label {
	color: #f5b12d !important;
}

.fl-accordion-item.fl-accordion-item-active .fl-accordion-button-icon,
.fl-accordion-item.fl-accordion-item-active .fl-accordion-button-label {
  color: #f5b12d !important;
}

.fl-accordion-button-icon-left, .fl-accordion-button-icon-right {
	opacity: 1 !important;
}

/* Blog */


.nicely-recent-posts a {
	color:#f5b12d !important;
}
.nicely-recent-posts .uabb-post-wrapper:hover .uabb-post-heading a {
    color: #d48f1a !important;
    text-decoration: underline !important;
}

.nicely-testimonials .fl-row-content-wrap {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
.nicely-testimonials .fl-module-content {
    margin-top: 0px!important;
    margin-right: 0px!important;
    margin-bottom: 0px!important;
    margin-left: 0px!important;
}

/* Search Results*/
h2.nicely-entry-title {font-size: 24px;}
hr.nicely-search-hr {
	margin-top:40px;
	margin-bottom: 40px;
}

/* Forms */
.nicely .wpforms-container .wpforms-field {
    padding: 0;
}
.nicely div.wpforms-container-full .wpforms-field-label {padding-top: 20px;}
.wpforms-field.nicely {padding-bottom: 25px !important;}

/* Cart Menu */
.nicely-cart-menu .dashicons{font-size: 20px;}

/* Side Cart */
.xoo-wscb-count {
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}

.xoo-wsc-icon-basket1:before, .xoo-wsc-icon-bag2:before {content: "\e912";}
.xoo-wsc-container .xoo-wsc-btn.xoo-wsc-ft-btn-checkout {color:#fff; background-color: #ffb621;}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {background-color: #212934; color: #fff; border: 1px solid #000000;}



/* WooCommerce */

.nicely-co-top, .nicely-co-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 20px;
    padding: 20px 0;
	margin-bottom: 30px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
	font-size: 16px;
	text-align: center;
}
.phone-number {
  white-space: nowrap;
}
.nicely-co-international {
	font-size: 16px; 
	margin-bottom: 40px;
}
@media (max-width: 992px) {
    .nicely-co-top,
    .nicely-co-login {
        flex-direction: column;   /* stack items */
        align-items: center;      /* center them horizontally */
        text-align: center;       /* center the text */
    }
}

.woocommerce ul.products li.product .price {display: none;}
.woocommerce ul.products li.product .onsale {display: none;}
.added_to_cart {display: none !important;}
#wc-stripe-express-checkout-button-separator {display: none !important;}
@media only screen and (min-width: 768px) {
	.nicely-max-col-left .fl-module-content {max-width: 580px; margin-left: auto;}
	.nicely-max-col-right .fl-module-content {max-width: 580px; margin-right: auto;}
}
