/* Xenopsi material form */
.xpForm .row {
    margin-left: -15px;
    margin-right: -15px;
}
.xpForm .xpMaterial {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 15px;
}
.xpForm .xpMaterial:nth-child(3),
.xpForm .xpMaterial:nth-child(5),
.xpForm .xpMaterial:nth-child(6),
.xpForm .xpMaterial:nth-child(8) {
    width: 36%;
}
.xpForm .xpMaterial:nth-child(4),
.xpForm .xpMaterial:nth-child(7) {
    width: 28%;
}


.xpForm.signup-layout .xpMaterial:nth-child(3),
.xpForm.signup-layout .xpMaterial:nth-child(6),
.xpForm.signup-layout .xpMaterial:nth-child(7),
.xpForm.signup-layout .xpMaterial:nth-child(8) {
    width: 50%;
}
.xpForm.signup-layout .xpMaterial:nth-child(4),
.xpForm.signup-layout .xpMaterial:nth-child(5) {
    width: 25%;
}
.xpForm.signup-layout li .row {
    margin: 0 -5px;
}
.xpForm.signup-layout li .row .one-third {
    padding-left: 5px;
    padding-right: 5px;
}

.xpForm textarea.form-control{
    min-height: 1px;
    padding: 45px 0 14px;
}
.xpMaterial .form-control{
    height: 90px;
    border-radius: 0;
    border:none;
    border-bottom: 1px solid #0d204a;  
    padding-left:0;
    padding-right:0; 
    background: none;
    font-size: 24px;
    color: #333333;
    padding-top: 30px;
    font-family: 'AauxProOT-Regular';
    font-weight: 400;
}
.xpMaterial .error.form-control,
.xpMaterial .error + .chosen-container-single a.chosen-single {
    border-color: #9c132d !important;
}
.xpMaterial .common-label{
    display: block;
    position: absolute;
    top: 48px;
    left: 15px;
    color: #333333;
    font-family: 'AauxProOT-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    pointer-events:none;
    text-transform: uppercase;
}
.xpMaterial .form-control.lines{
    text-transform: uppercase;
}
.xpMaterial .common-label span {
    color: #9c132d;
}
.xpMaterial .form-control:focus + label, 
.xpMaterial.notempty label, 
.xpMaterial.notempty.has-dropdown label {
    font-size: 80%;
    top: 13px;
    color: #999;
}
.xpMaterial .chosen-container {
    font-family: 'AauxProOT-Regular';
    font-weight: 400;    
}
.xpMaterial .chosen-container-single a.chosen-single {
    background: none !important;
    border:none;
    border-bottom: 1px solid #0d204a;
    font-size: 24px;
    color: #333333;
    line-height: 58px;
    padding: 31px 40px 0 0;
    text-align: left;
}
.xpMaterial .chosen-container-single a.chosen-single.chosen-default{
    text-indent: -9999px;
}
.xpMaterial .chosen-container-single .chosen-single div {
    background-color: transparent;
    background-image: url(../images/drop-arrow.png);
    background-size: 13px auto;
    background-position: center center;
    width: 40px;
    height: 54px;
    top: auto;
    bottom: 0;
}
.xpMaterial .chosen-container-single.chosen-container-active  .chosen-single div {
  background-image: url(../images/drop-arrow-flip.png);
}
.xpMaterial .chosen-container .chosen-drop {
  background: #061d49;
  border: 1px solid #9c132d;
  margin-top: -1px;
}
.xpMaterial .chosen-container .chosen-results li {
    font-size: 0.9em;
    color: #fff;
}
.xpMaterial .chosen-container .chosen-results li.highlighted {
    background: #fff;    
    color: #061d49;     
}
.xpMaterial .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.8em;
    height: 2em;
    padding: 5px;
}
.xpForm h5 .btn,
#contactThanks h5 .btn{
    height: 60px;
    padding: 0;
    font-size: 24px;
    background: #9c132d;
}
.contact-form .learn-more span {
    background-position-y: calc(50% - -1px);
    background-size: 12px auto;
    padding-right: 32px;
}
.contact-form form h5,
#contactThanks h5{
    margin-bottom: 80px;
}
.thanksMsg {
    text-align: center;
    background: #0d204a;
    padding: 10px;
    margin: 34px 0 44px;
}
.msg-container {
    border: 3px solid #5e687d;
    color: #fff;
    padding: 68px 30px;
}
.msg-container h2{
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 60px;
    margin-bottom: 30px;
    background: url(../images/thanks-hr.png) center bottom no-repeat;
    background-size: auto 22px;
}
.picker {
    font-family: 'AauxProOT-Regular';
    font-weight: 400;    
    left: 15px;
    width: calc(100% - 29px);    
}
.picker__year {
    font-style: normal;
}
/*--------Xenopsi Form--------*/

/*-------Agegate-------*/
.agegate {
    background: rgba(6, 29, 73, .88);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
    z-index: 9999999;
}
.agegate-main {
    margin-top: 25px;
    padding: 12px;
    background: #fff url(../images/agegate-bg.png?var=1) right bottom no-repeat;
    background-size: contain;
}
.agegate-inner {
    border: 2px solid #afafaf;
    padding: 34px 90px 80px;
}
.agegate-inner .brand img{
    display: block;
    margin: 0 auto;
    width: 360px;
}
.agegate-inner h2 {
    background: url(../images/hr-agegate.png) center bottom no-repeat;
    color: #061d49;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 40px;
    margin: 30px 0 30px;
    background-size: auto 18px;
}
.agegate-inner h2.bws {
    font-size: 24px;
    line-height: 36px;
}
.agegate-inner h2.bws span{
    display: block;
    margin-bottom: 10px;
}
.agegate p{
    text-align: center;
    color: #fff;
    opacity: .4;
    font-size: 15px;
    line-height: 30px;
    margin: 15px 0;
}

.agegate p a{
    color: #fff;
    background: url(../images/owl-sm.png) 0 center no-repeat;
    display: inline-block;
    padding-left: 35px;
    margin-left: 8px;
    background-size: auto 30px;
}
.agegate .row {
    margin: 0 -10px;
}
.agegate .one-third {
    margin-top: 30px;
    padding: 0 10px;
}
.agegate label.customRC {
    margin: 30px 0;
    font-size: 24px;
    line-height: 34px;
    padding-left: 50px;
}
.agegate label.customRC span {
    width: 34px;
    height: 34px;
}
.agegate input.customRC:checked + label.customRC span {
    background-size: 14px auto;
}
.agegate .btn {
    height: 74px;
    line-height: 74px;
    margin-bottom: 24px;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
    background: #9c132d;
}
.agegate .btn span {
    display: inline-block;
    background: url(../images/right-arrow-white.png) calc(100% - 20px) calc(50% - -1px) no-repeat;
    transition: background-position .3s;
    -webkit-transition: background-position .3s;
    -ms-transition: background-position .3s;
    padding:0 44px;
    background-size: 14px auto;
}
.agegate .btn:hover span {
    background-position-x: 100%; 
} 
.agegate .btn.fb{
    background: #3664a2;
    border-radius: 4px;
    margin-bottom: 0;
}
.agegate .btn.fb span {
    padding-right: 0;
    background: url(../images/facebook.png) left center no-repeat;
    background-size: 30px auto;
    padding-left: 52px;
}
/*-------Agegate-------*/


/*----For fathers day label page- BY MH March,2017----*/
.fathers-label-layout .xpForm .xpMaterial:nth-child(3),
.fathers-label-layout .xpForm .xpMaterial:nth-child(4) {
    width: 50%;
}

.fathers-label-layout .xpForm .xpMaterial:nth-child(5) {
    width: 100%;
}
.fathers-label-layout .xpForm li:nth-child(9) {
    float: left;
}
.fathers-label-layout .xpForm .xpMaterial:nth-child(12),
.fathers-label-layout .xpForm .xpMaterial:nth-child(10),
.fathers-label-layout .xpForm .xpMaterial:nth-child(11) {
    width: 33.3333%;
}

.fathers-label-layout .xpForm li .row {
    margin: 0 -5px;
}
.fathers-label-layout .xpForm li .row .one-third {
    padding-left: 5px;
    padding-right: 5px;
}
.fathers-label-layout li .asterik {
    font-size: 13px;
    margin: 5px 0 0;
    color: #696969;
}
.fathers-label-layout h4{
    color: #1a1240;
    text-transform: uppercase;
    font-family: 'AauxProOT-Medium';
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    margin-top: 49px;
}
.fathers-label-layout h4 span{
    color: #9c132d;
}
.contact-page .contact-form.main-contact.fathers-label-layout {
    margin-top: 60px !important;
}
.fathers-day-banner {
    background-image: url(../images/fathers-day-banner.jpg);
}
.contact-form.fathers-label-layout .container {
    max-width: 1420px;
}
.fd-label-infos {
    width: 920px;
    float: left;
}
.fd-label-img {
    width: 397px;
    height: 980px;
    float: right;
    background: url(../images/f-label-image-desktop-n.png?var=2) 0 0 no-repeat;
	/*background: url(../images/bottle-state-1.png) center 0 no-repeat;*/
    background-size: contain;
    position: relative;
}
.fd-label-img2 {
    width: 397px;
    height: 980px;
    float: right;
    background: url(../images/f-label-image-desktop-n.png?var=2) 0 0 no-repeat;
	/*background: url(../images/bottle-state-2.png) 0 0 no-repeat;*/
    background-size: contain;
    position: relative;
}
.writting-pad.active {
    background: none;
}
.bt-state-1, .bt-state-2 {
	position: absolute;
    top: 0;
    left: 0;
    
}
.fd-white-bg {
	float: right;
    width: 325px;
    position: relative;
}
.writting-pad {
    position: absolute;
    width: 369px;
    height: 539px;
    background: url(../images/writting-pad.png) 0 0 no-repeat;
    background-size: 100% auto;
    top: 408px;
    left: 10px;
    opacity: 1;
    text-align: center;
}
.writting-pad h4 {
    padding-top: 238px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    line-height: 1.2;
    font-family: 'cheap_pine_sanssans';
    position: relative;
}
.writting-pad.active h4 {
    padding-top: 142px;
    font-size: 18px;
    line-height: 1;
    padding-left: 0;
}


.f-label-texts {
    left: 102px;
    bottom: 130px;
    position: absolute;
    width: 158px;
    height: 59px;
}
.f-label-center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.f-label-center h5 {
    color: #000000;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
}
.phone .hide-on-mobile {
    display: none !important;
}
.phone .fathers-label-layout .dob-mob {
    position: relative;
}


.fathers-day-page .msg-container h2 {
    padding-bottom: 45px;
    margin-bottom: 22px;
    background-size: auto 17px;
}
.fathers-day-page .msg-container {
    padding-left: 125px;
    padding-right: 125px;
}
.fathers-day-page .msg-container h5 {
    margin-top: 30px;
}
.fathers-day-page .msg-container h5 a{
    background: #9c132d;
}
.computer .fathers-day-page .msg-container h5 a:hover{
    background: #bc223f;
}
/*----For fathers day label page- BY MH March,2017----*/



  
/*----Where to Buy----*/
.buy-now {
	text-align: center;
	font-size: 20px;
}
.buy-now p {
    font-size: 1.8em;
    color: #061d49;
}
.buy-now a {
    position: relative;
}
.buy-now.inlineOrder a::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/uber-eats.png) 0 center no-repeat;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.buy-now.inlineOrder {
    font-size: 12px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    background: rgb(6, 29, 73);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.filter-complete_js .map-holder {
    height: calc(100% - 58px);
}
.buy-now.inlineOrder a {
	font-size: inherit;
	padding-right: 54px;
	text-transform: none;
	color: #fff;
}



.flex {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
}
.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-search-form {
    margin-top: 68px;
}
.locator {    
    margin-bottom: 68px;
}
form.product-locator {    
    background: #061d49;
    border-bottom: none;
    padding: 20px 2.5%;
    z-index: 999;
}
.locator-form-input-wrapper {
    position: relative;
}
.product-select-box {
    width:  448px;
    margin-right: 20px;
}
.locator-zip-group {
    width:  320px;
    margin-right: 20px;
}
.product-search-button {
	width: 240px;
}
.locator-form-input-wrapper .chosen-container-single a.chosen-single {
    color: #061d49; 
    text-transform: uppercase;
    font-family: 'AauxProOT-Medium';
    background: #fff;
    line-height: 50px;
    font-size: 18px;
    padding: 0 50px 0 15px;
}
.locator-form-input-wrapper .chosen-container .chosen-drop {
    background: #fff;
}
.locator-form-input-wrapper .chosen-container-single .chosen-single div {
	width: 50px;
    background-color: #fff;
    background-image: url(/images/drop-arrow.png);
    background-size: 12px auto;
}
.locator-form-input-wrapper .chosen-container-single.chosen-container-active .chosen-single div {
	background-image: url(/images/drop-arrow-flip.png);
}
.locator-form-input-wrapper .chosen-container .chosen-results li{
    font-size: 18px;
    padding: 5px 12px;
}
.locator-form-input-wrapper .chosen-container .chosen-results li.no-results {
    color: #061d49; 
}
.zip-input-box {
	height: 52px;
	padding: 0 15px;
    background: #fff;
    border: none;
    font-weight: normal;
    font-size: 18px; 
    border: 1px solid #061d49;
    padding-top: 0;
    color: #061d49; 
    text-transform: uppercase;
    font-family: 'AauxProOT-Medium';
}
.locator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.locator-sidebar {
	height: 702px;
	width: 34%;
	position: relative;
	overflow: hidden;
	border: 1px solid #061d49;
	border-top: none;
	border-right: none;
	padding-top: 20px;
}
.locator-map {
	width: 66%;
	border: 1px solid #061d49;
	border-top: none;
	position: relative;
	overflow: hidden;
}
.map-holder{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #fff;
}

.loader {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}
.loader.loading::after {    
    border: 2px solid rgba(156, 19, 45, 0.85);
    border-right-color: transparent;
}
.locator-intro ,
.locator-intro > div {
    height: 100%;
    width: 100%;
}
.locator-intro img {
    max-width: 270px;
    margin-bottom: 20px;
}

.no-results-found {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 45px;
    z-index: 100;
    font-size: 20px;
}
.no-results-found h2 {
    font-size: 1.9em;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    color: #1f1f1f;
    font-weight: 400;
    font-family: "kepler-std";
}
.no-results-found h2 span {
    font-size: .5em;
    line-height: 1.5em;
    display: block;
    margin-top: .5em;
    font-family: 'AauxProOT-Regular';
}
.no-results-found h2 a{
    color: #9c132d;
    text-decoration: underline;

}


.overlay.active.availablity-window {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.overlay.availablity-window {
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms, visibility 500ms, top 500ms;
    -webkit-transition: opacity 500ms, visibility 500ms, top 500ms;
    -ms-transition: opacity 500ms, visibility 500ms, top 500ms;
    background: rgba(0,0,0,.75);
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.availablity-window .overlay-container {
    position: relative;
    width: 600px;
    max-width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background: none;
}

.availablity-window .overlay-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: none;
    
    display: block;
    text-indent: -9999px;
    z-index: 9999;
    overflow: hidden;
    background: #BBAF9D url(../images/cross.png) center center no-repeat;
    background-size: 90% auto;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transform: rotate(0deg) perspective(1px);
    -webkit-transform: rotate(0deg) perspective(1px);
    -ms-transform: rotate(0deg) perspective(1px);
    background-color: transparent;
}
.availablity-window .overlay-close:hover {
    transform: rotate(180deg) perspective(1px);
    -webkit-transform: rotate(180deg) perspective(1px);
    -ms-transform: rotate(180deg) perspective(1px);
}
.availablity-info {
    background: #fff;
    padding: 45px 30px;
    position: relative;
}
.availablity-info .p {
    margin: 0;
    font-size: 17px;
}
.availablity-info .seperator {
    height: 14px;
    margin: 22px 0 20px;
}
.availablity-info .h2 span {
    display: block;
    font-size: 20px;
    line-height: 1em;
}
.availablity-info .p span {
    line-height: 1.5em;
    display: block;
    font-size: 1em;
}
.availablity-window .seperator {
    height: 14px;
    background: url(../images/graphic-seperator.png) center center no-repeat;
    background-size: contain;
    margin: 27px 0 24px;
}


.showing-results {
    position: relative;
    padding: 0 20px 15px;
}
.result-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 36px;
	width: 100%;
}
.showing-results .info-text {
    font-size: 11px;
    font-family: 'AauxProOT-Regular';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    line-height: 1em;
    padding: 0 4px;
}
.result-nav li {
    width: calc(50% - 5px);
    padding: 0 !important;
}
.result-nav li button {
    width: 100%;
    background: #061d49;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 36px;
    text-transform: uppercase;
    padding: 0;
    font-family: 'AauxProOT-Medium';
}
button.store-type-btn.active {
	background: #0b337a;
}
.showing-results h3 {
	font-size: 14px;
	font-weight: 300;
	color: #061d49;
	margin: 0 18px 0 0;
	line-height: 1em;
	text-transform: none;
	padding: 0 0 10px 4px;
    font-family: 'AauxProOT-Medium';
    border-bottom: 1px solid #b5b5b5;
}
.results .media-right {
    min-width: 19px;
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    padding-right: 0;
    padding-left: 0;
}
.results .media-right a {
    text-decoration: none;
    background: url(../images/pl-arrow-right.png) center center no-repeat;
    text-indent: -999em;
    background-size: 10px auto;
    display: block;
}
.results .media {
	padding: 20px 4px 20px 0;
	border-bottom: 1px solid #b5b5b5;
}
.results .media-left {
	vertical-align: middle;
	padding-right: 10px;
	min-width: 60px;
}
.results .media h2,
.results .media p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 0;
    font-family: 'AauxProOT-Medium';
    color: #061d49;
    text-transform: none;
}
.results .media h2{
	text-transform: uppercase;
    font-family: 'AauxProOT-Bold';
}
.results .media p {
	margin: 0;
}
.results p a {
	font-size: inherit;
	color: #061d49;
    line-height: inherit;
}
.media-body .direction-link{
	color: #9c132d;
	margin-left: 5px;
	text-transform: uppercase;
}

.results .media {
	cursor: pointer;
}
.results .media.active {
	background: #e5e7e9;
}
.results .media-left span {
    position: relative;
    width: 29px;
    height: 37px;
    display: block;
    margin: 0 auto;
    color: #000;
    text-align: center;
    background: url(../images/map-marker.png) no-repeat;
    background-size: 29px auto;
    font-family: 'AauxProOT-Bold';
}
.results .media-left span i {
	position: absolute;
	font-style: normal;
	margin: 0 auto;
	color: #000;
	line-height: 20px;
	font-weight: bold;
	display: block;
	border-radius: 50%;
	font-size: 12px;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	transition: 300ms;
}
.results .media.active .media-left span {
    background-image: url(../images/map-marker-active.png);
}
.results .media .media-left .st0 {
	transition: 300ms;
}
.result-bottom_nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    background: #0e244f;
    z-index: 100;
    padding: 0 20px;
}
.showing-results .result-bottom_nav h3 {
    margin: 0;
    padding: 0;
    border:none;
    color: #fff !important;
    font-size: 12px;
}
.result-bottom_nav p {
    margin: 0;
    font-size: 12px;
    font-variant: normal;
    color: #fff;
    text-transform: uppercase;
    font-family: 'AauxProOT-Regular';
    line-height: 40px;
}
.isDisabled {
    opacity: .35;
    pointer-events: none;
}
.result-bottom_nav p a {    
	color: #fff;
}
.result-bottom_nav p a:first-child {
    margin-right: 15px;
}
.refine-search {
    padding: 15px 20px;
    border-top: 1px solid #061d49;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.refine-search .btn {
    width: 100%;
    display: block;
}
.results {
    position: relative;
    width: 100%;
}
.result-scroll {
    height: 526px;
    width: 100%;
}
.result-scroll .mCSB_inside > .mCSB_container{
    margin-right: 18px;
}
.result-scroll .mCSB_scrollTools{
    width: 5px;
}
.result-scroll .mCSB_scrollTools .mCSB_draggerRail,
.result-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    border-radius: 3px;
}
.result-scroll .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #ebebeb; 
}
.result-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.result-scroll .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.result-scroll .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.result-scroll .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #061d49; 
}


.tablet .product-locator .select-container .btn-fallback, 
.phone .product-locator .select-container .btn-fallback {
    font-weight: normal;
    background: #fff;
    line-height: 50px;
    padding: 0 50px 0 15px;
    font-size: 18px;
    min-width: 1px;
    display: block !important;
    color: #061d49;
    font-family: 'AauxProOT-Medium';
    background: #fff;
    border: 1px solid #061d49;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.tablet .product-locator .select-container select ,
.phone .product-locator .select-container select {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.tablet .product-locator .btn-fallback ,
.phone .product-locator .btn-fallback {
    position: relative;
}
.tablet .product-locator .btn-fallback span,
.phone .product-locator .btn-fallback span {
    width: 50px;
}
.tablet .product-locator .btn-fallback span,
.phone .product-locator .btn-fallback span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
	width: 50px;
    background: #fff  url(/images/drop-arrow.png) center center no-repeat;
    background-size: 12px auto;
}

.gm-style-iw-d h2 {
    font-weight: normal;
    font-family: 'AauxProOT-Bold';
    color: #061d49;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 1px;
    margin-top: 0;
    text-transform: none;
}
.gm-style-iw-d p {
    font-family: 'AauxProOT-Regular';
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: #061d49;
    font-weight: normal;
}
.gm-style-iw-d p span,
.results .media p span {
    text-transform: uppercase !important;
}
.gm-style-iw-d p .telephone {
    color: inherit;
    margin-right: 4px;
}
.gm-style-iw-d p a {
    color: #9c132d;
    text-transform: uppercase;
}
.gm-style .gm-style-iw-c {
    border-radius: 5px !important;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.25);
}
.gm-style .gm-style-iw-t::after {
    box-shadow: none;
    border-left: 1px solid rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    top: 1px;
}
.results-section_top {
    position: relative;
}
/*----Where to Buy----*/

@media screen and (min-width: 1800px){
.agegate .container {
    max-width: 980px;
}    
.agegate .chosen-container-single a.chosen-single {
    line-height: 80px;
    padding: 0 80px 0 24px;
    font-size: 30px;
}

}

@media screen and (max-width: 1799px){
.xpMaterial .form-control {
    font-size: 20px;
    height: 79px;
    padding-top: 28px;
}
.xpForm textarea.form-control {
    padding: 42px 0 0;
}
.xpMaterial .common-label{
    top: 40px;
    font-size: 20px;
}
.xpMaterial .form-control:focus + label,
.xpMaterial.notempty  label,
.xpMaterial.notempty.has-dropdown  label {
    top: 11px;
    font-size: 80%;
}
.xpMaterial .chosen-container-single a.chosen-single {
    font-size: 20px;
    line-height: 50px;
    padding: 28px 40px 0 0;
}
.xpMaterial .chosen-container-single .chosen-search input[type="text"] {
    font-size: 0.8em;
}
.xpMaterial .chosen-container-single .chosen-single div {
    height: 50px;
}
.xpForm h5 .btn,
#contactThanks h5 .btn {
    height: 52px;
    font-size: 20px;
}
.contact-form .learn-more span {
    background-position: right calc(50% - -1px);
    padding-right: 22px;
}
.contact-form form h5,
#contactThanks h5{
    margin-bottom: 60px;
}
.thanksMsg {
    padding: 8px;
}
.msg-container {
    padding: 60px 30px;
}
.msg-container h2{
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    background-size: auto 18px;
}
/*--------Xenopsi Form--------*/

/*-------Agegate-------*/
.agegate .container {
    max-width: 900px;
}  
.agegate-inner .brand img {
    width: 320px;
}
.agegate-inner h2 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 38px;
    margin: 26px 0 28px;
}

.agegate-inner h2.bws {
    font-size: 20px;
    line-height: 32px;
}
.agegate-inner h2.bws span {
    margin-bottom: 8px;
}
.agegate .one-third {
    margin-top: 24px;
}
.agegate label.customRC {
    margin-top: 24px;
    margin-bottom: 24px;
}
.agegate .btn {
    height: 70px;
    line-height: 70px;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fathers-label-layout li .asterik {
    font-size: 12px;
    margin: 4px 0 0;
}
.fathers-label-layout h4 {
    font-size: 26px;
    margin-top: 44px;
}
.contact-page .contact-form.main-contact.fathers-label-layout {
    margin-top: 40px !important;
}
.contact-form.fathers-label-layout .container {
    max-width: 1180px;
}
.fd-label-infos {
    width: 760px;
}
.fd-label-img {
    width: 331px;
    height: 817px;
}
.f-label-texts {
    left: 85px;
    bottom: 108px;
    width: 132px;
    height: 50px;
}
.f-label-center h5 {
    font-size: 11px;
    line-height: 13px;
}
.fathers-day-page .msg-container h2 {
    background-size: auto 15px;
}
.fathers-day-page .msg-container {
    padding-left: 100px;
    padding-right: 100px;
}
/*----For fathers day label page- BY MH March,2017----*/



.product-select-box {
    width:  373px;
    margin-right: 20px;
}
.locator-zip-group {
    width:  270px;
    margin-right: 20px;
}
.product-search-button {
	width: 200px;
}
.no-results-found {
    padding: 0 15px;
}
}

@media screen and (min-width: 1400px){
.agegate .chosen-container-single a.chosen-single {
    line-height: 70px;
    padding: 0 70px 0 20px;
    font-size: 26px;
}    

}

@media screen and (max-width: 1399px){
.xpForm .row {
    margin-left: -10px;
    margin-right: -10px;
}
.xpForm .xpMaterial {
    padding: 0 10px;
}   
.picker { 
    left: 10px;
    width: calc(100% - 20px);    
} 
.xpMaterial .form-control {
    font-size: 18px;
    height: 70px;
    padding-top: 26px;
}
.xpForm textarea.form-control {
    padding: 36px 0 0;
}
.xpMaterial .common-label{
    top: 35px;
    font-size: 18px;
    left: 10px;
}
.xpMaterial .form-control:focus + label,
.xpMaterial.notempty  label,
.xpMaterial.notempty.has-dropdown  label {
    top: 9px;
    font-size: 90%;
}
.xpMaterial .chosen-container-single a.chosen-single {
    font-size: 18px;
    line-height: 44px;
    padding: 25px 40px 0 0;
}
.xpForm h5 .btn,
#contactThanks h5 .btn {
    height: 48px;
    font-size: 18px;
}
.contact-form .learn-more span {
    background-size: 9px auto;
    padding-right: 18px;
}
.xpMaterial .chosen-container-single .chosen-single div {
    height: 40px;
    width: 40px;
    background-size: 10px auto;
}
.xpMaterial .chosen-container-single .chosen-search input[type="text"] {
    font-size: 15px;
    height: 30px;
    padding: 5px;
}
.xpMaterial .chosen-container .chosen-results li {
    font-size: 18px;
}

.thanksMsg {
    padding: 6px;
    margin: 25px 0 35px;
}
.msg-container {
    border-width: 2px;
    padding: 50px 30px;
}
.msg-container h2 {
    background-size: auto 16px;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    padding-bottom: 40px;
}
/*--------Xenopsi Form--------*/

/*-------Agegate-------*/
.agegate .container {
    max-width: 740px;
}
.agegate-main {
    margin-top: 15px;
    padding: 13px;
}
.agegate-inner {
    padding: 30px 70px 50px;
}
.agegate-inner .brand img{
    width: 290px;
}
.agegate-inner h2 {
    background-size: auto 16px;
    font-size: 32px;
    line-height: 34px;
    margin: 25px 0;
    padding: 0 0 35px;
}
.agegate-inner h2.bws {
    font-size: 20px;
    line-height: 30px;
}
.agegate-inner h2.bws span {
    margin-bottom: 6px;
}
.agegate .row {
    margin: 0 -8px;
}
.agegate .one-third {
    margin-top: 15px;
    padding: 0 8px;
}
.agegate label.customRC {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
    padding-left: 42px;
}
.agegate label.customRC span {
    width: 30px;
    height: 30px;
}
.agegate input.customRC:checked + label.customRC span {
    background-size: 12px auto;
}
.agegate .btn {
    font-size: 20px;
    height: 52px;
    line-height: 52px;
    margin-bottom: 12px;
}
.agegate .btn span {
    padding:0 36px;
    background-position-x: calc(100% - 15px);
    background-size: 12px auto;
}
.agegate .btn.fb span {
    padding-left: 44px;
    background-size: 26px auto;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fathers-label-layout li .asterik {
    font-size: 11px;
    margin: 3px 0 0;
}
.fathers-label-layout h4 {
    font-size: 20px;
    margin-top: 36px;
}
.contact-form.fathers-label-layout .container {
    max-width: 960px;
}
.fd-label-infos {
    width: 630px;
}
.fd-label-img {
    width: 265px;
    height: 653px;
}
.f-label-texts {
    left: 68px;
    bottom: 86px;
    width: 106px;
    height: 40px;
}
.f-label-center h5 {
    font-size: 9px;
    line-height: 10px;
}
.fathers-day-page .msg-container {
    padding-left: 55px;
    padding-right: 55px;
}
.fathers-day-page .msg-container h2 {
    background-size: auto 13px;
}
.fathers-day-page .msg-container h5 {
    margin-top: 23px;
}
/*----For fathers day label page- BY MH March,2017----*/


/*----Where to Buy----*/
.product-search-form {
    margin-top: 50px;
}
.product-search-form .btn {
    height: 44px;
}
.locator {    
    margin-bottom: 50px;
}
form.product-locator {    
    padding: 15px 20px;
}
.product-select-box  {
    width:  calc(45% - 10px);
}
.locator-zip-group {
    width: calc(32% - 10px);
}
.product-search-button {
    width: calc(23% - 10px);
}
.locator-form-input-wrapper .chosen-container-single a.chosen-single {
    line-height: 42px;
    font-size: 14px;
    padding: 0 40px 0 15px;
}
.locator-form-input-wrapper .chosen-container-single .chosen-single div {
    width: 40px;
    background-size: 10px auto;
}
.locator-form-input-wrapper .chosen-container .chosen-results li{
    font-size: 14px;
    padding: 5px 10px;
}
.zip-input-box {
    height: 44px;
    padding: 0 15px;
    font-size: 14px; 
}
.locator-sidebar {
    height: 594px;
    padding-top: 15px;
}
.locator-intro img {
    max-width: 230px;
    margin-bottom: 15px;
}
.no-results-found {
    font-size: 18px;
}
.showing-results {
    padding: 0 15px 10px;
}
.result-nav {
    margin-bottom: 34px;
}
.showing-results .info-text {
    font-size: 10px;
    top: 35px;
}
.result-nav li button {
    font-size: 12px;
    height: 32px;
}
.showing-results h3 {
    font-size: 12px;
    margin: 0 16px 0 0;
    padding: 0 0 9px 4px;
}
.results .media-right {
    min-width: 16px;
}
.results .media-right a {
    background-size: 9px auto;
}
.results .media {
    padding: 16px 4px 16px 0;
}
.results .media-left {
    padding-right: 9px;
    min-width: 50px;
}
.results .media h2,
.results .media p {
    font-size: 12px;
    line-height: 16px;
}
.media-body .direction-link{
    margin-left: 5px;
}
.results .media-left span {
    width: 25px;
    height: 32px;
    background-size: 25px auto;
}
.results .media-left span i {
    line-height: 18px;
    font-size: 11px;
    top: 3px;
}
.result-bottom_nav {
    padding: 0 15px;
}
.showing-results .result-bottom_nav h3 {
    font-size: 11px;
}
.result-bottom_nav p {
    font-size: 11px;
    line-height: 35px;
}
.result-bottom_nav p a:first-child {
    margin-right: 13px;
}
.refine-search {
    padding: 13px 15px;
}
.result-scroll {
    height: 441px;
}

.tablet .product-locator .select-container .btn-fallback, 
.phone .product-locator .select-container .btn-fallback {
    line-height: 42px;
    padding: 0 40px 0 15px;
    font-size: 14px;
    height: 42px;
}
.tablet .product-locator .btn-fallback span,
.phone .product-locator .btn-fallback span {
    width: 40px;
    background-size: 10px auto;
}

.product-select-box {
    width:  324px;
    margin-right: 15px;
} 
.locator-zip-group {
    width:  240px;
    margin-right: 15px;
}
.product-search-button {
    width: 170px;
}
/*----Where to Buy----*/
}

@media screen and (min-width: 768px) and (max-width: 1399px){
.agegate .chosen-container-single a.chosen-single {
    font-size: 20px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 50px;
}    
}

@media screen and (max-width: 1199px){
    .product-select-box {
        width:  290px;
        margin-right: 15px;
    }
    .locator-zip-group {
        width:  220px;
        margin-right: 15px;
    }
    .product-search-button {
        width: 150px;
    }   
    .no-results-found {
        font-size: 16px;
        padding: 0 10px;
    } 
}

@media screen and (max-width: 991px){
/*--------Xenopsi Form--------*/
.xpForm .xpMaterial:nth-child(3),
.xpForm .xpMaterial:nth-child(5),
.xpForm .xpMaterial:nth-child(4),
.xpForm .xpMaterial:nth-child(6),
.xpForm .xpMaterial:nth-child(7),
.xpForm .xpMaterial:nth-child(8) {
    width: 50%;
}
.xpForm button.visible-sm-xs,
.tablet .xpForm .chosen-container ,
.phone .xpForm .chosen-container {
    display: none !important;
}
.tablet .xpForm button.visible-sm-xs ,
.phone .xpForm button.visible-sm-xs,
.tablet .xpForm select ,
.phone .xpForm select {
    display: block !important;
}
.tablet .xpForm select,
.phone .xpForm select{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
} 

.xpForm .btn-fallback {
    background: none;
    border: none;
    border-bottom: 1px solid #0d204a;
    color: #333;    
    font-size: 18px;
    height: 70px;
    padding: 26px 0 1px;
    width: 100%;
    text-align: left;
    font-family: 'AauxProOT-Regular';
    font-weight: 400;
    text-indent: -9999px;
}
.xpForm .notempty .btn-fallback {
    text-indent: 0;
}
.xpForm .btn-fallback span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url(../images/drop-arrow.png) center center no-repeat;
    background-size: 8px auto;
}
/*--------Xenopsi Form--------*/

/*-------Agegate-------*/
.agegate {
    overflow-y: scroll;   
}
.agegate-inner {
    padding: 38px 50px 50px;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.contact-page .contact-form.main-contact.fathers-label-layout {
    margin-top: 20px !important;
}
.contact-form.fathers-label-layout .container {
    padding: 0 20px;
}
.fd-label-infos {
    width: 400px;
}
.fathers-label-layout .xpForm .xpMaterial:nth-child(3),
.fathers-label-layout .xpForm .xpMaterial:nth-child(5),
.fathers-label-layout .xpForm .xpMaterial:nth-child(4),
.fathers-label-layout .xpForm .xpMaterial:nth-child(12),
.fathers-label-layout .xpForm .xpMaterial:nth-child(10),
.fathers-label-layout .xpForm .xpMaterial:nth-child(11) {
    width: 100%;
}

.fathers-label-layout .xpForm .xpMaterial:nth-child(7),
.fathers-label-layout .xpForm .xpMaterial:nth-child(8),
.fathers-label-layout .xpForm .xpMaterial:nth-child(6) {
    width: 33.33%;
}
.fathers-label-layout .xpForm li:nth-child(9) {
    float: left;
}

.fathers-label-layout .xpForm li .row {
    margin: 0 -10px;
}
.fathers-label-layout .xpForm li .row .one-third {
    padding-left: 10px;
    padding-right: 10px;
}
.fathers-label-layout .dob-mob {
    position: static;
}
/*
.fd-label-img {
    margin-top: 240px;
}
*/
.fathers-day-page .msg-container {
    padding-left: 20px;
    padding-right: 20px;
}
.fathers-day-page .msg-container p br{
    display: none;
}
.fathers-day-page .msg-container h2 {
    margin-bottom: 16px;
    padding-bottom: 34px;
}
/*----For fathers day label page- BY MH March,2017----*/
.locator-map {
    width: 58%;
}
.locator-sidebar {
    width: 42%;
    height: 480px;
}
.result-scroll {
    height: 328px;
}
.product-select-box  {
    width:  287px;
    margin-right: 15px;
}
.locator-zip-group {
    width:  240px;
    margin-right: 15px;
}
.product-search-button {
    width: 130px;
}
}

@media screen and (max-width: 767px){
.xpForm .row {
    margin: 0;
}
.xpForm .xpMaterial {
    width: 100% !important;
    padding: 0;
}   

.picker { 
    left: 0;
    width: 100%;    
}
.contact-form .learn-more span {
    background-position: right calc(50% - -1px);
}
.thanksMsg {
    margin: 35px 0 40px;
}
.msg-container h2 {
    font-size: 40px;
    line-height: 40px;
}

/*-------Agegate-------*/
.agegate-main {
    margin-top: 0;
    padding: 10px;
}
.agegate-inner {
    padding: 38px 40px 40px;
}
.agegate-inner .brand img{
    width: 300px;
}
.agegate-inner h2 {
    font-size: 30px;
    line-height: 30px;
}
.agegate-inner h2.bws {
    font-size: 18px;
    line-height: 30px;
}
.agegate-inner h2.bws span {
    margin-bottom: 4px;
}
.agegate .row {
    margin: 0 -5px;
}
.agegate .one-third {
    margin-top: 20px;
    padding: 0 5px;
}
.agegate label.customRC {
    margin: 20px 0;
    font-size: 18px;
    line-height: 28px;
    padding-left: 36px;
}
.agegate label.customRC span {
    width: 28px;
    height: 28px;
}
.agegate input.customRC:checked + label.customRC span {
    background-size: 10px auto;
}
.agegate .btn {
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    margin-bottom: 15px;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fl-window-close {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background: url(/images/window-close.png) 0 0 no-repeat;
}
.fathers-day-window {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    background: rgba(6,29,73,.97);
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}
.fathers-day-window-container {
    width: 100%;
    padding: 0 40px 110px;
    text-align: center;
    color: #fff;
    position: relative;
}
.fd-white-bg {
    background: #fff;
    padding: 56px 0 60px;
}
.fd-label-img {
    margin: 0 auto;
    float: none;
    width: 331px;
    height: 817px;
}
.contact-form .fathers-day-window h3 {
    margin-bottom: 0;
    padding-top: 0;
    margin: 30px 0;
    color: #fff;
}
.f-label-texts {
    left: 85px;
    bottom: 108px;
    width: 132px;
    height: 50px;
}
.f-label-center h5 {
    font-size: 10px;
    line-height: 13px;
}

.fathers-label-layout h4 {
    font-size: 30px;
    margin-top: 44px;
}
.fathers-label-layout li h4{
    margin-top: 54px;
}
.fathers-label-layout li .asterik {
    font-size: 14px !important;
    margin: 6px 0 0 !important;
}
.fd-label-infos {
    width: 100%;
}

.fdl-mob-bottle {
    padding-top: 32vw;
    padding-bottom: 20vw;
    margin-top: 60px;
    background: url(../images/f-label-bottle-lg.png) center top no-repeat;
    background-size: 98% auto;
    border-bottom: 1px solid gray;
    margin-bottom: 60px;
}
.fdl-custom-message {
    padding: 10px 30px 20px;
    background: rgba(255,255,255,.92);
    border: 8px solid #152a53;
}
.fathers-label-layout .fdl-custom-message li .asterik {
    margin-bottom: 20px !important;
}
.fathers-label-layout .fdl-custom-message li h4 {
    margin-top: 0;
    text-align: center;
}
.contact-form form .fdl-custom-message h5 {
    margin-bottom: 0;
}


.fathers-day-page .msg-container h2 {
    margin-bottom: 24px;
    padding-bottom: 48px;
    background-size: auto 18px;
}
.fathers-day-page .msg-container {
    padding-left: 40px;
    padding-right: 40px;
}
.fathers-day-page .msg-container h5 {
    margin-top: 34px;
}


#fathersDayThanks .fd-label-img {
    margin: 80px auto 60px;
    width: 420px;
    height: 983px;
    background-image: url(../images/f-label-bottle-md-n.png?var=2);
}
#fathersDayThanks .f-label-texts {
    left: 26px;
    bottom: 156px;
    width: 302px;
    height: 112px;
}
#fathersDayThanks .f-label-center h5 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 4px;
}

#closeState .fdl-mob-bottle {
    padding-top: 26vw;
    padding-bottom: 0;
}
/*----For fathers day label page- BY MH March,2017----*/



/*----Where to Buy----*/
.locator-map {
    height: 280px;
}
.filter-complete_js .map-holder {
    height: calc(100% - 40px);
}
.buy-now.inlineOrder a {
    padding-right: 40px;
}
.buy-now p {
    font-size: 1.5em;
}
.buy-now.inlineOrder a::before {
    width: 30px;
    height: 32px;
}
.buy-now.inlineOrder {
    height: 40px;
}
.product-search-form {
    margin-top: 20px;
    padding: 0 40px;
}
.locator {    
    margin-bottom: 20px;
    padding: 0;
    display: block;
}

form.product-locator {    
    padding: 0;
    background: none;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product-select-box  {
    width:  100%;
    min-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
}
.locator-zip-group {
    width: calc(100% - 60px);
    margin-right: 0;
}
.product-search-button {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    padding: 0;
    text-indent: -999em;
}
.product-search-form .btn {
    height: 60px;
    background: #9c132d url(../images/pl-search-icon.png) center center no-repeat;
    background-size: 24px auto;
}

.zip-input-box {
    height: 60px;
    font-size: 22px; 
    border-right: none;
}


.locator-form-input-wrapper .chosen-container-single a.chosen-single {
    line-height: 58px;
    font-size: 22px;
    padding: 0 40px 0 15px;
}
.locator-form-input-wrapper .chosen-container-single .chosen-single div {
    width: 60px;
    background-size: 18px auto;
}
.locator-map {
    width: 100%;
    border: none;
    height: 280px;
}
.map-holder {
    background: #ccc    
}
.locator-sidebar {
    width: 100%;
    height: auto;
    padding-top: 15px;
    border: none;
    padding: 0 40px;
}
.showing-results {
    padding: 20px 0 0;
}
.locator-intro {
    display: none !important;
}
.no-results-found {
    font-size: 19px;
    position: relative;
    top: 0;
    left: 0;
    padding: 40px 0;
}
.result-nav {
    margin-bottom: 34px;
}
.showing-results .info-text {
    font-size: 12px;
    top: 52px;
}
.result-nav li button {
    font-size: 16px;
    height: 42px;
}
.showing-results h3 {
    font-size: 16px;
    margin: 0px 18px 0 0;
    padding: 0 0 12px 4px;
}
.results .media-right {
    min-width: 16px;
}
.results .media-right a {
    background-size: 15px auto;
}
.results .media {
    padding: 16px 4px 16px 0;
}
.results .media-left {
    min-width: 70px;
}
.results .media h2,
.results .media p {
    font-size: 20px;
    line-height: 26px;
}
.results .media-left span {
    width: 29px;
    height: 37px;
    background-size: 29px auto;
}
.results .media-left span i {
    line-height: 20px;
    font-size: 12px;
    top: 5px;
}
.result-bottom_nav {
    padding: 0 18px;
}
.showing-results .result-bottom_nav h3 {
    font-size: 16px;
}
.result-bottom_nav p {
    font-size: 16px;
    line-height: 60px;
}
.refine-search {
    padding: 20px 0 0;
    position: relative;
    margin-top: 20px;
}
.result-scroll {
    height: 525px;
}
.tablet .product-locator .select-container .btn-fallback, 
.phone .product-locator .select-container .btn-fallback {
    line-height: 58px;
    padding: 0 60px 0 15px;
    font-size: 22px;
    height: 60px;
}
.tablet .product-locator .btn-fallback span, 
.phone .product-locator .btn-fallback span {
    width: 60px;
    background-size: 14px auto;
}
/*----Where to Buy----*/
}


@media screen and (min-width: 500px) and (max-width: 767px){
.xpMaterial .form-control {
    font-size: 24px;
    height: 90px;
    padding-bottom: 0;
    padding-top: 30px;
}
.xpForm textarea.form-control {
    padding: 45px 0 0;
}
.xpMaterial .common-label {
    left: 0;
    font-size: 24px;
    top: 48px;
}
.xpMaterial .form-control:focus + label, 
.xpMaterial.notempty label, 
.xpMaterial.notempty.has-dropdown label {
    font-size: 18px;
    top: 14px;
}
.xpMaterial .chosen-container-single a.chosen-single {
    font-size: 24px;
    line-height: 60px;
    padding: 30px 40px 0 0;
}
.xpMaterial .chosen-container-single .chosen-single div {
    height: 50px;
    width: 40px;
    background-size: 12px auto;
}
.xpMaterial .chosen-container-single .chosen-search input[type="text"] {
    font-size: 20px;
    height: 30px;
    padding: 5px;
}
.xpMaterial .chosen-container .chosen-results li {
    font-size: 20px;
}
.xpForm .btn-fallback span {
    width: 48px;
    height: 48px;
    background-size: 12px auto;
}
.xpForm .btn-fallback {   
    font-size: 24px;
    height: 90px;
    padding-bottom: 11px;
    padding-top: 42px;
}
/*--------Xenopsi Form--------*/
}
@media screen and (max-width: 599px) {
.contact-form form h5,
#contactThanks h5 {
    margin-bottom: 0;
}    
.xpMaterial .common-label {
    left: 0;
}
.xpMaterial .chosen-container .chosen-results li {
    font-size: 16px;
}
.xpForm textarea.form-control {
    padding: 37px 0 0;
} 
.thanksMsg {
    margin: 25px 0 35px;
}
.msg-container h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 18px;
    padding-bottom: 40px;
}
.xpForm .btn-fallback {
    padding-bottom: 2px;
}

/*-------Agegate-------*/
.agegate-main {
    padding: 7px;
}
.agegate-inner {
    padding: 25px;
}
.agegate-inner .brand img{
    width: 260px;
}
.agegate-inner h2 {
    background-size: auto 10px;
    font-size: 24px;
    line-height: 24px;
    margin: 20px;
    padding-bottom: 30px;
}
.agegate-inner h2.bws {
    font-size: 18px;
    line-height: 28px;
}
.agegate .row {
    margin: 0 ;
}
.agegate .one-third {
    padding: 0;
    width: 100%;
    float: none;
    margin-top: 15px;
}
.agegate label.customRC {
    margin: 20px 0;
    font-size: 15px;
    line-height: 24px;
    padding-left: 32px;
}
.agegate label.customRC span {
    width: 24px;
    height: 24px;
}
.agegate .btn {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 15px;
}
.agegate .btn span{
    background-size: 10px auto;    
    padding: 0 30px;
}
.agegate p {
    font-size: 12px;
    margin: 10px 0;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fathers-day-window-container {
    padding: 0 25px 80px;
}
.contact-form .fathers-day-window h3 {
    margin: 20px 0;
}
.fd-white-bg {
    padding: 30px 0;
}
.fd-label-img {
    margin: 0 auto;
    float: none;
    width: 265px;
    height: 653px;
}
.f-label-texts {
    left: 67px;
    bottom: 86px;
    width: 107px;
    height: 40px;
}
.f-label-center h5 {
    font-size: 9px;
    line-height: 11px;
}
.fl-window-close {
    width: 40px;
    height: 40px;
    bottom: 20px;
    background-size: contain;
}
.fathers-label-layout h4 {
    font-size: 26px;
    margin-top: 44px;
}
.contact-page .fathers-label-layout .asterik, 
.contact-page .fathers-label-layout label.customRC {
    font-size: 16px;
    margin: 30px 0;
    line-height: 22px;
}
.fathers-label-layout li h4 {
    margin-top: 42px;
}
.fathers-label-layout li .asterik {
    font-size: 13px !important;
    margin: 3px 0 0 !important;
}
.fdl-mob-bottle {
    margin-top: 40px;
}
.fathers-day-page .msg-container {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fathers-day-page .msg-container h2 {
    margin-bottom: 15px;
    padding-bottom: 31px;
    background-size: auto 12px;
}
.fathers-day-page .msg-container h5 {
    margin-top: 24px;
}

#fathersDayThanks .fd-label-img {
    margin: 60px auto 30px;
    width: 350px;
    height: 807px;
}
#fathersDayThanks .f-label-texts {
    left: 21px;
    bottom: 128px;
    width: 248px;
    height: 92px;
}
#fathersDayThanks .f-label-center h5 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 2px;
}
/*----For fathers day label page- BY MH March,2017----*/

/*----Where to Buy----*/
.product-search-form {
    margin-top: 5px;
    padding: 0 25px;
}
.locator {    
    margin-bottom: 5px;
}
.product-select-box  {
    margin-bottom: 15px;
}
.locator-zip-group {
    width: calc(100% - 46px);
}
.product-search-button {
    width: 46px;
    min-width: 46px;
    max-width: 46px;
}
.product-search-form .btn {
    height: 46px;
    background-size: 18px auto;
}

.zip-input-box {
    height: 46px;
    font-size: 16px; 
}
.locator-form-input-wrapper .chosen-container-single a.chosen-single {
    line-height: 44px;
    font-size: 16px;
}
.locator-form-input-wrapper .chosen-container-single .chosen-single div {
    width: 46px;
    background-size: 12px auto;
}
.locator-sidebar {
    padding: 0 25px;
}
.no-results-found {
    font-size: 17px;
    padding: 25px 0;
    max-width: 330px;
    margin: 0 auto;
}
.result-nav {
    margin-bottom: 44px;
}
.results .media h2,
.results .media p {
    font-size: 18px;
    line-height: 24px;
}
.results .media-left span {
    width: 29px;
    height: 37px;
    background-size: 29px auto;
}
.results .media-left span i {
    line-height: 20px;
    font-size: 12px;
    top: 5px;
}

.tablet .product-locator .select-container .btn-fallback, 
.phone .product-locator .select-container .btn-fallback {
    line-height: 44px;
    padding: 0 46px 0 15px;
    font-size: 16px;
    height: 46px;
}
.tablet .product-locator .btn-fallback span, 
.phone .product-locator .btn-fallback span {
    width: 46px;
    background-size: 12px auto;
}
.result-bottom_nav p {
    line-height: 46px;
}



/*----Where to Buy----*/
}

@media screen and (min-width: 768px) {
    .availablity-info {
        padding: 60px 50px;
    }
}

@media screen and (max-width: 499px) {
.xpMaterial .form-control:focus + label, 
.xpMaterial.notempty label, 
.xpMaterial.notempty.has-dropdown label {
    font-size: 13px;
}
.xpMaterial .common-label,
.xpMaterial .form-control {
    font-size: 15px;
}
.thanksMsg {
    margin: 25px 0;
}
.msg-container {
    padding: 50px 15px;
}

.msg-container h2 {
    background-size: auto 8px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
    padding-bottom: 30px;
}

/*-------Agegate-------*/
.agegate-main {
    padding: 7px;
}
.agegate-inner {
    padding: 15px;
}
.agegate-inner .brand img{
    width: 240px;
    margin-top: 5px;
}
.agegate-inner h2 {
    font-size: 20px;
    line-height: 20px;
}
.agegate-inner h2.bws {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
}
.agegate .btn {
    font-size: 16px;
}
.agegate .btn.fb span {
    background-size: 22px auto;
    padding: 0 0 0 32px;
}
.agegate p {
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0;
}
.agegate p a{
    background-size: auto 24px;
} 

/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fathers-day-window-container {
    padding: 0 15px 60px;
}
.fd-white-bg {
    padding: 25px 0;
}
.fl-window-close {
    width: 30px;
    height: 30px;
    bottom: 15px;
}
.fathers-day-page .banner-texts .text-bar {
    font-size: 22px;
}
.fathers-label-layout .xpForm li .row .one-third {
    padding-left: 5px;
    padding-right: 5px;
}
.fathers-label-layout .xpForm li .row {
    margin: 0 -5px;
}
.fathers-label-layout h4 {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.3;
}
.fdl-mob-bottle {
    margin-top: 30px;
    padding-top: 30vw;
    padding-bottom: 10vw;
    background-size: 100% auto;
    margin-bottom: 40px;
}
.fdl-custom-message {
    padding: 10px 20px 15px;
    border: 3px solid #152a53;
}
.fathers-label-layout .fdl-custom-message li .asterik {
    margin-bottom: 10px !important;
}

.fathers-day-page .msg-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fathers-day-page .msg-container h2 {
    margin-bottom: 17px;
}
#closeState .fdl-mob-bottle {
    padding-top: 20vw;
}
#fathersDayThanks .fd-label-img {
    margin: 40px auto 10px;
    width: 260px;
    height: 600px;
}
#fathersDayThanks .f-label-texts {
    left: 16px;
    bottom: 95px;
    width: 184px;
    height: 69px;
}
#fathersDayThanks .f-label-center h5 {
    font-size: 14px;
    line-height: 18px;
}
/*----For fathers day label page- BY MH March,2017----*/

/*----Where to Buy----*/
.product-search-form {
    margin-top: 0px;
    padding: 0 15px;
}
.locator {    
    margin-bottom: 5px;
}

form.product-locator {   
    margin-bottom: 20px;
}
.product-select-box  {
    margin-bottom: 15px;
}
.locator-zip-group {
    width: calc(100% - 44px);
}
.product-search-button {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
}
.product-search-form .btn {
    height: 44px;
    background-size: 16px auto;
}
.zip-input-box {
    height: 44px;
    font-size: 16px; 
}
.locator-form-input-wrapper .chosen-container-single a.chosen-single {
    line-height: 42px;
    font-size: 16px;
    padding: 0 42px 0 15px;
}
.locator-form-input-wrapper .chosen-container-single .chosen-single div {
    width: 42px;
    background-size: 12px auto;
}
.locator-map {
    height: 240px;
}
.locator-sidebar {
    padding: 0 15px;
}
.showing-results {
    padding: 15px 0 0;
}
.no-results-found {
    font-size: 17px;
    padding: 20px 0;
}
.result-nav {
    margin-bottom: 38px;
}
.showing-results .info-text {
    font-size: 10px;
    top: 42px;
}
.result-nav li button {
    font-size: 14px;
    height: 36px;
}
.showing-results h3 {
    font-size: 13px;
    margin: 0px 18px 0 0;
    padding: 0 0 8px 4px;
}
.results .media-right {
    min-width: 10px;
}
.results .media-right a {
    background-size: 9px auto;
}
.results .media {
    padding: 16px 4px 16px 0;
}
.results .media-left {
    min-width: 50px;
}
.results .media h2,
.results .media p {
    font-size: 14px;
    line-height: 18px;
}
.results .media-left span {
    width: 25px;
    height: 32px;
    background-size: 25px auto;
}
.results .media-left span i {
    line-height: 18px;
    font-size: 11px;
    top: 3px;
}
.result-bottom_nav {
    padding: 0 15px;
}
.showing-results .result-bottom_nav h3 {
    font-size: 12px;
}
.result-bottom_nav p {
    font-size: 12px;
    line-height: 40px;
}
.refine-search {
    padding: 15px 0 0;
    margin-top: 15px;
}
.result-scroll {
    height: 400px;
}
.tablet .product-locator .select-container .btn-fallback, 
.phone .product-locator .select-container .btn-fallback {
    line-height: 42px;
    padding: 0 42px 0 15px;
    font-size: 16px;
    height: 44px;
}
.tablet .product-locator .btn-fallback span, 
.phone .product-locator .btn-fallback span {
    width: 42px;
    background-size: 12px auto;
}
/*----Where to Buy----*/
}

.no-results-found h2 span.store-type-val{
    display: inline;
    font-size: 15px;
}