* {
  box-sizing: border-box;
}


@media only screen and (max-width: 600px){


.inner-div img {	
height: 100%;
width: 100%;		
}

a.ajax_link.loading
{
	margin-top: 10px;
    width: 16px;
    height: 16px;
    background:transparent url('/loja/ajax-loader1.gif') no-repeat 0 0;
    font-size: 0px;
    display: inline-block !important;
}

a.ajax_link.hide
{
    display: none !important;
}

}

@media screen and (min-width: 601px) {
	
.inner-div img{
max-width: unset;
height: 320px;
}
	
	.outer-div
{   
     overflow: hidden; 
	 height: 320px;
	 min-width: 200px;
}


/*        Hover effect             */

.inner-div
{
     background-size: cover;
     background-position: center;
     transition: all 0.7s ease;
	 
}
.inner-div:hover
{
     transform: scale(1.1);
}

}	
body {
  margin: 0;
  font-family: Arial;

}

.row {

  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 95%;
  padding-top: 100px;
}

/* Create four equal columns that sits next to each other */
.column {
	 pointer-events: none;
   padding: 0 8px;
   margin-bottom: 5px;
}


.column img {
 margin-top: 8px;
 vertical-align: middle;
 min-width: 20px;
 min-height: 20px;
;  
}


a.ajax_link.loading
{
	margin-top: 10px;
    width: 16px;
    height: 16px;
    background:transparent url('/loja/ajax-loader1.gif') no-repeat 0 0;
    font-size: 0px;
    display: inline-block !important;
}

a.ajax_link.hide
{
    display: none !important;
}



div.lazy {
  margin: auto;
  width: 205px;
  height: auto;
  overflow: hidden;
}

div#formulario {
    width: 50%;
    margin: 0 auto;
}


.alertify-notifier .ajs-message.ajs-success{
    background: rgba(0,51,204,0.7) !important;
	color: #ffffff !important;
}

#site-header-wrapper {
		position: fixed;
	}

	
select, option {
padding-left: 20px;
}

button{
	margin-top: 10px;
	color: white;
    background-color: #2274f9;
    font-size: medium;
    border-radius: 12px;
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	display: none !important;
}

.menu-toggle, button, .ast-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
	padding: 10px 10px !important;
}


.site-header {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.main-content {
	padding-top: 50px; /* adjust this to match the height of your header */
}

img.footer {
    height: 42px !important;
}