#simplecheckout_shipping{
	margin-bottom: 0px;
}

iframe{
    width: 600px;
    max-width: 100%;
    height: 320px;	
}

.has-error-send-form {
	color: #a94442;	
	display: block;
    margin-bottom: 10px;
}

#callback-box{
	padding: 15px;
}

#callback-box button{
	display: block;
	margin: auto;
}

#callback-box.active{
	display: block;
}

#language{
	line-height: 50px;
}

.language-btn{
	cursor: pointer;
	text-transform: uppercase;
    color: #fff;
}

#language a{
	text-transform: capitalize!important;
    height: 30px!important;
    line-height: 30px!important;
	color: #000;
}

#language a:hover{
	color: #b39271;
}

#language .open .dropdown-menu {
	display: flex;
	flex-direction: column;
	text-transform: capitalize !important;
}






@media screen and (max-width:1150px){
	.language-container{position: absolute;}
	#menu-icon {font-size: 50px; margin: -10px 0 0 50px; height: 60px;}


}


@media screen and (max-width:767px){
	/*table#product tr > td:nth-child(3){display: nonel;}*/
	#search{min-width: auto;}
	.product-info img {display: block; max-width: 100%; margin-left: 0px!important; margin-right: 0px!important; height: auto!important;}
}

@media screen and (max-width:625px){
	.product-link-container{position: relative; width: 100%; height: auto;}}
}

@media screen and (max-width:450px){
	h1, .h1 {font-size: 30px;}
}




