/*Shop*/
.bg-light-orange{
	background-color: #ffb866;
}

.BuyNowCanvas{
	padding:50px 0;
}

.BuyNowCanvas h2{
	text-align: center;
    padding: 0 0 50px 0;
}

.BuyNowCanvasTitle{
	padding:20px 10px;
	background-color: #ffb866;
}

.BuyNowCanvasTitle:active,.BuyNowCanvasTitle:focus,.BuyNowCanvasTitle:hover{
	background:#ff8900;
}

.BuyNowCanvasTitle h4{
	text-align:center;
    color: #ffffff;
	margin:0 auto;	
}

.BuyNowCanvasTitle span{
	display:block;
}

#BuyAustria, #BuyBulgaria, #BuyCzech, #BuyDenmark, #BuyFinland, #BuyFrance, #BuyGermany, #BuyHungary, #BuyIndia, #BuyItaly, #BuyNetherlands, #BuyNorway, #BuyPoland, #BuyRussia, #BuySpain, #BuySweden, #BuySwitzerland, #BuySlovakia, #BuyTaiwan, #BuyThailand, #BuyTurkey, #BuyUK, #BuyUSA {
	cursor:pointer;
}

.country-panel{
	background-color: #f9f9f9;
	margin-top: 30px;
	padding: 30px 50px 20px;	
}

.country-panel-dismiss {
    position: absolute;
    top: 0;
    right: 10px;
}

.btn-dismiss {
    font-size: 30px;
    line-height: 30px;
    color: #898989;
}

.flag-wrapper {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #898989;
	margin-right:10px;
}

.flag-wrapper .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 1025px)and (min-width: 1000px){
	.BuyNowCanvasTitle h4{
		font-size:19px;
	}
}

@media screen and (max-width: 991px) {
	.BuyNowCanvasTitle{
		background-color: #ffffff;
	}
	.BuyNowCanvasTitle:active,.BuyNowCanvasTitle:focus,.BuyNowCanvasTitle:hover{
		background-color: #ffffff;		
	}	
}

@media screen and (min-width: 991px) {
	.Buy2row {
		margin-top:20px;
	}
}

@media screen and (max-width: 800px) {
	.BuyNowCanvasTitle span{
		display:inline;
		padding-left:5px;
	}
	.country-panel{
		padding:20px;
	}
}

@media screen and (max-width: 450px) {
	.BuyNowCanvas h2{
		font-size: 24px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 400px) {
	.flag-wrapper {
		width: 33px;
		height: 33px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
		overflow: hidden;
		border-radius: 50%;
		border: 1px solid #898989;
	}
}
/*Shop End*/


/*Buy Button*/
.buy-button {
	position:fixed;
	right:20px;
	bottom:10px;
	z-index: 99;
	background: #ffa133;	
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
}

@media only screen and (max-width: 768px) {
	.buy-button {
		bottom:17px;
		right:80px;	
	}
}

@media only screen and (max-width: 480px) {
	.buy-button {
		bottom:30px;
		right:20px;	
	}
}

.buy-button a {
	color: #fff;
	text-decoration: none!important;	
}

.buy-button:hover {
	background: #ff8900;
	bottom:13px;
}
/*Buy Button End*/