/*
Theme Name: k8vina
Theme URI: https://k8vina.net
Author: k8vina
Description: Basic Theme for WordPress. Speed up your website experience with optimized performance and flexibility.
Version: 1.1.2
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ISpeedUp
Domain Path: /languages
Tags: blog, e-commerce, responsive, modern, clean, customizable
*/
/* Style body , container and permalink
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background: var(--fc_body_background_color);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight:300;
    font-style: normal;
    font-size: 16px;
    color: var(--fc_body_color);
    line-height: 1.5;
}
strong{
    font-weight: 600;
}
a{
    text-decoration: none;
    color: var(--fc_color_permalink);
}
a:hover{
    color: var(--fc_color_permalink_hover);
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
    color: var(--fc_color_heading);
}
.container{
    max-width:1200px;
}
.color-secondary{
    color: var(--fc_color_secondary) !important;
}
.color-primary{
    color: var(--fc_color_primary) !important;
}
.color-tertiary{
    color: var(--fc_color_tertiary) !important;
}
.background-primary{
    background: var(--fc_color_primary) !important;
}
.background-secondary{
    background: var(--fc_color_secondary) !important;
}
.background-tertiary{
    background: var(--fc_color_tertiary) !important;
}
/* Style swal2
-------------------------------------------------------------- */
.swal2-confirm{
    min-width:100px;
    background:var(--fc_color_primary);
    outline: none !important;
    border:0px !important;
    box-shadow: none !important;
}
.swal2-html-container{
    font-size:15px;
    color:#666;
}
/* Header top
-------------------------------------------------------------- */
.header-top-content{
    background:  var(--fc_background_header_top);
    color: var(--fc_color_header_top);
    padding:10px 15px;
}

.header-hotline img{
    margin-right: 2px;
    margin-top:3px;
}
/* Header Main
-------------------------------------------------------------- */
.header-menu-main{
    background:  var(--fc_header_background);
    transition: all 0.5s;
    z-index:99;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Style Header Menu Fixed
-------------------------------------------------------------- */
.header-menu-main.fixed{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 3px 10px 3px #00000012;
    animation: fadeInDown .5s ease-out; /* call animate fadeInDown */
}
/* Header logo
-------------------------------------------------------------- */
.logo-small img{
    max-width:80px;
    border-radius: 50%;
}
.header-menu-main a.logo img{
    max-width: 110px;
    margin-top:5px;
    margin-bottom: -20px;
    border-radius: 50%;
}
.header-menu-main.fixed a.logo img{
    max-width: 90px;
    margin-bottom: -30%;
    background: var(--fc_header_background);
}
/* Header Menu
-------------------------------------------------------------- */
.header-menu-main .notification-admin-message a{
    display: inline-block;
    color: #0a7aff;
    margin:0px 5px;
}
/* Navigation menu links
--------------------------------------------------------------*/
.fc-menu-header ul a {
    color: var(--fc_color_nav_menu);
}

/* Header action images
--------------------------------------------------------------*/
.header-action img {
    width: 25px;
}

/* Submenu links with inherited line height
--------------------------------------------------------------*/
.fc-menu-header ul li ul a {
    line-height: inherit;
}

/* Hover state for navigation menu links
--------------------------------------------------------------*/
.fc-menu-header ul a:hover {
    color: var(--fc_color_nav_menu_hover);
}

/* Submenu styling (excluding mega menus)
--------------------------------------------------------------*/
.fc-menu-header ul li:not(.mega-menu-item) ul {
    background:#FFF;
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 15px;
    top: 90%;
}

/* Submenu link styling (excluding mega menus)
--------------------------------------------------------------*/
.fc-menu-header ul li:not(.mega-menu-item) ul a {
    color: #333;
    font-weight: 400;
}
.fc-menu-header ul li:not(.mega-menu-item) ul a:hover{
    color: var(--fc_color_nav_menu_hover) !important;
}
/* Dropdown menu styling
--------------------------------------------------------------*/
.fc-menu-header ul li .dropdown-menu {
    border-top: 6px solid var(--fc_color_nav_menu);
    transition: all .3s;
    top: 100%;
}

/* Hover state for dropdown menus
--------------------------------------------------------------*/
.fc-menu-header ul li:hover .dropdown-menu {
    top: 90%;
    visibility: inherit;
    opacity: 1;
}
/* Header Button Menu Mobile
-------------------------------------------------------------- */
a.btn-menu-mobile{
    display: none;
}
/* Mega menu content styling
--------------------------------------------------------------*/
.fc-menu-header .mega-menu-content {
    top: 100px;
    background: var(--fc_header_background);
    font-size: 14px;
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    font-weight: 300;
}

/* Widget links in mega menu
--------------------------------------------------------------*/
.fc-menu-header .mega-menu-widget .widget ul li a {
    color: var(--fc_body_color);
}

/* Hover state for widget links in mega menu
--------------------------------------------------------------*/
.fc-menu-header .mega-menu-widget .widget ul li a:hover {
    color: var(--fc_color_permalink_hover);
}

/* Hover state for mega menu items
--------------------------------------------------------------*/
.fc-menu-header li.mega-menu-item:hover .mega-menu-content {
    top: 80px;
}
/* Style mega menu hover
-------------------------------------------------------------- */
.header-menu-main.enable-header-fixed.fixed .fc-menu-header li.mega-menu-item:hover .mega-menu-content{
    top:65px;
}

/* Styling for the search product modal
--------------------------------------------------------------*/
.modal-search-product {
    z-index: 9999;
    display: none;
}
/* Active state for search product modal
--------------------------------------------------------------*/
.modal-search-product.active {
    display: block;
}
/* Modal content styling
--------------------------------------------------------------*/
.modal-content-search {
    max-width: 700px;
    max-height: 100%;
    margin-top: 20vh;
}
/* Styling for the modal form
--------------------------------------------------------------*/
.modal-content-search form {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
/* Input field styling inside the modal
--------------------------------------------------------------*/
.modal-content-search form .input-search {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    padding: 25px 15px;
}
/* Submit button styling in the search form
--------------------------------------------------------------*/
.modal-content-search form .btn-search-submit {
    border-radius: 0px;
    background: #FFF;
}
/* Styling for the search products results container
--------------------------------------------------------------*/
#search-products-results {
    max-height: 60vh;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #EEE;
}
/* Styling for product thumbnail links within the search results
--------------------------------------------------------------*/
#search-products-results .thumbnail-result-product a {
    width: 50px;
    height: 50px;
    border: 1px solid #EEE;
    border-radius: 5px;
}
/* style width sidebar and content
--------------------------------------------------------------*/
.sidebar-template{
    width:27%;
    padding-top: 30px;
}
.layout-sidebar{
    width:73%;
}
/* Style Logo menu sidebar mobile
-------------------------------------------------------------- */
.logo-menu-sidebar-mobile{
    height:100px;
}
.logo-menu-sidebar-mobile:after{
    background: var(--fc_background_header_top);
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:70%;
}
.logo-menu-sidebar-mobile img{
    max-width:80px;
    border-radius: 50%;
}
/* Background for the mobile sidebar menu
--------------------------------------------------------------*/
.background-sidebar-menu-mobile {
    background: rgba(0, 0, 0, 0.5);
}
/* Styling for the mobile sidebar menu
--------------------------------------------------------------*/
.sidebar-menu-mobile {
    z-index: 9999;
}
/* Styling for the content area of the mobile sidebar menu
--------------------------------------------------------------*/
.content-sidebar-menu-mobile {
    max-width: 300px;
    background: var(--fc_header_background);
}
/* Wrapper for the mobile menu
--------------------------------------------------------------*/
.mobile-menu-wrapper {
    height: calc(100% - 150px);
}

/* Styling for images inside the mobile menu wrapper
--------------------------------------------------------------*/
.mobile-menu-wrapper img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}

/* Footer menu styling in the mobile sidebar
--------------------------------------------------------------*/
.footer-menu-sidebar-mobile {
    background: var(--fc_background_header_top);
    height: 50px;
}

/* Styling for social media links in the mobile sidebar footer
--------------------------------------------------------------*/
.footer-menu-sidebar-mobile .item-social a {
    width: 30px;
    height: 30px;
    padding: 5px;
}
/* Styling for the sidebar menu list and list items
--------------------------------------------------------------*/
.content-sidebar-menu-mobile ul,
.content-sidebar-menu-mobile ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
}

/* Styling for nested submenus
--------------------------------------------------------------*/
.content-sidebar-menu-mobile ul ul {
    display: none;
    padding: 10px 10px 10px 15px;
    font-weight: 400;
}

/* Dropdown menu styling
--------------------------------------------------------------*/
.mobile-menu .dropdown-menu {
    position: absolute;
    right: 10px;
    top: 15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--fc_color_nav_menu);
}

/* Styling for links inside the sidebar menu
--------------------------------------------------------------*/
.content-sidebar-menu-mobile ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    color: var(--fc_color_nav_menu);
    position: relative;
}

/* Bottom border styling for sidebar menu links
--------------------------------------------------------------*/
.content-sidebar-menu-mobile ul li a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: var(--fc_color_nav_menu);
    opacity: 0.1;
}
.content-sidebar-menu-mobile ul li ul li a{
    padding: 5px 10px;
}
/* Hide the bottom border for nested submenu links
--------------------------------------------------------------*/
.content-sidebar-menu-mobile ul ul a:after {
    display: none;
}

/* Hover effect for links in the sidebar menu
--------------------------------------------------------------*/
.content-sidebar-menu-mobile ul li a:hover {
    color: var(--fc_color_permalink_hover);
}

/* Hover effect for dropdown menu when the link is hovered
--------------------------------------------------------------*/
.content-sidebar-menu-mobile ul li a:hover .dropdown-menu {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FFF;
}

/* Hover effect for nested submenu links
--------------------------------------------------------------*/
.content-sidebar-menu-mobile ul li ul li a:hover {
    background: transparent;
    color: var(--fc_color_nav_menu);
}

/* Footer style
-------------------------------------------------------------- */
.footer-template{
    background:  var(--fc_background_footer);
    color: var(--fc_color_footer);
    padding:55px 0px 50px 0px;
}
/* Style footer logo
-------------------------------------------------------------- */
.footer-template .logo-footer img{
    max-width:110px;
    border-radius: 50%;
}
/* Style Footer list menu
-------------------------------------------------------------- */
.footer-template ul,
.footer-template ul li{
    list-style:none;
    margin:0px;
    padding:10px 0px;
}
.footer-template .row{
    margin-left:-15px;
    margin-right:-15px;
}
/* Style Footer column
-------------------------------------------------------------- */
.footer-template .item-footer{
    padding:10px 15px;
}
.footer-template .item-footer p{
    margin:5px 0px;
}
/* Styling for the footer list and list items
--------------------------------------------------------------*/
.content-item-footer ul,
.content-item-footer ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/* Styling for footer links
--------------------------------------------------------------*/
.content-item-footer ul li a {
    color: var(--fc_color_footer);
    display: block;
    position: relative;
    padding: 5px 5px 5px 20px;
}

/* Styling for the arrow icon before each footer link
--------------------------------------------------------------*/
.content-item-footer ul li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: 2px;
    top: 14px;
    border: solid var(--fc_color_footer);
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(-45deg);
}
/* Footer style heading
-------------------------------------------------------------- */
.footer-template .item-footer h2,
.footer-template .item-footer h3,
.footer-template .item-footer h4,
.footer-template .item-footer h5,
.footer-template .item-footer h6{
    font-size: 18px;
    color: var(--fc_color_footer);
    padding:0px;
    margin:0px 0px 15px 0px;
}
/* Footer style divider
-------------------------------------------------------------- */
.footer-divider{
    width:100%;
    height:1px;
    background: var(--fc_color_footer);
    margin:30px 0px 30px 0px;
}
.item-footer .logo-footer{
    margin-top:50px;
}
/* Footer style social
-------------------------------------------------------------- */
.item-social a{
    width: 35px;
    height: 35px;
    border:1px solid var(--fc_color_footer);
    margin-right:10px;
}
/* Copyright style
-------------------------------------------------------------- */
.copyright-template{
    background:var(--fc_background_copyright);
    color: var(--fc_color_copyright);
    padding:10px 15px;
}
/* Footer loading
-------------------------------------------------------------- */
#loading_page{
    display: none !important;
    z-index:9999;
}
#loading_page.active{
    display: flex !important;
}

.loading-spinner{
    border-color:var(--fc_color_primary);
}
.loading-spinner:after{
    border-color:#FF0000 transparent;
}
/* breadcrumb style
-------------------------------------------------------------- */
.breadcrumb-template{
    background:var(--fc_background_breadcrumb);
    color:#434343;
}
.breadcrumb-template a{
    color:#434343;
}
body.single.single-post .content-single-full .breadcrumb-template .container{
    max-width:1000px;
}
body.single.single-post .breadcrumb-template{
    background:#FFF;
}
/* Content editor style
-------------------------------------------------------------- */
.content-editor img{
    width:100%;
    max-width:100%;
    margin:15px 0px;
}
.overflow-image-content .content-editor img{
    width: 110%;
    max-width: 110%;
    margin: 15px -5% 5px -5%;
}
/* Sidebar Widget Style
-------------------------------------------------------------- */
.sidebar-template .widget-title{
    font-weight: 600;
    font-size: 20px;
    border:0px;
    text-transform: inherit;
    margin-bottom: 5px;
}
.sidebar-template .fc-widget-recent-post .thumbnail-widget-recent-post{
    width:70px;
    height:60px;
}
.sidebar-template .widget .fc-widget-recent-post li{
    padding-left: 85px;
    min-height: 70px;
}
/* Styling for category links in the sidebar
--------------------------------------------------------------*/
.sidebar-template .widget.widget_categories ul li a {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--fc_color_primary);
    display: block;
    padding: 10px 15px 10px 25px;
    position: relative;
}

/* Styling for the underline effect after category links
--------------------------------------------------------------*/
.sidebar-template .widget.widget_categories ul li a:after {
    content: "";
    position: absolute;
    background: var(--fc_color_primary);
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
}

/* Removing the underline for the last category link
--------------------------------------------------------------*/
.sidebar-template .widget.widget_categories ul li:last-child a:after {
    display: none;
}

/* Styling for the circular icon before category links
--------------------------------------------------------------*/
.sidebar-template .widget.widget_categories ul li a:before {
    content: "";
    position: absolute;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--fc_color_primary);
    top: 15px;
}

/* Styling for hover effect on category links
--------------------------------------------------------------*/
.sidebar-template .widget.widget_categories ul li a:hover {
    color: var(--fc_color_permalink_hover);
}

/* Styling for hover effect on the circular icon before category links
--------------------------------------------------------------*/
.sidebar-template .widget.widget_categories ul li a:hover:before {
    background: var(--fc_color_permalink_hover);
}
/* Style sidebar blog
--------------------------------------------------------------*/
.sidebar-template .content-sidebar-template .widget:first-child{
    padding-top:0px;
}

/* Style sidebar widget current taxonomy
--------------------------------------------------------------*/
.widget_current_taxonomy_widget .widget-title{
    font-weight:600;
    font-size:15px;
    color: var(--fc_color_secondary);
    text-transform: uppercase;
    margin:0px;
}
.widget_current_taxonomy_widget .current-name-taxonomy{
    color:var(--fc_color_primary);
    margin-bottom: 10px;
}
.widget_current_taxonomy_widget ul li{
    padding:0px !important;
    position: relative;
}
.widget_current_taxonomy_widget ul ul{
    padding:0px;
    margin:0px;
}
.widget_current_taxonomy_widget ul li a{
    font-weight: 600;
    display: block;
    color: var(--fc_color_primary);
    border-bottom: 1px solid #3a792040;
    position: relative;
    padding:10px 10px 10px 30px;
}
.widget_current_taxonomy_widget ul li:last-child a{
    border-bottom: 0px;
}
.widget_current_taxonomy_widget ul li a:before{
    content: "";
    width: 8px;
    height: 8px;
    background: var(--fc_color_primary);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 15px;
}
.widget_current_taxonomy_widget ul li a:hover{
    color: var(--fc_color_permalink_hover);
}
/* Button back to top Style
-------------------------------------------------------------- */
.btn-to-top{
    width: 40px;
    height: 40px;
    right: 20px;
    top: 70%;
    z-index:99999;
}
/* Styling for pagination links and current page
--------------------------------------------------------------*/
.fc-pagination ul li span,
.fc-pagination ul li a,
.fc-pagination ul li span:hover,
.fc-pagination ul li a:hover,
.fc-pagination ul li span.current {
    background: none;
    color: var(--fc_color_primary);
    border: 0px;
    padding: 2px 10px;
}

/* Styling for pagination link elements
--------------------------------------------------------------*/
.fc-pagination ul li span,
.fc-pagination ul li a {
    position: relative;
    font-weight: 500;
}

/* Adding a vertical line to the right of pagination links
--------------------------------------------------------------*/
.fc-pagination ul li span:after,
.fc-pagination ul li a:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 15%;
    width: 1px;
    height: 70%;
    background: var(--fc_color_primary);
}

/* Hiding the line for the "next" button in pagination
--------------------------------------------------------------*/
.fc-pagination ul li a.next:after {
    display: none;
}

/* Styling for the current page number in pagination
--------------------------------------------------------------*/
.fc-pagination ul li span.current {
    color: #000;
}
/* style newsletter
-------------------------------------------------------------- */
/* Styling for the newsletter form container */
.content-form-newsletter {
    padding: 20px 50px;
}
.row-newsletter{
    margin-left:-10px;
    margin-right:-10px;
}

/* Wrapping style for form control newsletter
--------------------------------------------------------------*/
.content-form-newsletter .wpcf7-form-control-wrap {
    margin: 0px;
    position: relative;
}

/* Styling for the input controls inside the form newsletter
--------------------------------------------------------------*/
.content-form-newsletter .wpcf7-form .wpcf7-form-control {
    border-color: var(--fc_color_secondary);
    color: var(--fc_color_secondary);
    padding-left: 50px;
}

/* Styling for the submit button inside the form newsletter
--------------------------------------------------------------*/
.content-form-newsletter .wpcf7-form .wpcf7-submit {
    background: var(--fc_color_secondary);
    color: #FFF !important;
    width: 100% !important;
    min-width: auto !important;
    padding: 12px 18px;
}

/* Adding an email icon inside the input field newsletter
--------------------------------------------------------------*/
.content-form-newsletter .wpcf7-form .wpcf7-form-control-wrap:after {
    content: "";
    background: url("assets/icons/icon-email.svg");
    position: absolute;
    left: 10px;
    width: 22px;
    height: 18px;
    top: 50%;
    transform: translate(0, -50%);
}

/* Styling for breadcrumb template on non-woocommerce pages
--------------------------------------------------------------*/
body.page:not(.woocommerce) .breadcrumb-template,
body.single.single-post:not(.woocommerce) .breadcrumb-template,
body.search:not(.woocommerce) .breadcrumb-template,
body.archive:not(.woocommerce) .breadcrumb-template {
    background: #FFF;
    padding-top: 30px;
    padding-bottom: 20px;
}

/* Styling for the post loop item separator line
--------------------------------------------------------------*/
.item-post-loop:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: var(--fc_color_primary);
    opacity: 0.5;
}

/* Hiding the separator line for the first post item
--------------------------------------------------------------*/
.item-post-loop.first-item-post-loop:after {
    display: none;
}
/* Style Thumbnail Item Post Date
-------------------------------------------------------------- */
.item-post-loop .date-item-post-loop{
    color:#B5B5B5;
}
/* Styling for list items within the thumbnail item post loop
--------------------------------------------------------------
*/
.item-blog-builder .post-categories,
.item-blog-builder .post-categories li,
.item-post-loop .thumbnail-item-post-loop ul,
.item-post-loop .thumbnail-item-post-loop ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* Positioning and styling of the thumbnail item post loop list
 --------------------------------------------------------------
 */
.item-blog-builder .post-categories,
.item-post-loop .thumbnail-item-post-loop ul {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.item-blog-builder .post-categories{
    bottom: 10px;
}

/* Styling for links inside the thumbnail item post loop list
 --------------------------------------------------------------
 */
.item-blog-builder .post-categories a,
.item-post-loop .thumbnail-item-post-loop ul a {
    color: #FFF;
    background: var(--fc_color_primary);
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}
/* Single style
-------------------------------------------------------------- */
.information-single-post{
    color:#B5B5B5;
}
body.single.single-post .content-single-full .container{
    max-width:1000px;
}
/* Styling for individual tag links
--------------------------------------------------------------*/
.tags-post a {
    display: inline-block;
    padding: 2px 10px 2px 30px;
    background: #ECECEC;
    color: #333;
    margin: 2px;
    position: relative;
}

/* Styling for tag links when hover
--------------------------------------------------------------*/
.tags-post a:hover {
    background: var(--fc_color_primary);
    color: #FFF;
}

/* Adding a tag icon before the tag link
--------------------------------------------------------------*/
.tags-post a:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url("assets/icons/icon-tag.svg");
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Invert tag icon on hover
--------------------------------------------------------------*/
.tags-post a:hover:before {
    filter: invert(1);
}

/* Styling for the related post list
--------------------------------------------------------------*/
.content-relate-post ul,
.content-relate-post ul li {
    list-style: none;
    margin: 0px;
    display: block;
    position: relative;
    padding: 0px;
}

/* Styling for individual list items in the related posts
--------------------------------------------------------------*/
.content-relate-post ul li {
    padding: 7px 15px 7px 30px;
}

/* Adding an icon before each related post item
--------------------------------------------------------------*/
.content-relate-post ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    background-image: url("assets/icons/icon-relate.svg");
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* 404 page
-------------------------------------------------------------- */
.four-zero-four-bg{
    background-image: url("assets/images/dribbble.gif");
    height: 400px;
    background-position: center;
    max-width:700px;
    background-repeat: no-repeat;
}
/* Style Blog Woocommerce
-------------------------------------------------------------- */
.content-item-blog-wc{
    transition: all 0.3s;
    border:1px solid #EEE;
}
.content-item-blog-wc:hover{
    background: var(--fc_color_tertiary);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.woocommerce-checkout #order_review,
.cart-collaterals .cart_totals{
    border-color:var(--fc_color_primary);
}

/* Style Header Product Category Woocommerce
-------------------------------------------------------------- */
.header-product-category{
    background-color: var(--fc_background_header_top);
    padding-top:5%;
    padding-bottom: 5%;
}
.header-product-category:after{
    content:"";
    position: absolute;
    background: var(--fc_background_header_top);
    opacity: 0.6;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
}
.header-product-category *{
    color:var(--fc_color_tertiary);
}
.header-product-category .container{
    z-index: 1;
}
/* Style Header Description Product Category Woocommerce
-------------------------------------------------------------- */
.description-product-category{
    background-color: var(--fc_background_header_top);
    padding-top:70px;
    padding-bottom:30px;
}
.description-product-category *{
    color:var(--fc_color_tertiary);
}
.description-product-category .container{
    z-index:1;
}

/* Style Header Product Tags , and Search Woocommerce
-------------------------------------------------------------- */
body.post-type-archive-product.woocommerce .header-product-category,
body.tax-product_tag.woocommerce .header-product-category{
    padding-top:40px;
    padding-bottom: 40px;
}
body.tax-product_tag.woocommerce .woocommerce-products-header__title,
body.post-type-archive-product.woocommerce .woocommerce-products-header__title{
    font-size: 24px;
}
/* Style Sidebar Cart
-------------------------------------------------------------- */
#cart-sidebar .woocommerce-mini-cart__buttons .button.wc-forward{
    background: var(--fc_color_primary);
    border-color: var(--fc_color_primary);
    color:#FFF;
}
#cart-sidebar .woocommerce-mini-cart__buttons .button.checkout.wc-forward{
    background: var(--fc_color_secondary);
    border-color: var(--fc_color_secondary);
}
#cart-sidebar .woocommerce-mini-cart__buttons .button.wc-forward:hover{
    background: #FFF;
    color: var(--fc_color_primary);
}
#cart-sidebar .woocommerce-mini-cart__buttons .button.checkout.wc-forward:hover{
    color: var(--fc_color_secondary);
}
/* Style Order Link Product Category
-------------------------------------------------------------- */
ul.orderby-links li a:hover,
ul.orderby-links li.active a{
    background: var(--fc_color_primary) !important;
    border-color: var(--fc_color_primary) !important;
}
/* Style Sidebar Woocommerce mini cart button and Price filter
-------------------------------------------------------------- */
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a,
.widget.woocommerce.widget_price_filter .button {
    background: var(--fc_color_primary) !important;
    border-color: var(--fc_color_primary) !important;
}

/* Hover effect for the buttons in the shopping cart widget
--------------------------------------------------------------*/
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a:hover,
.widget.woocommerce.widget_price_filter .button:hover {
    background: #FFF !important;
}

/* Styling for the price slider background Sidebar
--------------------------------------------------------------*/
.widget.woocommerce.widget_price_filter .price_slider {
    background: var(--fc_color_secondary) !important;
}

/* Hover effect for various widget links Sidebar
--------------------------------------------------------------*/
.woocommerce .widget_layered_nav ul li a:hover,
.woocommerce .widget_product_tag_cloud a:hover,
.widget.woocommerce.widget_price_filter .price_slider .ui-slider-range {
    background: var(--fc_color_primary) !important;
}

/* Styling for the slider handle Sidebar
--------------------------------------------------------------*/
.widget.woocommerce.widget_price_filter .price_slider .ui-slider-handle {
    border-color: var(--fc_color_primary) !important;
}
/* Style Item Loop Product
-------------------------------------------------------------- */
.content-product-loop .action-item-product-loop a{
    background: #FFF;
    color:var(--fc_color_primary);
    border-color: var(--fc_color_primary);
}
.content-product-loop:hover .action-item-product-loop a{
    background: var(--fc_color_primary);
    color:#FFF;
}
/* Style item title loop product and category
--------------------------------------------------------------*/
.content-product-loop .woocommerce-loop-category__title,
.content-product-loop .title-item-product-loop,
.content-product-loop .woocommerce-loop-product__title {
    font-size: 14px;
}

/* Style FlexSlider Dots
-------------------------------------------------------------- */
.woocommerce .flex-control-nav li a.flex-active{
    background: var(--fc_color_primary);
}
.woocommerce .flex-control-nav li a{
    border-color: var(--fc_color_primary);
}
/* Style Modal Image Single Product
-------------------------------------------------------------- */
.pswp__bg{
    background: var(--fc_color_primary) !important;
    opacity: 0.5 !important;
}
/* Style Product Gallery
--------------------------------------------------------------*/
.woocommerce-product-gallery .flex-control-nav img.flex-active{
    border-color: var(--fc_color_primary);
}
/* Style Title Tab in Single Product
 --------------------------------------------------------------*/
.single-product .title-tab-single-product{
    border-bottom:1px dashed var(--fc_color_primary);
}
/* Style Woocommerce Reviews
--------------------------------------------------------------*/
.woocommerce-Reviews #title-review-modal,
.woocommerce-Reviews #review-modal #submit-review-modal,
.woocommerce-Reviews #open-review-modal{
    background: var(--fc_color_primary);
}
.woocommerce-Reviews .item-review-breakdown div{
    background: #FFD900;
}
.woocommerce-Reviews .list-reviews-product .comment_container .comment-text{
    background: var(--fc_color_tertiary);
    border-color:var(--fc_color_tertiary);
}
.woocommerce-Reviews .list-reviews-product li .meta strong{
    color: var(--fc_color_primary);
}
.woocommerce-Reviews .review-breakdown:after,.woocommerce-Reviews .review-average:after{
    border-color: var(--fc_color_primary);
}

/*
Style Buy Contact Modal Product
--------------------------------------------------------------*/
#button-quick-contact-us a,
.right-quick-contact-us .wpcf7-form .wpcf7-submit{
    background: var(--fc_color_primary);
}
#description-quick-contact-us{
    border-color: var(--fc_color_primary);
}
/*
Style Customer Review
--------------------------------------------------------------*/
.customer-review .item-customer-review{
    background:#F1EACE;
}
.customer-review .header-item-customer-review img{
    position: absolute;
    left:0px;
    max-width:65px !important;
    top:5px;
}
.customer-review .header-item-customer-review{
    padding-left: 80px;
    min-height: 70px;
}
.customer-review .header-item-customer-review .title-item-customer-review{
    padding-bottom: 2px;
    padding-top:2px;
}
.customer-review .star-rating:before,.customer-review .star-rating span:before{
    font-size: 15px;
    line-height: 15px;
}
.customer-review .star-rating,
.customer-review .star-rating span{
    height:15px;
}
.customer-review .star-rating{
    width:75px;
}
.customer-review .flex-control-nav{
    margin-top:30px;
}
.customer-review .flex-control-nav li a{
    width:40px;
    height:5px;
    border-radius: 0px;
    background:#F1EACE;
    border:0px;
}
.customer-review .flex-control-nav li a.flex-active{
    background:var(--fc_color_secondary);
}
.customer-review .icon-quote:after{
    bottom: -5px;
    color: #957951;
    opacity: 0.1;
    font-size: 150px;
    left: 20px;
    top:inherit;
    transform:none;
}
/*
Style Contact
--------------------------------------------------------------*/
.box-contact-form{
    background:#F1EACE;
}
/*
Style Partner
--------------------------------------------------------------*/
.item-partner{
    width: calc(100% / 6);
    padding:10px;
}
.row-partner{
    margin-left:-10px;
    margin-right:-10px;
}
/*
Style Slider Builder
--------------------------------------------------------------*/
.item-builder-slider{
    padding-top:10%;
    padding-bottom: 10%;
}

.item-builder-slider:after{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
    background: var(--fc_color_primary);
    opacity: 0.4;
}
/*
Style Brand Builder
--------------------------------------------------------------*/
.read-more-item-brand{
    background: #0000004f;
    display: none;
}
.content-item-brand-slider:hover .read-more-item-brand{
    display: flex;
}
/*
Style Blog Builder
--------------------------------------------------------------*/
.read-more-blog{
    border:1px solid var(--fc_color_primary);
}
.read-more-blog:hover{
    background: var(--fc_color_primary);
    color:#FFF;
}
/*
Style Statics Builder
--------------------------------------------------------------*/
.wrapper-builder-statics{
    width: 20%;
}
/*
Style Video Builder
--------------------------------------------------------------*/
.play-button{
    border-color:var(--fc_color_permalink_hover);
}
.play-button::before{
    border-left: 20px solid var(--fc_color_permalink_hover);
}
.builder-video:after{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background: #000;
    opacity: 0.5;
}
/*
Style Title Builder
--------------------------------------------------------------*/
.builder-title:after{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:var(--fc_color_primary);
    opacity:0.5;
}
/*
Style Content Builder
--------------------------------------------------------------*/
.builder-content .builder-content-default{
    width:100%;
}
.builder-content .builder-content-right{
    text-align: right;
}
/*
Style Contact Builder
--------------------------------------------------------------*/
.row-builder-contact{
    margin-left:-15px;
    margin-right:-15px;
}
.builder-contact ul,
.builder-contact ul li{
    list-style: none;
    margin:0px;
    padding:0px;
}
.builder-contact ul li{
    margin-bottom: 15px;
}
.builder-contact-detail{
    padding-left:55px;
    min-height: 38px;
}
.builder-contact .builder-contact-detail:after{
    content:"";
    width:36px;
    height:36px;
    display: inline-block;
    position: absolute;
    left:0px;
    top:0px;
    border:1px solid var(--fc_color_primary);
}
.builder-contact .builder-contact-detail:before{
    content:"";
    width:16px;
    height:16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left:10px;
    top:10px;
    position: absolute;
}
.builder-contact .builder-contact-address .builder-contact-detail:before{
    background-image: url("assets/icons/icon-contact-map.png");
}
.builder-contact .builder-contact-phone .builder-contact-detail:before{
    background-image: url("assets/icons/icon-contact-phone.svg");
}
.builder-contact .builder-contact-email .builder-contact-detail:before{
    background-image: url("assets/icons/icon-contact-email.svg");
}
/*
Style Collapse Builder
--------------------------------------------------------------*/
.builder-collapse-container .container{
    max-width:1024px;
}
.builder-collapse-item.builder-collapse-inactive .builder-collapse-item-description{
    display: none;
}
.builder-collapse-item .builder-collapse-item-title{
    padding-right: 50px;
}
.builder-collapse-item .builder-collapse-item-title:after{
    content:"+";
    position: absolute;
    right:10px;
    font-size:40px;
    font-weight: 200;
    top:25px;
    line-height: 0px;
}
.builder-collapse-item.builder-collapse-active .builder-collapse-item-title:after{
    content:"-";
}
/*
Style Shortcode Woocommerce tabs category
--------------------------------------------------------------*/
.woo-category-tabs .tabs li{
    display: inline-flex;
    padding:0px;
}
.woo-category-tabs .tabs{
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid var(--fc_color_primary);
    margin-bottom: 20px;
}
.woo-category-tabs .tabs li a{
    font-weight: 500;
    font-size:15px;
    padding: 0px 20px 15px 20px;
    position: relative;
}
.woo-category-tabs .tabs li a:after{
    content:"";
    position: absolute;
    left:0;
    bottom: -1px;
    width:100%;
    height:2px;
    background:transparent;
}
.woo-category-tabs .tabs li a.active{
    font-weight: 600;
}
.woo-category-tabs .tabs li a.active:after{
    background:var(--fc_color_primary);
}
.woo-category-tabs .products-in-category .item-category-tab{
    display:inline-flex !important;
    flex: 0 0 auto;
    width: calc(100% / 3);
}
.woo-category-tabs .tab-content .products-in-category{
    margin-left:-10px;
    margin-right:-10px;
}
.woo-category-tabs .item-category-tab .image-item-category-tab img{
    max-width: 60px;
    border-radius: 5px;
    max-height:60px;
}

/* Style Custom
-------------------------------------------------------------- */
.client_button_link a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 10px 50px;
    background: #dd3333;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid #dd3333;
    transition: all .3s;
    border-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.client_button_link{
    margin:15px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.client_button_link a:hover {
    background: #FFF;
    color: #dd3333;
}
.client_button_multiple{
    gap: 15px;   
}
.client_button_multiple a:nth-child(2){
    background: #ffa806;
    border-color: #ffa806;
}
.client_button_multiple a:nth-child(2):hover{
        background: #fff;
    color: #ffa806;
}
.client_button_multiple a:nth-child(3){
    background: #017ef8;
    border-color: #017ef8;
}
.client_button_multiple a:nth-child(3):hover{
    background: #FFF;
    color: #017ef8;
}
.client_button_multiple{
    margin:20px 0px;
}
.mobile-sticky-action a,
.header-top-action a{
    display: inline-block;
    background: #ffbb00;
    padding: 8px 15px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 500;
    color: #000;
}
.mobile-sticky-action a.action-login,
.header-top-action a.action-login{
    background: #c4001c;
    color: #FFF;
}
.mobile-sticky-action{
    display: none;
}
.mobile-sticky-action .row,
.mobile-sticky-action{
    width:100%;
}
.mobile-sticky-action a{
    display: block;
    text-align: center;
    margin:0px;
    border-radius: 0px;
}
.slider-single-page{
    overflow: hidden;
}

.wpk-football-table img{
    width:auto !important;
}
.aif-hdsd img,
.aif-tab.tab-header img{
    width:14px;
}
