/*
Theme Name: Besa Child
Theme URI: https://elementor.thembay.com/besa/
Author: Thembay
Description: This is a child theme for Besa
Version: 1.0
Author URI: https://thembay.com/
Template: besa
Text Domain: besa-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.elementor-widget-besa-nav-menu .tbay-horizontal .navbar-nav>li>a{color:#FFF;}
.product-recently-viewed-header h3{color:#FFF;}
.custom-image-list-categories .cat-name{font-size:17px; font-weight:700;}

.btn-large{border: 0;
    padding: 0 30px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 40px;
    font-size: 14px;
    background: var(--tb-theme-color);
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    letter-spacing: 0;
    text-align: center;}
.btn-large:focus,
.btn-large:hover{    background: var(--tb-theme-color-hover); color:#FFF;
}
.archive-shop .term-description{padding: 0 35px;}

.woocommerce-product-gallery__image{float:left;}

@media(min-width: 1024px){
	
	.all-subcategories>li{width:25%;}
}