/*
Theme Name: CEP
Author: Viki Team
Author URI: http://www.vikitheme.com
Version: 1.0.0
Description: A Beautiful, Professional and Multipurpose Theme Made by Viki Team
 	
*/
/* ---------------------------------------------------
    CSS CUSTOM AREA 
-------------------------------------------------- */
.bvi-button{
    background-color: rgba(0, 0, 0, 0.5);
    background-color: var(--main-color-4);
    color: #fff;
    font-size: 20px;
    display: flex;
    height: 59px;
    width: 59px;
    height: 40px;
    width: 40px;
    margin-bottom: -3px;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s;
}
.shopping-cart .bvi-button{
    margin-top: -5px;
}
.bvi-button:hover{
    opacity: 0.8;
}
.fixed_header .bvi-button{background-color: #11203B;}

@media only screen and (max-width: 767px){
    .bvi-button{
        margin: 0;
        width: auto;
        height: auto;
        padding: 8px;
        margin-top: -4px;
    }
}

.--header-top {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    align-items: center;
}

.--header-top ul li:first-child {
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px rgba(0,0,0, .1);
}

.vk-header-top .content {
	padding: 10px 0;
}

.b-search {
	position: relative;
}

.b-search input {
	border: none;
	border-radius: 5px;
	padding: 5px;
}

.b-search button {
	border: none;
	background: transparent;
	position: absolute;
    right: 3px;
    top: 3px;
}

@media only screen and (min-width: 767px){
	.vk-navbar-header {
		padding-top: 60px;
	}
}