/*
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 ]
- - - - - - - - - - - - - - - - - - - - */


@media (max-width: 575px) {
.item-image {
	border: 0px solid #eee;
	border-radius: 10px;
	padding-top: 15px;
/* 	width: 100px !important; */
	margin-topo: 10px !important;
}
	

.item-cat {
	padding: 0px 0px 5px !important;
	border: 1px solid #eee;border-radius: 6px;
	margin-bottom: 10px;
}

.item-cat img {
	width: 200px !important;
	height: auto !important;
	object-fit: cover;
}

.cat-name {
	margin: 0px 0px 0px !important;
}
}
.footer-device-mobile {
	background-color: #00BBCE;
	color: white !important;
}

.custom-reset-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.custom-reset-title {
    color: #333;
    font-size: 22px;
    margin-bottom: 15px;
}

.custom-reset-form {
    display: flex;
    flex-direction: column;
}

.custom-reset-label {
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

.custom-reset-input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.custom-reset-btn {
    background: #0073aa;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}

.custom-reset-btn:hover {
    background: #005a87;
}

.custom-reset-success {
    color: green;
    margin-top: 15px;
}

.custom-reset-error {
    color: red;
    margin-top: 15px;
}
#customer-info-wrap {
	width: 100%; position: fixed; z-index: 1000; padding: 15px; background-color: #17a2b8; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; color: white;
margin-top: 25px;
	flex-wrap: wrap;
}

a.add_to_wishlist {
	display: flex !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	align-items: flex-start;
}
@media (min-width: 1200px) {
	.mobile-nav-wrapper-cont {
		 display: none;
	}
}

@media (max-width: 767px) {
    .tbay-breadscrumb {
        display: block !important;
		margin-bottom: -10px !important;
    }
	.breadscrumb-inner {
		margin-top: 100px !important;
	}
}