/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.custom-woocommerce-pagination .page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
	clear: none;
    float: right;
}

.custom-woocommerce-pagination .page-numbers li {
    margin-left: 5px;
}

.custom-woocommerce-pagination .page-numbers a,
.custom-woocommerce-pagination .page-numbers span {
    display: block;
    padding: 4px 14px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #555;
	font-weight: 700;
}

.custom-woocommerce-pagination .page-numbers .current {
    color: var(--porto-body-color);
    border-color: var(--porto-primary-color);
}

.custom-woocommerce-pagination .page-numbers .dots {
	pointer-events: none;
	border-width: 0;
    min-width: 0;
    padding: 0;
}

.custom-woocommerce-pagination .page-numbers .next,
.custom-woocommerce-pagination .page-numbers .prev {
    font-weight: bold;
}

.custom-woocommerce-pagination .next:before,
.custom-woocommerce-pagination .prev:before {
    font-family: "porto";
    font-weight: 700;
    top: 0;
    left: 0;
    right: 0;
    text-indent: 0;
}
.custom-woocommerce-pagination .page-numbers .prev:before {
    content: "\e819";
}

.custom-woocommerce-pagination .page-numbers .next:before {
    content: "\e81a";
}



.faq-list .elementor-tab-title.elementor-active a {
	background-color: #bab1a1 !important;
}


.btn-faq-more {
	bottom: 1.5rem !important;
}


#header .elementor-element-9220a72 .main-menu > li.menu-item > a {
	font-size: 16px !important;
}


#header .elementor-element-9220a72 .main-menu > li.menu-item.active > a {
	color: #bab1a1 !important;
}

.intro .owl-carousel .owl-dots .owl-dot span {
	height: 4px !important;
}

