/*
 * ME Yacht Four Box - Önyüz Stilleri
 * Bootstrap v3.3.5 grid sistemi (.row / .col-xs-*, .col-sm-*) temel alınarak
 * hazırlanmıştır. Bootstrap zaten temada yüklü olduğu için burada sadece
 * kutu görünümüne ait ek stiller bulunur.
 */

.me-yfb-wrapper {
	    margin: 20px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
body.single-product .me-yfb-wrapper{
	margin-top: 0px;
}
.me-yfb-wrapper .me-yfb-row {
	margin-left: 0px;
	margin-right: 0px;
}

.me-yfb-wrapper .me-yfb-col {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}
body.single-product .me-yfb-wrapper .me-yfb-col {
	margin-bottom: 0px;
}
.me-yfb-wrapper.me-yfb-layout-grid{
	margin-top:5px;
}
.me-yfb-box {
	background-color: #eaf6fb;
	border-radius: 6px;
	padding: 18px 16px;
	text-align: center;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 90px;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.me-yfb-wrapper.me-yfb-layout-grid .me-yfb-box {
    min-height: 60px;
	    padding: 5px 5px;
}
.me-yfb-box:hover {
	background-color: #dcf0f8;
}

.me-yfb-label {
	display: block;
	font-size: 13px;
	color: #333;
	margin-bottom: 6px;
	font-weight: 400;
}
.me-yfb-wrapper.me-yfb-layout-grid .me-yfb-label {
    font-size: 12px;
    margin-bottom: 2px;
}
.me-yfb-value {
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: #1a3b5d;
}
.me-yfb-wrapper.me-yfb-layout-grid .me-yfb-value {
    font-size: 13px;
}
/* Detay sayfası: 4'lü tek satır görünümü için kutu içi boşlukları biraz daralt */
.me-yfb-layout-row .me-yfb-box {
	padding: 16px 10px;
}
body:has(.is-not-yacht-rent-system) .me-yfb-layout-grid {
    display: none;
}
/* Mobilde (col-xs-6) kutular yan yana ama dar olduğu için yazı boyutu küçültülür */
@media (max-width: 767px) {
	.col-xs-6.me-yfb-col{
		width: 50% !important;
	}
	body.single-product .me-yfb-wrapper .me-yfb-col {
		margin-bottom: 16px;
	}	
	.me-yfb-value {
		font-size: 15px;
	}
	.me-yfb-label {
		font-size: 12px;
	}
	.me-yfb-box {
		min-height: 76px;
		padding: 12px 8px;
	}
}
