/*
Theme Name: Kapee Child
Theme URI: https://kapee.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Kapee
Version: 1.0.0
Author URI: https://www.presslayouts.com/
Template: kapee
Text Domain: kapee-child
*/

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

.kapee-product-categories-thumbnails .category-title, .kapee-product-brands .brand-title {
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.M3QMYuYEkIWZmFNDMjUDZxmM4lN1DDEtheme--light{
	display:none !important;
}
.M3QMYuYEkIWZmFNDMjUDZxmM4lN1DDElogo{
		display:none !important;
}
.page-id-4364 .entry-header{
	display:none !important;
}
.submetlessing{
	margin-left:10px;
}

.page-id-4364 .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: auto;
    border: 1px solid gainsboro;
    border-radius: 8px;
}

.page-id-4364 .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: none !important;
    
}

.page-id-4364 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    outline: 0;
}

.submetlessing>a{
	color: white !important;
}
.menu-item .nav-link .menu-label {
    
    bottom: 68% !important;
   
}
.product-title{
	    white-space: unset !important;
	  
}

@media (min-width:650px){
	.page-id-4415 .product-brand{
	     border: 1px solid gainsboro;
    border-radius: 4px;
    margin: 5px;
    max-width: 230px;
    padding: 15px;
}
.page-id-4415 .product-brand:hover{
	     border: 1px solid blue;
    border-radius: 5px;
    margin: 5px;
    max-width: 230px;
    padding: 15px;
}
	/*
	.header-main {
    color: #555555;
    height: 164px;
}
.custom-search{
	margin-left:23.7%;
}
*/
}
@media (max-width:649px){
	.hidden{
		display:none;
	}
	body{
		font-size: 0.8rem!important;
line-height: 1.63em!important;
	}
		.page-id-4415 .product-brand{
	     border: 1px solid gainsboro;
    border-radius: 4px;
    margin: 2px;
 		padding: 15px;
			max-width:160px;
			margin-left:5px;
}
.page-id-4415 .product-brand:hover{
	     border: 1px solid blue;
    border-radius: 4px;
    margin: 2px;
    padding: 15px;
}
	
	
}


@media (min-width:700px){
.page-id-4364 #page-title{
	height:159px;
}
	
	.term-1054 #page-title{
	height:158px;
}
	
}
.term-1054 .title{
	color:white !important;
}

.main-navigation.kapee-navigation ul.menu > li > a .menu-label {
    right: 0;
    margin-bottom: 9px;
}

.blinking{
    animation:blinkingText 1.2s infinite;
	font-size:25px !important;
}
@keyframes blinkingText{
    0%{     color: #2b3990;    }
    49%{    color: #2b3990; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color:  #2b3990;    }
}

