@charset "UTF-8";

#cart_popup {
	position: relative;
	width: 680px;
	height: 360px;
	/*background-color: #c50d27;*/
	font-size: 17px;
	background: url(../img/cart_popup_bg.jpg) #FFFFFF top left no-repeat;
}

#cart_popup .sob {
	width: 250px;
	height: 290px;
	/*background-image: url(../img/cart_popup_sob.png);
	background-repeat: no-repeat;*/
	float: left;
	margin-left: 30px;
    margin-top: 40px;
}

#cart_popup .text {
	color: #ffffff;
	text-align: center;
}

#cart_popup #text1 {
    padding-top: 40px;
}
#cart_popup #text2 {
	text-decoration: underline;
	text-transform: uppercase;
    font-weight: bold;
	margin-top: -13px;
}
#cart_popup #text3 {
    /*padding-top: 5px;*/
}
#cart_popup #text4 {
	text-transform: uppercase;
    font-weight: bold;
	margin-top: -13px;
}

#cart_popup #pianko {
    margin-bottom: 15px;
    background-color: #ffffff;
    border: none;
    color: #c50d27;
}
#cart_popup #pianko:hover {
	background-color: #CCCCCC
}

#cart_popup .yes {
	width: 330px;
    height: 70px;
    font-size: 17px;
}

#cart_popup .buttons {
	padding: 10px 0 0 0;
	text-align: center;
}
#cart_popup .buttons .btn { 
	margin-right: 15px;
	margin-left: 15px;
	padding: 20px 0px 20px 0px
}
#cart_popup .buttons .btn-default {
	border-color: #5fa301;
	background-color: #5fa301;
	color: #FFFFFF;
}
#cart_popup .buttons .btn-default:hover {
	border-color: #101010;
	background-color: #101010;
}

@media (max-width: 768px) {
	#cart_popup {
		width: 100%;
		font-size: 15px;
	}
	#cart_popup .title {
		width: 100%;
		height: 60px;
		text-align: center;
		font-weight: bold;
		padding: 20px;
		font-size: 14px;
		background-position: right
	}
	#cart_popup .buttons {
		padding: 20px 0 0 0;
	}
	#cart_popup .buttons .btn {
		margin: 0px 5% 5% 5%; 
		width: 90%;
	}
	#cart_popup .sob {
		display: none;
	}
}
