 /*search tab*/
 
 @media only screen and (min-width: 769px) and (max-width: 825px) {
	.search-tab .tabs li{
	width: 38% !important;
	}
	.search-tab .tabs li:first-child {
    width: 57% !important;
	}
	.button.secondary {
    padding: 0.625rem 0.715rem;
	}
	.search-tab .see-more {
    font-size: 0.813em;
	}
	
}

.widget-search .widget-body {
   padding-bottom: 20px;
}
.search-tab {
    padding-top: 0px
}
.search-tab .tabs {
    list-style: none;
    padding-left: 0
}
.search-tab .tabs:before,
.search-tab .tabs:after {
    content: " ";
    display: table
}
.search-tab .tabs:after {
    clear: both
}
.search-tab .content {
    display: none
}
.search-tab .content.active {
    display: block
}
.search-tab .tabs {
 	margin: 0px;
}

.search-tab .tabs li:first-child {
    width: 53% ;
}
.search-tab .tabs li {
    float: left;
    margin-right: 2%;
	display: inline-block;
	width:40%
}
.search-tab .tabs li.active a {
    background-color: #FFCD36;
    background-image: linear-gradient(#FFCD36, #EEB60D)
}
.search-tab .tabs li.active a:after {
    border: inset 0.625rem;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #EEB60D transparent transparent transparent;
    border-top-style: solid;
	position: absolute;
	bottom: -15px;
	left: 45%;
}
.search-tab .tabs li a {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.3125rem 0.625rem 0.375rem 0.625rem;
   	background-color: #666;
    border-color: #666;
    transition: background-color 300ms ease-out;
    color: #FFF;
    border-radius: 3px;
    font-size: 0.8125rem;
    position: relative;
    margin-bottom: 0;
	border-radius: 2px;
	width:100%;
	margin-bottom:1.25rem !important;
}
.search-tab .tabs li a:hover,
.search-tab .tabs li a:focus {
    background-color: #000
}
.search-tab .tabs li a:hover,
.search-tab .tabs li a:focus {
    color: #FFF
}

@media only screen and (min-width: 993px) and (max-width: 1157px){
	.search-tab .tabs li a {
		font-size: 0.65765rem;
	}
}

@media only screen and (max-width: 48em){
	.search-tab .tabs li:first-child {
    width: 145px;
}
.search-tab .tabs li {
    margin-right: 5px;
    display: inline-block;
    width: 100px;
}
}
@media only screen and (min-width: 48.0625em) {
    .search-tab .tabs li a {
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 2px;
        border-style: solid;
        border-width: 0;
        cursor: pointer;
        font-family: "Lato", sans-serif;
        font-weight: normal;
        line-height: normal;
        margin: 0 0 1.25rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 0.5rem 0.5rem 0.5625rem;
        background-color: #666666;
        border-color:#666666;
        color: #FFF;
		width:100%;
        transition: background-color 300ms ease-out
    }
    .search-tab .tabs li a:hover,
    .search-tab .tabs li a:focus {
        background-color: #666666;
    }
    .search-tab .tabs li a:hover,
    .search-tab .tabs li a:focus {
        color: #FFF
    }
	
}
@media only screen and (min-width: 87.5625em) {
    .search-tab .tabs li a {
        -webkit-appearance: none;
        -moz-appearance: none;
        border-style: solid;
        border-width: 0;
        cursor: pointer;
        font-family: "Lato", sans-serif;
        font-weight: normal;
        line-height: normal;
        margin: 0 0 1.25rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 0.65rem 1rem 0.675rem;
        font-size: 1rem;
        color: #FFF;
        transition: background-color 300ms ease-out;
        font-size: 0.875rem
    }
}
.search-tab .tabs li a:after {
    border: inset 0.625rem;
    display: block;
    height: 0;
    width: 0;
    border-color: #000 transparent transparent transparent;
    border-top-style: solid;
    position: absolute;
    bottom: -15px;
    left: 45%
}
 @media only screen and (max-width: 414px) {
		.search-tab .tabs li {
    margin-right: 5px;
    display: inline-block;
    width: 39%;
	}
	.search-tab .tabs li:first-child {
    width: 46%;
	}
	.search-tab .tabs li a {
   padding: 0.4125rem 0.25rem;
	font-size: 0.6825rem;
	}
}
.search-tab label:first-child {
    margin-right: 2%;
}
.search-tab input[type=checkbox], .search-tab input[type=radio] {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 3px;
	display: inline-block;
	
}
.search-tab hr {
    height: 1px;
    background: #F1F1F1;
    border: none;
    margin: 15px 0;
}

.search-tab .see-more {
   color: #A6A6A6;
}

.see-more{
	font-size:.875em;
	margin-top: 8px;
	font-weight:500;
	text-decoration:none;
}
@media only screen and (max-width: 26em) {
    .search-tab .see-more {
        float: left !important;
        clear: left;
		margin-top: 15px;
    }
	.button.secondary {
		margin-top: 10px;
	}
}
/*search tab ends*/
.height:after, .height:before, .form-checkbox:after
{
	clear:both;
	display:table;
	content:"";
}
.form-checkbox>label:first-child{
	margin-right:1.5% !important;
}


.form-checkbox>label{
	padding-bottom: 10px;
	margin-left: 1px;
	font-size: .75rem;
    display: inline-block;
	color:#A6A6A6;
	width: auto;
    float: left;
}
/*search by more options categories*/

.height:after, .height:before, .form-checkbox:after
{
	clear:both;
	display:table;
	content:"";
}
.age-group>label:last-child, .age-group>label:nth-last-child(2) {
    padding: 15px 0px;
    width: 21%;
}
.age-group>label, .height>label {
    padding: 0px;
    font-size: 0.75rem;
    float: left;
	margin-right: 1.5%;
}
.age-group>label {
    margin-right: 1.5% !important;
    width: 27%;
}
.age-group>label:nth-last-child(2) {
    width: 18%;
}
.age-group h5, .height h5{
font-family: Lato,tahoma,georgia;
font-size: 0.875rem;
font-weight: 400;
margin: 7px 0px;
color: #797979;
	
}
.height h5 {
    width: 53px;
    float: left;
}

.height> div > label.feet, .height> div> label.cm {
    margin-right: 1% !important;
    width: auto;
    display: inline-block !important;
	font-size: .875rem;
	margin: 7px 0.28125rem;
}
.select-group>label:first-child{
	margin-right: 2% !important;
}
.select-group>label{
width: 49% !important;
float: left;
padding-top: 0 !important;
}
.age-group>label, .height>label {
    padding: 0px;
    font-size: 0.72rem;
    float: left;
    margin-right: 2% !important;
}
.age-group>label:nth-child(5), .height>label:last-child {
    margin-right: 0px !important;
}
.tatoo, .PIERCING {
    width: 49%;
    float: left;
}
.tatoo{
	margin-right:2%;
}
.tatoo-wrap{
	margin-top:20px;
}
.tatoo-wrap:before, .tatoo-wrap:after{
	display:table;
	content:"";
	clear:both;
}
@media only screen and (max-width: 48em){
.form-checkbox>label {
    margin-left: 1% !important;
}
}
.SumoSelect p {margin: 0;}
.SlectBox { width: 100%; padding: 10px 5px !important;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass { position: absolute; top: 0px; left: 0px; right: 0px; height: 100%; width: 100%; border: none; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

    .SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none; width:100%}
.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont {
	box-shadow: 0px 0px 1px #F1F1F1;
	cursor: pointer;
}
    .SumoSelect > .CaptionCont { 
	position: relative;
	min-height: 37px; 
	background-color: #fff;
	margin:0px;
	margin-bottom: 0.725rem;
border: 1px solid #DFDFDF;
border-radius: 3px;
position: relative;
}
        .SumoSelect > .CaptionCont > span { display: block; padding-right: 13px; 
		text-overflow: ellipsis; white-space: nowrap; 
		overflow: hidden;
		font-size: 0.815rem;
		color: #A6A6A6;
		font-family:Lato, tahoma, georgia;
		}
            /*placeholder style*/
            .SumoSelect > .CaptionCont > span.placeholder {
				font-size: 0.815rem;
				color: #A6A6A6;
			}

        .SumoSelect > .CaptionCont > label { position: absolute; top: 0px; right: 0px; bottom: 0px; width: 20px;}
            .SumoSelect > .CaptionCont > label > i { 
				width: 16px;
				height: 16px;
				display: block;
				position: absolute;
				top: 0px;
				right: 7px;
				bottom: 0px;
				margin: auto;
				background-repeat: no-repeat;
				opacity: 1;
				background: transparent url("../img/down-arow.png") no-repeat scroll center center;
			}

    .SumoSelect > .optWrapper { top: 30px; width: 100%; position: absolute; left: 0; opacity: 0; visibility: hidden; transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: -100; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px;overflow: hidden;}
        .SumoSelect > .optWrapper.open { top: 35px; visibility: visible; opacity: 1; z-index: 1000; }

        .SumoSelect > .optWrapper > .options { list-style: none; display: block; padding: 0px 7px;0px; margin: 0px; overflow: auto; border-radius: 2px;
         /*Set the height of pop up here (only for desktop mode)*/
            max-height: 250px;
             /*height*/ }
        .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0px 0px 100px #595959;}
        .SumoSelect > .optWrapper > .options > li { padding: 10px 6px; border-bottom: 1px solid #F3F3F3; position: relative; }
            .SumoSelect > .optWrapper > .options > li:first-child { border-radius: 2px 2px 0px 0px; }
            .SumoSelect > .optWrapper > .options > li:last-child { border-bottom: none; border-radius: 0px 0px 2px 2px; }
            .SumoSelect > .optWrapper > .options > li:hover { background-color: transparent; }
            .SumoSelect > .optWrapper > .options > li.sel{background-color: #a1c0e4;}

            .SumoSelect > .optWrapper > .options > li label { 
			text-overflow: ellipsis; 
			white-space: nowrap; 
			overflow: hidden; 
			display: block;
			cursor: pointer;
			font-size: .815rem;
			color: #A6A6A6;
			padding: 0px;
			margin: 0px;
			float:none;
			}
            .SumoSelect > .optWrapper > .options > li span { display: none; }

        /*Floating styles*/
        .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0px; left: 0px; right: 0px; width: 90%; bottom: 0px; margin: auto; max-height: 90%; }

    /*Hover*/
    /*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/

    /*disabled state*/
    .SumoSelect > .optWrapper > .options > li.disabled { background-color: inherit;pointer-events: none;}
        .SumoSelect > .optWrapper > .options > li.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


    /*styling for multiple select*/
    .SumoSelect > .optWrapper.multiple > .options > li { padding-left: 35px;cursor: pointer;}
        .SumoSelect > .optWrapper.multiple > .options > li span,
        .SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0px;bottom:0px;margin-left:-35px;}
            .SumoSelect > .optWrapper.multiple > .options > li span i,
            .SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0px;right: 0px;top: 0px;bottom: 0px;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13); border-radius: 0px 0px 3px 3px; }
    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0px; width: 100%; }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }

    .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0px 0px 0px 3px; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0px 0px 3px 0px; }
    /*styling for select on popup mode*/
    .SumoSelect > .optWrapper.isFloating > .options > li { padding: 12px 6px; }

    /*styling for only multiple select on popup mode*/
    .SumoSelect > .optWrapper.multiple.isFloating > .options > li { padding-left: 35px; }
    .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }
    /*selected state
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
    .SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
    */
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect .select-all.partial > span i{background-color: #EEB712;box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
    /*disabled state*/
    .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
     .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

    /**Select all button**/
    .SumoSelect .select-all{border-radius: 3px 3px 0px 0px;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0px 3px 35px;height: 20px;}
    .SumoSelect .select-all > span i{cursor:pointer;}
    .SumoSelect .select-all.partial > span i{background-color:#ccc;}



     /*styling for optgroups*/
    .SumoSelect > .optWrapper > .options > li.optGroup { padding-left: 5px; text-decoration: underline; }
	
	/*styling for change-borders*/
	.focus .SumoSelect > .CaptionCont {
    border-color: #D9A300;
	border-width:2px;
	}
	


