/* Custom Styling */
.gray-btn {
  padding: 1% 17%;
  background-color: #6D6E71;
  color: white;
}

.gray-btn:hover {
  color: #FFF;
  background: #939598;
  text-decoration: none;
}
.subText{
  letter-spacing: 2px;
  width: 109%;
  font-size: 1vw !important;
}
.figure-caption {

  color: #6c757d;
}
.primary-gray {
  color: var(--gray-dark);
  font-weight:600;
}
.stylePoints{
  margin-top: 0;
  margin-bottom: 1rem;
  color: #939598;
  font-family: montserratregular;
  font-size: 14px;
}
.primary-gray2 {
  color: var(--gray-dark);
  font-family: montserratregular !important;
}
/* Next & Previous Buttons on Style Advice Page*/
.prev,
.next{
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "alternate-gothic-atf", Alternate Gothic ATF, sans-serif;
  padding-top: 60px;
}
@media (max-width: 1015px)  {
  .mobile-break {
    display: none;
  }
}
.filter-drop-mobile {
  background: transparent;
  border: thin solid #e6e7e8;
  padding: 11px !important;
  margin: 20px 12px;
  height: 53px;
  width: 95% !important;
  font-family: "alternate-gothic-atf", Alternate Gothic ATF, sans-serif;
  color: #939598;
  text-transform: uppercase;
  font-size: 20px;
}
.prev a,
.next a{
  color: #939598;
}
.prev a:hover,
.next a:hover{
  color: #e6e7e8;
}
.prev svg,
.next svg{
  margin:0px 10px;
}
/* STORE LOCATOR */

#general.locator .collection label {
  font-weight: normal;
  text-transform: capitalize;
  margin: 5px 0;
  font-size: 10px;
}
.locatorHeader {
  margin-left: 12rem;

}
#general.locator h2 {
  /* text-align: center; */
  font-size: 1.5rem;
  /* background: #000; */
  color: var(--gray-dark);
  /* padding: 10px 0; */
  /* margin: 15px 0; */
}
#general.locator .name, #general.locator .resultProducts {
  font-family: "alternate-gothic-atf", Alternate Gothic ATF, sans-serif;
  ;
  color: #939598;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;

}
p{
  color:#939598;
}
#general.locator .address, #general.locator .phone, #general.locator .resultSold {
  font-family: 'montserratregular';
  color: #939598;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: none;
}
@media (max-width: 767px) and (min-width: 320px){
  .bttnDirections {
    float: none;

    margin: 0;
    width: 100%;
    TEXT-ALIGN: CENTER;
  }
}
#general.locator .address span {
  display: inline-block;
}
#general.locator .row {

}
#general .googmap {
  margin: 10px 0;
}
#general .googmap > div {
  width: 100% !important;
  filter: grayscale(100%);
  height: 173px;

}
#general .locatorMap img {
  max-width: none !important;
}
#general .locatorMap {
  width: 750px;
  height: 450px;
  max-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 719px) {
  #general .locatorMap {
    width: 100%;
    height: 450px;
    max-width: 100%;
    max-height: 100%;
  }
  #general.locator #locator-box {
    width: 100%;
  }
}

@media (max-width: 360px) {
  #general .locatorMap {
    width: 450px;
    height: 250px;
    max-width: 100%;
    max-height: 100%;
  }
  #general h2.find-button {
    padding: 6px 10px;
    font-size: 10px;
  }
}

#general.locator #results {
  padding: 50px 0px;
  border-top: thin solid #939598;
}
@media(max-width:1599px) and (min-width:768px){
  .grid-container-style{
    width: 83%;
    padding-right: 0px !important;
    padding-left: 20px !important;
    margin-left: 7vw;
  }
  .productName{
    font-size: 12px;
    letter-spacing: 1px;
  }
  .instaHandle{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-family: alternate-gothic-atf, sans-serif;
    text-transform: uppercase;
  }
}
@media(max-width:1599px) and (min-width:1150px){
	.container.style__tips{
		width: 1080px;

	}
}
@media(max-width:1151px) and (min-width:990px){
	.container.style__tips{
		width: 990px;

	}
}
@media (max-width: 787px) {
	#general.locator #getDirections {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}
/* PURCHASE LOGIN
#general.purchase .inputs {
	margin-bottom: 18px;
}
#general.purchase .input-field {
	border: 1px solid #000;
	font-family: "montserratregular" !important;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	vertical-align: baseline;
	width: 100%;
}
#general.purchase .reg-btn {
	background-color: #000;
	border: 0 solid #E0B14B;
	color: #FFFFFF !important;
	cursor: pointer;
	font-family: 'montserratregular' !important;
	font-size: 12px;
	overflow: visible;
	padding: 0.3em;
	text-transform: uppercase;
	margin: 5px 0px;
}
/* RETURNS */
#general.returns {
	max-width: 1020px;
}
#general.returns iframe {
	height: 1200px;
	width: 100%;
}

@media (max-width:1019px) {
	#general.returns iframe {
		height: 1045px;
	}
}

@media (max-width:719px) {
	#general.returns iframe {
		height: 1340px;
	}
}

.gp-text{
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;

}
.gp-img{
	width: 100%;
}
#gp-text{
	font-size: 2rem;
}
#gp-btn.btn-secondary {
	width: 50%;
}
@media(max-width:992px){
	.container.style__tips {
		max-width: 700px;
	}
	#gp-text{
		font-size: 3rem;
	}
}
/* Stacy Adams Style Popup Formatting*/

@media(max-width:767px){
	.grid-container-style{
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.productName{
		font-size: 9px !important;
		letter-spacing: 0px !important;
	}
	.instaHandle{
		font-size: 12px !important;
		font-weight: bold;
		margin-bottom: 0px;
		letter-spacing: 2px;
		font-family: alternate-gothic-atf, sans-serif;
		text-transform: uppercase;
	}
	.modal, .modal-dialog, .modal.fade, .modal-dialog-centered, .modal-content, .modal-backdrop, .modal-backdrop.fade, .modal-backdrop.show, .modal-header, .modal-header .close, .modal-title, .modal-body, .modal-footer {

	}
	#general p.h4{
		font-size: 1rem;
	}
	#general .modal {
		width: 100%;
		height: 50%;
	}
}

/* Style Tips */
@media (min-width:1600px){
	.grid-container-style{
		width: 1300px;
		padding-right: 0px !important;
		padding-left: 20px !important;
		margin-left: 6vw;
	}
	.productName{
		font-size: 14px;
		letter-spacing: 1px;
	}
	.instaHandle{
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 0px;
		letter-spacing: 3px;
		font-family: alternate-gothic-atf, sans-serif;
		text-transform: uppercase;
	}
	.container.style__tips{
		width: 1080px;

	}
	h2.advice_title {
		font-family: "alternate-gothic-atf", Alternate Gothic ATF, sans-serif;
		font-size: 1.5rem;
		position: absolute;
		padding: 2rem;
		color: #fff;
	}
	a.advice_box{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#general.style__tips h1{
		font-family: "alternate-gothic-atf", Alternate Gothic ATF, sans-serif;
		font-size: 1.5rem;
		font-weight: normal;
		letter-spacing: 2px;
	}
	#general.style__tips .style__subhead{
		font-size: 1.5rem;
		text-transform: uppercase;
		font-family: "alternate-gothic-atf", Alternate Gothic ATF, sans-serif;
		letter-spacing: 2px;
	}
	#general.style__tips .btn-alt{
		background-color: #939598;
	}
	.style__nav__link,
	.style__shoe__link{
		text-transform: uppercase;
		color: #939598;
		font-size: 18px;
		font-family: "alternate-gothic-atf", Alternate Gothic ATF, sans-serif;
		letter-spacing: 2px;
	}
	.style__shoe__link.long__name{
		text-transform: none;
		font-size: 10px;
		display: block;
		font-family: "montserratregular",montserratregular, sans-serif;
		letter-spacing: normal;
	}
	.style__nav__link img{
		width:20px;
		height: 15px;
		margin-bottom: 3px;
	}
	img.shoe__img{
		margin-bottom: 15px;
	}
}
@media (max-width:768px){
	.productName{
		font-size: 8px;
		letter-spacing: 1px;
	}
	.instaHandle{
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 0px;
		letter-spacing: 2px;
		font-family: "alternate-gothic-atf", Alternate Gothic ATF, sans-serif;
		text-transform: uppercase;
	}
	.container.style__tips{
		max-width: 455px;

	}
	.subText {
		letter-spacing: 2px;
		width: 109%;
		font-size: 2vw !important;
	}
	#general.style__tips h1{
		font-size: 6vw;
	}
	#general.style__tips p{
		font-size: 2.5vw;
	}
	#general.style__tips .style__subhead{
		font-size: 4vw;
	}
	.style__nav__link,
	.style__shoe__link{
		font-size: 12px;
	}
	.style__nav__link img{
		width:20px;
		height: 10px;
		margin-bottom: 2px;
	}
	.style__shoe__link.long__name{
		font-size: 9px;
	}
}

#shippingReturns .h4 {
	margin-top: 1rem;
	display: inline-block;
}
/*For Customer Service Side Nav Border Color*/
.list-unstyled li{
	border-color:#f4f4f4 !important;
}

/* CCPA */
#general.ccpa.container {
	max-width: 1400px;
	padding-bottom: 35px;
}
#general.ccpa h1 {
	text-align: center;
	font-size: 35px;
}
#general.ccpa .form-group {
	margin-bottom: 2.5rem
}
#general.ccpa .form-group.hide {
	display: none;
}
#general.ccpa #showStreet2 span {
	text-decoration: underline;
	cursor: pointer;
}
#general.ccpa #showStreet2 span:hover {
	text-decoration: none;
}
#general.ccpa .footnote {
	font-size: 13px;
}
#general.ccpa .requiredfield {
	color: red;
}
#general.ccpa .form-control.missing {
	background-color: rgba(250, 0, 0, 0.3);
}
#general.ccpa .btn {
	border: 1px solid #939598;
	width: 100%;
	box-shadow: none;
	font-family: "alternate-gothic-atf";
	text-transform: capitalize;
}
#general.ccpa .btn.btn-secondary {
	background-color: #939598;
	color: #fff;
}
#general.ccpa .btn.btn-secondary:hover {
	background-color: rgba(0,0,0,.5);
}
#general.ccpa .btn.btn-cancel,
#general.ccpa #btnCcpaSubmitDisabled.btn.btn-secondary {
	color: #939598;
}
#general.ccpa #btnCcpaSubmitDisabled.btn.btn-secondary {
	background-color: #f2f2f2;
}
#general.ccpa .btn.btn-cancel {
	background-color: #fff;
}
#general.ccpa .btn.btn-cancel:hover {
	background-color: rgba(0,0,0,.1);
}
#general.ccpa .thanks {
	font-size: 23px;
}
@media (min-width: 1620px){
	.container-style {
		width: 1600px;
	}
}
@media (max-width: 1200px){
	.container-style {
		width: 100%;
	}
}
@media (max-width: 992px){
	.container-style {
		width: 100%;
	}
}
@media (max-width: 768px){
	.container-style {
		width: 100%;
	}
}
@media (max-width: 576px){
	.container-style {
		width: 100%;
	}
}
.container-style {

	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#smsPage {
	padding: 75px 25px;
	background: #474C74;
	color: #fff;
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	text-decoration: inherit;
	cursor: default;
	position: relative;
}
#smsPage .inner {
	max-width: 490px;
	position: relative;
	margin: 0 auto;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: montserratregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#smsPage .inner .heading,
#smsPage .inner .offer {
	font-size: 50px;
	font-family: alternate-gothic-atf, sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .09em;
	text-align: center;
	text-transform:uppercase;
	width:100%;
}
#smsPage .inner .heading {
	margin-bottom: 0;
	padding-bottom: 0.2em;
}
#smsPage .inner .offer {
	padding:0.4em 0 0.2em;
}
#smsPage .inner .text {
	font-size: 16px;
	font-family: montserratregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .14em;
	text-align: center;
	color: #fff;
	margin: 0.4em 0 0.2em;
	width: 100%;
	text-transform:uppercase;
}
#smsPage .inner .text.line-one{
	margin-bottom:20px;
	text-transform:none;
}
#smsPage .inputLabel {
	position: absolute;
	font-size: 16px;
	color: #6d6d6d;
	margin-top: 11px;
	margin-left: 10px;
	padding: 0 5px;
	transition: all .2s ease;
	z-index: 10;
}
#smsPage .inputLabel.focus,
#smsPage .inputLabel.active {
	margin-top: 2px;
	margin-left: 2px;
	font-size: 11px;
	background-color: transparent;
	transition: all .2s ease;
}
#smsPage .input {
	width: 100%;
	font-size: 16px;
	border: none;
	padding: 15px;
	color: #6d6d6d;
	border-radius: 3px;
	line-height: 1.3;
	letter-spacing: .1em;
	font-family: alternate-gothic-atf, sans-serif;
}
#smsPage input:focus {
	box-shadow: 0 0 0 2px #72807B inset;
	outline: none;
}
#smsPage .btn {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	font-family: alternate-gothic-atf, sans-serif;
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	padding: 15px;
	background: #6D6E71;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
#smsPage .inner .conditions {
	width: 100%;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3;
	text-align: left;
	margin: 2em 0 0;
}
#smsPage .inner .conditions a {
	color: #fff;
	text-decoration: underline;
}
#smsPage .inner .conditions a:hover {
	opacity: .6;
}
#smsPage .inner .text-success,
#smsPage .inner .text-danger {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 11px;
	width: 100%;
	padding: 1px;
	position: relative;
	text-align: left;
	display: none;
	margin-bottom: 0;
}
#smsPage .inner .text-danger {
	color: rgb(233, 112, 112) !important;
}
