/**
* Balikovna module CSS
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/*WIDGET POPUP*/
.balikovna-widget-status{
	width: 100%;
	display:none;
	height: auto;
	vertical-align: middle;
	font-size: 18px;
}
.balikovna-widget-status a{
	color:red !important;
}

.balikovna_widget_wrapper{
	max-width: 100%;
	height: 100%;
	margin: auto;
	margin-top: 40px;
	background-color: #fff;
	display: none;
	overflow: scroll;
}
/*END WIDGET POPUP*/

/*WIDGET*/
#widget-button-container{
	position: absolute;
}
#widget-button-container input{
	width: 100%;
}
.page-order table td, .page-order table th {
	padding: 0;
}

.widget_block_title{
	display:none;
}

.branch-details p{
	margin-bottom: 0rem;
}

#balikovna-widget{
	margin-bottom: 30px;
}

.balikovna-widget-close {
	position: absolute;
	right: 5px;
	top:1px;
	cursor: pointer;
}

#balikovna-widget  .no-float{
	float:none;
}

#balikovna-widget .col-md-6{

}

.branch_details{
	margin-top: 30px;
	margin-bottom: 30px;
}
.widget-left{
	float:left;
	width: 49%;
}
.widget-right{
	float:right;
	width: 49%;
}

.branch-foto img{
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
.branch-name, .balikovna-widget-status .pack-details-heading p
{
	line-height: 20px;
	padding: 30px 0 20px;
	border-top: 1px solid #ccc;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
}
.widget_block_title,
.widget_block_title-visible
{
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.pack-details-left{
	color: #808080;
	font-weight: 400;
}

#balikovna-widget p,
.balikovna-widget-status p {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 5px;
}

#balikovna-widget a{
	color: #B68479;
}
.balikovna-widget-status
{
	background: #e3f4ec;
}

.balikovna-widget-status button {
	float: right;
}
#balikovna-widget .pack-details-left table th,
.balikovna-widget-status .pack-details-left table th{
	font-weight: normal;
	font-size: 13px;
	width: 15%;
}
#balikovna-pickup-map .smap {
	height: auto !important;
}

#balikovna-widget .container, #balikovna-widget {
	height: 95% !important;
}
#balikovna-widget .control-panel__content {
	height: 85% !important;
}
/*END WIDGET*/