@charset "utf-8";
.wpcf7 form {
display: block;
}
.wpcf7-form label {
display: block;
} #page-header .l-subheader-cell .w-socials-item.twitter .fa-x-twitter svg {
display: none !important;
}:root {
--uacf7-global-color-primary: #382673;
--uacf7-global-text-color-secondary: #383c41;
--uacf7-global-placeholder-color: #606266;
--uacf7-global-border-color: #e4e9f8;
--uacf7-global-button-color: var(--uacf7-global-color-primary);
--uacf7-border-radius: 5px;
--uacf7-white-color: #fff;
} .uacf7-wrapper-default {
border: none !important;
margin: 0 !important;
padding: 0 !important;
box-shadow: none !important;
outline: none !important;
min-inline-size: 100%;
}
.uacf7-wrapper-default hr {
background-color: var(--uacf7-global-border-color);
border: none;
height: 1px;
margin-bottom: 20px;
width: 100%;
}
.uacf7-wrapper-default label {
display: inline-block;
font-weight: 500;
line-height: inherit;
margin-bottom: 15px;
width: 100%;
}
.uacf7-wrapper-default label span {
display: block;
margin-top: 5px;
}
.uacf7-wrapper-default .wpcf7-acceptance label span {
display: inline-block;
margin-top: 5px;
} .uacf7-wrapper-default input[type="date"],
.uacf7-wrapper-default input[type="email"],
.uacf7-wrapper-default input[type="number"],
.uacf7-wrapper-default input[type="password"],
.uacf7-wrapper-default input[type="search"],
.uacf7-wrapper-default input[type="tel"],
.uacf7-wrapper-default input[type="text"],
.uacf7-wrapper-default input[type="url"],
.uacf7-wrapper-default select,
.uacf7-wrapper-default textarea,
.uacf7-wrapper-default label span textarea,
.uacf7-wrapper-default label span input {
padding: 0.7rem 1rem;
background-clip: padding-box;
background-image: none;
border: 1px solid var(--uacf7-global-border-color);
border-radius: var(--uacf7-border-radius);
color: var(--uacf7-global-text-color-secondary);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
outline: none;
}
.uacf7-wrapper-default textarea {
height: 90px;
}
input[type="date"]:focus-visible,
input[type="date"]:visited,
input[type="email"]:focus-visible,
input[type="email"]:visited,
input[type="number"]:focus-visible,
input[type="number"]:visited,
input[type="password"]:focus-visible,
input[type="password"]:visited,
input[type="search"]:focus-visible,
input[type="search"]:visited,
input[type="tel"]:focus-visible,
input[type="tel"]:visited,
input[type="text"]:focus-visible,
input[type="text"]:visited,
select:visited,
select:focus-visible,
textarea:visited,
textarea:focus-visible {
border-color: var(--uacf7-global-button-color) !important;
} .uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item-label {
margin: 0;
}
.uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item {
display: flex !important;
align-items: center;
margin: 0.5em 0 0 1em;
font-weight: 400;
}
.uacf7-wrapper-default .uacf7-checkbox span input {
margin-right: 10px;
} .uacf7-wrapper-default .uacf7-radio .wpcf7-list-item-label {
margin: 0;
}
.uacf7-wrapper-default .uacf7-radio .wpcf7-list-item {
display: flex !important;
align-items: center;
margin: 0.5em 0 0 1em;
font-weight: 400;
}
.uacf7-wrapper-default .uacf7-radio span input {
margin-right: 10px;
}
.uacf7-wrapper-default .uacf7-rating label span {
display: inline-block;
} .uacf7-wrapper-default .uacf7-submint {
display: flex;
align-items: center;
}
.uacf7-wrapper-default .uacf7-submint.end {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.uacf7-wrapper-default .uacf7-submint input[type="submit"] {
font-size: 16px;
font-weight: 700;
color: var(--uacf7-white-color);
background-color: var(--uacf7-global-color-primary);
border-style: solid;
border-radius: var(--uacf7-border-radius);
border-width: 2px;
border-color: var(--uacf7-white-color);
padding: 10px 20px;
text-align: center;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
outline: none;
}
.uacf7-wrapper-default .uacf7-submint input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint input[type="submit"]:hover {
color: var(--uacf7-white-color);
background-color: var(--uacf7-global-color-primary);
} .uacf7-wrapper-default .uacf7-submint.fill input[type="submit"] {
background-color: var(--uacf7-global-color-primary);
color: var(--uacf7-white-color) !important;
}
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:hover {
color: var(--uacf7-global-color-primary);
background-color: var(--uacf7-white-color);
} .uacf7-wrapper-default .uacf7-submint.full-width {
position: relative;
}
.uacf7-wrapper-default .uacf7-submint.full-width input[type="submit"] {
width: 100%;
}
.uacf7-wrapper-default .uacf7-submint.full-width > span {
position: absolute;
left: 50%;
margin-left: -12px;
}
.uacf7-wrapper-default .uacf7-submint.fill.full-width > span.wpcf7-spinner {
background-color: var(--uacf7-white-color);
}
.uacf7-wrapper-default
.uacf7-submint.fill.full-width
> span.wpcf7-spinner::before {
background-color: var(--uacf7-global-color-primary);
}
.uacf7-wrapper-default .uacf7-charity-dinner {
padding: 0 15px;
}
.uacf7-wrapper-default .uacf7-charity-dinner .wpcf7-submit {
background: #115e99 !important;
color: #ffffff !important;
border-color: #115e99 !important;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit {
background-color: #e6a23c !important;
border-radius: 6px;
font-size: 18px;
line-height: 1.5;
padding: 8px 16px;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit:hover {
background-color: #ebb563 !important;
}.steps-form {
display: table;
width: 100%;
position: relative;
}
.uacf7-step.step-content button.uacf7-prev,
.uacf7-step.step-content button.uacf7-next {
margin-top: 5px
}
.uacf7-step.step-content.step-start button.uacf7-prev,
.uacf7-step.step-content.step-end button.uacf7-next,
.uacf7-step.step-content.step-end span.uacf7-ajax-loader {
display: none !important
}
.uacf7-step span.uacf7-ajax-loader.is-active {
visibility: visible
}
.uacf7-step.step-content button.uacf7-next {
float: right;
}
.uacf7-step.step-content.step-start button.uacf7-next {
float: none;
}
.steps-form .steps-row {
display: table-row;
}
.steps-form .steps-row:before {
top: 18px;
bottom: 0;
position: absolute;
content: " ";
width: 100%;
height: 1px;
background-color: #ccc;
}
.steps-form .steps-row .steps-step {
display: table-cell;
text-align: center;
position: relative;
}
.steps-form .steps-row .steps-step p {
margin-top: 0.5rem;
}
.steps-form .steps-row .steps-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.steps-form .steps-row .steps-step .btn-circle {
width: 30px;
height: 30px;
text-align: center;
font-size: 12px;
line-height: 28px;
border-radius: 50%;
margin-top: 0;
text-decoration: none;
outline: 0;
display: inline-block;
position: relative;
}
.steps-form .steps-row .steps-step .btn-circle img { width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0
}
.uacf7-btn-default {
color: #fff;
background-color: #65ce92 !important;
}
.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
color: #fff;
background-color: #15a552 !important;
outline: 0;
-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
transform: scale(1.1);
}
.steps-form .steps-row .steps-step .btn-circle:hover,
.steps-form .steps-row .steps-step .btn-circle:focus,
.steps-form .steps-row .steps-step .btn-circle:active {
outline: 0;
-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
color: #fff
}
.btn.btn-circle.uacf7-btn-default:not(.uacf7-btn-active) { }
.progressbar-style-1.steps-form .steps-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.progressbar-style-1.steps-form .steps-row .steps-step {
display: table-cell;
text-align: center;
position: relative;
flex-grow: 1; border-right: 1px solid #fff;
}
.progressbar-style-1.steps-form .steps-row .steps-step:last-child {
border-right: 0
}
.progressbar-style-1.steps-form .steps-row .steps-step p {
margin-top: 0.5rem; margin-bottom: 0.5rem;
} .progressbar-style-1 .uacf7-btn-default {
color: #444;
background-color: #ddd !important;
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
transform: inherit;
box-shadow: none
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active:hover {
box-shadow: none;
color: #fff
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:hover,
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:focus,
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:active {
box-shadow: none;
color: #444;
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle img {
display: none;
}
.progressbar-style-1.steps-form .steps-row {
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
column-gap: 2px;
row-gap: 2px;
justify-content: space-between;
}
.progressbar-style-1.steps-form .steps-row .steps-step {
background: #ddd;
flex-grow: 1;
}
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle {
font-size: 12px;
line-height: 24px;
text-decoration: none;
outline: 0;
background: transparent;
width: 100%;
height: 100%;
padding: 5px 10px;
border-radius: 0;
}
.progressbar-style-1 .steps-step .uacf7-btn-active {
background: #15a552 !important;
}
.progressbar-style-1 .steps-step .uacf7-btn-active {
color: #fff !important;
}
.progressbar-style-1.steps-form .steps-row::before {
display: none;
} @media (max-width: 576px) {
.steps-form .steps-row {
display: inline-block;
}
.steps-form .steps-row .steps-step {
float: left;
padding: 1px 4px;
}
.progressbar-style-1 .steps-step {
padding: 0 !important;
}
.steps-form .steps-row::before {
display: none;
}
} @media (min-width: 768px) {} @media (min-width: 992px) {} @media (min-width: 1200px) {} @media (min-width: 1400px) {}
 a,
.theme_color,
.list-style-one li .icon,
.social-icon-one li a:hover,
.list-style-two li .icon,
.services-block .inner-box .upper-box h3 a:hover,
.main-header .header-top .top-left ul li span,
.main-header .info-box .icon-box,
.footer-lists li a:hover,
.footer-lists li a:before,
.news-widget .post .text a:hover,
.news-widget .post .post-info li .icon,
.team-block .inner-box .lower-box h3 a,
.social-icon-two li a:hover,
.process-block .inner-box .lower-box h3,
.process-block .inner-box .lower-box:hover h3 a,
.services-block-four .inner-box h3 a:hover,
.welcome-section .content-column .inner-column .text h3,
.main-header .header-top .top-right .social-nav li a:hover,
.gallery-section .filters .filter-tabs .filter.active,
.gallery-section .filters .filter-tabs .filter:hover,
.testimonial-block .inner-box .author-box .designation,
.news-block .inner-box .lower-content h3 a:hover,
.news-block .inner-box .lower-content .post-meta li span,
.news-block-two .inner-box .content-column h3 a:hover,
.news-block-two .inner-box .content-column .post-meta li span,
.header-style-two .nav-outer .outer-box .contact-number .icon,
.header-style-three .nav-outer .outer-box .contact-number .icon,
.services-block-two .inner-box .lower-box h3 a:hover,
.testimonial-block-two .inner-box .quote-icon,
.accordion-box .block .icon-outer,
.list-style-three li .icon,
.page-title .page-breadcrumb li a,
.services-block-three .inner-box h3 a:hover,
.services-block-four .inner-box:hover .icon-box,
.testimonial-block-two .inner-box .lower-box .rating,
.news-block-three .inner-box .lower-content h3 a:hover,
.time-counter .time-countdown .counter-column,
.news-block-three .inner-box .lower-content .post-meta li span,
.default-section .testimonial-column .owl-nav .owl-prev:hover,
.default-section .testimonial-column .owl-nav .owl-next:hover,
.accordion-box.style-two .block .acc-btn.active,
.project-list li.social-icons a:hover,
.cat-list li.active a, .cat-list li a:hover,
.sidebar .popular-posts .post a:hover,
.sidebar .popular-tags a:hover,
.news-single .inner-box .lower-content .post-meta li span,
.social-icon-three li a:hover,
.shop-item .inner-box .lower-content .price,
.shop-item .inner-box .lower-content .add-cart:hover,
.shop-item .inner-box .lower-content .rating .fa,
.shop-item .inner-box .lower-content h3 a:hover,
.cart-table tbody tr .remove-btn,
.sidebar-page-container .comments-area .comment-info .comment-time,
.news-single .inner-box .lower-content .post-share-options .tags a:hover,
.sidebar .popular-posts .post .post-thumb .overlay-box,
.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus,
.services-single .services-tabs .tab-btns .tab-btn:hover,
.services-single .services-tabs .tab-btns .tab-btn.active-btn,
.range-slider-one .theme-btn:hover,
.sidebar .related-posts .post .rating .fa,
.cart-section .totals-table .total .price,
.checkout-page .default-links li a,
.product-details .basic-details .details-header .rating,
.product-details .basic-details .details-header .item-price,
.sidebar .related-posts .post a, .sidebar .related-posts .post a:hover,
.subscribe-form-three .form-group input[type="submit"], .subscribe-form-three button,
.testimonial-block-two .inner-box .lower-box .author-box .author-inner .designation,
.projects-section .owl-nav .owl-prev:hover, .projects-section .owl-nav .owl-next:hover,
.project-page-section .filters .filter-tabs .filter.active,
.project-page-section .filters .filter-tabs .filter:hover,
.order-box ul li span,
.sidebar-page-container .comments-area .comment .comment-inner .rating,
.shop-comment-form .rating-box .rating a:hover,
.sidebar .search-box .form-group button,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current_page_item > a,
.team-grids .member-info h3 a:hover,
.team-grids .social-links li a:hover,
.testimoials-s2-grid .client-info .rating i,
.blog-modern-section .news-block-three .content-column .post-meta li a .icon,
.blog-modern-section .news-block-three .content-column .post-meta li a:hover,
.blog-modern-section .news-block-four .content-column .inner-column h2 a:hover,
.blog-modern-section .news-block-four .content-column .post-meta li a .icon,
.blog-modern-section .news-block-four .content-column .post-meta li a:hover,
.footer-about-address ul li .icon-box,
.widget ul li a:hover:after, .widget ul li a:hover,
.social-icon-five li a:hover,
.post-options .inner-box ul li a:hover,
.woocommerce .star-rating span,
.woocommerce .products .star-rating,
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .price ins span,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce p.stars a,
.woocommerce .star-rating::before,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-info::before,
.woocommerce-account .woocommerce-MyAccount-content p a, .woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.sidebar-widget .tagcloud a:hover,
.woocommerce .woocommerce-Price-amount,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info
{
color: #a6ce40;
}
.testimoials-s2-grid {
border: 2px solid #a6ce40;
} .btn-style-one,
.sec-title .separater:before,
.btn-style-two:hover,
.scroll-to-top:hover,
.main-menu .navigation > li:before,
.project-list li .icon,
.testimonial-section .owl-dots .owl-dot,
.fact-counter .column .counter-title:before,
.team-block .inner-box:hover .lower-box,
.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button,
.header-style-two .header-top,
.btn-style-three:hover,
.subscribe-section:before,
.services-block-three .inner-box .icon-box,
.services-section-two .owl-dots .owl-dot,
.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default,
.services-block-four .inner-box .icon-box,
.comming-soon .content .content-inner .logo:after,
.process-block .inner-box .upper-box .icon-box .block-number,
.accordion-box .block .acc-btn.active .icon-outer .icon-minus,
.main-header .header-lower .outer-box .advisor-box .advisor-btn span,
.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button,
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover,
.blog-cat li a:after,
.brochure-box:hover,
.cart-section .coupon-btn,
.cart-section .cart-options .cart-btn:hover,
.cart-section .cart-options .cart-btn,
.sidebar-title .separater:after,
.cart-section .coupon-btn:hover,
.shipping-form button,
.shipping-form button:hover,
.cart-section .totals-table .proceed-btn,
.cart-section .totals-table .proceed-btn:hover,
.ui-state-active, .ui-widget-content .ui-state-active,
.shop-item .inner-box .image .overlay-box .cart-option li a,
.sidebar-page-container .comments-area .comment .comment-reply,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn,
.subscribe-form-two button,
.sidebar-page-container .comments-area .comment .comment-reply a,
.pagination > li > .current,
.pagination > li > span:focus,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current_page_item > a,
.testimonial-block-two .inner-box .lower-box .author-box .author-inner .image:after,
.portfolio-item-two .overlay-inner,
.services-block-two .inner-box .upper-box .image .overlay-box,
.team-block-two .inner-box .overlay-box,
.news-block-three .inner-box .image .overlay-link,
.services-block .inner-box .lower-box .image .overlay-box,
.default-portfolio-item .overlay-box,
.blog-modern-section .news-block-three .content-column .inner-column .post-date,
.blog-modern-section .news-block-three .content-column .inner-column:before,
.blog-modern-section .news-block-four .content-column .inner-column .post-date,
.blog-modern-section .news-block-four .content-column .inner-column:before,
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current,
.styled-pagination li a.prev:hover, .styled-pagination li a.next:hover,
.services-single .inner-box .image .icon,
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
form.cart button.add-to-cart,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before,
.woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #place_order,
.woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.sticky-header .main-menu .navigation > li:hover > a,
.post-share-options .inner-container .social-icons li a:hover, .post-share-options .inner-container .social-icons li.active a,
.wc-pagination ul li a:hover, .wc-pagination ul li span, nav.wc-pagination ul li a:focus, nav.wc-pagination ul li a:hover, nav.wc-pagination ul li span.current,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #a6ce40;
}
.rev-btn.rs-layer,
.rev-btn.rs-layer:hover {
background-color: #a6ce40 !important;
}
.testimoials-s2-grid:after{
background: #a6ce40 url(//aspenleafyogurt.com/wp-content/themes/sanat/assets/images/icons/quote.png) no-repeat center center;
}
.main-slider .tp-bannertimer.tp-bottom, rs-progress-bar {
background: #a6ce40 !important;
}
.color-trigger, .color-palate-head {
background: #a6ce40 none repeat scroll 0 0 !important;
} .btn-style-one,
.btn-style-two:hover,
.main-menu .navigation > li > ul,
.list-style-two li .icon,
.btn-style-three:hover,
.brochure-box:hover,
.portfolio-item-two .overlay-inner,
.main-menu .navigation > li > ul > li > ul,
.projects-section .owl-nav .owl-prev:hover,
.projects-section .owl-nav .owl-next:hover,
.default-section .testimonial-column .owl-nav .owl-prev:hover,
.default-section .testimonial-column .owl-nav .owl-next:hover,
.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus,
.list-style-three li .icon,
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover,
.sidebar-page-container .comments-area .comment-box:hover,
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus,
.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default,
.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus,
.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus,
.ui-state-active, .ui-widget-content .ui-state-active,
.checkout-form input:focus, .checkout-form select:focus,
.checkout-form textarea:focus,
.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus,
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current,
.styled-pagination li a.prev:hover, .styled-pagination li a.next:hover,
.social-icon-five li a:hover,
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
.wc-pagination ul li a:hover, .wc-pagination ul li span, nav.wc-pagination ul li a:focus, nav.wc-pagination ul li a:hover, nav.wc-pagination ul li span.current
{
border-color: #a6ce40;
}
.faq-section .prod-tabs .tab-btns{
border-top-color:#a6ce40;
}
.subscribe-section .title-column:after,
.header-style-two .main-menu .navigation > li > a:after,
.main-header .main-menu .navigation > li > a:after,
.main-menu .navigation > li:after {
border-bottom-color:#a6ce40;
}
.subscribe-section .title-column:after{
border-left-color:#a6ce40;
}
.fluid-section-one .title-column:before{
background-color:rgba(166,206,64,0.8);
}
.rev-btn.rs-layer,
.rev-btn.rs-layer:hover {
border-color: #a6ce40 !important;
}
.rtl .subscribe-section .title-column:after {
border-bottom: 170px solid #a6ce40;
border-left: 75px solid #a6ce40;
}
@media only screen and (max-width: 767px){
.main-menu .navbar-header .navbar-toggle{
border-color:#a6ce40;
}
.main-menu .navbar-header .navbar-toggle,
.main-menu .navbar-collapse > .navigation,
.main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul,
.main-menu .navbar-collapse > .navigation > li > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a,
.main-menu .navbar-collapse > .navigation > li > a:hover,
.main-menu .navbar-collapse > .navigation > li > a:active,
.main-menu .navbar-collapse > .navigation > li > a:focus,
.main-menu .navbar-collapse > .navigation > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li.current > a,
.main-menu .navbar-collapse > .navigation > li.current_page_item > a,
.header-style-two.inner-header .main-menu .navigation > li > a,
.main-header .main-menu .navigation > li > a {
background-color:#a6ce40;
}
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message
{
border-top-color: #a6ce40 !important;
}
.woocommerce .f-shop-detail .summary .star-rating
{
color: #a6ce40 !important;
}