﻿@media (min-width: 320px) and (max-width: 520px)
{
	#searchresults
	{
		width: 93%;
		margin-top: 0px;
		z-index: 1000;
		border: 1px solid #ccc;
		background-color: white;
		margin-left: 0px !important;
		display: none;
		position: absolute;
		margin-top: 98px;
	}
	#searchresults a
	{
		display: block;
		position: relative;
		margin: 0 -1px;
		padding: 6px 0px 6px 10px;
		color: #808394;
		font-weight: 500;
		text-shadow: 0 1px #fff;
		border: 1px solid transparent;
		border-radius: 3px;
	}
	#searchresults a .left
	{
		float: left;
		width: 80%;
		display: inline-block;
	}
	#searchresults a span
	{
		font-weight: 200;
	}
	.selproductattr
	{
		width: 70%;
	}
}

@media (min-width: 521px) and (max-width: 767px)
{
	#searchresults
	{
		width: 92%;
		margin-top: 0px;
		z-index: 1000;
		border: 1px solid #ccc;
		background-color: white;
		margin-left: 52px;
		display: none;
		position: absolute;
		margin-top: 59px;
	}
	#searchresults a
	{
		display: block;
		position: relative;
		margin: 0 -1px;
		padding: 6px 0px 6px 10px;
		color: #808394;
		font-weight: 500;
		text-shadow: 0 1px #fff;
		border: 1px solid transparent;
		border-radius: 3px;
	}
	#searchresults a .left
	{
		float: left;
		width: 80%;
		display: inline-block;
	}
	#searchresults a span
	{
		font-weight: 200;
	}
	.selproductattr
	{
		width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	#searchresults
	{
		    width: 91%;
    margin-top: 0px;
    z-index: 1000;
    border: 1px solid #ccc;
    background-color: white;
    margin-left: 1px;
    display: none;
    position: absolute;
    margin-top: 37px;
    
}
	}
	#searchresults a
	{
		display: block;
		position: relative;
		margin: 0 -1px;
		padding: 6px 0px 6px 10px;
		color: #808394;
		font-weight: 500;
		text-shadow: 0 1px #fff;
		border: 1px solid transparent;
		border-radius: 3px;
	}
	#searchresults a .left
	{
		float: left;
		width: 80%;
		display: inline-block;
	}
	#searchresults a span
	{
		font-weight: 200;
	}


	.mens-ctr img
	{
		max-height: 285px;
		text-align: center;
		margin-left: 25px;
	}
	.selproductattr
	{
		width: 53%;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
{
	#searchresults
	{
		width: 92%;
		margin-top: 0px;
		z-index: 1000;
		border: 1px solid #ccc;
		background-color: white;
		margin-left: 52px;
		display: none;
		position: absolute;
		margin-top: 59px;
	}
	#searchresults a
	{
		display: block;
		position: relative;
		margin: 0 -1px;
		padding: 6px 0px 6px 10px;
		color: #808394;
		font-weight: 500;
		text-shadow: 0 1px #fff;
		border: 1px solid transparent;
		border-radius: 3px;
	}
	#searchresults a .left
	{
		float: left;
		width: 80%;
		display: inline-block;
	}
	#searchresults a span
	{
		font-weight: 200;
	}

}

@media (min-width: 1200px)
{
	#searchresults
	{
		width: 99%;
		margin-top: 0px;
		z-index: 1000;
		border: 1px solid #ccc;
		background-color: white;
		margin-left: 0px;
		display: none;
		position: absolute;
		margin-top: 38px;
	}
	#searchresults a
	{
		display: block;
		position: relative;
		margin: 0 -1px;
		padding: 6px 0px 6px 10px;
		color: #808394;
		font-weight: 500;
		text-shadow: 0 1px #fff;
		border: 1px solid transparent;
		border-radius: 3px;
	}
	#searchresults a .left
	{
		float: left;
		width: 80%;
		display: inline-block;
	}
	#searchresults a span
	{
		font-weight: 200;
	}
	.selproductattr
	{
		width: 60%;
	}
	.selproductattr2
	{
		width: 76%;
	}
}


/*Popup Ads*/
  /* The Modal (background) */
.Modalpopup {
    display: block !important;  /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 55px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.panel-body-popup
{ padding:0px!important;
  position: initial;
	
	
	}
	
.close-button
{
	    position: absolute!important;
    top: 5px!important;
    z-index: 999!important;
    right: 5px!important;
    font-size: 25px!important;
    overflow: hidden!important;
    background: #d50400!important;
    padding: 1px 5px!important;
    color: #ebebeb!important;
    border-radius: 50%!important;
    text-shadow:none!important;
opacity:5!important;}	

/* Modal Content */
.popupContainer {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 57%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-width:808px !important;
}


/* For Mobile Popup   and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3)*/
@media (min-width: 300px) and (max-width: 361px) {
   .popupContainer{
        width:80% !important;
        max-width:240px !important;
        height:auto !important;
        max-height:320px !important;
    }
}


/* */
@media (min-width: 362px) and (max-width: 766px) {
   .popupContainer{
        width:80% !important;
        
        height:auto !important;
        max-height:320px !important;
    }
}


/* ipad 5  */
@media (min-width : 768px) and (max-width : 1024px) {
   .popupContainer{
    width: 80% !important;
    height: auto !important;
    max-height: 410px !important;
    }
}


/* For Desktop Popup */
@media (min-width: 1025px) and (max-width: 1920px){
   .popupContainer{
        width:56% !important;
        height:auto !important;
            max-height: 411px !important;
    max-width: 810px !important;
    }
}

.product-grid-holder
{
	margin: 2px 0 0 0;
	}
	
	.ad-bottom
	{
		text-align:center;
		margin-bottom:7px;
		}
		.ad-center
		{
			text-align: center;
			}

