/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* KC Addition */
 .where-to-buy-field {padding-right: 10px;}

 .where-to-buy-danish-creamery .search-form__clear {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    width: 28px;
    height: 28px;
    background: #818a91;
    cursor: pointer;
    border-radius: 100%;
    transition: background .15s ease;
}
.where-to-buy-danish-creamery .search-form::before {
    opacity: 0;
}
.where-to-buy-danish-creamery .where-to-buy__content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 3px;
    color: #999;
    text-transform: uppercase;
}
.where-to-buy-danish-creamery .where-to-buy__content h2 {
    font-weight: 400;
    line-height: 1.2;
    color: #2b4b91;
    font-size: 50px;
}
.where-to-buy-danish-creamery .where-to-buy__content {
    width: 100%;
}
.where-to-buy-danish-creamery .where-to-buy__content p.where-to-buy__tx {
    max-width: 390px;
    line-height: 1.6;
    font-style: normal;
    font-size: 21px;
    font-weight: 400;
    color: #222;
}
.where-to-buy-danish-creamery .search-form {
    display: flex;
    max-width: 440px;
    position: relative;
    /* margin: 40px 0 20px; */
}
.where-to-buy-danish-creamery .search-form .fs {
    position: relative;
    /* text-transform: uppercase; */
    margin-right: 10px;
    border-radius: 3px;
}
.where-to-buy-danish-creamery span.fs__faux.Input.search-form__product-select-text {
    width: 240px;
    padding-right: 51px;
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 15px;
    padding-right: 51px;
    overflow: hidden;
    white-space: nowrap;
    /* font-size: 18px; */
    line-height: 17px;
    box-sizing: border-box;
    text-overflow: ellipsis;
}
.where-to-buy-danish-creamery .search-form .Input {
    padding: 14px;
    /* letter-spacing: 1px; */
    border-radius: 6px;
    height: 100%;
}
.where-to-buy-danish-creamery .Input {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 10px;
    border: 1px solid #818a91;
    background: 0 0;
    font-size: 19px;
    /*font-weight: 500;*/
    letter-spacing: .5px;
    border-radius: 3px;
    transition: border .15s ease;
    box-sizing: border-box;
    max-width: 100%;
}
.where-to-buy-danish-creamery .fs__faux:before {
    width: 0;
    height: 0;
    border-top: 7px solid #818a91;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -3px 0 0;
    transition: border .2s ease;
}
/* .where-to-buy-danish-creamery .fs__faux:after {
    content: '';
    position: absolute;
    top: 0;
    right: 38px;
    bottom: 0;
    width: 1px;
    background: #818a91;
    transition: background .2s ease;
} */
.where-to-buy-danish-creamery .where-to-buy__content form.search-form .fs__select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 16px;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: menulist-button;
}
.where-to-buy-danish-creamery .u-rel {
    position: relative;
    max-width: 190px;
    line-height: 1.4 !important;
    height: 48.4px !important;
    max-height: 48.4px !important;
}

.where-to-buy-danish-creamery .btn, .where-to-buy-danish-creamery .user-login-form input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 16px;
    border: 1px solid #979797;
    background: 0 0;
    font-family: HelveticaNeue-Regular,"Helvetica Neue Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    transition: background .3s ease;
}
.where-to-buy-danish-creamery .search-form__btn {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 20;
    padding: 10px 15px 11px;
    border: 0;
    background: #fba810;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    transition: all .15s ease;
    line-height: 1.4;
}
.where-to-buy-danish-creamery .search-form__btn[disabled]{
    background: #d8d8d8;
    cursor: default;
}
.where-to-buy-danish-creamery .search-form__btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -10px 0 0 -10px;
    border: 2px solid #fff;
    border-right-color: transparent;
    opacity: 0;
    border-radius: 50%;
    transition: opacity .15s ease;
    -webkit-mask-image: linear-gradient(to bottom right,#000,rgba(0,0,0,0));
    mask-image: linear-gradient(to bottom right,#000,rgba(0,0,0,0));
}
.where-to-buy-danish-creamery input[type=number]::-webkit-inner-spin-button, .where-to-buy-danish-creamery input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.where-to-buy-danish-creamery .search-results {
    display: none;
    max-width: 500px;
    text-align: left;
    font-size: 14px;
}
.where-to-buy-danish-creamery .has-results .search-results, .where-to-buy-danish-creamery .no-results .search-results {
    display: block;
}
.where-to-buy-danish-creamery .search-results table {
    width: 100%;
}
.where-to-buy-danish-creamery .search-results th {
    padding: 8px 16px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #1A1919;
	text-transform: uppercase;
}
.where-to-buy-danish-creamery .tac, .where-to-buy-danish-creamery .u-tac {
    text-align: center;
}
.where-to-buy-danish-creamery .where-to-buy-search-results__rows {
    height: 425px;
    border: 1px solid #818a91;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 6px;
}
.where-to-buy-danish-creamery .search-results table {
    width: 100%;
}
.where-to-buy-danish-creamery table {
    border-collapse: collapse;
    border-spacing: 0;
}
.where-to-buy-danish-creamery .where-to-buy-search-results__rows tr:first-child td {
    border-top: 0;
}
.where-to-buy-danish-creamery .where-to-buy-search-results__rows td {
    padding: 12px 16px;
    border-top: 1px solid #d8d8d8;
}
.where-to-buy-danish-creamery .where-to-buy-search-results__rows .title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 500;
    color: #2b4b91;
}
.where-to-buy-danish-creamery .scrollable {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.where-to-buy-danish-creamery .where-to-buy-search-results__rows tr td p {
    padding: 0;
    margin: 0;
}
.where-to-buy-danish-creamery .has-results .search-form__clear, .where-to-buy-danish-creamery .no-results .search-form__clear {
    display: flex;
}
.where-to-buy-danish-creamery .has-results .search-form__btn, .where-to-buy-danish-creamery .no-results .search-form__btn {
    display: none;
}
.where-to-buy-danish-creamery .search-form__clear:hover {
    background: #bdbdbd;
}
.where-to-buy-danish-creamery .Input:focus {
    outline: 0;
}
.where-to-buy-danish-creamery .no-results .where-to-buy-search-results__rows {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px 60px;
    text-align: center;
}
.where-to-buy-danish-creamery .no-results .where-to-buy-search-results__rows h3 {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: .3px;
    color: #2b4b91;
}
.where-to-buy-danish-creamery .no-results .where-to-buy-search-results__rows p {
    max-width: 310px;
    font-size: 15px;
    letter-spacing: .3px;
    margin: 0;
}
.where-to-buy-danish-creamery .no-results .search-results__header {
    display: none;
}

.where-to-buy-danish-creamery .is-searching .search-form__btn:after {
    opacity: 1;
    animation: rotate .6s linear infinite;
    transition-delay: .1s;
}
.where-to-buy-danish-creamery .search-form__btn:hover, .where-to-buy-danish-creamery .search-form__btn:focus {
    background: #fba810;
    color: #fff;
}
button[disabled], html input[disabled]{
    pointer-events: none;
}
@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.is-searching button.btn.search-form__btn {
    font-size: 0;
    width: 58.34px;
    height: 42px;
}
@media(max-width: 767px){
    .where-to-buy-danish-creamery .search-form{
        display: block;
    }
    .where-to-buy-danish-creamery .search-form .fs{
        margin-bottom: 12px;
        margin-right: 0;
    }
    .where-to-buy-danish-creamery span.fs__faux.Input.search-form__product-select-text{
        width: 100%;
    }
    .where-to-buy-danish-creamery .where-to-buy__content h2{
        font-size: 32px;
    }
    .where-to-buy-danish-creamery .where-to-buy__content p.where-to-buy__tx{
        font-size: 19px;
    }
	/* KC Addition */
	.where-to-buy .where-to-buy-field {padding-right: 0; padding-bottom: 10px;}
	
	/* button.where-to-buy-button {width: 100%;!important}*/
}
